.ja-topbar {
  background-color: #262626;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 992px) {
  .ja-topbar {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 2;
  }
}
.ja-topbar .topbar-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ja-topbar .topbar-list > li {
  display: inline-block;
}
.ja-topbar .topbar-list > li + li {
  margin-left: 26px;
}
.header-bg .ja-topbar {
  position: relative;
  background-color: #252525;
}
.t3-header {
  padding-top: 26px;
  padding-bottom: 26px;
  width: 100%;
  background-color: #171717;
}
@media (min-width: 992px) {
  .t3-header {
    background-color: transparent;
    z-index: 3;
    position: absolute;
    top: 52px;
  }
}
@media (max-width: 991px) {
  .t3-header > .container {
    position: relative;
  }
}
.header-bg .t3-header {
  background-color: #171717;
  position: relative;
  top: 0;
}
.logo {
  text-align: left;
  min-height: 50px;
  line-height: 50px;
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.logo-text {
  padding: 13px 0;
  line-height: 24px;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.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: 26px;
}
.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: 52px;
  padding-top: 52px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 78px;
    padding-top: 78px;
  }
}
.section-inner .short-title {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.section-inner .block-title {
  text-align: center;
  margin: 0 auto 52px;
  width: 100%;
  line-height: 1.4;
  position: relative;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
.section-inner .block-title::after {
  content: "";
  width: 70px;
  height: 4px;
  display: block;
  margin: 26px auto 0;
  background-color: #f3a92f;
}
@media (max-width: 1199px) {
  .section-inner .block-title {
    font-size: 36px;
    width: 80%;
  }
}
@media (max-width: 991px) {
  .section-inner .block-title {
    font-size: 30px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .section-inner .block-title {
    font-size: 24px;
    width: 100%;
  }
}
.section-inner .block-intro {
  text-align: center;
  width: 80%;
  margin: 0 auto 52px;
  color: #fff;
}
.section-inner.acm-inview .block-title {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: alpha(opacity=100);
  opacity: 1;
}
.section-inner.acm-inview .short-title {
  transform: scale(1);
  -webkit-transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-mainbody {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-content {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-sidebar {
  padding-top: 26px;
  padding-bottom: 26px;
}
.t3-footer {
  background: #262626;
  color: #d0d0d0;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 104px 0 26px;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
.t3-footnav .t3-module {
  background: #262626;
  color: #d0d0d0;
  margin-top: 13px;
  margin-bottom: 13px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 26px;
}
.t3-footnav .t3-module .module-ct {
  color: #d0d0d0;
}
.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,
.t3-footnav .t3-module ul > li > span {
  color: #d0d0d0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-transform: uppercase;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > span:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > span:active,
.t3-footnav .t3-module ul > li > a:focus,
.t3-footnav .t3-module ul > li > span:focus {
  color: #f3a92f;
  background-color: transparent;
}
.t3-footnav .t3-module ul > li.active > a,
.t3-footnav .t3-module ul > li.active > span {
  background-color: transparent;
  color: #f3a92f;
}
.t3-footnav .mod-preview-wrapper {
  margin-top: 13px;
  margin-bottom: 13px;
}
.t3-footnav .mod-preview-wrapper > .t3-module {
  margin-top: 0;
  margin-bottom: 0;
}
.t3-copyright {
  font-size: 12px;
  padding: 26px 0 0px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.poweredby {
  margin-bottom: 26px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
}
.back-to-top {
  position: fixed;
  bottom: 52px;
  right: 52px;
  z-index: 100;
}
.back-to-top .btn {
  background-color: #f3a92f;
  color: #ffffff;
  padding: 0;
  height: 60px;
  width: 60px;
  -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:hover,
.back-to-top .btn:focus,
.back-to-top .btn:active {
  background: #e2920d;
  color: #ffffff;
}
.back-to-top .btn .fa {
  margin-right: 0;
}
@media (max-width: 991px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top.affix .btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.responsive {
  width: 100%;
  height: auto;
}
.timeline-panel .title {
  color: #261341 !important;
  font-weight: 700;
}
.timeline-item .timeline-panel.left-part {
  text-align: left !important;
}