/***************** GLOBAL *************************/ 

/* cssreset.com */
*{margin:0;padding:0;}


/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
body{font-family: 'Roboto Slab'; font-weight: 300}
html, body, .wrapper {
    min-height: 100%;
    min-width: 320px;
}

.wrapper{
      padding-top: 70px;
        background: url(../img/global/bg.jpg);
}
a {text-decoration: none;}


.btns { 
    width: 147px;
    height: 40px;
    cursor: pointer;
    background: none;
    text-align: center;
    display: block;
    line-height: 38px;
}

.updatebtns { 
    width: 100%;
    height: 40px;
    cursor: pointer;
    background: none;
    text-align: center;
    display: block;
    line-height: 38px;
}

.white-btn{
    border: 1px solid #fff;
    color:  #fff;
}

.white-btn:hover{
    background: #fff;
    color: #000000;
}

.grey-btn{
    border: 1px solid #868686;
    color:  #868686;
}

.grey-btn:hover{
    background: #868686;
    color: #fff;
}

.red-btn{
    border: 1px solid #f14a51;
    color:  #f14a51;
}

.red-btn:hover{
    background: #f14a51;
    color: #fff;
}

/******** Z-index management ****************/
/*@import 'zindex';*/
.z-lv0 {z-index: 0;}
.z-lv1 {z-index: 1000;}
.z-lv2 {z-index: 2000;}
.z-lv3 {z-index: 3000;}
.z-lv4 {z-index: 4000;}
.z-lv5 {z-index: 5000;}
.z-lv6 {z-index: 6000;}

