@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,500,400,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/


.competition { width: 100%; padding: 30px; background-color: #f2f2f2; border: 1px solid #ccc; padding-top: 10px; text-align: left; margin-bottom: 30px;}
.competition h3 { text-align: center; margin-top: 20px; color: #a30f27 !important; }

.competition button { border: 0; background-color: #a30f27; color:  #fff; width: 98%; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; text-align: center; padding: 10px; margin-top: 20px; }
	 
	 .competition input { width: 95%; padding: 10px; border: 1px solid #ccc;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; }

	 .competition select { width: 98%; padding: 10px; border: 1px solid #ccc;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; margin:auto; text-align: center; font-size: 20px; margin-top: 10px; }
	 
	 .competition table { width: 100%; }


h4, h5, h6, h1, h2, h3 {
	margin-top: 0;
}
ul, ol {
	margin: 0;
}
p {
	margin: 0;
}
html, body {
	font-family: 'Open Sans', sans-serif;
	background: #F6F6F6;
	overflow-x: hidden;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #333;
}
.container p a {
	text-decoration: underline;
}
.logo {
	width: 100%;
}
.logo h1 {
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	width: 35%;
	float: left;
}
.logo h1 a {
	color: #939598;
	text-decoration: none;
}
.logo h1 span {
	font-size: 20px;
	color: #000;
	display: block;
}
.conservation {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 800;
	font-size: 3em;
	color: #939598;
	text-align: left;
}
.conservation span {
	color: #BCBDC0;
}

.contactmap a {
	color: #a30f27!important;
	
}

.listing { text-align: left!important; border: 1px solid #f2f2f2; width: 540px; float: left; margin-right: 30px; height: 305px; margin-bottom: 30px; }
.listing span { display: block; margin-left: 20px; margin-top: 20px; }
.listing p {  margin-left: 20px!important; margin-right: 20px!important; font-weight: normal!important; }
.listing img {  margin-left: 20px!important;margin-right: 20px!important;  float: right;  }

.readmore { display: block; background-color: #a30f27; color: #fff; padding: 12px; text-align: center; } 

.listing h3 { color: #a30f27!important; margin-left: 20px;}

.listingSummary { text-align: left!important; }
.listingSummary span { float: right; }
.listingSummary p { font-weight: normal!important; }
.listingSummary img { float: right; margin-left: 30px; }
.listingSummary h3 { color: #a30f27!important; }

.details {
	position: absolute;
	top: 25px;
	right: 25px;
}
.addthis_button_tweet {
	width: 83px !important;
}
#TA_certificateOfExcellence591, #TA_excellent908 {
	width: 50%;
	float: left;
}
.header_top {
	background: #333;
}
.headertop_nav {
	float: left;
	padding: 8px 0;
	margin-top: 10px
}
.headertop_nav ul {
	padding: 0;
	list-style: none;
}
.headertop_nav li {
	display: inline;
	font-size: 0.95em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.28);
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
}
.headertop_nav li a {
	margin: 0 5px;
	color: #FFF;
	transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
}
.headertop_nav li a:hover {
	color: #939598;
	text-shadow: none;
	text-decoration: none;
}
/********* Search box ***********/
.login_box {
	float: left;
}
/*-------LOGIN STARTS HERE -------*/
#loginContainer {
	position: relative;
	display: block;
}
/* Login Button */
#loginButton {
	display: inline-block;
	position: relative;
	z-index: 30;
	cursor: pointer;
}
a#loginButton:hover {
	text-decoration: none;
}
#loginButton span {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.85em;
	color: #FFF;
	padding: 10px 25px;
	text-transform: uppercase;
	display: block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	cursor: pointer;
	background: #939598;
}
#loginButton span:hover, #loginButton.active:hover {
	background: #FFF;
	color: #939598;
}
#loginButton span i.search-icon {
	width: 16px;
	height: 16px;
	background: url(../images/search-icon.png) no-repeat 0px 1px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}
#loginButton span:hover i.search-icon {
	background: url(../images/search-iconh.png) no-repeat 0px 1px;
	;
}
/* Login Box */
#loginBox {
	position: absolute;
	top: 22px;
	right: 0px;
	display: none;
	z-index: 29;
}
/* Login Form */
#loginForm {
	float: right;
	width: 280px;
	margin-top: 15px;
	padding: 20px;
	background: #FFF;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
}
.search_box {
	background: #FFF;
	border: 1px solid #F0F0F0;
	position: relative;
}
.search_box input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 1em;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	width: 88%;
	padding: 8px;
	-webkit-apperance: none;
	font-weight: 300;
}
.search_box input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search_icon.png) no-repeat 0px 8px;
	position: absolute;
	right: 0;
	width: 25px;
	height: 32px;
	outline: none;
}
.header-top-right {
	float: right;
}
/***** Header-bottom *****/
.logo {
	float: left;
	padding: 30px 0;
}
.logo a {
	display: block;
}
/************ main *****************/
/*  GRID OF THREE   ============================================================================= */
.grids {
	padding: 5em 0;
}
.grid_icon {
	display: inline-block;
	padding: 10px;
	background: #323A45;
	cursor: pointer;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	border-radius: 2px;
}
.underheader-line {
	border-top: 4px solid #e0e0e0;
	width: 140px;
	margin-left: auto;
	margin-right: auto;
}
.main-rooms-list .room-list-parametr span {
	font-size: 0.9em;
	margin-right: 1px;
	color: #777;
}
ul.person {
	padding: 0;
	list-style: none;
}
ul.person li {
	display: inline-block;
	color: #999;
}
ul.person h4 {
	display: inline-block;
	margin-top: 1.5em;
	color: #999;
	font-size: 1.1em;
}
span.icon-male {
	display: inline-block;
	vertical-align: bottom;
}
#room-person {
	display: inline-block;
}
.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
}
.view .mask, .view .content {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 250px;
}
.view img {
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
}
.view h3 {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.info {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 3em;
}
.view-tenth img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
	background-color: #939598;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	width: 100%;
}
.view-tenth h2 {
	border-bottom: 1px solid #E9C78C;
	background: transparent;
	margin: 40px 40px 0px 40px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	color: #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth h3 {
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth.info {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.view-tenth:hover img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.view-tenth:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-tenth:hover h2, .view-tenth:hover h3, .view-tenth:hover.info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.label-product {
	position: relative;
}
.product_container {
	margin-top: 1em;
}
.product_container h3 {
	font-size: 1.8em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1.5em 0 0.6em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.product_container h3 a {
	color: #939598;
}
.product_container h3 a:hover {
	color: #BCBDC0;
	text-decoration: none;
}
.product_container p {
	color: #999;
	font-size: 1.1em;
}
.label-product > span {
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: -80px;
	color: #fff;
	padding: 10px;
	background: #939598;
}
.grid_icon:hover {
	background: #00B895;
}
.reservation {
	background: #FFF;
	padding: 5em 0;
}
.btn-primary {
	background: #939598;
}
#main-reservation-text h3 {
	font-size: 1.8em;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	color: #555;
	font-family: 'Open Sans Condensed', sans-serif;
}
#main-reservation-undertext p {
	font-weight: 300;
	color: #fff;
	margin-top: 12px;
	display: inline-block;
	font-size: 0.7em;
	text-transform: none;
}
#reservation-button {
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 26px;
	margin-top: 0px;
	font-size: 20px;
	display: inline-block;
	float: right;
	font-weight: 800;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #00B895;
}
.btn.btn-primary {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
	font-style: normal;
	text-shadow: none;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 26px;
	position: relative;
	letter-spacing: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	outline: none;
	border-radius: 0;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	border: 1px solid #ccc;
	border-bottom-color: #b3b3b3;
}
.btn-primary {
	color: #fff;
}
.btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn.btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background: #939598;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content-bottom {
	padding: 5em 0;
}
.header-wrap {
	font-size: 1.4em;
	text-align: center;
	border-bottom: 3px #f1f1f1 solid;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	height: 12px;
	margin-bottom: 45px;
	font-weight: 300;
}
.welcome_desc p {
	font-size: 0.95em;
	color: #353535;
	line-height: 1.5em;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	width: 170px !important;
}
.welcome_desc h3, .middle_right h3 {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	positon: relative;
	max-width: 100px;
	max-height: 100px;
	margin-top: 25px;
	margin-bottom: 10px;
	display: inline;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
}
/*** Navigation ***/
.navigation {
	background-color: #BCBDC0;
}
.nav-inner {
	width: 1020px;
	margin: 0px auto;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: -30px;
	background: url(../images/arrows.png) -5px -6px no-repeat;
}
.nbs-flexisel-nav-right {
	right: -26px;
	background: url(../images/arrows.png) -70px -6px no-repeat;
}
.desc h3 {
	font-size: 1.3em;
	color: #939598;
}
.welcome_desc {
	width: 92%;
}
ul#general-info {
	padding: 0;
	list-style: none;
	font-size: 1em;
	font-weight: 300;
}
#general-info li {
	line-height: 26px;
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#general-info i {
	color: #939598;
	margin-right: 8px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/****  Logos ****/
