/* Header top */
.fave-style-header .js-build-header {
  min-height: 50px;
}

.section-header-top .custom-logo {
  background-color: #fff;
  padding: 40px 0;
  text-align: center;
}

.section-header-top .custom-logo img {
  max-width: 200px;
}

.section-header--mobile-top {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 8px;
  padding-top: 8px;
}

.section-header--mobile-top--content {
  color: #333;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.section-header--mobile-top--content .section-header--mobile-top--socicals {
  flex-shrink: 1;
  flex-grow: 1;
}

div.page .section-header--mobile-top--content .section-header--mobile-top--socicals a,
div.page .section-header--mobile-top--content .section-header--mobile-top--phone {
  color: #333 !important;
}

div.page .section-header--mobile-top--content .btn {
  color: #fff !important;
}

.section-header--mobile-top--content .section-header--mobile-top--links {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.section-header--mobile-top--content .btn {
  height: 32px;
  padding: 9px 12px;
  line-height: 1;
}

.section-header--mobile-top--content .social-list {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.section-header--mobile-top--content .social-list li {
  list-style: none;
  float: left;
}

.section-header--mobile-top--content .social-list li + li {
  margin-left: 12px;
}

.section-header--mobile-top--content .social-list a {
  border: 1px solid #333;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  text-decoration: none;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

/* Header */
.section-header {
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: #151515;
  text-align: center;
}

.section-header .navbar-brand {
  padding: 0;
  float: none;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}

.section-header .navbar-brand img {
  max-height: 48px;
  max-width: 160px;
}

.section-header .navbar-logo {
  padding-bottom: 20px;
  text-align: center;
}

.section-header .navbar-logo img {
  max-width: 200px;
}

.section-header.sticky,
.section-header.menu-expanded {
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);

  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.section-header .container {
  position: relative;
  z-index: 105;
}

.section-header .navbar-header {
  float: none;
  height: 64px;
}

.section-header .header-menu-toggle {
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

  background: none;
  border: none;
  cursor: pointer;
  height: 64px;
  width: 64px;
  margin: 0;
  padding: 0 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.section-header .header-menu-toggle.main-menu-toggle {
  left: 0;
  right: auto;
}

.section-header .header-menu-toggle .icon-bar {
  border-bottom: 1px solid #ffffff;
  display: block;
  margin: 6px 8px;
}

.section-header .header-menu-toggle .fa {
  font-size: 20px;
}

.section-header .header-menu-toggle[aria-expanded=true] {
  color: #151515;
}

.section-header .header-menu-toggle[aria-expanded=true] .icon-bar {
  border-color: #151515;
}

.section-header .dropdown-menu {
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;

  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;

  -o-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;

  background-color: #ffffff;
  border: none;
  z-index: 100;
  margin: 0;
  font-size: inherit;
  padding: 15px;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50px;
  text-align: center;
}

.section-header .dropdown-menu.open {
  display: block;
  height: calc(100vh - 120px);
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  overflow-y: auto;
  width: 100vw;
  top: 0;
}

.section-header .user-logged-menu,
.section-header .main-menu,
.section-header .user-menu {
  margin: 0;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.section-header .user-logged-menu:before,
.section-header .main-menu:before,
.section-header .user-menu:before {
  content: '';
  position: absolute;
  width: 50px;
  left: 50%;
  top: 0;
  margin-left: -25px;
}

.section-header .user-logged-menu li + li,
.section-header .main-menu li + li,
.section-header .user-menu li + li {
  margin-top: 10px;
}

.section-header .main-menu-item {
  background-color: transparent !important;
  position: relative;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}

.section-header .main-menu-item.header-menu-promotion {
  margin: 0 15px;
  position: relative;
}

.section-header .main-menu-item.header-menu-promotion:before {
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  border: 1px solid currentColor;
  content: '';
  position: absolute;
  bottom: 8px;
  left: -4px;
  top: 6px;
  right: -4px;
}

.section-header .avatar {
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;

  display: inline-block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 12px;
}

.section-header .user-avatar .name {
  font-size: 130%;
}

.section-header .user-avatar .fa {
  display: none;
}


/* Customize for centering style */
.js-build-header.centering .band-menu {
  display: none;
}

.logo .brand-name {
  font-size: 120%;
  text-transform: none;
}

.logo.inline .brand-name {
  margin-left: 20px;
  position: relative;
  top: 5px;
}

.logo.vertical .brand-name {
  margin-top: 10px;
  display: block;
}


@media (max-width: 1024px) {
  .section-header .user-logged-menu,
  .section-header .main-menu,
  .section-header .user-menu {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section-header .dropdown-menu.open {
    left: 50%;

    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}


@media (min-width: 768px) {
  .section-header .navbar-brand img {
    max-width: 200px;
  }
}


@media (min-width: 1024px) {
  /* Header top */
  .section-header-top {
    display: none;
  }

  /* Header */
  .section-header {
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;

    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
  }

  .section-header:not(.sticky) {
    background-color: transparent;
  }

  .section-header:not(.sticky) a {
    color: #9b9b9b;
  }

  .section-header:not(.sticky) a:hover,
  .section-header:not(.sticky) a.active,
  .section-header:not(.sticky) li.active a {
    color: #fff;
  }

  .section-header:not(.sticky) .user-logged a:hover {
    color: #151515;
  }

  .section-header.sticky a {
    color: #151515;
  }

  .section-header.sticky .main-menu a:hover,
  .section-header.sticky .main-menu li.active .main-menu-item,
  .section-header.sticky .user-anonymous .main-menu-item:hover {
    color: #fff;
  }

  .section-header .navbar-header {
    position: relative;
    height: 96px;
  }

  .section-header .navbar-brand {
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    position: absolute;
    left: 15px;
    padding: 0;
    top: 50%;
    min-width: 180px;
  }

  .section-header .header-menu-toggle {
    display: none !important;
  }

  .section-header .dropdown-menu {
    background-color: transparent;
    display: block !important;
    position: static;
    left: auto;
    right: 0;
    top: 0;
    text-align: right;
    padding: 5px;
    float: right;
    overflow-y: visible;
    min-width: 0;
  }

  .section-header .navbar-logo {
    display: none !important;
  }

  .section-header .navbar-brand img {
    max-height: 50px;
    max-width: 200px;
  }

  .section-header #navbar-user-menu,
  .section-header #navbar-main-menu {
    margin-top: 24px;
  }

  .section-header .user-logged-menu,
  .section-header .main-menu,
  .section-header .user-menu {
    margin-top: 0;
    padding-top: 0;
  }

  .section-header .user-logged-menu:before,
  .section-header .main-menu:before,
  .section-header .user-menu:before {
    display: none;
  }

  .section-header .main-menu li,
  .section-header .user-menu li {
    float: left;
  }

  .section-header .main-menu li + li,
  .section-header .user-menu li + li {
    margin-top: 0;
  }

  .section-header .main-menu-item {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 110%;
  }

  .section-header .main-menu-item:after {
    border-bottom: 1px solid transparent;
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    left: 50%;
    bottom: 0.6px;
    margin-left: -10px;
  }

  .section-header .main-menu-item.header-menu-promotion:before {
    bottom: 8px;
    top: 6px;
  }

  .section-header li.active .main-menu-item:after {
    border-color: #fff;
  }

  .section-header .user-logged .user-menus {
    display: none;
    float: right;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .section-header .user-logged:hover .user-menus {
    display: block;
  }

  .section-header .user-logged .nav {
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);

    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
  }

  .section-header .user-avatar {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .section-header .avatar {
    height: 30px;
    width: 30px;
  }

  .section-header .user-avatar .name {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    width: 120px;
    font-size: 110%;
  }

  .user-logged .user-avatar a:hover,
  .user-logged:hover .user-avatar a {
    color: #fff !important;
  }

  .section-header .user-avatar .fa {
    display: inline-block;
  }

  .section-header .nav.main-menu {
    padding-right: 15px;
  }

  .section-header .nav + .nav {
    margin-right: 15px;
    padding-right: 15px;
  }

  .section-header .nav.main-menu:before,
  .section-header .nav + .nav:before {
    display: block;
    height: 20px;
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 0;
    left: 100%;
    top: 50%;
    margin-top: -10px;
  }

  .section-header .nav.main-menu:before,
  .section-header .nav + .nav:before {
    border-right: 1px solid #9b9b9b;
    right: 5px;
    left: auto;
  }

  .section-header .logo.inline img {
    display: inline-block;
  }

  .section-header .logo.vertical {
    margin-top: -15px;
  }


  /* Customize for centering style */
  .js-build-header.centering #navbar-user-menu {
    position: absolute;
  }

  .js-build-header.centering #navbar-main-menu {
    float: left;
  }

  .js-build-header.centering #navbar-main-menu li + li {
    margin-left: 5px;
  }

  .js-build-header.centering #navbar-main-menu .nav:before,
  .js-build-header.centering .navbar-header > .logo {
    display: none !important;
  }

  .js-build-header.centering .band-menu {
    display: inline-block;
    position: relative;
  }

  .js-build-header.centering .band-menu img {
    max-height: 44px;
    max-width: 200px;
    margin-top: -10px;
    height: auto;
  }

  .js-build-header.centering .band-menu .main-menu-item {
    display: inline-block;
    padding-top: 10px !important;
  }

  .js-build-header.centering .section-header .logo.vertical {
    margin-top: -15px;
    display: inline-block;
  }

  .js-build-header.centering .section-header:not(.sticky) .main-menu-item:after {
    margin-left: 0;
    width: auto;
  }
}
