/* ==========================================================================
Navigation
========================================================================== */

.header-nav.open {
  visibility: visible;
  opacity: 0.9;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 1px;
  background: #fff;
  cursor: pointer;
}

.nav-toggle span:before {
  top: -10px;
}

.nav-toggle span:after {
  bottom: -10px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

.navicon {
  position: absolute;
  height: 26px;
  right: 10px;
  top: 24px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* ==========================================================================
  Hero
  ========================================================================== */

.hero {
  /* min-height: 800px; */
  height: 100vh;
  /* background: url(../../images/intro/banner-bg.jpg) no-repeat center top fixed; */
  background-size: cover;
  /* position: relative; */
}

.hero .down-arrow a {
  color: #fff;
}

.hero h1 {
  color: #fff;
  margin-bottom: 30px;
}

.hero p.intro {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.hero .hero-content {
  padding-top: 20%;
}

.overlay {
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.632);
}

.navigation {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.fixed {
  position: fixed;
  background-color: #232731d4;
  z-index: 999;
  width: 100%;
}

header {
  padding: 15px 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  width: 1170px;
  margin: 0 auto;
  -webkit-transition: padding 300ms ease-in-out;
  transition: padding 300ms ease-in-out;
}

header a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

header a.login {
  margin-right: 20px;
}

header .logo {
  display: inline-block;
}

header ul.primary-nav {
  margin: 0 0 0 75px;
  padding: 0;
}

header ul.primary-nav li {
  display: inline;
}

header ul.primary-nav li a {
  color: #fff;
  padding-right: 25px;
}

header ul.primary-nav li a:hover {
  color: #FF5274;
}

header ul.primary-nav li:last-child a {
  padding-right: 0px;
}

header ul.member-actions li {
  display: inline-flex;
}

header ul.member-actions li a {
  color: #fff;
}

header ul.member-actions li a:hover {
  color: #FF5274;
}

header .header-nav {
  display: inline-block;
}

header .member-actions {
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.floating-arrow {
  -webkit-animation-name: floating-arrow;
  animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

.down-arrow {
  color: #fff;
  font-size: 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ==========================================================================
Intro
========================================================================== */

.intro span.icon {
  font-size: 40px;
  color: #FF5274;
  font-weight: bold;
}

.intro-icon {
  display: inline-block;
  vertical-align: top;
  padding: 6px 0 0 0;
  margin-right: 20px;
  width: 40px;
}

.intro-content {
  display: inline-block;
  width: 80%;
}

/* style to back page  */
.back-arrow-page {
  font-size: .5em;
  color: #e30e31;
  font-style: italic;
}

.back-arrow-page .icon-back-arrow-page {
  font-size: 2.5em;
}

/*  */

.search-box-container {
  width: 100%;
  margin: 40px auto 100px auto;
  position: relative;
  height: 65px;
}

/*buttons secundary styles*/

.btn-search-box.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  display: table-cell;
  border-radius: 0px;
  color: #fff;
  background-color: rgba(0, 123, 255, .5);
  border-color: #fff0;
}

.btn-search-box.btn-secondary {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.34);
  border-color: #fff0;
  border-radius: 0px;
  border-top-right-radius: 10px !important;
}

.btn-search-box.btn-secondary:first-child {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 0px !important;
}


/*search box styles*/

.search-box {
  max-width: 970px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 300;
}

.search-box .search-body.categories.search-body-440,
.search-box .search-body.categories.search-body-498 {
  height: 132px;
}

.search-box .search-body.categories {
  height: 60px;
  background: rgba(63, 63, 63, 0.8);
}

.search-box .search-body-440 {
  height: 112px !important;
}

.search-box .search-body {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  height: 70px;
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  position: relative;
}

.search-box .search-body-440 .select-category {
  height: 52px !important;
}

.search-box .search-body .select-category {
  height: 72px;
}

.search-box .search-body .select-category ul {
  width: 100%;
  height: 100%;
  list-style: none;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
}

.search-box .search-body .select-category ul li.active,
.search-box .search-body .select-category ul li:hover {
  color: #fff;
  background-color: rgba(35, 31, 32, 0.8);
  cursor: pointer;
}

.search-box .search-body .select-category ul li:first-child {
  border-radius: 10px 0 0 0;
}

.search-box .search-body .select-category ul li {
  display: table-cell;
  text-align: center;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
  padding-top: 16px;
  padding-top: 15px;
  height: 100%;
}

.search-box .search-body.categories .forms {
  background: #1b1e21b8;
  height: 60px;
  border-radius: 0px;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.forms .custom-select {
  color: #fff;
  background: rgba(0, 0, 0, .075) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
  background-size: 8px 10px;
}