body, html {
	color: #463d2e;
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}
body {
	background: #fff;
}
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: #065c86;
	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 {
	width: 100%;
}
header.main {
	background: url(/img/white2.png) repeat;
	height: 120px;
	z-index: 1000;
}
header h1.logo a	{
	background: url(/img/logo.png) left center no-repeat;
	background-size: contain;
	height: 120px;
	text-indent: -10000px;
}
header div.logo a	{
	background: url(/img/logo.png) left center no-repeat;
	background-size: contain;
	height: 120px;
	text-indent: -10000px;
}
#menu	{
	width: 50%;
}
#menu .main ul	{
	height: 120px;
	overflow: hidden;
}
#menu .main li {
	margin: 0px 5px;
}
#menu .main li.menu-more {
	background: url(/img/more.png) right no-repeat;
	padding: 0 25px 0 0;
}
#menu .main li a {
	color: #000;
	font: 1.6em/120px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 120px;
	padding: 0;
	text-align: left;
}
#menu .main li:hover {
}
#menu .main li div.child {
	background: url('../img/child.png') repeat;
	top: 120px;
	z-index: 1004;
}
#menu .main li.menu-more div.child {
	top: 120px;
	z-index: 1004;
}
#menu .main li div.child ul {
	height: auto;
	overflow: visible;
}
#menu .main li ul.child li {
	background: url('../img/submenu.png') left top no-repeat;
	float: none;
	margin: 1% 0;
	max-width: 100%;
	padding: 0 0 0 20px;
}
#menu .main li div.child.white2 ul li {
	background: none;
	padding: 0;
}
#menu .main li ul.child li a {
	border: none;
	color: #fff;
	display: block;
	height: auto;
	font-size: 1.3em;
	line-height: 28px;
	margin: 3% 0;
	text-align: left;
	text-transform: none;
}
#menu .main li div.child.white2 ul li a {
	color: #fff;
	font-size: 1.7em;
	line-height: 1em;
	text-transform: uppercase;
}
#menu .main li div.child.white2 ul.sub-child li a	{
	font-size: 1.3em;
	line-height: 1.5em;
	text-transform: none;
}
header .langs	{
	height: 40px;
	margin: 40px 0 0 0;
	max-width: 10%;
	min-width: 210px;
}
header .langs a	{
	background: url(/img/gr.png) center center no-repeat;
	background-size: contain;
	color: #fff;
	display: inline-block;
	font: 1.6em/40px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 0 5px;
	text-indent: -10000px;
	width: 25px;
}
header .langs a.en {
	background: url(/img/en.png) center center no-repeat;
	background-size: contain;
}
header .langs a.de {
	background: url(/img/de.png) center center no-repeat;
	background-size: contain;
}
header .langs a.ru {
	background: url(/img/ru.png) center center no-repeat;
	background-size: contain;
}
header .langs a.tr {
	background: url(/img/tr.png) center center no-repeat;
	background-size: contain;
}
header .langs a.ro {
	background: url(/img/ro.png) center center no-repeat;
	background-size: contain;
}
header .langs a.rs {
	background: url(/img/rs.png) center center no-repeat;
	background-size: contain;
}
header .book	{
	padding: 0 0.5%;
	width: 12%;
}
header a.res	{
	background: #065c86;
	font: 1.6em/57px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 60px;
	margin: 30px 0 0 0;
	color: #fff;
}
header.main.fixed	{
	background: #fff;
	overflow: hidden;
}
header.main.fixed, header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a {
	height: 70px;
	line-height: 70px;
}
header.main.fixed .langs	{
	line-height: 40px;
	margin: 15px 0 0 0;
}
header.main.fixed a.res	{
	font: 1.6em/47px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 50px;
	margin: 10px 0 0 0;
}
.circle {
	top: 110px;
	width: 50px;
	z-index: 1000;
}
.circle.left {
	background: none;
	height: auto;
	left: 0px;
	width: auto;
}
.circle.left a.vt {
	background: url(/img/main.png) repeat;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0 0;
	width: 200px;
}
.circle.left a.hide-book, .circle.left a.show-book {
	cursor: pointer;
	height: 30px;
	text-indent: -100000px;
	width: 30px;
}
.circle.left a.hide-book {
	background: url(/img/hide.png) no-repeat;
}
.circle.left a.show-book {
	background: url(/img/show.png) no-repeat;
}
.circle.left a:hover {
	opacity: 1;
}
.circle.left form.input-holder {
	background: url(/img/bg.png) repeat;
	width: 200px;
	color: #fff;
}
.circle.left form.input-holder h2 {
	color: #fff;
	font: normal 1.8em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
.circle.left label {
	font: normal 12px/33px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 30px;
	margin: 7px 0;
}
.circle.left input, .circle.left select {
	border: 1px solid #836f56;
	background: url(/img/white2.png) repeat;
	color: #065c86;
	height: 30px;
}
.circle.left input:focus, .circle.left select:focus {
	background: #fff;
}
.circle.left input[type=button], .circle.left a.submitter {
	background: #065c86;
	border: 1px solid #065c86;
	color: #fff;
	font: normal 13px/37px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 40px;
}
.circle.left a.submitter {
	line-height: 40px;
	text-indent: 1px;
	width: 100%;
}
.circle.left label.card {
	color: rgba(255, 255, 255, .6);
	margin: 0;
}
.circle.left div.offers {
	color: #463d2e;
	font-size: .9em;
	left: -200px;
	position: relative;
	text-align: left;
	width: 200px;
}
.circle.left div.offers.loaded	{
	left: 0;
}
.circle.left div.offers h3 {
	font: normal 1.6em Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
.circle.left div.offers a {
	color: #093743;
}
.circle.left div.offers a.btn {
	height: auto;
	text-align: right;
	text-decoration: underline;
	width: 100%;
}
#cycle {
	z-index: 5;
}
#cycle section, .cycle-holder {
	height: 100%;
}
/*#cycle .slide-image {
	height: 100%;
}*/
.header_text {
	bottom: 80px;
	color: #fff;
	font-size: 1.3em;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 50%;
	right: 0;
	z-index: 7;
}
.header_text h2 {
	font: normal 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	padding: 0 0 1% 0;
}
.slide {
	background: url(/img/slide.png) center center no-repeat;
	background-size: contain;
	bottom: 30px;
	color: #fff;
	height: 50px;
	left: 0;
	line-height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -100000px;
	right: 0;
	/* width: 50px; */
	z-index: 7000;
}
a#prev, a#next {
	bottom: 10px;
	filter:alpha(opacity=0);
	height: 120px;
	opacity: 0;
	z-index: 1000;
	width: 30px;
}
#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: url(/img/arrows.png) left center no-repeat; left:0px; }
a#next { background: url(/img/arrows.png) right center no-repeat; right:0px; }
#content .offer	{
	width: 33.33333%;
}
#content .offer:hover a img	{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#content .offer .details	{
	font-size: 1.3em;
	color: #2f281e;
	right: 0;
	bottom: 0;
	width: 98%;
	z-index: 7;
}
#content .offer:hover .details.white	{
	background: url(/img/white2.png) repeat;
}
#content .offer .details h3, #content .offer a, #content .offer p	{
	color: #2f281e;
	text-align: justify;
}
#content .offer .details h3	{
	font-size: 2.5em;
	text-align: right;
}
#content .offer .details p.dates	{
	font-size: 0.9em;
	text-align: right;
}
#content .offer .img-link	{
	bottom: 0;
	top: 0;
}
#content .offer img	{
	display: block;
	bottom: 0;
	top: 0;
	right: 0;
	min-width: 100%;
	width: auto;
}
#content .offer a:hover	{
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .offer .price	{
	color: #fff;
	font: 3.5em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 2em;
	left: 10px;
	top: 10px;
}
#content .offer .price.discount	{
	left: auto;
	right: 10px;
}
#content .home-column	{
	width: 25%;
}
#content .home-column h3	{
	border: 1px solid #fff;
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	bottom: 0;
	color: #fff;
	height: 92%;
	top: 0%;
	width: 90%;
	z-index: 7;
}
#content .home-column:hover h3	{
	filter: alpha(opacity=0);
	opacity: 0;
}
#content .home-column .details	{
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=0);
	font: 2em/1.5em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 92%;
	top: 0%;
	right: 0;
	opacity: 0;
	width: 90%;
	z-index: 7;
}
#content .home-column:hover .details	{
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .home-column .img-link	{
	height: 99%;
	margin: 0;
	padding: 0;
}
#content .home-column .img-link img	{
	margin: 0;
	margin-left: -50%;
	padding: 0;
	width: auto;
}
#content .home-column:hover img	{
	transform: scale(1.1);
}
#content .home-column a.relative.block.overflow-hidden.width100:hover	{
	opacity: 1;
}
#content .home-column .details a	{
	color: #fff;
}
#content .home-column .more	{
	border: 1px solid #065c86;
	font: 0.9em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .home-column .more span	{
	background: #065c86;
	color: #fff;
}
#content .newsletter-form	{
	background: #0f89c5;
	color: #fff;
	margin: 0 auto 2% auto;
}
#content .newsletter-form form label {
	color: #fff;
	float: left;
	font-size: 1.2em;
	line-height: 30px;
	height: 30px;
	padding: 0 1%;
	text-align: left;
}
#content .newsletter-form form div.cap {
	padding: 0 2% 0 1%;
}
#content .newsletter-form form input[type="text"] {
	margin: 5px 0 0 0;
	color: #065c86;
	background: #fff;
	border: 1px solid #065c86;
	height: 48px;
	padding: 2% 1%;
	width: 100%;
}
#content .newsletter-form form input[type="submit"] {
	background: #065c86;
	border: 1px solid #836f56;
	color: #fff;
	font: 2em/48px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 48px;
	margin: 35px 0 0 0;
	padding: 0 2%;
}
#content .newsletter-form form input[type="submit"]:hover {
	background: #836f56;
}
#content .newsletter-form p.error, #content .newsletter-form p.ok {
	background: rgba(0, 0, 0, .1);
	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: #1ca6ca;
}
#content .brand-link	{
	width: 50%;
}
#content .brand-link:hover	{
	opacity: 1;
	filter:alpha(opacity=100);
}
#content article {
	padding: 0 0 5% 0;
	text-align: justify;
}
#content article img {
	margin: 0.5%;
}
#content article header {
	background: url('../img/header.png') bottom center no-repeat;
	box-sizing: border-box;
	margin: 0 0 5% 0;
	padding: 0 0 50px 0;
}
#content article.rooms header {
	background: none;
	margin: 0;
	padding: 0;
}
#content header h2, #content header h3 {
	color: #093743;
	font: 4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .rooms header h3 {
	
}
#content h2 {
	color: #198fae;
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h3, #content h4 {
	/* color: #1ca6ca; */
	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: #fff;
	font: 2.2em '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 article h4, #content article h5 a {
	color: #fff;
}
#content p, #content ul, #content ol {
	color: #463d2e;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content #mapframe {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	width: 100%;
}
#content #mapframe:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
#content article table	{
	border: 1px solid #f0e4d6;
	border-collapse: separate !important;
	border-spacing: 5px;
	color: #065c86;
	font-size: 1em;
	margin: 2% 0;
}
#content article table, #content article table p	{
	color: #065c86;
}
#content article table td, #content article table th {
	border-collapse: separate !important;
	border: 1px solid #f0e4d6;
	padding: 2%;
}
#content article table th {
	background: #065c86;
	color: #fff;
	font: 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: center;
}
#content article table p.price	{
	background: #f0e4d6;
	border-radius: 50px;
	color: #065c86;
	font-size: 2.5em;
	line-height: 25px;
	display: block;
	height: 50px;
	margin: auto;
	padding: 25px 0;
	text-align: center;
	width: 100px;
}
#content article table p.price span	{
	font-size: 0.5em;
}
#content article ul li {
	display: block;
	background: url('/img/li.png') left center no-repeat;
	list-style: disc inside;
	margin: 1% 0px 1% 4%;
	padding: 0 1% 0 25px;
}
#content article .content-l	{
	border-right: 1px solid #f0e4d6;
}
#content article .content-l .info	{
	background: #1ca6ca;
	color: #fff;
	font-size: 1.3em;
}
#content article .content-r h2	{
	color: #065c86;
	font-size: 3.5em;
	margin: 0 0 2% 0;
}
#content article .content-r h3	{
	margin:2% 0;
}
#content article.home div.text p, #content article.rooms p.text	{
	font-size: 1.5em;
	margin: 2% auto 0 auto;
	text-align: center;
}
#content article.rooms p.text	{
	color: #fff;
}
#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 #fff;
	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: #065c86;
	color: #fff;
}
#content article.home div.text img	{
	margin: 0 1%;
}
#content article.rooms	{
	background: url('../img/rooms.jpg') center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 3% 0 0 0;
}
#content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
	border: 1px solid #fff;
}
#content article.rooms .submenus .details p.more a, #content article .submenus .room p.more a	{
	background: #fff;
	color: #065c86;
}
#content article.rooms .submenus	{
	background: #065c86;
	flex: 0 1 25%;
	margin: 1%;
	width: 25%;
}
#content article.rooms .submenus:nth-child(odd)	{
	background: #065c86;
}
#content article.rooms .submenus:nth-child(even)	{
	background: #0f89c5;
}
#content article.rooms .submenus .details	{
	padding: 3% 0 0 0;
}
#content article.rooms .submenus .details p	{
	color: #d8c6ae;
	margin: 5% auto;
}
#content article hr {
	color: #f0e4d6;
	border: 1px solid #f0e4d6;
	margin: 5px 0;
	padding: 0;
}
#content article .right.no-float	{
	float: none !important;
	width: 100% !important;
}
#content article .right .submenus {
	background: #0f89c5;
	padding: 0 0 5% 0;
}
#content article .right .submenus h4 {
	border: none;
	font-size: 3em;
}
#content article .right .submenus h4 a {
	color: #d5c7b4;
	/* text-align: right; */
}
#content article .right .submenus ul li {
	background: none;
	margin: 0;
}
#content article .right .submenus ul li h5 {
	background: url('../img/submenu.png') left center no-repeat;
	font: 1.2em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1% 0 1% 20px;
}
#content article .submenus .room	{
	color: #fff;
	flex: 0 1 31.33333%;
	margin: 10px 1%;
	width: 31.33333%;
}
#content article .submenus .room p	{
	color: #d8c6ae;
}
#content article .submenus .room	{
	background: #065c86;
}
#content article .submenus .room:nth-child(odd)	{
	background: #065c86;
}
#content article .submenus .room:nth-child(even)	{
	/* background: #836f56; */
}
#content article .submenus a.link-img	{
	margin: 0;
	padding: 0;
}
#content article .submenus img {
	display: block;
	width: 100%;
	margin: 0;
}
#content article .submenus .room .info {
	bottom: 0;
	color: #fff;
	filter:alpha(opacity=0);
	font: 1.5em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	right: 0;
	opacity: 0;
	top: 0;
	width: 100%;
}
#content article .submenus .room:hover .info, #content article .submenus .room .info a {
	filter:alpha(opacity=100);
	opacity: 100;
}
#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:hover .price, #content article .submenus .room:hover .discount  {
	filter:alpha(opacity=0);
	opacity: 0;
}
#content article .submenus .room .info a {
	background: url('../img/menu.png') center center no-repeat;
	height: 100%;
	text-indent: -10000px;
}
#content article .submenus .room h5 {
	font-size: 2.5em;
	line-height: 1.3em;
	padding: 0;
}
#content article .submenus .room h5 a {
	color: #fff;
}
#content article .submenus .room .text p {
	color: #d8c6ae;
	margin: 2% auto 0 auto;
}
#content article .submenus.no-float div.txt, #content article .submenus.no-float div.txt p {
	color: #fff;
	line-height: 1.6em;
	text-align: justify;
}
#content .grid	{
	-moz-column-count: 4;
    -moz-column-gap: 5px;
    -webkit-column-count: 4;
    -webkit-column-gap: 5px;
}
#content .grid .grid-item	{
     column-break-before: always;   
}
#content a.photos_group img	{
	margin: 0 0% 1% 0;
	width: 100%;
}
#content .news header {
	background: none;
	margin: 3% 0 1% 0;
}
#content .news header h4 {
	color: #065c86;
}
#content .news header .i_date	{
	color: #d8c6ae;
}
#content .news a.more_rev, #content .news a.less_rev {
	border: 1px solid #fff;
	font: 1.6em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: .5%;
}
#content .news a.more_rev span, #content .news a.less_rev span	{
	background: #fff;
	color: #fff;
}
#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: #0f89c5;
	float: left;
	margin: 1% 1% 0 0;
	text-align: left;
	width: 49%;
}
#content article form label.text-label, #content article form div.cap, #content article form div.cap label, #content article form .field_date label	{
	color: #0f89c5;
	width: 100%;
}
#content article form .field_date label	{
	float: none;
}
#content article form div.cap label span.red	{
	color: #b50000;
}
#content article form input[type="text"], #content article form select, #content article form textarea {
	margin: 1% 0 0 0;
	color: #fff;
	background: #fff;
	/*border: 1px solid #fff; */
	padding: 3% 1%;
	width: 100%;
}
#content article form input[type="text"]:focus, #content article form select:focus, #content article form textarea:focus {
	color: #065c86;
}
#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 div.cap input[type="text"]	{
	color: #b50000;
	float: left;
	font-size: 30px;
	height: 65px;
	margin: 1% 0 0 1%;
	padding: 5px;
	text-align: center;
	width: 100px;
}
#content article form div.cap a	{
	border: 1px solid #fff;
	display: block;
	float: left;
	height: 65px;
	margin: 1% 0 0 0;
	padding: 0;
}
#content article form div.cap a img	{
	margin: 0;
}
#content article form p.submit-b	{
	border: 1px solid #1ca6ca;
}
#content article form input[type="submit"] {
	background: #1ca6ca;
	border: none;
	font: 1.5em/1.7em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 1% 2%;
}
#content article form input[type="submit"]:hover {
	opacity: .8;
	filter:alpha(opacity=80);	
}
#content p.error, #content p.ok {
	background: #0f89c5;
	color: #fff;
	padding: 1%;
	width: 100%;
}
#content p.error span, #content p.ok span {
	display: block;
	margin: 0.5%;
}
#content p.ok {
	background: #1ca6ca;
}
#content article .comment {
	color: #fff;
}
#content article .comment:nth-child(odd) {
	background: #065c86;
}
#content article .comment:nth-child(even) {
	background: #836f56;
}
#content article .comment div.title {
	width: auto;
}
#content article .comment:nth-child(odd) div.title {
	float: left;
	padding: 1% 1% 0 0;
}
#content article .comment:nth-child(even) div.title {
	float: right;
	padding: 1% 0 0 1%;
}
#content article .comment h4 {
	color: rgba(255, 255, 255, .4);
	font: 2em/1em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#content article .comment:nth-child(odd) div.title h4 {
	text-align: left;
}
#content article .comment:nth-child(even) div.title h4 {
	text-align: right;
}
#content article .comment span.date {
	font-size: 0.5em;
}
#content article .comment p {
	color: #fff;
	font: italic 1.1em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0;
}
#no_com {
	margin-top: 2%;
}
footer {
	background: #fff;
	color: #065c86;
	font-size: 1.2em;
	line-height: 2em;
}
footer a	{
	color: #0f89c5;
}
footer h1.logo a	{
	background: url('/img/logo-footer.png') center center no-repeat;
	background-size: contain;
	height: 120px;
	text-indent: -10000px;
}
footer .logo a	{
	background: url('/img/logo-footer.png') center center no-repeat;
	background-size: contain;
	height: 120px;
	text-indent: -10000px;
}
footer h4	{
	color: #0f89c5;
	font: normal 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1% auto 0 auto;
}
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 .tags	{
	border-top: 1px solid #d5ceb9;
	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:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.credits {
	background: #065c86;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
}
.credits a {
	color: #f0e4d6;
}
#top {
	background: #065c86 url('/img/top.png') center center no-repeat;
	border-radius: 20px;
	bottom: -40px;
	height: 40px;
	opacity: .5;
	position: fixed;
	right: 10px;
	width: 40px;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}
