body, html {
	background: #e7e5e5;
	color: #757575;
	font: normal 12px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	text-align: left;
	width: 100%;
}
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: #8e8d8d;
	text-decoration: none;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
a:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
nav ul	{
	list-style: none; 
}
nav ul li	{
	float: left;
	display: block;
}
nav ul li a	{
	display: block;
	text-align: center;
	text-transform: uppercase;
}
a.link-img:hover, a.link-img:hover img {
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
}
#wrapper, footer {
	margin: 0 1%;
	width: 98%;
}
.upper {
	height: 40px;
	z-index: 1000;
}
.upper ul	{
	height: 40px;
}
.upper ul li	{
	border-right: 1px solid #e0dede;
	font-size: 1.1em;
	line-height: 30px;
	margin: 5px 0 0 0;
	padding: 0 1%;
}
.upper ul li:last-child	{
	border-right: none;
}
.upper ul li a	{
	color: #b1b1b1;
}
.upper .langs a	{
	background: #fd8904;
	color: #fff;
	height: 30px;
	font: 1.1em/28px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 5px 5px 0 0;
	padding: 0;
	width: 30px;
}
header.main {
	background: #b1b1b1;
	height: 100px;
	z-index: 1000;
}
header h1.logo	{
	background: #fff;
	bottom: 0;
	height: 100%;
	top: 0;
}
header h1.logo a	{
	background: url(/img/logo.png) center top no-repeat;
	background-size: contain;
	height: 100%;
	text-indent: -10000px;
	transition: none;
	top: 0;
	width: 100%;
}
header h1.logo a:hover	{
	opacity: 1;
}
#menu .main ul	{
	height: 100px;
	overflow: hidden;
	width: 100%;
}
#menu .main li {
	border-left: 1px solid #bcbcbc;
	display: table;
	padding: 0px 2%;
	min-width: 13.6%;
	width: auto;
}
#menu .main li:first-child {
	border-left: none;
}
#menu .main li.menu-more {
	background: url(/img/more.png) right no-repeat;
	padding: 0 25px 0 0;
}
#menu .main li.book-link	{
	display: none;
}
#menu .main li a {
	color: #fff;
	display: table-cell;
	font: 1.2em/100px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 100px;
	padding: 0;
	text-align: center;
	transition: none;
	vertical-align: middle;
}
#menu .main li a span.icon {
	height: 30px;
	line-height: 30px;
}
#menu .main li a span.icon img {
	vertical-align: bottom;
}
#menu .main li a span.name {
	max-height: 60px;
	line-height: 20px;
	margin: 5px 0 0 0;
}
#menu .main li div.child {
	background: none;
	border-top: 3px solid #337433;
	margin: 0 0 0 -10%;
	top: 100px;
	z-index: 1004;
}
#menu .main li div.child.position-right	{
	right: 0;
}
#menu .main li div.child ul {
	height: auto;
	overflow: visible;
}
#menu .main li ul.child li {
	background: #fff;
	border: none;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	border-collapse: collapse;
	display: table;
	float: left;
	height: 70px;
	margin: 0;
	padding: 5px;
	width: 33.3333333333%;
}
#menu .main li:nth-child(2n+6) div.child, #menu .main li:nth-child(2n+7) div.child, #menu .main li:nth-child(2n+8) div.child	{
	right: 0;
}
#menu .main li ul.child li:nth-child(3n) {
	border-right: none !important;
}
#menu .main li ul.child li a {
	display: table-cell;
	color: #757575;
	height: auto;
	font-size: 1.1em;
	line-height: 20px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
	text-transform: none;
}
header.main.top	{
	top: -70px;
}
header.main.fixed	{
	border-bottom: 3px solid #fd8904;
	left: 0;
	overflow: hidden;
	top: 0;
}
header.main.fixed h1.logo	{
	width: 10% !important;
}
header.main.fixed	#menu	{
	width: 90% !important;
}
header.main.fixed #menu .main li a span.icon {
	display: none;
}
header.main.fixed, header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a, header.main.fixed #menu .main li a span.name {
	height: 70px;
}
header.main.fixed #menu .main li a span.name {
	padding: 10px 0;
}
header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a {
	transition: none;
}
#cycle {
	background: #fff;
	border-bottom: 3px solid #337433;
	border-top: 3px solid #fd8904;
	height: auto;
	min-height: 200px;
	z-index: 5;
}
#cycle section, .cycle-holder {
	height: auto;
}
#cycle img {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}
.header_text {
	top: 5px;
	color: #fff;
	font-size: 1.3em;
	left: 5px;
	max-height: 50%;
	right: 5px;
	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;
}
.header_text.black {
	background: none;
	color: #8d8d8d;
	text-shadow: none;
}
a#prev, a#next {
	filter:alpha(opacity=0);
	height: 60px;
	opacity: 0;
	top: 0;
	z-index: 1000;
	width: 60px;
}
#cycle:hover a#prev, #cycle:hover a#next {
	filter:alpha(opacity=50);
	opacity: 0.5;
}
#cycle:hover a#prev:hover, #cycle:hover a#next:hover {
	opacity: .8;
	filter:alpha(opacity=80);
}
a#prev { background: #b1b1b1 url(/img/arrows.png) left bottom no-repeat; right:61px; }
a#next { background: #b1b1b1 url(/img/arrows.png) right bottom no-repeat; right:0px; }
/*.divider {
	background: url(/img/divider.png) center bottom no-repeat;
	background-size: contain;
	bottom: 0px;
	height: 170px;
	width: 100%;
	z-index: 7000;
}*/
#content {
	background: #fff;
}
#content article.offers	{
	padding: 0;
}
#content .home-column	{
	margin: 0 0 1% 0;
	width: 100%;
}
#content .home-column:last-child	{
	margin: 0;
}
#content .home-column .img-link	{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .home-column .img-link img	{
	display: block;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	width: 100%;
}
#content .home-column:hover img	{
	transform: scale(1.2);
}
#content .home-column span.icon img	{
	transform: none !important;
}
#content .home-column .details	{
	border: 5px solid transparent;
	bottom: 0;
	color: #fff;
	font: 1.3em/1.4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 100%;
	top: 0%;
	right: 0;
	z-index: 7;
	filter: alpha(opacity=100);
	opacity: 1;
}
#content .home-column:hover .details	{
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#content .home-column .details h3, #content .home-column a.more	{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font: 1.5em/1.3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 2% 0;
}
#content .home-column .details h3 a	{
	color: #fff;
}
#content .home-column a.more	{
	font: 1em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .home-column .details a	{
	color: #fff;
}
#content .newsletter-hold	{
	border-top: 1px solid #fd8904;
	margin: 4% auto 0 auto;
	padding: 1% 0% 4% 0%;
}
#content .newsletter-form	{
	border-bottom: 1px solid #fd8904;
	color: #98938d;
	margin: 0 auto 3% auto;
	padding: 0 10% 4% 10%;
}
#content .newsletter-form form label {
	color: #8e8d8d;
	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"] {
	margin: 1% 0 0 0;
	color: #8e8d8d;
	background: #fff;
	border: 1px solid #d1d1d1;
	height: 48px;
	padding: 2% 1%;
	width: 100%;
}
#content .newsletter-form form div.cap input[type="text"]	{
	color: #b50000;
	float: left;
	font-size: 2em;
	text-align: center;
	width: 29%;
	height: 50px;
}
#content .newsletter-form form div.cap a	{
	background: #fff;
	border: 1px solid #d1d1d1;
	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: #fd8904;
	border: 1px solid #fd8904;
	color: #fff;
	font: 2em/50px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 50px;
	margin: 1.8% 0 0 0;
	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: #b1b1b1;
	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: #337433;
}
#content article, #content article.rooms.inside {
	padding: 0 3% 5% 3%;
	text-align: justify;
}
#content article.home {
	padding: 0 0 5% 0;
}
#content article .main-holder img {
	margin: 1% 1% 0 1%;
}
#content article .main-holder p iframe {
	margin: 1% auto !important;
	width: 100%;
}
#content article header {
	border-bottom: 2px solid #d1d1d1;
	box-sizing: border-box;
	margin: 2% 0 4% 0;
	padding: 2% 0 0 0;
}
#content article.home header {
	margin: 0 0 2% 0;
}
#content article.rooms header {
	background: none;
	margin: 0 0 1% 0;
	padding: 0;
}
#content header h2, #content header h3 {
	color: #337433;
	font: 4em Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content article.rooms.inside h3 {
	color: #b1b1b1;
	font: 3em Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content header h3 {
	color: #8e8d8d;
}
#content h2 {
	color: #8e8d8d;
	font: 3em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h2 a {
	color: #8e8d8d;
}
#content article.offers h2 {
	font: 2.4em/1.6em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h3, #content h4 {
	color: #8e8d8d;
	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: #8e8d8d;
	font: 1.4em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0 0 0.5% 0;
	padding: 0 0 1% 0;
	text-align: center;
}
#content p, #content ul, #content ol {
	color: #757575;
	font-size: 1.2em;
	line-height: 1.8em;
}
#content #mapframe {
	height: 300px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	width: 100%;
}
#content #mapframe:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
#content .youtube-player	{
	height: 300px;
	float: left;
	margin: 1%;
	width: 48%;
}
#content .youtube-player.large	{
	height: 400px;
	width: 98%;
}
#content article table	{
	border: 1px solid #d1d1d1;
	border-collapse: separate !important;
	border-spacing: 5px;
	color: #757575;
	font-size: 1.3em;
	margin: 2% 0;
}
#content article table, #content article table p	{
	color: #98938d;
}
#content article table td, #content article table th {
	border-collapse: separate !important;
	border: 1px solid #d1d1d1;
	padding: 2%;
}
#content article table th {
	color: #757575;
	font: 1.2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: center;
}
#content article table td a {
	color: #757575;
}
#content article table th a {
	color: #757575;
}
#content article ul li {
	list-style: url('/img/li.png') inside;
	margin: 1% 0px 1% 2%;
}
#content article ol li {
	list-style: decimal;
	margin: 0 0px 1% 4%;
}
#content article .content-l	{
	border-right: 1px solid #d1d1d1;
}
#content article .content-l .info	{
	background: #b1b1b1;
	color: #fff;
	font-size: 1.3em;
}
#content article .content-l .info:first-child	{
	background: #8d8d8d;
}
#content article .content-l .info.link	{
	background: #337434;
}
#content article .content-l .info.link a	{
	color: #fff;
}
#content article .content-l p.address, #content article .content-l p.phone, #content article .content-l p.mob, #content article .content-l p.fax, #content article .content-l p.email	{
	line-height: 28px;
	margin: 5px 0 0 0;
}
#content article .content-l p.address img, #content article .content-l p.phone img, #content article .content-l p.mob img, #content article .content-l p.fax img, #content article .content-l p.email img	{
	vertical-align: middle;
}
#content article .content-l p.phone a, #content article .content-l p.mob a {
	color: #757575;
}
#content article .content-r h2	{
	font-size: 3.5em;
	margin: 0 0 4% 0;
}
#content article .content-r h3	{
	margin: 2% 0;
}
#content article.home div.text p, #content article.rooms p.text	{
	font-size: 1.5em;
	margin: 5px auto;
	text-align: center;
}
#content article.home a.more, #content article.home a.less, #content article.rooms a.all, #content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
	border: 1px solid #b1b1b1;
	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: #b1b1b1;
	color: #fff;
}
#content article.rooms h5	{
	margin: 3% auto 0 auto;
}
#content article.home div.text img	{
	margin: 0 1%;
}
#content article.rooms	{
	padding: 1% 0;
}
#content article.rooms .submenus .details p.more, #content article .submenus .room p.more	{
	border: none;
}
#content article.rooms .submenus .details p.more a, #content article .submenus .room p.more a	{
	background: #337433;
	color: #fff;
	font: 0.8em/1.3em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 3% 1%;
}
#content article.rooms .flex	{
	/*justify-content: center;*/
}
#content article.rooms .submenus	{
	background: #e7e5e5;
	border: 1px solid #e0dede;
	flex: 0 1 32%;
	margin: 10px 0.5%;
	width: 32%;
	-webkit-flex: 0 1 32%;
    -moz-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
}
#content article.rooms h5	{
	background: #b1b1b1;
	margin: 0;
	padding: 2% 2%;
}
#content article.rooms h5 a	{
	color: #fff;
	padding: 1% 0;
}
#content article.rooms .submenus .details p	{
	color: #8e8d8d;
	font-size: 1.2em;
}
#content article.rooms .submenus .details p.info	{
	border-bottom: 1px solid #e0dede;
	line-height: 30px;
}
#content article.rooms .submenus .details p.info.price, #content article.rooms .submenus .details p.info.price span.align-right	{
	color: #337433;
}
#content article.rooms .submenus .details p.info img	{
	vertical-align: middle;
	width: 30px;
}
#content article.rooms .submenus a.link-img	{
	color: #64615d;
	font-size: 1.2em;
	overflow: hidden;
}
#content article.rooms .submenus a.link-img span.absolute	{
	bottom: 0;
	filter:alpha(opacity=0);
	opacity: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
