
    body {
        background: #000;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        zoom:1;
         -moz-transform: scale(1);
    -webkit-transform: scale(1);
    }
.clearfix {
    width:100%;
    clear:both;
}
.clearfix:after {
    content:' ';
    display: block;
    
}
h1,h2,h3,h4 {
    font-family: 'Norwester', sans-serif;
    font-weight: normal;
}
    .select-size ul{
        list-style: none;
        border: 1px solid white;
        padding: 0;
        margin: 15px 0;
        display: inline-block;
    }
    .select-size li{
        font-size: 18px;
        display: none;
        padding: 10px 15px;
    }
    .select-size li.active{
        display: block;
    }
    
    .wrap {
        width: 100%;
        
        background-position: bottom center;
        background-size: cover;
        position: relative;
        color:white;
        font-family: sans-serif;
        overflow: hidden;
    }
    .wrap.nobg {
        background-image: url('../img/vidbg.jpg');
        background-position: center center;
        overflow: hidden;
    }
.wrap#product {
    background-image: url('../img/BG.jpg');
}
    .serif {
        font-family: 'playfair', serif;
        font-weight: normal;
    }
.serifem {
        font-family: 'playfair-em', serif;
        font-weight: normal;
    }
    .inner {
        width: 100%;
        display: table-row;
    }
    .fitty {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
    }
    .hundret {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .fitty.text {
        width: 46%;
        padding: 0 2%;
    }
  span.divider {
        height: 1px;
        width: 200px;
        display: inline-block;
        background-color: white;
        margin: 20px 0;
    }
    span.flag {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .logo {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
    }
    .prod-cont h1,.prod-cont h2,.mainh h2,.mainh h3{
        
        margin: 0;
        padding: 0;
    }
    .prod-cont p {
        font-family: 'playfair-em', serif;
        margin: 0;
        padding: 0;
    }
    .prod-cont h2, .mainh h2 {
        letter-spacing:0.1em;
        font-size: 2.5em;
        margin: 0;
    }
    .mainh h3 {
        font-size: 1.4em;
        margin: 0;
    }
.prod-cont h3{
    font-size: 1.8em;
    color: #aaa;
    margin: 0;
    }
    .prod-cont p {
        font-size: .8em;
    }
    .table {
        display: table;
        max-width: 1400px;
        height: 100vh;
        margin: 0 auto;
        z-index: 3;
    }
.cta {
        padding: 0;
        margin: 15px 0 41px 0;
        display: inline-block;
    }

.cta a{
    border: 1px solid white;
    font-family: 'Norwester', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 18px;
    letter-spacing: 6px;
    padding: 15px;
    text-decoration: none;
    display: block;
    transition: all 300ms ease;
}
.cta a:hover {
    border: solid 1px transparent;
    border-bottom: solid 1px #dc291e;
    border-top: solid 1px #dc291e;
}

div#chooser-row {
    position: relative;
    top: 20px;
    height: 0px;
    z-index: 99;
    text-align: center;
}

#chooser-row a {
    border: 1px solid white;
    font-family: 'Norwester', sans-serif;
    font-weight: normal;
    color: white;
    font-size: 14px;
    letter-spacing: 6px;
    padding: 15px;
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease;
    margin: 0 5px;
    opacity:0.2;
}
#chooser-row a.active{
    opacity:1;
}
#chooser-row a:hover {
    opacity:1;
    border: solid 1px transparent;
    border-bottom: solid 1px #dc291e;
    border-top: solid 1px #dc291e;
}
#chooser-row a.active:hover{
 opacity:1;
 border: 1px solid white;
}


