body, html {
	background: #ffffff;
	color: #797979;
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}
body {
	background: url(/img/bg.jpg) top center repeat;
	background-attachment: fixed;
}
div, a, input, textarea, select, footer, form	{
	box-sizing: border-box;
}
@font-face {
    font-family: 'Open';
    src: url('OpenSans-Regular.eot');
    src: url('OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		 url('OpenSans-Regular.woff2') format('woff2'),
       	 url('OpenSans-Regular.woff') format('woff'),
         url('OpenSans-Regular.ttf') format('truetype'),
       	 url('OpenSans-Regular.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Thin';
    src: url('OpenSans-Light.eot');
    src: url('OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		 url('OpenSans-Light.woff2') format('woff2'),
       	 url('OpenSans-Light.woff') format('woff'),
         url('OpenSans-Light.ttf') format('truetype'),
       	 url('OpenSans-Light.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5	{
	margin: 0;
}
.mobile	{
	display: none !important;
}
a {
	color: #8c8c8c;
	text-decoration: none;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
nav ul	{
	list-style: none; 
}
nav ul li	{
	float: left;
	display: block;
}
nav ul li a	{
	display: block;
	text-align: center;
	text-transform: uppercase;
}
a.link-img:hover, a.link-img:hover img {
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}
#wrapper, footer {
	margin: 0 3%;
	width: 94%;
}
.upper {
	height: 40px;
	z-index: 1000;
}
.upper ul	{
	height: 40px;
}
.upper ul li	{
	background: #C6B390;
	font-size: 1.1em;
	line-height: 30px;
	margin: 5px 1% 0 0;
	padding: 0 1%;
}
.upper ul li:last-child	{
	border-right: none;
}
.upper ul li a	{
	color: #FFFFFF;
}
.upper .langs a	{
	background: #C6B390;
	color: #FFFFFF;
	height: 30px;
	font: 1.1em/28px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 5px 0 0 5px;
	padding: 0;
	width: 30px;
}
.upper .langs a.book	{
	background: #4A5E67;
	color: #fff;
	padding: 0 1%;
	width: auto;
}
.upper .langs a.book.vt	{
	background: #bebebe;
}
header.main {
	background: #C6B390;
	height: 100px;
	z-index: 1000;
}
header h1.logo	{
	bottom: 0;
	height: 100%;
	top: 0;
}
header h1.logo a	{
	background: #fff url(/img/logo.png) center center no-repeat;
	background-size: contain;
	height: 100%;
	text-indent: -10000px;
	transition: none;
	width: 100%;
	left: -1px;
}
header h1.logo a:hover	{
	opacity: 1;
}
#menu .main ul	{
	height: 100px;
	overflow: hidden;
	width: 100%;
}
#menu .main li {
	padding: 0px 0.5%;
	width: 12.5%;
}
#menu .main li:nth-child(2n+1), #menu .main li:nth-child(2n+1) ul.child li a {
	background: rgba(199, 181, 148, .2);
}
#menu .main li:nth-child(2n+2), #menu .main li:nth-child(2n+2) ul.child li a {
	background: rgba(210, 194, 166, .6);
}
#menu .main li:nth-child(2n+3), #menu .main li:nth-child(2n+3) ul.child li a {
	background: rgba(165, 165, 165, .2);
}
#menu .main li:nth-child(2n+4), #menu .main li:nth-child(2n+4) ul.child li a {
	background: rgba(219, 219, 219, .05);
}
#menu .main li:nth-child(2n+5), #menu .main li:nth-child(2n+5) ul.child li a {
	background: rgba(255, 255, 255, .2);
}
#menu .main li:nth-child(2n+6), #menu .main li:nth-child(2n+6) ul.child li a {
	background: rgba(119, 108, 134, .1);
}
#menu .main li:nth-child(2n+7), #menu .main li:nth-child(2n+7) ul.child li a {
	background: rgba(255, 255, 255, .1);
}
#menu .main li:nth-child(2n+8), #menu .main li:nth-child(2n+8) ul.child li a {
	background: rgba(0, 0, 0, .05);
}
#menu .main li.menu-more {
	background: url(/img/more.png) right no-repeat;
	padding: 0 25px 0 0;
}
#menu .main li.book-link	{
	display: none;
}
#menu .main li a {
	color: #fff;
	font: 1.1em/100px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 100px;
	padding: 0;
	text-align: center;
	transition: none;
}
#menu .main li a span.icon {
	height: 50px;
	line-height: 50px;
}
#menu .main li a span.icon img {
	vertical-align: bottom;
}
#menu .main li a span.name {
	height: 50px;
	line-height: 50px;
}
#menu .main li div.child {
	background: none;
	margin: 0 0 0 -5px;
	top: 100px;
	z-index: 1004;
}
#menu .main li div.child.position-right	{
	right: 0;
}
#menu .main li div.child ul {
	height: auto;
	overflow: visible;
}
#menu .main li ul.child li {
	background: #C6B390;
	border-bottom: 1px solid #776c86;
	border-right: 1px solid #776c86;
	border-collapse: collapse;
	display: table;
	float: left;
	height: 70px;
	margin: 0;
	padding: 5px;
	width: 33.3333333333%;
}
#menu .main li:nth-child(2n+5) div.child, #menu .main li:nth-child(2n+6) div.child, #menu .main li:nth-child(2n+7) div.child, #menu .main li:nth-child(2n+8) div.child	{
	right: 0;
}
#menu .main li ul.child li:nth-child(3n) {
	border-right: none !important;
}
#menu .main li ul.child li a {
	display: table-cell;
	color: #fff;
	height: auto;
	font-size: 1.1em;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	text-transform: none;
}
header.main.top	{
	top: -70px;
}
header.main.fixed	{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	left: 0;
	overflow: hidden;
	top: 0;
}
header.main.fixed h1.logo	{
	width: 10% !important;
}
header.main.fixed h1.logo a	{
	background-color: #ffffff;
	height: 100%;
	top: 0 !important;
}
header.main.fixed	#menu	{
	width: 90% !important;
}
header.main.fixed #menu .main li {
	width: 11%;
}
header.main.fixed #menu .main li a span.icon {
	display: none;
}
header.main.fixed, header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a, header.main.fixed #menu .main li a span.name {
	height: 70px;
	line-height: 70px;
}
header.main.fixed #menu .main li.book-link	{
	display: block;
}
header.main.fixed #menu .main li.book-link	{
	background: #8c8c8c;
}
header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a {
	transition: none;
}
#cycle {
	background: #fff;
	height: auto;
	z-index: 5;
}
#cycle section, .cycle-holder {
	height: auto;
}
#cycle img {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}
.header_text {
	top: 8%;
	color: #fff;
	font-size: 1.3em;
	left: 0;
	max-height: 50%;
	right: 0;
	z-index: 7000;
}
.header_text h2 {
	font: italic 2.5em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	padding: 0 0 1% 0;
}
a#prev, a#next {
	filter:alpha(opacity=0);
	height: 60px;
	opacity: 0;
	top: 0;
	z-index: 1000;
	width: 60px;
}
#cycle:hover a#prev, #cycle:hover a#next {
	filter:alpha(opacity=50);
	opacity: 0.5;
}
#cycle:hover a#prev:hover, #cycle:hover a#next:hover {
	opacity: .8;
	filter:alpha(opacity=80);
}
a#prev { background: #8c8c8c url(/img/arrows.png) left bottom no-repeat; right:61px; }
a#next { background: #8c8c8c url(/img/arrows.png) right bottom no-repeat; right:0px; }
/*.divider {
	background: url(/img/divider.png) center bottom no-repeat;
	background-size: contain;
	bottom: 0px;
	height: 170px;
	width: 100%;
	z-index: 7000;
}*/
#content {
	background: #fff;
}
#content article.offers	{
	padding: 0;
}
#content .offer	{
	background: #dbdbdb;
}
#content .offers h2	{
	background: #C6B390;
}
#content .offers h2 a	{
	color: #fff;
}
#content .offer h3	{
	background: #bebebe;
}
#content .offer h3 a	{
	color: #fff;
	text-align: center;
}
#content .offer a.img-link img	{
	height: auto;
	width: 100%;
}
#content .offer .discount, #content .offer .price	{
	color: #fff;
	font: 3em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 2em;
	left: 10px;
	top: 10px;
	z-index: 7;
}
#content .offer .price	{
	left: auto;
	right: 10px;
}
/*#content .offer .top	{
	background: url(/img/offer.png) center top no-repeat;
	background-size: cover;
	bottom: 0;
	height: 38px;
	z-index: 7;
}
#content .offer:nth-child(even) .top	{
	background: url(/img/offer2.png) center top no-repeat;
	background-size: cover;
}*/
#content .offer .details	{
	font-size: 1em;
	z-index: 7;
}
#content .offer a, #content .offer p	{
	color: #8c8c8c;
	text-align: justify;
}
#content .offer .details p.dates	{
	color: #a5a5a5;
	font-size: 1.2em;
	text-align: right;
}
#content .offer:nth-child(even) .details p.dates	{
	text-align: left;
}
#content .offer a	{
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .home-column	{
	width: 100%;
}
#content .home-column:last-child	{
	margin: 1% 0 0 0;
}
#content .home-column .img-link	{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .home-column .img-link img	{
	display: block;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .home-column:hover img	{
	transform: scale(1.2);
}
#content .home-column span.icon img	{
	transform: none !important;
}
#content .home-column .details	{
	border: 5px solid transparent;
	bottom: 0;
	color: #fff;
	font: 1.3em/1.4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 100%;
	top: 0%;
	right: 0;
	z-index: 7;
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .home-column:hover .details	{
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#content .home-column .details h3, #content .home-column a.more	{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font: 1.5em/1.3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 2% 0;
}
#content .home-column .details h3 a	{
	color: #fff;
}
#content .home-column a.more	{
	font: 1em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .home-column .details a	{
	color: #fff;
}
#content .newsletter-hold	{
	background: #f1f1f1;
	padding: 1% 0 4% 0;
}
#content .newsletter-form	{
	margin: 0 auto;
}
#content .newsletter-form form input[type="text"] {
	color: #8c8c8c;
	background: #fff;
	border: 1px solid #dbdbdb;
	font-size: 1.5em;
	height: 50px;
	margin: 0 1% 0 0;
	padding: 2% 1%;
}
#content .newsletter-form form input[type="submit"] {
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	color: #fff;
	font: 2em/50px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 50px;
	padding: 0 2%;
}
#content .newsletter-form form input[type="submit"]:hover {
	opacity: .6;
	filter:alpha(opacity=60);
}
#content .newsletter-form p.error, #content .newsletter-form p.ok {
	background: #bebebe;
	color: #fff;
	margin: 1% 0;
	padding: 0.5% 1%;
	text-align: left;
	width: 100%;
}
#content .newsletter-form p.error span, #content .newsletter-form p.ok span {
	display: block;
	margin: 2% 0.5%;
}
#content .newsletter-form p.ok {
	background: #aa9bc0;
}
#content article {
	padding: 0 0 5% 0;
	text-align: justify;
}
#content article .main-holder img {
	margin: 1% 1% 0 1%;
}
#content article .main-holder p iframe {
	margin: 1% auto !important;
	width: 100%;
}
#content article header {
	background: url('../img/header.png') center center no-repeat;
	background-size: contain;
	box-sizing: border-box;
	margin: 5% 0;
	padding: 2% 0;
}
#content article.rooms header {
	margin: 0;
}
#content header h2, #content header h3 {
	color: #C6B390;
	font: 4em/1.4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content header h2 span, #content header h3 span {
	background: #fff;
}
#content h2 {
	color: #a5a5a5;
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h2 a {
	color: #a5a5a5;
}
#content article.offers h2 {
	font: 2.4em/1.6em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h3, #content h4 {
	color: #8c8c8c;
	font: 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .main-holder h2 , #content .main-holder h3, #content .main-holder h4 {
	margin: 2% 0;
}
#content article a.more, #content article a.less	{
	margin: 5% auto 0 auto;
}
#content article h4, #content article h5 {
	color: #bebebe;
	font: 1.4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 0 0.5% 0;
	padding: 0 0 1% 0;
	text-align: center;
}
#content p, #content ul, #content ol {
	color: #8c8c8c;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content #mapframe {
	height: 300px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	width: 100%;
}
#content #mapframe:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
#content .youtube-player	{
	height: 300px;
	float: left;
	margin: 1%;
	width: 48%;
}
#content .youtube-player.large	{
	height: 400px;
	width: 98%;
}
#content article table	{
	border: 1px solid #bebebe;
	border-collapse: separate !important;
	border-spacing: 5px;
	font-size: 1.3em;
	margin: 2% 0;
}
#content article table, #content article table p	{
	color: #8a8780;
}
#content article table td, #content article table th {
	border-collapse: separate !important;
	border: 1px solid #bebebe;
	padding: 2%;
}
#content article table th {
	font: 1.2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: center;
}
#content article ul li {
	list-style: url('/img/li.png') inside;
	margin: 1% 0px 1% 2%;
}
#content article .content-l	{
	border-right: 1px solid #dbdbdb;
}
#content article .content-l .info	{
	background: #bebebe;
	color: #fff;
	font-size: 1.3em;
}
#content article .content-l p.address, #content article .content-l p.phone, #content article .content-l p.mob, #content article .content-l p.fax, #content article .content-l p.email	{
	line-height: 28px;
	margin: 5px 0 0 0;
}
#content article .content-l p.address img, #content article .content-l p.phone img, #content article .content-l p.mob img, #content article .content-l p.fax img, #content article .content-l p.email img	{
	vertical-align: middle;
}
#content article .content-r h2	{
	font-size: 3.5em;
	margin: 0 0 4% 0;
}
#content article .content-r h3	{
	margin: 2% 0;
}
#content article.home div.text p, #content article.rooms p.text	{
	font-size: 1.4em;
	line-height: 30px !important;
	margin: 5px auto;
	text-align: center;
}
#content article.home a.more, #content article.home a.less, #content article.rooms a.all, #content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
	border: 1px solid #C6B390;
	font: 1.5em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content article.home a.more span, #content article.home a.less span, #content article.rooms a.all span, #content article.rooms .submenus .details p.more a, #content article .submenus .room p.more a	{
	background: #C6B390;
	color: #ffffff;
}
.banner {
	color: #fff;
	z-index: 999;
}
.banner form.input-holder	{
	margin: -40px 0 0 0;
	background: url(/img/form.png) center top no-repeat;
	padding: 80px 10% 2% 10%;
	width: 100%;
}
#content .banner form.input-holder h2 {
	color: #fff;
	margin: 5% 0;
	padding: 1% 0;
}
.banner label {
	height: 30px;
	line-height: 30px;
	margin: 15px 0;
}
.banner input, .banner select {
	border: 1px solid #fff;
	background: url(/img/white.png) repeat;
	color: #707070;
	height: 30px;
}
.banner input:focus, .banner select:focus {
	background: #fff;
}
.banner input[type=button], .banner a.submitter {
	border: none;
	background: #4A5E67;
	color: #ffffff;
	font: normal 16px/37px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 40px;
}
.banner a.submitter {
	line-height: 40px;
	text-indent: 1px;
	width: 100%;
}
.banner label.card {
	margin: 1% 0 0 0;
	opacity: .5;
}
#content article.rooms h5	{
	margin: 3% auto 0 auto;
}
#content article.home div.text img	{
	margin: 0 1%;
}
#content article.rooms	{
	padding: 3% 0;
}
#content article.rooms .submenus .details p.more a, #content article .submenus .room p.more a	{
	font: 0.8em/1.3em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 3% 1%;
}
#content article.rooms .flex	{
	justify-content: center;
}
#content article.rooms .submenus	{
	border-bottom: 1px solid #dbdbdb;
	flex: 0 1 96%;
	margin: 10px 1%;
	width: 96%;
}
#content article.rooms.inside .submenus	{
	flex: 0 1 29%;
	width: 29%;
}
#content article.rooms h5	{
	line-height: 1.9em;
	margin: 0;
	text-align: left;
}
#content article.rooms h5 a	{
	background: #A9A6A6;
	color: #fff;
	padding: 1% 2%;
}
#content article.rooms .submenus .details p	{
	color: #A9A6A6;
	font-size: 1.1em;
}
#content article.rooms .submenus .details p.info	{
	line-height: 30px;
}
#content article.rooms .submenus .details p.info img	{
	vertical-align: middle;
	width: 30px;
}
#content article.rooms .submenus a.link-img	{
	overflow: hidden;
}
#content article.rooms .submenus a.link-img img	{
	display: block;
}
#content article hr {
	color: #dbdbdb;
	border: 1px solid #dbdbdb;
	margin: 5px 0;
	padding: 0;
}
#content article .right.no-float	{
	float: none !important;
	width: 100% !important;
}
#content article .sub .submenus ul li {
	background: #bebebe;
	list-style: none;
	margin: 0 1% 1% 0;
	padding: 1%;
}
#content article .sub .submenus ul li.parent {
	background: #a5a5a5;
}
#content article .sub .submenus ul li h5 {
	font: 1.1em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