#content article.rooms .submenus a.link-img span.price.absolute	{
	background: #fd8904;
	border-radius: 35px;
	bottom: 5px;
	color: #fff;
	filter:alpha(opacity=100);
	height: 40px;
	right: 5px;
	opacity: 1;
	padding: 15px 0;
	top: auto;
	width: 70px;
}
#content article.rooms .submenus:hover a.link-img span.absolute	{
	filter:alpha(opacity=100);
	opacity: 1;
}
#content article.rooms .submenus:hover a.link-img span.price.absolute	{
	filter:alpha(opacity=0);
	opacity: 0;
}
#content article hr {
	color: #d1d1d1;
	border: 1px solid #d1d1d1;
	margin: 5px 0;
	padding: 0;
}
#content article .right.no-float	{
	float: none !important;
	width: 100% !important;
}
#content article .sub .submenus ul li {
	background: #8e8d8d;
	list-style: none;
	margin: 0 1% 1% 0;
	padding: 1%;
}
#content article .sub .submenus ul li.parent {
	background: #757575;
}
#content article .sub .submenus ul li h5 {
	font: 1.1em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}
#content article .sub .submenus ul li h5 a {
	color: #fff;
}
#content article .submenus .room	{
	background: #e7e5e5;
	border: 1px solid #e0dede;
	color: #8e8d8d;
	flex: 0 1 32%;
	margin: 10px 0.5%;
	width: 32%;
}
#content article .submenus .room p	{
	color: #8e8d8d;
}
#content article .submenus a.link-img	{
	color: #8e8d8d;
	font-size: 1.2em;
	overflow: hidden;
}
#content article .submenus a.link-img span.absolute	{
	bottom: 0;
	filter:alpha(opacity=0);
	opacity: 0;
	top: 0;
	width: 100%;
	z-index: 10000;
}
#content article .submenus a.link-img span.price.absolute	{
	background: #fd8904;
	border-radius: 35px;
	bottom: 5px;
	color: #fff;
	filter:alpha(opacity=100);
	height: 40px;
	right: 5px;
	opacity: 1;
	padding: 15px 0;
	top: auto;
	width: 70px;
}
#content article .submenus .room:hover a.link-img span.absolute	{
	filter:alpha(opacity=100);
	opacity: 1;
}

