body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .t3-header .col-xs-5 {
    padding-right: 0;
  }
}
.head-login #login-form .userdata > div {
  float: left;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-mainbody > .row {
  border: 1px solid #e7e8e6;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 992px) {
  .t3-mainbody > .row {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody.two-sidebar .col-md-6 {
    width: 60%;
  }
  .t3-mainbody.two-sidebar .col-md-6.col-md-push-3 {
    left: 20%;
  }
  .t3-mainbody.two-sidebar .t3-sidebar {
    width: 20%;
  }
  .t3-mainbody.two-sidebar .t3-sidebar.col-md-pull-6 {
    right: 60%;
  }
}
.t3-content-mass-bottom {
  margin-top: 30px;
}
.t3-content {
  padding: 20px;
}
@media (min-width: 992px) {
  .t3-content {
    padding: 30px;
  }
}
.t3-content.col-xs-6 {
  border-left: 1px solid #e7e8e6;
  border-right: 1px solid #e7e8e6;
}
.t3-content.col-md-9 {
  border-right: 1px solid #e7e8e6;
}
.t3-content.col-md-9.col-md-push-3 {
  border-left: 1px solid #e7e8e6;
  border-right: 0;
}
@media (max-width: 767px) {
  .t3-content.col-md-9.col-md-push-3 {
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .t3-content.col-md-6.col-md-push-3 {
    border-left: 1px solid #e7e8e6;
    border-right: 1px solid #e7e8e6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-sidebar.col-sm-6 + .col-sm-6 {
    border-left: 1px solid #e7e8e6;
  }
}
.t3-sidebar .nav > li > a {
  color: #333333;
  padding: 0;
}
.t3-sidebar .nav > li > a:hover,
.t3-sidebar .nav > li > a:focus,
.t3-sidebar .nav > li > a:active {
  background: transparent;
  color: #2c79b3;
}
.t3-sidebar .nav > li > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
  float: right;
  margin-top: 10px;
}
.t3-sidebar .nav > li.active > a,
.t3-sidebar .nav > li.open > a {
  background: transparent;
  color: #2c79b3;
}
.t3-sidebar .nav > li.active > a .caret,
.t3-sidebar .nav > li.open > a .caret {
  border-top-color: #2c79b3;
  border-bottom-color: #2c79b3;
}
.t3-sidebar .nav > li + li {
  border-top: 1px solid #e7e8e6;
  padding-top: 10px;
  margin-top: 10px;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer .footer-items {
  background: linear-gradient(#ffffff, #f8f8f7);
  border: 1px solid #e7e8e6;
  color: #555555;
  padding: 30px;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media (min-width: 992px) {
  .t3-footnav {
    margin-left: -30px;
    margin-right: -30px;
  }
  .t3-footnav > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .t3-footnav {
    display: flex;
  }
}
@media (min-width: 768px) {
  .t3-footnav > div + div {
    border-left: 1px solid #e7e8e6;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #555555;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  background: transparent;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
  text-transform: uppercase;
}
.t3-footnav .t3-module .module-ct {
  background: transparent;
}
.t3-footnav .t3-module .module-ct img {
  margin-top: 5px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #555555;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #555555;
}
.t3-copyright {
  color: #555555;
  font-size: 12px;
  padding: 40px 0 80px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .nav {
  margin-bottom: 15px;
}
.t3-copyright .nav > li {
  display: inline-block;
}
.t3-copyright .nav > li + li {
  border-left: 1px solid #e7e8e6;
  padding-left: 20px;
  margin-left: 20px;
}
.t3-copyright .nav > li a {
  color: #2c79b3;
  padding: 4px 0;
  line-height: 1;
}
.t3-copyright .nav > li a:hover,
.t3-copyright .nav > li a:focus,
.t3-copyright .nav > li a:active {
  background: transparent;
  color: #1d4f76;
}
.t3-copyright .nav > li.active > a {
  background: transparent;
  color: #1d4f76;
}
.copyright {
  margin-bottom: 20px;
}
.t3-logo,
.t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
.back-to-top .btn {
  border: 0;
  border-radius: 0;
  background-color: #2c79b3;
  color: #ffffff;
  padding: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.back-to-top .btn .fa {
  margin-right: 0;
}
.back-to-top.affix .btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.left {
  float: left;
}
.left.img-boder {
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
img.img-bottom {
  margin-right: 10px;
}
div.ja-innerdiv + .ja-innerdiv {
  border-top: 1px solid #e7e8e6;
  color: #555555;
  margin-top: 10px;
  padding-top: 10px;
}
div.ja-innerdiv img {
  border: 1px solid #e7e8e6;
  margin: 2px 15px 0 0;
  padding: 2px;
  max-width: 55px;
}
div.ja-innerdiv h4 {
  font-weight: normal;
  text-transform: uppercase;
}
blockquote.testimonial + .testimonial {
  border-top: 1px solid #e7e8e6;
  padding-top: 10px;
  margin-top: 10px;
}
blockquote.testimonial span {
  display: block;
  margin-top: 5px;
}
blockquote.testimonial span .fa {
  color: #999999;
  margin-right: 4px;
}
.acm-slideshow {
  margin: -20px -20px 20px -20px;
}
@media (min-width: 992px) {
  .acm-slideshow {
    margin: -30px -30px 20px -30px;
  }
}
.ja-slide-main-wrap {
  max-width: 100%;
}