#t3-mainnav {
  background-color: #184688;
  background: -webkit-gradient(linear, left top, left bottom, from(#184688), to(#0184d5));
  background: -webkit-linear-gradient(top, #184688, #0184d5);
  background: -moz-linear-gradient(top, #184688, #0184d5);
  background: -ms-linear-gradient(top, #184688, #0184d5);
  background: -o-linear-gradient(top, #184688, #0184d5);
  border: none;
}
#t3-mainnav .nav.navbar-nav > li > a {
  color: #FFF;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 45px;
  padding-right: 45px;
}
#t3-mainnav .nav.navbar-nav > li.active > a {
  background: #0184d5;
}
#t3-header {
  padding-top: 0;
  padding-bottom: 0;
}
.head-search {
  font-weight: 300;
  font-size: 18px;
  color: #184688;
  margin-top: 10px;
}
#t3-footer {
  background: url('../../../templates/t3_bs3_blank/images/bg-footer.png') repeat;
  color: #9da3a8;
}
#footer-menu {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
#footer-menu li {
  display: inline;
}
#footer-menu li a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}
#t3-content {
  color: #184688;
}
.header-wrap {
  position: relative;
}
.header-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header-bottom {
  position: relative;
  z-index: 200;
  background: rgba(255, 255, 255, 0.8);
}
.body-wrap {
  z-index: 300;
  position: relative;
}
.home .body-wrap {
  margin-top: 495px;
}
#t3-mainbody {
  background: rgba(255, 255, 255, 0.89);
  padding-top: 0;
  padding-bottom: 0;
}
.module.quick-contact .module-title {
  background: url('../../../templates/t3_bs3_blank/images/contact-bg.png') right top no-repeat;
  padding-top: 39px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.module.quick-contact .module-title span {
  background-color: rgba(35, 31, 32, 0.1);
  display: block;
  padding: 10px;
  padding-bottom: 0;
}
.module.quick-contact .module-ct {
  background-color: rgba(35, 31, 32, 0.1);
  padding: 10px;
}
.module.quick-contact .module-ct .formCaption2 {
  font-weight: 600;
}
.module.quick-contact .module-ct .formBody {
  float: none !important;
}
.module.quick-contact .module-ct input[type=text],
.module.quick-contact .module-ct textarea {
  border: 1px solid #333;
  border-radius: 0;
  width: 100%;
}