/*
	BMM - Bootstrap 4 Mega Menu (https://bootstrapmegamenu.com) Copyright 2018 - 2019 Bootstrap Mega Menu. All Rights Reserved.
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700");
.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

@keyframes maskUp {
  from {
    transform: translate(0, 100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes maskRight {
  from {
    transform: translate(-100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes maskDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}

@keyframes maskLeft {
  from {
    transform: translate(100%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}

.maskUp {
  animation-name: maskUp;
}

.maskRight {
  animation-name: maskRight;
}

.maskDown {
  animation-name: maskDown;
}

.maskLeft {
  animation-name: maskLeft;
}

@keyframes headerReveal {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}

@keyframes fadeInUpShorter {
  from {
    opacity: 0;
    transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpShorter {
  animation-name: fadeInUpShorter;
}

@keyframes fadeInLeftShorter {
  from {
    opacity: 0;
    transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftShorter {
  animation-name: fadeInLeftShorter;
}

@keyframes fadeInRightShorter {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightShorter {
  animation-name: fadeInRightShorter;
}

@keyframes fadeInDownShorter {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownShorter {
  animation-name: fadeInDownShorter;
}

@keyframes expandIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.expandIn {
  animation-name: expandIn;
}

@keyframes arrowLeftRight {
  0% {
    transform: translate3d(-1px, 0, 0);
  }
  50% {
    transform: translate3d(1px, 0, 0);
  }
  100% {
    transform: translate3d(-1px, 0, 0);
  }
}

@keyframes navItemArrow {
  0% {
    left: -1px;
    position: relative;
  }
  50% {
    left: 3px;
    position: relative;
  }
  100% {
    left: -1px;
    position: relative;
  }
}

.text-1 {
  font-size: .8em !important;
}

.text-2 {
  font-size: .9em !important;
}

.text-3 {
  font-size: 1em !important;
}

.text-4 {
  font-size: 1.2em !important;
}

.text-5 {
  font-size: 1.50em !important;
}

.text-6 {
  font-size: 1.80em !important;
}

.text-7 {
  font-size: 2em !important;
}

.text-8 {
  font-size: 2.30em !important;
}

.text-9 {
  font-size: 2.50em !important;
}

.text-10 {
  font-size: 2.75em !important;
}

.text-11 {
  font-size: 3em !important;
}

.text-12 {
  font-size: 3.5em !important;
}

.text-13 {
  font-size: 4em !important;
}

.text-14 {
  font-size: 4.5em !important;
}

.text-15 {
  font-size: 5em !important;
}

@media (min-width: 576px) {
  .text-sm-1 {
    font-size: .8em !important;
  }
  .text-sm-2 {
    font-size: .9em !important;
  }
  .text-sm-3 {
    font-size: 1em !important;
  }
  .text-sm-4 {
    font-size: 1.2em !important;
  }
  .text-sm-5 {
    font-size: 1.50em !important;
  }
  .text-sm-6 {
    font-size: 1.80em !important;
  }
  .text-sm-7 {
    font-size: 2em !important;
  }
  .text-sm-8 {
    font-size: 2.30em !important;
  }
  .text-sm-9 {
    font-size: 2.50em !important;
  }
  .text-sm-10 {
    font-size: 2.75em !important;
  }
  .text-sm-11 {
    font-size: 3em !important;
  }
  .text-sm-12 {
    font-size: 3.5em !important;
  }
  .text-sm-13 {
    font-size: 4em !important;
  }
  .text-sm-14 {
    font-size: 4.5em !important;
  }
  .text-sm-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 768px) {
  .text-md-1 {
    font-size: .8em !important;
  }
  .text-md-2 {
    font-size: .9em !important;
  }
  .text-md-3 {
    font-size: 1em !important;
  }
  .text-md-4 {
    font-size: 1.2em !important;
  }
  .text-md-5 {
    font-size: 1.50em !important;
  }
  .text-md-6 {
    font-size: 1.80em !important;
  }
  .text-md-7 {
    font-size: 2em !important;
  }
  .text-md-8 {
    font-size: 2.30em !important;
  }
  .text-md-9 {
    font-size: 2.50em !important;
  }
  .text-md-10 {
    font-size: 2.75em !important;
  }
  .text-md-11 {
    font-size: 3em !important;
  }
  .text-md-12 {
    font-size: 3.5em !important;
  }
  .text-md-13 {
    font-size: 4em !important;
  }
  .text-md-14 {
    font-size: 4.5em !important;
  }
  .text-md-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 992px) {
  .text-lg-1 {
    font-size: .8em !important;
  }
  .text-lg-2 {
    font-size: .9em !important;
  }
  .text-lg-3 {
    font-size: 1em !important;
  }
  .text-lg-4 {
    font-size: 1.2em !important;
  }
  .text-lg-5 {
    font-size: 1.50em !important;
  }
  .text-lg-6 {
    font-size: 1.80em !important;
  }
  .text-lg-7 {
    font-size: 2em !important;
  }
  .text-lg-8 {
    font-size: 2.30em !important;
  }
  .text-lg-9 {
    font-size: 2.50em !important;
  }
  .text-lg-10 {
    font-size: 2.75em !important;
  }
  .text-lg-11 {
    font-size: 3em !important;
  }
  .text-lg-12 {
    font-size: 3.5em !important;
  }
  .text-lg-13 {
    font-size: 4em !important;
  }
  .text-lg-14 {
    font-size: 4.5em !important;
  }
  .text-lg-15 {
    font-size: 5em !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-1 {
    font-size: .8em !important;
  }
  .text-xl-2 {
    font-size: .9em !important;
  }
  .text-xl-3 {
    font-size: 1em !important;
  }
  .text-xl-4 {
    font-size: 1.2em !important;
  }
  .text-xl-5 {
    font-size: 1.50em !important;
  }
  .text-xl-6 {
    font-size: 1.80em !important;
  }
  .text-xl-7 {
    font-size: 2em !important;
  }
  .text-xl-8 {
    font-size: 2.30em !important;
  }
  .text-xl-9 {
    font-size: 2.50em !important;
  }
  .text-xl-10 {
    font-size: 2.75em !important;
  }
  .text-xl-11 {
    font-size: 3em !important;
  }
  .text-xl-12 {
    font-size: 3.5em !important;
  }
  .text-xl-13 {
    font-size: 4em !important;
  }
  .text-xl-14 {
    font-size: 4.5em !important;
  }
  .text-xl-15 {
    font-size: 5em !important;
  }
}

.line-height-initial {
  line-height: initial !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.2 !important;
}

.line-height-3 {
  line-height: 1.3 !important;
}

.line-height-4 {
  line-height: 1.4 !important;
}

.line-height-5 {
  line-height: 1.5 !important;
}

.line-height-6 {
  line-height: 1.6 !important;
}

.line-height-7 {
  line-height: 1.7 !important;
}

.line-height-8 {
  line-height: 1.8 !important;
}

.line-height-9 {
  line-height: 1.9 !important;
}

@media (min-width: 576px) {
  .line-height-sm-initial {
    line-height: initial !important;
  }
  .line-height-sm-1 {
    line-height: 1 !important;
  }
  .line-height-sm-2 {
    line-height: 1.2 !important;
  }
  .line-height-sm-3 {
    line-height: 1.3 !important;
  }
  .line-height-sm-4 {
    line-height: 1.4 !important;
  }
  .line-height-sm-5 {
    line-height: 1.5 !important;
  }
  .line-height-sm-6 {
    line-height: 1.6 !important;
  }
  .line-height-sm-7 {
    line-height: 1.7 !important;
  }
  .line-height-sm-8 {
    line-height: 1.8 !important;
  }
  .line-height-sm-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 768px) {
  .line-height-md-initial {
    line-height: initial !important;
  }
  .line-height-md-1 {
    line-height: 1 !important;
  }
  .line-height-md-2 {

    line-height: 1.2 !important;
  }
  .line-height-md-3 {
    line-height: 1.3 !important;
  }
  .line-height-md-4 {
    line-height: 1.4 !important;
  }
  .line-height-md-5 {
    line-height: 1.5 !important;
  }
  .line-height-md-6 {
    line-height: 1.6 !important;
  }
  .line-height-md-7 {
    line-height: 1.7 !important;
  }
  .line-height-md-8 {
    line-height: 1.8 !important;
  }
  .line-height-md-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 992px) {
  .line-height-lg-initial {
    line-height: initial !important;
  }
  .line-height-lg-1 {
    line-height: 1 !important;
  }
  .line-height-lg-2 {
    line-height: 1.2 !important;
  }
  .line-height-lg-3 {
    line-height: 1.3 !important;
  }
  .line-height-lg-4 {
    line-height: 1.4 !important;
  }
  .line-height-lg-5 {
    line-height: 1.5 !important;
  }
  .line-height-lg-6 {
    line-height: 1.6 !important;
  }
  .line-height-lg-7 {
    line-height: 1.7 !important;
  }
  .line-height-lg-8 {
    line-height: 1.8 !important;
  }
  .line-height-lg-9 {
    line-height: 1.9 !important;
  }
}

@media (min-width: 1200px) {
  .line-height-xl-initial {
    line-height: initial !important;
  }
  .line-height-xl-1 {
    line-height: 1 !important;
  }
  .line-height-xl-2 {
    line-height: 1.2 !important;
  }
  .line-height-xl-3 {
    line-height: 1.3 !important;
  }
  .line-height-xl-4 {
    line-height: 1.4 !important;
  }
  .line-height-xl-5 {
    line-height: 1.5 !important;
  }
  .line-height-xl-6 {
    line-height: 1.6 !important;
  }
  .line-height-xl-7 {
    line-height: 1.7 !important;
  }
  .line-height-xl-8 {
    line-height: 1.8 !important;
  }
  .line-height-xl-9 {
    line-height: 1.9 !important;
  }
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-static {
  position: static !important;
}

.opacity-0 {
  opacity: 0.0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.scale-1 {
  transform: scale(1.1) !important;
}

.scale-2 {
  transform: scale(1.2) !important;
}

.scale-3 {
  transform: scale(1.3) !important;
}

.scale-4 {
  transform: scale(1.4) !important;
}

.scale-5 {
  transform: scale(1.5) !important;
}

.scale-6 {
  transform: scale(1.6) !important;
}

.top-0 {
  top: 0px !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.right-0 {
  right: 0px !important;
}

.top-1 {
  top: 1px !important;
}

.bottom-1 {
  bottom: 1px !important;
}

.left-1 {
  left: 1px !important;
}

.right-1 {
  right: 1px !important;
}

.top-2 {
  top: 2px !important;
}

.bottom-2 {
  bottom: 2px !important;
}

.left-2 {
  left: 2px !important;
}

.right-2 {
  right: 2px !important;
}

.top-3 {
  top: 3px !important;
}

.bottom-3 {
  bottom: 3px !important;
}

.left-3 {
  left: 3px !important;
}

.right-3 {
  right: 3px !important;
}

.top-4 {
  top: 4px !important;
}

.bottom-4 {
  bottom: 4px !important;
}

.left-4 {
  left: 4px !important;
}

.right-4 {
  right: 4px !important;
}

.top-5 {
  top: 5px !important;
}

.bottom-5 {
  bottom: 5px !important;
}

.left-5 {
  left: 5px !important;
}

.right-5 {
  right: 5px !important;
}

.top-6 {
  top: 6px !important;
}

.bottom-6 {
  bottom: 6px !important;
}

.left-6 {
  left: 6px !important;
}

.right-6 {
  right: 6px !important;
}

.top-7 {
  top: 7px !important;
}

.bottom-7 {
  bottom: 7px !important;
}

.left-7 {
  left: 7px !important;
}

.right-7 {
  right: 7px !important;
}

.top-8 {
  top: 8px !important;
}

.bottom-8 {
  bottom: 8px !important;
}

.left-8 {
  left: 8px !important;
}

.right-8 {
  right: 8px !important;
}

.top-9 {
  top: 9px !important;
}

.bottom-9 {
  bottom: 9px !important;
}

.left-9 {
  left: 9px !important;
}

.right-9 {
  right: 9px !important;
}

.top-10 {
  top: 10px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.left-10 {
  left: 10px !important;
}

.right-10 {
  right: 10px !important;
}

.outline-none {
  outline: 0 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-transform-none {
  text-transform: none !important;
}

.text-muted {
  color: #9b9b9b !important;
}

html.dark .text-muted {
  color: #9e9e9e !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

@media (max-width: 991px) {
  .z-index-mobile-0 {
    z-index: 0 !important;
  }
}

.text-dark {
  color: #212529 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.font-weight-semibold {
  font-weight: 300 !important;
}

.font-weight-bold, b, strong {
  font-weight: 600 !important;
}

.font-weight-extra-bold, .font-weight-black {
  font-weight: 700 !important;
}

.no-borders {
  border: none !important;
}

.rounded {
  border-radius: 5px !important;
}

.b-thin {
  border-width: 3px !important;
}

.b-normal {
  border-width: 5px !important;
}

.b-thick {
  border-width: 7px !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

.ws-normal {
  white-space: normal !important;
}

@media (max-width: 991px) {
  .w-auto-mobile {
    width: auto !important;
  }
  .w-100-mobile {
    width: 100% !important;
  }
}

.col-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xl-1-5, .col-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xl-2-5, .col-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xl-3-5, .col-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5, .col-xl-4-5 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-2-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.col-3-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-4-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (min-width: 576px) {
  .col-sm-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-sm-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-sm-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-md-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-md-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .col-lg-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-lg-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-lg-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-2-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .col-xl-3-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .col-xl-4-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

html.dark body, html.dark .body {
  background-color: #212529;
  color: #d1d1d1;
}

html.dark body p, html.dark .body p {
  color: #d1d1d1 !important;
}

html.dark.boxed .body {
  background-color: #212529;
}

html.dark #header .header-top {
  background: #2f343a;
  border-bottom-color: #353c42;
}

html.dark #header .header-search .form-control {
  background: #282d31;
}

html.dark #header .header-body {
  background: #212529;
  border-top-color: #353c42;
}

html.dark #header .header-nav-bar {
  background-color: #282d31;
}

html.dark #header .header-nav-top .nav > li > a:hover, html.dark #header .header-nav-top .nav > li > a a:focus {
  background-color: #282d31;
}

html.dark #header .header-nav-top .dropdown-menu {
  background: #282d31;
  border-color: #282d31;
}

html.dark #header .header-nav-top .dropdown-menu a:hover, html.dark #header .header-nav-top .dropdown-menu a:focus {
  background: #2f343a !important;
}

html.dark #header .header-nav-extended .header-nav-top-icons,
html.dark #header .header-nav-extended .header-nav-top-icons-img {
  color: #FFFFFF;
}

html.dark #header .header-nav-extended .header-nav-extended-dropdown {
  background: #282d31;
}

html.dark #header .header-nav-extended .header-nav-extended-dropdown:before {
  border-bottom-color: #282d31;
}

html.dark.sticky-header-active #header .header-body {
  border-bottom-color: #353c42;
  box-shadow: none;
}

html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark h6 {
  color: #FFFFFF;
}

html.dark .alert h1, html.dark .alert h2, html.dark .alert h3, html.dark .alert h4, html.dark .alert h5, html.dark .alert h6 {
  color: #212529;
}

html.dark blockquote {
  border-color: #2f343a;
}

html.dark .card,
html.dark .card p,
html.dark .card-body .fas,
html.dark .card-body far,
html.dark .browser-support {
  color: #212529 !important;
}

html.dark .dropdown-menu > li a {
  color: #FFFFFF;
}

html.dark .dropdown-menu > li a:hover, html.dark .dropdown-menu > li a:focus {
  background-color: #353c42;
}

html.dark .default-search .input-group-append {
  border-color: #2f343a;
}

html.dark .nav > li > a:hover,
html.dark .nav > li > a:focus {
  background-color: #353c42;
}

html.dark .form-control {
  background-color: #2f343a;
  border-color: #2f343a;
}

html.dark .btn-light {
  background-color: #2f343a;
  border-color: #2f343a;
  color: #FFFFFF;
}

html.dark .btn.disabled, html.dark .btn.disabled:hover, html.dark .btn.disabled:active, html.dark .btn.disabled:focus,
html.dark .btn[disabled],
html.dark .btn[disabled]:hover,
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus {
  border-color: #2f343a !important;
}

html.dark .header-extended-container.header-extended-container-style-2 h4, html.dark .header-extended-container.header-extended-container-style-3 h4, html.dark .header-extended-container.header-extended-container-style-4 h4 {
  color: #FFFFFF;
}

html.dark .header-extended-container.header-extended-container-style-6 .header-extended-container-icons {
  border-color: #353c42;
}

html.dark .header-extended-container.header-extended-container-style-6 .header-extended-container-icons:after {
  border-color: #353c42;
}

html.dark .thumbnail,
html.dark .img-thumbnail,
html.dark .dropdown-img {
  background-color: #2f343a;
  border-color: #2f343a;
}

html.dark .dropdown-img .dropdown-img-container:after {
  background-color: rgba(33, 37, 41, 0.9);
}

html.dark .dropdown-img-social-icons {
  border-top-color: #3c444b;
}

html.dark ul.nav-list > li a {
  border-bottom-color: #2f343a;
}

html.dark ul.nav-list > li a:hover {
  background-color: #2f343a;
}

html.dark .product-dropdown-img {
  background-color: #2f343a;
  border-color: transparent;
}

html.dark .shop .quantity .qty {
  background-color: #2f343a;
  border-color: transparent;
}

html.dark .shop .quantity .minus,
html.dark .shop .quantity .plus {
  background-color: #282d31;
  border-color: transparent;
}

html.dark .shop table.cart td,
html.dark .shop .shop-totals th,
html.dark .shop .shop-totals td {
  border-color: #2f343a;
}

/* Responsive */
@media (min-width: 992px) {
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu {
    background: #282d31;
  }
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li:hover > a, html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li:focus > a, html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li.active > a, html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li:active > a {
    background: #353c42;
  }
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li a {
    color: #d1d1d1;
    border-bottom-color: #353c42;
  }
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li a:hover, html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li a:focus, html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li a.active, html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown:not(.dropdown-color) .dropdown-menu li a:active {
    background: #353c42;
  }
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown-full:not(.dropdown-color) .dropdown-title {
    color: #9b9b9b;
  }
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) nav > ul > li.dropdown-full:not(.dropdown-color) .dropdown-nav > li:hover > a {
    background: #353c42;
  }
  html.dark #header .header-nav-primary:not(.header-nav-primary-light) a > .dropdown-img-preview .dropdown-img-container {
    background: #353c42;
  }
  html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #d1d1d1;
  }
  html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #FFFFFF;
  }
  html.dark #header .header-nav.header-nav-links nav > ul > li > a, html.dark #header .header-nav.header-nav-links nav > ul > li:hover > a, html.dark #header .header-nav.header-nav-line nav > ul > li > a, html.dark #header .header-nav.header-nav-line nav > ul > li:hover > a {
    color: #d1d1d1;
  }
  html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li > a, html.dark #header .header-nav.header-nav-dropdowns-dark nav > ul > li:hover > a {
    color: #d1d1d1;
  }
  html.dark .header-nav-primary nav > ul > li.dropdown-full-signin .dropdown-menu {
    background-color: #212529;
  }
}

