/* BEG. OF MAIN USED STYLING */

@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
    margin:0;
    padding:0;
    min-height:100%;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight:300;
    color:#4e4e4e;
}

 


.clear{
    clear:both; 
}

.fl{
    float:left; 
}

.fr{
    float:right;    
}

.rel_sect{
    position:relative;  
}

.abs_sect{
    position:absolute;  
}

.fix_sect {
  position: fixed;
}


.txt_just{
    text-align:justify; 
}

.txt_cntr{
    text-align:center;  
}

.txt_r{
    text-align:right;   
}

.txt_l{
    text-align:left;    
}

ul{
    margin:0;
    padding:0;
    list-style:none;    
}

h1, h2, h3, h4, h5, h6 {
    font-weight:300;
    margin:0;
    font-family: inherit;
    font-size: inherit;
}

 
p{
   font-size: 1em;
   line-height: 1em;
}

a img{
    outline:none;
    border:none;    
}

*{
    outline:none;
}

.ovdiv{
    overflow:visible;
}

.csres_10 > .ovdiv,
.csres_20 > .ovdiv,
.csres_25 > .ovdiv,
.csres_30 > .ovdiv,
.csres_33 > .ovdiv,
.csres_40 > .ovdiv,
.csres_50 > .ovdiv,
.csres_60 > .ovdiv,
.csres_66 > .ovdiv,
.csres_70 > .ovdiv,
.csres_80 > .ovdiv,
.csres_90 > .ovdiv,
.csres_100 > .ovdiv{
    margin:10px;
}

img {
    max-width: 100%;
}


/* END OF MAIN USED STYLING */










/* BEG. OF COMMON STYLING FOR WEB*/



h1 {
   font-size: 3em;
   line-height:1em;
   color:#016da6;
   font-weight:700;
   margin:0;
}
 
h2 {
   font-size: 1.8em;
   line-height: 1em;
   color:#fff;
   font-weight:500;
   text-transform:uppercase;
}

h3 {
   font-size: 1.8em;
   line-height: 1em;
   color:#0c9fdf;
}

h4 {
   font-size: 1.6em;
   line-height: 1em;
   color:#017aaf;
}


