@charset "UTF-8";
.show-small {
  display: none;
}

.sd-navigation a:hover {
  opacity: 1;
}

section.sd-navigation {
  padding: 0;
}

.top-wrap section.sd-navigation {
  margin-bottom: 70px;
}

.sd-navigation {
  background: #000;
}

.sd-brand {
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 0;
  display: inline-block;
}

.sd-brand a,
.sd-brand a:visited {
  color: #fff;
  text-decoration: none;
}

.sd-nav-container {
  padding: 22px 30px;
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.sd-nav {
  margin-left: auto;
}

nav.sd-nav > ul {
  margin: 0;
  padding: 0;
}

nav.sd-nav ul {
  list-style: none;
  z-index: 999;
}

nav.sd-nav ul li .drop {
  cursor: pointer;
}

nav.sd-nav ul li a,
nav.sd-nav ul li a:visited,
nav.sd-nav ul li .drop {
  font-size: 18px;
  font-weight: 600;
  display: block;
  padding: 0 8px;
  margin: 0 12px;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

nav.sd-nav ul li a:hover,
nav.sd-nav ul li a:visited:hover,
nav.sd-nav ul li .drop:hover {
  color: #fff;
  opacity: .65;
}

nav.sd-nav ul li a:not(:only-child):after,
nav.sd-nav ul li a:visited:not(:only-child):after,
nav.sd-nav ul li .drop:not(:only-child):after {
  color: #c0d9e5;
  padding-left: 4px;
  content: '▾';
}

nav.sd-nav ul li .drop.show-small {
  display: none;
}

nav.sd-nav ul li ul li {
  min-width: 250px;
}

nav.sd-nav ul li ul li a {
  line-height: 1.8;
}

nav.sd-nav ul ul {
  background: #fff;
}

nav.sd-nav ul ul a,
nav.sd-nav ul ul a:visited {
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 25px;
  margin: 0;
}

nav.sd-nav ul ul a:hover {
  color: #000 !important;
}

.sd-nav-dropdown {
  padding: 8px 0;
  margin-top: 15px;
  border-radius: 15px;
  position: absolute;
  display: none;
  z-index: 1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.sd-nav-mobile {
  display: none;
  position: absolute;
  top: 5px;
  right: 30px;
  background: #000;
  height: 1;
  width: 35px;
}

@media only screen and (max-width: 1023px) {
  .show-small {
    display: block;
  }
  .drop.show-small {
    display: block !important;
  }
  .show-big {
    display: none;
  }
  .drop.show-big {
    display: none !important;
  }
  section.sd-navigation {
    padding: 0;
  }
  .sd-nav-container {
    padding: 22px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sd-brand {
    padding-left: 25px;
  }
  .sd-nav-mobile {
    height: 65px;
    display: block;
  }
  nav.sd-nav {
    background: #231b21;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  nav.sd-nav > ul a {
    padding: 15px;
  }
  nav.sd-nav .sd-nav-list {
    padding-top: 20px;
  }
  nav.sd-nav ul {
    background: #000;
    margin-left: 0;
    display: none;
  }
  nav.sd-nav ul li {
    float: none;
  }
  nav.sd-nav ul li a,
  nav.sd-nav ul li .drop {
    padding: 0;
    margin: 0;
    line-height: 20px;
  }
  nav.sd-nav ul ul {
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
  }
  nav.sd-nav ul ul li {
    padding: 2px;
  }
  nav.sd-nav > ul li {
    padding: 10px 15px;
    padding-left: 35px;
  }
  .sd-nav-dropdown {
    position: relative;
  }
}

@media only screen and (max-width: 499px) {
  nav.sd-nav > ul li {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .sd-nav-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  i {
    font-size: 27px;
  }
}

#sd-nav-toggle {
  position: absolute;
  left: 0;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#sd-nav-toggle span,
#sd-nav-toggle span:before,
#sd-nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#sd-nav-toggle span:before {
  top: -9px;
}

#sd-nav-toggle span:after {
  bottom: -9px;
}

#sd-nav-toggle.active span {
  background-color: transparent;
}

#sd-nav-toggle.active span:before, #sd-nav-toggle.active span:after {
  top: 0;
}

#sd-nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sd-nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*# sourceMappingURL=dropdown.css.map */