.section-separators {
  overflow: hidden;
}
.layout-home .t3-masthead {
  min-height: 100vh;
  width: 100%;
  flex-flow: column nowrap;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
  padding-top: 192px;
  padding-bottom: 192px;
}
@media (max-width: 991px) {
  .layout-home .t3-masthead {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .layout-home .t3-masthead {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.layout-home .t3-masthead::before {
  display: none;
}
.layout-home .t3-masthead .container {
  position: relative;
  z-index: 2;
}
.layout-home .t3-masthead .module-inner {
  padding: 64px;
}
@media (max-width: 767px) {
  .layout-home .t3-masthead .module-inner {
    padding: 32px;
  }
}
.layout-home .t3-masthead .t3-module {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.layout-home .t3-masthead .t3-module.mod-nobg {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.layout-home .t3-masthead .module-ct {
  padding: 0;
}
.layout-home .t3-masthead .module-title {
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.layout-home .t3-masthead .module-intro {
  margin-bottom: 24px;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.layout-home .t3-masthead .t3-masthead-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.layout-home .t3-mastcol {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e8e9e9;
}
.layout-home .t3-mastcol .nav-tabs {
  text-align: right;
}
.layout-home .t3-mastbot .module-ct {
  padding: 0;
}
.layout-home .t3-mastbot .t3-module {
  margin-bottom: 0;
}
.layout-home .t3-mastbot .module-inner {
  position: relative;
}
.layout-home .t3-mastbot .module-inner .badge {
  right: 0;
}
.layout-home .t3-mastbot .module-intro {
  padding: 24px;
  text-align: center;
}
.layout-social-home {
  text-align: center;
}
@media (max-width: 991px) {
  .layout-social-home .t3-masthead {
    padding-bottom: 192px;
  }
}
@media (max-width: 767px) {
  .layout-social-home .t3-masthead {
    padding-bottom: 192px;
  }
}
.layout-social-home .t3-header {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .layout-social-home .t3-header .head-right {
    width: 100%;
  }
  .layout-social-home .t3-header .head-right > div {
    float: none;
    text-align: center;
  }
  .layout-social-home .t3-header .head-right .nav-stacked > li {
    display: inline-block;
    float: none;
  }
}
.layout-social-home .t3-masthead::before {
  display: none;
}
.layout-social-home .t3-masthead .container {
  position: relative;
  z-index: 2;
}
.layout-social-home .t3-masthead .col-lg-12 .t3-module {
  max-width: 448px;
  margin: auto;
}
.layout-social-home .t3-masthead .t3-module {
  border-radius: 4px;
}
.layout-social-home .t3-masthead .t3-masthead-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.layout-social-home .t3-footer {
  background: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.t3-header {
  background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  top: 40px;
  width: 100%;
  z-index: 4;
  transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
  -webkit-transition: padding-top 400ms, padding-bottom 400ms, box-shadow 400ms;
}
.t3-header:before,
.t3-header:after {
  display: table;
  content: " ";
}
.t3-header:after {
  clear: both;
}
.has-masthead .t3-header {
  background: none;
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .has-masthead .t3-header {
    background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
    background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
    background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
    background-repeat: repeat-x;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .t3-header.header-trans {
    background: transparent;
    top: 0;
  }
}
@media (min-width: 992px) {
  .t3-header.affix {
    position: fixed;
    top: 0;
    z-index: 1030;
  }
}
.t3-header.affix {
  background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  padding-top: 12px;
  padding-bottom: 12px;
}
.t3-header .t3-mainnav .nav > li {
  display: inline-block;
}
.t3-header .t3-mainnav .nav > li > a,
.t3-header .t3-mainnav .nav > li > span,
.t3-header .t3-mainnav .nav > li > .nav-header {
  padding: 10px 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.t3-header .nav > li {
  font-size: 11px;
}
.t3-header .nav > li > a,
.t3-header .nav > li > span,
.t3-header .nav > li > .nav-header {
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  text-transform: uppercase;
}
.t3-header .head-right .btn {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  margin-left: 12px;
  border: 0;
}
.t3-header .head-right .btn:hover,
.t3-header .head-right .btn:focus,
.t3-header .head-right .btn:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.t3-header .head-right .btn.btn-secondary:hover,
.t3-header .head-right .btn.btn-secondary:focus,
.t3-header .head-right .btn.btn-secondary:active {
  background-color: #ff2c2c;
}
.t3-header .head-right .btn.btn-default:hover,
.t3-header .head-right .btn.btn-default:focus,
.t3-header .head-right .btn.btn-default:active {
  background-color: #d8dcdf;
}
.t3-header .head-right .btn.btn-primary:hover,
.t3-header .head-right .btn.btn-primary:focus,
.t3-header .head-right .btn.btn-primary:active {
  background-color: #1a1a1a;
}
.t3-header .head-right .btn.btn-warning:hover,
.t3-header .head-right .btn.btn-warning:focus,
.t3-header .head-right .btn.btn-warning:active {
  background-color: #ff3131;
}
.t3-header .head-right .btn.btn-danger:hover,
.t3-header .head-right .btn.btn-danger:focus,
.t3-header .head-right .btn.btn-danger:active {
  background-color: #c9302c;
}
.t3-header .head-right .btn.btn-success:hover,
.t3-header .head-right .btn.btn-success:focus,
.t3-header .head-right .btn.btn-success:active {
  background-color: #047f4e;
}
.t3-header .head-right .btn.btn-info:hover,
.t3-header .head-right .btn.btn-info:focus,
.t3-header .head-right .btn.btn-info:active {
  background-color: #31b0d5;
}
.t3-header .head-right .btn.btn-inverse:hover,
.t3-header .head-right .btn.btn-inverse:focus,
.t3-header .head-right .btn.btn-inverse:active {
  background-color: #1a1a1a;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image {
  height: 32px;
  line-height: 32px;
}
.logo-image a {
  display: inline;
}
.logo-image img {
  max-height: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  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: 15px;
  margin-top: 5px;
}
.head-search {
  margin-top: 24px;
}
.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;
  }
}
.head-right > div {
  float: right;
}
.head-right .off-canvas-toggle {
  float: right;
}
.head-right .nav > li {
  float: right;
}
.head-right .nav > li a {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  margin-left: 12px;
  border-radius: 4px;
}
.head-right .nav > li a:hover,
.head-right .nav > li a:focus,
.head-right .nav > li a:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.head-right .nav > li + li {
  margin-top: 0;
}
.head-right .nav > li:last-child a {
  margin-left: 0;
}
@media (max-width: 991px) {
  .t3-header {
    position: relative !important;
    top: 0 !important;
    border-bottom: 0 !important;
  }
  .t3-header .logo {
    width: auto;
  }
  .t3-header .head-right {
    width: auto;
    float: right;
  }
  .t3-header .t3-mainnav {
    width: auto;
    float: right;
    padding-left: 0;
    position: static;
  }
}
@media (max-width: 480px) {
  .t3-header .off-canvas-toggle {
    margin-left: 5px;
  }
  .t3-header .navbar-default .navbar-toggle {
    margin-right: 0;
    margin-left: 5px;
  }
  .t3-header .head-right {
    padding-left: 0;
    padding-right: 0;
  }
  .t3-header .head-right .nav-stacked > li a,
  .t3-header .head-right .btn {
    margin-left: 5px;
  }
  .t3-header .logo {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.ja-topbar {
  background-color: #182024;
  color: #999999;
  height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.ja-topbar:empty {
  display: none;
}
@media (max-width: 991px) {
  .ja-topbar {
    position: relative;
    height: auto;
  }
}
.topbar-right:before,
.topbar-right:after {
  display: table;
  content: " ";
}
.topbar-right:after {
  clear: both;
}
.topbar-right > div {
  float: right;
}
.topbar-right .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 11px;
}
.topbar-right .social-list:before,
.topbar-right .social-list:after {
  display: table;
  content: " ";
}
.topbar-right .social-list:after {
  clear: both;
}
.topbar-right .social-list > li {
  float: right;
  margin-right: 5px;
  padding-top: 5px;
  text-align: center !important;
}
.topbar-right .social-list > li a {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  display: block;
  height: 30px;
  text-align: center !important;
  width: 30px;
}
.topbar-right .social-list > li a:hover,
.topbar-right .social-list > li a:focus,
.topbar-right .social-list > li a:active {
  color: #ffffff;
}
.topbar-right .social-list > li a span {
  font-size: 14px;
  line-height: 30px;
}
.topbar-right #mod-finder-searchform {
  float: right;
}
.topbar-right .search,
.topbar-right div.finder {
  padding: 5px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topbar-right .search .control-label,
.topbar-right div.finder .control-label {
  display: none;
}
.topbar-right #mod-search-searchword63,
.topbar-right #mod-search-searchword,
.topbar-right #mod-finder-searchword {
  height: 30px;
  line-height: 30px;
  padding: 5px 12px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .topbar-right #mod-search-searchword63,
  .topbar-right #mod-search-searchword,
  .topbar-right #mod-finder-searchword {
    width: 100px;
  }
}
.topbar-right #mod-search-searchword63:focus,
.topbar-right #mod-search-searchword:focus,
.topbar-right #mod-finder-searchword:focus {
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-sl {
  padding-bottom: 48px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 72px;
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  .t3-spotlight .t3-module + .t3-module {
    margin-top: 24px;
  }
  .t3-spotlight > [class^="col-"] + div,
  .t3-spotlight > [class*=" col-"] + div {
    margin-top: 24px;
  }
}
.t3-masthead {
  position: relative;
}
.t3-masthead::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #333333;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.section-shape {
  display: none;
}
.t3-sections {
  position: relative;
  z-index: 2;
}
.t3-sections .section-shape {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  width: 100%;
}
.t3-sections .section-shape svg {
  fill: #f4f5f6;
  margin-top: -0.9px;
}
.t3-sections .t3-module {
  position: relative;
  padding-top: 96px;
  padding-bottom: 240px;
  margin-bottom: 0;
  background: none;
}
@media (max-width: 991px) {
  .t3-sections .t3-module {
    padding-top: 48px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .t3-sections .t3-module {
    padding-top: 24px;
    padding-bottom: 60px;
  }
}
.t3-sections .t3-module.container {
  position: static;
}
.t3-sections .t3-module.mod-nopadding {
  padding: 0 !important;
}
.t3-sections .t3-module.mod-nobg {
  background: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-sections .t3-module.mod-bg-brand-primary {
  background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
}
.t3-sections .t3-module.mod-bg-brand-primary svg {
  fill: #404040;
}
.t3-sections .module-title {
  text-align: center;
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 48px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .t3-sections .module-title {
    width: 100%;
    font-size: 36px;
    line-height: 48px;
  }
}
.t3-sections .module-ct {
  padding: 0;
}
.t3-mainbody {
  padding-bottom: 32px;
  padding-top: 32px;
}
.t3-mainbody-wrap {
  position: relative;
}
.t3-mainbody-wrap .t3-mainbody {
  position: relative;
  z-index: 2;
}
.t3-mainbody-wrap .t3-mainbody-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
}
.t3-content {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .t3-content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.t3-sidebar {
  padding-top: 32px;
  padding-bottom: 32px;
}
.t3-sidebar .t3-module {
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.t3-sidebar .t3-module.mod-nopadding {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.t3-sidebar .t3-module.mod-nopadding .module-title {
  background: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.t3-sidebar .t3-module.mod-nopadding .module-title span {
  display: inline-block;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
}
.t3-sidebar .module-title {
  border-bottom: 1px solid #e8e9e9;
  margin-bottom: 0;
}
.t3-sidebar .module-inner {
  position: relative;
}
.t3-sidebar .module-inner .bx-controls {
  position: absolute;
  top: 12px;
  right: 12px;
}
.t3-sidebar .module-inner .bx-controls a {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 32px;
  width: 32px;
  background-color: #f4f5f6;
  color: #333333;
  display: inline-block;
  text-align: center;
}
.t3-sidebar .module-inner .bx-controls a:hover,
.t3-sidebar .module-inner .bx-controls a:focus,
.t3-sidebar .module-inner .bx-controls a:active {
  border: 0;
  background-color: #333333;
  color: #ffffff;
  border-color: transparent;
  background-image: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #404040 0%, #333333 100%);
  background-image: linear-gradient(to bottom, #404040 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404040', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
}
.t3-sidebar .module-inner .bx-controls a:hover:focus,
.t3-sidebar .module-inner .bx-controls a:focus:focus,
.t3-sidebar .module-inner .bx-controls a:active:focus,
.t3-sidebar .module-inner .bx-controls a:hover.focus,
.t3-sidebar .module-inner .bx-controls a:focus.focus,
.t3-sidebar .module-inner .bx-controls a:active.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}
.t3-sidebar .module-inner .bx-controls a:hover:hover,
.t3-sidebar .module-inner .bx-controls a:focus:hover,
.t3-sidebar .module-inner .bx-controls a:active:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: rgba(0, 0, 0, 0);
}
.t3-sidebar .module-inner .bx-controls a:hover:active,
.t3-sidebar .module-inner .bx-controls a:focus:active,
.t3-sidebar .module-inner .bx-controls a:active:active,
.t3-sidebar .module-inner .bx-controls a:hover.active,
.t3-sidebar .module-inner .bx-controls a:focus.active,
.t3-sidebar .module-inner .bx-controls a:active.active,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:hover,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:active {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.t3-sidebar .module-inner .bx-controls a:hover:active:hover,
.t3-sidebar .module-inner .bx-controls a:focus:active:hover,
.t3-sidebar .module-inner .bx-controls a:active:active:hover,
.t3-sidebar .module-inner .bx-controls a:hover.active:hover,
.t3-sidebar .module-inner .bx-controls a:focus.active:hover,
.t3-sidebar .module-inner .bx-controls a:active.active:hover,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:hover:hover,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:focus:hover,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:active:hover,
.t3-sidebar .module-inner .bx-controls a:hover:active:focus,
.t3-sidebar .module-inner .bx-controls a:focus:active:focus,
.t3-sidebar .module-inner .bx-controls a:active:active:focus,
.t3-sidebar .module-inner .bx-controls a:hover.active:focus,
.t3-sidebar .module-inner .bx-controls a:focus.active:focus,
.t3-sidebar .module-inner .bx-controls a:active.active:focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:hover:focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:focus:focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:active:focus,
.t3-sidebar .module-inner .bx-controls a:hover:active.focus,
.t3-sidebar .module-inner .bx-controls a:focus:active.focus,
.t3-sidebar .module-inner .bx-controls a:active:active.focus,
.t3-sidebar .module-inner .bx-controls a:hover.active.focus,
.t3-sidebar .module-inner .bx-controls a:focus.active.focus,
.t3-sidebar .module-inner .bx-controls a:active.active.focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:hover.focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:focus.focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:active.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: rgba(0, 0, 0, 0);
}
.t3-sidebar .module-inner .bx-controls a:hover.disabled:hover,
.t3-sidebar .module-inner .bx-controls a:focus.disabled:hover,
.t3-sidebar .module-inner .bx-controls a:active.disabled:hover,
.t3-sidebar .module-inner .bx-controls a:hover[disabled]:hover,
.t3-sidebar .module-inner .bx-controls a:focus[disabled]:hover,
.t3-sidebar .module-inner .bx-controls a:active[disabled]:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active:hover,
.t3-sidebar .module-inner .bx-controls a:hover.disabled:focus,
.t3-sidebar .module-inner .bx-controls a:focus.disabled:focus,
.t3-sidebar .module-inner .bx-controls a:active.disabled:focus,
.t3-sidebar .module-inner .bx-controls a:hover[disabled]:focus,
.t3-sidebar .module-inner .bx-controls a:focus[disabled]:focus,
.t3-sidebar .module-inner .bx-controls a:active[disabled]:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active:focus,
.t3-sidebar .module-inner .bx-controls a:hover.disabled.focus,
.t3-sidebar .module-inner .bx-controls a:focus.disabled.focus,
.t3-sidebar .module-inner .bx-controls a:active.disabled.focus,
.t3-sidebar .module-inner .bx-controls a:hover[disabled].focus,
.t3-sidebar .module-inner .bx-controls a:focus[disabled].focus,
.t3-sidebar .module-inner .bx-controls a:active[disabled].focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover.focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus.focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active.focus {
  background-color: #333333;
  border-color: transparent;
}
.t3-sidebar .module-inner .bx-controls a:hover .badge,
.t3-sidebar .module-inner .bx-controls a:focus .badge,
.t3-sidebar .module-inner .bx-controls a:active .badge {
  color: #333333;
  background-color: #ffffff;
}
.t3-sidebar .module-inner .bx-controls a:hover:hover,
.t3-sidebar .module-inner .bx-controls a:focus:hover,
.t3-sidebar .module-inner .bx-controls a:active:hover,
.t3-sidebar .module-inner .bx-controls a:hover:focus,
.t3-sidebar .module-inner .bx-controls a:focus:focus,
.t3-sidebar .module-inner .bx-controls a:active:focus,
.t3-sidebar .module-inner .bx-controls a:hover.focus,
.t3-sidebar .module-inner .bx-controls a:focus.focus,
.t3-sidebar .module-inner .bx-controls a:active.focus,
.t3-sidebar .module-inner .bx-controls a:hover:active,
.t3-sidebar .module-inner .bx-controls a:focus:active,
.t3-sidebar .module-inner .bx-controls a:active:active,
.t3-sidebar .module-inner .bx-controls a:hover.active,
.t3-sidebar .module-inner .bx-controls a:focus.active,
.t3-sidebar .module-inner .bx-controls a:active.active,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:hover,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:active {
  color: #ffffff;
  background: #333333;
  border-color: rgba(0, 0, 0, 0);
}
.t3-sidebar .module-inner .bx-controls a:hover:active,
.t3-sidebar .module-inner .bx-controls a:focus:active,
.t3-sidebar .module-inner .bx-controls a:active:active,
.t3-sidebar .module-inner .bx-controls a:hover.active,
.t3-sidebar .module-inner .bx-controls a:focus.active,
.t3-sidebar .module-inner .bx-controls a:active.active,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:hover,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:focus,
.open > .dropdown-toggle.t3-sidebar .module-inner .bx-controls a:active {
  background-image: none;
}
.t3-sidebar .module-inner .bx-controls a:hover.disabled,
.t3-sidebar .module-inner .bx-controls a:focus.disabled,
.t3-sidebar .module-inner .bx-controls a:active.disabled,
.t3-sidebar .module-inner .bx-controls a:hover[disabled],
.t3-sidebar .module-inner .bx-controls a:focus[disabled],
.t3-sidebar .module-inner .bx-controls a:active[disabled],
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active,
.t3-sidebar .module-inner .bx-controls a:hover.disabled:hover,
.t3-sidebar .module-inner .bx-controls a:focus.disabled:hover,
.t3-sidebar .module-inner .bx-controls a:active.disabled:hover,
.t3-sidebar .module-inner .bx-controls a:hover[disabled]:hover,
.t3-sidebar .module-inner .bx-controls a:focus[disabled]:hover,
.t3-sidebar .module-inner .bx-controls a:active[disabled]:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus:hover,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active:hover,
.t3-sidebar .module-inner .bx-controls a:hover.disabled:focus,
.t3-sidebar .module-inner .bx-controls a:focus.disabled:focus,
.t3-sidebar .module-inner .bx-controls a:active.disabled:focus,
.t3-sidebar .module-inner .bx-controls a:hover[disabled]:focus,
.t3-sidebar .module-inner .bx-controls a:focus[disabled]:focus,
.t3-sidebar .module-inner .bx-controls a:active[disabled]:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus:focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active:focus,
.t3-sidebar .module-inner .bx-controls a:hover.disabled.focus,
.t3-sidebar .module-inner .bx-controls a:focus.disabled.focus,
.t3-sidebar .module-inner .bx-controls a:active.disabled.focus,
.t3-sidebar .module-inner .bx-controls a:hover[disabled].focus,
.t3-sidebar .module-inner .bx-controls a:focus[disabled].focus,
.t3-sidebar .module-inner .bx-controls a:active[disabled].focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover.focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus.focus,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active.focus,
.t3-sidebar .module-inner .bx-controls a:hover.disabled:active,
.t3-sidebar .module-inner .bx-controls a:focus.disabled:active,
.t3-sidebar .module-inner .bx-controls a:active.disabled:active,
.t3-sidebar .module-inner .bx-controls a:hover[disabled]:active,
.t3-sidebar .module-inner .bx-controls a:focus[disabled]:active,
.t3-sidebar .module-inner .bx-controls a:active[disabled]:active,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover:active,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus:active,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active:active,
.t3-sidebar .module-inner .bx-controls a:hover.disabled.active,
.t3-sidebar .module-inner .bx-controls a:focus.disabled.active,
.t3-sidebar .module-inner .bx-controls a:active.disabled.active,
.t3-sidebar .module-inner .bx-controls a:hover[disabled].active,
.t3-sidebar .module-inner .bx-controls a:focus[disabled].active,
.t3-sidebar .module-inner .bx-controls a:active[disabled].active,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:hover.active,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:focus.active,
fieldset[disabled] .t3-sidebar .module-inner .bx-controls a:active.active {
  background: #333333;
  border-color: transparent;
}
.t3-sidebar .module-inner .bx-controls a:hover .badge,
.t3-sidebar .module-inner .bx-controls a:focus .badge,
.t3-sidebar .module-inner .bx-controls a:active .badge {
  color: #333333;
  background-color: #ffffff;
}
.t3-sidebar .module-inner .bx-controls a.bx-prev {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.t3-sidebar .module-inner .bx-controls a.bx-next {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-left: 1px solid #e8e9e9;
}
@media (max-width: 767px) {
  .t3-sidebar-left-1 {
    margin-bottom: 32px;
  }
}
.t3-footer {
  background: #182024;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .social-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 11px;
}
.t3-footer .social-list:before,
.t3-footer .social-list:after {
  display: table;
  content: " ";
}
.t3-footer .social-list:after {
  clear: both;
}
@media (max-width: 991px) {
  .t3-footer .social-list {
    text-align: center !important;
  }
}
.t3-footer .social-list > li {
  float: right;
  height: 32px;
  line-height: 28px;
  width: 32px;
  text-align: center !important;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-left: 12px;
}
.t3-footer .social-list > li a {
  color: #ffffff;
}
.t3-footer .social-list > li a:hover,
.t3-footer .social-list > li a:focus,
.t3-footer .social-list > li a:active {
  color: #ffffff;
}
@media (max-width: 991px) {
  .t3-footer {
    text-align: center;
  }
  .t3-footer .logo,
  .t3-footer .copyright {
    margin-bottom: 24px;
  }
  .t3-footer .social-list > li {
    float: none;
    display: inline-block;
  }
}
#recaptcha_area {
  max-width: 100%;
  overflow: auto;
}
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
}
.back-to-top .btn {
  background-color: #333333;
  color: #ffffff;
  padding: 0;
  height: 32px;
  width: 32px;
  -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: #1a1a1a;
  color: #ffffff;
}
.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);
}
.t3-footnav {
  padding: 24px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 48px 0;
  }
}
.t3-footnav .t3-module {
  background: #182024;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #666666;
  font-size: 20px;
  margin-bottom: 12px;
}
.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: #ffffff;
}
.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: #ffffff;
}
.t3-copyright {
  font-size: 12px;
  padding: 48px 0;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-copyright {
    padding: 24px 0;
  }
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  text-align: center;
}
.copyright .nav > li {
  display: inline-block;
}
.copyright .nav > li > a,
.copyright .nav > li > span {
  padding: 0 15px;
  font-size: 11px;
  margin-left: 12px;
  color: #ffffff;
  text-transform: uppercase;
  background: none;
  line-height: 24px;
  display: block;
  border-radius: 4px;
}
.copyright .nav > li > a:hover,
.copyright .nav > li > span:hover,
.copyright .nav > li > a:focus,
.copyright .nav > li > span:focus,
.copyright .nav > li > a:active,
.copyright .nav > li > span:active {
  background-color: #1a1a1a;
  color: #ffffff;
}
.copyright .nav > li.active > a,
.copyright .nav > li.active > span {
  background-color: #333333;
  color: #ffffff;
}
.poweredby {
  margin-top: 24px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
.com_config .form-horizontal .t3onoff {
  min-height: 30px;
}
.com_config textarea {
  height: 100px;
}
.com_config #modules-form .input-append .btn {
  border-color: #e8e9e9;
}
.html5-nav-thumb {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.html5-nav-thumb:hover {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.html5-nav-thumb.currentThumb {
  border-color: #ff5f5f !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
#html5-watermark {
  display: none !important;
}
.ie11.layout-home .t3-masthead .t3-masthead-mask:before,
.ie10.layout-home .t3-masthead .t3-masthead-mask:before,
.ie9.layout-home .t3-masthead .t3-masthead-mask:before,
.ie8.layout-home .t3-masthead .t3-masthead-mask:before {
  background: #333333;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@supports (-ms-accelerator:true) {
  .layout-home .t3-masthead .t3-masthead-mask:before {
    background: #333333;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.mod-preview-info {
  z-index: 2;
}
.joomla-modal {
  z-index: 1060;
}
.j40 body.modal-open > .modal-backdrop {
  display: none !important;
}
.controls .form-check.form-check-inline {
  float: left;
}