body, html {
	color: #66675c;
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}
body {
	background: #F5ECDC;
}
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;
}
@font-face {
    font-family: 'Adale Mono';
    src: url('PFAdale MonoscriptText-Regular.eot');
    src: url('PFAdale MonoscriptText-Regular.eot?#iefix') format('embedded-opentype'),
       	 url('PFAdale MonoscriptText-Regular.woff') format('woff'),
         url('PFAdale MonoscriptText-Regular.ttf') format('truetype'),
       	 url('PFAdale MonoscriptText-Regular.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5	{
	margin: 0;
}
.mobile	{
	display: none !important;
}
a {
	color: #9ca062;
	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/main.png) repeat;
	height: 90px;
	z-index: 1001;
}
header h1.logo a	{
	background: url(/img/logo.png) left center no-repeat;
	background-size: contain;
	height: 90px;
	margin: 0 0 0 5px;
	text-indent: -10000px;
	transition: none;
}
header h1.logo a:hover	{
	opacity: 1;
}
#menu	{
	width: 73%;
}
#menu .main ul	{
	height: 90px;
	overflow: hidden;
}
#menu .main li {
	margin: 0 0 0 1px;
	padding: 0 6px;
}
#menu .main li.menu-more {
	background: url(/img/more.png) right no-repeat;
	padding: 0 25px 0 4px;
}
#menu .main li.book-link	{
	display: none;
}
#menu .main li a {
	color: #66675c;
	font: 1.6em/90px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 90px;
	padding: 0;
	text-align: left;
	transition: none;
}
#menu .main li div.child {
	background: url('../img/child.png') repeat;
	top: 90px;
	z-index: 1004;
}
#menu .main li div.child.white2	{
	background: url('../img/child.png') repeat;
	right: 9%;
}
#menu .main li.menu-more div.child {
	top: 90px;
	z-index: 10004;
}
#menu .main li div.child ul {
	height: auto;
	overflow: visible;
}
#menu .main li div.child.white2 ul {
	background: url('../img/child.png') repeat;
}
#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: #F5ECDC;
	display: block;
	height: auto;
	font-size: 1.4em;
	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 {
	font-size: 1.7em;
	line-height: 1em;
	text-align: right;
	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: 32px;
	margin: 30px 10px 0 0;
	width: 10%;
}
header .langs a	{
	background: url(/img/gr.png) center center no-repeat;
	background-size: contain;
	color: #F5ECDC;
	display: block;
	float: left;
	font: 1.4em/38px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0 5px;
	text-indent: -1000000px;
	height: 32px;
	width: 32px;
}
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.call	{
	background: url(/img/call3.png) center center no-repeat;
	background-size: contain;
}
header .book	{
	padding: 0 1%;
	width: 12.5%;
}
header.main.top	{
	top: -70px;
}
header.main.fixed	{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
	overflow: hidden;
	top: 0;
}
header.main.fixed	#menu	{
	width: 85% !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: #bec28a;
}
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	{
	margin: 0;
}
header.main.fixed .langs	{
	display: none;
}
.circle {
	height: 250px;
	top: 80px;
	width: 50px;
	z-index: 1000;
}
.circle.left {
	background: none;
	height: auto;
	right: 0px;
	width: 230px;
}
.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: #636724;
}
.circle.left form.input-holder h2 {
	color: #636724;
	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: 10px 0;
}
.circle.left input, .circle.left select {
	border: 1px solid #9ca062;
	background: url(/img/white.png) repeat;
	color: #636724;
	height: 30px;
}
.circle.left input:focus, .circle.left select:focus {
	background: #fff;
}
.circle.left input[type=button], .circle.left a.submitter {
	background: #A4A875;
	border: none;
	border-radius: 20px;
	color: #fff;
	font: normal 16px/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, .8);
	margin: 0;
}
.circle.left a.offer, .circle.left a.vt {
	background: #9ca062;
	border-radius: 20px 0 0 20px;
	color: #F5ECDC;
	font: normal 18px/40px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	float: right;
	margin: 5px 0 0 30px;
	height: 40px;
	z-index: 1000;
	width: 200px;
}
#cycle {
	z-index: 5;
}
#cycle section, .cycle-holder {
	height: 100%;
}
.header_text {
	bottom: 60px;
	color: #fff;
	font-size: 1.3em;
	font-style: italic;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 50%;
	right: 0;
	z-index: 7000;
}
.header_text h2 {
	font: normal 3em 'Adale Mono', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}
