/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
/* Global properties ======================================================== */
body, html {
	min-width:1198px;
	min-height:875px;
}
body {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	border:0;
	font:11px/17px Tahoma, sans-serif;
	color:#a9a9a9;
	background:url(../img/bg_main.png);
	/*text-transform:uppercase;*/
}
#spot_top {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	min-width:1198px;
	min-height:875px;
}
#spot_top {
	top:0;
	background:url(../img/bg_spot.png) 0 0 no-repeat;
}
/* Global Structure ============================================================= */
.main {
	position:absolute;
	width:1198px;
	height:799px;
	margin:0 auto;
	margin-top:-400px;
	margin-left:-600px;
	top:48%;
	left:50%;
	border:16px solid #283941;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.cont_main{
	position: absolute;
	width: 100%;
	height: 646px;
	overflow: hidden;
}
.main2 {
	position:relative;
	width:1198px;
	margin:0 auto;
}
.page_spinner {
	position:fixed;
	background:url(../img/main_spinner.gif) 50% 50% no-repeat #1f2d33;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#847c7e;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#fff;
}
h1 {
	display:inline-block;
	padding:0;
}
h2 {
	font:bold 22px 'PT Sans Narrow', sans-serif;
	color:#fff;
	padding-bottom:23px;
}
#page_flights .col3 h2 {
	font:bold 22px/23px 'PT Sans Narrow', sans-serif;
	margin-top:4px;
	padding-bottom:23px;
}
h3 {
	font:bold 11px/17px Tahoma, sans-serif;
	color:#fff;
}
h4 {
	font:bold 11px/17px Tahoma, sans-serif;
	color:#5dc9f5;
	margin-top:6px;
	padding-bottom:14px;
}
.txt1 {
	font:bold 30px 'PT Sans Narrow', sans-serif;
	color:#fff;
	display:inline-block;
	margin-top:-10px;
}
p {
	padding-bottom:17px;
}
img {
	/*-bottom:18px;*/
}
.fontStyle1 {
	display:block;
	margin-top:6px;
	color:#a9a9a9;
	text-align:left;
	text-transform:uppercase;
}
.color1 {
	color:#36b4e8;
}
.color2 {
	color:#fff;
}
.bold {
	font-weight:bold;
}
/* ============================= header ====================== */
.bottom_section {
	position:absolute;
	left:0;
	bottom:0;
	z-index:11;
}
header {
	position:relative;
	width:1198px;
	height:149px;
	text-transform:uppercase;
	background:url(../img/plane_bg.png);
	z-index:0;
}
#logo {
	margin:30px 0 0 58px;
	position:relative;
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:274px;
	height:195px;
	background:url(../img/logo.png) 0 0 no-repeat;
	z-index:5;
}
/* ============================= menu ====================== */
.menu {
	float:right;
	margin-right:75px;
	margin-top:57px;
	display:inline-block;
}
#menu > li {
	position:relative;
	padding-left:1px;
	float:left;
}
#menu > li > a {
	position:relative;
	display:block;
	padding:5px 22px;
	font:18px 'PT Sans Narrow', sans-serif;
	color:#c2d8e0;
	text-align:center;
	text-decoration:none;
	z-index:1;
}
#menu > li > a span {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:url(../img/menu_arrow.png) 50% 0 no-repeat;
	z-index:-1;
}
.submenu_1 {
	position:absolute;
	font:bold 15px 'PT Sans Narrow', sans-serif;
	top:30px;
	left:1px;
	width:160px;
	background:#36b4e8;
	padding:0 6px;
	z-index:5;
}
.submenu_1 li {
	position:relative;
	text-align:center;
	padding-right:2px;
	float:left;
	background:url(../img/submenu_line.png) right 10px no-repeat;
}
.submenu_1 li.last {
	background:none;
}
.submenu_1 a {
	position:relative;
	display:inline-block;
	padding:5px !important;
	color:#fff !important;
	text-decoration:none;
	z-index:1;
}
.submenu_1 a b {
	position:absolute;
	width:100%;
	height:29px;
	top:0;
	left:0;
	background:url(../img/submenu_hover.png) 0 0 repeat-x;
	z-index:-1;
}
.submenu_2 {
	position:absolute;
	top:29px;
	left:1px;
	width:114px;
	background:#216e8e;
	padding:0 6px;
}
/* ============================= splash ====================== */
#splash {
	position:absolute;
	width:100%;
	z-index:0;
}
/* ============================= content ====================== */
#content {
	position:relative;
	width:100%;
	margin-top:110px;
	z-index:1;
}
#content > ul > li {
	position:absolute;
	width:100%;
	background:url(../img/plane_bg.png);
}
#content > ul > li > div {
	overflow:hidden;
	padding:53px 50px 30px 128px;
}
a {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.more {
	display:inline-block;
	padding:5px 12px;
	font:bold 11px Tahoma, sans-serif;
	text-align:center;
	color:#000;
	text-decoration:none;
	text-transform:none;
	background:#fff;
	cursor: hand;
	z-index:11;
}
.more:hover {
	color:#fff;
	background:#5dc9f5;
}
.google_map {
	position:relative;
	width:280px;
	height:290px;
	background:#fff;
}
.google_map_loc {
	width:280px;
	height:290px;
}
.address {
	position:relative;
	margin-top:-3px;
}
.address > span {
	display:block;
}
.mailLink {
	text-decoration:none;
	color:#36b4e8;
}
/* ============================= lists ====================== */
.listWithMarker {
	padding-bottom:22px;
}
.listWithMarker li {
	display:block;
	padding-bottom:1px;
}
.listWithMarker li a {
	display:inline-block;
	padding-left:14px;
	text-decoration:none;
	background:url(../img/list_marker.png) 0 7px no-repeat;
	color:#36b4e8;
}
.listWithMarker li a:hover {
	color:#fff;
}
/* ============================= footer ====================== */
footer {
	position:absolute;
	z-index:10;
	width:100%;
	padding:0;
	float:right;
	font:11px/18px Arial, sans-serif;
	color:#556a74;
	bottom:-68px;
}
footer a {
	color:#556a74;
	text-decoration:none;
}
footer a:hover {
	color:#fff;
}
footer p {
	padding-top:10px;
	padding-bottom:0;
}
/*----*/
.follow-icon {
	float:left;
	margin-top:7px;
	right:-12px;
	position:relative;
}
.follow-icon li {
	float:left;
	margin-left:2px;
}
.follow-icon .img_act {
	position:absolute;
}
/*----*/
/* ============================= forms ============================= */
#form1, #form2, #form3, #form4{
	position: relative;
}
#form1 input, #form2 input,#form3 input,#form4 input{
	margin:0;
	border: 1px solid #000;
	background: url('../img/input_bg.png');
	padding:6px 0 6px 10px;
	width:208px;
	box-shadow:none;
}
#form1 textarea,#form2 textarea,#form3 textarea,#form4 textarea {
	resize:none;
	margin:0;
	border: 1px solid #000;
	background: url('../img/input_bg.png');
	padding:6px 0 6px 10px;
	width:208px;
	height:86px;
	overflow:auto;
	line-height:18px;
}
#form1 label{
	position:relative;
	display:inline-block;
	min-height:35px;
}
#form2 label{
	position:relative;
	display:inline-block;
	min-height:35px;
}
#form3 label{
	position:relative;
	display:inline-block;
	min-height:35px;
}
#form4 label {
	position:relative;
	display:inline-block;
	min-height:35px;
}
#form1 .error, #form1 .empty, #form2 .error, #form2 .empty, #form3 .error, #form3 .empty, #form4 .error, #form4 .empty {
	position:absolute;
	top:-1px;
	right: 3px;
	display:none;
	font-size:10px;
	line-height:18px;
	color:#fff;
	text-transform:none;
}
#form1 .success, #form2 .success, #form3 .success,#form4 .success {
	position:absolute;
	width: 100%;
	height: 100%;
	background: #000;
	border: 1px solid #333;
	z-index: 1;
	opacity: 0.9;
}
#form1 .success .success_txt, #form2 .success .success_txt,#form3 .success .success_txt,#form4 .success .success_txt {
	position: relative;
	top: 45%;
	color:#fff;
	text-align: center;
}
.btns a {
	margin:27px 0 0 8px;
}
/* Form defaults */
input, select, textarea {
	font:11px/11px Tahoma, sans-serif;
	text-transform:uppercase;
	color:#6a6969;
}
.slider {
	position:absolute;
	width:1198px;
	height:799px;
	overflow:hidden;
	top:0;
	left:0;
	z-index:0;
	display:inline-block;
}
.items {
	display:none;
}
.slider .pic {
	display:inline-block;
	position:absolute;
}
._thumbList {
	width:1198px;
	overflow: hidden;
	display:block;
	margin-bottom:0;
	font-size:0;
	line-height:0;
	white-space: nowrap;
}
._thumbList > li {
	display:inline-block;
	width:149px;
	height:4px;
	position:relative;
	margin-right:1px;
	background:#081c23;
}
._thumbList > li.last {
	width:148px;
}
._thumbList > li >a {
	display:inline-block;
}
.zoomSp1 {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:4px;
	z-index:1;
	background:#36b4e8;
}
.form2Holder {
	margin-top:-9px;
}
/* ============================= slider ====================== */

