﻿body {
    background-color:#ebebeb;
    font-family: 'Roboto', sans-serif;
    color:rgb(138, 138, 138);
    font-size:14px;
}

a:hover{text-decoration:none;}

.header-infobar{
  background-color: rgb(242, 242, 242);
  width: 100%;
  height: 40px;
}

.social{
    color: rgb(125, 125, 125);
    font-size: 16px;
}

    .social ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .social ul li{
        float:left;
        padding:0 15px;
    }
    .social ul li:hover a{
        color:#00aeef;
    }
    .social ul li:last-child{
        padding-right:0;
    }
        .social ul li a {
            color: rgb(125, 125, 125);
            line-height: 40px;
        }

        .social ul li a:hover{
            color:#00aeef;
            text-decoration:none;
        }



.big-label {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(8, 159, 174);
    border-radius: 3px;
    background-color: rgb(0, 140, 154);
    color:#fff;
    text-align:center;
    padding:6px;
}
        

.header-main {
    font-family:"Roboto Condensed",sans-serif;
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-height:125px;
}


.header-main ul.phone{
    float:right;
    margin:20px 0 30px 0;
    padding:0;
    font-size: 14px;
    list-style:none;
}

.phone li{
    float:left;
    margin-left:20px;
}

.header-main .phone .big-label{
    width:35px;
    float:left;
    margin-right:5px;
}
.header-main .logo{
    padding:10px 0;
}

.header-main .phone p {
  font-size: 14px;
  color: rgb(0, 140, 154);
  font-weight: bold;
  text-transform: uppercase;
  margin:0;
}

.header-main .phone a {
  color: #bdbf32;
  font-weight: bold;
  text-decoration:none;
}

.navbar-default {
    background-color: rgb(0, 140, 154);
    z-index:1;
}
.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius:0;
}

.navbar .nav > li > a {
    font-family:"Roboto Condensed",sans-serif;
    background-color: rgb(0, 140, 154);
    color:#fff;
    font-weight:bold;
    /*padding:20px 30px;*/
    text-decoration:none;
    font-size: 16px;
    /*line-height: 60px;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color:#00545d;
}

.navbar-nav{
    margin-top:0;
}

.navbar-collapse{
    z-index: 100;
    /*position: absolute;*/
    width: 100%;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{margin-left:0; margin-right:0;}

.navbar-default .navbar-toggle {
    border:0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}


.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}


.right-grey{
    /*margin-top:-30px;*/
    border-style: solid;
    border-width: 0 0 60px 21px;
    border-color: transparent transparent #58585a transparent;
    width:200px;
    /*float:right;*/
    height:60px;
}
.right-grey .content{
    font-family:"Roboto Condensed",sans-serif;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    text-align:center;
    padding:25px;
}
.grey:before{
    border-style: solid;
    border-width: 0 25px 60px 0;
    border-color: transparent #58585a transparent transparent;
    content:"";
    left:-25px;
    position:absolute;
}
.grey{
    z-index:1;
    background-color:#58585a;
    position:relative;
    height:60px;
    float:right;
    color:#fff;
}

.grey .content{
    float:right;
    padding:15px 20px 15px 50px;
}
.form-control{
    border-radius:0;
    border:0;
}

.grey .btn{padding:5px 12px; border:none;}

.bnr{
    min-height:450px;
}

.banner-wrapper{
    position:relative;
}


.banner-wrapper .banner{
    width:100%;
    position:absolute;
    overflow:hidden;
}


section{
    width:100%;
}

.menu{
    position:absolute;
    z-index:100;
}

#services{
    color: #f1fafe;
    background-color: rgba(0, 140, 154, 0.31);
}

#services .row,
#services2 .row{
    padding:50px 0;
}

#services h1, 
#services2 h1
{
    background-color: rgba(0, 140, 154, 0.6);
    font-size:30px;
    padding:20px;
    text-align:center;
    color:#fff;
    font-weight:300;
    margin:0;
}
    #services h1:before,
    #services2 h1:before {
        content:" ";
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 80px;
        height: 2px;
        margin-left:-100px;
        margin-top:18px;
    }
    #services h1:after,
    #services2 h1:after {
        content:" ";
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 80px;
        height: 2px;
        margin-left:20px;
        margin-top:18px;
    }

    #services h2 {
        font-size: 30px;
        font-family: "Roboto Condensed",sans-serif;
        color: rgb(0, 140, 154);
        font-weight: bold;
    }
    #services p{
        min-height:45px;
    }

    #services a {
        color:#fff;
        text-decoration:none;
    }

    #services a:hover{
        color:rgb(0, 140, 154);
    }