#content article .sub .submenus ul li h5 a {
	color: #fff;
}
#content article .submenus .room	{
	border-bottom: 1px solid #dbdbdb;
	color: #a5a5a5;
	flex: 0 1 99%;
	margin: 10px 0.5%;
	width: 99%;
}
#content article .submenus .room p	{
	color: #a5a5a5;
}
#content article .submenus a.link-img	{
	margin: 0;
	padding: 0;
}
#content article .submenus a.link-img img	{
	display: block;
}
#content article .submenus img {
	width: 100%;
	margin: 0;
}
#content article .submenus .room .price, #content article .submenus .room .discount {
	color: #fff;
	filter:alpha(opacity=100);
	font: 2em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 2em;
	left: 10px;
	opacity: 1;
	top: 10px;
}
#content article .submenus .room .discount {
	left: auto;
	right: 10px;
}
#content article .submenus .room h5 {
	font-size: 1.4em;
	padding: 0;
	text-align: left;
}
#content article .submenus .room h5 a {
	background: #8c8c8c;
	color: #fff;
	line-height: 1.7em;
	padding: 1% 2%;
}
#content article .submenus .room p.info	{
	font-size: 1.1em;
	line-height: 30px;
}
#content article .submenus .room p.info img	{
	vertical-align: middle;
	width: 30px !important;
}
#content article .submenus .room .text p {
	font-size: 1.1em;
	color: #a5a5a5;
	text-align: left;
}
#content article.rooms.inside h5	{
	line-height: 2.1em;
	margin: 0;
	text-align: left;
}
#content article .submenus .room a.link-img	{
	overflow: hidden;
}
#content article .submenus .room a.link-img img	{
	display: block;
	transform: scale(1, 1.1);
}
#content article .submenus.no-float div.txt, #content article .submenus.no-float div.txt p {
	color: #a5a5a5;
	line-height: 1.6em;
	text-align: justify;
}
#content .grid	{
	column-count: 4;
	column-gap: 5px;
	-moz-column-count: 4;
    -moz-column-gap: 5px;
    -webkit-column-count: 4;
    -webkit-column-gap: 5px;
}
#content a.photos_group img	{
	margin: 0 0% 1% 0;
	width: 100%;
}
#content .news {
	border: 1px solid #dbdbdb;
}
#content .news header {
	background: none;
	margin: 0% 0 1% 0;
	padding: 0;
}
#content .news header h4 {
	color: #8c8c8c;
	margin: 0%;
	text-align: left;
}
#content .news header .i_date	{
	color: #C6B390;
}
#content .news-content img	{
	margin: 1%;
}
#content .news a.more_rev, #content .news a.less_rev {
	border: 1px solid #C6B390;
	font: 1.4em/1.2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 2% auto 0 auto;
	padding: 0;
}
#content .news a.more_rev span, #content .news a.less_rev span	{
	background: #C6B390;
	color: #ffffff;
}
#content article .main-gallery {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
#content article form {
	clear: both;
	font-size: 1.2em;
}
#content article form label, #content article form .field_date {
	color: #bebebe;
	float: left;
	margin: 1% 1% 0 0;
	text-align: left;
	width: 49%;
}
#content article form label.text-label, #content article form label.cap, #content article form .field_date label	{
	color: #bebebe;
	width: 100%;
}
#content article form .field_date label	{
	float: none;
}
#content article form input[type="text"], #content article form select, #content article form textarea {
	margin: 1% 0 0 0;
	color: #bebebe;
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
	padding: 3% 1%;
	width: 100%;
}
#content article form label.cap input, #content article form textarea	{
	padding: 2% 1%;
	width: 99%;
}
#content article form input[type="text"]:focus, #content article form select:focus, #content article form textarea:focus {
	background: #fff;
	color: #8c8c8c;
}
#content article form div#date_in, #content article form div#date_out {
	margin: 1% 0 0 0;
	width: 100%;
}
#content article form .ui-datepicker {
	border: none;
	width: 100%;
}
#content article form p.submit-b	{
	border: 1px solid #C6B390;
}
#content article form input[type="submit"] {
	background: #C6B390;
	border: none;
	font: 1.3em/1.5em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 1% 2%;
}
#content article form p.submit-b:hover {
	opacity: .5;
	filter:alpha(opacity=50);	
}
#content p.error, #content p.ok {
	background: #bebebe;
	color: #fff;
	padding: 1%;
	text-align: left;
	width: 100%;
}
#content p.error span, #content p.ok span {
	display: block;
	text-align: center;
	margin: 0.5%;
}
#content p.ok {
	background: #aa9bc0;
}
#content article .comment {
	background: #f1f1f1;
	border: 1px solid #ede7f5;
	color: #a5a5a5;
}
#content article .comment:nth-child(even) {
	background: #f7f7f7;
}
#content article .comment div.title {
	background: #ede7f5;
	margin: 0;
	width: 60%;
}
#content article .comment:nth-child(even) div.title {
	margin-left: 40%;
}
#content article .comment h4 {
	color: #aa9bc0;
	font: 1.5em/1em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#content article .comment span.date {
	font-size: 0.7em;
}
#content article .comment p {
	color: #a5a5a5;
	font: italic 1.2em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1%;
}
#no_com {
	margin-top: 2%;
}
footer {
	background: #dbdbdb;
	color: #8c8c8c;
	font-size: 1.2em;
	line-height: 2em;
}
footer a	{
	color: #847c79;
}
footer .address, footer .phone, footer .mob, footer .fax, footer .email {
    line-height: 28px;
    margin: 5px 0 0 0;
}
footer .address img, footer .phone img, footer .mob img, footer .fax img, footer .email img	{
	filter: grayscale(100%);
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
}
footer .phone a, footer .mob a	{
	color: #847c79;
}
footer h1.logo a	{
	background: url('/img/logo2.png') center center no-repeat;
	background-size: contain;
	min-height: 110px;
	max-height: 240px;
	text-indent: -10000px;
}
footer h4	{
	color: #a5a5a5;
	font: normal 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1% auto 0 auto;
}
footer	.TA_socialButtonBubbles	{
	margin: 5px auto;
	width: 91px;
}
footer .social .fb, footer .social .tw, footer .social .gp, footer .social .yt, footer .social .sk, footer .social .in, footer .social .ta, footer .social .fs, footer .social .ln {
	background: url('/img/fb.png') center center no-repeat;
	height: 50px;
	width: 50px;
}
footer .social .tw {
	background: url('/img/tw.png') center center no-repeat;
}
footer .social .gp {
	background: url('/img/gp.png') center center no-repeat;
}
footer .social .yt {
	background: url('/img/yt.png') center center no-repeat;
}
footer .social .sk {
	background: url('/img/sk.png') center center no-repeat;
}
footer .social .in {
	background: url('/img/in.png') center center no-repeat;
}
footer .social .ta {
	background: url('/img/ta.png') center center no-repeat;
}
footer .social .fs {
	background: url('/img/fs.png') center center no-repeat;
}
footer .social .ln {
	background: url('/img/ln.png') center center no-repeat;
}
footer nav ul li	{
	background: url('/img/li.png') left center no-repeat;
	display: inline-block;
	float: none;
	padding: 0 1% 0 20px;
}
footer nav ul li a	{
	color: #C6B390;
}
footer .tags	{
	border-top: 1px solid #d3d3d3;
	margin: 1% auto;
	padding: 1% 0 0 0;
}
footer .tags h1, footer .tags h2, footer .tags h3, footer .tags h4, footer .tags h5, footer .tags h6 {
	display: inline;
	font: normal 1em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0 1% 0 0;
}
footer .tags a	{
	color: #bebebe;
}
.credits {
	background: #C7B594;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
	width: 94%;
}
.credits a {
	color: #fff;
}
#top {
	background: #C6B390 url('/img/top.png') center center no-repeat;
	bottom: -40px;
	height: 40px;
	opacity: .5;
	position: fixed;
	right: 0px;
	width: 40px;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}
