@import "reset.css";
@import "prettyPhoto.css";
@import "jplayer.css";

@import url(http://fonts.googleapis.com/css?family=Six+Caps);
@import url(http://fonts.googleapis.com/css?family=Roboto:100);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:700);

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* Left & Right alignment */

.left { float:left;}
.right { float:right;}
.clear {clear:both;}
.table {display:table;}
.wrapper {width:100%; overflow:hidden;}
.relative {position:relative;}
.absolute {position:absolute;}

/* Global properties ======================================================== */
::selection{
  color: #fff;
  background: #797674;
}
::-moz-selection{
  color: #fff;
  background: #797674;
}

body, html {height:100%;}

body{ background:#044273; border:0; font: 14px 'Roboto', Arial, Helvetica, sans-serif; color:#f3fafe ; line-height:18px; min-width:960px; min-height: 500px;}

#spinner { position:fixed; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #044273; width:100%; height:100%; top:0; left:0;}
#pageLoader { position: fixed; width: 72px; height: 72px; top: 50%; left: 50%; margin: -36px 0 0 -36px; background:#044273; z-index: 1000; padding: 0px; display: none; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;}
#pageLoader > div { background: url(../images/page_loader.gif) 0 0 no-repeat; width: 64px; height: 64px; margin: 4px;}

#scene{width: 100%; height: 800px; position: absolute; left: 0; top: 0; z-index: 1;}
.layer{position: relative;}


.sky1{width: 300%; height: 700px; background: url(../images/sky1.jpg) center top no-repeat #fff; position: absolute; left: -100%;top: -100px;}

.sea1{width: 300%; height: 430px; background: url(../images/sea1.png) 0 0 repeat-x; position: absolute; left: -100%; top: 430px;}

.island1{width: 666px; height: 92px; background: url(../images/island1.png); position: absolute; right: 0; margin-left: -0px; top: 360px;}

.island2{width: 456px; height: 159px; background: url(../images/island2.png); position: absolute; right: 0; margin-right: -200px; top: 380px;}

.city1{width: 1372px; height: 540px; background: url(../images/city1.png); position: absolute; left: 0; margin-left: -470px; top: 350px;}

.boat1{width: 90px; height: 109px; background: url(../images/boat1.png); position: absolute; left: 200px; top: 470px;}

.ship1{width: 271px; height: 80px; background: url(../images/ship1.png); position: absolute; left: 26%; top: 500px;}

.ship2{width: 545px; height: 187px; background: url(../images/ship2.png); position: absolute; left: 60%; top: 530px;}

.ship3{width: 446px; height: 164px; background: url(../images/ship3.png); position: absolute; left: 15%; top: 570px;}

.bird1{width: 53px; height: 25px; background: url(../images/bird1.png); position: absolute; left: 9%; top: 190px;}

.bird2{width: 94px; height: 43px; background: url(../images/bird2.png); position: absolute; left: 12%; top: 60px;}

.bird3{width: 43px; height: 29px; background: url(../images/bird3.png); position: absolute; left: 81%; top: 330px;}

.plane1{width: 97px; height: 41px; background: url(../images/plane1.png); position: absolute; left: 7%; top: 270px;}

.plane2{width: 208px; height: 174px; background: url(../images/plane2.png); position: absolute; left: 75%; top: 80px;}





.main1{width: 960px; position: absolute;left: 50%; margin-left: -480px; top: 0; z-index: 30;}

header{display: inline-block; position: absolute; z-index: 10; left: 0; top: 190px;}
.logo { display:block;text-decoration:none;}
.logo .txt1{font-size: 50px; line-height: 60px; font-weight: 700; font-family: 'Roboto'; color: #0d5894; text-decoration: none;}
.logo .txt2{font-size: 50px; line-height: 60px; font-weight: 100; font-family: 'Roboto'; color: #0d5894; text-decoration: none;}







footer{width: 100%; height: 72px; background: url(../images/footer.jpg) 0 0 repeat-x; position: absolute; left: 0; bottom: 0; z-index: 30; text-align: center;}

.copyright{color:#779bbd; line-height: 20px; padding-left: 20px; padding-top: 26px; font-family: 'Roboto'; font-weight: 100; font-size: 14px; position: absolute; left: 0; top: 0;}

.icons { display: inline-block; padding-top: 21px;}
.icons > li { display:inline-block;position:relative; margin:0 2px; float: left;}
.icons > li > a{display:block;opacity: 0.4; filter: alpha(opacity=40);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.icons > li > a:hover{opacity: 1; filter: alpha(opacity=100);}

.bot1{position: absolute; right: 0; top: 0;}

.privacy{ display: inline-block; text-decoration: none; color: #779bbd; float: left; line-height: 20px; margin-top: 26px; font-family: 'Roboto'; font-size: 14px; font-weight: 100;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.privacy:hover{color: #fff;}

.marker1{display: inline-block; height: 37px; width: 30px; background: url(../images/marker1.png) center center no-repeat; float: left; margin-top: 17px;}

.tola{float: left; }


/* ============================= main menu ====================== */

.menu { display:block; width: 960px; background: url(../images/menu_bg.jpg); height:122px; position: absolute; left: 0; top: 350px; z-index: 15; white-space:nowrap;border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }
#menu { display:block; height:122px; white-space:nowrap;}
#menu > li { display: inline-block;width: 158px; height:122px; position:relative; float:left; white-space:nowrap; padding-left: 2px;background: url(../images/markers.png) 0 0 no-repeat;}
#menu > li > a{display: block; height:100%; text-decoration:none; position:relative; overflow:hidden; }
#menu > li > a .over1{display:block;position: absolute;width:100%; height:100%; left:0px; top:0px; z-index:1; background:url(../images/over.jpg) 0 0 repeat-x;}
#menu > li:first-child{background: none;}
#menu > li:first-child > a .over1{border-radius:10px 0 0 10px; -moz-border-radius:10px 0 0 10px; -webkit-border-radius:10px 0 0 10px;}
#menu > li:last-child > a .over1{border-radius:0 10px 10px 0; -moz-border-radius:0 10px 10px 0; -webkit-border-radius:0 10px 10px 0;}
#menu > li > a .txt1{ display:block; position: relative; width:100%; z-index:5;font-family:'Six Caps';font-size:40px; line-height:122px; color:#4889be; text-decoration:none;text-transform:uppercase; text-align: center;}

.submenu{ position:absolute; z-index:10; top:122px; left:2px; right: 0; white-space:nowrap;}
.submenu > ul{ background: #043358; padding: 10px 0; }
.submenu ul > li{ display:block; height:35px; border-top:1px solid #023f6f; position:relative; text-align:left;}
.submenu ul > li:first-child{border-top: none;}
.submenu ul > li > a{ display:block;height:35px;line-height:35px; text-decoration:none; position: relative; font-family:'Roboto';font-size:14px; color:#99b5cc; text-transform: uppercase; padding:0 15px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.submenu ul > li > a:hover { text-decoration:none; background: #023e6d; color: #fff;}











/* ============================= main layout ====================== */
#wrapper > section { position: relative; top: 325px;  z-index: 10; /*height: 100%;*/ width: 960px;margin: 0 auto;}
#wrapper > section > div { position: relative; /*height: 100%;*/ overflow: visible;  }

.box{width: 860px; position: relative; padding: 20px 50px 30px 50px; background: url(../images/content_bg.png);border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; }


.close{display: block; text-decoration: none; position: absolute; right: 20px; top: 115px; z-index: 30;}
.close span{display: block; width: 47px; height: 47px; background: url(../images/close.png) left top no-repeat;}
.close:hover span{background-position: bottom;}

.dynamicContent { position: absolute; width: 100%; z-index: 2; }
.dynamicContent .content{padding-bottom: 0px;}





.divider{padding-right: 20px; border-right:1px solid #2b2a28; margin-right: 19px;}

.col0,.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12   { float:left;}

.col0 { width:1px; background:#131314; margin-left:29px; margin-right:30px; margin-top:20px;}

.col1{ width:550px;}
.col2{ width:270px;}








.pad_left1{ padding-left:10px;}
.pad_left2{ padding-left:20px;}
.pad_left3{ padding-left:30px;}
.pad_left4{ padding-left:40px;}
.pad_left5{ padding-left:50px;}
.pad_left6{ padding-left:60px;}
.pad_left7{ padding-left:70px;}




a{ color:#6fbcf9; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'Six Caps';font-weight: normal; font-size:50px; color:#f3fafe; line-height:50px; padding:10px 0 20px 0; text-transform: uppercase;  }

h3{ font-family:'Six Caps';font-weight: normal; font-size:40px; color:#f3fafe; line-height:40px; padding:20px 0 20px 0; text-transform: uppercase;  }

h4{ font-family:'Roboto';font-weight: 700; font-size:14px; color:#f3fafe; line-height:20px; padding:0px 0 10px 0; text-transform: uppercase;  }



.upper { text-transform:uppercase;}

.color1{ color:#fff;}
.color2{ color:#ff0000;}

.text { padding:0 0 5px; display: block;}

.line1 { height:1px; background:url(../images/line1_px.png) 0 0 repeat-x; margin:15px 0;}

.radius1{border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}

.border1 { border:1px solid #6c6c6c;}



.img1 {margin-bottom:20px;margin-right:20px;}
.img2 {margin-right:20px; }
.img3 {margin-bottom:20px;}

.home1{float: left; margin-bottom: 20px; margin-right: 30px;}
.home1.last{margin-right: 0;}

.ul1{ margin-bottom:0px;}
.ul1 > li {font-family: 'Roboto'; font-weight: 700; font-size: 16px; padding: 7px 0;}
.ul1 > li a{ display:block; line-height: 25px;  text-decoration:none; color:#f3fafe;  padding-left: 45px;  background: url(../images/li_st1.png) 0 center no-repeat;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.ul1 > li a:hover{ text-decoration:none; color:#fff; background-position: 10px center;}

.home2{width: 260px; float: left; padding-top: 20px; margin-right: 40px;}
.home2.last{margin-right: 0;}

.button1{ display:inline-block; height:44px; line-height:44px;  position:relative; text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'Roboto'; font-weight: 700; color:#6fbcf9; white-space:nowrap; letter-spacing:0px; border: 1px solid #043963; background: url(../images/button1.jpg) 0 0 repeat-x; padding: 0 20px; text-transform: uppercase;}
.button1:hover { color:#fff; background-position: bottom;}

.about1{width: 157px; float: left; padding-bottom: 20px; margin-right: 18px;}
.about1.last{margin-right: 0;}

.about2{width: 260px; float: left; padding-top: 0px; margin-right: 40px;}
.about2.last{margin-right: 0;}
.about2 .txt1{font-style: italic; padding-bottom: 10px;}
.about2 .txt2{text-align: right; font-weight: 700;}

.services1{padding-bottom: 20px;}
.services1 .img{float: left; margin-right: 20px;}
.services1 .caption{display: table;}

.services2{width: 410px; float: left; padding-bottom: 0px; margin-right: 40px;}
.services2.last{margin-right: 0;}

.rates1{margin-bottom: 7px; color: #f3fafe;}
.rates1 .txt1{background: #3c7db2; float: left; padding: 8px 15px; width: 440px; line-height: 20px;}
.rates1 .txt2{background: #3c7db2; float: right; padding: 8px 15px; width: 43px; line-height: 20px;}

.rates2{padding-bottom: 20px;}
.rates2.last{padding-bottom: 0px;}

.date1{padding-bottom: 20px;}
.date1 .txt1{height: 53px; line-height: 53px; width: 53px;border: 1px solid #043963; float: left; margin-right: 20px; background: url(../images/date1.jpg) 0 0 repeat-x; text-align: center; font-weight: 700;}
.date1 .txt2{display: table;}

.google_map{

    width: 860px; 
    height: 410px;
    border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
    background: #fff; padding: 0px;
    position:relative;
    overflow:hidden; margin-bottom:20px; 
}

.google_map iframe { background:#fff url(../images/googleMapLoader.gif) no-repeat center center; border: medium none; display: inline-block; height: 100%; outline: medium none; position: relative; width: 100%; }





/*================= Contacts =========================*/

#note{ width:860px; }
.notification_error{ color:#f00; padding-bottom: 20px; font-size: 14px; }
.notification_ok{ text-align: center;} 

#ajax-contact-form{padding-bottom: 0px;}

#ajax-contact-form label{float:left; width: 100px; line-height:31px; color:#fff;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:245px; height:31px; font-family: Arial, Helvetica, sans-serif; font-size:14px; color: #fff; background: #043357; border: 1px solid #043357; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  padding:2px 10px; -moz-box-shadow: inset 2px 2px 5px #043357; -webkit-box-shadow: inset 2px 2px  5px #043357; box-shadow: inset 2px 2px 5px #043357;}
#ajax-contact-form input:focus{border-color:#fff; }

#ajax-contact-form textarea{ float:left; width:550px; height:151px; font-family: Arial, Helvetica, sans-serif; font-size:14px; color: #fff; background: #043357; border: 1px solid #043357; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  padding:10px 10px 5px;-moz-box-shadow: inset 2px 2px 5px #043357; -webkit-box-shadow: inset 2px 2px  5px #043357; box-shadow: inset 2px 2px 5px #043357;}
#ajax-contact-form textarea:focus{border-color:#fff; }

#ajax-contact-form img{float:left; width:120px; height:37px; margin-top:5px; margin-left:10px;}

#ajax-contact-form input.capthca{ float:left; width:105px; margin-top:5px; margin-right:10px;}

#ajax-contact-form .submit{cursor: pointer; display:inline-block; background: url(../images/button1.jpg) 0 0 repeat-x; line-height:44px; padding:0px 30px; text-decoration: none; margin-top:10px; margin-bottom:1px; font-size:14px; font-family:'Roboto'; font-weight: 700; color:#6fbcf9; white-space:nowrap; letter-spacing:0px; text-align: center; text-transform: uppercase; border: 1px solid #043963;}
#ajax-contact-form .submit:hover{ color:#fff; background-position: bottom;}