#services2{
    color: #f1fafe;
    background-color: rgb(0, 140, 154);
    padding:50px 0;
}

#services2 .services-panel{
    background-color:#fff;
    text-align:center;
}

    #services2 .services-panel .header {
        background: #003f45;
        border-top: 2px #fff solid;
        height: 95px;
        margin-bottom:30px;
    }

    #services2 .services-panel .detail {
        padding:20px;
        color: rgb(86, 117, 141);
        font-size: 16px;
        margin-top:0;
    }

    #services2 .services-panel .detail h2{
        font-size: 24px;
        color: rgb(36, 60, 79);
        font-weight: bold;
    }

        #services2 .services-panel .detail p {
            min-height:70px;
        }

    #services2 .services-panel .detail a{
        font-size: 16px;
        color: rgb(36, 60, 79);
    }

    #services2 .iconbg {
        margin: 40px auto;
        /*position: relative;
        top: 40px;
        left: 35%;*/
        line-height:98px;
        font-size:40px;
        border-radius: 50%;
        box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
        width: 98px;
        height: 98px;
    }

    .iconbg.red{
        background-color: rgb(236, 86, 70);
    }

    .iconbg.green{
        background-color: rgb(112, 209, 81);
    }
    .iconbg.purple{
        background-color: rgb(120, 82, 229);
    }

#wcu{
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 50px 0;
}

#wcu .content {
    margin:150px 0;
    padding:40px 100px;
    color:#fff;
    background-color: rgba(0, 43, 48, 0.729);
}
#wcu h1,
#offices h1{
    color:#fff;
    font-size:30px;
    font-family:"Roboto Condensed",sans-serif;
    font-weight:bold;
    text-align:center;
}

    #wcu h1:before,
    #offices h1:before {
        content:" ";
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 40px;
        height: 5px;
        margin-left:-60px;
        margin-top:15px;
    }
    #wcu h1:after,
    #offices h1:after {
        content:" ";
        background-color: rgb(255, 255, 255);
        position: absolute;
        width: 40px;
        height: 5px;
        margin-left:20px;
        margin-top:15px;
    }

#wcu h2{
    font-size:16px;
}

#wcu .hline{
    background-color: rgba(255, 255, 255,0.302);
    width: 50px;
    height: 1px;
}

#wcu p{
    margin-top:40px;
}


#offices {
  background-color: rgb(247, 254, 255);
  padding:50px 0;
}

#offices h1 {
  margin:40px 0;
  color: rgb(0, 140, 154);
}


#offices h1:before {
  background-color: rgb(0, 140, 154);
}

#offices h1:after {
  background-color: rgb(0, 140, 154);
}

#offices [class*="col-"] div {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 10px 0px rgba(2, 2, 2, 0.1);
  /*padding:25px 20px;*/
  padding:5px 20px;
}

#offices [class*="col-"] div h2 {
  font-size: 16px;
  color: rgb(0, 140, 154);
  font-weight: bold;
}

#offices [class*="col-"] div p {
  font-size: 14px;
  color: rgb(128, 128, 128);
}

#offices [class*="col-"] div a{
  font-size: 12px;
  color: rgb(0, 140, 154);
  font-weight: bold;
}

#plane {
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0;
    font-family:"Roboto Condensed",sans-serif;
}

    #plane h1 {
        font-size: 100px;
        color: rgb(246, 254, 255);
        font-weight: bold;
        line-height: 1.167;
        text-align: center;
        text-transform: uppercase;
    }

    #plane h2 {
        font-size: 40px;
        color: rgb(246, 254, 255);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 3.334;
        text-align: center;
    }


