body, html {
	color: #484848;
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}
body {
	background: #e5e2d4;
}
div, a, input, textarea, select, submit, 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: #a0986c;
	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 {
	height: 70px;
	z-index: 1000;
}
header h1.logo a	{
	background: url(/img/logo.png) left center no-repeat;
	background-size: contain;
	height: 70px;
	text-indent: -10000px;
	transition: none;
}
header h1.logo a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
#menu .main ul	{
	height: 70px;
	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.book-link	{
	display: none;
}
#menu .main li a {
	color: #000;
	font: 1.6em/70px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 70px;
	padding: 0;
	text-align: left;
	transition: none;
}
#menu .main li:hover {
}
#menu .main li div.child {
	top: 70px;
	width: 20%;
	z-index: 1004;
}
#menu .main li.menu-more div.child {
	right: 5%;
	top: 70px;
	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 center 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: 1.5em;
	margin: 0 0 1% 0;
	padding: 3% 0;
	text-align: left;
	text-transform: none;
}
#menu .main li div.child.white2 ul li a {
	color: #000;
	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: 19px 1% 0 0;
	width: 6%;
}
header .langs a	{
    background: url(/img/gr.png) center center no-repeat;
    background-size: contain;
    display: block;
    float: left;
    font: 1.4em/38px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
    margin: 0 1%;
    text-indent: -1000000px;
    height: 30px;
    width: 31%;
}
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 .book	{
	padding: 0 1%;
	width: 12.5%;
}
header a.res	{
	background: #233652;
	font: 2em/57px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 60px;
	margin: 30px 0 0 0;
	color: #fff;
}
header a.res.offers	{
	background: #0e5772;
}
header.main.top	{
	top: -70px;
}
header.main.fixed	{
	background: rgba(255, 255, 255, .95);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	overflow: hidden;
	top: 0;
}
header.main.fixed	#menu	{
	width: 75% !important;
}
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 #menu .main li.book-link	{
	display: block;
}
header.main.fixed #menu .main li.book-link a	{
	color: #a0986c;
}
header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a {
	transition: none;
}
header.main.fixed h1.logo a	{
	background: url(/img/logo.png) left center no-repeat;
	background-size: contain;
}
header.main.fixed .langs	{
	display: none;
}
.circle {
	height: 250px;
	top: 70px;
	width: 50px;
	z-index: 1000;
}
.circle.left {
	background: none;
	height: auto;
	left: 0px;
	width: auto;
}
.circle.left a {
	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 form.input-holder {
	background: url(/img/blue.png) repeat;
	width: 200px;
	color: #fff;
}
.circle.left form.input-holder h2 {
	color: rgba(255, 255, 255, .4);
	font: normal 2em '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: 10px 0;
}
.circle.left input, .circle.left select {
	border: 1px solid #26364f;
	background: url(/img/white.png) repeat;
	height: 30px;
}
.circle.left input:focus, .circle.left select:focus {
	background: #fff;
	color: #26364f;
}
.circle.left input[type=button] {
	border-color: #a0986c;
	background: #a0986c;
	color: #fff;
	font: normal 16px/37px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 40px;
}
.circle.left label.card {
	color: rgba(255, 255, 255, .6);
	margin: 0;
}
.circle.right {
	background: #a0986c url(/img/book.png) center center no-repeat;
	background-size: contain;
	right: 0;
	text-indent: -100000px;
}
.circle.right.gr {
	background: #a0986c url(/img/offer_gr.png) center center no-repeat;
	background-size: contain;
}
.circle.right.en {
	background: #a0986c url(/img/offer_en.png) center center no-repeat;
	background-size: contain;
}
#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: 7000;
}
.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 {
	filter:alpha(opacity=0);
	height: 100%;
	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: url(/img/arrows.png) left bottom no-repeat; left:0px; }