@media (max-width: 991px) {
  html.dark #header .header-nav-primary:before {
    background-color: #212529;
  }
  html.dark #header .header-nav-primary nav::-webkit-scrollbar-thumb {
    border-color: transparent;
    background: #212529;
  }
  html.dark #header .header-nav-primary nav > ul li {
    border-bottom-color: #353c42;
  }
  html.dark #header .header-nav-primary nav > ul > li.dropdown-full:not(.dropdown-color) .dropdown-title {
    color: #FFFFFF;
  }
  html.dark #header .header-nav-primary nav ul li a:active {
    background-color: #212529;
    color: #FFFFFF;
  }
}

html.boxed body {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat;
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  border-top: 5px solid #d1d1d1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin: 25px auto;
  max-width: 1200px;
  height: auto;
}

html.boxed #header .header-body {
  border-top-color: transparent;
}

html.boxed #header.header-effect-shrink .header-body {
  max-width: 1200px;
}

/* Responsive */
@media (min-width: 1200px) {
  html.boxed.sticky-header-active #header .header-body {
    width: 100%;
    max-width: 1200px;
  }
}

@media (min-width: 992px) {
  html.boxed #header .header-top.header-top-colored {
    margin-top: -18px;
    border-radius: 5px 5px 0 0;
  }
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-body {
    position: fixed !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  html.boxed.sticky-header-active #header:not(.header-effect-shrink) .header-nav-bar {
    margin: 0 -15px -9px;
  }
}

@media (max-width: 991px) {
  html.boxed .body {
    margin: 0 auto;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  html.boxed {
    background: none !important;
  }
}

.bg-overlay {
  position: relative;
}

.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #212529;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
}

.bg-overlay .bg-overlay-wrapper {
  position: relative;
  z-index: 2;
}

.bg-overlay-1:before {
  opacity: 0.05 !important;
}

.bg-overlay-2:before {
  opacity: 0.1 !important;
}

.bg-overlay-3:before {
  opacity: 0.15 !important;
}

.bg-overlay-4:before {
  opacity: 0.2 !important;
}

.bg-overlay-5:before {
  opacity: 0.25 !important;
}

.bg-overlay-6:before {
  opacity: 0.3 !important;
}

.bg-overlay-7:before {
  opacity: 0.35 !important;
}

.bg-overlay-8:before {
  opacity: 0.4 !important;
}

.bg-overlay-9:before {
  opacity: 0.45 !important;
}

.background-transparent {
  background: transparent !important;
}

.text-white {
  color: #FFFFFF !important;
}

.gradient-x {
  background-image: linear-gradient(to right, rgba(33, 37, 41, 0.0001) 0%, rgba(33, 37, 41, 0.3) 100%) !important;
  background-repeat: repeat-x;
}

.gradient-x-reverse {
  background-image: linear-gradient(to right, rgba(33, 37, 41, 0.3) 0%, rgba(33, 37, 41, 0.0001) 100%) !important;
  background-repeat: repeat-x;
}

.gradient-y {
  background-image: linear-gradient(to bottom, rgba(33, 37, 41, 0.0001) 0%, rgba(33, 37, 41, 0.3) 100%) !important;
  background-repeat: repeat-x;
}

.gradient-y-reverse {
  background-image: linear-gradient(to bottom, rgba(33, 37, 41, 0.3) 0%, rgba(33, 37, 41, 0.0001) 100%) !important;
  background-repeat: repeat-x;
}

.gradient-directional {
  background-image: linear-gradient(45deg, rgba(33, 37, 41, 0.0001), rgba(33, 37, 41, 0.3)) !important;
  background-repeat: repeat-x;
}

.gradient-directional-reverse {
  background-image: linear-gradient(45deg, rgba(33, 37, 41, 0.3), rgba(33, 37, 41, 0.0001)) !important;
  background-repeat: repeat-x;
}

.gradient-radial {
  background-image: radial-gradient(circle, rgba(33, 37, 41, 0.0001), rgba(33, 37, 41, 0.3)) !important;
  background-repeat: no-repeat;
}

.gradient-radial-reverse {
  background-image: radial-gradient(circle, rgba(33, 37, 41, 0.3), rgba(33, 37, 41, 0.0001)) !important;
  background-repeat: no-repeat;
}

.gradient-striped {
  background-image: linear-gradient(45deg, rgba(33, 37, 41, 0.3) 25%, transparent 25%, transparent 50%, rgba(33, 37, 41, 0.3) 50%, rgba(33, 37, 41, 0.3) 75%, transparent 75%, transparent) !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

@media (min-width: 1440px) {
  .container-lg {
    max-width: 1440px;
  }
  .container-xl {
    max-width: 1630px;
  }
}

.header-extended-container {
  display: flex;
}

.header-extended-container .header-extended-container-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 auto;
  background: #d1d1d1;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 1rem;
  position: relative;
  top: 7px;
  text-align: center;
  padding: 0.8em;
  height: 1px;
  width: 2.7em;
  height: 2.7em;
}

.header-extended-container .header-extended-container-info {
  flex: 1 1 100%;
  padding-left: 15px;
}

.header-extended-container.align-items-center .header-extended-container-icons {
  top: 0;
}

@media (min-width: 992px) {
  .header-extended-container.reverse {
    text-align: right;
    flex-direction: row-reverse;
  }
  .header-extended-container.reverse .header-extended-container-info {
    padding-right: 15px;
    padding-left: 0;
  }
  .header-extended-container.reverse.header-extended-container-style-4 .header-extended-container-icons {
    justify-content: flex-end;
  }
  .header-extended-container.reverse.header-extended-container-style-4 .header-extended-container-info {
    padding-right: 0;
  }
}

html.ie .header-extended-container .header-extended-container-icons img {
  min-width: 100%;
}

html.ie .header-extended-container .header-extended-container-info {
  flex: 0 1 100%;
}

.pe-7s-angle-up,
.pe-7s-angle-down,
.pe-7s-angle-left,
.pe-7s-angle-down-right {
  font-size: 1.2rem !important;
}

.pe-7s-keypad {
  font-size: 1.2rem !important;
}

.box-shadow {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.box-shadow-none {
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .col-md-3 .sidebar {
    clear: both;
  }
}

.dropdown-item-subtitle {
  color: #b7b7b7;
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin: -4px 0;
  padding: 0;
}

.tip {
  display: inline-block;
  padding: 0 5px;
  background: #FFFFFF;
  color: #212529;
  text-shadow: none;
  border-radius: 3px;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.tip:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFFFFF;
  border-width: 5px;
  margin-top: -5px;
}

.tip.skin {
  color: #FFFFFF;
}

.sticky-container {
  position: fixed;
  width: 100% !important;
  z-index: 11;
}

.sticky-container .sticky-body {
  display: flex;
  background: #FFFFFF;
  width: 100%;
  z-index: 10;
  transition: ease background 300ms;
}

.sticky-container.sticky-container-transparent .sticky-body {
  background: transparent;
}

.sticky-container.sticky-container-effect-1 {
  position: absolute !important;
}

.sticky-container.sticky-container-effect-1.sticky-effect-active .sticky-body {
  position: fixed;
  background: #FFFFFF;
  animation: headerReveal 300ms ease-in;
}

.sticky-container.sticky-container-border-bottom.sticky-effect-active .sticky-body {
  border-bottom: 1px solid rgba(33, 37, 41, 0.06);
}

.scrollable {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scrollable .scrollable-content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 37px 0 0;
  overflow-x: hidden;

  overflow-y: scroll;
  outline: none;
}

.scrollable .scrollable-content::-webkit-scrollbar {
  visibility: hidden;
}

.scrollable .scrollable-pane {
  bottom: 0;
  opacity: 0.01;
  position: absolute;
  right: 5px;
  top: 0;
  transition: all 300ms ease 0s;
  width: 4px;
}

.scrollable .scrollable-slider {
  border-radius: 5px;
  background: none repeat scroll 0 0 #d1d1d1;
  margin: 0;
  position: relative;
  transition: opacity 300ms ease 0s;
  opacity: 0;
}

.scrollable.scrollable-padding .scrollable-content {
  padding: 10px 25px 10px 10px;
}

.scrollable:hover .scrollable-slider, .scrollable.visible-slider .scrollable-slider {
  opacity: 1;
}

@media (min-width: 992px) {
  #header .header-nav-primary {
    display: flex !important;
    height: auto !important;
  }
  #header .header-nav-primary nav {
    display: flex !important;
  }
  #header .header-nav-primary nav > ul > li {
    height: 100%;
    align-self: stretch;
    margin-left: 2px;
  }
  #header .header-nav-primary nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 5px;
    color: #d1d1d1;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
  }
  #header .header-nav-primary nav > ul > li > a:after {
    display: none;
  }
  #header .header-nav-primary nav > ul > li > a:active {
    background-color: transparent;
    text-decoration: none;
    color: #d1d1d1;
  }
  #header .header-nav-primary nav > ul > li > a.dropdown-toggle .pe-7s-angle-down {
    display: none;
  }
  #header .header-nav-primary nav > ul > li > a.active {
    background-color: transparent;
  }
  #header .header-nav-primary nav > ul > li.open > a, #header .header-nav-primary nav > ul > li:hover > a {
    background: #d1d1d1;
    color: #FFFFFF;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    background-color: #FFFFFF;
    opacity: 0;
    left: auto;
    border-radius: 0 5px 5px;
    border: 0;
    border-top: 3px solid #d1d1d1;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    margin: 0;
    min-width: 200px;
    padding: 5px 0;
    text-align: left;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #212529;
    font-size: 0.8em;
    font-weight: 300;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a:active {
    background-color: transparent;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:active > a {
    background-color: #fafafa;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: relative;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .pe-7s-angle-down {
    display: none;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    font-family: 'Pe-icon-7-stroke';
    content: "\e684";
    position: absolute;
    top: 50%;
    font-size: 0.9rem;
    opacity: 0.7;
    right: 20px;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    left: 100%;
    display: block;
    margin-top: -8px;
    margin-left: -1px;
    border-radius: 5px;
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > a:after, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after {
    opacity: 1;
    right: 15px;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after {
    right: 30px;
    transform: translateY(-50%) rotateY(180deg);
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 100%;
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0;
  }
  #header .header-nav-primary nav > ul > li.dropdown.open > a, #header .header-nav-primary nav > ul > li.dropdown:hover > a {
    border-radius: 5px 5px 0 0;
    position: relative;
  }
  #header .header-nav-primary nav > ul > li.dropdown.open > a:before, #header .header-nav-primary nav > ul > li.dropdown:hover > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid #d1d1d1;
  }
  #header .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-primary nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  #header .header-nav-primary nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
    left: auto;
    right: 0;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small > .dropdown-menu {
    border-radius: 5px;
    left: 15px;
    right: 15px;
    width: 300px;
  }
  #header .header-nav-primary nav > ul > li.dropdown-half > .dropdown-menu {
    border-radius: 5px;
    left: 15px;
    right: 15px;
    width: 600px;
  }
  #header .header-nav-primary nav > ul > li.dropdown-full {
    position: static;
  }
  #header .header-nav-primary nav > ul > li.dropdown-full > .dropdown-menu {
    border-radius: 5px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-content, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-content, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-content {
    padding: 1.6rem;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-title, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-title, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-title {
    color: #353c42;
    display: block;
    font-size: 0.85em;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-title:first-child, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-title:first-child, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-title:first-child {
    margin-top: 0;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-nav, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-nav, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-nav > li > a, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-nav > li > a, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-nav > li > a {
    border: 0 none;
    border-radius: 5px;
    color: #212529;
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin: 0 0 3px -8px;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-nav > li:hover > a, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-nav > li:hover > a, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-nav > li:hover > a {
    background: #f7f7f7;
  }
  #header .header-nav-primary nav > ul > li.dropdown-small .dropdown-nav img, #header .header-nav-primary nav > ul > li.dropdown-half .dropdown-nav img, #header .header-nav-primary nav > ul > li.dropdown-full .dropdown-nav img {
    width: 100%;
  }
  #header .header-nav-primary nav > ul > li .wrapper-items-cloned i {
    display: none;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li > a {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown .dropdown-menu {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown .dropdown-img, #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown .dropdown-img-container {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown-full > .dropdown-menu {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown-full .dropdown-nav > li > a {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu {
    border: 0 !important;
    border-radius: 5px;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-no-borders nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-top: -5px;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-modern nav > ul > li.dropdown .dropdown-menu {
    border: 0 !important;
    padding: 15px 8px;
    margin-left: -10px;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 0;
    background: transparent !important;
    font-size: 0.85em;
    transition: all 300ms ease-out;
    left: 0;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary.header-nav-primary-dropdown-modern nav > ul > li.dropdown .dropdown-menu li a:active {
    left: 5px;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-modern nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-top: -15px;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-center nav > ul > li.dropdown:not(.dropdown-full) > .dropdown-menu {
    transform: translate3d(-50%, 10px, 0) !important;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-center nav > ul > li.dropdown:not(.dropdown-full):hover > .dropdown-menu {
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0) !important;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-center.header-nav-primary-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -14px !important;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
    position: relative;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    transform: translate3d(-7px, 10px, 0);
    bottom: 14px;
    margin-top: auto;
    z-index: 1001;
    opacity: 0;
    transition: ease transform 300ms;
  }
  #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -14px !important;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  }
  #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-item:before, #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-item:before {
    opacity: 1 !important;
    transform: translate3d(-7px, 0, 0);
  }
  #header .header-nav-primary.header-nav-primary-dark nav > ul > li > a {
    color: #212529;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > a {
    background-color: transparent;
    color: #FFFFFF;
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
    padding: 18px 18px 22px !important;
    margin: 0 !important;
    transition: ease transform 300ms;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > a.dropdown-toggle:after {
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > a.item-original {
    display: none;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span {
    display: flex;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span > a {
    display: flex;
    align-items: center;
    white-space: normal;
    border-radius: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    background: transparent !important;
    color: #212529;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
    transition: ease all 300ms;
    transform: translateY(0%);
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span > a.dropdown-toggle:after {
    display: none;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span > a .pe-7s-angle-down {
    display: none;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span > a.active:first-child {
    transform: translateY(-40%);
    opacity: 0;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span > a.active.item-two {
    transform: translateY(0);
    opacity: 1;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li > span .item-two {
    position: absolute;
    transform: translateY(40%);
    opacity: 0;
    width: auto;
    left: 0;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li:hover > span > a:first-child {
    transform: translateY(-40%);
    opacity: 0;
  }
  #header .header-nav-primary.header-nav-primary-slide nav > ul > li:hover > span .item-two {
    transform: translateY(0%);
    opacity: 1;
  }
  #header .header-nav-primary a > .dropdown-img-preview {
    position: absolute;
    display: block;
    left: 100%;
    opacity: 0;
    border: 0;
    padding-left: 10px;
    background: transparent;
    overflow: visible;
    margin-top: 15px;
    top: -10000px;
    transition: transform 300ms ease-out, opacity 300ms ease-out;
    transform: translate3d(-20px, 0, 0);
  }
  #header .header-nav-primary a > .dropdown-img-preview .dropdown-img-preview .dropdown-img-container:after {
    display: none;
  }
  #header .header-nav-primary a > .dropdown-img-preview .dropdown-img-container {
    background: #FFFFFF;
    display: block;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 4px;
    text-align: left;
    width: 188px;
  }
  #header .header-nav-primary a > .dropdown-img-preview .dropdown-img-image {
    min-height: 127px -4px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    transition: background-position 300ms linear 0s;
    width: 180px;
    height: 127px;
    min-height: 0;
  }
  #header .header-nav-primary a:hover > .dropdown-img-preview {
    transform: translate3d(0, 0, 0);
    top: 0;
    opacity: 1;
    margin-top: -5px;
  }
  #header .header-nav-primary .dropdown-reverse a > .dropdown-img-preview {
    transform: translate3d(20px, 0, 0);
    right: 100%;
    left: auto;
    padding-left: 0;
    margin-right: 10px;
  }
  #header .header-nav-primary .dropdown-reverse a:hover > .dropdown-img-preview {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-bar {
    z-index: 1;
  }
  #header .header-nav-bar.header-nav-bar-top-border {
    border-top: 1px solid #e6e5e5;
  }
  #header .header-nav-bar .header-container {
    min-height: 0;
    height: auto !important;
  }
  #header .header-nav-bar .header-nav {
    min-height: 60px;
  }
  #header .header-nav-bar .header-nav .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
    bottom: 1px !important;
    margin-left: 0;
  }
  #header .header-nav-bar .header-nav .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px !important;
  }
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li {
    margin-left: 0;
    margin-right: 0;
  }
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown > .dropdown-item {
    padding: 0 0 0 2rem !important;
  }
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown > .dropdown-item:before {
    bottom: 1px !important;
    margin-left: 17px;
  }
  #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav-links:not(.justify-content-lg-center) .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px !important;
  }
  #header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
    align-self: stretch;
  }
  #header .header-nav .header-nav-icons {
    font-size: 1rem !important;
    margin-right: 0.5rem !important;
    margin-top: -2px;
    position: relative;
  }
  #header .header-nav.header-nav-stripe {
    padding: 0;
  }
  #header .header-nav.header-nav-stripe .header-nav-primary {
    align-self: stretch;
    margin-top: -1px;
    min-height: 0;
  }
  #header .header-nav.header-nav-stripe nav {
    display: flex;
  }
  #header .header-nav.header-nav-stripe nav > ul > li {
    display: inline-flex;
    align-self: stretch;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a {
    background: transparent;
    padding: 0 .9rem;
    margin: 1px 0 0;
    height: 100%;
  }
  #header .header-nav.header-nav-stripe nav > ul > li > a.active {
    color: #353c42;
    background: transparent;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active, #header .header-nav.header-nav-stripe nav > ul > li.open > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a.active {
    color: #FFFFFF;
    padding-bottom: 0;
  }
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > a:before, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-stripe nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 1px;
  }
  #header .header-nav.header-nav-stripe nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
    left: auto;
  }
  #header .header-nav.header-nav-stripe.header-nav-primary-dark nav > ul > li:hover > a {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a.active {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    padding: 0;
  }
  #header .header-nav.header-nav-links .header-nav-primary, #header .header-nav.header-nav-line .header-nav-primary {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 60px;
    height: 100%;
  }
  #header .header-nav.header-nav-links nav > ul > li:hover > a:before, #header .header-nav.header-nav-links nav > ul > li.open > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before {
    opacity: 1;
  }
  #header .header-nav.header-nav-links nav > ul > li > a.active, #header .header-nav.header-nav-line nav > ul > li > a.active {
    background: transparent;
  }
  #header .header-nav.header-nav-links nav > ul > li > a.active:before, #header .header-nav.header-nav-line nav > ul > li > a.active:before {
    opacity: 1;
  }
  #header .header-nav.header-nav-links nav > ul > li.dropdown > a:before, #header .header-nav.header-nav-line nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  #header .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #212529;
  }
  #header .header-nav.header-nav-links.header-nav-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
    color: #FFFFFF;
  }
  #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li > a.active, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a.active {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:active > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:active > a {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-line nav > ul > li > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    background: transparent;
    width: auto;
    height: 3px;
    top: -2px;
    left: -1px;
    right: -1px;
    opacity: 0;
  }
  #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
    opacity: 1 !important;
  }
  #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -2px;
    left: 0;
  }
  #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li:hover > a:before {
    top: -4px;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: 15px;
    transform: translate3d(0, -50%, 0);
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-animated nav > ul > li > a:before {
    transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
    right: 100%;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-animated nav > ul > li > a.active:before {
    right: 15px;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-animated nav > ul > li:hover > a:before {
    right: 15px;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-animated.header-nav-line-under-text nav > ul > li > a.active:before {
    right: 0;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-animated.header-nav-line-under-text nav > ul > li:hover > a:before {
    right: 0;
  }
  #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-no-space-dropdown nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -1px;
  }
  #header .header-nav.header-nav-force-light-text .header-nav-primary nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-primary nav > ul > li .wrapper-items-cloned > a {
    color: #FFFFFF !important;
  }
  #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-primary nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-primary nav > ul > li .wrapper-items-cloned:hover > a {
    color: #353c42 !important;
  }
  #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-primary nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-primary nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
    color: #353c42 !important;
  }
  #header .header-nav.header-nav-divisor nav > ul > li {
    margin: 0;
  }
  #header .header-nav.header-nav-divisor nav > ul > li > a {
    border-right: 1px solid rgba(33, 37, 41, 0.07);
  }
  #header .header-nav.header-nav-divisor nav > ul > li:last-child > a {
    border-right: 0;
  }
  #header .header-nav.header-nav-spacer nav > ul > li > a {
    margin: 0 !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown > a:before {
    border-bottom: 0;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown li a {
    border-bottom-color: #2f343a;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu {
    background: #212529;
    margin-top: 0;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li > a {
    color: #d1d1d1;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown .dropdown-menu > li:focus > a {
    background: #2f343a;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-full .dropdown-title {
    color: #d1d1d1;
  }
  #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-full .dropdown-nav > li:hover > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-full .dropdown-nav > li:focus > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-full .dropdown-nav > li:active > a, #header .header-nav.header-nav-dropdowns-dark nav > ul > li.dropdown.dropdown-full .dropdown-nav > li.active > a {
    background: #212529;
  }
  #header .header-nav.header-nav-sub-title .header-nav-primary nav > ul > li > a, #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
  }
  #header .header-nav.header-nav-sub-title .header-nav-primary nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a > span {
    font-size: 0.9em;
    text-transform: none;
    font-weight: normal;
    margin-top: 0.3rem;
  }
  #header .header-nav.header-nav-sub-title .header-nav-primary nav > ul > li > a > span {
    margin-top: -0.5rem;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a {
    transition: ease padding-bottom 300ms;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a.active {
    padding-bottom: 15px;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a.active > span {
    top: 60%;
    left: 0;
    opacity: 1;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a > span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    transition: ease opacity 200ms, ease top 300ms;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li:hover > a, #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li:focus > a {
    padding-bottom: 15px;
  }
  #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li:hover > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li:focus > a > span {
    top: 60%;
    left: 0;
    opacity: 1;
  }
  #header .header-nav.header-nav-links-sidebar nav > ul > li > a {
    padding: 10px 15px !important;
    min-height: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
  }
  #header .header-nav.header-nav-links-sidebar nav > ul > li:last-child > a {
    border-bottom: 0;
  }
  #header .header-nav.header-nav-links-sidebar nav > ul > li.dropdown {
    position: static;
  }
  #header .header-nav.header-nav-links-sidebar nav > ul > li.dropdown > .dropdown-item {
    position: relative;
  }
  #header .header-nav.header-nav-links-sidebar nav > ul > li.dropdown > .dropdown-item:before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e684";
    position: absolute;
    top: 50%;
    font-size: 1rem;
    left: auto;
    right: 20px;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    display: block !important;
  }
  #header .header-nav.header-nav-links-sidebar nav > ul > li.dropdown:hover > .dropdown-item:before {
    right: 15px;
    opacity: 1 !important;
  }
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown .dropdown-menu,
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown li.dropdown-submenu > .dropdown-menu {
    transition: opacity 300ms ease-out;
  }
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown:hover:not(.open) .dropdown-menu {
    top: -10000px;
    opacity: 0;
  }
  #header .header-nav.header-nav-click-to-open nav > ul > li.dropdown.open .dropdown-menu > li.dropdown-submenu:hover:not(.open) .dropdown-menu {
    top: -10000px;
    opacity: 0;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary-arrows nav > ul > li > a.dropdown-toggle:after {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    content: "\e688";
    font-weight: 700;
    border: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 0 0 4px;
    font-size: 0.6rem;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary-dark-text nav > .nav-pills > li > a {
    color: #353c42;
  }
}

