/* header/nav */

.main-nav li a {
    color: #000000;
    padding: 15px 0;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto-Bold';
}
.main-nav li:last-child a {
    margin-right: 0;
}
.main-nav li {
    display: inline-block;
    font-size: 18px;
}
.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}
  #top {
    position: relative;
  }
  #navigation {
      position: absolute;
      padding: 12px 0;
      display: block !important;
      width: 100%;
      transition: all .2s ease-in-out;
      background: transparent;
      background-image: url('../img/header-bg-raw.png') !important;
      height: 160px;
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      position: absolute;
      top: 0;
      z-index: 3;
  }
  #below-header {
      margin-top: 115px;
  }

  ul#menu-top-menu {
    float: right;
  }
  #logo {
  
    transition: all .2s ease-in-out;
    z-index: 9;
    float: left;
    position: relative;
  }
  #logo img {
      display: block;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
  }
  #logo img:hover {
      transform:scale(1.05);
      -moz-transform:scale(1.05);
      -webkit-transform:scale(1.05);
      -o-transform:scale(1.05);    
  }


/* BUY RAW */


span.raw-btn {
    font-family: 'Goudy';
    line-height: 0;
    font-weight: 500;
    transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
}
a.top-buy-btn:hover {
    background: #ae2f3b !important; 
    color: #c5986f;
}
a.top-buy-btn {
    width: auto;
    text-align: center;
    border-radius: 100px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #ae2f3b;
    background: transparent !important;
    border: 2px solid #ae2f3b;
    padding: 8px 10px 7px 10px;
    line-height: 1;
}
a.top-buy-btn i {
    padding-left: 5px;
    background: none;
    color: #ae2f3b;
    -webkit-text-fill-color: initial !important;
    -webkit-background-clip: initial !important;
}

/* SOCIALS */

ul.top-txt-socials {
    list-style: none;
    text-align: right;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    font-size: 0;
    z-index: 1;
}
ul.top-txt-socials li {
    display: inline-block;
}
ul.top-txt-socials li a i {
    display: table-cell;
    vertical-align: middle;
}

@media (min-width: 992px) {
  header ul.top-txt-socials li a i {
    color: #c19569;
  }
}
footer ul.top-txt-socials li a i {
  color: #c19569;
}

ul.top-txt-socials li a {
    background-color: #AF2F3B !important;
    width: 30px;
    display: table;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
ul.top-txt-socials li a:hover {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    background-color: #AF2F3B;
}


/* added */

.menu-header .main-nav {
  margin-top: 1px;
}
.menu-inner-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-right: 25px;
}
.menu-wrap {
  display: flex;
  justify-content: end;
}
ul.top-txt-socials li {
    margin-left: 5px;
}

.mobile-left a.top-buy-btn {
    position: absolute;
    left: 0;
    top: 18.5px;
}
.mobile-left.hide {
  transform: translateX(-100%);
}
@media (min-width: 1200px) {
  a.top-buy-btn {
    font-size: 16px;
    padding: 7.5px 8px 6px 8px;
  }
}
@media (max-width: 1199px) {
  .menu-header .main-nav li a {
      margin: 0 10px !important;
      font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
      display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
      display: none !important;
  }
}

/* headers */


@media (max-width: 1199px) {
  #page-header, #page-header .header-txts {
      height: 580px;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  #page-header, #page-header .header-txts {
      height: 540px;
  }
  #logo {
      max-width: 182px;
  }
  #navigation {
    padding: 26px 0;
  }
}
@media (max-width: 767px) and (min-width: 576px){
  #page-header, #page-header .header-txts {
      height: 500px;
  }
  #logo {
      max-width: 162px;
  }
  #navigation {
    padding: 22px 0;
  }
}
@media (max-width: 575px) {
  #page-header, #page-header .header-txts {
      height: 480px;
  }
  #logo {
      max-width: 142px;
  }
  #navigation {
    padding: 18px 0;
  }
}



/* header */

@media (max-width: 767px) {
  .top-link a {
      vertical-align: middle;
      color: #E0E0E0;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      padding: 12px 14px;
      border-right: 1px solid #000;
  }
  .top-link {
      float: left;
      margin: 0;
  }
  span.top-link-target {
      display: none;
  }
  .top-link i {
      margin-right: 0;
  }
  #top-txt {
      padding-left: 0;
  }
  #top-bar {
      padding: 10px 0;
      max-height: 46px;
  }
}
@media (max-height: 800px) {
  .fade-nav-inner {
      margin-top: 100px;
  }
}

.mobile-left {
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#mobile-nav-contained #mobile-brand {
    max-width: 175px;
    padding: 0;
    top: 8px;
    position: relative;
    left: calc(50% + 9px);
    transform: translateX(-50%);
    margin: 0 !important;
}