a#prev, a#next {
	filter:alpha(opacity=0);
	height: 60px;
	opacity: 0;
	bottom: 5px;
	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:5px; }
a#next { background: url(/img/arrows.png) right bottom no-repeat; left:70px; }
.slide {
	bottom: 5px;
	color: #fff;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-indent: -100000px;
	right: 5px;
	width: 60px;
	z-index: 7000;
}
.slide a	{
	background: url(/img/slide.png) bottom right no-repeat;
}
#content article {
	padding: 0 0 1% 0;
	text-align: justify;
}
#content article .main-holder img {
	margin: 0.5%;
}
#content article .main-holder p iframe {
	margin: 1% auto !important;
	width: 100%;
}
#content article header {
	box-sizing: border-box;
	margin: 0;
}
#content article.rooms header {
	background: none;
	margin: 0;
	padding: 2% 0 0 0;
}
#content header h2, #content header h3 {
	color: #717440;
	font: 5em 'Adale Mono', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content h2 {
	color: #9ca062;
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .offers h2 a {
	color: #A4A875;
	font: 1.6em 'Adale Mono', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content h2 a {
	color: #9ca062;
}
#content h3, #content h4 {
	color: #adaea7;
	font: 2em 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: #adaea7;
	font: 2em 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: #717341;
	font: 1.8em 'Adale Mono', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content p, #content ul, #content ol {
	color: #66675c;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content .youtube-player	{
	height: 300px;
	float: left;
	margin: 1%;
	width: 48%;
}
#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: none;
	border-collapse: separate !important;
	border-spacing: 5px;
	font-size: 1em;
	margin: 2% 0;
}
#content article table td, #content article table th {
	border-collapse: separate !important;
	border: 1px solid #d9dad1;
	padding: 1%;
}
#content article table td {
	background: url('/img/white.png') repeat;
	overflow: hidden;
}
#content article table th {
	background: #9ca062;
	color: #fff;
	font: 1.2em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: center;
}
#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.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, #content .news a.more_rev, #content .news a.less_rev	{
	background: #bec28a;
	border: 1px solid #bec28a;
	border-radius: 20px;
	font: 1.5em/30px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
	border-radius: 20px 0 0 20px;
}
#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#content .news a.more_rev span, #content .news a.less_rev span	{
	background: #bec28a;
	color: #fff;
}
#content article.offers	{
	background: #EAEBDE;
}
#content .offer	{
	background: #fff;
	border: 1px solid #bec28a;
	margin: 10px 1%;
}
#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;
	z-index: 7;
}
#content .offer .details h3, #content .offer a, #content .offer p	{
	color: #969887;
	text-align: left;
}
#content .offer .details h3	{
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: left;
}
#content .offer .details p.dates	{
	color: #adaea7;
	font-size: 1.6em;
	text-align: left;
}
#content .offer a	{
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .offer .price	{
	background: #bec28a;
	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 article .content-l	{
	border-right: 1px solid #d9dad1;
}
#content article .content-l .info	{
	background: #969887;
	color: #fff;
	font-size: 1.3em;
}
#content article .content-r h2	{
	font-size: 3.5em;
	margin: 0 0 4% 0;
}
#content article .content-r h3	{
	margin: 2% 0;
}
#content article.rooms h5	{
	margin: 3% auto 0 auto;
}
#content article.home div.text img	{
	margin: 0 1%;
}
#content article.rooms	{
	box-sizing: border-box;
	padding: 0 5%;
}
#content article.rooms .submenus .details p.more a, #content article .submenus .room p.more a	{
	font: 0.9em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content article.rooms .flex	{
	justify-content: center;
}
#content article.rooms .submenus	{
	background: url('/img/white.png') repeat;
	flex: 0 1 18%;
	margin: 10px 1%;
	padding: 0 0 50px 0;
	width: 18%;
}
#content article.rooms .submenus .details p	{
	color: #717341;
	font-style: italic;
	margin: 1% auto;
}
#content article.rooms .submenus .details p.info	{
	font-style: normal;
}
#content article.rooms .submenus .details p.more	{
    bottom: 10px;
	height: 40px;
	line-height: 40px;
	margin: 0;
    position: absolute;
    right: 0;
}
#content article hr {
	color: #d9dad1;
	margin: 5px 0;
	padding: 0;
}
#content .home-column	{
	width: 50%;
}
#content .home-column h3	{
	border: 1px solid #fff;
	font: 4em 'Adale Mono', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	bottom: 0;
	color: #fff;
	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: 1.5em/1.5em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	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	{
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .home-column .img-link img	{
	display: block;
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
#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 #fff;
	font: 1em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .home-column .more span	{
	color: #fff;
}
#content .newsletter-hold h2	{
	color: #9ca062;
	font: 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .newsletter-form	{
	margin: 0 auto 5% auto;
}
#content .newsletter-form form input[type="text"] {
	color: #adaea7;
	background: #fff;
	border: 1px solid #d9dad1;
	border-radius: 25px;
	font-size: 1.5em;
	height: 50px;
	margin: 0 1% 0 0;
	padding: 2% 1%;
}
#content .newsletter-form form input[type="submit"] {
	background: #bec28a;
	border: 1px solid #bec28a;
	border-radius: 25px;
	color: #fff;
	font: 2em/53px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 53px;
	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: #bec28a;
	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: #9ca062;
	color: #fff;
}
#content article .right.no-float	{
	float: none !important;
	width: 100% !important;
}
#content article .right .submenus {
	border-bottom: 3px solid #bec28a;
	padding: 0 0 5px 0;
}
#content article .right .submenus h4 {
	border-top: 3px solid #bec28a;
	font-size: 3em;
	padding: 0 0 0 0;
}
#content article .right .submenus h4 a {
	color: #bec28a;
	font-family: 'Open Thin', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: right;
}
#content article .right .submenus ul li {
	background: #bec28a;
	margin: 0 0 1px 0 !important;
	padding: 5px 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: 0 0 0 20px;
}
#content article .right .submenus ul li h5 a {
	color: #F5ECDC;
}
#content article .submenus .room	{
	background: url('../img/white.png') repeat;
	color: #969887;
	flex: 0 1 30%;
	margin: 10px 1%;
	padding: 0 0 50px 0;
	width: 30%;
}
#content article .submenus .room p	{
	color: #969887;
	font-style: italic;
}
#content article .submenus .room p.title	{
	font-style: normal;
}
#content article .submenus .room p.more	{
    bottom: 10px;
	height: 40px;
	line-height: 40px;
	margin: 0;
    position: absolute;
    right: 0;
}
#content article .submenus .room p.more a	{
	color: #fff;
}
#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: #969887;
	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;
	transform: rotateY(180deg);
}
#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 .text p {
	color: #969887;
	margin: 0 auto 0 auto;
	padding-top: 0;
}
#content article .submenus .room .text p.more a {
	color: #F5ECDC;
}
#content article .submenus.no-float div.txt, #content article .submenus.no-float div.txt p {
	color: #969887;
	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 .content-r .grid	{
	column-count: 3;
	column-gap: 5px;
	-moz-column-count: 3;
	-moz-column-gap: 5px;
	-webkit-column-count: 3;
	-webkit-column-gap: 5px;
}
#content .plan	{
	height: auto;
	width: 100%;
}
#content .news header {
	background: none;
	margin: 3% 0 1% 0;
	padding: 0;
}
#content .news header h4 {
	color: #969887;
	font-size: 2.5em;
}
#content .news header .i_date	{
	color: #adaea7;
	font-size: 1.5em;
}
#content .news a.more_rev, #content .news a.less_rev {
	font: 1.6em/30px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 2% auto 5% auto;
	padding: 5px;
}
#content .news a.more_rev span, #content .news a.less_rev span	{
	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: #969887;
	float: left;
	margin: 1% 1% 0 0;
	text-align: left;
	width: 49%;
}
#content article form label.text-label, #content article form .field_date label	{
	color: #969887;
	width: 100%;
}
#content article form label.cap	{
	width: 99%;
}
#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: #bec28a;
	background: #fff;
	border: 1px solid #d9dad1;
	padding: 3% 1%;
	width: 100%;
}
#content article form label.cap input	{
	padding: 2% 1%;
}
#content article form input[type="text"]:focus, #content article form select:focus, #content article form textarea:focus {
	color: #969887;
}
#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	{
	background: #87536c;
	border: 1px solid #87536c;
	border-radius: 25px;
}
#content article form input[type="submit"] {
	background: #87536c;
	border: none;
	border-radius: 25px;
	font: 1.5em/30px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 5px 2%;
}
#content article form p.submit-b:hover {
	opacity: .5;
	filter:alpha(opacity=50);
}
#content p.error, #content p.ok {
	background: #bec28a;
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	width: 100%;
}
#content p.error span, #content p.ok span {
	display: block;
	text-align: left;
	padding: 1%;
	margin: 0.5%;
}
#content p.ok {
	background: #9ca062;
	color: #fff;
	padding: 1%;
}
#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-l p.phone a, .content-l p.mob a	{
	color: #66675c;
}
#content article .comment {
	background: #d9dad1;
	border: 1px solid #bec28a;
	color: #7b7d6f;
}
#content article .comment div.title {
	background: #bec28a;
	margin: 0;
	width: 40%;
}
#content article .comment:nth-child(even) div.title {
	margin-left: 60%;
}
#content article .comment h4 {
	color: #fff;
	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: #7b7d6f;
	font: italic 1.2em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1%;
}
#no_com {
	margin-top: 2%;
}
footer {
	background: #C9C0A9;
	color: #7b7d6f;
	font-size: 1.2em;
	line-height: 2em;
}
footer a	{
	color: #7b7d6f;
}
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	{
	vertical-align: middle;
}
footer h1.logo a	{
	background: url('/img/logo.png') center center no-repeat;
	background-size: contain;
	height: 100px;
	text-indent: -10000px;
}
footer h4	{
	color: #ffffff;
	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 .TA_cdswritereviewlg	{
	width: 240px;
}
#CDSWIDWRL .widWRLData {
	max-height: 270px !important;
}
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: #9ca062;
}
footer .tags	{
	border-top: 1px solid #bec28a;
	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: #bec28a;
}
.credits {
	background: #AEA793;
	color: #ffffff;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
}
.credits a {
	color: #ffffff;
}
#top {
	background: #6E695C url('/img/top.png') center center no-repeat;
	border-radius: 50%;
	bottom: 0px;
	height: 40px;
	opacity: .5;
	position: fixed;
	right: -40px;
	width: 40px;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}