@media (min-width: 992px) {
  html #header .header-nav-primary nav > ul > li.dropdown-color .dropdown-menu {
    border-top: 0;
  }
  html #header .header-nav-primary nav > ul > li.dropdown-color .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-top: -5px;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary-rounded nav > .nav-pills > li > a {
    justify-content: center;
    align-self: center;
    border-radius: 20px;
  }
  #header .header-nav-primary-rounded nav > .nav-pills > li > a:before {
    display: none !important;
  }
  #header .header-nav-primary-rounded nav > ul > li.dropdown.open > a, #header .header-nav-primary-rounded nav > ul > li.dropdown:hover > a {
    border-radius: 20px;
  }
  #header .header-nav-primary-rounded nav > ul > li.dropdown .dropdown-menu {
    border-radius: 5px;
  }
}

@media (min-width: 992px) {
  #header .header-nav-stretch {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .header-nav-stretch .header-nav-primary {
    align-self: stretch;
  }
  #header .header-nav-stretch nav > ul > li {
    display: inline-flex;
    align-self: stretch;
  }
  #header .header-nav-stretch nav > ul > li.dropdown.open > a:before, #header .header-nav-stretch nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  #header .header-nav-stretch nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-stretch nav > ul > li.dropdown:hover > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: -1px;
  }
}

@media (min-width: 992px) {
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a, #header.header-narrow .header-nav.header-nav-dropdowns-dark nav > ul > li > a, #header.header-narrow .header-nav.header-nav-links nav > ul > li > a, #header.header-narrow .header-nav.header-nav-line nav > ul > li > a {
    min-height: 60px;
  }
}