.top-buy-btn-side img {
    height: 30px;
    transform: scale(1) !important;
    margin-right: 5px;
}
.top-buy-btn-side {
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 9999;
    background-color: #862029;
    color: #fff !important;
    padding: 6px;
    padding-right: 7px;
    letter-spacing: -1px;
    font-family: 'horrorshow';
    border-radius: 6px 6px 0 0;
    font-size: 22px;
    box-shadow: 2px 2px 7px 0px #0000004a;
    font-weight: normal;
    z-index: 999;
    line-height: 1.15;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.top-buy-btn-side:hover {
    transform: translateY(2px);
}

@media (max-width: 575px) {
  .mobile-left a.top-buy-btn {
      top: 22px;
  }
  .top-buy-btn-side {
    right: 0;
    border-radius: 6px 0 0 0;
  }
  a.top-buy-btn {
    font-size: 13px;
    padding: 6px 8px 5px 8px;
  }
}



/* mobile nav */

@media (max-width: 991px) and (min-width: 768px) {
  .main-menu-desktop .container {
      width: 760px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .main-menu-desktop .container {
      width: 560px;
  }
}
@media (max-width: 380px) {
  #mobile-nav-contained #mobile-brand {
      max-width: 125px;
      top: 14px;
  }
}
#navigation-mobile {
    position: fixed !important;
}
.mobile-nav {
    width: auto;
    border-top: 0;
    display: block;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    height: 70px !important;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

#navigation-mobile {
    background-color: #ffffff;      
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.15);
    border-radius: 0;
    left: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 1000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#mobile-brand {
    max-width: 142px;
    margin-left: 0;
    padding: 0;
    top: 8px;
    position: relative;
}
.mobile-nav.push a#mobile-brand {
    max-width: 60px !important;
}
#mobile-btn {
    height: auto;
    position: absolute;
    right: 0;
    top: -4px;
    bottom: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 80px;
}
.menu-toggle {
    vertical-align: middle;
    width: 24px;
    height: 18px;
    position: relative !important;
    text-align: center;
    margin: auto;
    top: 27px;
}
#mobile-btn.on {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.menu-toggle.on .one {
    transform: translateY(7px) rotate(-45deg);
    -moz-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
    transform: translateY(-7px) rotate(45deg);
    -moz-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
}
.one,
.two,
.three {
    width: 100%;
    background: black;
    backface-visibility: hidden;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 3px;
    margin: 4px 0;
}
#mobile-nav-contained header {
    padding: 4px 0;
    display: block !important;
    width: 100%;
    transition: all .2s ease-in-out;
    background: transparent;
    background-image: url('../img/header-bg-raw.png') !important;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: 5;
    position: fixed !important;
}
#mobile-brand {
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#mobile-brand:hover{ 
  transform:scale(1.05);
  -moz-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
}
#mobile-nav-contained #mobile-brand.hide {
    left: -100%;
}


/* off canvas */

@media (min-width: 992px) {
  #off-canvas-nav {
    display: none !important;
  }
}

#off-canvas-nav {
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    width: calc(100% - 80px);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #2F2F2F;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
    z-index: 999;
}
#off-canvas-nav.open {
    right: 0;
    /* left: 0; */
}
#off-canvas-nav .app-btn {
    margin: 0;
}
.mobile-scroll {
    height: auto;
    overflow: scroll;
}
.close-btn {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}


#off-canvas-menu a {
    color: #BC4348;
    letter-spacing: -1px;
    font-family: 'horrorshow';
    padding: 10px;
    display: block;
    font-size: 20px;
}
#off-canvas-menu a:hover {
    color: #fff;
}
#off-canvas-menu li {
    border-bottom: 2px solid #292929;
}
#off-canvas-menu {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.mobiel-nav-top {
    height: 80px;
    display: table;
    width: 100%;
    border-bottom: 2px solid #292929;
}
.mobiel-nav-top ul.top-txt-socials {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mobiel-nav-top ul.top-txt-socials li a {
    background-color: #AF2F3B;
    width: 42px;
    display: table;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: none;
    text-decoration: none;
}
.mobiel-nav-top ul.top-txt-socials li a i {
    color: #2f2f2f;
}
.mobiel-nav-top ul.top-txt-socials li {
    display: inline-block;
    margin: 0 4px;
}
.mobiel-nav-top a.top-buy-btn {
    padding: 5.5px 15px;
    line-height: 2.1;
    background: none;
}



/* sticky */

  header#navigation.sticky-header {
      position: fixed;
      top: -200px;
  }

  #navigation.sticky {
      top: 0px !important;
  }
  #navigation.sticky-header {
      position: fixed !important;
      padding: 8px 0;
      z-index: 999;
      transition: all .5s ease-in-out;
      height: 100px;
  }
  #navigation.sticky-header #logo {
      width: 150px !important;
  }
  .logged-in #navigation.sticky {
      top: 32px !important;
  }