a#next { background: url(/img/arrows.png) right bottom no-repeat; right:0px; }
article.offers	{
	background: #fff;
}
#content .offer	{
	border: 1px solid #e5e2d4;
}
#content .offer .img-link	{
	bottom: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
}
#content .offer a.img-link img	{
	bottom: 0;
	left: 0;
	margin: 0;
	right: 0;
	top: 0;
}
#content .offer .details	{
	font-size: 1em;
	color: #000;
	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: #484848;
	text-align: justify;
}
#content .offer .details h3	{
	font-size: 3em;
	text-align: left;
}
#content .offer .details p.dates	{
	color: #787878;
	font-size: 1.6em;
	text-align: left;
}
#content .offer a	{
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .offer .price	{
	background: #a0986c;
	color: #fff;
	font: 3em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 2em;
	left: 40%;
	z-index: 7;
}
#content .offer .discount	{
	color: #fff;
	font: 3.5em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 2em;
	left: 10px;
	top: 10px;
	z-index: 7;
}
#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 #bdbcbc;
	font: 1em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .home-column .more span	{
	background: #bdbcbc;
	color: #fff;
}
#content .newsletter-form	{
	background: #e5e2d4;
	color: #fff;
	margin: 0 auto 2% auto;
}
#content .newsletter-form form label {
	color: #919090;
	float: left;
	font-size: 1.2em;
	padding: 0 1%;
	text-align: left;
}
#content .newsletter-form form div.cap {
	padding: 0 2% 0 1%;
}
#content .newsletter-form form input[type="text"] {
	border-radius: 5px;
	margin: 1% 0 0 0;
	color: #a8a7a7;
	background: #f4f4f4;
	border: 1px solid #d2d1d1;
	height: 48px;
	padding: 2% 1%;
	width: 100%;
}
#content .newsletter-form form div.cap input[type="text"]	{
	border-radius: 0 5px 5px 0;
	color: #b50000;
	float: left;
	text-align: center;
	width: 29%;
	height: 50px;
}
#content .newsletter-form form div.cap a	{
	border: 1px solid #d2d1d1;
	border-radius: 5px 0 0 5px;
	border-right: none;
	display: block;
	float: left;
	height: 50px;
	margin: 1% 0 0 0;
	width: 70%;
}
#content .newsletter-form form div.cap a img	{
	width: 100%;
}
#content .newsletter-form form input[type="submit"] {
	background: #d2d1d1;
	border: 1px solid #d2d1d1;
	color: #fff;
	font: 2em/50px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 50px;
	margin: 2.1% 0 0 0;
	padding: 0 2%;
}
#content .newsletter-form form input[type="submit"]:hover {
	background: #bdbcbc;
}
#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: #223652;
}
#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 .main-holder 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 40px 0;*/
}
#content article.rooms header {
	background: none;
	margin: 0;
	padding: 0;
}
#content header h2, #content header h3 {
	color: #223652;
	font: 4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h2 {
	color: #919090;
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h3, #content h4 {
	color: #a8a7a7;
	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: #787878;
}
#content p, #content ul, #content ol {
	color: #484848;
	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 #cecbbf;
	border-collapse: separate !important;
	border-spacing: 5px;
	font-size: 1.2em;
	margin: 2% 0;
	min-width: 60%;
}
#content article table, #content article table p	{
	color: #a8a7a7;
}
#content article table td, #content article table th {
	border-collapse: separate !important;
	border: 1px solid #cecbbf;
	padding: 2%;
}
#content article table th {
	background: #cecbbf;
	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: #6d5c48;
	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: 2px solid #dbd8cc;
}
#content article .content-l .info	{
	background: #0e5772;
	color: #fff;
	font-size: 1.3em;
}
#content article .content-r h2	{
	color: #a8a7a7;
	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.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 #223652;
	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: #223652;
	color: #fff;
}
#content article.home div.text img	{
	margin: 0 1%;
}
#content article.rooms	{
	background: url('../img/rooms.jpg') top center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 3% 0;
}
#content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
	border: 1px solid #bdbcbc;
}
#content article.rooms .submenus .details p.more a, #content article .submenus .room p.more a	{
	background: #bdbcbc;
	color: #fff;
}
#content article.rooms .flex	{
	justify-content: center;
}
#content article.rooms .submenus	{
	background: #a8a7a7;
	flex: 0 1 24%;
	margin: 10px 1%;
	width: 24%;
}
#content article.rooms .submenus:nth-child(odd)	{
	background: url(/img/white.png) repeat;
}
#content article.rooms .submenus:nth-child(even)	{
	background: url(/img/white2.png) repeat;
}
#content article.rooms .submenus .details p	{
	color: #787878;
	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: #dbd8cc;
	padding: 0 0 5% 0;
}
#content article .right .submenus h4 {
	border: none;
	font-size: 3em;
}
#content article .right .submenus h4 a {
	color: #cecbbf;
	text-align: right;
}
#content article .right .submenus ul li {
	background: none;
	margin: 0;
	padding: 0 2%;
}
#content article .right .submenus ul li h5 {
	background: url('../img/submenu.png') left center no-repeat;
	font: 1em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1% 0 1% 20px;
}
#content article .submenus .room	{
	color: #fff;
	flex: 0 0 31.33333%;
	margin: 10px 1%;
	width: 31.33333%;
}
#content article .submenus .room p	{
	color: #787878;
}
#content article .submenus .room	{
	background: #a8a7a7;
}
#content article .submenus .room:nth-child(odd)	{
	background: url(/img/white.png) repeat;
}
#content article .submenus .room:nth-child(even)	{
	background: url(/img/white2.png) repeat;
}
#content article .submenus a.link-img	{
	margin: 0;
	padding: 0;
}
#content article .submenus img {
	width: 100%;
	margin: 0;
}
#content article .submenus .room .info {
	bottom: 1%;
	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: #484848;
}
#content article .submenus .room .text p {
	color: #787878;
	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: #918f90;
}
#content .news header .i_date	{
	color: #bdbbbc;
}
#content .news a.more_rev, #content .news a.less_rev {
	border: 1px solid #a8a6a7;
	font: 1.6em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 5px;
}
#content .news a.more_rev span, #content .news a.less_rev span	{
	background: #a8a6a7;
	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: #a8a7a7;
	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: #a8a7a7;
	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: #bdbcbc;
	background: #f4f4f4;
	border: 1px solid #d2d1d1;
	border-radius: 5px;
	padding: 3% 1%;
	width: 100%;
}
#content article form input[type="text"]:focus, #content article form select:focus, #content article form textarea:focus {
	background: #ffffff;
	color: #a8a7a7;
}
#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 #d2d1d1;
	border-radius: 5px;
	display: block;
	float: left;
	height: 65px;
	margin: 1% 0 0 0;
	padding: 0;
}
#content article form div.cap a img	{
	border-radius: 5px;
	margin: 0;
}
#content article form p.submit-b	{
	border: 1px solid #a0986c;
}
#content article form input[type="submit"] {
	background: #a0986c;
	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: #bdbcbc;
	color: #fff;
	padding: 1%;
	width: 100%;
}
#content p.error span, #content p.ok span {
	display: block;
	margin: 0.5%;
}
#content p.ok {
	background: #bdbcbc;
}
#content article .comment {
	border: 1px solid #e5e2d4;
	color: #fff;
}
#content article .comment:nth-child(odd) {
	background: url(/img/white.png) repeat;
}
#content article .comment:nth-child(even) {
	background: url(/img/white2.png) repeat;
}
#content article .comment div.title {
	background: #e5e2d4;
	margin: 0;
	width: 40%;
}
#content article .comment:nth-child(even) div.title {
	margin-left: 60%;
}
#content article .comment h4 {
	color: rgba(0, 0, 0, .3);
	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: #616161;
	font: italic 1.2em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1%;
}
#no_com {
	margin-top: 2%;
}
footer {
	border-top: 1px solid #cecbbf;
	color: #919090;
	font-size: 1.2em;
	line-height: 2em;
}
footer a	{
	color: #a8a7a7;
}
footer h1.logo a	{
	background: url('/img/logo.png') center center no-repeat;
	background-size: contain;
	height: 100px;
	text-indent: -10000px;
}
footer h4	{
	color: #bdbcbc;
	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 nav ul li a	{
	color: #919090;
}
footer .tags	{
	border-top: 1px solid #cecbbf;
	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: #cecbbf;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
}
.credits a {
	color: #fff;
}
#top {
	background: #a8a7a7 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;
}
/*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: #000;
}
#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 #e5e2d4 !important;
    background: #f4f4f4 !important;
}
table.ui-datepicker-calendar, table.ui-datepicker-calendar tr td {
    border: none !important;
}
table.ui-datepicker-calendar tr td {
    border-collapse: separate !important;
    padding: 2px !important;
}
.ui-widget-header .ui-icon {
	background-image: url("/img/ui-icons_ffffff_256x240.png") !important;
}
.ui-widget-header {
	background: #d2d1d1 !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 #d2d1d1 !important;
	background: #d2d1d1 !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: #d2d1d1 !important;
	border: none !important;
	opacity: .7;
}
.ui-datepicker-calendar thead {
	color: #919090 !important;
}
table.ui-datepicker-calendar th	{
    border: 1px solid #f4f4f4 !important;
    background: #f4f4f4 !important;
    color: #919090 !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 #fff !important;
    background: #fff !important;
    color: #919090 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid #f4f4f4 !important;
    background: #f4f4f4 !important;
    color: #919090 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff !important;
	background: #a0986c !important;
	border: 1px solid #a0986c !important;
}
#awards {
	position: absolute;
	top: 75px;
	right: -155px;
	width: 150px;
	text-align: left;
	background: #000;
	height: 150px;
	padding: 0 5px 0 104px;
	background: url('../img/awards.png') left top no-repeat;
	transition: all 1.5s ease;
	-moz-transition: all  1.5s ease;
	-webkit-transition: all  1.5s ease;
	-o-transition: all  1.5s ease;
	z-index: 100000;
	box-sizing: inherit;
}
#awards:hover {
	right: 0;
}
#awards.yt {
	position: absolute;
	top: 240px;
	right: -510px;
	width: 500px;
	height: 281px;
	text-align: left;
	background: #000;
	padding: 0 5px 0 104px;
	background: url('../img/yt.png') left top no-repeat;
	transition: all 1.5s ease;
	-moz-transition: all  1.5s ease;
	-webkit-transition: all  1.5s ease;
	-o-transition: all  1.5s ease;
	z-index: 100000;
	box-sizing: inherit;
}
#awards.yt:hover {
	right: 0;
	padding-left: 0;
}
.etpa.desktop {
	top: 70px;
	right: 0;
	position: absolute;
	z-index: 1000;
}
.etpa.mobile img {
	width: 100%;
}
.espa.desktop {
	top: 171px;
	right: 0;
	position: absolute;
	z-index: 1000;
}
.espa.desktop img {
	width: 505px;
}
.espa.mobile img {
	width: 100%;
}