@media (min-width: 992px) {
  html.sidebar #header.sidebar .sidebar-scrollable,
  html.sidebar-hamburger #header.sidebar .sidebar-scrollable {
    height: 100%;
    margin-right: -13px;
  }
  html.sidebar #header.sidebar .sidebar-scrollable .scrollable-content,
  html.sidebar-hamburger #header.sidebar .sidebar-scrollable .scrollable-content {
    padding-right: 10px;
    padding-left: 0;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li > a.dropdown-toggle .pe-7s-angle-down,
  html.sidebar-hamburger #header.sidebar .header-nav-primary nav > ul > li > a.dropdown-toggle .pe-7s-angle-down {
    display: block !important;
    position: absolute;
    right: 7px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-90deg);
    font-size: 1rem;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li > a.dropdown-toggle .pe-7s-angle-down:before,
  html.sidebar-hamburger #header.sidebar .header-nav-primary nav > ul > li > a.dropdown-toggle .pe-7s-angle-down:before {
    content: none;
  }
  html.sidebar #header.sidebar .header-nav nav,
  html.sidebar-hamburger #header.sidebar .header-nav nav {
    display: block !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-dropdown nav > ul > li.dropdown,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-dropdown nav > ul > li.dropdown {
    position: relative;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:before {
    top: 23px;
    right: 20px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a {
    border: 0;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    top: -10000px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    left: auto;
    right: auto;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > a:after,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > a:after {
    right: 20px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-menu {
    min-width: 0;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content {
    padding: 5px 0 5px 15px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content [class*="col"],
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content [class*="col"] {
    max-width: 100%;
    display: block;
    padding: 5px 0;
    flex: none;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content .dropdown-title,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content .dropdown-title {
    padding-left: 15px;
    font-size: 0.75em;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content .dropdown-nav,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content .dropdown-nav {
    padding-left: 30px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-expand .dropdown-img-preview,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand .dropdown-img-preview {
    display: none;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns {
    position: relative;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav {
    margin-top: -10px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown {
    position: static;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu {
    box-shadow: none;
    top: 50% !important;
    transform: translateY(-50%);
    left: 10000px;
    margin-left: -15px;
    margin-top: 10px;
    opacity: 0;
    transition: margin-left 300ms ease-out, opacity 300ms ease-out;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -100vh;
    width: 100%;
    height: 100%;
    background: #fafafa;
    border-right: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    height: 200vh;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
    position: static;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    margin-left: 0;
    left: 100%;
    right: auto;
    margin-left: -15px;
    opacity: 0;
    transition: margin-left 300ms ease-out, opacity 300ms ease-out;
    transform: translate3d(10000px, 0, 0);
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu:before {
    border-left: 0;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    right: auto;
    opacity: 1;
    margin-left: 0;
    transform: translateY(-50%);
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    left: auto;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
    right: 100%;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown:hover > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    opacity: 1;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown-full,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns nav > ul > li.dropdown-full {
    position: static !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-columns .dropdown-img-preview,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-columns .dropdown-img-preview {
    display: none;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide {
    height: 100%;
    justify-content: center;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide .header-nav-primary,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide .header-nav-primary {
    height: 100% !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav > ul,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav > ul {
    height: 100%;
    justify-content: center;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav > ul > li,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav > ul > li {
    height: auto;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul {
    transform: translate3d(0, 0, 0);
    transition: ease all 300ms;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul.next-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul.next-menu {
    transform: translate3d(-100%, 0, 0);
  }
  @keyframes sidebarArrow {
    0% {
      left: 5px;
    }
    50% {
      left: 10px;
    }
    100% {
      left: 5px;
    }
  }
  @keyframes sidebarArrowBack {
    0% {
      right: 5px;
    }
    50% {
      right: 10px;
    }
    100% {
      right: 5px;
    }
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle,
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item {
    display: inline-block;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:before,
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:before {
    display: none !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after,
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:after,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after {
    font-family: 'Pe-icon-7-stroke';
    content: "\e684";
    position: relative;
    font-size: 1rem;
    display: inline-block;
    border: 0;
    top: 6px;
    left: 1px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:hover:after,
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown > a.dropdown-toggle:hover:after,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:hover:after {
    animation: sidebarArrow 300ms ease;
    animation-iteration-count: 1;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item {
    background: transparent;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li.dropdown-submenu > a.dropdown-item:after {
    top: 2px;
    margin-left: 5px;
    transform: none;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li a,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul > li.dropdown .dropdown-menu li a {
    background: transparent;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li {
    position: static;
    text-align: center;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li a,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li a {
    display: inline-block;
    width: 100%;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li ul,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li ul {
    visibility: hidden;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li ul.visible,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li ul.visible {
    visibility: visible;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a {
    cursor: pointer;
    background: transparent;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a:before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e686";
    position: relative;
    font-size: 1rem;
    display: inline-block;
    border: 0;
    top: 2px;
    right: 5px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a:hover:before,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a:hover:before {
    animation: sidebarArrowBack 300ms ease;
    animation-iteration-count: infinite;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.btn-back > a {
    color: #00719B !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu {
    left: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 50% !important;
    padding: 0;
    margin: 0 !important;
    opacity: 1;
    border-top: none;
    box-shadow: none;
    transform: translate3d(0, -50%, 0) !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar {
    width: 5px;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(209, 209, 209, 0.5);
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu.next-menu {
    transform: translate3d(-100%, -50%, 0) !important;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu li.dropdown-submenu {
    position: static;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-slide nav ul li.dropdown-submenu {
    position: static;
  }
}

#header.header-floating-icons .nav {
  flex-direction: column;
}

#header.header-floating-icons .header-nav-primary nav > ul > li {
  flex: 0 0 auto;
  margin-left: 0;
}

#header.header-floating-icons .header-nav-primary nav > ul > li > a > i {
  pointer-events: none;
}

#header.header-floating-icons .header-nav-primary nav > ul > li > a.active {
  background: #FFFFFF !important;
}

#header.header-floating-icons .header-nav-primary nav > ul > li > a.active:after {
  background: #FFFFFF;
}

@media (min-width: 992px) {
  #header.header-floating-icons {
    background: transparent;
    height: 0;
    min-height: 0 !important;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li {
    height: auto;
  }
  #header.header-floating-icons .header-row {
    display: block;
    position: absolute;
    top: 12px;
    left: -60px;
  }
  #header.header-floating-icons .header-body {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    min-height: 0;
    padding: 0;
    border: none;
  }
  #header.header-floating-icons .header-nav {
    padding: 0 !important;
  }
  #header.header-floating-icons .header-nav-primary {
    margin: 0;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li {
    border-bottom: 1px solid #d1d1d1;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li:hover > a {
    background: #FFFFFF;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li:hover > a > span {
    opacity: 1;
    transform: rotateY(0deg);
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a {
    font-size: 25px;
    padding: 18px;
    perspective: 770px;
    background: #f7f7f7;
    border-radius: 0;
    transform: translateZ(0);
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 102%;
    z-index: -1;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a > span {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 125.5%;
    background: #FFFFFF;
    padding: 0 25px;
    height: 100%;
    line-height: 4.1;
    white-space: nowrap;
    font-size: 12px;
    z-index: -2;
    transition: ease transform 300ms;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    transform-origin: -19% 0%;
    transform: rotateY(88deg);
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a > span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -4px;
    padding: 10px;
    background: #FFFFFF;
    z-index: -1;
    transform: translate(0, -50%) rotate(45deg);
  }
}

@media (min-width: 992px) and (max-width: 1281px) {
  #header.header-floating-icons .header-row {
    left: -19px;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a {
    padding: 9.8px;
    perspective: 450px;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a > span {
    line-height: 3;
  }
}

@media (max-width: 991px) {
  #header.header-floating-icons {
    position: fixed;
    top: 23px;
    right: 10px;
  }
  #header.header-floating-icons .header-body {
    background: transparent;
    border: none;
    min-height: 0;
  }
  #header.header-floating-icons .header-btn-collapse-nav {
    padding: 15px 20px;
    margin: 0;
  }
  #header.header-floating-icons .header-nav-primary {
    position: absolute;
    right: 0px;
    top: 77px;
    max-width: 53px;
    overflow: hidden;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  }
  #header.header-floating-icons .header-nav-primary:before {
    content: none;
  }
  #header.header-floating-icons .header-nav-primary nav {
    padding: 0;
    margin: 0 !important;
    max-height: none;
  }
  #header.header-floating-icons .header-nav-primary nav > ul {
    display: block;
    padding: 0;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li {
    display: inline-block;
    border: none;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a {
    font-size: 1.7em;
    margin: 0;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 0;
    border-bottom: 1px solid #e6e5e5;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li > a > span {
    display: none;
  }
  #header.header-floating-icons .header-nav-primary nav > ul > li:last-child > a {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary.header-nav-primary-light nav > ul > li > a {
    color: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-light nav > ul > li > a.active {
    color: #d1d1d1;
    background: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-light nav > ul > li.open > a, #header .header-nav-primary.header-nav-primary-light nav > ul > li.active > a, #header .header-nav-primary.header-nav-primary-light nav > ul > li:hover > a {
    background: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-light nav > ul > li.open > .dropdown-menu, #header .header-nav-primary.header-nav-primary-light nav > ul > li.active > .dropdown-menu, #header .header-nav-primary.header-nav-primary-light nav > ul > li:hover > .dropdown-menu {
    border-top-color: #FFFFFF;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  }
  #header .header-nav-primary.header-nav-primary-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-primary.header-nav-primary-light nav > ul > li.active > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu, #header .header-nav-primary.header-nav-primary-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    border-top-color: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-light nav > ul > li.active > a {
    background: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-light nav > ul > li.dropdown.open > a:before, #header .header-nav-primary.header-nav-primary-light nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-light .dropdown-menu > li > a:hover, #header .header-nav-primary.header-nav-primary-light .dropdown-menu > li > a:focus {
    background: #f7f7f7;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown .dropdown-nav li a {
    transition: transform 300ms ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover .dropdown-nav li a {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown .dropdown-menu {
    transition: transform 300ms ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="opacity"] nav > ul > li.dropdown:hover > .dropdown-menu {
    opacity: 1;
  }
  #header .header-nav-primary[data-dropdown-effect="opacity"] nav > ul > li.dropdown .dropdown-menu {
    transition: opacity 300ms ease-out;
    opacity: 0;
  }
  #header .header-nav-primary[data-dropdown-effect="moveToTop"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToTop"] nav > ul > li.dropdown .dropdown-menu {
    transition: transform 300ms ease-out;
    transform: translate3d(0, 10px, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToRight"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToRight"] nav > ul > li.dropdown .dropdown-menu {
    transition: transform 300ms ease-out;
    transform: translate3d(-10px, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToBottom"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToBottom"] nav > ul > li.dropdown .dropdown-menu {
    transition: transform 300ms ease-out;
    transform: translate3d(0, -10px, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToLeft"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="moveToLeft"] nav > ul > li.dropdown .dropdown-menu {
    transition: transform 300ms ease-out;
    transform: translate3d(10px, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="fadeDown"] nav > ul > li.dropdown .dropdown-menu {
    transition: transform 300ms, opacity 300ms;
    transform-origin: 0% 0%;
    transform-style: preserve-3d;
    transform: rotateX(-75deg);
  }
  #header .header-nav-primary[data-dropdown-effect="fadeDown"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="rotateHorizontal"] nav > ul > li.dropdown .dropdown-menu {
    transition: all 300ms ease-in, opacity 300ms linear;
    transform: rotateY(-90deg);
  }
  #header .header-nav-primary[data-dropdown-effect="rotateHorizontal"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary[data-dropdown-effect="rotateVertical"] nav > ul > li.dropdown .dropdown-menu {
    transition: 300ms;
    transform-origin: 50% 0;
    transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  }
  #header .header-nav-primary[data-dropdown-effect="rotateVertical"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav.header-nav-stripe .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-links .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-dropdowns-dark .header-nav-primary[data-dropdown-effect="default"] nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(10px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(to right, rgba(33, 37, 41, 0.0001) 0%, rgba(33, 37, 41, 0.3) 100%) !important;
    background-repeat: repeat-x;
  }
  #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="horizontal"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(to right, rgba(33, 37, 41, 0.3) 0%, rgba(33, 37, 41, 0.0001) 100%) !important;
    background-repeat: repeat-x;
  }
  #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="horizontal-reverse"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(to bottom, rgba(33, 37, 41, 0.0001) 0%, rgba(33, 37, 41, 0.3) 100%) !important;
    background-repeat: repeat-x;
  }
  #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="vertical"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(to bottom, rgba(33, 37, 41, 0.3) 0%, rgba(33, 37, 41, 0.0001) 100%) !important;
    background-repeat: repeat-x;
  }
  #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="vertical-reverse"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(45deg, rgba(33, 37, 41, 0.0001), rgba(33, 37, 41, 0.3)) !important;
    background-repeat: repeat-x;
  }
  #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="directional"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(45deg, rgba(33, 37, 41, 0.3), rgba(33, 37, 41, 0.0001)) !important;
    background-repeat: repeat-x;
  }
  #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="directional-reverse"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu {
    background-image: radial-gradient(circle, rgba(33, 37, 41, 0.0001), rgba(33, 37, 41, 0.3)) !important;
    background-repeat: no-repeat;
  }
  #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="radial"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu {
    background-image: radial-gradient(circle, rgba(33, 37, 41, 0.3), rgba(33, 37, 41, 0.0001)) !important;
    background-repeat: no-repeat;
  }
  #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="radial-reverse"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu {
    background-image: linear-gradient(45deg, rgba(33, 37, 41, 0.3) 25%, transparent 25%, transparent 50%, rgba(33, 37, 41, 0.3) 50%, rgba(33, 37, 41, 0.3) 75%, transparent 75%, transparent) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li a:active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary[data-dropdown-gradient="striped"] nav > ul > li.dropdown .dropdown-menu li:active > a {
    background: rgba(255, 255, 255, 0.1) !important;
  }
}

@media (max-width: 991px) {
  #header .header-nav-primary {
    position: absolute;
    background: transparent;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #header .header-nav-primary:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: #FFFFFF;
    z-index: -1;
    transform: translateX(-50%);
  }
  #header .header-nav-primary nav {
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 15px;
    transition: ease all 300ms;
  }
  #header .header-nav-primary nav.collapsing {
    overflow-y: hidden;
  }
  #header .header-nav-primary nav::-webkit-scrollbar {
    width: 5px;
  }
  #header .header-nav-primary nav::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(209, 209, 209, 0.5);
  }
  #header .header-nav-primary nav > ul {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-direction: column;
  }
  #header .header-nav-primary nav > ul li {
    border-bottom: 1px solid #e6e5e5;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header .header-nav-primary nav > ul li a {
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 5px;
    text-align: left;
  }
  #header .header-nav-primary nav > ul li a .pe-7s-angle-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
  }
  #header .header-nav-primary nav > ul li a.dropdown-toggle {
    position: relative;
  }
  #header .header-nav-primary nav > ul li a.dropdown-toggle:after {
    content: none;
  }
  #header .header-nav-primary nav > ul li a.dropdown-toggle .pe-7s-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  #header .header-nav-primary nav > ul li a:active {
    background-color: #fafafa;
    color: inherit;
  }
  #header .header-nav-primary nav > ul li.dropdown .dropdown-menu {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 12px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  #header .header-nav-primary nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
    position: relative;
  }
  #header .header-nav-primary nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    content: none;
  }
  #header .header-nav-primary nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .pe-7s-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
  }
  #header .header-nav-primary nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  #header .header-nav-primary nav > ul li.dropdown.open > .dropdown-menu {
    display: block;
    margin-left: 20px;
  }
  #header .header-nav-primary nav > ul li.dropdown-full .dropdown-title {
    margin-top: 10px;
    display: block;
    text-align: left;
  }
  #header .header-nav-primary nav > ul li.dropdown-full .dropdown-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  #header .header-nav-primary nav > ul li.dropdown-full .dropdown-nav > li > a {
    display: block;
    text-decoration: none;
  }
  #header .header-nav-primary nav > ul li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-primary nav > ul > li > a {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 1px;
    margin-bottom: 1px;
    color: #d1d1d1;
  }
  #header .header-nav-primary nav > ul > li > a:active {
    color: #d1d1d1;
  }
  #header .header-nav-primary nav > ul > li > a.active {
    color: #FFFFFF !important;
    background: #d1d1d1;
  }
  #header .header-nav-primary nav > ul > li > a.active:focus, #header .header-nav-primary nav > ul > li > a.active:hover {
    color: #FFFFFF;
    background: #d1d1d1;
  }
  #header .header-nav-primary nav .dropdown-item-subtitle {
    margin: 0;
  }
  #header .header-nav-primary a > .dropdown-img-preview {
    display: none !important;
  }
  #header .header-nav-primary.header-nav-primary-square nav > ul > li a {
    border-radius: 0 !important;
  }
  #header .header-nav-primary.header-nav-primary-slide .wrapper-items-cloned {
    display: none;
  }
  #header .header-nav-bar .header-container {
    min-height: 0;
    height: auto !important;
  }
  #header .header-nav-bar .header-nav {
    min-height: 60px !important;
    padding: 0;
  }
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block !important;
    position: relative;
    z-index: 1;
  }
  #header .header-nav.header-nav-stripe {
    min-height: 90px;
  }
  #header .header-nav.header-nav-links, #header .header-nav.header-nav-line {
    min-height: 70px;
  }
  #header .header-nav.header-nav-dropdowns-dark {
    min-height: 70px;
  }
  #header .header-nav.header-nav-sub-title .header-nav-primary nav > ul > li > a > span, #header .header-nav.header-nav-sub-title-animated .header-nav-primary nav > ul > li > a > span {
    display: block;
    text-transform: none;
    font-weight: normal;
  }
}

@media (max-width: 991px) {
  #header .header-nav-primary.header-nav-primary-mobile-dark:before {
    background-color: #212529;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li > a {
    color: #d1d1d1;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li > a.active {
    color: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li .dropdown-menu > li a {
    color: #969696;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li .dropdown-menu > li a.active {
    color: #FFFFFF;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul li {
    border-bottom: 1px solid #3c444b;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul li a:hover, #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul li a:focus, #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul li a:active {
    background-color: #2f343a;
  }
  #header .header-nav-primary.header-nav-primary-mobile-dark nav > ul li.dropdown-full .dropdown-title {
    color: #ebebeb;
  }
}

@media (max-width: 991px) {
  #header .header-nav-primary.header-nav-primary-dark-text nav > ul > li > a {
    color: #353c42;
  }
  #header .header-nav-primary.header-nav-primary-dark-text nav > ul > li > a.active {
    color: #FFFFFF;
  }
}

@media (max-width: 991px) {
  html.sidebar #header.sidebar .sidebar-scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  html.sidebar #header.sidebar .sidebar-scrollable .scrollable-content {
    right: 0 !important;
    overflow: visible;
  }
  html.sidebar #header.sidebar .sidebar-scrollable .scrollable-pane {
    display: none !important;
  }
}

@media (max-width: 991px) {
  html.sidebar-hamburger #header.sidebar .header-row-sidebar {
    width: 100%;
  }
  html.sidebar-hamburger #header.sidebar .sidebar-scrollable {
    height: 100%;
  }
  html.sidebar-hamburger #header.sidebar .sidebar-scrollable .scrollable-content {
    right: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: hidden;
  }
  html.sidebar-hamburger #header.sidebar .sidebar-scrollable .scrollable-pane {
    display: none !important;
  }
  html.sidebar-hamburger #header.sidebar .header-nav {
    height: 100%;
  }
  html.sidebar-hamburger #header.sidebar .header-nav .header-nav-primary {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  html.sidebar-hamburger #header.sidebar .header-nav nav {
    display: block !important;
    max-height: 69vh;
    padding: 0 8px 0 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary {
    align-self: stretch;
    min-height: 0;
    margin-top: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li > a {
    color: #d1d1d1 !important;
    border-bottom-color: #3c444b;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li > a.active {
    color: #FFFFFF !important;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li .dropdown-menu > li a {
    color: #969696;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul > li .dropdown-menu > li a.active {
    color: #FFFFFF;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul li {
    border-bottom-color: #3c444b;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul li a:hover, html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul li a:focus, html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links .header-nav-primary.header-nav-primary-mobile-dark nav > ul li a:active {
    background-color: #2f343a;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li > a, html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li:hover > a {
    position: relative;
    background: transparent !important;
    color: #212529 !important;
    padding: 0 .9rem;
    margin: 1px 0 0;
    min-height: 70px;
    height: 100%;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li > a.dropdown-toggle:after {
    content: none;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li > a.active {
    color: #d1d1d1;
    background: transparent;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li.dropdown.open > .dropdown-menu, html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul li {
    border-bottom: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul li a {
    color: #212529;
    font-size: 12px;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-sidebar nav > ul > li > a {
    padding: 10px 15px !important;
    min-height: 0 !important;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-sidebar nav > ul > li:last-child > a {
    border-bottom: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-sidebar nav > ul > li.dropdown {
    position: static;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown > .dropdown-menu li a {
    border: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown:not(.open) .dropdown-menu {
    overflow: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    top: -10000px;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.open > .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
    position: relative;
    box-shadow: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    left: auto;
    right: auto;
    transform: none;
    min-width: auto;
    width: 100%;
    opacity: 1 !important;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-menu {
    min-width: 0;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content {
    padding: 5px 0 5px 15px;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content [class*=col] {
    max-width: 100%;
    display: block;
    padding: 5px 0;
    flex: none;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content .dropdown-title {
    margin-top: 0;
    padding-left: 15px;
    color: #353c42;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand nav > ul > li.dropdown.dropdown-full .dropdown-content .dropdown-nav {
    padding-left: 10px;
  }
  html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links-vertical-expand .dropdown-img-preview {
    display: none;
  }
}

#header {
  position: relative;
  z-index: 1030;
}

#header .header-body {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  transition: min-height 300ms ease;
  width: 100%;
  border-top: 3px solid #e6e5e5;
  border-bottom: 1px solid transparent;
  z-index: 1001;
}

#header .header-body.header-body-bottom-border-fixed {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

#header .header-body[class*="border-color-"] {
  border-bottom: 0 !important;
}

#header .header-container {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  transition: ease height 300ms;
}

@media (max-width: 991px) {
  #header .header-container:not(.container):not(.container-fluid) .header-nav-primary {
    padding: 0 0.75rem;
  }
}

#header .header-container.header-container-height-xs {
  height: 80px;
}

#header .header-container.header-container-height-sm {
  height: 100px;
}

#header .header-container.header-container-height-md {
  height: 125px;
}

#header .header-container.header-container-height-lg {
  height: 145px;
}

#header .container {
  position: relative;
}

@media (max-width: 767px) {
  #header .container {
    width: 100%;
  }
}

#header .header-row {
  display: flex;
  flex-grow: 1;
  align-items: center;
  align-self: stretch;
  max-height: 100%;
}

#header .header-column {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-grow: 1;
  flex-direction: column;
}

#header .header-column.header-column-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}

#header .header-column.header-column-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

#header .header-column .header-row {
  justify-content: inherit;
}

#header .header-column .header-extended-container-content {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

#header .header-column .header-extended-container-content li {
  display: inline-flex;
  margin-left: 25px;
}

#header .header-column .header-extended-container-content li .header-extended-container-content-icon {
  font-size: 2rem;
  margin-right: 10px;
}

#header .header-column .header-extended-container-content li .header-extended-container-content-text label {
  display: block;
  margin: 0;
  color: #9b9b9b;
  font-size: 0.75rem;
  line-height: 1.2;
}

#header .header-column .header-extended-container-content li .header-extended-container-content-text strong {
  display: block;
  margin: 0;
  color: #353c42;
  font-size: 0.9rem;
  line-height: 1.3;
}

#header .header-column .header-extended-container-content li .header-extended-container-content-text a {
  color: #353c42;
}

#header .header-column .header-extended-container-content li .header-extended-container p {
  margin: 0;
}

#header .header-column .header-extended-container-content li .header-extended-container small {
  position: relative;
  top: -4px;
  font-size: 80%;
}

#header.header-no-min-height .header-body {
  min-height: 0 !important;
}

#header .header-top {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(33, 37, 41, 0.06);
  min-height: 47px;
}

#header .header-top.header-top-light-border-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

#header .header-top.header-top-simple-border-bottom {
  border-bottom-width: 1px;
}

#header .header-top.header-top-default {
  background: #f7f7f7;
}

#header .header-top.header-top-borders {
  border-bottom-width: 1px;
}

#header .header-top.header-top-borders .nav-item-borders {
  border-right: 1px solid rgba(33, 37, 41, 0.06);
  padding-left: 12px;
  padding-right: 12px;
}