#top.visible	{
	right: 0px;
}
/*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 .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-datepicker {
	left: auto !important;
	right: 5px !important;
}
.ui-corner-all {
	border-radius: 0px !important;
}
.ui-widget-content {
    border: 1px solid #d9dad1 !important;
    background: #fff !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: 2%!important;
}
.ui-widget-header .ui-icon {
	background-image: url("/img/ui-icons_ffffff_256x240.png") !important;
}
.ui-widget-header {
	background: #d9dad1 !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 #d9dad1 !important;
	background: #d9dad1 !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: #d9dad1 !important;
	border: none !important;
	opacity: .7;
}
.ui-datepicker-calendar thead {
	color: #d9dad1 !important;
}
table.ui-datepicker-calendar th	{
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #bec28a !important;
	font: normal 1.3em/1em Open Sans, 'Open', Arial, Helvetica, sans-serif !important;
	padding: 0 2% !important;
}
table.ui-datepicker-calendar td	{
	padding: 0;
	border: none;
}
.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 #d9dad1 !important;
    background: #F5ECDC !important;
    color: #7b7d6f !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid #d9dad1 !important;
    background: #fff !important;
    color: #7b7d6f !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff !important;
	background: #9ca062 !important;
	border: 1px solid #717440 !important;
}

.etpa {
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 10000;
}