#top.visible	{
	bottom: 0px;
}
/*OFFER CSS*/
#content article.single header	{
	margin: 0;
	padding: 0;
}
#content article.single header h2	{
	padding: 3% 0 3% 0
}
#content article p.dates	{
	font: normal 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#cycle .price	{
	bottom: 10px;
	color: #fff;
	font: 5em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	left: 10px;
	max-width: 48%;
	z-index: 7;
}
#cycle .price.discount	{
	bottom: auto;
	left: auto;
	right: 10px;
	top: 10px;
}
#cycle .price span	{
	font-size: 0.5em;
}
.offerb	{
	margin: -5% 0 0 0;
	padding: 0 0 8% 0;
}
.offer-text	ul	{
	list-style: inside circle;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
iframe {
	border: none;
}
.ui-corner-all {
	border-radius: 0px !important;
}
.ui-widget-content {
    border: 1px solid #dbdbdb !important;
    background: #fff !important;
}
table.ui-datepicker-calendar, table.ui-datepicker-calendar tr td {
    border: none !important;
	font-size: 0.8em;
}
table.ui-datepicker-calendar tr td {
    border-collapse: separate !important;
    padding: 2%!important;
}
.ui-widget-header .ui-icon {
	background-image: url("/img/ui-icons_ffffff_256x240.png") !important;
}
.ui-widget-header {
	background: #bebebe !important;
	border: none !important;
	color: #fff !important;
	font-weight: normal !important;
	font: normal 1.3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif !important;
}
.ui-datepicker-title {
	font-weight: bold !important;
	line-height: 2em !important;
}
.ui-widget-header .ui-state-hover { 
	border: 1px solid #bebebe !important;
	background: #bebebe !important;
}
.ui-widget-header a.ui-datepicker-prev:hover span, .ui-widget-header a.ui-datepicker-next:hover span, .ui-widget-header a.ui-datepicker-prev:hover, .ui-widget-header a.ui-datepicker-next:hover	{
	border: none !important;
}
.ui-widget-header a.ui-state-hover {
	background: #bebebe !important;
	border: none !important;
	opacity: .7;
}
.ui-datepicker-calendar thead {
	color: #cac5c2 !important;
}
table.ui-datepicker-calendar th	{
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #bebebe !important;
	font: normal 1.1em/1em Open Sans, 'Open', Arial, Helvetica, sans-serif !important;
	padding: 0;
}
table.ui-datepicker-calendar td	{
	padding: 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding: 0.5em !important;
    text-align: center !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #dbdbdb !important;
    background: #dbdbdb !important;
    color: #797979 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #797979 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff !important;
	background: #487150 !important;
	border: 1px solid #487150 !important;
}
::-webkit-input-placeholder {	color: #aa9bc0; }
:-moz-placeholder {	color: #aa9bc0; }
::-moz-placeholder {	color: #aa9bc0; }
:-ms-input-placeholder {	color: #aa9bc0; }

.accessibility {
	color: #000;
	position: fixed;
	top: 200px;
	right: 0px;
	padding: 5px;
	width: 180px;
	transition: all 1s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 9999;
}
.show-hide-disabled {
	border: 1px solid #000000;
	border-radius: 20px;
	height: 40px;
	width: 40px;
	margin: 13px 0 10px 0;
}
.white-bg {
	background: #fff;
}
.accessibility.white-bg {
	border-top: none;
	border-radius: 10px 0px 0px 10px;
	width: 180px;
}
.save-contrast, .control-wrapper, .save-scale {
	margin: 5px;
}
.control-wrapper a {
	color: #000 !important;
}
.font-size {
	font-size: 14px;
}
.small-header {
	font-size: 14px;
	font-weight: bold;
}
.inner-wrapper .pointer {
	border: 1px solid #000000;
	border-radius: 5px;
	margin: 5px 5px 5px 0;
	padding: 5px;
}
.pointer {
	cursor: pointer;
}
.left-float {
	float: left;
}
.inner-wrapper .pointer:hover {
	opacity: .8;
}
.hidden {
	display: none !important;
}
.button {
	margin: 5px;
	font-size: 16px;
	width: 43px;
	height: 43px;
	display: block;
	background: #fff;
	border-radius: 21px !important;
}
.no-select {
	-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.clearer {
	clear: both;
}
.size90 {
	font-size: 100%
}
.size100 {
	font-size: 120%
}
.size110 {
	font-size: 140%
}
.footer_map {
	width: 100%;
	height: 350px;
	margin-bottom: -6px;
}