/*********** Style Hierarchy *************/
h1{ font: 30px/37px 'centabel_bookcentabel_book', Arial, Helvetica, sans-serif; color: #212121;}
h2{ font: 25px/32px 'futura_md_btmedium', Arial, Helvetica, sans-serif; margin-bottom: 20px;}
h3{ font: 20px/27px 'futura_md_btmedium', Arial, Helvetica, sans-serif; margin-bottom: 20px; text-transform: uppercase;}
h4{ font: 17px/27px 'futura_md_btmedium', Arial, Helvetica, sans-serif; color:#545454;}
em{ font: italic 'Roboto Slab';}
strong{ font-family: 'Roboto Slab'; font-weight: 700}
body,p,a {font: 12px/14px 'Roboto Slab', Arial, Helvetica, sans-serif; display:block; font-weight: 300}
p{    font-size: 13px;
    line-height: 22px;
    padding-bottom: 20px;
color: #6e6e6e;}
p:last-of-type{padding-bottom:0;}
.wrapper{position: relative;}


.transition {
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.clearing{
    clear:both;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

img { 
  max-width:100%;
display:block;

}

img[src=""] {
   display: none !important;
}

.container {max-width:1140px; margin:0 auto; position:relative; min-width:320px; box-sizing: border-box;}

.box{
    margin: 20px auto;
}

/***************** HEADER *************************/   

    
    .header {
       
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
       
        
    }

    .header.shrink {
    height: 100px;
    top: -10px;
}


    /***************** DROPDOWN *************************/   
    

    .dropdownwrap {
        height:40px;
        margin:0;
        background-color:#ed1d25;
        display: none; 
        padding: 20px 20px;
      
        position:relative;
     
    }

    .dropdownwrap .container { min-width:280px;}


    
        .dropdownwrap input[type="text"]{
            width: 100%;
            height: 40px;
            box-sizing: border-box;
            background: #fbd2d3;
            padding: 0 40px;
             border-radius: 3px;
            border: 1px solid transparent;
            box-shadow: inset 0 1px 1px 1px rgba(0,0,0,.1);
            font-family: 'centabel_bookcentabel_book';
            font-size: 20px;
        }

        .dropdownwrap input[type="text"]::-ms-clear {
            display: none;
        }    

        .dropdownwrap button{
            width: 40px;
            height: 40px;
            border: none;
            position: absolute;
            top: 0;
            left: 0;
            background: none;
            cursor: pointer; 
        }
        
             .dropdownwrap button span.icon-search{
               font-size: 20px;
            } 

        .dropdownwrap .close-search-box{
            font-size: 14px;
            width: 40px;
            height: 40px;
            border: none;
            box-sizing: border-box;
            position: absolute;
            top: 0;
            right: 0;
           display:block;
            cursor: pointer; 
              line-height: 40px;
            text-align:center;
        }  
            

    .header a{color: #fff;}

     
        .header .stripe {
            height: 10px;
            background: #ed1d25;
            position:relative;
           
           
            top:0;
            width: 100%;
        } 
        
       
        .header.shrink .micro{
       top:-30px;
    }

        .header .micro {
            box-sizing: border-box;
            background:#ed1d25;
            height: 20px;
            width: auto;
            position: absolute;
            right: 0;
            top: -5px;
            
            padding:0 7px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
        }
                 
            .header .micro  li{
                float:left;
                
            }
                .header .micro  li a, .header .micro  li > span{
                    color: #fff; 
                    display: inline-block;
                   font-size: 10px;
                    padding: 0px 7px;
                    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
                } 

                 .header .micro  li > span {
                     -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
                 }

              

                 .header .micro  li:hover a, .header .micro  li:hover span{
                    transform: scale(1.1,1.1);
                     -webkit-transform: scale(1.1,1.1);
                    -moz-transform: scale(1.1,1.1);
                -o-transform: scale(1.1,1.1); 
                } 
                
                .header .micro  li.separator:after{
                    content:'|';
                    font-size: 10px;
                    
                    color: #fff;
                }

                
                
                .header .micro  li  span{
                    color: #fff;
                    cursor: pointer;
                  
                   
                   font-size: 12px;
                }

            .header .main-nav {
                background: #120c0c;
                height: 75px;
                position: relative;
               
            }

                 .header .main-nav > ul {
                    margin: 0 auto;
                     width: 100%;
                       
                }

                    .header .main-nav ul li {
                        float:left;      
                    }

                    .header .main-nav ul li.first-item, .header .main-nav ul li.third-item{
                           width: 481px;
                    }

                    .header .main-nav ul li.logo{
                           width: 160px;
                        margin: 0 auto;
                        position:relative;
                      top: 30px;
                     
                    
                    }


                    .header .main-nav ul li.logo .img-wrapper{
                           width: 80%;
                        margin:0 auto;
                        position: relative;
                         
                       
                    }

                    
                        
                      .header .main-nav ul li ul{
                          margin: 0 auto;
                          
                      }
                        
                         .header .main-nav ul li.first-item ul{
                        
                          width: 350px;
                        }
                        
                        .header .main-nav ul li.third-item ul{
                         
                          width: 400px;
                        }
                        
                            .header .main-nav ul li ul li {
                                height: 75px;
                                padding: 12px 50px;
                                text-align: center;
                                font-family: 'centabel_bookcentabel_book';
                                font-size: 20px;
                                position: relative;
                                top: 0;
                                -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
                            }

                               .header .main-nav ul li ul li span { 
                                    height: 100%;
                                    vertical-align: middle;
                                    display: inline-block; }

                                .header .main-nav ul li ul li a{
                                 display: inline-block;
                                 padding-bottom: 5px;
                                font-family:  'centabel_bookcentabel_book';
                                font-size: 16px;
                               -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
                                
                                
                            }

                           .header .main-nav ul li ul li a:hover{
                                transform: scale(1.1,1.1);
                               
                                -webkit-transform: scale(1.1,1.1);
                            -moz-transform: scale(1.1,1.1);
                            -o-transform: scale(1.1,1.1); 
                            } 
                            .header .main-nav ul li ul li a.active {
                                
                                border-bottom: 5px solid #c78e5c;
                               color: #c78e5c;
                            }
                     /**************** Header Shrink ********************/           
                     
                    .header.shrink .main-nav { 
                       
                    }

                    .header.shrink .dropdownwrap {
                       margin-top: -80px;
                    }

                       
                        .header.shrink .main-nav ul li.logo{
                          
                          top: 18px;
                        }
                        
                        .header.shrink .main-nav ul li.logo .img-wrapper{
                           width: 60%;
                       
                        }

                         .header.shrink .main-nav ul li ul li {
                                top:-10px;
                                
                            }

.header.shrink .main-nav ul li ul li a{

                                 padding-bottom: 23.5px;
                            }

               .header .oval {
                    height: 80px;
                    background: #120c0c;
                  /* -moz-border-radius:   50em/3em;  
                   -webkit-border-radius:  50em/3em;  */
                    border-radius:  50%/50%;
                   top:-48px;
                   
                    position: relative;
                   
                }

                .header.shrink .oval {
                    top:-100px;
                }
                    
                       
 /***************** Footer *************************/                          
                    
.footer {
    width: 100%;
    background: #0e0808;
    padding: 20px 0;
    color: #8d8d8d;
   
}



.footer .company-logo {
    width: 125px;
    float: left;
    margin-top: 20px;
}

    .info {
        color: #8d8d8d;
        font-size: 13px;
        margin-left: 20px;
        width: 400px;
        line-height: 15px; 
        float: left;
        margin-top: 10px;
    }

        .info p {
             font-family: 'centabel_bookcentabel_book';
            font-size: 13px;
        }        

        .footer  ul li {
            float: left;    
        }

            .footer .info ul li a {
               
                color: #8d8d8d;
                margin-right: 7px;
                font-size: 10px;
                }            


            .footer .social {
                float: right;
                margin-top: 5px;
            }

            .footer .social li:first-child{
                line-height: 25px;
            }

           

                .footer .social .social-fb {
                    background:url('../img/global/social_fb.png') ;
                }
                 .footer .social .social-tw {
                    background:url('../img/global/social_tw.png') ;
                }
                 .footer .social .social-yt {
                    background:url('../img/global/social_yt.png') ;
                }
                 .footer .social .social-gg { /** Quin added **/
                    background:url('../img/global/social_gg.png') ;
                }
                 .footer .social .social-in { /** Quin added **/
                    background:url('../img/global/social_in.png') ;
                }

                     .footer .social [class^="social"] {
               
                        width: 25px;
                        height: 25px;
                        display: inline-block;
                        background-size: cover;
                         margin-left: 10px
                }

/***************** Main **********************/
.wrapper .main{position: relative;}

.wrapper[class^="function"] .main .white-bg{position: relative; background : #fff;}

/**************** index.html *********************/

    /***************** Main **********************/
    .all-products .main, .all-scents .main, [class^="level"] .main {
         padding: 0 0 40px;
         
    }

   
        .main .hero-slider.ipad{
        display: none;
    }
    
    
    /***************** Hero **********************/
     .hero{
        position: relative;
       
    }

    .hero img{width: 100%; display: block;}

/***************** Other **********************/
    .other {
        background: #0e0808;

        padding: 30px 0;
        -webkit-box-shadow: 0px -2px 1px 0px rgba(50, 50, 50, 0.64);
-moz-box-shadow:    0px -2px 1px 0px rgba(50, 50, 50, 0.64);
box-shadow:         0px -2px 1px 0px rgba(50, 50, 50, 0.64);
    }

        .other .col-3{
         box-sizing:border-box;
        padding: 2px;
    }

    .other .col-3 img{width: 100%;}


        
/**************** heading *********************/

.heading {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 90px 20px 30px;
    background: #f14a51;
    box-sizing: border-box;
}

.heading-dark {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 90px 20px 30px;
    background: #000;
	box-sizing: border-box;
}

.heading-dark h1 {
	color: #ffffff;
}


.wrapper[class^="all"] .heading, .wrapper[class^="level"] .heading {
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,0.5)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(70%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 30%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0.5) 70%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    
      position:absolute;
}


.wrapper.level3 .heading {
    background: #ffffdc;
    position:relative;
}

.wrapper.level3 .heading-dark {
    background: #000000;
	color: #fff;
    position:relative;
}


.wrapper[class^="function"] .heading h1{
    color: #fbd2d3;
    text-transform: capitalize;
}


.all-scents .main .grid, .all-products .main .grid {
    margin-top: -300px;
}

.sale-tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF3300;
	height: 25px;
	width: 120px;
	background-position: center center;
	text-align: center;
	display: block;
	vertical-align: middle;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	position: absolute;
	z-index: 5000;
}