.slider2 {
	position:relative;
	width:650px !important;
	margin-top:-1px;
	z-index:1;
}
.slider2 li {
	float:left;
	margin-right:25px;
	width:650px;
}
.slider2 li img {
	padding-bottom:15px;
}
.slider4 {
	position:relative;
	width:900px !important;
	margin-top:-1px;
	z-index:1;
}
.slider4 li {
	float:left;
	margin-right:25px;
	width:900px;
}
.slider4 li img {
	margin-bottom:15px;
	margin-left:15px;
}
.slider1 {
	position:relative;
	width:240px !important;
	margin-top:-1px;
	z-index:1;
}
.slider1 li {
	float:left;
	margin-right:25px;
	width:240px;
}
.prev, .next {
	position:absolute;
	height:20px;
	width:22px;
	top:56px;
}
.prev {
	right:158px;
	background:url(../img/prev.png) 0 0 no-repeat;
}
.next {
	right:131px;
	background:url(../img/next.png) 0 0 no-repeat;
}
.prevLoc, .nextLoc {
	position:absolute;
	height:20px;
	width:22px;
	top:350px;
}
.prevLoc {
	right:457px;
	background:url(../img/prev.png) 0 0 no-repeat;
}
.nextLoc {
	right:430px;
	background:url(../img/next.png) 0 0 no-repeat;
}
.prevAbout, .nextAbout {
	width:22px;
	top:380px;
}
.prevAbout {
	right:877px;
}
.nextAbout {
	right:850px;
}
.prevGal, .nextGal {
	position:absolute;
	height:20px;
	width:22px;
	top:365px;
	z-index:20;
}
.prevGal {
	right:237px;
	background:url(../img/prev.png) 0 0 no-repeat;
}
.nextGal {
	right:210px;
	background:url(../img/next.png) 0 0 no-repeat;
}
.slider3 {
	position:relative;
	width:940px !important;
	margin-top:-1px;
	z-index:1;
}
.slider3 li {
	float:left;
	margin-right:20px;
	width:220px;
}
.slider3 li img {
	padding-bottom:17px;
}
.slider3 li p {
	padding-bottom:18px;
}
/* =============================end slider ====================== */
.stars_section {
	display:inline-block;
	width:25px;
	margin-bottom:10px;
}
.sign {
	display:inline-block;
	width:25px;
	height:14px;
	background:url(../img/sign1.png) right 0 no-repeat;
	float:right;
}
.star {
	display:inline-block;
	width:13px;
	height:14px;
	background:url(../img/star.png) 0 0 no-repeat;
	float:right;
}
.txt2 {
	display:inline-block;
	margin-top:-2px;
	padding-left:12px;
}
.box {
	overflow:hidden;
}
.flag_container{
	position:relative;
	top:-105px;
	left:1075px;
}
.language_name{
	padding-left: 5px;
}
.language_flag{
	padding-top: 4px;
	padding-left: 10px;
}
.equipment_other{
	position: relative;
	top: 22px;
}
.top51{
	position: relative;
	margin-top: 51px;
}
.about_sidebar_button{
	width:100px;
	margin-bottom:5px;
}
.drvenik_pics{
	position: relative;
	top:5px;
	margin-right: 10px;
}
.td_prices_head{
	padding: 10px;
	vertical-align: middle;
}
.td_prices{
	color:#fff;
	padding:5px;
	text-align:center;
	vertical-align: middle;
	border: 1px solid #36b4e8;
}
.td_prices_date{
	font:bold 11px/17px Tahoma, sans-serif;
	color:#36b4e8;
	padding:7px;
	text-align:center;
	vertical-align: middle;
	border-bottom: 1px solid #36b4e8;
	border: 1px solid #36b4e8;
}
.ul_marker{
	padding-left: 14px;
	background:url(../img/list_marker.png) 0 7px no-repeat;
}
.calendar_td{
	width:62px;
	height:45px;
}
.calendar_month_td{
	text-align: left;
	padding-left: 4px;
	margin-bottom: 3px;

}
.prevCal, .nextCal {
	position:absolute;
	height:20px;
	width:22px;
	top:390px;
	z-index:10;
}
.prevCal{
	right:471px;
	background:url(../img/prev.png) 0 0 no-repeat;
}
.nextCal{
	right:444px;
	background:url(../img/next.png) 0 0 no-repeat;
}
.col05{
	width:150px;
	float:left;
	text-align: right;
}
.col35{
	width:450px;
	float:left;
	text-align: right;
}
.col36{
	width:500px;
	float:left;
	text-align: left;
}
.col37{
	width:600px;
	float:left;
	text-align: left;
}
.lineCol05{
	float:left;
	width:30px;
	height:312px;
	background:url(../img/vline.png) center 0 no-repeat;
}
.calendar_days{
	text-align: center;
}
.calendar_{
	background:url(../img/calendar_.png) 0 0 no-repeat;
}
.calendar_1e{
	background:url(../img/calendar_1e.png) 0 0 no-repeat;
}
.calendar_1e2e{
	background:url(../img/calendar_1e2e.png) 0 0 no-repeat;
}	
.calendar_1e2f{
	background:url(../img/calendar_1e2f.png) 0 0 no-repeat;
}
.calendar_1e2s{
	background:url(../img/calendar_1e2s.png) 0 0 no-repeat;
}
.calendar_1f{
	background:url(../img/calendar_1f.png) 0 0 no-repeat;
}
.calendar_1f2e{
	background:url(../img/calendar_1f2e.png) 0 0 no-repeat;
}
.calendar_1f2f{
	background:url(../img/calendar_1f2f.png) 0 0 no-repeat;
}
.calendar_1f2s{
	background:url(../img/calendar_1f2s.png) 0 0 no-repeat;
}
.calendar_1s{
	background:url(../img/calendar_1s.png) 0 0 no-repeat;
}
.calendar_1s2e{
	background:url(../img/calendar_1s2e.png) 0 0 no-repeat;
}
.calendar_1s2f{
	background:url(../img/calendar_1s2f.png) 0 0 no-repeat;
}
.calendar_1s2s{
	background:url(../img/calendar_1s2s.png) 0 0 no-repeat;
}
.calendar_2e{
	background:url(../img/calendar_2e.png) 0 0 no-repeat;
}
.calendar_2f{
	background:url(../img/calendar_2f.png) 0 0 no-repeat;
}
.calendar_2s{
	background:url(../img/calendar_2s.png) 0 0 no-repeat;
}
.villa_1_icon{
	position: relative;
	top: 2px;
	display:inline-block;
	width:14px;
	height:13px;
	background:url(../img/villa_1_icon.png) 0 0 no-repeat;
}
.villa_2_icon{
	position: relative;
	top: 2px;
	display:inline-block;
	width:14px;
	height:13px;
	background:url(../img/villa_2_icon.png) 0 0 no-repeat;
}
.no_villa_icon{
	position: relative;
	top: 2px;
	display:inline-block;
	width:14px;
	height:13px;
	background:url(../img/no_villa_icon.png) 0 0 no-repeat;
}
.contacts_checkbox{
	margin: 0;
	border: 1px solid #000;
	background: url('../img/input_bg.png');
	padding: 6px 0 6px 10px;
	width: 208px;
	height:63px;
	box-shadow: none;
	font: 11px/11px Tahoma, sans-serif;
	text-transform: uppercase;
	color: #6a6969;
}
.villa1_contacts_label, .villa2_contacts_label{
	left:10px;
}
.villa1_contacts_label{
	position:relative;
	bottom:10px;
}
.villa2_contacts_label{
	position:relative;
	bottom:20px;
}
.villa2_checkbox, .villa1_checkbox{
	position:relative;
	top:13px;
	right:50px;
	float:right;
}
.contact_refer_span{
	margin-bottom:8px;
}
.gallery_col6{
	margin-left:100px;
}
.distances_td1{
	min-width:300px;
	padding-right:30px
}
.distances_td2{
	min-width:270px;
}
.view_gallery_button{
	position:relative;
	top:5px;
	background:#5D6263;
	color:#A9ADB0;
}