.company_logos {
	padding: 5em 0;
	background: #fff;
}
.company_logos h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #555;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	font-weight: 700;
}
.ocarousel_window_slides a img {
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	-o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.47);
}
.ocarousel_window {
	width: 100%;
}
.ocarousel {
	display: none;
	padding: 20px 0;
	position: relative;
}
.ocarousel span a.prev, .ocarousel span a.next {
	position: absolute;
	top: 38%;
}
.ocarousel span a.prev {
	left: 0;
	font-size: 3em;
	color: #939598
}
.ocarousel span a.next {
	right: 0;
	font-size: 3em;
	color: #939598
}
.ocarousel span a img {
	padding-top: 5px;
}
.ocarousel_window {
	overflow: hidden;
	white-space: nowrap;
	/* default size */
	width: 90%;
	margin: 0 auto;
}
.ocarousel_window_slides {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 50000px;
	white-space: nowrap;
}
.ocarousel_window_slides * {
	float: left;
	white-space: normal;
	margin: 0 5px;
}
.ocarousel_indicators {
	width: 100%;
}
/*** Footer ***/
.footer {
	padding: 5em 0;
	background: #939598;
}
.search {
	border-bottom: 2px solid #939598;
	color: #FFF;
	margin-top: 1em;
}
.search input[type="text"] {
	outline: none;
	padding: 2px 5px;
	outline: none;
	color: #FFF;
	background: none;
	border: none;
	width: 91.2%;
	line-height: 1.5em;
	font-size: 0.85em;
}
.search input[type="submit"] {
	background: url('../images/email.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	width: 32px;
	height: 32px;
	margin-top: -9px;
}
.footer_grid h4 {
	font-size: 1.8em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer_top {
	border-bottom: 1px dotted #333;
	padding-bottom: 2em;
}
.footer_grid p {
	font-size: 0.95em;
	color: #fff;
	line-height: 1.8em;
}
.footer-list ul {
	padding: 0;
	list-style: none;
}
.footer-list .btn.btn-primary:after {
	background: #BCBDC0 !important;
}

.aa-logo {
	margin-top: -10px;
	text-align: center;
}

i.twt {
	color: #fff;
	float: left;
	font-size: 2em;
	margin-right: 10px;
}
span.yellow a {
	color: #fff;
}
span.yellow a:hover {
	color: #939598;
	text-decoration: none;
}
.footer-list li p {
	overflow: hidden;
	font-size: 0.95em;
}
.footer-list li.list_top {
	margin-bottom: 2em;
}
.company_address p {
	color: #fff;
	font-size: 0.95em;
	padding: 2px 0;
}
.company_address p span a {
	text-decoration: underline;
	color: #fff;
}
.company_address p span a:hover {
	text-decoration: none;
}
ul.socials {
	padding: 0;
	list-style: none;
}
ul.socials li {
	display: inline-block;
}
.socials li a {
	margin-right: 10px;
	height: 43px;
	width: 43px;
	display: inline-block;
	color: #fff;
	background: none;
	text-align: center;
	line-height: 42px;
	font-size: 17px;
	border: 1px solid #fff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.socials li a:hover {
	border-color: #a30f27;
	color: #a30f27 !important;
}
.footer_bottom {
	margin-top: 2em;
}
.footer_nav {
	float: right;
}
.footer_nav li {
	display: inline;
}
.footer_nav ul {
	padding: 0;
}
.footer_nav li a {
	color: #bcbdc0;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 0.95em;
	margin: 0px 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.footer_nav li a:hover {
	color: #fff;
}
.copy_right {
	float: left;
}
.copy_right p {
	font-size: 0.95em;
	color: #FFF;
}
.copy_right p a {
	color: #333;
}
.copy_right p a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*--reservation--*/
.reservation_banner {
	background: url(../images/reservation.jpg)no-repeat center top;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	padding: 2em 0 3em;
}
.top_banner {
	height: auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100% 60%;
	padding: 5em 0 5em;
}
.new_top {
	background-image: url(../images/puller/tents.jpg);
	background-position: 0px 0px;
}
.extra_top {
	background-image: url(../images/puller/extra.jpg);
	background-position: 0px 0px;
}
.fac_top {
	background-image: url(../images/puller/facilities.jpg);
	background-position: 0px 0px;
}
.game_top {
	background-image: url(../images/puller/game.jpg);
	background-position: 0px 50px;
}
.act_top {
	background-image: url(../images/puller/act.jpg);
	background-position: 0px -80px;
}
.about_top {
	background-image: url(../images/puller/11.jpg);
	background-position: 0px 0px;
}
.wedding_top {
	background-image: url(../images/puller/wedding.jpg);
	background-position: 0px 0px;
}
.special_top {
	background-image: url(../images/puller/spec.jpg);
	background-position: 0px -100px;
}
.accom_top {
	background-image: url(../images/puller/5.jpg);
	background-position: 0px 0px;
}
.conf_top {
	background-image: url(../images/puller/4.jpg);
	background-position: 0px -100px;
}
.wild_top {
	background-image: url(../images/puller/wildlife.jpg);
	background-position: 0px 90px;
}
.dining_top {
	background-image: url(../images/puller/8.jpg);
	background-position: 0px 0px;
}
.res_top {
	background-image: url(../images/puller/9.jpg);
	background-position: 0px 0px;
}
.test_top {
	background-image: url(../images/puller/10.jpg);
	background-position: 0px 0px;
}
.cont_top {
	background-image: url(../images/puller/1.jpg);
	background-position: 0px -80px;
}
.main_title {
	font-size: 3em;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	background: rgba(150, 153, 145, 0.5);
}
.divider {
	/*border-bottom: 3px solid #e0e0e0;*/
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
.reservation_top {
	background: #fff;
	padding: 2em 0;
}
.reservation_top p {
	margin-bottom: 10px;
}
.grey {
	background: #F6F6F6;
	padding: 3em 0;
}
.white {
	background: #fff;
	padding: 3em 0;
}
.personal h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #000;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 700;
}
.span2_of_1 {
	float: left;
	width: 47.33333%;
	margin-left: 4.33333%;
}
.span2_of_1:first-child {
	margin-left: 0;
}
.span2_of_1 h4 {
	text-transform: capitalize;
	font-size: 1em;
	color: #303030;
	font-weight: 600;
	margin-bottom: 5px;
}
.sel_room.left {
	margin-top: 20px;
}
.book_date.btm {
	margin-bottom: 15px;
}
a.btn.btn-primary.btn1.btn-normal.btn-inline {
	font-size: 18px;
}
.personal_bottom {
	margin-top: 3em;
}
.book_date input[type="text"] {
	width: 99%;
	color: #858585;
	font-size: 0.8725em;
	padding: 8px;
	outline: none;
	margin: 5px 0;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #DFDFDF;
	-webkit-appearance: none;
}
.date {
	background: url(../images/cal-icon.png) no-repeat 100% 50% #FFF;
}
.date {
	background: url(../images/cal-icon.png) no-repeat 100% 50% #FFF;
}
select {
	width: 100%;
	color: #858585;
	font-size: 0.8725em;
	padding: 7px;
	outline: none;
	margin: 5px 0;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	border: 1px solid #DFDFDF;
}
.personal {
	margin-top: 3em;
}
.reservation-form input[type="text"] {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 0.85em;
	color: #999;
}
.reservation-form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	font-size: 0.85em;
	color: #999;
	height: 150px;
	resize: none;
}
h2.head {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1em;
	font-family: 'Open Sans Condensed', sans-serif;
}
.reservation-form div {
	margin-bottom: 20px;
}
.room_grids {
	margin-bottom: 4em;
}
p.para {
	font-size: 0.95em;
	line-height: 1.8em;
	margin-top: 1em;
}
/*--about--*/
.about {
	text-align: center;
}
.about h2 {
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #555;
}
.about h3 {
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #555;
}
.about h3 a {
	color: #939598;
}
.about h3 a:hover {
	text-decoration: none;
	color: #555;
}
.about p {
	color: #555;
	font-size: 1em;
	line-height: 2em;
	margin: 10px 0 10px;
	font-weight: 700;
}
a.btn.btn-primary.btn2.btn-normal.btn-inline {
	padding: 10px 40px;
}
.textline p {
	margin: 10px 0 10px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #939598;
}
h3.hist {
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #555;
	text-align: center;
}
.staff {
	padding: 5em 0;
}
.staff_grid h3 {
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 1em 0 0.5em;
}
.staff_grid h3 a {
	color: #939598;
}
.staff_grid h3 a:hover {
	text-decoration: none;
	color: #555;
}
.staff_grid p {
	color: #999;
	font-size: 0.95em;
	line-height: 1.8em;
}
.staff_grid img:hover {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}
h2.staff_head {
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #555;
	text-align: center;
}
.history_grid h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.5em;
}
.history_grid p {
	font-size: 0.95em;
	color: #555;
	line-height: 1.8em;
	margin: 1em 0 1em;
}
.history_grid h3 a {
	color: #939598;
}
.history_grid h3 a:hover {
	color: #555;
	text-decoration: none;
}
.img-responsive:hover {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}
.carousel-container .img-responsive:hover {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
/*--blog--*/
.post1 {
	margin-bottom: 3em;
}
.post1 h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #555;
	text-transform: uppercase;
}
.post1 h3 a:hover {
	text-decoration: none;
	color: #939598;
}
.post1 p {
	color: #999;
	font-size: 0.95em;
	line-height: 1.8em;
	margin: 1em 0;
}
.post1 .post1_header {
	font-size: 13px;
	position: relative;
	margin-top: 1px;
	margin-bottom: 22px;
}
.post1 .post1_header span {
	display: inline-block;
}
.post1 .post1_header_date {
	margin-right: 25px;
}
.post1 .post1_header_by {
	margin-right: 25px;
}
.post1 .post1_header_in {
	margin-right: 25px;
}
.post1_header_comments {
	float: right;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}
nav a:hover, nav a:focus {
	outline: none;
}
/* Effect 7: second border slides up */
.cl-effect-7 a {
	padding: 9px 0px 5px;
	color: #939598;
	text-shadow: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.2em;
	font-weight: 700;
}
.cl-effect-7 a:hover {
	text-decoration: none;
}
.cl-effect-7 a::before, .cl-effect-7 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background: #555;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
}
.cl-effect-7 a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}
.cl-effect-7 a:hover::before, .cl-effect-7 a:hover::after, .cl-effect-7 a:focus::before, .cl-effect-7 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.cl-effect-7 a:hover::after, .cl-effect-7 a:focus::after {
	top: 0%;
	opacity: 1;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.category_widget h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #555;
	text-transform: uppercase;
}
.category_widget ul li {
	margin-bottom: 0;
	border-bottom: 1px solid #e9e9e9;
}
.category_widget ul li a {
	display: list-item;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #272727;
	text-decoration: none;
}
.category_widget ul li a:hover {
	color: red;
}
span.badge.pull-right:hover {
	background: #939598;
}
.category_widget {
	margin-bottom: 4em;
}
.badge1 {
 background:
}
ul.blog-list1 {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.blog-list1 h3, ul.recent-list h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
ul.blog-list1 li {
	display: inline-block;
	margin: 8px 3px;
}
ul.blog-list1 li a {
	color: #fff;
	font-size: 0.95em;
	text-decoration: none;
	background: #939598;
	padding: 5px;
}
ul.blog-list1 li a:hover {
	background: #939598;
}
ul.recent-list {
	padding: 0;
	list-style: none;
	margin-top: 4em;
}
ul.recent-list li a {
	color: #888;
	font-size: 0.95em;
	vertical-align: top;
	text-decoration: none;
}
ul.recent-list li a:hover {
	color: #e4411b;
}
ul.recent-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
ul.recent-list li span {
	color: #333;
	font-size: 0.95em;
}
ul.dc_pagination {
	padding: 0;
	list-style: none;
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
	text-transform: uppercase;
}
ul.dc_pagination li {
	display: inline-block;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_pagination li a {
	color: #000;
	display: block;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	font-size: 0.95em;
}
ul.dc_paginationA06 li a:hover, ul.dc_paginationA06 li a.current {
	background: #939598;
	color: #FFF;
}
ul.comment-list {
	border: 1px solid #EEE;
	padding: 2em;
	list-style: none;
	margin: 3em 0;
	list-style: none;
}
.desc p {
	font-size: 0.95em;
	line-height: 1.5em;
	color: #999;
	margin-top: 2em;
}
h5.post-author_head {
	line-height: 1.2em;
	font-size: 1.2em;
	text-transform: none;
	color: #999;
}
h5.post-author_head a {
	color: #555;
}
ul.comment-list img {
	float: left;
	width: 10%;
	margin-right: 20px;
}
ul.comment-list .desc {
	overflow: hidden;
}
/*--single--*/
.comments-area h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
	margin: 0;
}
.comments-area label {
	display: block;
	color: #999;
}
.comments-area span {
	color: #e4411b;
	position: absolute;
	left: 4px;
	top: 30px;
}
.comments-area input[type="text"] {
	padding: 15px 20px;
	width: 75%;
	color: #999;
	font-size: 13px;
	border: none;
	background: #F7F3ED;
	outline: none;
	display: block;
}
.comments-area textarea {
	padding: 15px 30px;
	width: 90%;
	color: #999;
	font-size: 13px;
	outline: none;
	height: 200px;
	display: block;
	border: none;
	background: #F7F3ED;
}
.comments-area input[type="submit"] {
	padding: 15px 20px;
	color: #fff;
	background: #939598;
	font-size: 1em;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.comments-area input[type="submit"]:hover {
	background: #939598;
}
/*--contact--*/
.contact_left h3, .contact_right h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 2em;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.map {
	width: 100%;
	height: 350px;
	margin: 0 0 43px;
}
.address p {
	color: #333033;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 16px;
	font-style: normal;
	text-transform: uppercase;
}
.address dd {
	color: #aaa4ab;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
}
.contact-form input[type="text"] {
	display: block;
	width: 70%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1.5em 0;
	font-size: 0.85em;
	color: #999;
}
.contact-form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	margin: 1.5em 0;
	font-size: 0.85em;
	color: #999;
	height: 300px;
	resize: none;
}
.contact-form input[type="submit"] {
	padding: 15px 20px;
	color: #fff;
	background: #939598;
	font-size: 1em;
	border: none;
	outline: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	float: right;
}
.contact-form input[type="submit"]:hover {
	background: #939598;
}

/*** responsice layout ***/
@media all and (max-width: 1024px) {
}
@media all and (max-width: 800px) {
.logo {
	float: none;
	padding: 15px 0 30px;
	text-align: center;
}
.col-md-4 {
	margin-bottom: 3em;
}
.view .mask, .view .content {
	height: 263px;
}
.view-tenth img {
	transition: none;
}
div#main-reservation-text {
	margin-bottom: 2em;
}
.welcome_desc {
	width: 99%;
	margin-bottom: 2em;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img, .view img {
	display: inline;
}
.view .mask, .view .content, .label-product > span {
	left: 180px;
}
.reservation_top, .grids, .content-bottom {
	padding: 4em 0 2em;
}
.room_grids {
	margin-bottom: 0;
}
.nbs-flexisel-nav-left {
	left: -14px;
}
.reservation, .company_logos, .footer, .staff {
	padding: 3em 0;
}
.search input[type="text"] {
	width: 96%;
}
.footer_top {
	padding-bottom: 0;
}
.staff_grid {
	margin-bottom: 2em;
}
.category_widget {
	margin: 4em 0 3em;
}
}
@media all and (max-width: 640px) {
.view .mask, .view .content, .label-product > span {
	left: 110px;
}
.main_title, .about h2 {
	font-size: 2em;
}
.about h3 {
	font-size: 1.2em;
}
.about p {
	margin: 1em 0 2em;
}
ul.recent-list {
	margin-top: 3em;
}
.footer_grid h4 {
	margin-bottom: 0.5em;
}
}
@media all and (max-width: 480px) {
.headertop_nav li a {
	font-size: 0.85em;
	margin: 0;
}
#loginButton span {
	padding: 10px 10px;
}
.product_image img, .mask {
	width: 250px;
}
.view .mask, .view .content, .label-product > span {
	left: 90px;
}
.label-product > span {
	font-size: 14px;
	padding: 5px;
}
.view-tenth h2 {
	margin: 10px 10px 0px 10px;
	font-size: 1em;
}
.view h3 {
	padding: 10px 10px 0px;
}
.product_container h3 {
	font-size: 1.5em;
	margin: 1em 0 0.4em;
}
ul.person h4, .product_container p {
	font-size: 1em;
}
#main-reservation-text h3 {
	font-size: 1.4em;
}
.btn.btn-primary {
	font-size: 1.5em;
	padding: 8px 10px;
}
.nbs-flexisel-nav-right {
	right: -17px;
}
.welcome_desc h3, .middle_right h3 {
	margin-bottom: 0.5em;
}
h2.staff_head, h3.hist {
	font-size: 2em;
	margin-bottom: 0.5em;
}
.history_grid h3 {
	font-size: 14px;
	margin-top: 1em;
}
.about p {
	font-size: 0.95em;
}
.post1 h3 {
	font-size: 1.5em;
}
ul.dc_pagination li a {
	padding: 7px 10px 7px 7px;
	font-size: 0.85em;
}
.category_widget {
	margin: 3em 0 2em;
}
.map {
	height: 200px;
	margin: 0 0 20px;
}
.contact-form textarea {
	height: 150px !important;
}
.copy_right {
	float: none;
}
.footer_nav {
	float: none;
	margin-top: 1em;
}
}
@media all and (max-width: 320px) {
.headertop_nav {
	float: none;
	padding: 5px 0;
}
.header-top-right {
	float: none;
}
.header-top-right {
	float: none;
}
.logo h1 {
	font-size: 2.5em;
}
.logo h1 span {
	font-size: 15px;
}
.login_box {
	float: none;
}
.product_image img, .mask {
	width: 230px;
}
.view .mask, .view .content, .label-product > span {
	left: 20px;
}
.search input[type="text"] {
	width: 89%;
}
ul.comment-list {
	padding: 1em;
}
.comments-area input[type="text"] {
	padding: 10px 10px;
	width: 85%;
}
.comments-area textarea {
	padding: 10px 10px;
	width: 95%;
	height: 120px;
}
.comments-area input[type="submit"] {
	padding: 10px;
}
}
/* Preload images */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
 *zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.contact_top {
    float: left;
    padding-top: 10px;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.28);
    margin-top: 10px;
    margin-left: 30px;
}
.contact_top span {
	margin-left: 10px;
	margin-right: 10px;
}
.contact_top a {
	color: #FFF;
}
.contact_top a:hover {
	color: #939598;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social_top {
    float: right;
    padding-top: 10px;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.28);
    margin: 0px 20px 10px 20px;
}