/* SCROLL ICON -----------------------  */
@-webkit-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 29%;
  }
  5% {
    opacity: 1;
    top: 29%;
  }
  70% {
    opacity: 1;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@-moz-keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 29%;
  }
  5% {
    opacity: 1;
    top: 29%;
  }
  70% {
    opacity: 1;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
@keyframes scroll-ani {
  0% {
    opacity: 0;
    top: 29%;
  }
  5% {
    opacity: 1;
    top: 29%;
  }
  70% {
    opacity: 1;
    top: 75%;
  }
  100% {
    opacity: 0;
    top: 75%;
  }
}
.mouse-scroll {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #FFF;
  letter-spacing: 2px;
  text-decoration: none;
  overflow: hidden;
}
.mouse-scroll .mouse {
  position: relative;
  display: block;
  width: 20px;
  height: 36px;
  margin: 0 auto 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 13px;
}
.mouse-scroll .mouse .mouse-movement {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background: #FFF;
  border-radius: 50%;
  -webkit-animation: scroll-ani 2.5s ease infinite;
  -moz-animation: scroll-ani 2.5s ease infinite;
  animation: scroll-ani 2.5s ease infinite;
}
.mouse-scroll .mouse-message {
    position: relative;
  float: left;
  margin: -18px 0 0 3px;
  padding: 0;
    opacity:0;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    z-index: 199;
}
.mouse-scroll:hover .mouse-message {
    opacity: 1;
}



.scrolldown {
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom:3px;
    z-index: 197;
}


/*SLIDER*/

#product .table {
    opacity: 0;
}
 
#slides {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
    width:100%;
}

#slides ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#slides ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}
   #slides img {
        width: 100%;
        max-width: 700px;
       height: auto;
       display: block;
       opacity: 0;
    }
#slide-controls {
    position: relative;
    bottom:30px;
    text-align: center;
}
#slide-controls i:hover{
    background-color: rgba(255,255,255,0.1);
    cursor: pointer
}
#slide-controls i{
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/*GALLERY*/
#gallery {
    position: absolute;
    width: 100%;
    bottom:-120px;
    transition: all 300ms ease;
    opacity: 0;
}
#gallery #viewgallery{
    position: absolute;
    top: -34px;
    right:20px;
    background-color: rgba(255,255,255,0.2);
    padding: 7px 12px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px 4px 0px 0px;
}
#gallery:hover {
    bottom:0px;
    cursor: pointer;
}


#galleryslides {
    position: relative;
    margin: 0 auto;
    overflow-x:scroll;
    overflow-y: hidden;
}

#galleryslides ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
 width: 10000px;
}

#galleryslides ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
opacity: 0.4;
transition: all 300ms ease;
}
#galleryslides ul li:hover {
opacity: 1;
}
#galleryslides img {
   height: auto;
   display: block;
}
#gallery-zoom {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 40px;
    display: none;
    opacity: 0;
    background: url('../img/squares.gif') center center;
    background-repeat: no-repeat;
}
#gallery-zoom-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#gallery-zoom ul {
    margin: 0;
    list-style: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;

}
#gallery-zoom li {
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    background-size:contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#gallery-zoom img {
    width: 100%;
    vertical-align: middle;
}
a#galleryprev {
    position: absolute;
    left: 20px;
    top: 50%;
}
a#gallerynext {
    position: absolute;
    right: 20px;
    top: 50%;
}
a#galleryclose {
    position: absolute;
    top: 20px;
    right: 20px;
}
#galleryprev,#gallerynext,#galleryclose {
    font-size:26px;
    opacity:0.4;
    transition: all 300ms ease;
}
#galleryprev:hover,#gallerynext:hover,#galleryclose:hover {
    opacity: 1;
    cursor: pointer;
}
    
video {
    position: absolute;
    top: 0;
    left:0;
    z-index: -1;
    background-size: cover;
} 
    @media all and ( max-width : 840px){
        .fitty, .fitty.text {
            display: block;
            width:90%;
            padding: 0;
            float:none;
            margin: 0px auto;
        }
        .flags {
            display: none;
        }
        #chooser-row a {
            font-size: 12px;
            letter-spacing: 1px;
            padding: 10px;
        }
        .prod-cont h2, .mainh h2 {
            letter-spacing:0.1em;
            font-size: 2em;
            margin: 0;
    }
        .logo {

            left: 50%;
           margin-left:-75px;
    }
    }

    @media all and ( max-width : 400px){
        #chooser-row a {
            font-size: 12px;
            letter-spacing: 0px;
            padding: 4px;
        }
    }