#top.visible	{
	bottom: 10px;
}
.social.absolute {
	top: 280px;
	right: 0;
	z-index: 1000;
}
.social.absolute .fb-hold	{
	right: -330px;
	height: 215px;
}
.social.absolute .fb-hold:hover, .social.absolute .fb-hold.show	{
	right: 0px;
}
.social.absolute .fb-page	{
	background: #fff;
	margin: 1px 0 0 0;
}
.social.absolute .fb {
	background: #3b5998 url('/img/fbw.png') center center no-repeat;
	border-radius: 5px 0 0 5px;
	height: 40px;
	margin: 1px 0 0 0;
	width: 40px;
}
.social.absolute .fb {
	margin: 175px 0 0 0;
}
.social.absolute a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
/*OFFER CSS*/
#content article.single header	{
	margin: 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 .back	{
	top: 130px;
	font: 2em/1em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	right: 10px;
	z-index: 7;
}
#cycle .back a	{
	color: #1ca6ca;
}
#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	{
	left: auto;
	right: 10px;
}
#cycle .price span	{
	font-size: 0.5em;
}
.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 #fff !important;
    background: #fff !important;
}
table.ui-datepicker-calendar, table.ui-datepicker-calendar tr td {
    border: none !important;
}
.ui-widget-header .ui-icon {
	background-image: url("/img/ui-icons_ffffff_256x240.png") !important;
}
.ui-widget-header {
	background: #0f89c5 !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 #0f89c5 !important;
	background: #0f89c5 !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: #0f89c5 !important;
	border: none !important;
	opacity: .7;
}
.ui-datepicker-calendar thead {
	color: #0f89c5 !important;
}
table.ui-datepicker-calendar th	{
    border: 1px solid #ffffff !important;
    background: #fff !important;
    color: #0f89c5 !important;
	font: normal 1.3em/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 #efe9d8 !important;
    background: #efe9d8 !important;
    color: #065c86 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #065c86 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff !important;
	background: #1ca6ca !important;
	border: 1px solid #198fae !important;
}
#active-popup {
  /* background-color: rgba(52,73,94, 0.7); */
  position: absolute;
  width: 100%;
  heighT: 100% !important;
  top: 0;
  left: 0;

}

