@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* CSS Document */
* { margin:0; }

body {
	margin: 0;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat;
	background-position:center top;
	background-attachment:fixed;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #999;
	line-height: 24px;
	background-position: center top;
	background-attachment: fixed;
}

img {
	border:none;
	vertical-align:middle;
}

a:link,
a:visited {
	text-decoration: none;
	color: #00a3e5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	text-decoration: none;
	color: #069;
}

a.alt:link,
a.alt:visited { color: #FFF; }

a.alt:hover { text-decoration: underline; }

p,
h1,
h2,
h3,
#form1,
#form2,
#form3 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 24px;
	color: #0c5174;
	color: #F90;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 32px;
	padding: 0 0 15px 0;
}

h2 {
	font-size: 18px;
	color: #0c5174;
	color: #F90;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;
}



.content .pic h2 {
	width:100%;
	padding:0;
	margin:0;
	position:absolute;
	z-index:30;
	left:0;
	bottom:20px;
	color:#fff;
	text-shadow: 0 0 3px #000;
	text-align:center;
	font-size:48px;
	text-shadow: 1px 1px 3px #000;
	font-family: 'Allura', cursive;
}

.content h2 { padding: 30px 0 15px 0; }

.content h2:first-of-type { padding: 0 0 15px 0; }

h3 {
	font-size: 18px;
	color: #0c5174;
	color: #F90;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 span { color:#09C; }

input,
select,
textarea {
	font-size: 13px;
	color: #666;
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

.disabled { font-weight:bold; }

.inp_1 {
	width: 115px;
	padding: 5px;
	margin-top: 8px;
	border: 1px solid #d7d7d7;
	color: #999;
}

.inp_2 { width: 370px; }

.inp_22 { width: 386px; }

.inp_33 { width: 20px; margin: 0 15px 0 0; text-align:center;}

.inp_3 { width: 370px; }

.inp_4 {
	width: 100px;
	background-image: url(images/cal.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.inp_5 { width: 100px; }

.inp_2,
.inp_22,
.inp_33,
.inp_3,
.inp_4,
.inp_5,
.butt {
	border:1px solid #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #F9F9F9;
	padding: 7px;
}

.inp_2.disabled { border:1px solid #00a3e5; }

.butt {
	background-color:#00a3e5;
	border:1px solid #00a3e5;
	color:#FFF;
	width: 100%;
	font-size: 22px;
	height: 32px;
	padding: 0;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-khtml-border-radius: 16px;
	border-radius: 16px;
	font-weight: bold;
}

.butt:hover {
	cursor:pointer;
	background-color: #069;
	border:1px solid #069;
}

/*************************************************************************************************** main elements */

.wrap {
	width: 960px;
	margin: 20px auto 0 auto;
}

.top { height:98px; }

.header {
	margin: 0 0 20px 0;
	height: 420px;
	position: relative;
	z-index: 5;
	width:960px;
	background-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.header img { /*-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;*/ }

.logo {
	position: absolute;
	z-index: 6;
	top: 0px;
	right: 30px;
	background-color: #FFF;
	padding: 30px 25px 15px 25px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;/*box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;*/
}

.main {
	overflow: hidden;
	width:960px;
}

.sidebar {
	float: left;
	width: 220px;
	font-size:13px;
}

.content {
	float: right;
	width: 720px;
	overflow: hidden;
}

.footer {
	text-align:center;
	width:960px;
	overflow:hidden;
}

.footer span {
	display:inline-block;
	background-color:#fff;
	padding: 15px 20px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	width: 440px;
	font-size:13px;
}

.overflow { overflow:hidden; }

.box {
	background-color:#fff;
	padding: 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.box.colored { background-color:#fff; }

.box.social a {
	display:block;
	margin: 15px 0 0 0;
	line-height:45px;
	height:45px;
	font-size: 22px;
}

.four { overflow:hidden; }

.one {
	padding: 10px;
	width:300px;
	float:left;
	margin: 10px;
	height:200px;
	box-shadow: 0px 0px 10px #ccc;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.one:hover {
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
}

.one a {
	display:block;
	position:relative;
	z-index:8;
	height:200px;
	width:300px;
	overflow: hidden;
	color: #FFF;
	font-weight: bold;
}

.one a span {
	position:absolute;
	z-index:9;
	display:block;
	width:300px;
	height:32px;
	line-height:32px;
	text-align:center;
	left:0;
	bottom:0;
	font-size: 18px;
	text-shadow: 0 0 3px #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.one:hover a span { color:#FC3; }

.add {
	overflow:hidden;
	padding:30px 0 0 0;
}

.add_l {
	float:left;
	width:45%;
}

.add_r {
	float:right;
	width:50%;
}

.add_l table {
	border-collapse:collapse;
	width:100%;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #F4F4F4;
}

.add_l td { padding: 5px; }

.add_l td:first-child {
	text-align:right;
	font-weight:bold;
}
 .add_l tr:nth-child(odd) td {
 background-color:#F4F4F4;
}

span.icons {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background-repeat:no-repeat;
	background-position:left center;
	margin: 3px;
}

span.icons.wifi { background-image: url(icons/wifi.png); }

span.icons.parking { background-image: url(icons/parking.png); }

span.icons.washer { background-image: url(icons/washer.png); }

span.icons.aircond { background-image: url(icons/aircond.png); }

span.icons.smoking { background-image: url(icons/smoking.png); }

span.icons.pets { background-image: url(icons/pets.png); }

span.icons.kitchen { background-image: url(icons/kitchen.png); }

span.icons.terrace { background-image: url(icons/terrace.png); }

.map {
	width:100%;
	height: 270px;
	background-color: #F2F2F2;
}

.form {
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
	border-top: 1px solid #F4F4F4;
}

/* =Menu
-------------------------------------------------------------- */
.menu {
	height: 44px;
	line-height: 44px;
	background-color: #FFF;
	margin: 0 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #fff;
	padding: 0 7px;
}

.menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.menu li {
	float: left;
	position: relative;
	font-weight:bold;
	height:44px;
	padding:0;
	line-height:44px;
	margin-right:3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.menu li:first-child {
	background-image:none;
	padding: 0 0 0 0px;
}

.menu li li {
	font-weight:normal;
	min-height:32px;
	height:auto !important;
	height:32px;
	background-image:none;
	padding:2px 0 0 10px;
	margin:0;
	background-color: #F90;
}

.menu li li:first-child { padding: 10px 0 0 10px; }

.menu li li:last-child {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 2px 0 10px 10px;
}

.menu a {
	color: #0c5174;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	margin: 0;
	font-size:13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 44px;
	left: 0px;
	width: 178px;
	z-index: 99999;
	padding: 3px 0 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius:  0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.menu ul ul ul {
	left: 100%;
	top: 0;
}

.menu ul ul a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 18px;
	padding: 8px 10px;
	width: 158px;
	margin:0;
}

.menu ul ul a:first-child { background-image:none; }

.menu li:hover > a,
.menu ul ul :hover > a,
.menu a:focus {
	background-color: none;
	color:#F90;
}

.menu li:hover > a,
.menu li a:focus {
	background-color: #F90;
	color: #fff;
}

.menu li li:hover > a,
.menu li li a:focus { background-color: transparent; color: #0c5174;}

.menu ul li:hover > ul { display: block; }

.menu .current-menu-item > a,
.menu .current-menu-ancestor > a,
.menu .current_page_item > a,
.menu .current_page_ancestor > a {
	background-color: #F90;
	color: #fff;
}

.menu .current-menu-item > a,
.menu .current_page_item > a,
.menu .current_page_ancestor a {
	color: #fff;
	background-color: #F90;
}

.menu .current_page_item > a {color: #0c5174; color: #fff;}

.menu .current_page_ancestor ul li.current_page_item a { color: #0c5174; background-color: transparent;}

.menu .current-menu-item li > a,
.menu .current_page_item li > a,
.menu .current_page_ancestor li a {
	color: #fff;
	background-image:none;
	background-color: none;
}

.cnt td { padding:5px 0; }

.cnt { margin:20px auto; }

table.cnt table {margin: 0;}
table.cnt table td {padding: 0 ; }

td.td4 { text-align:right; }

#contact_response { text-align:center; }

tr.invisible { visibility:hidden; }

.centered {
	text-align:center;
	margin: 0 0 -40px 0;
}

.padd { padding: 0 10px; }

.map { margin:10px 0 0 0; }

.add .map {
	margin:0;
	width:100%;
}

.galleryview {
	padding:0px;
	height:300px;
	overflow:hidden;
	margin:0 0 15px 0;
}

.overslider {
	padding:10px;
	position:relative;
	z-index:5;
}

.slider .galleryview {
	padding:0;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height:400px;
	overflow:hidden;
	width:940px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin:0;
	background-color:#ffffff;
}

.slider .galleryview .strip_wrapper {/*display:none;*/ }

.slider .galleryview img.nav-next {
	position:absolute;
	z-index:3300;
	top:50%;
}

.slider .galleryview img.nav-prev {
	position:absolute;
	z-index:3300;
	top:50%;
}

.small,
#contact_response { font-size:12px; }

.tagline {
	position:absolute;
	z-index:3000;
	left:40px;
	top:40px;
	font-size:48px;
	color:#fff;
	text-shadow: 1px 1px 3px #000;
	font-family: 'Allura', cursive;
}

#map-canvas {
	height:350px;
	margin:20px 0;
}

table.prices {
	width:100%;
	border-collapse:collapse;
	margin: 0 0 30px 0;
}



table.prices td {
	padding:3px;
	text-align:center;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


table.prices td:first-child {
	text-align:left;
	font-weight: normal;
	color:#0c5174;
	border-left: none;
	border-right: 2px solid #ccc;
}

table.prices tr:first-child td {
	font-weight: normal;
	color:#0c5174;
	border-top: none;
	border-bottom: 2px solid #ccc;
}

.pic {
	width:100%;
	margin: 0 0 15px 0;
	position:relative;
	z-index:29;
}

.pic img {
	width:100%;
	height:auto;
}

body .qtrans_language_chooser {
	list-style-type:none;
	float:right;
	margin: -50px 10px 0 0;
}

body .qtrans_language_chooser li {
	float : left;
	margin-right: 10px;
}


















/*
.slider .galleryview li img.full, .slider .galleryview li {
	width:940px !important;
	height:400px !important;
}


[galleryview id=""]

*/















/**/
