.t3-header {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #26292d;
  position: relative;
  z-index: 3;
}
.logo {
  text-align: left;
  position: relative;
  z-index: 1;
}
.logo a {
  display: inline-block;
  margin: 0;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 20px;
  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;
}
.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-subnav {
  background: #fe6945;
}
.t3-subnav ul.menu,
.t3-subnav #menu-carousel {
  padding-right: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .t3-subnav ul.menu,
  .t3-subnav #menu-carousel {
    padding-right: 0;
  }
}
.t3-subnav ul.menu .owl-controls,
.t3-subnav #menu-carousel .owl-controls {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 13px;
}
@media (max-width: 991px) {
  .t3-subnav ul.menu .owl-controls,
  .t3-subnav #menu-carousel .owl-controls {
    display: none;
  }
}
.t3-subnav ul.menu .owl-controls .owl-nav div,
.t3-subnav #menu-carousel .owl-controls .owl-nav div {
  margin: 0;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  text-indent: -999em;
  width: 40px;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.t3-subnav ul.menu .owl-controls .owl-nav div:before,
.t3-subnav #menu-carousel .owl-controls .owl-nav div:before {
  content: "\f053";
  font-family: 'FontAwesome';
  position: absolute;
  left: 16px;
  text-indent: 0;
}
.t3-subnav ul.menu .owl-controls .owl-nav div:hover,
.t3-subnav #menu-carousel .owl-controls .owl-nav div:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.t3-subnav ul.menu .owl-controls .owl-nav div.owl-prev,
.t3-subnav #menu-carousel .owl-controls .owl-nav div.owl-prev {
  margin-right: 5px;
}
.t3-subnav ul.menu .owl-controls .owl-nav div.owl-next:before,
.t3-subnav #menu-carousel .owl-controls .owl-nav div.owl-next:before {
  content: "\f054";
}
.t3-subnav ul.menu .owl-dots,
.t3-subnav #menu-carousel .owl-dots {
  display: none;
}
.t3-subnav ul.menu .owl-item > div,
.t3-subnav #menu-carousel .owl-item > div {
  margin-right: 15px;
  position: relative;
}
.t3-subnav ul.menu > li > a,
.t3-subnav #menu-carousel > li > a,
.t3-subnav ul.menu .owl-item a,
.t3-subnav #menu-carousel .owl-item a {
  color: #ffffff;
  padding-left: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-right: 15px;
  display: block;
}
.t3-subnav ul.menu > li > a:after,
.t3-subnav #menu-carousel > li > a:after,
.t3-subnav ul.menu .owl-item a:after,
.t3-subnav #menu-carousel .owl-item a:after {
  content: "";
  height: 2px;
  width: 0;
  display: block;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.t3-subnav ul.menu > li > a:before,