#header .header-top.header-top-borders .nav-item-borders:first-child {
  padding-left: 0;
}

#header .header-top.header-top-borders .nav-item-borders:last-child {
  border-right: 0;
}

#header .header-top.header-top-light-borders {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

#header .header-top.header-top-light-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, 0.2);
}

#header .header-top.header-top-light-2-borders {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

#header .header-top.header-top-light-2-borders.header-top-borders .nav-item-borders {
  border-right-color: rgba(255, 255, 255, 0.06);
}

#header .header-logo {
  margin: 1rem 0;
  position: relative;
  z-index: 1;
}

#header .header-logo img {
  transition: all 300ms ease;
  position: relative;
  top: 0;
}

#header .header-nav {
  padding: 1rem 0;
  min-height: 70px;
}

#header .header-nav-top {
  display: flex;
  align-self: stretch;
  align-items: center;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
  color: #212529;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}

#header .header-nav-top .nav > li > a [class*="fa-"],
#header .header-nav-top .nav > li > a [class*="pe-"],
#header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span [class*="fa-"],
#header .header-nav-top .nav > li > span [class*="pe-"],
#header .header-nav-top .nav > li > span .icons {
  margin-right: 0.5rem;
  font-size: 1.2em;
  position: relative;
}

#header .header-nav-top .nav > li #headerDropdownLanguage [class*="fa-"],
#header .header-nav-top .nav > li #headerDropdownLanguage [class*="pe-"],
#header .header-nav-top .nav > li #headerDropdownLanguage .icons {
  margin: 0 !important;
}

#header .header-nav-top .nav > li > a {
  text-decoration: none;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
  background: transparent;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
  border-radius: 5px 5px 0 0;
}

#header .header-nav-top .nav > li + .nav-item-left-border {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}

#header .header-nav-top .nav > li + .nav-item-left-border:after {
  background: rgba(33, 37, 41, 0.08);
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-remove:after {
  content: none;
}

@media (max-width: 575px) {
  #header .header-nav-top .nav > li:not(.d-none) {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #header .header-nav-top .nav > li.nav-item-left-border-remove.d-none {
    margin-left: 0;
    padding-left: 0;
  }
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-show:after {
  content: '';
}

@media (min-width: 576px) {
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-sm-show:after {
    content: '';
  }
}

@media (min-width: 768px) {
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-md-show:after {
    content: '';
  }
}

@media (min-width: 992px) {
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-lg-show:after {
    content: '';
  }
}

@media (min-width: 1200px) {
  #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-xl-show:after {
    content: '';
  }
}

#header .header-nav-top .nav > li.nav-item.dropdown.show .nav-link {
  background: transparent;
}

#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"],
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="pe-"],
#header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
  left: -1px;
  top: -1px;
}

#header .header-nav-top .nav > li.nav-item-animated-icons > a:hover [class*="fa-"],
#header .header-nav-top .nav > li.nav-item-animated-icons > a:hover [class*="pe-"],
#header .header-nav-top .nav > li.nav-item-animated-icons > a:hover .icons {
  animation: navItemArrow 300ms ease;
  animation-iteration-count: 1;
}

#header .header-nav-top .dropdown .dropdown-item {
  font-size: 0.75em;
}

#header .header-nav-top .dropdown-menu {
  border: 0;
  margin-top: -2px;
  margin-right: 0;
  margin-left: -2px;
  padding: 0;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 3px;
  min-width: 180px;
  z-index: 10000;
  margin-top: 1px;
  transition: opacity 300ms ease-out;
  border-radius: 0;
}

#header .header-nav-top .dropdown-menu:before {
  right: 5px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  transform: translate3d(-7px, -6px, 0);
}

#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
  right: auto;
  left: 20px;
}

#header .header-nav-top .dropdown-menu a {
  color: #9b9b9b;
  padding: 5px 12px;
  font-size: 0.9em;
}

#header .header-nav-top .dropdown-menu a:active {
  color: #FFFFFF;
}

#header .header-nav-top .flag {
  margin-right: 2px;
  position: relative;
  top: -1px;
}

#header .header-nav-extended {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}

#header .header-nav-extended:before, #header .header-nav-extended:after {
  background: rgba(33, 37, 41, 0.03);
  content: none;
  width: 1px;
  height: 16px;
  position: absolute;
  display: block;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
}

#header .header-nav-extended.header-nav-extended-light:before, #header .header-nav-extended.header-nav-extended-light:after {
  background: rgba(255, 255, 255, 0.1);
}

#header .header-nav-extended:not(.header-nav-extended-no-border):before, #header .header-nav-extended:not(.header-nav-extended-no-border):after {
  content: '';
}

#header .header-nav-extended:not(.header-nav-extended-no-border):after {
  display: none;
}

#header .header-nav-extended.header-nav-extended-show-border:before, #header .header-nav-extended.header-nav-extended-show-border:after {
  content: '';
}

@media (min-width: 576px) {
  #header .header-nav-extended.header-nav-extended-sm-show-border:before, #header .header-nav-extended.header-nav-extended-sm-show-border:after {
    content: '';
  }
}

@media (min-width: 768px) {
  #header .header-nav-extended.header-nav-extended-md-show-border:before, #header .header-nav-extended.header-nav-extended-md-show-border:after {
    content: '';
  }
}

@media (min-width: 992px) {
  #header .header-nav-extended.header-nav-extended-lg-show-border:before, #header .header-nav-extended.header-nav-extended-lg-show-border:after {
    content: '';
  }
}

@media (min-width: 1200px) {
  #header .header-nav-extended.header-nav-extended-xl-show-border:before, #header .header-nav-extended.header-nav-extended-xl-show-border:after {
    content: '';
  }
}

#header .header-nav-extended.header-nav-extended-start {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 10px;
}

#header .header-nav-extended.header-nav-extended-start:not(.header-nav-extended-no-border):before {
  left: auto;
  right: 0;
}

#header .header-nav-extended.header-nav-extended-center {
  padding-left: 20px;
  margin-left: 10px;
  padding-right: 20px;
  margin-right: 10px;
}

#header .header-nav-extended.header-nav-extended-center:after {
  display: block;
  left: auto;
  right: 0;
}

#header .header-nav-extended .header-nav-top-icons {
  font-size: 1.2rem;
  position: relative;
  color: #212529;
}

#header .header-nav-extended.header-nav-extended-light .header-nav-top-icons,
#header .header-nav-extended.header-nav-extended-light .header-nav-top-icons-img {
  color: #FFFFFF;
}

#header .header-nav-extended .header-nav-top-icons-img {
  top: -2px;
}

#header .header-nav-extended .header-nav-extend {
  position: relative;
}

#header .header-nav-extended .header-nav-extended-dropdown {
  opacity: 0;
  top: -10000px;
  position: absolute;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
  padding: 15px;
  min-width: 300px;
  z-index: 10000;
  right: 100%;
  margin-right: -25px;
  margin-top: 30px;
  transition: 300ms;
  transform-origin: 50% 0;
  transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  pointer-events: none;
}

#header .header-nav-extended .header-nav-extended-dropdown:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  transform: translate3d(-5px, -6px, 0);
}

#header .header-nav-extended .header-nav-extended-dropdown.show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  top: auto;
  pointer-events: all;
}

@media (min-width: 992px) {
  #header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-reverse {
    right: auto;
    left: 100%;
    margin-right: 0;
    margin-left: -25px;
  }
  #header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-reverse:before {
    right: auto;
    left: 5px;
    transform: translate3d(7px, -6px, 0);
  }
}

@media (max-width: 440px) {
  #header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-mobile-fixed {
    position: fixed;
    right: auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-mobile-fixed:before {
    content: none;
  }
}

#header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-force-right {
  margin-right: 6px !important;
  right: 0;
}

#header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-dark {
  background: #212529;
}

#header .header-nav-extended .header-nav-extended-dropdown.header-nav-extended-dropdown-dark:before {
  border-bottom-color: #212529;
}

#header .header-nav-extended .header-nav-extended-dropdown {
  padding: 20px;
}

#header .header-nav-extended .shop-info {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -4px;
  left: 0;
  padding: 0;
  display: block;
  line-height: 1;
}

#header .header-nav-extended .shop-info .shop-qty {
  position: absolute;
  top: -12px;
  right: -10px;
  width: 15px;
  height: 15px;
  display: block;
  font-size: 9px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FF4444;
  text-align: center;
  line-height: 15px;
  border-radius: 20px;
}

#header .header-nav-extended .shop-preview-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .header-nav-extended .shop-preview-list li {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

#header .header-nav-extended .shop-preview-list li:first-child {
  margin-top: -15px;
}

#header .header-nav-extended .shop-preview-list li .product-image {
  float: right;
  border-color: #e6e5e5;
  border-width: 1px;
  padding: 0;
  border: 1px solid #dbdbdb;
  background-color: #FFFFFF;
  display: block;
  position: relative;
}

#header .header-nav-extended .shop-preview-list li .product-image img {
  max-width: 80px;
}

#header .header-nav-extended .shop-preview-list li .quantity-details {
  margin-left: 0;
  line-height: 1.4;
}

#header .header-nav-extended .shop-preview-list li .quantity-details a {
  font-weight: 700;
  color: #212529;
}

#header .header-nav-extended .shop-preview-list li .quantity-details .quantity-name {
  margin: 15px 0 0;
  font-size: 0.9em;
  font-weight: 300;
}

#header .header-nav-extended .shop-preview-list li .quantity-details .quantity-price {
  font-size: 0.8em;
}

#header .header-nav-extended .totals {
  padding: 15px 0 25px;
  overflow: hidden;
}

#header .header-nav-extended .totals .label {
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: #212529;
}

#header .header-nav-extended .totals .offer-total-value {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #212529;
}

#header .header-nav-extended .actions {
  padding: 0;
  margin: 0;
}

#header .header-nav-extended .actions .btn {
  display: inline-block;
  min-width: 125px;
  text-align: center;
  margin: 5px 0;
  float: right;
  font-size: 0.7rem;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

#header .header-nav-extended .actions .btn:first-child {
  float: left;
}

#header .header-nav-extended .header-nav-extended-popup .header-nav-extended-toggle {
  color: #212529;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#header .header-nav-extended .header-nav-extended-popup .header-nav-extended-toggle .far {
  font-size: 0.95rem;
  margin: 0px 2px 0 0;
  position: relative;
  top: 1px;
}

#header .header-nav-extended .header-nav-extended-popup .header-nav-extended-toggle:hover {
  text-decoration: none;
}

#header .header-nav-extended .header-nav-extended-popup .header-nav-extended-dropdown {
  margin-right: -27px;
  min-width: 340px;
  padding: 15px;
}

@media (max-width: 767px) {
  #header .header-nav-extended .header-nav-extended-popup .header-nav-extended-dropdown {
    min-width: 280px;
  }
}

#header .header-nav-extended .header-nav-extended-popup .actions {
  padding: 0;
  margin: 0;
}

#header .header-nav-extended .header-nav-extended-popup .actions .btn {
  display: inline-block;
  min-width: 125px;
  margin: 5px 0;
  font-size: 0.7rem;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

#header .header-nav-extended .header-nav-extended-popup .extra-actions {
  clear: both;
  border-top: 1px solid rgba(33, 37, 41, 0.08);
  padding-top: 20px;
  margin-top: 20px;
  text-align: center;
}

#header .header-nav-extended .header-nav-extended-popup .extra-actions p {
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

#header .header-nav-extended .header-nav-extended-popup.signin .signin-form {
  display: block;
}

#header .header-nav-extended .header-nav-extended-popup.signin .signup-form, #header .header-nav-extended .header-nav-extended-popup.signin .recover-form {
  display: none;
}

#header .header-nav-extended .header-nav-extended-popup.signup .signin-form {
  display: none;
}

#header .header-nav-extended .header-nav-extended-popup.signup .signup-form {
  display: block;
}

#header .header-nav-extended .header-nav-extended-popup.signup .recover-form {
  display: none;
}

#header .header-nav-extended .header-nav-extended-popup.recover .signin-form, #header .header-nav-extended .header-nav-extended-popup.recover .signup-form {
  display: none;
}

#header .header-search {
  margin-left: 1rem;
}

#header .header-search .form-control {
  border-radius: 20px;
  font-size: 0.9em;
  height: 20px;
  margin: 0;
  padding: 6px 12px;
  transition: width 300ms ease;
  width: 150px;
  perspective: 1000px;
}

#header .header-search .btn-light {
  right: 0;
  background: transparent;
  border: 0 none;
  color: #d1d1d1;
  position: absolute;
  top: 0;
  z-index: 3;
}

#header .header-search .btn-light:hover {
  color: #212529;
}

#header .header-social-icons {
  margin-left: 1rem;
}

#header .header-border-left {
  border-left: 1px solid rgba(33, 37, 41, 0.08);
}

#header .header-border-right {
  border-right: 1px solid rgba(33, 37, 41, 0.08);
}

#header .header-border-top {
  border-top: 1px solid rgba(33, 37, 41, 0.08);
}

#header .header-border-bottom {
  border-bottom: 1px solid rgba(33, 37, 41, 0.08);
}

@media (max-width: 991px) {
  #header .header-mobile-border-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(33, 37, 41, 0.08);
  }
}

#header .header-btn-collapse-nav {
  background: #d1d1d1;
  color: #FFFFFF;
  display: none;
  float: right;
  margin: 0 0 0 1rem;
}

#header.header-narrow .header-body {
  min-height: 0;
}

#header.header-narrow .header-logo {
  margin-top: 0;
  margin-bottom: 0;
}

#header.header-narrow .header-nav {
  padding-top: 0;
  padding-bottom: 0;
}

#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

#header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-links nav > ul > li:hover > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li > a, #header.header-no-border-bottom .header-nav.header-nav-line nav > ul > li:hover > a {
  margin: 0;
}

#header.header-effect-shrink {
  transition: ease height 300ms;
}

#header.header-effect-shrink .header-top {
  transition: ease height 300ms;
}

#header.header-effect-shrink .header-container {
  min-height: 100px;
}

#header.header-effect-shrink .header-logo {
  display: flex;
  align-items: center;
}

#header.header-dark .header-body {
  background: #212529;
}

#header.header-dark .header-body .header-nav.header-nav-links-sidebar nav > ul > li > a {
  border-bottom-color: #2f343a;
}

@media (max-width: 991px) {
  html.mobile-menu-opened #header .header-body[class*="border-color-"] {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
  }
}

html:not(.boxed) #header.header-floating-bar {
  position: absolute;
  top: 45px;
  width: 100%;
}

html:not(.boxed) #header.header-floating-bar .header-body {
  border: medium none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: auto;
}

html:not(.boxed) #header.header-floating-bar .header-nav-primary nav > ul > li.dropdown-full > .dropdown-menu {
  left: 0;
  right: 0;
}

@media (max-width: 991px) {
  html:not(.boxed) #header.header-floating-bar {
    top: 0;
  }
}

@media (max-width: 991px) {
  html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-body {
    margin: 10px;
  }
  html:not(.boxed):not(.sticky-header-active) #header.header-floating-bar .header-nav-primary:before {
    display: none;
  }
}

@media (min-width: 1200px) {
  html:not(.sticky-header-active) #header.header-floating-bar .header-body {
    max-width: 1140px;
    right: 15px;
  }
  html:not(.sticky-header-active) #header.header-floating-bar .header-container {
    padding-right: 0px;
    padding-left: 30px;
  }
}

html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
  max-width: none;
}

html #header.header-bottom-slider {
  position: absolute;
  bottom: 0;
}

html #header.header-bottom-slider .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

html #header.header-bottom-slider.header-transparent-light-top-border .header-body {
  border-top: 1px solid rgba(68, 68, 68, 0.4);
}

html #header.header-bottom-slider.header-transparent-light-top-border-1 .header-body {
  border-top: 1px solid rgba(68, 68, 68, 0.1);
}

html #header.header-bottom-slider.header-transparent-dark-top-border .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

html #header.header-bottom-slider.header-transparent-dark-top-border-1 .header-body {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

html.sticky-header-active #header.header-bottom-slider .header-body {
  border-top-color: transparent;
}

@media (max-width: 991px) {
  html #header.header-bottom-slider .header-nav-primary {
    top: calc(100% + 15px);
  }
  html.sticky-header-active #header.header-bottom-slider .header-nav-primary {
    top: 100%;
  }
}

html #header.header-transparent {
  min-height: 0 !important;
  width: 100%;
  position: absolute;
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
  border-bottom: 0;
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
  background-color: transparent !important;
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
  background-color: rgba(33, 37, 41, 0.4) !important;
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
  html #header.header-transparent .header-body {
    overflow: hidden;
  }
  html #header.header-transparent .header-body.bg-dark .header-nav-primary:before, html #header.header-transparent .header-body.bg-dark .header-nav-primary:before {
    background-color: #212529;
  }
  html #header.header-transparent .header-nav-primary:before {
    width: calc(100% - 30px);
  }
  html #header.header-transparent .header-nav-primary nav {
    padding: 0 30px;
  }
  html.sticky-header-active #header.header-transparent .header-nav-primary nav {
    padding: 0 15px;
  }
}

html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: #f7f7f7;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
  border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

html.sticky-header-active #header.header-effect-shrink .header-body {
  position: relative;
}

html.sticky-header-reveal.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}

html.sticky-header-enabled #header .header-logo-sticky-change {
  position: relative;
}

