header {
  padding-top: 13px;
  height: 152px;
}

.clear-search-bar {
  display: none;
  position: absolute;
  top: 13px;
  right: 1px;
  width: 32px;
  height: 32px;
  padding-top: 0;
  background: none;
  cursor: pointer;
}
.clear-search-bar:before {
  content: " ";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../images/ss-close.png") no-repeat 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: -0.2px;
  position: relative;
}

body.alternative {
  padding-top: 36px;
}

a {
  -webkit-transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  transition: all 0.125s ease-in-out 0s;
}

.btn,
.subnav,
.form-control {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.logo {
  margin-top: 8px;
  float: left;
  width: 90px;
  margin-left: 10px;
}

.mobile-nav-buttons {
  display: none;
}
.mobile-nav-wrapper {
  display: none;
}
.mobile-nav-search-input {
  display: none;

  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 69px;
}
.mobile-nav-search-input input {
  display: block;
  border: 1px solid #000;
  width: 100%;
  height: 39px;
  font-size: 14px;
  padding: 0 32px 0 10px;
}

.mobile-side-nav {
  display: none !important;
}
.widget_header_category {
  z-index: 999;
  width: 100%;
  background: #000000;
  height: 60px;
  margin-bottom: 20px;
}

nav.navbar {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 110;
}
nav.navbar .nav-wrapper {
  width: 100%;
  position: relative;
  background: #000000;
  overflow: hidden;
}
nav.navbar .nav-wrapper .nav-bar-wrapper {
  overflow: hidden;
  position: relative;
  margin: 0 auto !important;
  float: none !important;
}
nav.navbar ul li {
  display: block;
  float: left;
  position: relative;
}
nav.navbar ul li a {
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 60px;
  padding: 0 8px;
}
nav.navbar > ul > li:hover > a {
  color: #999999;
}
nav.navbar > ul > li:first-child {
  margin-left: 20px;
}
nav.navbar > ul > li.more:hover ul,
nav.navbar > ul > li.social:hover ul {
  opacity: 1;
  visibility: visible;
}
nav.navbar > ul > li:hover ul li:hover a {
  color: #999999;
}
nav.navbar > ul > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #000000;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  min-width: 150px;
}
nav.navbar > ul > li ul li {
  margin-left: 0;
}
nav.navbar > ul > li ul li a {
  font-size: 14px;
  line-height: 45px;
  border-bottom: 1px solid #1a1a1a;
  padding-right: 25px;
}
nav.navbar > ul > li ul li:last-child a {
  border-bottom: 0 none;
}
nav.navbar ul li ul li {
  float: none;
}
nav.navbar ul li.gq-loves a {
  color: #fd0d45;
}
nav.navbar ul li.search a.active,
nav.navbar ul li.search a:hover {
  border-bottom: none !important;
}
nav.navbar ul li.search {
  position: absolute;
  overflow: hidden;
  right: 10px;
}

nav.navbar ul li.newsletter {
  position: absolute;
  overflow: hidden;
  right: 45px;
}

nav.navbar ul li.search a {
  width: 100%;
  position: relative;
  padding: 0 !important;
  margin: 15px 0;
  color: #cccccc;
}
nav.navbar ul li.search a.open-search-btn:hover {
  color: #ffffff !important;
}
nav.navbar ul li.search a:before {
  display: block;
  margin: 0 auto;
}
nav.navbar ul li.search a:before {
  background-position: -630px -195px;
}
nav.navbar ul li.search a:hover:before {
  background-position: -630px -195px;
}

nav.navbar .subnav {
  width: 100%;
  background: #2a2a2a;
  position: absolute;
  left: 0;
  top: 68px;
  height: 48px;
  display: none;
  z-index: 9999;
  overflow: hidden;
}
nav.active-subnav {
  margin-bottom: 48px;
}

nav.navbar .subnav {
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53); /* easeInQuad */
}
nav.navbar .subnav.opened-nav {
  position: relative;
  top: 0;
  height: 48px;
  display: none;
  margin-bottom: 20px;
}
nav.navbar .subnav ul {
  display: none;
  margin-top: 0px;
}

nav.navbar .subnav ul li {
  float: left;
}
nav.navbar .subnav ul li a {
  text-decoration: none;
}
nav.navbar .subnav ul li a.active {
  border-bottom: 8px solid #d52023 !important;
}
nav.navbar .subnav ul li a:hover {
  border-bottom: 8px solid #d52023 !important;
}

nav.navbar .social {
  height: 60px;
  position: absolute;
  right: 155px;
}
nav.navbar .social li a {
  position: relative;
  min-width: 150px;
}
nav.navbar .social ul span {
  position: absolute;
  right: 20px;
}
nav.navbar .search-bar {
  position: absolute;
  left: 100%;
  height: 100%;
  top: 0px;
  padding: 1px 0;
  display: none;
}
nav.navbar .search-bar .input {
  float: left;
  position: relative;
}
nav.navbar .search-bar .search-btn {
  border: 0 none;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  padding: 0 !important;
  margin: 0 0 0 1px !important;
  text-align: center;
  width: 110px;
}
nav.navbar .search-bar .search-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
nav.navbar .search-bar .search-close-btn {
  border: 0 none;
  color: #000000;
  background: #ffffff;
  display: block;
  float: left;
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  padding: 0 !important;
  margin: 0 0 0 1px !important;
  text-align: center;
  width: 29px;
}
nav.navbar .search-bar .search-close-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
nav.navbar .search-bar .input input {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #000;
  padding: 0 20px;
  border: 0;
}