footer{
  background-color: rgb(0, 43, 48);
  width: 100%;
}

    footer [class*="col-"]{
        padding-top:60px;
    }
    footer [class*="col-"].rightborder{
        padding-right: 0;
        border-right: 1px rgb(46, 73, 95) solid;
    }
    footer h1 {
        font-size: 23px;
        color: #fff;
        font-weight: 300;
    }

    footer p {
        padding-top: 40px;
        padding-right: 50px;
        font-size: 15px;
        color: rgb(99, 131, 156);
    }


    footer .border {
        width: 100%;
        height: 30px;
        border-bottom: 1px rgb(46, 73, 95) solid;
    }


    footer .hline {
        background-color: rgb(0, 180, 250);
        width: 21px;
        height: 2px;
    }

    footer .bottom {
        background-color: rgb(0, 63, 69);
        width: 100%;
        height: 45px;
        line-height:45px;
        color: rgb(99, 131, 156);
    }

    footer .form-control {
        height: 50px;
        background-color: #fff;
        box-shadow: 0.087px 0.996px 5px 0px rgba(0, 0, 0, 0.22);
        /*width: 220px;*/
    }

    footer .btn-pink {
        height: 50px;
    }

    footer ul{
        list-style:none;
        padding:0;        
    }
    footer ul li{
        float:left;
        line-height:40px;
        padding:0 15px;
    }
        footer ul li:first-child {
            padding-left:0;
        }


.img-responsive {
    margin: 0 auto!important;
}

.btn {border-radius:0;}

.btn-green { 
  color: #fff; 
  background-color: #008C9A; 
  border-color: #007A85; 
} 
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #fff; 
  background-color: #016E78; 
  border-color: #007A85; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #008C9A; 
  border-color: #007A85; 
} 
 
.btn-green .badge { 
  color: #008C9A; 
  background-color: #fff; 
}

.btn-pink { 
  color: #ffffff; 
  background-color: #EC5646; 
  border:0;
  /*border-color: #B33527;*/ 
} 
 
.btn-pink:hover, 
.btn-pink:focus, 
.btn-pink:active, 
.btn-pink.active, 
.open .dropdown-toggle.btn-pink { 
  color: #ffffff; 
  background-color: #EC5646; 
  /*border-color: #B33527;*/ 
} 
 
.btn-pink:active, 
.btn-pink.active, 
.open .dropdown-toggle.btn-pink { 
  background-image: none; 
} 
 
.btn-pink.disabled, 
.btn-pink[disabled], 
fieldset[disabled] .btn-pink, 
.btn-pink.disabled:hover, 
.btn-pink[disabled]:hover, 
fieldset[disabled] .btn-pink:hover, 
.btn-pink.disabled:focus, 
.btn-pink[disabled]:focus, 
fieldset[disabled] .btn-pink:focus, 
.btn-pink.disabled:active, 
.btn-pink[disabled]:active, 
fieldset[disabled] .btn-pink:active, 
.btn-pink.disabled.active, 
.btn-pink[disabled].active, 
fieldset[disabled] .btn-pink.active { 
  background-color: #EC5646; 
  /*border-color: #B33527;*/ 
} 
 
.btn-pink .badge { 
  color: #EC5646; 
  background-color: #ffffff; 
}

.pt0{padding-top:0px!important;}
.pl0{padding-left:0!important;}
.pr0{padding-right:0!important;}
.ml15{margin-left:15px!important;}
.mr15{margin-right:15px!important;}

.ml10{margin-left:10px!important;}

.mt0{margin-top:0!important;}
.mt5{margin-top:05px!important;}
.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}

.mb0{margin-bottom:0!important;}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}


.detail-banner{
    height:195px;
}