h5 {
   font-size: 1em;
   line-height: 1em;
   color:#0c9fdf;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}



.container{
    width:1100px;
    margin:0 auto;  
}

a {
    color:#014589;
    text-decoration:none;
    transition:0.8s;
    -webkit-transition:0.8s;
    -moz-transition:0.8s;
    -o-transition:0.8s;
}

a:hover {
    color:#0178ae;
}


.bg_drkgray{
    background:#d2d2d2;
}

.bg_lightgray{
    background:#e2e2e2;
}

.bg_drkblue{
    background:#014878;
}

.bg_lightblue{
    background:#017aaf;
}

.bg-white {
    background: #fff;
}

.bg-white .pad {
    padding: 20px;
}

.google-map iframe {
    width: 100%;
    height: 160px;
}

.contact-info {
    text-align: left;
    color: #016da6;
}

.contact-info p {
    line-height: 20px;
}


input, select {
    background:none;
    height:30px;
    padding:0 15px;
    border:1px solid #a39a93;
    width:100%;
    width:calc(100% - 32px);
}

select {
    width:100%;
}

input[type="submit"] {
    width:100%;
    background:#a39a93;
    color:#fff;
}

textarea {
    background:none;
    padding:15px;
    border:1px solid #a39a93;
    width:100%;
    width:calc(100% - 32px);
    font-family: 'Roboto', sans-serif;
}

input:hover, select:hover, input:focus, select:focus, {
    border:1px solid #ccc;
}

.contact-form {
    text-align: left;
}

.contact-form.pad {
    padding-bottom: 100px;
    margin: 0;
}

.contact-form input,
.contact-form select {
    padding: 0;
    height: 40px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #c2c2c2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc( 100% - 4px );
    margin-bottom: 4px;
    text-indent: 5px;
    color: #016da6;
}

select {
    height:30px;
    padding:0 15px;
}

input[type=submit] {
    cursor: pointer;
}

.contact-form input[type=submit] {
    width: 151px;
    height: 41px;
    background: url('../img/btn-submit.png');
    margin: 0;
    text-indent: 0;
    display: inline-block;
    border: none;
    color: transparent;
    text-indent: 9999px;
    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.contact-form textarea {
    padding: 10px 5px;
    height: 155px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #c2c2c2;
    width: calc( 100% - 14px );
}

select {
    background: url('../img/arrow-down.png') 96% / 1em no-repeat #fff;
    -webkit-appearance: none;
}

.contact-form ::-webkit-input-placeholder {
    color: #016da6;
    font-family: inherit;
    line-height: 100%;
}

.contact-form :-moz-placeholder { /* Firefox 18- */
    color: #016da6;
    font-family: inherit;
    line-height: 100%;
}

.contact-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #016da6;
    font-family: inherit;
    line-height: 100%;
}

.contact-form :-ms-input-placeholder {  
    color: #016da6;
    font-family: inherit;
    line-height: 100%;
}

section{
    padding:20px 0;
    /*border-bottom:1px solid #fff;*/
}

section.nopad {
    padding-bottom: 0;
}

section .about_txt{
    margin:20px 0;
}


fieldset {
    border: 0;
    outline: 0;
}



/* END OF COMMON STYLING FOR WEB*/








/* BEG. OF HEADER STYLING FOR WEB*/

header{
    width:100%;
    position:relative;
    background:#fff;
    z-index:500;
}

header > div{
    width:1100px;
    margin:0 auto;
}

header .logo{
    float:left;
    width:175px;
}

header .logo img{
    width:100%;
}

header ul{
    float:right;
    margin-top:70px;
}

header ul li{
    float:left;
}

header ul li a{
    padding:5px 10px;
    text-transform:uppercase;
    font-weight:300;
}

header ul li.active > a {
    font-weight: 700;
}

header::after,
.tp-banner-container::after{
    width:100%;
    height:10px;
    position:absolute;
    background:url(../img/shaddow2.png) repeat-x;
    top:100%;
    left:0;
    z-index:500;
    content:"";
}



/* MENU TRIGGER */

.menutrigger {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 15px;
    float:right;
    display:none;
}
.menutrigger span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.menutrigger span:before, .menutrigger span:after {
    position: absolute;
    content: '';
}
.menutrigger span, .menutrigger span:before, .menutrigger span:after {
    width: 30px;
    height: 6px;
    background-color: #000;
    display: block;
}
.menutrigger span:before {
    margin-top: -12px;
}
.menutrigger span:after {
    margin-top: 12px;
}


.submenu {
    opacity: 0;
    transition: all 300ms ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
    background: rgba(1,109,166,.72) url('../img/submenu-shadow.png') top left repeat-x;
}

header ul li:hover .submenu {
    opacity: 1;
    transition: all 300ms ease-in-out;
    z-index:9999;
}

.submenu li {
    float: none;
    display: inline-block;
    color: #fff;
    line-height: 60px;
    cursor: pointer;
    padding: 0 5px;
    position: relative;
}

.submenu li a {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

ul.tabs.submenu li.current {
    background: none;
    color: #fff;
}

.tab-content .desc {
    margin-top: 25px;
}

.submenu li:after {
    content: '.';
    position: absolute;
    left: 100%;
    font-weight: bold;
}

.submenu li:last-child:after {
    content: '';
}

ul.tabs li.tab-link:nth-child(4) {
    display: none;
}










.body{
    background:#d1d1d1 url(../img/body.png) top no-repeat;
    height:695px;   
}

.body .container{
    width:1200px; 
}


.map_icons .icons_clicked {
    position:absolute;
    background:url(../img/icon.png) center no-repeat;
    width:15px;
    height:15px;
    margin-left:15px;   
}


.greyicon {
    background:url(../img/iconh.png) center no-repeat !important;
    position:absolute;
    width:15px;
    height:15px;
    margin-left:15px;   
}


.map_icons > div > div{
    position:relative;
    width:100%;
    height:100%;    
}

 .icons_clicked > div .text,
 .greyicon > div .text{
    position:absolute;
    width:200px;
    color:#fff;
    top:17px;
    left:50%;
    margin-left:-100px;
    text-align:center;
    display:none;
    z-index:500;
    padding:10px 0;
    background:rgba(0,0,0,.7);  
}




.map_icons > div:nth-child(1){
    left: 647px;
    top: 245px;
}

.map_icons > div:nth-child(2){
    left:640px;
    top:220px;  
}

.map_icons > div:nth-child(3){
    left:677px;
    top:245px;  
}


.map_icons > div:nth-child(4){
    left:658px;
    top:260px;  
}

.map_icons > div:nth-child(5){
    left:680px;
    top:290px;  
}

.map_icons > div:nth-child(6){
    left:704px;
    top:278px;  
}

.map_icons > div:nth-child(7){
    left:724px;
    top:283px;  
}

.map_icons > div:nth-child(8){
    left:743px;
    top:294px;  
}

.map_icons > div:nth-child(9){
    left:726px;
    top:253px;  
}

.map_icons > div:nth-child(10){
    left:476px;
    top:265px;  
}

.map_icons > div:nth-child(11){
    left:507px;
    top:245px;  
}


.map_icons > div:nth-child(12){
    left:545px;
    top:235px;  
}


.map_icons > div:nth-child(13){
    left:620px;
    top:275px;  
}


.map_icons > div:nth-child(14){
    left:664px;
    top:322px;  
}


.map_icons > div:nth-child(15){
    left:630px;
    top:327px;  
}

.map_icons > div:nth-child(16){
    left:682px;
    top:345px;  
}

.map_icons > div:nth-child(17){
    left:655px;
    top:409px;  
}

.map_icons > div:nth-child(18){
    left:645px;
    top:468px;  
}

.map_icons > div:nth-child(19){
    left:605px;
    top:385px;   
}



.map_icons > div:nth-child(20){
    left:533px;
    top:366px;  
}

.map_icons > div:nth-child(21){
    left:490px;
    top:357px;   
}

.map_icons > div:nth-child(22){
    left:451px;
    top:331px;  
}

.map_icons > div:nth-child(23){
    left:450px;
    top:295px;   
}





.list_prdcts{
    display:none;
    position:absolute;
    top:0;
    left:50px;
    z-index:999;    
}


.close{
    color:#fff; 
    position:absolute;
    top: -42px;
    left: 235px;
    padding: 10px 15px;
    background:rgba(0,0,0,.8);
    display:none;   
}


.map_icons > div:nth-child(11) ul li{
    float:left;
    opacity:1;
    
    transition:.7s;
    -webkit-transition:.7s;
    -moz-transition:.7s;
    margin-left:15px;   
}


.icons_clicked{
    cursor:pointer; 
}



.textslider {
    width:100%;
    height:400px;
}

.textslider div{
    width:100%;
    text-align:center;
    font-size:1.7em;
    color:#fff; 
}

.textslider div p{
    padding-top:190px;
    font-weight:200;
    margin: 0;
}



.container ul.tabs{
    margin:10px 0 0 0;
    padding: 0px;
    list-style: none;
    
}

.container ul.tabs li{
    background: #0178ae;
    color: #fff;
    float:left;
    margin-right:1px;
    padding: 10px 93px;
    cursor: pointer;
    font-size:.934em;
    text-transform:uppercase;
}

.about ul.tabs {
    text-align: center;
}

.about ul.tabs li {
    float: none;
    background: none;
    color: #4e4e4e;
    text-transform: none;
    font-size: .85em;
    padding: 10px 5px;
    display: inline-block;
    position: relative;
}

.about ul.tabs li:before {
    content: '.';
    display: block;
    position: absolute;
    left: -5px;
    font-weight: bold;
}

.about ul.tabs li:first-child:before {
    content: '';
}

ul.tabs li.current{
    background: #fff;
    color: #0178ae;
}

.about ul.tabs li.current {
    background: none;
    font-weight: bold;
    text-decoration: underline;
}

.tab-content {
    display: none;
    background: #fff;
    padding: 15px 0 0 15px;
    text-align:left;
}

.container .content {
    background: #fff;
    padding: 15px 0 0 15px;
    text-align:left;
}

.about .tab-content {
    padding: 15px;
}

.tab-content > img{
    margin-top:-55px;
    margin-left:10px;
    float:right;
    max-width:100%;
}

.tab-content.current{
    display: inherit;
}

.item-list {
    margin-bottom: 25px;
}

.item-list h3 {
    color: inherit;
    font-weight: 600;
    font-size: 1em;
}

.item-list .csres_20 .ovdiv {
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    text-align: center;
    margin: 5px 10px 0 0;
}


.tab-content a.btn-ex {
    background: none;
    color: #0178ae;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 20px;
    background: url('../images/arrow-left.png') top left no-repeat;
    font-weight:700;
}

.email {
    color: #016da6;
    font-weight: bold;
}



.row {
    /*margin: 15px auto;*/
}

.row:after,
.row:before {
    content: '';
    display: block;
    clear: both;
}




.timeline {
    position: relative;
    margin: 30px auto;
    font-size: .8em;
}

.timeline:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #016da6;
    position: absolute;
    top: 30px;
    left: 0;
}

.timeline li {
    display: inline-block;
    margin: 0 5px;
}

.timeline li span {
    display: block;
    color: #3a3a3a;
}

.year {
    position: relative;
    text-align: center;
    padding: 5px;
}

.year:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #016da6;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2.5px;
}