nav.navbar .search-autocomplate {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  padding: 1px;
  display: none;
  top: 59px;
  z-index: 999999;
}

nav.navbar .search-autocomplate .ac-item {
  border-bottom: 1px solid #000;
}

nav.navbar .search-autocomplate .ac-item a {
  color: #000;
  font-size: 19px;
  line-height: 48px;
  height: 48px;
  background: #fff;
  display: block;
  width: 100%;
  padding: 0 20px;
}

nav.navbar .search-autocomplate .ac-item a:hover,
nav.navbar .search-autocomplate .ac-item.selected a {
  background: #000;
  color: #fff;
}

[class^="menu-icon-"],
[class*=" menu-icon-"] {
  display: inline-block;
  background: url(../../images/sprite.png) no-repeat 0 0;
  vertical-align: middle;
}
nav.navbar > ul > li > a > span.menu-icon-plus {
  width: 12px;
  height: 12px;
  background-position: -206px -1040px;
}
nav.navbar > ul > li:hover > a > span.menu-icon-plus {
  background-position: -247px -1040px;
}
nav.navbar > ul > li > a > span.menu-icon-chevron-down {
  width: 12px;
  height: 12px;
  background-position: -123px -1041px;
}
nav.navbar > ul > li.social > a > span.menu-icon-chevron-down {
  width: 17px;
  background-position: -118px -1041px;
}
nav.navbar > ul > li:hover > a > span.menu-icon-chevron-down {
  background-position: -164px -1041px;
}
nav.navbar > ul > li > a > span.menu-icon-chevron-up {
  width: 12px;
  height: 12px;
  background-position: -41px -1041px;
}
nav.navbar > ul > li:hover > a > span.menu-icon-chevron-up {
  background-position: -82px -1041px;
}
.menu-icon-hamburger {
  width: 28px;
  height: 28px;
  background-position: -153px -917px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.menu-icon-hamburger.opened {
  background-position: -104px -916px;
}
nav.navbar form {
  display: none;
}
@media (min-width: 1037px) {
  .menu-icon-close,
  .menu-icon-hamburger {
    display: none;
  }
  nav.navbar > ul > li:not(.social) > a > span.menu-icon-chevron-down,
  nav.navbar > ul > li > a > span.menu-icon-chevron-up {
    display: none;
  }
}

@media (max-width: 1036px) {
  .menu-icon-hamburger {
    display: block;
  }
  nav.navbar > ul {
    display: none;
    position: absolute;
    top: 91px;
    background: #000000;
    width: 100%;
  }
  nav.navbar > ul > li {
    float: none;
  }
  nav.navbar > ul > li:first-child {
    margin-left: 0;
  }
  nav.navbar > ul > li a {
    line-height: 40px;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    font-size: 14px;
  }
  nav.navbar > ul > li:last-child > a {
    border: 0 none;
  }
  nav.navbar > ul > li a span.menu-icon-chevron-down,
  nav.navbar > ul > li a span.menu-icon-chevron-up {
    position: absolute;
    top: 0;
    right: 0;
  }
  nav.navbar > ul > li > a > span.menu-icon-chevron-down {
    width: 39px;
    height: 39px;
    background-position: -109px -1026px;
  }
  nav.navbar > ul > li:hover > a > span.menu-icon-chevron-down {
    background-position: -150px -1026px;
  }
  nav.navbar > ul > li > a > span.menu-icon-chevron-up {
    width: 39px;
    height: 39px;
    background-position: -27px -1026px;
  }
  nav.navbar > ul > li:hover > a > span.menu-icon-chevron-up {
    background-position: -68px -1026px;
  }
  nav.navbar > ul > li ul li a {
    height: 40px;
    line-height: 40px;
  }
  nav.navbar > ul > li:hover ul,
  nav.navbar > ul > li ul {
    visibility: hidden;
    opacity: 0;
  }
  nav.navbar > ul > li.opened {
    background: #111111;
  }
  nav.navbar > ul > li.opened ul {
    position: inherit;
    background: #252525;
    visibility: visible;
    opacity: 1;
  }
  nav.navbar > ul > li.opened ul li {
    padding-left: 10px;
  }
  nav.navbar > ul > li.opened ul li a {
    border: 0 none;
  }
  nav.navbar .social {
    height: auto;
    position: relative;
    right: auto;
  }
  nav.navbar .social ul {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    margin-left: 15px;
    height: 40px;
  }
  nav.navbar .social ul li {
    display: inline-block;
  }
  nav.navbar .social em {
    display: none;
  }
  nav.navbar .social > a {
    border-bottom: 0 none;
  }
  nav.navbar .social > a > span.menu-icon-chevron-down {
    display: none;
  }
  nav.navbar .social li a {
    min-width: 0;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    height: auto;
    padding: 7px 8px;
    line-height: 12px;
  }
  nav.navbar .social ul span {
    position: relative;
    right: auto;
  }
  nav.navbar form input {
    height: 36px;
    border: 0 none;
    width: 100%;
    padding: 0 15px 0 38px;
    background: #ffffff url("../../images/sprite.png") no-repeat -679px -191px;
  }
  nav.navbar > ul {
    height: 100%;
    min-height: 500px;
    overflow-y: scroll;
    background: #000000;
    padding-bottom: 80px;
  }
  nav.navbar .more > ul {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  nav.navbar .social {
    position: fixed;
    bottom: 0;
    background: #000000;
    width: 100%;
  }
  nav.navbar .search {
    display: none;
  }
}