html.sticky-header-enabled #header .header-logo-sticky-change img {
  position: absolute;
  top: 0;
  left: 0;
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 1 !important;
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 0 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
  opacity: 0 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  #header .header-body:not(.h-100) {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  #header .header-logo img {
    z-index: 1;
  }
  #header .header-nav {
    display: flex;
    align-items: center;
  }
  #header.header-narrow .header-nav.header-nav-stripe {
    min-height: 70px;
  }
}

@media (min-width: 992px) {
  html.sidebar .body .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px;
  }
  html.sidebar:not(.sidebar-above) body > .body {
    margin: 0 0 0 300px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible;
  }
  html.sidebar.sidebar-above #header.sidebar {
    transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  html.sidebar.sidebar-container-change .body .container {
    transform: translateX(125px);
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  html.sidebar.sidebar-container-change .body .container {
    max-width: 960px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  html.sidebar.sidebar-container-change.sidebar-right .body .container {
    transform: translateX(-125px);
  }
}

@media (min-width: 992px) {
  html.sidebar #header.sidebar {
    left: 0;
    position: fixed;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    top: 0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
  }
  html.sidebar #header.sidebar:not(.header-transparent) {
    background: #FFFFFF;
  }
  html.sidebar #header.sidebar.sidebar-lg {
    max-width: 400px;
  }
  html.sidebar #header.sidebar.sidebar-hidden {
    transform: translateX(100%);
  }
  html.sidebar #header.sidebar .header-body {
    border-top: 0;
  }
  html.sidebar #header.sidebar .header-container {
    width: 100%;
  }
  html.sidebar #header.sidebar .header-row {
    flex-direction: column;
  }
  html.sidebar #header.sidebar .header-search {
    width: 100%;
    margin: 0.7rem 0;
  }
  html.sidebar #header.sidebar .header-nav-top .nav > li > a, html.sidebar #header.sidebar .header-nav-top .nav > li > span {
    display: block;
  }
  html.sidebar #header.sidebar .header-logo {
    margin: 2rem 0;
  }
  html.sidebar #header.sidebar .header-nav {
    flex-direction: column;
  }
  html.sidebar #header.sidebar .header-nav.header-nav-links nav > ul > li > a {
    height: auto;
  }
  html.sidebar #header.sidebar .header-nav-primary,
  html.sidebar #header.sidebar .header-nav-primary nav,
  html.sidebar #header.sidebar .header-nav-primary .nav {
    width: 100%;
  }
  html.sidebar #header.sidebar .nav {
    flex-direction: column;
    width: 100%;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown > a.dropdown-toggle:after {
    right: 15px;
    content: "";
    border-color: transparent transparent transparent #d1d1d1;
    position: absolute;
    top: 50%;
    border-top: .3em solid;
    border-bottom: .3em solid transparent;
    border-left: .3em solid transparent;
    border-right: 0;
    transform: translate3d(0, -50%, 0);
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown:hover > .dropdown-menu {
    left: 100%;
    top: 3px;
    border-top: 0;
    border-left: 5px solid #d1d1d1;
    margin-left: -5px;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
    margin-top: -5px;
    border-top: 0;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown.open > a, html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown:hover > a {
    padding-bottom: 0.5rem;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown.open > a:before, html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown:hover > a:before {
    content: none;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown-full {
    position: relative !important;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li.dropdown-full .dropdown-menu {
    min-width: 720px;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li {
    margin-top: 1px;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li > a {
    display: flex;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li .dropdown-menu.dropdown-reverse li a {
    padding-right: 8px;
    padding-left: 20px;
  }
  html.sidebar #header.sidebar .header-nav-primary nav > ul > li .dropdown-menu.dropdown-reverse li.dropdown-submenu > a:after {
    border-width: 4px 4px 4px 0;
  }
  html.sidebar-right:not(.sidebar-above) body > .body {
    margin: 0 300px 0 0;
  }
  html.sidebar-right #header.sidebar {
    left: auto;
    right: 0;
  }
  html.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-primary nav > ul > li.dropdown > a.dropdown-toggle {
    padding-right: 0px;
    padding-left: 30px;
  }
  html.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-primary nav > ul > li.dropdown > a.dropdown-toggle:after {
    left: 15px;
    right: auto;
    border-right: .3em solid transparent;
    border-left: 0;
  }
  html.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand) .header-nav-primary nav > ul > li.dropdown:hover > .dropdown-menu {
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: 100%;
    left: auto;
    border-right: 5px solid #d1d1d1;
    border-left: 0;
    margin-left: 0;
    margin-right: -5px;
    border-radius: 5px 0 0 5px;
    opacity: 1;
  }
  html.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide):not(.header-nav-links-vertical-expand).header-nav-links-vertical-columns .header-nav-primary nav > ul > li.dropdown:hover > .dropdown-menu {
    height: 100vh;
  }
  html.sidebar-right #header.sidebar.sidebar-hidden {
    transform: translateX(-100%);
  }
  html.sidebar-right.sidebar-right-no-reverse #header.sidebar .header-nav:not(.header-nav-links-vertical-slide) .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a {
    padding-left: 25px;
  }
  html.sidebar-right.sidebar-right-no-reverse #header.sidebar .header-nav:not(.header-nav-links-vertical-slide) .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    left: initial;
    right: 20px;
  }
  html.ie.sidebar-right #header.sidebar .header-nav:not(.header-nav-links-vertical-slide) .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    left: 10px;
    right: initial;
    width: 0;
  }
  html.side-header-semi-transparent body > .body {
    margin: 0;
  }
  html.side-header-semi-transparent #header.sidebar {
    background: rgba(0, 0, 0, 0.3);
  }
  html.side-header-semi-transparent #header.sidebar .header-body {
    background: transparent !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html.sidebar:not(.sidebar-above) body > .body {
    margin: 0;
  }
  html.sidebar #header.sidebar {
    left: -300px;
    z-index: 20 !important;
  }
  html.sidebar.sidebar-right #header.sidebar {
    left: auto;
    right: -300px;
  }
}

@media (min-width: 1200px) {
  html.sidebar.sidebar-hidden #header.sidebar {
    left: 0;
    transform: translateX(0);
  }
  html.sidebar.sidebar-right.sidebar-hidden #header.sidebar {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}

@media (max-width: 991px) {
  html.sidebar #header.sidebar .header-container {
    height: auto !important;
  }
}

@media (max-height: 768px) {
  html.sidebar #header .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu,
  html.sidebar #header .header-nav-primary nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
  }
}

html.sidebar-hamburger .body .container {
  padding: 0 35px;
  width: auto !important;
  max-width: 1210px;
}

html.sidebar-hamburger:not(.sidebar-above) body > .body {
  margin: 0 0 0 300px;
  width: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

html.sidebar-hamburger:not(.sidebar-above) body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  width: 100% !important;
  left: auto !important;
}

html.sidebar-hamburger.sidebar-above #header.sidebar {
  transition: cubic-bezier(0.55, 0, 0.1, 1) transform 300ms;
}

html.sidebar-hamburger #header.sidebar {
  left: 0;
  background: #FFFFFF;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  top: 0;
  max-width: 300px;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  z-index: 9991;
}

html.sidebar-hamburger #header.sidebar.sidebar-lg {
  max-width: 400px;
}

html.sidebar-hamburger #header.sidebar.sidebar-hidden {
  transform: translateX(-100%);
}

html.sidebar-hamburger #header.sidebar.header-transparent {
  background: transparent;
}

html.sidebar-hamburger #header.sidebar .sidebar-scrollable {
  height: 100%;
}

html.sidebar-hamburger #header.sidebar .header-body {
  border-top: 0;
  height: 100% !important;
}

html.sidebar-hamburger #header.sidebar .header-container {
  width: 100% !important;
  height: 100% !important;
}

html.sidebar-hamburger #header.sidebar .header-row {
  flex-direction: column;
}

html.sidebar-hamburger #header.sidebar .header-search {
  width: 100%;
  margin: 0.7rem 0;
}

html.sidebar-hamburger #header.sidebar .header-nav-top .nav > li > a, html.sidebar-hamburger #header.sidebar .header-nav-top .nav > li > span {
  display: block;
}

html.sidebar-hamburger #header.sidebar .header-logo {
  margin: 2rem 0;
}

html.sidebar-hamburger #header.sidebar .header-nav {
  flex-direction: column;
}

html.sidebar-hamburger #header.sidebar .header-nav.header-nav-links nav > ul > li > a {
  height: auto;
}

html.sidebar-hamburger #header.sidebar .header-nav-primary,
html.sidebar-hamburger #header.sidebar .header-nav-primary nav,
html.sidebar-hamburger #header.sidebar .header-nav-primary .nav {
  width: 100%;
}

html.sidebar-hamburger #header.sidebar .nav {
  flex-direction: column;
  width: 100%;
}

html.sidebar-hamburger.sidebar-hamburger-right #header.sidebar {
  left: auto;
  right: 0;
}

html.sidebar-hamburger.sidebar-hamburger-right #header.sidebar.sidebar-hidden {
  transform: translateX(100%);
}

html.sidebar-hamburger.sidebar-hamburger-push body > .body {
  margin: 0;
  overflow: visible;
  transition: ease right 300ms;
  right: 0;
}

html.sidebar-hamburger.sidebar-hamburger-push .body-overlay {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 999;
  opacity: 0;
}

html.sidebar-hamburger.sidebar-hamburger-push #header.sidebar {
  transform: none;
  transition: ease left 300ms;
  left: -300px;
}

html.sidebar-hamburger.sidebar-hamburger-right.sidebar-hamburger-push body > .body {
  transition: ease left 300ms;
  left: 0;
  right: auto;
}

html.sidebar-hamburger.sidebar-hamburger-right.sidebar-hamburger-push #header.sidebar {
  transition: ease right 300ms;
  right: -300px;
  left: auto;
}

html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-push .hamburger-btn:not(.hamburger-btn-side-header-mobile-show), html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-push .sticky-container {
  display: none;
}

html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-push body > .body {
  position: relative;
  right: -300px;
}

html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-push .body-overlay {
  opacity: 1;
  height: 100%;
}

html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-push #header.sidebar {
  z-index: 11;
  left: 0;
}

html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-right.sidebar-hamburger-push body > .body {
  left: -300px;
  right: auto;
}

html.sidebar-hamburger:not(.sidebar-hidden).sidebar-hamburger-right.sidebar-hamburger-push #header.sidebar {
  right: 0;
  left: auto;
}

html.sidebar-overlay-full-screen body > .body {
  margin: 0;
  width: auto;
  overflow-x: hidden;
  overflow-y: visible;
}

html.sidebar-overlay-full-screen #header {
  left: 0;
  display: flex;
  align-items: center;
  background-color: rgba(53, 60, 66, 0.99);
  position: fixed;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 3rem;
  opacity: 0;
  visibility: hidden;
  transition: ease opacity 300ms, ease visibility 300ms;
}

html.sidebar-overlay-full-screen #header:not(.sidebar-hidden) {
  opacity: 1;
  visibility: visible;
  transition: ease opacity 300ms, ease visibility 300ms;
}

html.sidebar-overlay-full-screen #header .header-container:after {
  content: none;
}

html.sidebar-overlay-full-screen #header .header-body {
  background-color: transparent;
  border: 0;
}

html.sidebar-overlay-full-screen #header .header-row-sidebar {
  flex: 0 0 50%;
  margin: 0 auto;
}

html.sidebar-overlay-full-screen #header .header-nav {
  flex-direction: column;
}

html.sidebar-overlay-full-screen #header .header-nav.header-nav-links nav > ul > li > a {
  height: auto;
}

html.sidebar-overlay-full-screen #header .header-nav-primary,
html.sidebar-overlay-full-screen #header .header-nav-primary nav,
html.sidebar-overlay-full-screen #header .header-nav-primary .nav {
  width: 100%;
}

html.sidebar-overlay-full-screen #header .nav {
  flex-direction: column;
  width: 100%;
}

html.sidebar-overlay-full-screen #header .header-nav-primary {
  position: relative;
}