.timeline .company {
    padding: 20px 5px 0 5px;
    min-height: 50px;
}


.tab-content a{
    background: #0178ae;
    color:#fff;
    padding:5px 15px;
    text-align:left;
    font-size:.85em;
}

.popup-t{
    background:rgba(1,122,175,.85);
    padding:10px 15px;
    width:195px;
    color:#fff;
    margin-bottom:2px;
    font-size:1.2em;    
}

.popup-desc{
    background:rgba(255,255,255,.8);
    padding:10px 15px;
    width:195px;
    color:#000;
    margin-bottom:2px;  
}












/* LOGOS CAROUSEL GOES HERE */

#wrapper {
    width: 1100px;
    margin:20px auto;
    background:#fff;
    overflow:hidden;
    height:138px;
}

#carousel {
    margin-top: -100px;
}

#carousel div {
    text-align: center;
    padding:35px 30px;
    float: left;
    position: relative;
}

#carousel div img {
    border: none;
}

#carousel div span {
    display: none;
}

#carousel div:hover span {
    background-color: #333;
    color: #fff;
    font-family: Arial, Geneva, SunSans-Regular, sans-serif;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    width: 100px;
    padding: 2px 0;
    margin: 0 0 0 -50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    border-radius: 3px;
}

#donate-spacer {
    height: 100%;
}