.addthis_toolbox {
	float: right;
	margin-bottom: 0px;
}
#carousel {
	width: 1140px;
	margin: 0px auto;
}
.carousel-container {
	width: 100%;
	background-color: #FFF;
	border-top: solid 1px #BCBDC0;
	border-bottom: solid 1px #BCBDC0;
}
.rev1 {
	margin: 0;
	padding: 0;
	width: 200px;
	border: none;
	background-color: #589442;
	overflow: hidden;
	height: auto;
	position: relative;
}
.rev2 {
	padding: 13px 11px;
	background-color: #fff;
	border: 1px solid #589442;
	position: relative;
}
.rev3 {
	margin: 3px 0 3px;
	padding: 0 0 8px;
	overflow: hidden;
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	border-left: none;
	border-right: none;
	text-align: center;
}
.rev4 {
	border: none;
	background: transparent;
}
.rev5 {
	margin: 0;
	padding: 10px 0 8px;
	border: none;
	font: bold 14px Arial, Verdana, Tahoma, 'Bitstream Vera Sans', sans-serif;
	color: #2c2c2c;
	text-align: center;
	line-height: normal;
	letter-spacing: 0
}
.rev6 {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma;
	color: #2c2c2c;
	text-align: center;
	line-height: normal;
	letter-spacing: 0
}
.rev7 {
	margin: 0px 0 0 0;
	padding: 6px 0;
	border: none;
	background-color: none;
	white-space: nowrap;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.rev8 {
	border: 1px solid #EA9523;
border:active:border:none;
	background: url(http://c1.tacdn.com/img2/sprites/yellow-button.png) 0 0 repeat-x #EA9523;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	font: bold 13px Arial, Tahoma, 'Bitstream Vera Sans', sans-serif;
	color: #000;
	letter-spacing: 0;
	vertical-align: center;
	text-align: center;
	width: auto;
	height: 27px;
	position: relative;
}
.vertical {
	position: absolute;
	top: 20px;
	right: 0px;
}
#home_link {
	float: left;
}
#menubar {
	float: right;
	padding: 10px;
	background-color: #FFF;
	border-top: solid 1px #939598;
	border-left: solid 1px #939598;
	border-bottom: solid 1px #939598;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	margin-top: 20px;
	margin-right: -2px;
}
#menubar:hover {
	opacity: 0.8;
	transition: 0.7s;
	background-color: #8D6B45;
}
#box {
	display: none;
	float: right;
	width: 200px;
	background: #FFF;
	padding: 15px;
	border-top: solid 1px #939598;
	border-left: solid 1px #939598;
	border-bottom: solid 1px #939598;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.TA_cdsratingsonlynarrow {
	margin-left: 20px;
}
.js div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: rgba(192,192,192, 0.9) url('../images/paws.gif') no-repeat center center;
}
.tab-content > .tab-pane {
	padding: 20px;
}
.nav-tabs > li > a {
	color: #C0C0C0 !important;
	background-image: none !important;
}
.nav-tabs>li>a:hover {
	color: #FFF !important;
}
.cd-testimonials-wrapper {
	position: relative;
	width: 90%;
	max-width: 1000px;
	background-color: #BCBDC0;
	margin: 2em auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 20px 40px 70px;
	z-index: 1;
}
.cd-testimonials-wrapper::after {
	/* quotation mark */
	content: '\201C';
	position: absolute;
	top: 10px;
	left: 0;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	margin-left: -25px;
	background: rgba(147, 149, 152, 0.9);
	font-family: "Georgia", serif;
	color: white;
	font-size: 70px;
	font-size: 4.375rem;
	text-align: center;
	/* visible on big devices only */
	display: none;
}
@media only screen and (min-width: 768px) {
.cd-testimonials-wrapper {
	margin: 4em auto;
	padding: 64px 50px 114px;
}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials-wrapper::after {
	/* quotation mark visible */
	display: block;
}
}
.cd-testimonials {
	color: white;
	text-align: left;
}
.cd-testimonials:after {
	content: "";
	display: table;
	clear: both;
}
.cd-testimonials > li {
	position: absolute;
	opacity: 0;
}
.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.cd-testimonials p {
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 1em;
	padding-left: 0px;
	padding-right: 40px;
}
@media only screen and (min-width: 768px) {
.cd-testimonials p {
	font-size: 22px;
	font-size: 1.375rem;
}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials p {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.6;
}
}
.cd-author img, .cd-author .cd-author-info {
	display: inline-block;
	vertical-align: middle;
}
.cd-author img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.cd-author .cd-author-info {
	text-align: left;
	line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	font-size: 0.75rem;
	color: #6b6b70;
}
@media only screen and (min-width: 768px) {
.cd-author img {
	width: 50px;
	height: 50px;
}
.cd-author .cd-author-info {
	line-height: 1.4;
}
.cd-author .cd-author-info li:first-child {
	font-size: 13px;
}
.cd-author .cd-author-info li:last-child {
	font-size: 13px;
}
}
.flex-direction-nav li {
	position: absolute;
	height: 100%;
	width: 40px;
	top: 0;
}
.flex-direction-nav li:first-child {
	left: 0;
}
.flex-direction-nav li:last-child {
	right: 0;
}
.flex-direction-nav li {
	list-style: none;
}
.flex-direction-nav li a {
	display: block;
	height: 100%;
	width: 100%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
	background-color: #323234;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	/* left and right arrows in css only */
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 13px;
	background-color: white;
}
.flex-direction-nav li a::before {
	-webkit-transform: translateY(-35px) rotate(45deg);
	-moz-transform: translateY(-35px) rotate(45deg);
	-ms-transform: translateY(-35px) rotate(45deg);
	-o-transform: translateY(-35px) rotate(45deg);
	transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
	-webkit-transform: translateY(-27px) rotate(-45deg);
	-moz-transform: translateY(-27px) rotate(-45deg);
	-ms-transform: translateY(-27px) rotate(-45deg);
	-o-transform: translateY(-27px) rotate(-45deg);
	transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
	-webkit-transform: translateY(-35px) rotate(-45deg);
	-moz-transform: translateY(-35px) rotate(-45deg);
	-ms-transform: translateY(-35px) rotate(-45deg);
	-o-transform: translateY(-35px) rotate(-45deg);
	transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
	-webkit-transform: translateY(-27px) rotate(45deg);
	-moz-transform: translateY(-27px) rotate(45deg);
	-ms-transform: translateY(-27px) rotate(45deg);
	-o-transform: translateY(-27px) rotate(45deg);
	transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
.flex-direction-nav li {
	width: 50px;
}
}
@media only screen and (min-width: 1170px) {
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
	background-color: #5e5e63;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
	background-color: white;
}
}
.cd-see-all {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #939598;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	-webkit-transition: color, 0.2s;
	-moz-transition: color, 0.2s;
	transition: color, 0.2s;
}
.no-touch .cd-see-all:hover {
	color: #79b6e4;
}
.cd-testimonials-all {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: white;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-testimonials-all .cd-testimonials-all-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul {
	width: 90%;
	max-width: 1170px;
	margin: 4em auto;
	padding: 0px;
}
.cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
	content: "";
	display: table;
	clear: both;
}
.cd-testimonials-all .cd-testimonials-item {
	margin-bottom: 2em;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translate3d(0, 0, 0) scale(0.4);
	-moz-transform: translate3d(0, 0, 0) scale(0.4);
	-ms-transform: translate3d(0, 0, 0) scale(0.4);
	-o-transform: translate3d(0, 0, 0) scale(0.4);
	transform: translate3d(0, 0, 0) scale(0.4);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	-moz-transition: -moz-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.cd-testimonials-all p {
	position: relative;
	background: #939598;
	color: white;
	padding: 2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	border-radius: 0.25em;
	margin-bottom: 1em;
}
.cd-testimonials-all p::after {
	/* creating the triangle in css */
	content: '';
	position: absolute;
	top: 100%;
	left: 2em;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-top-color: #939598;
}
.cd-testimonials-all .cd-author {
	text-align: left;
	margin-left: 1.5em;
}
.cd-testimonials-all .cd-author img {
	box-shadow: 0 0 0 transparent;
}
.cd-testimonials-all.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-testimonials-all.is-visible .cd-testimonials-item {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	-moz-transform: translate3d(0, 0, 0) scale(1);
	-ms-transform: translate3d(0, 0, 0) scale(1);
	-o-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	list-style: none;
}
@media only screen and (min-width: 768px) {
.cd-testimonials-all .cd-testimonials-item {
	width: 46%;
	margin: 0 2% 3em;
}
.cd-testimonials-all .cd-author {
	margin-left: 1em;
}
}
@media only screen and (min-width: 1170px) {
.cd-testimonials-all .cd-testimonials-item {
	width: 30%;
	margin: 0 1.6666% 3em;
}
}
.close-btn {
	position: fixed;
	display: block;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 5%;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.close-btn::before, .close-btn::after {
	/* close icon in css */
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: 24px;
	top: 8px;
	left: 19px;
	background-color: #39393c;
}
.close-btn::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-btn::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.TA_selfserveprop {
	width: 468px;
	margin: 0px auto;
}
.grading {
	float: right;
}
#url {
	display: none;
}