html.sidebar-overlay-full-screen #header .header-nav-primary:before {
  content: none;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li {
  text-align: center;
  position: static;
  margin-top: 1px;
  height: auto;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li > a {
  display: inline-block;
  border: 0;
  font-size: 1.8rem;
  text-transform: none;
  color: #FFFFFF;
  padding: 15px 0 !important;
  font-weight: 700;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li > a:after {
  top: -2px !important;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li > a.open, html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li > a:focus, html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li > a:active, html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li > a.active {
  background: transparent;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-item {
  transition: ease left 300ms;
  position: relative;
  left: 0;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-item:after {
  display: none;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-item:before {
  display: none !important;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu {
  position: static;
  background: transparent !important;
  box-shadow: none;
  display: none !important;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a {
  border: 0;
  font-size: 1.1rem;
  color: #FFFFFF;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a:after {
  display: none;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-submenu {
  position: static;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-submenu .dropdown-menu a {
  font-size: 0.75rem;
  opacity: 0.7;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu,
html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-submenu.open > .dropdown-menu {
  display: block !important;
  opacity: 1;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  margin: 0;
  transform: none;
  position: static;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.open > .dropdown-menu li a,
html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-submenu.open > .dropdown-menu li a {
  background: transparent;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-content {
  padding: 1.6rem 0 0;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-content > .row {
  flex-direction: column;
  align-items: center;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-content > .row > [class*="col-"] {
  max-width: none;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-content > .row > [class*="col-"] + [class*="col-"] {
  margin-top: 25px;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-title {
  color: #FFFFFF;
  font-size: 1.2em;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-nav {
  opacity: 0.7;
}

html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-nav > li > a {
  margin: 0 0 8px;
  padding: 3px 8px 3px 8px;
}

html.sidebar-overlay-full-screen.ie #header .header-nav-primary nav > ul > li.dropdown.dropdown-full .dropdown-content > .row > [class*="col-"] {
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  html.sidebar-overlay-full-screen #header .header-row-sidebar {
    flex: 0 0 100%;
  }
  html.sidebar-overlay-full-screen #header .sidebar-scrollable {
    height: 100% !important;
  }
  html.sidebar-overlay-full-screen #header .sidebar-scrollable .scrollable-content {
    right: 0 !important;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: hidden;
  }
  html.sidebar-overlay-full-screen #header .sidebar-scrollable .scrollable-pane {
    display: none !important;
  }
  html.sidebar-overlay-full-screen #header .header-nav {
    height: 100%;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary {
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav {
    max-height: 80vh;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul > li.dropdown .dropdown-item:hover {
    left: 0;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul li {
    border-bottom: 0;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul li a {
    text-align: center;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul li.dropdown.dropdown-full .dropdown-content {
    padding: 0;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul li.dropdown.dropdown-full .dropdown-title {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 7px;
  }
  html.sidebar-overlay-full-screen #header .header-nav-primary nav > ul li.dropdown.dropdown-full .dropdown-nav {
    margin: 0;
  }
}

html.sidebar-narrow-hamburger .body {
  margin-left: 90px;
}

html.sidebar-narrow-hamburger #header.sidebar {
  transform: translateX(90px);
}

html.sidebar-narrow-hamburger .slider-container {
  left: -45px !important;
  width: calc(100% + $sidebar-narrow-width) !important;
}

.sidebar-narrow {
  left: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  width: 90px;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9992;
}

.sidebar-narrow:after {
  left: auto;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.06);
  position: absolute;
}

.sidebar-narrow .sidebar-narrow-content .sidebar-narrow-content-vertical {
  transform: rotate(-90deg);
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: -118px;
}

@media (max-width: 991px) {
  html.sidebar-narrow-hamburger .body {
    padding-left: 90px;
    margin-left: 0;
  }
  html.sidebar-narrow-hamburger #header {
    padding-left: 90px;
    left: -90px !important;
  }
}

html[dir="rtl"] #header .header-search .btn-light {
  right: -35px;
}

html.ie #header .header-column .header-extended-container-content .header-extended-container .header-extended-container-info {
  flex: none;
}

body[data-plugin-section-scroll] #header .header-body {
  background: transparent;
}

@media (max-width: 991px) {
  html.safari #header .header-body {
    overflow: visible !important;
  }
}

.btn {
  font-size: 0.8rem;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
}

.btn.btn-xs {
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
  font-size: 0.8rem;
  padding: 0.3rem 0.6rem;
}

.btn.btn-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

.btn.btn-xl {
  font-size: 1rem;
  padding: 0.8rem 2rem;
}

.btn.btn-px-1 {
  padding-left: .35rem;
  padding-right: .35rem;
}

.btn.btn-px-2 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn.btn-px-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn.btn-px-4 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.btn.btn-px-5 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.btn.btn-py-1 {
  padding-top: .35rem;
  padding-bottom: .35rem;
}

.btn.btn-py-2 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.btn.btn-py-3 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.btn.btn-py-4 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.btn.btn-py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active, html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active {
  box-shadow: none !important;
}

.btn + .dropdown-menu .dropdown-item {
  font-size: 0.8rem;
}

.btn-default {
  color: #353c42;
  background-color: #FFFFFF;
  border-color: #d1d1d1;
  box-shadow: none !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #353c42;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-square {
  border-radius: 0;
}

.btn-outline {
  border-width: 1px;
  padding: 0.5rem 0.9rem;
}

.btn-outline.btn-xs {
  padding: 0.15rem 0.5rem;
}

.btn-outline.btn-sm {
  padding: 0.25rem 0.6rem;
}

.btn-outline.btn-lg {
  padding: 0.45rem 1rem;
}

.btn-outline.btn-xl {
  padding: 0.75rem 2rem;
}

.btn-modern {
  text-transform: uppercase;
  font-size: .8em;
  padding: 0.8rem 1.5rem;
  font-weight: 700;
}

.btn-rounded {
  border-radius: 35px;
}

.btn-rounded-icon {
  border-radius: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-rounded-icon[data-hash] > i {
  pointer-events: none;
}

.btn.dropdown-toggle:after {
  margin-left: 0.15em;
  vertical-align: 0.15em;
}

.btn-primary {
  background-color: #00719B;
  border-color: #00719B #00719B #004c68;
  color: #FFFFFF;
}

.btn-primary:hover, .btn-primary.hover {
  background-color: #008dc1;
  border-color: #0096ce #0096ce #00719B;
  color: #FFFFFF;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #00719B;
  border-color: #00719B #00719B #004c68;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #005575;
  background-image: none;
  border-color: #004c68 #004c68 #002735;
}

.btn-outline.btn-primary {
  color: #00719B;
  background-color: transparent;
  background-image: none;
  border-color: #00719B;
}

.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
  color: #FFFFFF;
  background-color: #00719B;
  border-color: #00719B;
}

.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
  color: #00719B;
  background-color: transparent;
}

.btn-outline.btn-primary:active, .btn-outline.btn-primary.active,
.show > .btn-outline.btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00719B;
  border-color: #00719B;
}

.btn-success {
  background-color: #00CC55;
  border-color: #00CC55 #00CC55 #009940;
  color: #FFFFFF;
}

.btn-success:hover, .btn-success.hover {
  background-color: #00f265;
  border-color: #00ff6a #00ff6a #00CC55;
  color: #FFFFFF;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #00CC55;
  border-color: #00CC55 #00CC55 #009940;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #00a645;
  background-image: none;
  border-color: #009940 #009940 #00662b;
}

.btn-outline.btn-success {
  color: #00CC55;
  background-color: transparent;
  background-image: none;
  border-color: #00CC55;
}

.btn-outline.btn-success:hover, .btn-outline.btn-success.hover {
  color: #FFFFFF;
  background-color: #00CC55;
  border-color: #00CC55;
}

.btn-outline.btn-success:focus, .btn-outline.btn-success.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
  color: #00CC55;
  background-color: transparent;
}

.btn-outline.btn-success:active, .btn-outline.btn-success.active,
.show > .btn-outline.btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00CC55;
  border-color: #00CC55;
}

.btn-warning {
  background-color: #FFBB33;
  border-color: #FFBB33 #FFBB33 #ffaa00;
  color: #FFFFFF;
}

.btn-warning:hover, .btn-warning.hover {
  background-color: #ffc859;
  border-color: #ffcc66 #ffcc66 #FFBB33;
  color: #FFFFFF;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #FFBB33;
  border-color: #FFBB33 #FFBB33 #ffaa00;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ffae0d;
  background-image: none;
  border-color: #ffaa00 #ffaa00 #cc8800;
}

.btn-outline.btn-warning {
  color: #FFBB33;
  background-color: transparent;
  background-image: none;
  border-color: #FFBB33;
}

.btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover {
  color: #FFFFFF;
  background-color: #FFBB33;
  border-color: #FFBB33;
}

.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
  color: #FFBB33;
  background-color: transparent;
}

.btn-outline.btn-warning:active, .btn-outline.btn-warning.active,
.show > .btn-outline.btn-warning.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FFBB33;
  border-color: #FFBB33;
}

.btn-danger {
  background-color: #FF4444;
  border-color: #FF4444 #FF4444 #ff1111;
  color: #FFFFFF;
}

.btn-danger:hover, .btn-danger.hover {
  background-color: #ff6a6a;
  border-color: #ff7777 #ff7777 #FF4444;
  color: #FFFFFF;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #FF4444;
  border-color: #FF4444 #FF4444 #ff1111;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #ff1e1e;
  background-image: none;
  border-color: #ff1111 #ff1111 #dd0000;
}

.btn-outline.btn-danger {
  color: #FF4444;
  background-color: transparent;
  background-image: none;
  border-color: #FF4444;
}

.btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover {
  color: #FFFFFF;
  background-color: #FF4444;
  border-color: #FF4444;
}

.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
  color: #FF4444;
  background-color: transparent;
}

.btn-outline.btn-danger:active, .btn-outline.btn-danger.active,
.show > .btn-outline.btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #FF4444;
  border-color: #FF4444;
}

.btn-info {
  background-color: #00BBFF;
  border-color: #00BBFF #00BBFF #0096cc;
  color: #FFFFFF;
}

.btn-info:hover, .btn-info.hover {
  background-color: #26c5ff;
  border-color: #33c9ff #33c9ff #00BBFF;
  color: #FFFFFF;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #00BBFF;
  border-color: #00BBFF #00BBFF #0096cc;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #009fd9;
  background-image: none;
  border-color: #0096cc #0096cc #007099;
}

.btn-outline.btn-info {
  color: #00BBFF;
  background-color: transparent;
  background-image: none;
  border-color: #00BBFF;
}

.btn-outline.btn-info:hover, .btn-outline.btn-info.hover {
  color: #FFFFFF;
  background-color: #00BBFF;
  border-color: #00BBFF;
}

.btn-outline.btn-info:focus, .btn-outline.btn-info.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline.btn-info.disabled, .btn-outline.btn-info:disabled {
  color: #00BBFF;
  background-color: transparent;
}

.btn-outline.btn-info:active, .btn-outline.btn-info.active,
.show > .btn-outline.btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #00BBFF;
  border-color: #00BBFF;
}

.btn-dark {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
  color: #FFFFFF;
}

.btn-dark:hover, .btn-dark.hover {
  background-color: #32383e;
  border-color: #383f45 #383f45 #212529;
  color: #FFFFFF;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529 #212529 #0a0c0d;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #101214;
  background-image: none;
  border-color: #0a0c0d #0a0c0d black;
}

.btn-outline.btn-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}

.btn-outline.btn-dark:hover, .btn-outline.btn-dark.hover {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline.btn-dark:focus, .btn-outline.btn-dark.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline.btn-dark.disabled, .btn-outline.btn-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline.btn-dark:active, .btn-outline.btn-dark.active,
.show > .btn-outline.btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #212529;
  border-color: #212529;
}

html body .btn-light,
html body .btn-outline.btn-light {
  border-color: #cccccc #cccccc #b3b2b2;
  color: #212529;
}

html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover {
  background-color: #f2f2f2;
  border-color: #d9d9d9 #d9d9d9 #bfbfbf;
  color: #212529;
}

html body .btn-light:focus, html body .btn-light.focus,
html body .btn-outline.btn-light:focus,
html body .btn-outline.btn-light.focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
}

html body .btn-light.disabled, html body .btn-light:disabled,
html body .btn-outline.btn-light.disabled,
html body .btn-outline.btn-light:disabled {
  border-color: #b3b2b2 #b3b2b2 #b3b2b2;
}

html body .btn-light:active, html body .btn-light.active,
.show > html body .btn-light.dropdown-toggle,
html body .btn-outline.btn-light:active,
html body .btn-outline.btn-light.active,
.show >
html body .btn-outline.btn-light.dropdown-toggle {
  border-color: #b3b2b2 #b3b2b2 #b3b2b2;
}

html[dir="rtl"] .input-group .form-control:not(:first-child),
html[dir="rtl"] .input-group-addon:not(:first-child),
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .btn-group > .btn,
html[dir="rtl"] .input-group-btn:not(:first-child) > .dropdown-toggle,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
html[dir="rtl"] .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hamburger-btn {
  background: transparent;
  outline: 0 !important;
  border: none;
  width: 24px;
  height: 30px;
  padding: 0;
  margin: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.hamburger-btn.hamburger-btn-sidebar {
  position: absolute;
  top: 20px;
  right: 14px;
}

.hamburger-btn.hamburger-btn-sidebar-overlay {
  right: 30px;
}

.hamburger-btn .hamburger span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transition: ease width 300ms;
  transform: translateY(-50%);
  background: #353c42;
}

.hamburger-btn .hamburger span:nth-child(1) {
  top: 30%;
}

.hamburger-btn .hamburger span:nth-child(2) {
  transition-delay: 100ms;
}

.hamburger-btn .hamburger span:nth-child(3) {
  top: 70%;
  transition-delay: 200ms;
}

.hamburger-btn .close {
  opacity: 0;
  transition: ease all 300ms;
}

.hamburger-btn .close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 1px;
  background: #353c42;
  transition: ease all 300ms;
  transform-origin: 50% 0;
}

.hamburger-btn .close span:nth-child(1) {
  transform: translateX(-50%) rotate(45deg);
}

.hamburger-btn .close span:nth-child(2) {
  transform: translateX(-50%) rotate(-45deg);
}

.hamburger-btn.active .hamburger {
  opacity: 0;
}

.hamburger-btn.active .hamburger span {
  width: 0;
}

.hamburger-btn.active .close {
  opacity: 1;
  transition: ease all 300ms;
}

.hamburger-btn.active .close span {
  width: 80%;
  transition: ease all 300ms;
}

.hamburger-btn.active .close span:nth-child(2) {
  transition-delay: 300ms;
}

.hamburger-btn.hamburger-btn-light .hamburger span,
.hamburger-btn.hamburger-btn-light .close span {
  background: #FFFFFF;
}

html.sticky-header-active .hamburger-btn.hamburger-btn-sticky-light .hamburger span,
html.sticky-header-active .hamburger-btn.hamburger-btn-sticky-light .close span,
.pin-wrapper .sticky-active:not([class*="sticky-container-effect"]) .hamburger-btn.hamburger-btn-sticky-light .hamburger span,
.pin-wrapper .sticky-active:not([class*="sticky-container-effect"]) .hamburger-btn.hamburger-btn-sticky-light .close span,
.pin-wrapper .sticky-effect-active .hamburger-btn.hamburger-btn-sticky-light .hamburger span,
.pin-wrapper .sticky-effect-active .hamburger-btn.hamburger-btn-sticky-light .close span {
  background: #FFFFFF;
}

html.sticky-header-active .hamburger-btn.hamburger-btn-sticky-dark .hamburger span,
html.sticky-header-active .hamburger-btn.hamburger-btn-sticky-dark .close span,
.pin-wrapper .sticky-active:not([class*="sticky-container-effect"]) .hamburger-btn.hamburger-btn-sticky-dark .hamburger span,
.pin-wrapper .sticky-active:not([class*="sticky-container-effect"]) .hamburger-btn.hamburger-btn-sticky-dark .close span,
.pin-wrapper .sticky-effect-active .hamburger-btn.hamburger-btn-sticky-dark .hamburger span,
.pin-wrapper .sticky-effect-active .hamburger-btn.hamburger-btn-sticky-dark .close span {
  background: #212529;
}

.flag {
  width: 16px;
  height: 11px;
  background: url(../img/flags.png) no-repeat;
}

.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tibet {
  background-position: -176px -143px;
}

.flag.flag-tj {
  background-position: -192px -143px;
}

.flag.flag-tk {
  background-position: -208px -143px;
}

.flag.flag-tl {
  background-position: -224px -143px;
}

.flag.flag-tm {
  background-position: -240px -143px;
}

.flag.flag-tn {
  background-position: 0 -154px;
}

.flag.flag-to {
  background-position: -16px -154px;
}

.flag.flag-tr {
  background-position: -32px -154px;
}

.flag.flag-tt {
  background-position: -48px -154px;
}

.flag.flag-tv {
  background-position: -64px -154px;
}

.flag.flag-tw {
  background-position: -80px -154px;
}

.flag.flag-tz {
  background-position: -96px -154px;
}

.flag.flag-ua {
  background-position: -112px -154px;
}

.flag.flag-ug {
  background-position: -128px -154px;
}

.flag.flag-um {
  background-position: -144px -154px;
}

.flag.flag-us {
  background-position: -160px -154px;
}

.flag.flag-uy {
  background-position: -176px -154px;
}

.flag.flag-uz {
  background-position: -192px -154px;
}

.flag.flag-va {
  background-position: -208px -154px;
}

.flag.flag-vc {
  background-position: -224px -154px;
}

.flag.flag-ve {
  background-position: -240px -154px;
}

.flag.flag-vg {
  background-position: 0 -165px;
}

.flag.flag-vi {
  background-position: -16px -165px;
}

.flag.flag-vn {
  background-position: -32px -165px;
}

.flag.flag-vu {
  background-position: -48px -165px;
}

.flag.flag-wales {
  background-position: -64px -165px;
}

.flag.flag-wf {
  background-position: -80px -165px;
}

.flag.flag-ws {
  background-position: -96px -165px;
}

.flag.flag-xk {
  background-position: -112px -165px;
}

.flag.flag-ye {
  background-position: -128px -165px;
}

.flag.flag-yt {
  background-position: -144px -165px;
}

.flag.flag-za {
  background-position: -160px -165px;
}

.flag.flag-zanzibar {
  background-position: -176px -165px;
}

.flag.flag-zm {
  background-position: -192px -165px;
}

.flag.flag-zw {
  background-position: -208px -165px;
}

form label {
  font-weight: normal;
}

textarea {
  resize: vertical;
}

select {
  border: 1px solid #e6e5e5;
  border-radius: 5px;
  outline: none;
}

.label {
  font-weight: normal;
}

label.required:after {
  content: "*";
  font-size: 0.8em;
  margin: 0.3em;
  position: relative;
  top: -2px;
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.form-control {
  border-color: rgba(0, 0, 0, 0.09);
}

.form-control:not(.form-control-lg) {
  font-size: 0.75rem;
  line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 0.85rem;
  line-height: 1.85;
}

.form-control.form-control-focused {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05) inset;
  border-color: #d1d1d1;
}

.form-control:focus {
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05) inset;
  border-color: #d1d1d1;
}

.form-control.error {
  border-color: #a8a7a7;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05) inset;
}

.form-control.error:focus {
  border-color: #bcbcbc;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05) inset;
}

.page-link {
  border-color: rgba(0, 0, 0, 0.06);
}

.input-group .form-control {
  height: auto;
}

.input-group-rounded .form-control {
  border-radius: 2rem 0rem 0rem 2rem;
  border: 0;
  padding-left: 1rem;
}

.input-group-rounded .input-group-append .btn {
  border-color: rgba(33, 37, 41, 0.09);
  border-radius: 0rem 2rem 2rem 0rem;
  font-size: 0.7rem;
  padding: 0.87rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  z-index: 3;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bcbcbc;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bcbcbc;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bcbcbc;
}

.default-search .form-control {
  border-radius: 1.3rem 0 0 1.3rem;
  border-color: #ebebeb;
  border-right: 0;
}

.default-search .form-control:focus {
  box-shadow: none;
}

.default-search .input-group-append {
  border-radius: 0 1.3rem 1.3rem 0;
  border: 1px solid #ebebeb;
  border-left: 0;
}

.default-search .input-group-append .btn {
  background: transparent !important;
  border: 0;
  box-shadow: none !important;
}

.img-thumbnail {
  border-radius: 5px;
  position: relative;
}

.img-thumbnail img {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .thumbnail {
    border: 0;
    text-align: center;
  }
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: transparent;
}

ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

ul.nav-list li a {
  transition: background 300ms;
  border-bottom: 1px solid rgba(33, 37, 41, 0.06);
  padding: 8px 0 8px 22px;
  display: block;
  color: #212529;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
}

ul.nav-list li a:before {
  font-family: 'Pe-icon-7-stroke';
  content: "\e684";
  font-weight: 700;
  position: absolute;
  top: 8px;
  font-size: 0.45rem;
  opacity: 0.7;
  transform: translate3d(-1px, 0, 0);
  left: 12px;
}

ul.nav-list li a:hover {
  text-decoration: none;
}

ul.nav-list li a:hover:before {
  animation-name: arrowLeftRight;
  animation-duration: 300ms;
  animation-iteration-count: 1;
}

ul.nav-list li > a.active {
  font-weight: 700;
}

ul.nav-list li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

ul.nav-list li:last-child a {
  border-bottom: 0;
}

ul.nav-list.hide-not-active li ul {
  display: none;
}

ul.nav-list.hide-not-active li.active ul {
  display: block;
}

ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
  background-color: #f7f7f7;
}

ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
  background-color: #ebebeb;
}

ul.nav-list-default li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

ul.nav-list-default li a {
  transition: background 300ms;
  border-bottom: 1px solid rgba(33, 37, 41, 0.07);
  padding: 8px 0;
  display: block;
  color: #212529;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
  transition: ease padding 300ms;
}

ul.nav-list-default li > a.active {
  font-weight: 700;
}

ul.nav-list-default li:hover a {
  padding-left: 4px;
}

ul.nav-list-default li ul {
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0;
}

ul.narrow li a {
  padding: 4px 0;
}

ul.nav-pills > li > a.active {
  color: #FFFFFF;
  background-color: #d1d1d1;
}

ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
  color: #FFFFFF;
  background-color: #d1d1d1;
}

.nav-pills-center {
  text-align: center;
}

.nav-pills-center > li {
  display: inline-block;
  float: none;
}

.nav-pills-sm > li > a {
  padding: 7px 12px;
}

.nav-pills-xs > li > a {
  padding: 5px 10px;
  font-size: 0.9em;
}

.nav-pills .nav-link.active {
  background-color: transparent;
}