#donate {
    width: 750px;
    padding: 50px 75px;
    margin: 0 auto;
    overflow: hidden;
}

#donate p, #donate form {
    margin: 0;
    float: left;
}

#donate p {
    width: 650px;
}
#donate form {
    width: 100px;
}

.caroufredsel_wrapper{
    margin:0 !important;    
}











.footermenu, .footernews{
    margin-top:25px;    
}

.footermenu li a{
    color:#fff;
    line-height:25px;
}

.footernews li{
    width:50%;
    float:left;
}

.footernews li a{
    overflow:hidden;
    padding:10px;
    color:#fff;
    display:block;
}

.footernews li a img{
    width:100%;
}


footer{
    color:#fff;
}

footer section{
    border:none;    
}

footer h5{
    padding:10px 0 25px;
    border-bottom:1px solid #fff;
    margin-bottom:10px;
}

footer .contdet{
    margin-top:10px;
}

footer .contdet li{
    width:100%;
    background:#fff;
    margin-bottom:5px;
    text-align:center;
    color:#014878;
    font-weight:700;
    padding:8px 0; 
}

footer .contdet li:last-child{
    background:none;
}

footer .contactform .csres_50 .ovdiv{
    margin:2px; 
}

footer input{
    background:#fff;
}

footer input[type="checkbox"]{
    display:inline-block;
    width:15px;
    height:15px;
}

