@import "reset.css";
@import "jquery.fancybox-1.3.4.css";
@import "grid.css";
/* 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;
}
/*global*/
body {
position:absolute;
font:14px 'Trebuchet MS', sans-serif;
color:#c4f4ff;
min-width: 970px;
min-height:840px;
width:100%;
height:100%;
 overflow: hidden;
z-index:1;
background: #101e23;
}
body p a {
text-decoration:none;
}
body p a:hover {
text-decoration:underline;
}
h1 {
margin-left: 8px;
}
h1>a{
position:relative;
display:block;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
width: 375px;
height: 106px;
background: url(../images/logo.png) left center no-repeat;
}
h1>a:first-child+a{
width: 252px;
height: 70px;
background: url(../images/logo_small.png) left center no-repeat;
}
h2 {
font: 30px/30px 'Open Sans', sans-serif;
color: #fff;
padding: 7px 0 18px;
}
h3 {
font: 15px/24px 'Open Sans', sans-serif;
color: #193039;
}
h3>a{
color: inherit;
}
h3>a:hover{
text-decoration: underline;
}
p {
padding-bottom: 17px;
}
address{
font-style: normal;
padding-bottom: 24px;
}
figure{
display: inline-block;
}
figure>a, figure>div, figure>img{
border: 9px solid #fff;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 1px 1px 0px #60adc1;
}
#glob {
position:absolute;
width:100%;
height:100%;
overflow:hidden;
z-index:2;
}
.spinner {
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
z-index:9999;
background:url( "../images/ajax-loader.gif") 50% 50% no-repeat #101e23;
}
/*---------gallery bg--------*/
#galleryHolder{
position: absolute;
width: 100%;
height: 100%;
}
#imageHolder{
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
}
/*end gallery bg*/
header, footer{
position: absolute;
width:100%;
z-index:100;
}
/*header*/
header{
position: relative;
top:0px;
height:106px;
overflow: hidden;
}
/*end header*/
/*footer*/
footer {
position: relative;
height: 100%;
margin-top: -2px;
background: url(../images/footer_bg.png) 0 0 repeat-x;
}
footer>div:first-child{
height: 100px;
}
footer>div:first-child+div{
width: 100%;
padding: 43px 0 0;
background: #0f1c22;
background: -moz-linear-gradient(top, #0f1c22, #101f25);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f1c22), color-stop(100%,#101f25));
background: -webkit-linear-gradient(top, #0f1c22, #101f25);
background: -o-linear-gradient(top, #0f1c22, #101f25);
background: -ms-linear-gradient(top, #0f1c22, #101f25);
background: linear-gradient(top, #0f1c22, #101f25);
height: 90%;
}
footer p {
position: relative;
font: 13px/24px Arial, sans-serif;
color: #68b3c3;
text-transform: uppercase;
}
footer p a{
color: #68b3c3;
}
.soc_icons{
float: right;
position: relative;
margin-top: -5px;
z-index: 10;
}
.soc_icons>li{
position: relative;
display: inline-block;
margin-left: 2px;
}
.soc_icons>li>a{
position: relative;
display: block;
width: 32px;
height: 32px;
}
.soc_icons>li>a>span{
position: relative;
display: block;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-transition: opacity 0.4s ease-out;
-moz-transition: opacity 0.4s ease-out;
-o-transition: opacity 0.4s ease-out;
-ms-transition: opacity 0.4s ease-out;    
transition: opacity 0.4s ease-out;
}
.soc_icons>li>a>span:first-child>img{
position: relative;
top: -32px;
}
.soc_icons>li>a>span:first-child+span{
position: absolute;
display: block;
top: 0;
left: 0;
opacity: 0;
z-index: 10;
}
.soc_icons>li>a:hover>span:first-child+span{
opacity: 1;
}
.soc_icons>li>a:hover>span:first-child{
opacity: 0;
}
/*menu*/
.menu {
position: relative;
display: block;
height: 100px;
background: url(../images/menu_divider.png) 0 0 no-repeat;
}
#menu>li {
display: inline-block;
position: relative;
text-align: center;
background: url(../images/menu_divider.png) right 0 no-repeat;
width: 130px;
float: left;
}
#menu>li:first-child {
display: none;
}
#menu>li>a {
position: relative;
display: block;
font: bold 15px/1.2em 'Open Sans', sans-serif;
color: #6c797e;
text-transform: uppercase;
padding: 42px 0 40px;
}
#menu>li>strong{
display: inline-block;
position:absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
}
.submenu_1, .submenu_2 {
position:absolute;
z-index:9100;
width: 166px;
left: 1px;
bottom: 100px;
padding: 15px 10px;
background: #fbfbfb;
background: -moz-linear-gradient(top, #fbfbfb, #d2d3d4);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(100%,#d2d3d4));
background: -webkit-linear-gradient(top, #fbfbfb, #d2d3d4);
background: -o-linear-gradient(top, #fbfbfb, #d2d3d4);
background: -ms-linear-gradient(top, #fbfbfb, #d2d3d4);
background: linear-gradient(top, #fbfbfb, #d2d3d4);
border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
-webkit-border-radius: 8px 8px 0 0;
}
.submenu_1 li {
position:relative;
display: block;
margin-bottom: 2px;
}
.submenu_1 a {
position:relative;
display: block;
font: bold 13px/20px 'Open Sans', sans-serif;
color: #6c797e;
background-color: transparent;
text-transform: uppercase;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;    
transition: all 0.4s ease-out;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
overflow: hidden;
background: url(../images/pixel.png);
}
.submenu_1 li>a:hover,.submenu_1 li.sfHover>a{
color:#68b3c3 !important;
background: #0f1d22;
}
.submenu_2 {
position: relative;
left: 0;
bottom: 0;
padding-left: 0;
padding-right: 0;
background: none;
border-radius: 0;
}
.submenu_2 a{
font-size: 11px;
}
.submenu_1, .submenu_2 {
display: none;
}
/*end menu*/
/*end footer*/
/*pages*/
#content {
position: relative;
width:100%;
height: 750px;
z-index: 50;
/*margin-top: 140px;*/
}
#content>ul {
position: relative;
width:940px;
margin: 0 auto;
}
#content>ul>li:first-child{
background: none;
overflow: visible;
padding-bottom: 0;
top: 24px;
margin-top: 0;
}
#content>ul>li {
position:absolute;
width:100%;
background: #000;
background: none;
overflow: hidden;
padding-bottom: 20px;
margin-top: 24px;
}
.list1>li{
position: relative;
display: inline-block;
float: left;
width: 300px;
margin-right: 20px;
}
.list1>li>img{
float: left;
margin-right: 17px;
}
.list1>li>div{
overflow: hidden;
}
.list1>li>div>h2{
padding-bottom: 0;
}
.list1>li>div>h3{
margin-top: -1px;
padding-bottom: 16px;
}
.list2{
margin: 7px 0 21px;
}
.list2>li{
position: relative;
display: inline-block;
margin-right: 19px;
float: left;
}
.list2>li>figure{
}
.list2>li>figure>a{
position: relative;
display: block;
width: 122px;
height: 116px;
overflow: hidden;
}
.list3{
margin-top: 10px;
}
.list3>li{
position: relative;
display: inline-block;
margin-right: 18px;
width: 221px;
float: left;
}
.list3>li>figure{
margin-bottom: 26px;
}
.list3>li>figure>a{
position: relative;
display: block;
width: 202px;
height: 199px;
overflow: hidden;
}
.list3>li>h3{
padding-bottom: 1px;
}
.list4{
margin-top: 3px;
}
.list4>li{
position: relative;
display: inline-block;
margin: 15px 10px 0 0;
float: left;
}
.list4>li>a{
position: relative;
}
.list4>li>a>img{
position: relative;
top: 0px;
-webkit-transition: top 0.4s ease-out;
-moz-transition: top 0.4s ease-out;
-o-transition: top 0.4s ease-out;
-ms-transition: top 0.4s ease-out;    
transition: top 0.4s ease-out;
}
.list4>li>a:hover>img{
top: -8px;
}
.list5{
margin-top: 3px;
}
.list5>li{
position: relative;
display: inline-block;
width: 300px;
margin-bottom: 2px;
}
.list5>li>img{
float: left;
margin: 7px 20px 0 0;
}
.list5>li>div{
overflow: hidden;
}
.readMore, .readMore2 {
position: relative;
display: inline-block;
font: bold 15px/38px Arial, sans-serif;
color: #515d61;
text-transform: uppercase;
border-radius: 5px;
background: url(../images/button_bg_2.png) 0 top repeat-x;
background-color: #ededed;
padding: 0 15px;
text-align: center;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;    
transition: all 0.4s ease-out;
}
.readMore:hover, .readMore2:hover {
text-decoration: none;
box-shadow: inset 0 -7px 18px rgba(103,191,202,0.75);
-moz-box-shadow: inset 0 -7px 18px rgba(103,191,202,0.75);
-webkit-box-shadow: inset 0 -7px 18px rgba(103,191,202,0.75);
}
.readMore2{
background: url(../images/button_bg_1.png) 0 top repeat-x;
padding: 21px 22px 17px;
font: bold 17px/20px Arial, sans-serif;
border-radius: 20px;
}
.fontStyle1{
font: bold 17px/24px Arial, sans-serif;
color: #fff;
text-transform: uppercase;
padding: 63px 0 0;
}
.fontStyle1>a{
color: inherit;
}
.fontStyle1>a:hover{
text-decoration: underline
}
.fontStyle2{
font: 17px/24px Arial, sans-serif;
color: #b3f0fe;
text-transform: uppercase;
padding-right: 30px;
}
.starCounter{
position: relative;
display: inline-block;
background: url(../images/splash_bg_1.png) center repeat-x;
background: -moz-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,231,245,.43)), color-stop(100%,rgba(119,231,245,0)));
background: -webkit-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: -o-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: -ms-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
border-radius: 20px 20px 0 0;
-moz-border-radius: 20px 20px 0 0;
-webkit-border-radius: 20px 20px 0 0;
margin-top: 17px;
color: #fff;
padding: 0 21px 0 16px;
}
.starCounter>*{
position: relative;
display: inline-block;
margin-top: 16px;
padding-bottom: 7px;
}
.starCounter>p{
margin-top: 12px;
}
.starCounter>ul{
margin-right: 19px;
}
.starCounter>ul>li{
position: relative;
display: inline-block;
width: 15px;
height: 15px;
background: url(../images/stars.png) left center no-repeat;
}
.starCounter>ul>li.white{
background-position: right center;
}
.banner{
position: relative;
display: inline-block;
background: url(../images/splash_bg_2.png) center repeat-x;
background: -moz-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(119,231,245,.43)), color-stop(100%,rgba(119,231,245,0)));
background: -webkit-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: -o-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: -ms-linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
background: linear-gradient(top, rgba(119,231,245,.43), rgba(119,231,245,0));
border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
padding-top: 16px;
margin-bottom: 33px;
background-size: 100% 100%;
}
.banner,.banner>p{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transition: all 0.4s ease-out;    
transition: all 0.4s ease-out;
}
.banner>img{
position: relative;
display: inline-block;
margin: 0 11px 0 24px;
}
.banner>p{
font: 17px/24px Arial, sans-serif;
color: #2c5361;
text-transform: uppercase;
position: relative;
display: inline-block;
width: 200px;
padding: 6px 17px 10px 0;
text-shadow: #2c5361 0px 0px 1px;
}
.banner:hover{
box-shadow: 0 -7px 10px rgba(119,231,245,.75);
-moz-box-shadow: 0 -7px 10px rgba(119,231,245,.75);
-webkit-box-shadow: 0 -7px 10px rgba(119,231,245,.75);
}
.banner:hover>p{
color: #fff;
}
.divider{
position: relative;
display: inline-block;
width: 2px;
height: 58px;
background: url(../images/divider_1.png) center no-repeat;
margin: 0 25px 0 30px;
}
.downloadHolder>*,.downloadHolder>*>*{
position: relative;
display: inline-block;
}
.price{
font: bold 15px/1.2em Arial, sans-serif;
color: #2c5361;
text-transform: uppercase;
padding-top: 3px;
}
.price>span{
position: relative;
display: block;
font-size: 35px;
color: #fff;
margin-top: 8px;
}
.sitem_over {
position:absolute;
background:url( '../images/pic_bg_over.png');
z-index:2;
width:100%;
height:100%;
display:none;
overflow: hidden;
}
.sitem_over>strong {
position:relative;
background:url( '../images/icon_zoom.png') center no-repeat;
width: 100%;
height: 100%;
display: block;
}
/*PADDINGS*/
.padding1 {
padding: 11px 0px 0px 0px;
}
.padding2 {
padding: 38px 0px 0px 0px;
}
.padding4 {
padding: 3px 0 15px;
}
.margin1{
margin: 10px 19px 0px 0px;
}
.margin3{
margin: 10px 0px 25px 0px;
}
.margin4{
margin: 10px 22px 30px 0px;
}
.margin5{
margin: -130px 0px 0px 14px;
}
.color1{
color: #c4f4ff;
}
.width1{
display: inline-block;
width: 78px;
}
/*additional classes*/
.fleft {
float:left;
}
.wrapper {
width:100%;
overflow:hidden;
}
.box{
overflow:hidden;
}
.right{
margin-right: 0 !important;
}
a {
text-decoration:none;
}
a.und,.und a {
text-decoration:underline;
}
a.und:hover,.und a:hover {
text-decoration:none;
}
.clear {
clear:both;
line-height:0;
}
/*google map*/
.google_map{
position:  relative;
overflow: hidden;
width: 362px;
height: 290px;
background-color: #fff;
background-image: url(../images/ajax-loader2.gif);
background-repeat: no-repeat;  
background-position: 50%;
}
/*end google map*/
/* Forms*/
#form1 {
position: relative;
margin-top: 9px;
height: 321px;
}
#form1 input,
#form1 textarea,
#form1 .success {
position: relative;
background: url(../images/form_bg.png);
color:#c4f4ff;
padding: 11px 15px;
width: 269px;
outline:none;
box-shadow: 1px 1px 1px #60adc1;
-moz-box-shadow: 1px 1px 1px #60adc1;
-webkit-box-shadow: 1px 1px 1px #60adc1;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin: 0;
}
#form1 textarea {
width: 269px;
height: 137px;
overflow:auto;
resize: none;
}
#form1 label {
display:inline-block;
min-height: 46px;
position: relative;
width: 301px;
}
#form1 .success{
position: absolute;
top: 0;
left: 0;
z-index: 10;
padding: 19px 15px;
color: #c4f4ff;
text-align: center;
background: #347383;
}
#form1 .error, #form1 .empty {
display:none;
font-size:10px;
position: absolute;
right: 4px;
top: 0px;
color: #68b3c3;
text-align: right;
}
fieldset{
height: 210px;
}
.btns{
padding: 20px 0 0;
position: relative;
}
.btns a{
display:inline-block;
margin-right: 10px;
}
/* Form defaults */
input, select, textarea {
font: normal 14px/17px 'Trebuchet MS', sans-serif;
vertical-align:middle;
}
/*end forms*/