/* ----------------- GENERIC ---------------- */
@font-face {
    font-family: FuturaBold;
    src: url(../../../external/fonts/FuturaStd-Bold.otf);
    font-weight: bold;
}
@font-face {
    font-family: FuturaMedium;
    src: url(../../../external/fonts/FuturaStd-Medium.otf);
}
@font-face {
    font-family: FuturaBook;
    src: url(../../../external/fonts/FuturaStd-Book.otf);
}
@font-face {
    font-family: SectraMedium;
    src: url(../../../external/fonts/GT-Sectra-Display-Medium.ttf);
}
@font-face {
    font-family: WalsheimLight;
    src: url(../../../external/fonts/gt-walsheim-light.ttf);
}

.preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}

.futuraBlock {
  font-family: 'FuturaBook';
}

.no-padding-left{
  padding-left: 0;
}
.no-padding-right{
  padding-right: 0;
}
.force-hide{
  display: none!important;
}

.no-click{
  pointer-events: none;
}

.caption {
  padding: 10px 40px 0 40px;
  bottom: initial;
  color: #000;
  font-family: FuturaBook;
  margin: 1rem 0rem;
  text-align: center;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 40px;
  overflow-x: hidden;
}
*, a, h1, h2, h3, h4, h5, h5, p, div, blockquote{
  color: #000;
}
a{
}
a:hover,
a:active,
a:visited,
a:focus{
  color: #000;
  text-decoration: none;
  border: none;
}
a:hover{
    border-bottom: 2px solid #000;
}
#no-results-found{
  position: relative;
  font-size: 20px;
  font-family: FuturaBook;
  top: 300px;
}

#product-carousel {
  position: relative;
}

/* ----------------- HEADER ---------------- */
header{
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}
.header-background{
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
header #logo{
  font-size: 35px;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-family: SectraMedium;
  display: block;
  letter-spacing: 1px;
  margin-top: 45px;
}
header #logo:hover{
  border: none;
}
header .navbar{
  margin-top: -25px;
  min-height: 0;
}
header .navbar-nav {
  float: none;
  text-align: left;
  line-height: 60px;
  margin-top: 20px;
}
header .navbar-nav>li{
  float: none;
  display: inline-block;
  text-align: center;
  line-height: 0;
}

header .navbar-nav>li {
  padding: 0;
  margin: 0 -5px 0 20px;
}
header .navbar-nav>li a {
  color: #000;
  font-size: 75px;
  padding: 0 0 24px 0;
  font-family: WalsheimLight;
}
header .navbar-nav>li a.active{
  background-color: transparent;
  border-bottom: 3px solid #000;
}
header .navbar-nav>li a:hover{
  background-color: transparent;
  border-bottom: 3px solid #000;
}
header .navbar-nav>span{
  color: #000;
  font-family: WalsheimLight;
  font-size: 75px;
}
/* ----------------- CAROUSEL ---------------- */
.carousel-control:focus,
.carousel-control:active,
.carousel-control:visited,
.carousel-control:hover{
  border: none;
}
.carousel-control.left{
    background: transparent url('../img/carousel-prev.png') 20% 50% no-repeat;
    opacity: 1;
}
.carousel-control.right{
    background: transparent url('../img/carousel-next.png') 80% 50% no-repeat;
    opacity: 1;
}
.carousel-control.left span,
.carousel-control.right span{
    display: none;
}

/* ------------------ SIDEBAR -----------------*/
.sidebar-title{
  position: fixed;
  top: 50%;
  font-size: 30px;
  font-family: WalsheimLight;
  z-index: 10;
}
.sidebar-title .vertical-text{
  display: block;
  color: #000;
  text-decoration: none;
  height: 47px;
}
#left-sidebar{
  left: 60px;
  cursor: normal;
}
#left-sidebar .vertical-text{
  transform: rotate(270deg);
}
#left-sidebar .vertical-text:hover{
  text-decoration: none;
  border: none;
}

#right-sidebar{
  right: 60px;
}
#right-sidebar .vertical-text{
  transform: rotate(90deg);
  padding-top: 30px;
  height: 77px;
}
#right-sidebar .vertical-text span{
  color: #000;
  position: absolute;
  top:0;
  left: 50%;
}
#right-sidebar .vertical-text:hover{
  border-bottom: 3px solid #000;
}

/* --------------------- COOKIE POLICY ----------------*/
.cc_banner.cc_container.cc_container--open{
  border-radius: 0;
  box-shadow: none;
  border: none;
  right: 0;
  bottom: 100px;
  padding-bottom: 20px;
}
.cc_btn.cc_btn_accept_all{
  display: block;
  top: 10px;
  height: 24px;
  left: 260px!important;
  float: right!important;
  background: transparent url('../img/icon_cross_small.png') 50% 0 no-repeat!important;
  border-radius: 0!important;
}
.cc_btn.cc_btn_accept_all:hover{
  border-bottom: none;
}
.cc_logo{
  display: none!important;
}
.cc_message{
  font-size: 13px!important;
  letter-spacing: 1px!important;
  font-family: FuturaBook!important;
  line-height: 20px!important;
}
.cc_more_info{
  color: #000!important;
  border-bottom: 1px solid #000!important;
}
/* --------------------- FOOTER ---------------------- */
.mobile-footer{
  display: none;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 51px;
  padding-top: 11px;
  font-family: FuturaBook;
  font-size: 12px;
  background: transparent url('../img/footer-shadow.png') 0 0 repeat-x;
  z-index: 90;
}
footer .bg-white{
  background: #FFF;
}
footer .info{
  height: 40px;
}
footer .column{
  margin-top: 12px;
  text-align: center;
}
footer a{
  color: #000;
}
footer a:hover{
  text-decoration: none;
  color: #000;
}

/* ------------------- MEDIA QUERY ------------------- */
@media(max-width: 1024px) {
  .sidebar-title {
    display: none;
  }

  #header-container {
    background: #fff;
  }

  header {
    position: relative;
    z-index: 10;
    left: 0;
    right: 0;
  }

  #products-list {
    width: 100%;
    top: 0;
    margin-bottom: 0;
  }
}

@media(max-width: 991px) {
  .left.carousel-control {
    left: 10px!important;
  }
  .right.carousel-control {
    right: 10px!important;
  }
}