@import "reset.css";
@import "prettyPhoto.css";
@import "supersized.core.css";
@import "jplayer.css";

@import url(http://fonts.googleapis.com/css?family=Roboto:300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400);
@import url(http://fonts.googleapis.com/css?family=Roboto:500);
@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 ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}

::selection{
  color: #fff;
  background: #136fce;
}
::-moz-selection{
  color: #fff;
  background: #136fce;
}

body, html {height:100%;}

body{ background:#004050; border:0; font: 12px Arial, Helvetica, sans-serif; color:#575b60 ; line-height:18px; min-width:950px; min-height: 500px;}

#spinner { position:fixed; z-index:99; background:url(../images/loader.gif) 50% 50% no-repeat #004050; 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:#004050; 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;}

.main1{width: 950px; position: absolute;left: 50%; margin-left: -475px; top: 50%; margin-top: -320px; z-index: 30;}

header{display: block; position: absolute; z-index: 10; left: 0; top: 15px;}
.logo { display:block;text-decoration:none;}

.banners{position: absolute; left: 0; top: 100px; z-index: 2;}
.banners > li{width: 310px; height: 150px;position: absolute;}
.banners > li > a{display: block;width: 100%; height: 100%; text-decoration: none; position: relative;}
.banners > li > a .img{position: absolute; left: 0; top: 0; z-index: 1;}
.banners > li > a .ic{position: absolute; left: 0; top: 0; z-index: 2;}
.banners > li > a .txt{position: relative; z-index: 3; padding-left: 20px; padding-top: 15px; width: 190px;}
.banners > li > a .txt .txt1{font-family: 'Roboto'; font-size: 24px; line-height: 30px; color: #fff; padding-bottom: 8px;}
.banners > li > a .txt .txt2{font-family: 'Roboto'; font-size: 12px; line-height: 18px; color: #fff; padding-bottom: 9px;}
.banners > li > a .txt .txt3{font-family: 'Roboto'; font-size: 14px; line-height: 20px; color: #fff; display: inline-block; padding-right: 15px; background: url(../images/arr1.png) right 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;
}
.banners > li > a:hover .txt .txt3{padding-right: 25px;}


.banners > li.nav1{left: 320px; top: 0;}
.banners > li.nav2{left: 0px; top: 160px;}
.banners > li.nav3{left: 640px; top: 160px;}
.banners > li.nav4{left: 320px; top: 320px;}

.banners > li.nav4 .img{position: absolute; left: 0; top: 0; z-index: 1;}
.banners > li.nav4 .txt{position: relative; z-index: 3; padding-left: 20px; padding-top: 15px; padding-right: 20px;}

.banners > li.nav4 .txt1{font-family: 'Roboto'; font-size: 24px; line-height: 30px; color: #fff; padding-bottom: 8px;}
.banners > li.nav4 .txt2{font-family: 'Roboto'; font-size: 18px; line-height: 20px; color: #fff; padding-left: 35px; background: url(../images/small1.png) 0 center no-repeat; margin-bottom: 10px;}
.banners > li.nav4 .txt3{font-family: 'Roboto'; font-size: 12px; line-height: 20px; color: #fff; padding-left: 35px; background: url(../images/small2.png) 0 center no-repeat; margin-bottom: 10px;}
.banners > li.nav4 .txt4{font-family: 'Roboto'; font-size: 12px; line-height: 20px; color: #fff; padding-left: 35px; background: url(../images/small3.png) 0 center no-repeat;}
.banners > li.nav4 .txt4 a{color: #fff;}







footer{width: 100%; height: 50px; background: url(../images/footer.png) 0 0 repeat-x; position: absolute; left: 0; bottom: 0; z-index: 20;}

.copyright{color:#fff; float: left; line-height: 20px; padding-left: 20px; padding-top: 15px; font-family: 'Roboto';}

.tola{float: right;}

.privacy{ text-decoration: none; color: #fff; background: #052747; background: rgba(5, 39, 71 , 0.3); float: right; line-height: 49px; margin-top: 0px; padding: 0 20px; margin-right: 1px; font-family: 'Roboto';
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; background: #052747;}

.icons { float: right;}
.icons > li { display:inline-block;position:relative; margin-right: 1px; float: left;}
.icons > li > a{display:block;opacity: 1; filter: alpha(opacity=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;
}
.icons > li > a:hover{opacity: 0.7; filter: alpha(opacity=70);}


/* ============================= main menu ====================== */

.menu { position: absolute; left: 0; top: 100px; z-index: 1; white-space:nowrap; }
#menu { }
#menu > li { display:block; position:absolute;}
#menu > li > a{display:block; width: 100%; height:100%; text-decoration:none; position:relative;}
#menu > li > a .cube{display:block;position: relative; width:100%; height:100%;}
#menu > li > a .front{text-align: center;width: 100%; height: 100%;}
#menu > li > a .img_front{position: absolute; left: 0; top: 0; z-index: 1;}
#menu > li > a .img_icon{position: absolute; left: 0; top: 0; z-index: 2;}
#menu > li > a .txt1{position: absolute; left: 15px; bottom: 15px; z-index: 3; font-family: 'Roboto'; font-size: 14px; color: #fff;}

#menu > li > a .img_back{position: relative; z-index: 1;}
#menu > li > a .txt2{position: absolute; left: 15px; bottom: 15px; z-index: 3; font-family: 'Roboto'; font-size: 14px; color: #fff; text-shadow: 1px 1px 3px #000;}

#menu > li.nav1{width: 150px; height: 150px; left: 0; top: 0px;}
#menu > li.nav2{width: 150px; height: 150px; left: 160px; top: 0px;}
#menu > li.nav3{width: 310px; height: 150px; left: 640px; top: 0px;}
#menu > li.nav4{width: 150px; height: 150px; left: 320px; top: 160px;}
#menu > li.nav5{width: 150px; height: 150px; left: 480px; top: 160px;}
#menu > li.nav6{width: 150px; height: 150px; left: 0px; top: 320px;}
#menu > li.nav7{width: 150px; height: 150px; left: 160px; top: 320px;}
#menu > li.nav8{width: 150px; height: 150px; left: 640px; top: 320px;}
#menu > li.nav9{width: 150px; height: 150px; left: 800px; top: 320px;}





.front {
    z-index: 2;
    position: absolute;    
}
.back {
    z-index: 1;
    position: absolute;
}
.rollover:hover .back, 
.rollover.activeLink .back, 
.rollover:focus .back {
    z-index: 2;
}
.rollover:hover .front, 
.rollover.activeLink .front, 
.rollover:focus .front {
    z-index: 1;
}
.rollover .front {
    opacity: 1;
    -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.rollover .back {
    opacity: 0;
    -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.rollover:hover .front, 
.rollover.activeLink .front, 
.rollover:focus .front {
    opacity: 0;
}
.rollover:hover .back, 
.rollover.activeLink .back, 
.rollover:focus .back {
    opacity: 1;
}
.rollover_old {
    -webkit-perspective: 800px;
     -moz-perspective: 800px;
      -ms-perspective: 800px;
       -o-perspective: 800px;
          perspective: 800px;
}
.cube {
    height: 265px;
    width: 265px;
    -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
       -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
     -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
      -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
       -o-transform: rotateX(0) rotateY(0) rotateZ(0);
          transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 1s;
     -moz-transition: 1s;
      -ms-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
.rollover:hover .cube, 
.rollover.activeLink .cube,
.rollover:focus .cube {
    -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg); 
      -ms-transform: rotateY(180deg);
       -o-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.front {
    -webkit-transform: translate3d(0,0,24px);
     -moz-transform: translate3d(0,0,24px);
      -ms-transform: translate3d(0,0,24px);
       -o-transform: translate3d(0,0,24px);
          transform: translate3d(0,0,24px);
}
.back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,24px);
     -moz-transform: rotateY(180deg) translate3d(0,0,24px);
      -ms-transform: rotateY(180deg) translate3d(0,0,24px);
       -o-transform: rotateY(180deg) translate3d(0,0,24px);
          transform: rotateY(180deg) translate3d(0,0,24px);
}

.long{

}









/* ============================= main layout ====================== */
#wrapper > section { position: relative; top: 425px;  z-index: 10; /*height: 100%;*/ width: 950px;margin: 0 auto;}
#wrapper > section > div { position: relative; /*height: 100%;*/ overflow: visible;  }

.box_top{width: 950px; height: 50px; position: relative; background: url(../images/box_top.png) 0 0 no-repeat;}
.box{width: 870px; position: relative; padding: 30px 40px 30px 40px; background: #eaeff1;}

.page_title{font-family: 'Roboto'; font-size: 16px; line-height: 20px; padding-top: 15px; padding-left: 20px; color: #eaeff1;}

.close{display: block;width: 45px; height: 20px; background: url(../images/close.png) left top no-repeat; position: absolute; right: 17px; top: 15px;}
.close:hover{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:#b5bfc9; margin-left:29px; margin-right:30px; margin-top:20px;}

.col1{ width:410px;}
.col2{ width:400px;}
.col3{ width:190px;}
.col4{ width:570px;}
.col5{ width:240px;}
.col6{ width:540px;}
.col7{ 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:#1370d0; text-decoration: underline; outline:none}
a:hover{ text-decoration: none}

h2{ font-family:'Roboto';font-weight: 500; font-size:28px; color:#154a86; line-height:30px; padding:20px 0 25px 0;}

h3{ font-family:'Roboto';font-weight: 400; font-size:28px; color:#154a86; line-height:30px; padding:20px 0 25px 0;}

h4{ font-family:'Roboto';font-weight: 700; font-size:14px; color:#154b88; line-height:22px; padding:0px 0 10px 0; text-transform: uppercase;}

h5{ font-family:'Roboto';font-weight: 700; font-size:14px; color:#136fce; line-height:22px; padding:0px 0 10px 0;}





.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;}

.line2 { height:1px; background:#bec5ca; 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; padding-bottom: 20px; margin-right: 20px;}
.home1.last{margin-right: 0;}

.button1{ display:inline-block; height:40px; line-height:40px;  position:relative; text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'Roboto'; color:#fff; text-transform: uppercase; white-space:nowrap; letter-spacing:0px;background: url(../images/button1.png) 15px center no-repeat #154b88; padding-left: 30px; padding-right: 15px;}
.button1:hover { color:#fff; background-color: #48ccee;}

.button2{ display:inline-block; height:40px; line-height:40px;  position:relative; text-decoration: none; margin-top:10px; margin-bottom:10px; font-size:14px; font-family:'Roboto'; color:#fff; text-transform: uppercase; white-space:nowrap; letter-spacing:0px;background: url(../images/button2.png) 15px center no-repeat #154b88; padding-left: 30px; padding-right: 15px; margin-left: 10px;}
.button2:hover { color:#fff; background-color: #48ccee;}

.button3{ display:inline-block; background: url(../images/button3.png) right center no-repeat; padding-right: 10px; color: #1370d0;}
.button3:hover { color:#154a86;}

.ul1{ margin-bottom:0px;}
.ul1 > li { line-height:28px; }
.ul1 > li a{ display:block; height:100%; text-decoration:none; color:#575b60; padding-left:20px; background: url(../images/li_st1.png) 0 7px 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:#136fce; background-position: 6px 7px;}

.solutions1{width: 255px; float: left; padding-bottom: 25px; margin-right: 30px;}
.solutions1.last{margin-right: 0;}
.solutions1 .img{float: left; margin-right: 20px;}
.solutions1 .caption{display: table;}

.solutions2{padding-bottom: 15px;}
.solutions2.last{padding-bottom: 0;}
.solutions2 .img{margin-bottom: 15px;}
.solutions2 .caption{}

.partners1{padding-bottom: 25px; float: left; margin-right: 20px;}
.partners1.last{padding-bottom: 0; margin-right: 0;}

.team1{float: left; padding-bottom: 25px; margin-right: 17px;}
.team1.last{margin-right: 0;}
.team1 .img{margin-bottom: 10px;}
.team1 .caption{}
.team1 .caption .txt1{font-family: 'Roboto'; font-weight: 700; font-size: 14px; line-height: 20px; color: #136fce; padding-bottom: 5px;}

.services1{width: 178px; float: left; padding-bottom: 25px; margin-right: 17px;}
.services1.last{margin-right: 0;}
.services1 .img{margin-bottom: 10px;}
.services1 .caption{}

.gal1 { width:270px; padding-bottom:30px; float:left; margin-right:30px; }
.gal1.last { margin-right:0px; }

.gal1 .caption{display: table;}

.photo1 {width:121px; height:122px; margin-bottom:15px; float: left; margin-right: 20px;}
.photo1 a img {border:1px solid #fff;
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;
}
.photo1 a:hover img {border:1px solid #154b88; }

.date1{padding-bottom: 20px;}
.date1 .txt1{width: 37px; height: 37px; background: #0b355c; line-height: 37px; text-align: center; font-size: 18px; color: #fff; float: left; margin-right: 20px;}
.date1 .txt2{display: table;}

.result1{padding-bottom: 25px;}
.result1.last{}
.result1 .img{float: left; margin-right: 20px;}
.result1 .caption{display: table;}

.google_map{

    width: 410px; float: left; margin-right: 20px;
    height: 310px;
    border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;
    background: #fff;
    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{ padding-bottom: 0px; }
.notification_error{ color:#f00; padding-bottom: 15px;}
.notification_ok{ text-align: center;} 

#ajax-contact-form label{float:left; width: 100px; line-height:31px; color:#575b60;}
#ajax-contact-form label.c{ margin-top:5px;}

#ajax-contact-form input{ float:left; width:370px; height:29px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #575b60; background: #fff; border: 1px solid #b5bfc9; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  padding:2px 10px; -moz-box-shadow: inset 2px 2px 5px #f1f4f6; -webkit-box-shadow: inset 2px 2px  5px #f1f4f6; box-shadow: inset 2px 2px 5px #f1f4f6;}
#ajax-contact-form input:focus{border-color:#85919e; }

#ajax-contact-form textarea{ float:left; width:370px; height:150px; font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #575b60; background: #fff; border: 1px solid #b5bfc9; margin-bottom:5px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;  padding:5px 10px;-moz-box-shadow: inset 2px 2px 5px #f1f4f6; -webkit-box-shadow: inset 2px 2px  5px #f1f4f6; box-shadow: inset 2px 2px 5px #f1f4f6;}
#ajax-contact-form textarea:focus{border-color:#85919e; }

#ajax-contact-form img{float:left; width:120px; height:53px; margin-top:5px; margin-left:10px;}

#ajax-contact-form input.capthca{ float:left; width:85px; margin-top:5px; margin-right:10px;}

#ajax-contact-form .submit{cursor: pointer; display:inline-block; height: 40px; line-height:40px; text-decoration: none; margin-top:10px; margin-left:0px; font-size:14px;  color:#fff; white-space:nowrap; letter-spacing:0px;background: url(../images/button1.png) 15px center no-repeat #154b88; padding-left: 30px; padding-right: 15px; font-family:'Roboto'; text-transform: uppercase;}
#ajax-contact-form .submit:hover{ color:#fff; background-color: #48ccee;}

