/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
table {border-collapse:collapse;border-spacing: 0;}
a, input:focus, textarea:focus, select:focus {outline: 0 none;}
a {text-decoration: none;}
textarea {overflow: auto;}

/* Helpers */
.clear {clear: both;}
.hide {display: none;}
.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}
.float-left {float: left;}
.float-right {float: right;}
.uppercase {text-transform: uppercase;}
.overflow {overflow: hidden;}
.grid {overflow: hidden;}
.grid .float-left, .grid .float-right {width: 297px;}
.border-box {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* Main */
body {
	font: 400 16px 'Open Sans', sans-serif;
	background: url('../img/bg.jpg') no-repeat center top fixed;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 180px;
	position: relative;
	background: url('../img/header.png') no-repeat;
}
#header .nav-lang {
	position: absolute;
	right: 15px;
	top: 15px;
}
#header .nav-lang a {
	opacity: .6;
}
#header .nav-lang a.active, #header .nav-lang a:hover {
	opacity: 1;
}
#header .nav-lang a img {
	display: inline-block;
	margin: 0 5px;
}
#body {
	background: #fff;
}
#body .features {
	overflow: hidden;
	padding: 40px 20px;
}
#body .features div {
	float: left;
	margin-left: 40px;
}
#body .features div:first-child {
	margin-left: 0;
}
h2 {
	color: #02548d;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1.2;
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 25px;
}
h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 24px;
	margin-top: -12px;
	background: #fed206;
}
#body .features div img {
	
}
#villa-link {
	display: block;
	width: 921px;
	height: 79px;
	line-height: 79px;
	text-align: center;
	background: url('../img/villa-link.png') no-repeat;
	color: #fff;
	font-size: 23px;
	text-indent: 440px;
	margin: 0 auto 0 auto;
}
#contact {
	border-top: 11px solid #fed206;
	background: #02548d;
	position: relative;
	overflow: hidden;
}
#contact h2 {
	float: left;
	background: #fed206;
	color: #003458;
	height: 70px;
	line-height: 70px;
	padding: 0;
	width: 298px;
	text-align: center;
}
#contact h2:before {
	background: #003458;
	left: 25px;
}
#contact > img {
	display: block;
	position: absolute;
	left: 20px;
	top: 119px;
}
#contact form {
	float: left;
	padding: 40px 0 20px 38px;
	min-height: 333px;
}
#contact form h3 {
	color: #fff;
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
}
#contact form p {
	margin-bottom: 18px;
	overflow: hidden;
	color: #fff;
}
#contact form p input {
	display: block;
}
#contact form p input[type=text], #contact form p input[type=email], #contact form p textarea {
	background: #003458;
	color: #fff;
	border: 3px solid #004372;
	border-radius: 7px;
	font-size: 16px;
	font: 300 16px 'Open Sans', sans-serif;
	padding: 0 17px;
}
#contact form p input[type=text], #contact form p input[type=email] {
	width: 286px;
	height: 51px;
}
#contact form p input[type=text] {
	float: left;
	margin-right: 34px;
}
#contact form p input[type=email] {
	float: right;
}
#contact form p textarea {
	resize: none;
	width: 605px;
	height: 145px;
	padding: 12px 17px;
}
#contact form p input[type=submit], #contact form button.g-recaptcha {
	cursor: pointer;
	float: right;
	font-size: 18px;
	font: 300 16px 'Open Sans', sans-serif;
	color: #e8e8e8;
	background: none;
	padding: 5px 0;
	border: none;
	border-bottom: 5px solid #fed206;
	text-transform: uppercase;
	margin-top: -10px;
}
#contact ::-webkit-input-placeholder {
	color: #fff;
}
#contact :-moz-placeholder {
	color: #fff;
}
#contact ::-moz-placeholder {
	color: #fff;
}
#contact :-ms-input-placeholder {
	color: #fff;
}
#cjenik {
	display: block;
	height: 123px;
	line-height: 123px;
	text-align: center;
	color: #fe0606;
	font-size: 32px;
	background: url('../img/arrow.png') no-repeat center bottom;
}
#cjenik img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
#map {
	width: 100%;
	height: 488px;
}
#footer {
	background: #fff;
	height: 225px;
	border-top: 5px solid #f1f1f1;
}
#footer .container p {
	color: #fe0606;
	font-size: 18px;
	background: url('../img/footer-p.png') no-repeat 35px center;
	padding: 30px 0 30px 86px;
	position: absolute;
	left: 0;
	top: 60px;
}
#footer .container p a {
	color: #fe0606;
	display: block;
	font-size: 26px;
}
#footer .container img {
	display: block;
	position: absolute;
	right: 43px;
	top: 39px;
	border: 3px solid #02548d;
	border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
#wrapper {padding-left: 1px;}
}