.show > .nav-pills .nav-link {
  background-color: transparent;
}

.nav-light > li > a {
  color: #FFFFFF;
}

@media (max-width: 575px) {
  .nav-active-style-1 > li > a {
    min-height: 45px;
    justify-content: center;
  }
}

html.ie .nav-active-style-1 > li {
  min-height: 100px;
}

.nav-secondary {
  background: #fafafa;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  z-index: 99;
  width: 100% !important;
}

.nav-secondary .nav-pills > li {
  float: none;
  display: inline-block;
}

.nav-secondary .nav-pills > li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 13px;
  text-transform: uppercase;
}

.nav-secondary.sticky-active {
  border-bottom-color: #e0e0e0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.01);
}

html.boxed .nav-secondary.sticky-active {
  max-width: 1200px;
  left: auto !important;
}

.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-icons li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}

.social-icons li a {
  background: transparent;
  transition: all 300ms ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: #353c42 !important;
  text-decoration: none;
  font-size: 0.8rem;
}

.social-icons li:hover a {
  background: #212529;
  color: #FFFFFF !important;
}

.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
  background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
  background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
  background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
  background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
  background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
  background: #ff4107;
}

.social-icons.social-icons-dark li a {
  background: #181818;
}

.social-icons.social-icons-dark li a i {
  color: #FFFFFF;
}

.social-icons.social-icons-transparent li {
  box-shadow: none;
}

.social-icons.social-icons-transparent li a {
  background: transparent;
}

.social-icons.social-icons-icon-light li a i {
  color: #FFFFFF;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
  color: #FFFFFF !important;
}

.social-icons.social-icons-big li a {
  height: 48px;
  line-height: 48px;
  width: 48px;
}

.social-icons.social-icons-opacity-light li a {
  background: rgba(255, 255, 255, 0.04);
}

.social-icons:not(.social-icons-clean) li a {
  background: transparent;
}

.social-icons-dark.social-icons-clean li a {
  background: transparent;
  color: #FFFFFF !important;
}

html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important;
}

body {
  background-color: #FFFFFF;
  color: #212529;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

body a {
  outline: none !important;
  text-decoration: none !important;
}

body a:hover, body a:active {
  text-decoration: none !important;
}

.body {
  background-color: #FFFFFF;
}

html.safari .body {
  overflow-x: hidden;
}

li {
  line-height: 24px;
}

.card-body .fas,
.card-body far,
.browser-support,
.alignment {
  font-size: 120px;
  margin-bottom: 15px;
}

.intro {
  height: 100vh !important;
  padding-top: 25%;
  text-align: center !important;
  background-image: url("../img/intro-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.intro h2 {
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
}

.intro .fa, .intro .fas, .intro fab {
  font-size: 2rem !important;
  color: white !important;
}

.intro-light {
  background-image: url("../img/intro-light-bg.jpg") !important;
}

.demo-content {
  background-color: #212529;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 2.4rem 0;
  position: relative;
  text-align: left;
}

.demo-content a,
.demo-content a:hover,
.demo-content a:active {
  color: #FFFFFF;
}

.demo-content p {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0;
}

.demo-content p span {
  color: #FFFFFF;
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  padding-top: 5px;
  opacity: 0.7;
}

.demo-content p strong {
  margin-left: 5px;
  text-decoration: underline;
}

.demo-content .buy-now {
  position: relative;
}

.demo-content .buy-now .btn {
  position: relative;
  z-index: 1;
}

.demo-content .buy-now .btn i {
  font-size: 1.1em;
  font-weight: normal;
  margin-left: 5px;
}

.demo-content .buy-now a {
  color: #FFFFFF;
}

.demo-content .buy-now a:not(.btn) {
  color: #FFFFFF;
  font-weight: 700;
}

.logo-xl {
  border-radius: 5px;
}

.sidebar-copyright {
  text-align: center !important;
  font-size: 10px !important;
}

@media (max-width: 767px) {
  .demo-content {
    text-align: center !important;
  }
}

/*# sourceMappingURL=menu.css.map */
/*
	BMM - Bootstrap 4 Mega Menu (https://bootstrapmegamenu.com) Copyright 2018 - 2019 Bootstrap Mega Menu. All Rights Reserved.
*/

#header {
	margin-bottom: 0 !important;
}
#header.header-effect-shrink .header-container {
	min-height: 0 !important;
}
/*#header .header-body {
	background: #d9fffd;
	background: -moz-linear-gradient(top, #d9fffd 0%, #cfe7ff 100%);
	background: -webkit-linear-gradient(top, #d9fffd 0%,#cfe7ff 100%);
	background: linear-gradient(to bottom, #d9fffd 0%,#cfe7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9fffd', endColorstr='#cfe7ff',GradientType=0 );
}*/
#header .header-body, #header .header-body .header-nav-bar .header-container {
	background: transparent;
	border-bottom: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius:0!important;
	background: #fff!important;
}
#header .header-logo {
	margin: 0.406rem 0;
}
.navbar-brand {
	font-size: 18px;
	color: #000 !important;
}
/*#header .header-body {
	background: #f2fffd;
	border-bottom: 0px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.3);
	-moz-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.3);
	box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.3);
	-webkit-border-radius: 0px 25px 25px 25px;
	-moz-border-radius: 0px 25px 25px 25px;
	border-radius: 0px 25px 25px 25px;
	margin-bottom:20px;
}*/
#header .header-container {
	background: #4B515D!important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	margin-bottom:10px;
}
#header .header-row > strong {
	color:#fff!important;
}
#header .header-nav-extended .header-nav-extended-popup .header-nav-extended-toggle {
	color: #FFF;
}
#header .header-nav-bar .header-nav .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-bar .header-nav .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
	margin-top: 4px !important;
}
.navbar-brand {
	font-size: 18px;
	color: #FFF !important;
}
#header .header-nav-extended .header-nav-extended-popup .header-nav-extended-toggle > a {
	color: #fff!important;
}
html.sticky-header-active #header .header-body {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#header .header-nav-bar {
	background: transparent;
}
#header .header-nav-bar .header-nav {
	min-height:inherit;
}
#header .header-nav-primary nav > ul > li > a {
	font-size: 0.9rem !important;
	font-weight:600;
	text-transform: none;
	color:#fff !important;
}
 #header .header-nav-primary::before {
 background: transparent;
}
#header .header-nav-primary nav > ul > li > a > i {
	color:#999;
}
#header .header-nav-primary nav > ul li.dropdown.open > .dropdown-menu {
	background: #FFF;
}
#header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown > .dropdown-item::before {
 border-bottom: 7px solid #666666 !important;
}
 /*@media (min-width: 992px) {*/
 #header .header-nav.header-nav-links nav > ul > li {
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	margin:0 5px;
	border: 0!important;
	border-bottom: 0;
	background-image: none!important;
	background-image: none!important;
	background-image: none!important;
	background-image: none!important;
	background-image: -onone!important;
	background-image: none!important;
	}
 #header .header-nav.header-nav-links nav > ul > li:active, #header .header-nav.header-nav-links nav > ul > li:hover {
	background: #fff !important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	margin:0 5px;
	border: 0!important;
	border-bottom: 0;
}
 #header .header-container {
 height:2.5rem !important;
}
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li > a {
	display: inline-block;
	padding: 0.5em;
	text-decoration: none;
	background-color: #FFF!important;
	background-image: 
	/* gloss gradient */
	-webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
	0px -1px #fff, /* top highlight */ 0px 3px 3px #0000007a!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	border-bottom: solid 3px #b7b7b7!important;
	-webkit-border-radius: 0 0 5px 5px !important;
	-moz-border-radius: 0 0 5px 5px !important;
	border-radius: 0 0 5px 5px !important;
	min-height:0px!important;
}
#header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: solid 1px #b7b7b7!important;
	padding: 0.5em;
	background-color: #F2F2F2!important;
	background-image: 
	/* gloss gradient */
	-webkit-gradient( linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.2))),         /* dark outside gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(210, 210, 210, 0.3)), color-stop(20%, rgba(210, 210, 210, 0)), color-stop(80%, rgba(210, 210, 210, 0)), color-stop(100%, rgba(210, 210, 210, 0.3))),         /* light inner gradient */ -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))),         /* diagonal line pattern */ -webkit-gradient( linear, 0% 100%, 100% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(40%, #D2D2D1), color-stop(60%, #D2D2D1), color-stop(60%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)))!important;
	-webkit-box-shadow:
	0px -1px #fff, /* top highlight */ 0px 1px 1px #FFFFFF!important; /* bottom edge */
	-webkit-background-size: 100%, 100%, 100%, 4px 4px!important;
	-webkit-border-radius: 10px;
	-webkit-transition: -webkit-transform .1s ease-in-out!important;
	color: #000!important;
	min-height:0px!important;
}
#header .header-nav-primary nav > ul > li {
	height: auto!important;
}


 #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-primary.header-nav-primary-dropdown-arrow nav > ul > li.dropdown:hover > .dropdown-menu {
 -webkit-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.3);
 -moz-box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.3);
 box-shadow: 0px 5px 5px 0px rgba(32, 32, 32, 0.3);
}
 #header .header-nav-primary nav > ul > li.dropdown > .dropdown-menu {
 background-color: #FFF;
 padding:0 !important;
}
 #header .header-nav-primary.header-nav-primary-square nav > ul > li.dropdown .dropdown-menu {
 -webkit-border-radius: 0 0 10px 10px !important;
 -moz-border-radius: 0 0 10px 10px !important;
 border-radius: 0 0 10px 10px !important;
}
 #header .header-nav-primary nav > ul > li.dropdown ul.dropdown-menu > li:last-child, #header .header-nav-primary nav > ul > li.dropdown ul.dropdown-menu > li:last-child a {
 -webkit-border-radius: 0 0 10px 10px !important;
 -moz-border-radius: 0 0 10px 10px !important;
 border-radius: 0 0 10px 10px !important;
}
 #header .header-nav-primary nav > ul > li > a {
 font-size: 0.9rem !important;
 font-weight:600;
 text-transform: none;
 color:#000 !important;
}
 #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li a {
 color: #000 !important;
 font-weight:400;
 font-size:0.85em;
}
 #header .header-nav-primary nav > ul > li > a > i {
	margin-right: 6px;
	color: #000!important;
}
#header .header-nav-primary nav > ul > li > a > i.text-dark {
	margin-right: 6px;
	color: #000!important;
}
/* #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
 min-height: 0!important;
 padding: 0.6rem 0.5rem;
}
 #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:active > a {
 background-color: #eee;
}
 #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li > a > i, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li > a > i, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li.active > a > i, #header .header-nav-primary nav > ul > li.dropdown .dropdown-menu li:active > a > i {
 margin-right: 4px;
 color:#999;
}*/
 #header .header-nav-bar.header-nav-bar-top-border {
	border-top: 0px;
	padding-bottom: 15px;
}
/*}*/
#faqtoidMore {
    font-size: small;
    color: white;
    background: light-gray;
    display: inline-block;
    margin: 0 0 10px 30px;
    border: none;
    cursor: pointer;
}
#faqtoidShowMailForm {
    width: 100%;
    display: block;
    margin: 1em 0 0 0;
}
.hideFaqtoid {
    cursor: pointer;
}
#faqtoidMatches {
    margin-top: 12px;
    display: block;
    zfont-size: 15px;
}
.faqtoidQuestion {
    font-weight: bold;
    /* the lines are below are to keep the quesitn on 1 line so the mail doesnt bounce around vertically while the user is typing a question and automatic matches are showing above -- might be a better desinged solution -- but didnt look right in firefox and still have problem where open answer is removed because of text change */
    /*text-overflow': ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;*/
}
.faqtoidAnswer {
    margin: 10px 0 0 0;
    display: none;
}
#faqtoid .startFaqtoidTour {
    width: 100%;
    display: block;
}
#faqtoidSidebar {
    clear: both;
    display: none;
    vertical-align: top;
    float: right;
    margin: 5px 0 15px 15px;
}
#faqtoid input[type=email] {
    font-family: "Lucida Console", Monaco, Courier, monospace; /* to prevent email typos */
    width: 100%;
}
#faqtoid .zzp { margin: 12px 0 0 0; }
.faqtoidTourHighlight {
    box-shadow: /* inset */ 0 0 9px 1px orange;
}
.faqtoidHighlight {
    background: gold;
}
#fZZZaqtoid .modal-body > *:last {
    margin-bottom: -10px;
}

.faqtoidWindow {
    background: white;
    /*border: 1px solid #bbb;*/
    border-radius: 4px;
    padding: 1em;
    position: absolute;
    min-width: 300px;
    min-height: 300px;
    max-width: 80vw;
    /*max-height: 80vh;*/ /* nested vertical scrolling is annoying; maybe it should have horz layout */
    overflow: auto;
    /* overflow-x: hidden; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1035;
}
@media only screen and (max-device-width : 480px) {
    .faqtoidWindow {
        max-height: none; /* nested vertical scrolling is esepcially annoying on handheld */
    }
}
/*.faqtoidBody {
    overflow: auto;
}*/

.faqtoidTitle {
    margin-top: 0;
}

.faqtoidBtn {
    /*color: white;*/
    background: white;
    /*border-radius: px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    /*background: #888;*/
    padding: 6px 12px;
    border: 1px solid #bbb;
    border-radius: 4px;
    white-space: normal;
}    
.faqtoidBlockBtn {
    width: 100%;
    display: block;
    /*font-weight: bold;*/
    margin: 1em 0;
    /*font-size: 120%;*/
}
.faqtoidBtn:hover {
    background: #eee;
}
.faqtoidPrimaryBtn {
    background: #428bca;
    border: 0;
    border-radius: 4px;
    font-weight: bold;
    color: white;
}
.faqtoidPrimaryBtn:hover {
    background: #357ebd;
}

#faqtoid table {
    display: block;
    width: 100%;
    border-spacing: 0;
    margin: 0;
}

#faqtoid input, #faqtoid textarea {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#faqtoidTour, #faqtoids {
    display: none;
}

#faqtoidTourTip {
    display: none; 
    max-width: 300px;
    background: rgba(0, 0, 0, 0.85); 
    color: white; 
    padding: 15px; 
    border-radius: 10px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute; 
    z-index: 20001;
    line-height: 1.3em;
    letter-spacing: 0.03em;
    word-spacing: 0.1em;
}
#faqtoidTourTip p {
    margin-top: 1em;
}
#faqtoidTourTip ol, #faqtoidTourTip ul {
    margin-top: 0.5em;
}
#faqtoidTourTip > div:first-child {
    margin-bottom: 1em; 
    font-size: 24px; /* big enough to easily tap buttons */ 
    white-space: nowrap; 
    color: #ccc;
    vertical-align: middle;
}
#faqtoidTourTip > div:first-child div {
    float: right; 
    margin: 0 0 5px 5px; 
    vertical-align: middle;
}
#faqtoidTourTip > div:last-child {
    /*text-align: justify;*/
    clear: both;
}
#prevFaqtoidTourTip {
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
}
#nextFaqtoidTourTip {
    margin-left: 15px;
	cursor: pointer;
	color: #5cb85c;
    display: inline-block;
}
/*#nextFaqtoidTourTip span {
    width: 0;
    height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #0f0;    
}*/
/*.iconNext:before {
    width:16px;
    height:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
}
.iconNext:after {
    left:7px;
    border:4px solid transparent;
    border-left-color:#00ff00;
    margin-top:-4px;
    background:transparent;
}*/

/* spinner from http://www.designcouch.com/home/why/2013/05/23/dead-simple-pure-css-loading-spinner/ */

.spinner { 
height:0.8em;
width:0.8em;
margin:0px auto;
display: inline-block;
position:relative;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left:2px solid rgba(0,174,239,.15);
border-right:2px solid rgba(0,174,239,.15);
border-bottom:2px solid rgba(0,174,239,.15);
border-top:2px solid rgba(0,174,239,.8);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}
/*disable link (FAQtoid) */ /*// added by vivek*/
a.faqactive {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
/*For draggable circle element(FAQtoid) */ /*// added by vivek*/

.circle {
position: fixed;
top: 35px; right: 0; bottom: 0; left: 91%;
height: 100px;
width: 100px;
cursor: move;
border-radius: 50%;
background-color: #fff;
border:#dc3545 2px solid;
color: #dc3545;
box-shadow: 0 0 6px rgba(0,0,0,.16), 
			0 6px 12px rgba(0,0,0,.32);
z-index: 1030;			
}
.headline {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
margin: 6px auto; /* center that thing! */
height: 1.1em;
text-align: center;
font-size: 16px;
line-height: 1em;
position: absolute;
}
a.link
{
cursor: pointer;
color: #dc3545;;
text-decoration:none;
outline:none;
}
@media (max-width: 980px) {
.circle {
top: 10px; right: 0; bottom: 0; left: 82%;
height: 80px;
width: 80px;
}
.headline {
font-size: 12px;
}
}

@media (min-width:320px) and (max-width: 480px) {
.circle {
top: 10px; right: 0; bottom: 0; left: 50%;
}
}
div.faqtoidAnswer ul {
  list-style-type: disc;
}

/* faqtoidAnswer label */
.faqtoidAnswer .label {
    color: #626262;
    font-weight: normal;
}
.faqtoidAnswer .label-default {
    background-color: #E1E1E1;
}
.faqtoidAnswer .label {
    padding: 0.3em 0.6em 0.3em;
    font-size: 60%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