#popup-container {
  width: 45%;
  height: 46%;
  margin: 0 auto;
  margin-top: 0%;
  position: fixed;
  left: 28%;
  z-index: 999;
  top: 185px;
  display: none;
  background: #2f2822 ;
}

.modal-content {
  position: relative;
  text-align: center;
}

#popup-window { position: relative; }

.modal-content h1,
.modal-content p { color: #fff;  padding-top: 21px;}

.modal-content p { /*padding: 20% 5% 0 5%;*/font-size:17px;text-align: center; }

#popup-container a.close {
  position: relative;
  float: right;
  top: -15px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  background: #E74C3C;
  border: 4px solid #fff;
  cursor: pointer;
  color:#fff;
}

#darkBack {
 
}

#popUp {
  position: fixed;
  max-width: 350px;
  height: 225px;
  background: rgba(236, 240, 241, 1);
  border: 7px solid #fff;
  bottom: 0;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999;
}

#new span {
  background: #fff;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}

#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

#body {
  height: 1200px;
  background: #eee;
}

/*
a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid #18729f;
  background: #1c8dc4;
  border-radius: 4px;
  padding: 8px 0;
}
*/
#plus {
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index:9999;
}

#plus span {
  position: absolute;
  margin-top: 38px;
  left: 4px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid #1c8dc4;
}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
  }
  #plus {
    margin-left: 0px;
  }
}
*{margin: 0;padding: 0;}