footer input[type="submit"]{
    background:#017aaf;
    color:#fff;
    width:165px;
    height:45px;
    float:right;
    margin-top:15px;
    border:none;
    text-transform:uppercase;
    font-size:1.5em;
}

footer h4{
    margin:20px 0 10px;
}

footer .sign{
    background:#fff;
    line-height:30px;
    color:#003a53;  
}

footer .sign a{
    color:#003a53;  
}


.top{
    position:fixed;
    bottom:50px;
    right:50px;
    z-index:999;
    
    transition:.5s;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    
    opacity:0;  
}

.hasScrolled{
    opacity:1   
}


/* PARALLAX SECTION IS HERE */
#prlx{
    background: url(../img/prlx-bg.jpg) 50% 0 no-repeat fixed;
    color: white;
    margin: 0 auto;
    overflow: hidden;
    position:relative;
}

#prlx::after{
    background: url(../img/plx-pat.png) repeat;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    content:"";
    z-index:1;
}

#prlx .container{
    position:relative;
    z-index:2;
}


#prlx .container p{
    font-weight:300;
    font-size:21px;
    margin:9em 0;
    text-align:center;
}



#prlx .story .container .fl:last-child .ovdiv{
    margin-right:0; 
}


.holder {
    text-align: right;
}

.holder a {
    margin: 0;
}

.holder a.jp-previous,
.holder a.jp-next {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: transparent;
}

.holder a.jp-previous {
    background: #fff url('../img/arrow-left.png') center center no-repeat;
}

.holder a.jp-next {
    background: #fff url('../img/arrow-right.png') center center no-repeat;
}

#itemContainer {
    padding-bottom: 70px;
}

#itemContainer li {
    padding: 20px 10px;
    background: #fff;
    text-align: left;
    margin-bottom: 1px;
    position: relative;
    transition: all .3s ease-in-out;
}

#itemContainer li:hover {
    background: #014878;
}

#itemContainer .pad {
    padding: 0 15px;
    float: right;
}

.careers .pad {
    width: calc( 100% - 182px );
}

.news .pad {
    width: calc( 100% - 320px );
}

.careers .slide-bg {
    width: 150px;
    height: 120px;
    border: 1px solid #ccc;
    float: left;
}

.news .slide-bg {
    width: 290px;
    height: 160px;
    float: left;
}

#itemContainer a {
    color: #3a3a3a;
}

#itemContainer li:hover a {
    color: #fff;
    transition: all .3s ease-in-out;
}

#itemContainer h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #016da6;
}

.btn-grey,
input.btn-grey,
.btn-apply {
    position: absolute;
    right: 0;
    bottom: 20px;
    border: 0;
    outline: 0;
    background: #d2d2d2;
    padding: 15px 65px 15px 20px;
    cursor: pointer;
    font-family: inherit;
    color: #3a3a3a;
    text-transform: uppercase;
    line-height: 1;
}

.icon-go {
    display: inline-block;
    width: 18px;
    height: 12px;
    background: url('../img/triple-arrow.png');
    margin-left: 10px;
}

.rel {
    position: relative;
}

.desc h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
}

.careerform > div {
    padding:5px 5px 55px;
    background: #fff;
}

.pad-5 {
    padding: 5px;
}

@media all and (max-width: 960px) and (min-width: 240px) {
    .footernews li {
        width: 100%;
        float: none;
    }
}