.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.t3-mainnav .dropdown-menu {
  background-color: #fff;
}
.t3-mainnav.darkSubmenu .dropdown-menu {
  background-color: #222222;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 16px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 22px;
}
@media (min-width: 1040px) {
  .nav > li > .separator {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.nav-tabs {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.nav-tabs > li > a {
  padding: 10px 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
}
.nav-rounded .nav-tabs {
  border-bottom: none;
}
.nav-rounded .nav-tabs li {
  float: none;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
}
.nav-rounded .nav-tabs li a {
  border-radius: 20px;
}
.nav-rounded .nav-tabs li a:hover {
  background: none;
  border-color: #e9e9e9;
}
.nav-rounded .nav-tabs li.active > a,
.nav-rounded .nav-tabs li.active > a:hover,
.nav-rounded .nav-tabs li.active > a:focus {
  border-color: #000000;
}
.nav-pills > li {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.nav-pills > li + li {
  margin-left: 6px;
}
.tab-top .nav-pills > li > a,
.tab-bottom .nav-pills > li > a,
.vm-bottom-tab .nav-pills > li > a {
  line-height: 26px;
  font-size: 18px;
  padding: 12px 20px;
}
.tab-right .nav-pills li,
.tab-left .nav-pills li {
  margin-bottom: -1px;
  width: 100%;
}
.tab-right .nav-pills li + li,
.tab-left .nav-pills li + li {
  margin-left: 0;
}
.tab-right .nav-pills li > a,
.tab-left .nav-pills li > a {
  height: 60px;
  line-height: 40px;
  padding: 10px 20px;
}
.tab-right .nav-pills + li,
.tab-left .nav-pills + li {
  margin-left: 0;
}
.tab-right .nav-pills li {
  padding-left: 40px;
}
.tab-left .nav-pills li {
  padding-right: 40px;
}
.nav-pills .icpos-top span,
.nav-pills .icpos-bottom span {
  display: block;
}
.nav-justified > li {
  display: table-cell;
}
.nav-justified > li + li {
  margin: 0;
}
.tab-top .nav-justified li > a,
.tab-bottom .nav-justified li > a {
  font-size: 14px;
}
.nav .caret {
  border-top-color: #ec5c24;
  border-bottom-color: #ec5c24;
}
.nav a:hover .caret {
  border-top-color: #b43e10;
  border-bottom-color: #b43e10;
}
.t3-navhelper.normal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.t3-navhelper.normal .title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.t3-navhelper.normal .site-slogan {
  margin-bottom: 0;
  text-transform: uppercase;
}
.t3-navhelper.left-big .title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .t3-navhelper.left-big .title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .t3-navhelper.left-big .title {
    line-height: 60px;
    font-size: 80px;
  }
}
.header-inner {
  position: relative;
}
.hasBg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.hasBg:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.navhelper {
  border-bottom: 1px solid #e9e9e9;
  padding: 25px 0;
}
.navhelper h1 {
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
}
.noSlogan .navhelper h1 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .navhelper .row {
    display: table;
    width: 100%;
    height: 100%;
  }
  .navhelper .row > div {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .navhelper h1 {
    margin-bottom: 0;
  }
}
#sp-page-builder .navhelper h1,
#sp-page-builder .navhelper h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumb {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  div:not(.nh-col-1) > .withTitle .breadcrumb {
    float: right;
    text-align: right;
  }
}
.breadcrumb > li + li:before {
  content: '';
  padding: 0;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 11px;
}
.breadcrumb .divider {
  padding: 0 4px;
}
.sppb-addon-content .breadcrumb {
  padding: 0;
  text-align: right;
}
.withTitle .breadcrumb {
  float: right;
  text-align: right;
}
.pagination > li > a,
.vm-pagination ul > li > a,
.pagination > li > span,
.vm-pagination ul > li > span {
  float: none;
  padding: 7px 14px;
  background: none;
  margin-right: 3px;
  color: #555555;
}
.pagination > li > a:hover,
.vm-pagination ul > li > a:hover,
.pagination > li > span:hover,
.vm-pagination ul > li > span:hover,
.pagination > li > a:focus,
.vm-pagination ul > li > a:focus,
.pagination > li > span:focus,
.vm-pagination ul > li > span:focus {
  background: none;
  color: #ec5c24;
}
.pagination > .active > a,
.vm-pagination ul > .active > a,
.pagination > .active > span,
.vm-pagination ul > .active > span,
.pagination > .active > a:hover,
.vm-pagination ul > .active > a:hover,
.pagination > .active > span:hover,
.vm-pagination ul > .active > span:hover,
.pagination > .active > a:focus,
.vm-pagination ul > .active > a:focus,
.pagination > .active > span:focus,
.vm-pagination ul > .active > span:focus {
  background: none;
  color: #ec5c24;
}
.pagination > .disabled > span,
.vm-pagination ul > .disabled > span,
.pagination > .disabled > span:hover,
.vm-pagination ul > .disabled > span:hover,
.pagination > .disabled > span:focus,
.vm-pagination ul > .disabled > span:focus,
.pagination > .disabled > a,
.vm-pagination ul > .disabled > a,
.pagination > .disabled > a:hover,
.vm-pagination ul > .disabled > a:hover,
.pagination > .disabled > a:focus,
.vm-pagination ul > .disabled > a:focus {
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
}
.pagination {
  display: block;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 22px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
#toTop {
  position: absolute;
  bottom: 22px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #ec5c24;
  font-size: 18px;
  cursor: pointer;
  z-index: 100;
}
#toTop.fixed {
  position: fixed;
}
@media (min-width: 768px) {
  .secondary-nav {
    float: right;
  }
}
.new:after {
  content: 'new';
  display: inline-block;
  position: absolute;
  left: auto;
  background: #d14836;
  color: #f5f5f5;
  margin-left: 5px;
  padding: 0px 7px 3px;
}
.fm-button {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  background: #ec5c24;
  opacity: .85;
  text-indent: -12345px;
  z-index: 1030;
  border-radius: 50%;
}
.fm-button:hover {
  opacity: 1;
}
.fm-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
}
.fm-button span:before,
.fm-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  transition: top 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), bottom 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07000000000000001s;
}
.fm-button span:after {
  top: auto;
  bottom: -6px;
}
.fm-button.active span {
  background: transparent;
}
.fm-button.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fm-button.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fm-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(10, 10, 10, 0.97);
  z-index: 2000;
}
.fm-wrapper-sub {
  display: table;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.fm-wrapper-sub.js-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fm-wrapper-sub-sub {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}