/* main code*/
.banner{
	position: absolute;
	width: 288px;
	height: 116px;
	background:url(/ads.png);
	top: 180px;
	z-index:9999;
}
#banner_l{
	left: 5px;
}
#banner_r{
	right: 0px;
}

.zindex{
	z-index: -999;
}

.banner a{
	display: block;
	width: 100%;
	height: 100%;
	border:0;
	text-indent: -9999px
}





.amea	{
	height: 260px;
	bottom: 70px;
	position: fixed;
	left: -180px;
	z-index: 1000;
	width: 215px;
}
.amea span.small-header	{
	background: #fff;
	color: #000;
}
.amea a.button,.amea a.button:hover	{
	background: url('/img/amea.png') right center no-repeat;
	cursor: pointer;
	height: 260px;
	opacity: 1;
	text-indent: -100000px;
	width: 35px;
}
.amea .options	{
	background: #fff url('/img/option.png') right center no-repeat;
	color: #000;
	height: 260px;
	width: 180px;
}
.amea .options .small-header	{
	font: normal 14px/16px 'Open', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
.amea .options button	{
	background: none;
	border: none;
	padding: 0;
}
/*WHITE ON BLACK*/
body.WhiteOnBlack, body.WhiteOnBlack header.main, body.WhiteOnBlack #content article.offers, body.WhiteOnBlack #content .offer, body.WhiteOnBlack #content article.rooms, body.WhiteOnBlack #content article.rooms .submenus, body.WhiteOnBlack footer, body.WhiteOnBlack .credits, body.WhiteOnBlack .circle.left form.input-holder, body.WhiteOnBlack #content article.home a.more span, body.WhiteOnBlack #content article.home a.less span, body.WhiteOnBlack #content article.rooms .submenus .details p.more a, body.WhiteOnBlack #content article .submenus .room p.more a, body.WhiteOnBlack .circle.left input[type=button], body.WhiteOnBlack #content .home-column .details, body.WhiteOnBlack #content .home-column .more span, body.WhiteOnBlack #content article .submenus .room, body.WhiteOnBlack #content article form input[type="submit"], body.WhiteOnBlack #content p.error, body.WhiteOnBlack #content p.ok, body.WhiteOnBlack #content article .comment div.title, body.WhiteOnBlack #cycle .price, body.WhiteOnBlack .submenus ul li  {
	background: #000 !important;
	color: #fff !important;
}
body.WhiteOnBlack .circle.right, body.WhiteOnBlack #top	{
	background-color: #000 !important;
}
body.WhiteOnBlack #content .offer, body.WhiteOnBlack #content article.home a.more, body.WhiteOnBlack #content article.home a.less, body.WhiteOnBlack #content article.rooms .submenus .details p.more, body.WhiteOnBlack #content article .submenus .room p.more, body.WhiteOnBlack .circle.left input[type=button], body.WhiteOnBlack .circle.left input, body.WhiteOnBlack .circle.left select, body.WhiteOnBlack #content .newsletter-form form input[type="text"], body.WhiteOnBlack #content .newsletter-form form input[type="submit"], body.WhiteOnBlack #content .offer .discount, body.WhiteOnBlack #content .offer .price, body.WhiteOnBlack #content .home-column .more, body.WhiteOnBlack footer .tags, body.WhiteOnBlack #content .newsletter-form p.error, body.WhiteOnBlack #content .newsletter-form p.ok, body.WhiteOnBlack #content article .content-l, body.WhiteOnBlack #content article .content-l .info, body.WhiteOnBlack #content article form input[type="text"], body.WhiteOnBlack #content article form select, body.WhiteOnBlack #content article form textarea, body.WhiteOnBlack #content article form p.submit-b, body.WhiteOnBlack #content article .comment, body.WhiteOnBlack .ui-widget-content, body.WhiteOnBlack .ui-widget-header, body.WhiteOnBlack .ui-widget-header .ui-state-hover, body.WhiteOnBlack .ui-widget-header a.ui-state-hover, body.WhiteOnBlack table.ui-datepicker-calendar th, body.WhiteOnBlack .ui-state-default, body.WhiteOnBlack .ui-widget-content .ui-state-default, body.WhiteOnBlack .ui-state-hover, body.WhiteOnBlack .ui-widget-content .ui-state-hover, body.WhiteOnBlack #menu .main li div.child, body.WhiteOnBlack #content article .submenus .room .price, body.WhiteOnBlack #content article .submenus .room .discount 	{
	background: #000 !important;
	border-color: #fff !important;
	color: #fff !important;
}
body.WhiteOnBlack #content .newsletter-form p.error, body.WhiteOnBlack #content .newsletter-form p.ok, body.WhiteOnBlack #content article .content-l .info, body.WhiteOnBlack #content p.error, body.WhiteOnBlack #content p.ok, body.WhiteOnBlack #content article .comment div.title, body.WhiteOnBlack #menu .main li div.child, body.WhiteOnBlack #cycle .price, body.WhiteOnBlack #content article .submenus .room .price, body.WhiteOnBlack #content article .submenus .room .discount	{
	border: 1px solid #fff !important;
}
body.WhiteOnBlack table.ui-datepicker-calendar th	{
	border: none !important;
}
body.WhiteOnBlack a, body.WhiteOnBlack #content h2, body.WhiteOnBlack #content h2 a, body.WhiteOnBlack #content .offer .details h3, body.WhiteOnBlack #content .offer .details p, body.WhiteOnBlack #content h3, body.WhiteOnBlack #content h4	{
	color: #fff !important;
}
body.WhiteOnBlack #cycle img	{
	filter:alpha(opacity=0) !important;
	opacity: 0 !important;
}
body.WhiteOnBlack a#next, body.WhiteOnBlack a#prev, body.WhiteOnBlack .circle.left a, body.WhiteOnBlack #content .offer a.img-link img, body.WhiteOnBlack #content article .submenus img, body.WhiteOnBlack #content .home-column .img-link img, body.WhiteOnBlack #content article .submenus .room .info, body.WhiteOnBlack #content article .main-gallery, body.WhiteOnBlack #content .grid {
	display: none !important;
}
body.WhiteOnBlack .slide, body.WhiteOnBlack footer div.logo a:hover, body.WhiteOnBlack footer div.logo:hover, body.WhiteOnBlack footer .social a, body.WhiteOnBlack footer .address img, body.WhiteOnBlack footer .phone img, body.WhiteOnBlack footer .mob img, body.WhiteOnBlack footer .fax img, body.WhiteOnBlack footer .email img, body.WhiteOnBlack header h1.logo a, body.WhiteOnBlack #content article .right .submenus, body.WhiteOnBlack #content article .content-l p.address img, body.WhiteOnBlack #content article .content-l p.phone img, body.WhiteOnBlack #content article .content-l p.mob img, body.WhiteOnBlack #content article .content-l p.fax img, body.WhiteOnBlack #content article .content-l p.email img	{
	filter: grayscale(100%) !important;
	-webkit-filter: grayscale(100%) !important;
}
body.WhiteOnBlack .ui-state-active, body.WhiteOnBlack .ui-widget-content .ui-state-active	{
	color: #000 !important;
	background: #fff !important;
	border: 1px solid #fff !important;
}
body.WhiteOnBlack #content article .submenus .room .price, body.WhiteOnBlack #content article .submenus .room .discount, body.WhiteOnBlack #content article .submenus .room:hover .price, body.WhiteOnBlack #content article .submenus .room:hover .discount	{
	display: inline-block !important;
	filter:alpha(opacity=100) !important;
	left: auto !important;
	width: 44% !important;
	opacity: 100 !important;
	position: relative !important;
	right: auto !important;
}
/*BLACK ON WHITE*/
body.BlackOnWhite, body.BlackOnWhite header.main, body.BlackOnWhite #content article.offers, body.BlackOnWhite #content .offer, body.BlackOnWhite #content article.rooms, body.BlackOnWhite #content article.rooms .submenus, body.BlackOnWhite footer, body.BlackOnWhite .credits, body.BlackOnWhite .circle.left form.input-holder, body.BlackOnWhite #content article.home a.more span, body.BlackOnWhite #content article.home a.less span, body.BlackOnWhite #content article.rooms .submenus .details p.more a, body.BlackOnWhite #content article .submenus .room p.more a, body.BlackOnWhite .circle.left input[type=button], body.BlackOnWhite #content .home-column .details, body.BlackOnWhite #content .home-column .more span, body.BlackOnWhite #content article .submenus .room, body.BlackOnWhite #content article form input[type="submit"], body.BlackOnWhite #content p.error, body.BlackOnWhite #content p.ok, body.BlackOnWhite #content article .comment div.title, body.BlackOnWhite #cycle .price, body.BlackOnWhite .submenus ul li, body.BlackOnWhite #content article .submenus .room .price, body.BlackOnWhite #content article .submenus .room .discount  {
	background: #fff !important;
	color: #000 !important;
}
body.BlackOnWhite .circle.right, body.BlackOnWhite #top	{
	background-color: #ccc !important;
}
body.BlackOnWhite #content .offer, body.BlackOnWhite #content article.home a.more, body.BlackOnWhite #content article.home a.less, body.BlackOnWhite #content article.rooms .submenus .details p.more, body.BlackOnWhite #content article .submenus .room p.more, body.BlackOnWhite .circle.left input[type=button], body.BlackOnWhite .circle.left input, body.BlackOnWhite .circle.left select, body.BlackOnWhite #content .newsletter-form form input[type="text"], body.BlackOnWhite #content .newsletter-form form input[type="submit"], body.BlackOnWhite #content .offer .discount, body.BlackOnWhite #content .offer .price, body.BlackOnWhite #content .home-column .more, body.BlackOnWhite footer .tags, body.BlackOnWhite #content .newsletter-form p.error, body.BlackOnWhite #content .newsletter-form p.ok, body.BlackOnWhite #content article .content-l, body.BlackOnWhite #content article .content-l .info, body.BlackOnWhite #content article form input[type="text"], body.BlackOnWhite #content article form select, body.BlackOnWhite #content article form textarea, body.BlackOnWhite #content article form p.submit-b, body.BlackOnWhite #content article .comment, body.BlackOnWhite .ui-widget-content, body.BlackOnWhite .ui-widget-header, body.BlackOnWhite .ui-widget-header .ui-state-hover, body.BlackOnWhite .ui-widget-header a.ui-state-hover, body.BlackOnWhite table.ui-datepicker-calendar th, body.BlackOnWhite .ui-state-default, body.BlackOnWhite .ui-widget-content .ui-state-default, body.BlackOnWhite .ui-state-hover, body.BlackOnWhite .ui-widget-content .ui-state-hover, body.BlackOnWhite #menu .main li div.child, body.BlackOnWhite #content article .right .submenus ul li 	{
	background: #fff !important;
	border-color: #000 !important;
	color: #000 !important;
}
body.BlackOnWhite #content .newsletter-form p.error, body.BlackOnWhite #content .newsletter-form p.ok, body.BlackOnWhite #content article .content-l .info, body.BlackOnWhite #content p.error, body.BlackOnWhite #content p.ok, body.BlackOnWhite #content article .comment div.title, body.BlackOnWhite #menu .main li div.child, body.BlackOnWhite #cycle .price, body.BlackOnWhite #content article .submenus .room .price, body.BlackOnWhite #content article .submenus .room .discount	{
	border: 1px solid #000 !important;
}
body.BlackOnWhite table.ui-datepicker-calendar th	{
	border: none !important;
}
body.BlackOnWhite a, body.BlackOnWhite #content p, body.BlackOnWhite #content ul, body.BlackOnWhite #content ol, body.BlackOnWhite #content h2, body.BlackOnWhite #content h2 a, body.BlackOnWhite #content .offer .details h3, body.BlackOnWhite #content .offer .details p, body.BlackOnWhite #content h3, body.BlackOnWhite #content h4, body.BlackOnWhite footer h4, body.BlackOnWhite .header_text h2	{
	color: #000 !important;
}
body.BlackOnWhite header h1.logo a, body.BlackOnWhite footer div.logo a {
    background-image: url(/img/logo2.png) !important;
}
body.BlackOnWhite #cycle img	{
	filter:alpha(opacity=0) !important;
	opacity: 0 !important;
}
body.BlackOnWhite a#next, body.BlackOnWhite a#prev, body.BlackOnWhite .circle.left a, body.BlackOnWhite #content .offer a.img-link img, body.BlackOnWhite #content article .submenus img, body.BlackOnWhite #content .home-column .img-link img, body.BlackOnWhite #content article .submenus .room .info, body.BlackOnWhite #content article .main-gallery, body.BlackOnWhite #content .grid {
	display: none !important;
}
body.BlackOnWhite .shadow {
    text-shadow: none !important;
}
body.BlackOnWhite .slide, body.BlackOnWhite footer div.logo a:hover, body.BlackOnWhite footer div.logo:hover, body.BlackOnWhite footer .social a, body.BlackOnWhite footer .address img, body.BlackOnWhite footer .phone img, body.BlackOnWhite footer .mob img, body.BlackOnWhite footer .fax img, body.BlackOnWhite footer .email img, body.BlackOnWhite header h1.logo a, body.BlackOnWhite #content article .right .submenus, body.BlackOnWhite #content article .content-l p.address img, body.BlackOnWhite #content article .content-l p.phone img, body.BlackOnWhite #content article .content-l p.mob img, body.BlackOnWhite #content article .content-l p.fax img, body.BlackOnWhite #content article .content-l p.email img	{
	filter: grayscale(100%) !important;
	-webkit-filter: grayscale(100%) !important;
}
body.BlackOnWhite .ui-state-active, body.BlackOnWhite .ui-widget-content .ui-state-active	{
	color: #fff !important;
	background: #000 !important;
	border: 1px solid #000 !important;
}
body.BlackOnWhite #content article .submenus .room .price, body.BlackOnWhite #content article .submenus .room .discount, body.BlackOnWhite #content article .submenus .room:hover .price, body.BlackOnWhite #content article .submenus .room:hover .discount	{
	display: inline-block !important;
	filter:alpha(opacity=100) !important;
	left: auto !important;
	width: 44% !important;
	opacity: 100 !important;
	position: relative !important;
	right: auto !important;
}
/*YELLOW ON BLUE*/
body.YellowOnBlue, body.YellowOnBlue header.main, body.YellowOnBlue #content article.offers, body.YellowOnBlue #content .offer, body.YellowOnBlue #content article.rooms, body.YellowOnBlue #content article.rooms .submenus, body.YellowOnBlue footer, body.YellowOnBlue .credits, body.YellowOnBlue .circle.left form.input-holder, body.YellowOnBlue #content article.home a.more span, body.YellowOnBlue #content article.home a.less span, body.YellowOnBlue #content article.rooms .submenus .details p.more a, body.YellowOnBlue #content article .submenus .room p.more a, body.YellowOnBlue .circle.left input[type=button], body.YellowOnBlue #content .home-column .details, body.YellowOnBlue #content .home-column .more span, body.YellowOnBlue #content article .submenus .room, body.YellowOnBlue #content article form input[type="submit"], body.YellowOnBlue #content p.error, body.YellowOnBlue #content p.ok, body.YellowOnBlue #content article .comment div.title, body.YellowOnBlue #cycle .price, body.YellowOnBlue .submenus ul li, body.YellowOnBlue #content article .submenus .room .price, body.YellowOnBlue #content article .submenus .room .discount  {
	background: #000095 !important;
	color: #ffff00 !important;
}
body.YellowOnBlue .circle.right, body.YellowOnBlue #top	{
	background-color: #000095 !important;
}
body.YellowOnBlue #content .offer, body.YellowOnBlue #content article.home a.more, body.YellowOnBlue #content article.home a.less, body.YellowOnBlue #content article.rooms .submenus .details p.more, body.YellowOnBlue #content article .submenus .room p.more, body.YellowOnBlue .circle.left input[type=button], body.YellowOnBlue .circle.left input, body.YellowOnBlue .circle.left select, body.YellowOnBlue #content .newsletter-form form input[type="text"], body.YellowOnBlue #content .newsletter-form form input[type="submit"], body.YellowOnBlue #content .offer .discount, body.YellowOnBlue #content .offer .price, body.YellowOnBlue #content .home-column .more, body.YellowOnBlue footer .tags, body.YellowOnBlue #content .newsletter-form p.error, body.YellowOnBlue #content .newsletter-form p.ok, body.YellowOnBlue #content article .content-l, body.YellowOnBlue #content article .content-l .info, body.YellowOnBlue #content article form input[type="text"], body.YellowOnBlue #content article form select, body.YellowOnBlue #content article form textarea, body.YellowOnBlue #content article form p.submit-b, body.YellowOnBlue #content article .comment, body.YellowOnBlue .ui-widget-content, body.YellowOnBlue .ui-widget-header, body.YellowOnBlue .ui-widget-header .ui-state-hover, body.YellowOnBlue .ui-widget-header a.ui-state-hover, body.YellowOnBlue table.ui-datepicker-calendar th, body.YellowOnBlue .ui-state-default, body.YellowOnBlue .ui-widget-content .ui-state-default, body.YellowOnBlue .ui-state-hover, body.YellowOnBlue .ui-widget-content .ui-state-hover, body.YellowOnBlue #menu .main li div.child, body.YellowOnBlue #content article .right .submenus ul li, body.YellowOnBlue #content article .right .submenus ul li h5 	{
	background: #000095 !important;
	border-color: #ffff00 !important;
	color: #ffff00 !important;
}
body.YellowOnBlue #content .newsletter-form p.error, body.YellowOnBlue #content .newsletter-form p.ok, body.YellowOnBlue #content article .content-l .info, body.YellowOnBlue #content p.error, body.YellowOnBlue #content p.ok, body.YellowOnBlue #content article .comment div.title, body.YellowOnBlue #menu .main li div.child , body.YellowOnBlue #cycle .price, body.YellowOnBlue #content article .submenus .room .price, body.YellowOnBlue #content article .submenus .room .discount 	{
	border: 1px solid #ffff00 !important;
}
body.YellowOnBlue table.ui-datepicker-calendar th	{
	border: none !important;
}
body.YellowOnBlue a, body.YellowOnBlue #content p, body.YellowOnBlue #content ul, body.YellowOnBlue #content ol, body.YellowOnBlue #content h2, body.YellowOnBlue #content h2 a, body.YellowOnBlue #content .offer .details h3, body.YellowOnBlue #content .offer .details p, body.YellowOnBlue #content h3, body.YellowOnBlue #content h4, body.YellowOnBlue footer h4, body.YellowOnBlue .header_text h2, body.YellowOnBlue .circle.left form.input-holder h2, body.YellowOnBlue .circle.left p.card	{
	color: #ffff00 !important;
}
body.YellowOnBlue #cycle img	{
	filter:alpha(opacity=0) !important;
	opacity: 0 !important;
}
body.YellowOnBlue a#next, body.YellowOnBlue a#prev, body.YellowOnBlue .circle.left a, body.YellowOnBlue #content .offer a.img-link img, body.YellowOnBlue #content article .submenus img, body.YellowOnBlue #content .home-column .img-link img, body.YellowOnBlue #content article .submenus .room .info, body.YellowOnBlue #content article .main-gallery, body.YellowOnBlue #content .grid {
	display: none !important;
}
body.YellowOnBlue .shadow {
    text-shadow: none !important;
}
body.YellowOnBlue .slide, body.YellowOnBlue footer div.logo a:hover, body.YellowOnBlue footer div.logo:hover, body.YellowOnBlue footer .social a, body.YellowOnBlue footer .address img, body.YellowOnBlue footer .phone img, body.YellowOnBlue footer .mob img, body.YellowOnBlue footer .fax img, body.YellowOnBlue footer .email img, body.YellowOnBlue header h1.logo a, body.YellowOnBlue #content article .content-l p.address img, body.YellowOnBlue #content article .content-l p.phone img, body.YellowOnBlue #content article .content-l p.mob img, body.YellowOnBlue #content article .content-l p.fax img, body.YellowOnBlue #content article .content-l p.email img	{
	filter: grayscale(100%) !important;
	-webkit-filter: grayscale(100%) !important;
}
body.YellowOnBlue .ui-state-active, body.YellowOnBlue .ui-widget-content .ui-state-active	{
	color: #000095 !important;
	background: #ffff00 !important;
	border: 1px solid #ffff00 !important;
}
body.YellowOnBlue #content article .submenus .room .price, body.YellowOnBlue #content article .submenus .room .discount, body.YellowOnBlue #content article .submenus .room:hover .price, body.YellowOnBlue #content article .submenus .room:hover .discount	{
	display: inline-block !important;
	filter:alpha(opacity=100) !important;
	left: auto !important;
	width: 44% !important;
	opacity: 100 !important;
	position: relative !important;
	right: auto !important;
}
/*GRAYSCALE*/
body.GrayScale	{
	background: #333 !important;
}
body.GrayScale #wrapper, body.GrayScale footer, body.GrayScale .credits, body.GrayScale #top, body.GrayScale nav.mobile, body.GrayScale .buttons	{
	background: #333 !important;
	filter: grayscale(100%) !important;
	-webkit-filter: grayscale(100%) !important;
}
body.normalSize	{
	font-size: 100% !important;
}
body.mediumSize	{
	font-size: 110% !important;
}
body.bigSize	{
	font-size: 130% !important;
}
body.normalSize .amea, body.mediumSize .amea, body.bigSize .amea	{
	font-size: 12px !important;
}
