 ul.navbar-nav > li {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 15px;
}
 
 .tint {
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
    box-shadow: rgba(0,0,0,.2) 3px 5px 5px;
  }
  
  .tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,70,123, 0.6);
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
  }
  /*
    .tint:hover:before {
    background: none;
  }*/
  
h4.panel-title {
    padding-right: 17px;
}

#main-slide h3 {text-align:center;
    font-size: 37px;}
    
	#main-slide h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 66px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 0 0 8px #000000;
    text-align: center;
    color: #ffffff;
	    margin-top: 100px;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.slider2-content .slider-text {
    margin-top: -88px;
}


.footer-logo {
    margin-top: 22px;
    margin-bottom: 10px;
}

.navbar-brand {
    padding: 15px 15px;
}

.logo, .logo-tes {
    width: 375px;
}

.logo-tes {
    height: 80px;
    background: url(/images/tes-logo-web.png) no-repeat;
}


.footer-about-us a, .box-title a {
color:#fff;
}

.who-we-box {
    height: 225px;
    width: 225px;
    margin-bottom: 25px;
}
.who-we-box h4 {
    font-size: 24px;
    line-height: 28px;
}

.feature-img-icon-box .feature-img-content h3 {
    font-size: 18px;
    max-width: 210px;
}

@media (min-width: 768px) {
.navbar-nav {
    float: left;
    margin-top: 52px;
}
}



@media only screen and (max-width: 767px) {
	#main-slide h2 {
    font-size: 2.5em !important;
    margin-left: -19px;
    margin-top: 40px;
}
	#main-slide h3 {
    font-size: 1.5em !important;
    margin-left: -81px;
        padding-left: 38px;
    padding-right: 30px;
}
}


.modal-dialog {
    margin-top: 100px;
}


.active {
color: #428bca;
}

.notactive {
color: #fff;
}

.top-social li a {
    font-size: 19px;

}
.wesi-backlink > a:before, ul.navbar-nav > li.active > a:before {
    border-color: !important;
    position: inherit!important;
    content: " ";
    width: inherit!important;
    height: inherit!important;
    bottom: inherit!important;
    margin-left: inherit!important;
    left: inherit!important;
    border-width: inherit!important;
    border-style: inherit!important;
    z-index: inherit!important;
}
.wesi-backlink >a, ul.navbar-nav>li.active>a {
    color: inherit!important;
    position: relative!important;
}
.wesi-backlink >a:after, ul.navbar-nav>li.active>a:after {
    position: absolute;
    content: '';
    background: inherit!important;
    left: inherit!important;
    bottom: inherit!important;
    width: inherit!important;
    height: inherit!important;
}
.wesi-backlink{
color: rgb(123, 199, 77);
}