body, html {
	color: #5c5d5e;
	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: #F27023;
	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%;
}
.top	{
	z-index: 1000;
}
header.main {
	background: #F26F21;
	height: 90px;
	z-index: 1004;
}
header h1.logo a	{
	background: url(/img/logo.png) left center no-repeat;
	background-size: contain;
	height: 90px;
	text-indent: -10000px;
	transition: none;
}
header h1.logo a:hover	{
	opacity: 1;
}
#menu .main ul	{
	height: 90px;
	overflow: hidden;
}
#menu .main li {
	border-bottom: 15px solid #F26F21;
	border-top: 15px solid #F26F21;
	margin: 0 0 0 0px;
	padding: 0 10px;
}
#menu .main li.menu-more {
	background: url(/img/more.png) right no-repeat;
	padding: 0 25px 0 4px;
}
#menu .main li.menu-more a {
	color: #929070;
}
#menu .main li.book-link	{
	display: none;
}
#menu .main li a {
	color: #ffffff;
	font: 1.3em/60px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 60px;
	padding: 0;
	text-align: left;
	transition: none;
}
#menu .main li:hover {
	background: #F27023;
}
#menu .main li a:hover {
	opacity: 1;
}
#menu .main li div.child {
	background: #F27023;
	margin-left: -10px;
	top: 75px;
	z-index: 1004;
}
#menu .main li div.child.white2	{
	background: url('../img/child.png') repeat;
	right: 6%;
}
#menu .main li.menu-more div.child {
	top: 90px;
	z-index: 1004;
}
#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;
	border: none;
	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 {
	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	{
	border: 1px solid #ffffff;
	height: 40px;
	margin: 25px 1% 0 0%;
	width: 4%;
}
header .langs a {
	color: #F27023;
	font: 1.2em/38px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 0 2%;
	display: inline-block;
	width: 30px;
	height: 38px;
}
header .langs a.en { background: url('../img/en.png') center center no-repeat; }
header .langs a.gr { background: url('../img/gr.png') center center no-repeat; }

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 h1.logo a	{
	background: url(/img/logo2.png) left center no-repeat;
	background-size: contain;
}
header.main.fixed #menu .main li	{
	border: none;
}
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 {
	padding: 0;
}
header.main.fixed #menu .main li.book-link	{
	display: block;
}
header.main.fixed #menu .main li.book-link	{
	background: #847f02;
}
header.main.fixed h1.logo a, header.main.fixed #menu .main ul, header.main.fixed #menu .main li a {
	transition: none;
}
header.main.fixed  #menu .main li.menu-more {
	background: url(/img/more-w.png) right no-repeat;
}
header.main.fixed .langs	{
	display: none;
}
.circle {
	background: none;
	height: 300px;
	width: 60%;
}
.circle a {
	cursor: pointer;
	height: 30px;
	text-indent: -100000px;
	width: 30px;
}
.circle a.hide-book {
	background: url(/img/hide.png) no-repeat;
}
.circle a.show-book {
	background: url(/img/show.png) no-repeat;
}
.circle a:hover {
	opacity: 1;
}
.circle form.input-holder {
	background: url(/img/bg.png) repeat;
	width: 100%;
	color: #847f02;
}
.circle form.input-holder h2 {
	color: #847f02;
	font: normal 30px Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
.circle label {
	font: normal 12px/33px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 50px;
	padding: 10px 0;
}
.circle label.padding-0 {
	height: 30px;
	padding: 0;
}
.circle label span {
	background: #e9ecee;
	margin-right: 1%;
}
.circle input, .circle select {
	border: 1px solid #e9ecee;
	background: url(/img/white2.png) repeat;
	color: #adafb0;
	height: 33px;
}
.circle input:focus, .circle select:focus {
	border: 1px solid #e9ecee;;
	background: #fff;
	color: #707172;
}
.circle input[type=button], .circle a.submitter {
	background: #847f02;
	border: 1px solid #847f02;
	color: #fff;
	font: normal 16px/37px Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 40px;
}
.circle a.submitter {
	line-height: 40px;
	text-indent: 1px;
	width: 100%;
}
.circle.left label.card {
	color: rgba(255, 255, 255, .6);
	margin: 0;
}
#cycle {
	top: 0;
	z-index: 1;
}
#cycle section, .cycle-holder {
	height: 100%;
}
.header_text {
	top: 100px;
	color: #fff;
	font-size: 1.3em;
	font-style: italic;
	left: 5%;
	max-height: 250px;
	z-index: 7000;
}
.header_text h2 {
	font: normal 3em '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;
	margin-top: -30px;
	opacity: 0;
	top: 50%;
	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; }