.t3-subnav #menu-carousel > li > a:before,
.t3-subnav ul.menu .owl-item a:before,
.t3-subnav #menu-carousel .owl-item a:before {
  font-family: FontAwesome;
  margin-right: 5px;
}
.t3-subnav ul.menu > li > a:hover,
.t3-subnav #menu-carousel > li > a:hover,
.t3-subnav ul.menu .owl-item a:hover,
.t3-subnav #menu-carousel .owl-item a:hover,
.t3-subnav ul.menu > li > a:active,
.t3-subnav #menu-carousel > li > a:active,
.t3-subnav ul.menu .owl-item a:active,
.t3-subnav #menu-carousel .owl-item a:active,
.t3-subnav ul.menu > li > a:focus,
.t3-subnav #menu-carousel > li > a:focus,
.t3-subnav ul.menu .owl-item a:focus,
.t3-subnav #menu-carousel .owl-item a:focus {
  background: none;
  color: #ffffff;
}
.t3-subnav ul.menu > li > a:hover:after,
.t3-subnav #menu-carousel > li > a:hover:after,
.t3-subnav ul.menu .owl-item a:hover:after,
.t3-subnav #menu-carousel .owl-item a:hover:after,
.t3-subnav ul.menu > li > a:active:after,
.t3-subnav #menu-carousel > li > a:active:after,
.t3-subnav ul.menu .owl-item a:active:after,
.t3-subnav #menu-carousel .owl-item a:active:after,
.t3-subnav ul.menu > li > a:focus:after,
.t3-subnav #menu-carousel > li > a:focus:after,
.t3-subnav ul.menu .owl-item a:focus:after,
.t3-subnav #menu-carousel .owl-item a:focus:after {
  width: 100%;
}
.t3-subnav ul.menu > li.active > a,
.t3-subnav #menu-carousel > li.active > a,
.t3-subnav ul.menu .owl-item .active a,
.t3-subnav #menu-carousel .owl-item .active a {
  background: none;
  color: #ffffff;
}
.t3-subnav ul.menu > li.active > a:after,
.t3-subnav #menu-carousel > li.active > a:after,
.t3-subnav ul.menu .owl-item .active a:after,
.t3-subnav #menu-carousel .owl-item .active a:after {
  width: 100%;
}
.owl-stage {
  cursor: move;
}
.t3-section {
  position: relative;
  z-index: 1;
}
.t3-section .t3-module {
  margin-bottom: 0;
}
.t3-section .section-title {
  text-align: center;
  color: #4c5560;
  margin-bottom: 52px;
}
.t3-section .section-title span {
  display: block;
  margin-bottom: 6.5px;
}
.t3-section .section-title .section-intro {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.857;
  color: #7c828a;
}
.t3-section .section-inner {
  padding-top: 78px;
  padding-bottom: 78px;
}
.t3-section .section-inner:before,
.t3-section .section-inner:after {
  display: table;
  content: " ";
}
.t3-section .section-inner:after {
  clear: both;
}
.t3-section .section-inner.section-primary {
  background: #1d9bdc;
  color: #ffffff;
}
.t3-section .section-inner.section-grey {
  background: #f7f7f7;
}
.t3-section .section-inner.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-section .section-inner.sm-padding {
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (max-width: 767px) {
  .t3-spotlight > div {
    margin-bottom: 26px;
  }
}
.t3-sl {
  padding-bottom: 52px;
  padding-top: 52px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 78px;
    padding-top: 78px;
  }
}
.t3-sl .module-title {
  font-size: 24px;
  font-weight: 400;
}
.t3-sl .t3-module:last-child {
  margin-bottom: 0;
}
.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: #1e2024;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
#t3-footnav {
  background: #26292d;
  color: #6d717c;
}
.t3-footnav {
  padding: 26px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 52px 0;
  }
}
.t3-footnav .t3-module {
  background: #26292d;
  color: #6d717c;
  margin-top: 13px;
  margin-bottom: 13px;
}
.t3-footnav .t3-module .module-title {
  color: #e6edf3;
  font-size: 16px;
  margin-bottom: 26px;
}
.t3-footnav .t3-module .module-ct {
  color: #6d717c;
}
.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: #6d717c;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: none;
  color: #1d9bdc;
}
.t3-copyright {
  font-size: 12px;
  padding: 52px 0;
  color: #6d717c;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright a {
  color: #8c959f;
}
.t3-copyright a:hover,
.t3-copyright a:focus,
.t3-copyright a:active {
  color: #1d9bdc;
  text-decoration: none;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.com_users .componentheading {
  display: none;
}
.com_users .controls label.radio,
.com_users .controls label.checkbox {
  margin-left: 0;
}
.com_config .t3onoff label {
  height: 36px;
}
.com_config .radio input[type="radio"] {
  margin-left: 0;
}
.com_config .radio input[type="radio"] + label {
  margin-right: 10px;
}
.com_config .radio.btn-group input[type="radio"] + label {
  margin-right: 0;
}
.com_config .controls .inputbox {
  display: inline-block;
  vertical-align: top;
}
.com_config .modal.btn:hover,
.com_config .modal.btn:focus {
  color: #1d9bdc;
}
.com_config #jform_params_form_mode label {
  float: none;
  margin-right: 0;
}
table.jalist textarea,
table.jatable textarea {
  min-height: 40px;
}
#back-to-top.affix {
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 2;
}
#back-to-top .btn {
  background-color: #fe6945;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  padding: 0;
  border: 0;
}
#back-to-top .btn:hover {
  background-color: #fe552c;
}
#recaptcha_area {
  max-width: 230px;
}
@media (max-width: 444px) {
  .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 200px !important;
  }
  .recaptchatable #recaptcha_image img,
  .recaptchatable #recaptcha_image #recaptcha_challenge_image {
    width: 100%;
  }
  .recaptchatable,
  #recaptcha_area tr,
  #recaptcha_area td,
  #recaptcha_area th,
  #recaptcha_response_field {
    width: 100% !important;
  }
  .recaptchatable,
  #recaptcha_area tr,
  #recaptcha_area td,
  #recaptcha_area th {
    padding: 0 !important;
  }
}
.mod-preview-info {
  z-index: 2;
}