#content article .submenus .room:hover a.link-img span.price.absolute	{
	filter:alpha(opacity=0);
	opacity: 0;
}
#content article .submenus a.link-img img	{
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}
#content article .submenus .room .discount {
	left: auto;
	right: 10px;
}
#content article .submenus .room h5 {
	background: #b1b1b1;
	margin: 0;
	padding: 2%;
	text-align: center;
}
#content article .submenus .room h5 a {
	color: #fff;
}
#content article .submenus .room p.info	{
	line-height: 30px;
}
#content article .submenus .room p.info	{
	border-bottom: 1px solid #e0dede;
	line-height: 30px;
}
#content article .submenus .room .text p {
	color: #8e8d8d;
	font-size: 1.1em;
	text-align: center;
}
#content article .submenus .room a.link-img	{
	overflow: hidden;
}
#content article .submenus.no-float div.txt, #content article .submenus.no-float div.txt p {
	color: #98938d;
	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	{
	border: 1px solid #e0dedf;
	margin: 0 0% 1% 0;
	width: 100%;
}
#content .news header {
	background: none;
	border: none;
	margin: 0% 0 0 0;
	padding: 0;
}
#content .news header h4 {
	background: #337434;
	color: #fff;
	margin: 0%;
	padding: 1% !important;
	text-align: left;
}
#content .news header .i_date	{
	color: #b1b1b1;
}
#content .news-content img	{
	margin: 1%;
}
#content .news a.more_rev, #content .news a.less_rev {
	border: 1px solid #b1b1b1;
	font: 1.4em/1.2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 2% auto 0 auto;
	padding: 5px;
}
#content .news a.more_rev span, #content .news a.less_rev span	{
	background: #b1b1b1;
	color: #fff;
}
#content article .main-gallery {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}
#content article .form	{
	background: #e7e5e6;
	margin: 1% auto;
	width: 93%;
}
#content article .form header	{
	margin: 0 0 2% 0 !important;
    padding: 0 !important;
}
#content article .form header h3	{
	font-size: 2em;
}
#content article form {
	clear: both;
	font-size: 1.2em;
}
#content article form .title {
	color: #337434;
	font-size: 1.4em;
	padding: 0 0 3% 0;
}
#content article form label, #content article form .field_date {
	color: #8d8d8d;
	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: #8d8d8d;
	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: #8d8d8d;
	background: #fff;
	border: 1px solid #d1d1d1;
	padding: 3% 1%;
	width: 100%;
}
#content article form select {
	padding: 3% 1% 2.5% 1%;
}
#content article form input[type="text"].disabled	{
	border: 1px solid #e0dedf;
	color: #b1b1b1;
}
#content article form input[type="text"]:focus, #content article form select:focus, #content article form textarea:focus {
	color: #757575;
}
#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 #d1d1d1;
	display: block;
	float: left;
	height: 64px;
	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 #337434;
}
#content article form input[type="submit"] {
	background: #337434;
	border: none;
	font: 1.3em/1.5em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
	padding: 1% 2%;
}
#content article form p.submit-b:hover {
	opacity: .5;
	filter:alpha(opacity=50);	
}
#content p.error, #content p.ok {
	background: #b1b1b1;
	box-sizing: border-box;
	color: #fff;
	padding: 1%;
	text-align: left;
	width: 100%;
}
#content p.error span, #content p.ok span {
	display: block;
	text-align: left;
	margin: 0.5%;
}
#content p.ok {
	background: #337434;
}
#content article .comment {
	background: #e7e5e6;
	border: 1px solid #d1d1d1;
	color: #8d8d8d;
}
#content article .comment:nth-child(even) {
	background: #e0dedf;
}
#content article .comment div.title {
	background: #d1d1d1;
	margin: 0;
	width: 60%;
}
#content article .comment:nth-child(even) div.title {
	margin-left: 40%;
}
#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: #8d8d8d;
	font: italic 1.2em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1%;
}
#no_com {
	margin-top: 2%;
}
footer {
	background: #e0dedf;
	color: #8d8d8d;
	font-size: 1.2em;
	line-height: 2em;
}
footer a	{
	color: #8d8d8d;
}
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;
	min-height: 125px;
	max-height: 250px;
	text-indent: -10000px;
}
footer h4	{
	color: #b1b1b1;
	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: #fe8905;
}
footer .tags	{
	border-top: 1px solid #d1d1d1;
	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: #b1b1b1;
}
.credits {
	background: #d1d1d1;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
	width: 98%;
}
.credits a {
	color: #fff;
}
#top {
	background: #337434 url('/img/top.png') center center no-repeat;
	bottom: -40px;
	height: 40px;
	opacity: .5;
	position: fixed;
	right: 0px;
	width: 40px;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}
#top.visible	{
	bottom: 0px;
}
/*OFFER CSS*/
#content article.single header	{
	margin: 0;
	padding: 0;
}
#content article.single header h2	{
	padding: 3% 0 3% 0
}
#content article p.dates	{
	font: normal 2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#cycle .price	{
	background: #fd8904;
	bottom: 10px;
	border-radius: 150px;
	color: #fff;
	font: 44px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 120px;
	line-height: 54px;
	padding: 40px 0;
	right: 10px;
	width: 200px;
	z-index: 7;
}
.offerb	{
	margin: -5% 0 0 0;
	padding: 0 0 8% 0;
}
.offer-text	ul	{
	list-style: inside circle;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
iframe {
	border: none;
}