#content	{
	background: url(/img/white2.png) repeat;
	z-index: 5;
	margin-top: 1%;
}
#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: 0;
}
#content header h2, #content header h3 {
	color: #F27023;
	font: 4em 'Scandal', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	padding: 2% 0 0 0;
}
#content header h3 a {
	color: #F26F21;
}
#content h2 {
	color: #707172;
	font: 3em 'Scandal', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content h2 a {
	color: #707172;
}
#content h3, #content h4 {
	color: #858687;
	font: 2.6em '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: #858687;
	font: 2.8em 'Scandal', '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: #858687;
}
#content p, #content ul, #content ol {
	color: #5c5d5e;
	font-size: 1.1em;
	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: 1px solid #adafb0;
	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 #adafb0;
	padding: 2%;
}
#content article table th {
	background: #adafb0;
	color: #fff;
	font: 2em 'Open Thin', 'Century Gothic', 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.4em;
	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: url('/img/white.png') repeat;
	font: 1.5em/2em 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#content .news a.more_rev span, #content .news a.less_rev span	{
	background: url('/img/white.png') repeat;
	color: #adafb0;
}
#content .offer	{
	background: #fff;
	border: 1px solid #c4c5c7;
	margin: 10px 1%;
}
#content .offer .img-link	{
	bottom: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
}
#content .offer a.img-link img	{
	display:  block;
	bottom: 0;
	left: 0;
	margin: 0;
	right: 0;
	top: 0;
	width: 100%;
}
#content .offer .details	{
	bottom: 0;
	font-size: 1em;
	z-index: 7;
	right:  0;
}
#content .offer .details h3, #content .offer a, #content .offer p	{
	color: #464748;
}
#content .offer .details h3	{
	color: #01315a;
	font-size: 2.3em;
	text-align: left;
}
#content .offer .details p.dates	{
	color: #464748;
	font-size: 1.6em;
}
#content .offer .discount	{
	color: #fff;
	font: 3.5em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	height: 2em;
	left: 10px;
	max-width: 40%;
	top: 10px;
	z-index: 7;
}
#content .offer .price	{
	left: auto;
	right: 10px;
}
#content article .content-l	{
	border-right: 1px solid #ffffff;
}
#content article .content-l .info	{
	background: url(/img/child.png) repeat;
	color: #ffffff;
	font-size: 1.3em;
}
#content article .content-l .info span.item::after	{
	content: " / ";
}
#content article .content-l .info span.item:last-child::after	{
	content: "";
}
#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 Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content article.rooms .flex	{
	justify-content: center;
}
#content article.rooms .submenus	{
	border: 1px solid #d9dcdd;
	flex: 0 1 43%;
	margin: 10px 1%;
	width: 43%;
}
#content article.rooms.inside .submenus	{
	flex: 0 1 23%;
	width: 23%;
}
#content article.rooms .submenus h5,
#content article.rooms .submenus>div.block {
	background: #adafb0;
	font: 2em 'Scandal', 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 1%;
	text-align: left;
}
#content article.rooms.inside .submenus h5	{
	font: 1.4em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	text-align: center;
}
#content article.rooms .submenus h5 a,
#content article.rooms .submenus>div.block a	{
	color: #ffffff
}
#content article.rooms .submenus .details p	{
	color: #858687;
	font-style: italic;
	margin: 1.5%;
}
#content article.rooms .submenus .details p.info, #content article .submenus .room .details p.info	{
	background: url(/img/check.png) 5px center no-repeat;
	font-style: normal;
	padding-left: 30px;
}
#content article.rooms.inside .submenus a span.info	{
	color: #ffffff;
	font-size: 1.2em;
	left: 0;
	top: 0;
}
#content article.rooms.inside .submenus a span.info.cc	{
	bottom: 0;
	left: auto;
	right: 0;
	top: auto;
}
#content article.rooms .submenus .details p.info span.item::after, #content article .submenus .room .details p.info span.item::after	{
	content: " / ";
}
#content article.rooms .submenus .details p.info span.item:last-child::after, #content article .submenus .room .details p.info span.item::after	{
	content: "";
}
#content article.rooms .submenus .details p.more	{
	background: #c3c5c6;
	margin: 1% 0 0 0;
}
#content article .details {
	padding-bottom: 60px;
}
#content article a.book, #content article a.book	{
	background: #F27023;
	color: #ffffff;
	font-size: 1.3em;
    clear: both;
    width: 100%;
    text-align: center;	
	position: absolute;
	bottom: 0;
}
#content article.rooms.inside .submenus a.read, #content article .submenus .room a.read	{
	background: #d9dcdd;
	color: #9a9b9c;
	font-size: 1.2em;
}
#content article hr {
	color: #d9dcdd;
	margin: 5px 0;
	padding: 0;
}
#content .home-column	{
	width: 48%;
}
#content .home-column h3	{
	border: 1px solid #fff;
	font: 3em 'Scandal', '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: 2em/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: 0.8em/2em 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
}
#content .home-column .more span	{
	color: #fff;
}
#content .newsletter-hold h2	{
	color: #F27023;
	font-size: 2em;
}
#content .newsletter-title {
	font-size: 42px;
}
#content .newsletter-form	{
	margin: 0 auto 0 auto;
	padding-bottom: 5%;
}
#content .newsletter-form form input[type="text"] {
	color: #F27023;
	background: #fff;
	border: 1px solid #F27023;
	font-size: 1.3em;
	height: 50px;
	margin: 0 1% 0 0;
	padding: 2% 1%;
}
#content .newsletter-form form input[type="submit"] {
	background: #F27023;
	border: 1px solid #F27023;
	color: #fff;
	font: 2em/50px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	cursor: pointer;
	height: 50px;
	padding: 0 2%;
}
#content .newsletter-form form input[type="submit"]:hover {
	opacity: .6;
	filter:alpha(opacity=60);
}
#content .newsletter-form p.error, #content .newsletter-form p.ok {
	background: #b2afa7;
	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: #aaa881;
	color: #fff;
}
#content article .right.no-float	{
	float: none !important;
	width: 100% !important;
}
#content article .right .submenus {
	background: url('../img/bottom.png') right bottom no-repeat;
	padding: 0 0 50px 0;
}
#content article .right .submenus h4 {
	border-top: 3px solid #c7c4bb;
	font-size: 3em;
	padding: 0 0 0 0;
}
#content article .right .submenus h4 a {
	color: #9d9a93;
	text-align: left;
}
#content article .right .submenus ul li {
	background: #c7c4bb;
	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: #fff;
}
#content article .submenus .room	{
	border: 1px solid #dbd7cd;
	color: #858687;
	flex: 0 1 32%;
	margin: 10px 0.5%;
	width: 32%;
}
#content article .submenus .room.flex48	{
	flex: 0 1 48%;
	width: 48%;
}
#content article .submenus .room p	{
	color: #858687;
	font-style: italic;
}
#content article .submenus .room p.title	{
	font-style: normal;
}
#content article .submenus .room p.more	{
	background: #d9dcdd;
}
#content article .submenus .room p.more a	{
	color: #aeafb1;
}
#content article .submenus a.link-img	{
	margin: 0;
	padding: 0;
}
#content article .submenus img {
	width: 100%;
	margin: 0;
}
#content article .submenus .room div.info {
	bottom: 0;
	color: #858687;
	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 div.info, #content article .submenus .room div.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 {
	background: #adafb0;
	font-size: 2em;
	margin: 0;
	padding: 1%;
}
#content article .submenus .room h5 a {
	color: #ffffff;
}
#content article .submenus .room .text p {
	color: #858687;
	margin: 2% auto 0 auto;
}
#content article .submenus .room .text p.more {
	margin: 3% auto;
	position: relative;
}
#content article .submenus .room .text p.more a {
	background: url('../img/white.png') repeat;
	color: #9a9b9c;
}
#content article .submenus.no-float div.txt, #content article .submenus.no-float div.txt p {
	color: #858687;
	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 a.photos_group	{
	background: #fff;
	box-sizing: content-box;
	display: block;
	margin: 1.2%;
	max-width: 200px;
	overflow: hidden;
	padding-bottom: 17%;
	position: relative;
	width: 17%;
}
#content .content-r a.photos_group	{
	margin: 1%;
	padding-bottom: 31%;
	width: 31%
}
#content .grid .grid-item	{
     column-break-before: always;   
}
#content a.photos_group img	{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#content .plan	{
	height: auto;
	width: 100%;
}
#content .news header {
	background: none;
	margin: 3% 0 0 0;
	padding: 0;
}
#content .news header h4 {
	color: #858688;
}
#content .news header .i_date	{
	color: #9a9b9d;
}
#content .news a.more_rev, #content .news a.less_rev {
	font: 1.6em/2em 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: #aeafb1;
}
#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: #707173;
	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: #707173;
	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: #aeafb1;
	background: #fff;
	border: 1px solid #d8dcdd;
	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: #707173;
}
#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: #0E9A2F;
	border: 1px solid #0E9A2F;
}
#content article form input[type="submit"] {
	background: #068323;
	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 p.submit-b:hover {
	opacity: .5;
	filter:alpha(opacity=50);	
}
#content p.error, #content p.ok {
	box-sizing: border-box;
	color: #fff;
	text-align: left;
	width: 100%;
}
#content p.error span, #content p.ok span {
	background: #9a9b9d;
	display: block;
	text-align: left;
	padding: 1%;
	margin: 0.5%;
}
#content p.ok {
	background: #034985;
	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: #5c5d5f;
}
#content article .comment {
	background: url('/img/white.png') repeat;
	border: 1px solid #d8dcdd;
	color: #707173;
}
#content article .comment div.title {
	background: #d8dcdd;
	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: #707173;
	font: italic 1.2em/1.5em Open Sans, 'Open', Arial, Helvetica, sans-serif;
	margin: 1%;
}
#no_com {
	margin-top: 2%;
}
footer {
	background: url('/img/child.png') repeat;
	color: #fff;
	font-size: 1.2em;
	line-height: 2em;
	z-index: 5;
}
footer a	{
	color: #fff;
}
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/logo2.png') center center no-repeat;
	background-size: contain;
	height: 70px;
	text-indent: -10000px;
}
footer h4	{
	color: #F27023;
	font: normal 3em 'Scandal', '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/lif.png') left center no-repeat;
	display: inline-block;
	float: none;
	padding: 0 1% 0 20px;
}
footer nav ul li a	{
	color: #fff;
}
footer .tags	{
	border-top: 1px solid #F26F21;
	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: #F26F21;
}
.credits {
	background: #F26F21;
	color: #fff;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
	margin-bottom: 60px;
	z-index: 5;
}
.credits a {
	color: #fff;
}
#top {
	background: url('/img/top.png') center center no-repeat;
	bottom: -50px;
	border-radius: 25px;
	height: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: .7;
	position: fixed;
	width: 50px;
	z-index: 1000;
}
#top:hover {
	opacity: 1;
}
#top.visible	{
	bottom: 5px;
}
/*OFFER CSS*/
.one-offer	{
	margin-top: 200px !important;
}
#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;
}
.prices	{
	z-index: 1005;
}
.prices .price	{
	top: 15px;
	color: #fff;
	font: 5em/100px 'Open Thin', 'Century Gothic', Open Sans, 'Open', Arial, Helvetica, sans-serif;
	left: 0;
	max-width: 48%;
	z-index: 7;
}
.prices .price.discount	{
	left: auto;
	right: 0;
}
.prices .price span	{
	font-size: 0.5em;
	line-height: 70px;
}
.offer-text	ul	{
	list-style: inside circle;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
iframe {
	border: none;
}
::-webkit-input-placeholder {
	color: #035aa4;
}
:-moz-placeholder {
	color: #035aa4;
}
:-ms-input-placeholder {
	color: #035aa4;
}
.ui-corner-all {
	border-radius: 0px !important;
}
.ui-widget-content {
    border: 1px solid #d8dcdd !important;
    background: #fff !important;
}
article .ui-widget-content	{
	font-size: 0.8em !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: 1%!important;
}
.ui-widget-header .ui-icon {
	background-image: url("/img/ui-icons_ffffff_256x240.png") !important;
}
.ui-widget-header {
	background: #c4c5c7 !important;
	border: none !important;
	color: #fff !important;
	font-weight: normal !important;
	font: normal 1.3em 'Open Thin', 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 #c4c5c7 !important;
	background: #c4c5c7 !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: #c4c5c7 !important;
	border: none !important;
	opacity: .7;
}
.ui-datepicker-calendar thead {
	color: #c4c5c7 !important;
}
table.ui-datepicker-calendar th	{
    border: 1px solid #fff !important;
    background: #fff !important;
    color: #d8dcdd !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.5em !important;
}
.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 #d8dcdd !important;
    background: #f4f8fb !important;
    color: #858688 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: 1px solid #d8dcdd !important;
    background: #fff !important;
    color: #858688 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
	color: #fff !important;
	background: #2498fb !important;
	border: 1px solid #0359a4 !important;
}
.ui-timepicker-div table	{
	border: none !important;
}
.ui-timepicker-div table td	{
	border: none !important;
	padding: 2% 0 !important;
}
article .ui-timepicker-div table td	{
	padding: 0 !important;
}
.ui-timepicker-div td {
	font-size: 1em !important;
}
.ui-timepicker-div dl dd#ui_tpicker_time_checkin_time, .ui-timepicker-div dl dd#ui_tpicker_time_checkout_time, .ui-timepicker-div dl dd.ui_tpicker_time {
	color: #2498fb;
	font-size: 2em;
	margin: 0 5px 15px 5px;
	text-align: right;
}
.etpa {
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 1000;
}
.etpa.fixed {
	position: fixed;
	top: 70px;
}