.dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
}
.dropdown-menu a {
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #b0b0b0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.nav > li > a {
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 40px;
  padding: 0 10px;
  border: none;
  background: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #000000;
  background: none;
}
.nav > li.active > a {
  color: #000000;
  background: none;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 23px;
}
@media (min-width: 1040px) {
  .nav > li > .separator {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.sppb-nav-tabs,
.nav-tabs {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
.sppb-nav-tabs > li.active > a,
.nav-tabs > li.active > a,
.sppb-nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:hover,
.sppb-nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:focus {
  color: #000000;
}
.nav-rounded .sppb-nav-tabs,
.nav-rounded .nav-tabs {
  border-bottom: none;
}
.nav-rounded .sppb-nav-tabs li,
.nav-rounded .nav-tabs li {
  float: none;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 20px;
}
.nav-rounded .sppb-nav-tabs li a,
.nav-rounded .nav-tabs li a {
  padding: 6px 20px 5px;
  border-radius: 20px;
}
.nav-rounded .sppb-nav-tabs li a:hover,
.nav-rounded .nav-tabs li a:hover {
  background: none;
  border-color: #e9e9e9;
}
.nav-rounded .sppb-nav-tabs li.active > a,
.nav-rounded .nav-tabs li.active > a,
.nav-rounded .sppb-nav-tabs li.active > a:hover,
.nav-rounded .nav-tabs li.active > a:hover,
.nav-rounded .sppb-nav-tabs li.active > a:focus,
.nav-rounded .nav-tabs li.active > a:focus {
  border-color: #000000;
}
.nav .caret {
  border-top-color: #111111;
  border-bottom-color: #111111;
}
.nav a:hover .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.t3-navhelper {
  background: #252525;
  color: #555555;
  position: relative;
  padding: 40px 0;
}
.t3-navhelper .breadBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
}
.t3-navhelper .breadBg + .navhelperbg {
  position: relative;
  margin-top: 236px;
}
@media (min-width: 992px) {
  .t3-navhelper:not(.noSlogan):not(.navhelper-0) {
    padding: 70px 0;
  }
}
.navhelper-0 {
  padding: 140px 0;
}
.navhelper-1 {
  background: #f7f7f7;
}
.hasBg {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.hasBg:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.5);
}
.navhelper-1.hasBg:before {
  background: rgba(255, 255, 255, 0.2);
}
.navhelper-2.hasBg:before {
  background: rgba(34, 34, 34, 0.3);
}
.titleSlogan h1 {
  margin: 0;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.8;
  opacity: .9;
}
nav:not(.navhelper-1) .titleSlogan h1 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .titleSlogan h1 {
    font-size: 30px;
    letter-spacing: 0.5em;
    margin-bottom: 20px;
  }
}
.noSlogan .titleSlogan h1 {
  margin: 0;
}
.titleSlogan h4 {
  margin: 0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
}
nav:not(.navhelper-1) .titleSlogan h4 {
  color: rgba(255, 255, 255, 0.85);
}
#sp-page-builder .titleSlogan h1,
#sp-page-builder .titleSlogan h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.breadcrumb {
  margin: 25px 0 0;
  font-size: 11px;
  font-weight: 400;
  font-family: Dosis, Arial, sans-serif;
  letter-spacing: 0.4em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  background: none;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
nav:not(.navhelper-1) .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
}
nav:not(.navhelper-1) .breadcrumb a:hover {
  color: #ffffff;
}
@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: 11.5px;
}
.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: #999999;
}
.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: #111111;
}
.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: #111111;
}
.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: 23px;
  padding: 8px 37px;
  background-color: #eeeeee;
  border: 1px solid #eaeaea;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}
#toTop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  font-size: 48px;
  cursor: pointer;
  z-index: 100;
}
#toTop.fixed {
  position: fixed;
}
#toTop:hover {
  color: #111111;
}
@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: #111111;
  opacity: .85;
  text-indent: -12345px;
  z-index: 1030;
  border-radius: 50%;
  -webkit-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.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;
  -webkit-transition: all 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1);
}
.fm-button span:before,
.fm-button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -6px;
  left: 0;
  -webkit-transition: top 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), bottom 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07000000000000001s;
  -moz-transition: top 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), bottom 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), -moz-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07000000000000001s;
  -o-transition: top 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), bottom 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), -o-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07000000000000001s;
  -ms-transition: top 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), bottom 0.07000000000000001s cubic-bezier(0, 0, 0.58, 1), -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 0.07000000000000001s;
  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);
  -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
}
.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;
}