.detail-banner .banner{
    height: 195px;
    width:100%;
    background-image: url('Content/Images/detail-head.jpg');
    /*background-attachment: fixed;*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.map-banner{
    height: 400px;
}

.map{
    height: 400px;
    width:100%;
}


section#details {
    margin-top: 40px;
}

#details.destek .list-group-item{padding:4px 10px;}

section#details .content{
    background-color: rgb(255, 255, 255);
    min-height: 500px;
    margin-bottom:40px;
    padding:40px;
}

section#details .sidebar {
  margin-bottom:40px;
}

#details h1{
    font-size: 26px;
    color:#000;

}

#details h2{
    color:rgb(8, 159, 174);
    font-size: 16px;
    font-weight:bold;
}

#details p{
    line-height:1.5em;
    margin-top:25px;
    text-align:justify;
}

.text-green{
    color:rgb(8, 159, 174);
}

#details p:first-child{
    margin-top:0;
}

#details .nav{
    
}

.panel-default {
    border:none;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body{
    padding:20px;
}

.panel-default > .panel-heading {
    color: #333333;
    border-color: none;
    background-color:#fff;
    padding: 10px 15px;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #003366;
    font-size: 20px;
    font-weight: 300;
    margin-top: 0;
}

.dl-horizontal dt{text-align:left; width:150px; padding-top:5px; }
.dl-horizontal dd{margin-left:0px; padding-bottom:10px; padding-top:10px; border-bottom:1px #ddd solid; }

.list-group{

}

a.list-group-item{
    color: rgb(138, 138, 138);
}

.list-group-item{
    font-family: "Roboto Condensed";
    font-size: 14px;
    color: rgb(128, 128, 128);
    border-right:0;
    border-left:0;
}
.list-group-item:first-child{
    border-top:0;
}
.list-group-item:last-child{
    border-bottom:0;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    border-color: #337ab7;
    border-radius:0;
    background-color:rgb(8, 159, 174);
}

.label-blue {
    background-color: #003366;
}

.labelbig {
    display:inline-block;
    padding: 15px 40px 15px 15px;
    color: #ffffff;
    font-size:12px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: rgb(8, 159, 174);
}

.nav-pills.blue > li.active > a, .nav-pills.blue > li.active > a:hover, .nav-pills.blue > li.active > a:focus {
    color: #ffffff;
    background-color: #003366;
}

.nav-pills.blue > li > a {
    border-radius: 0;
    padding: 15px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li.divider{
    height:30px;
    width:1px;
    background-color:#ccc;
    margin:0 10px;
}

.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #ffffff;
    background-color: #c7c7c7;
}

#details .nav > li > a {
    position: relative;
    padding: 5px 15px;
    white-space:nowrap;
}


.grey .form-control {
  background-color: rgb(242, 242, 242);
  height:30px;
}

.form-control{
    height: 40px;
    background-color: #fff;
    border:1px rgb(234, 234, 234) solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color:  rgb(132, 132, 132);
}

.form-control:focus {
    border-color: rgb(234, 234, 234);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 105, 115, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(1, 105, 115, 0.6);
}

.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:0;
  padding-left:0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right:0;
}
/* remove left padding from last column */
.row.no-gutter [class*='col-']:last-child {
  padding-left:0;
}

.row.gutter5 [class*='col-']:not(:first-child):not(:last-child) {
  padding-right:2px;
  padding-left:2px;
}
/* remove right padding from first column */
.row.gutter5 [class*='col-']:first-child {
  padding-right:2px;
}
/* remove left padding from last column */
.row.gutter5 [class*='col-']:last-child {
  padding-left:2px;
}

@media (max-width: 768px) {
    h1:before,h1:after{
        display:none;
    }
    #wcu .content{
        padding:20px;
    }

    #plane h1{
        font-size:40px;
    }

    #plane h2{
        font-size:15px;
    }

    #services .col-sm-4,#services2 .col-sm-4, #offices .col-sm-4{
        margin-top:20px;
    }

    footer [class*="col-"] {
        padding-top: 20px;
    }
        footer [class*="col-"]:first-child {
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    footer .form-control {

        margin-bottom:10px;
    }
    footer p {
        padding-right:0;
    }
    .services-container{
        background-color:#000;
    }

    .menu {position:relative;}
    .menu .container{padding-left:0; padding-right:0;}
    

}
@media (max-width:992px){

}

@media (min-width:992px){

}

@media (min-width: 768px) {
         #services {
        position: absolute;
        z-index: 100;
        bottom: 0px;
    }
.navbar {
    min-height: 60px;
    margin-top:-30px;
}
    .navbar-right {
        margin-right: 0px;
    }
    .navbar .nav > li > a {
        padding: 20px 30px;
    }

    .navbar-collapse {
        padding-left: 0px;
        padding-right:0;
    }

    .navbar .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }


    footer .form-control{
        /*width:220px;*/
    }
}

