 @charset "UTF-8";

@font-face {
    font-family: 'Neutra-Demi';
    src: url('../fonts/NeutrTexGreDem.eot');
    src: local('☺'), url('../fonts/NeutrTexGreDem.woff') format('woff'), url('../fonts/NeutrTexGreDem.ttf') format('truetype'), url('../fonts/NeutrTexGreDem.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra-Book';
    src: url('../fonts/NeutrTexGreBoo.eot');
    src: local('☺'), url('../fonts/NeutrTexGreBoo.woff') format('woff'), url('../fonts/NeutrTexGreBoo.ttf') format('truetype'), url('../fonts/NeutrTexGreBoo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* general classes   *zoom:1;*/

html, body{
    width: 100%;
    padding: 0;
    margin: 0;
    /*  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/
}

body{
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Neutra-Demi';*/
    font-weight: normal;

    /*font-size: 62.5%;*/
    /* hack to reset the main body text size to 10px (deaults to 16px)
        now we can use 1.6em for 16px font size etc.
    */
}

body.front-page-body{
    /*background: #000;*/
    overflow: hidden;
}

.primaryContainer{
    height: auto;
    margin: 0 auto;
    min-height: 100%;
    width: 100%;
    /*opacity:0;*/
    overflow: hidden;
}

.resizeable{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1300px;
    height: 975px;
    overflow: hidden;
}

#user-login{
	margin-left: 240px
}

br {
	display: inline;
}

/* admin pages */

html body.admin-menu {
	 margin-top: 0 !important;
}

div.status{
	margin-top: 65px;
	margin-left: 240px;
	position: fixed;
	z-index: 200;
}

div.tabs{
	margin-top: 40px;
	margin-left: 245px;
	position: fixed;
	z-index: 200;
}

 #headerTopContainer {
     height: 90px;
     position: relative;
     width: 100%;
     background-color: #f7941d;

     z-index: 151;

 }

#rightTopMenuContainer{
    height: 90px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 250px;
    background: #f7941d;
}

 /*Small screens  */
 @media only screen {
     #rightTopMenuContainer{
         right:90px;
     }
 }

 /*Medium screens*/
 @media only screen and (min-width: 40.063em) {
     #rightTopMenuContainer{
         right:90px;
     }

 }

  /*Large screens*/
 @media only screen and (min-width: 64.063em) {
     #rightTopMenuContainer{
         right:0px;
     }
 }

#topMenuContainer{
    position: relative;
    top: 0;
    /*left: 148px;*/
    height: 90px;
    background-color: #ffffff;
    float: left;
    font-family: "Neutra-Book", sans-serif;
    width: 100%;

    padding-left: 140px;
    padding-right: 250px;

}

 #topMenuContainer ul.menu{
     list-style: none;
     display: none;
 }


 #topMenuContainer ul.menu li {
     margin: 0;
     text-align: center;
     font-size: 14px;
     height: 100%;
     padding-top: 40px;
     padding-left: 0;
     padding-right: 0;
     list-style: none;
     line-height: 15px;
 }
@media only screen and (min-width: 90.063em)  {
    #topMenuContainer ul.menu li {
        font-size: 18px;
        line-height: 19px;
    }
}
 #topMenuContainer ul.menu li a{
     color: #293714;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 #topMenuContainer ul.menu li a:hover {
     color: #f7941d;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }


#progress{
    width: 110px;
    height: 110px;
    line-height:110px;
    text-align: center;
    font-family: "Neutra-Book", sans-serif;
    color: #f7941d;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -55px;
    z-index: 15;
    background-color: #000000;
    border-radius: 55px;
    position: absolute;
    font-size: 1.8em;
}

#carouselContainer{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#canvasContainer{
    position:relative;
    left:0;
    top:0;
    overflow:hidden;
    width:100%;
    height:100%;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;

}
#canvas{
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    width:100%;
    height:100%;
}

#canvas.active{
    cursor:url('../images/drag_cursor.cur') 20 10, auto;
}

#canvas.mouseOver{
    cursor:pointer;
}

#canvas.mouseDown{
    cursor:url('../images/drag_cursor_closed.cur') 20 10, auto !important;
}

.carousel-container-control {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
}

.carousel-container-control#carousel-previous {
    left: 0;
}

.carousel-container-control#carousel-next {
    right: 0;
}

.carousel-control {
    position: absolute;
    z-index: 11;
    top: 50%;
    margin-top: -26px;
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 100%;
    background-position: 0 0;
    /*visibility: hidden;*/
    /*opacity: 0;*/
}

.carousel-control.previous{
    left: 10px;
    background-image: url(../images/button-back.png);
}

.carousel-control.next {
    right: 10px;
    background-image: url(../images/button-next.png);
}

.carousel-control:hover{
    -webkit-animation: arrow 1s steps(15) 1;
}

@keyframes arrow {
    0% {background-position: 0 0;}
    100% {background-position: 0 -750px;}
}

#logoContainer{
    height: 90px;
    width: 135px;
    position: absolute;
    top: 0;
    display: block;
    z-index: 150;
    float: left;
}

#logoContainer a{
    display: block;
    top: 0;
    left: 0;
    height: 90px;
    width: 135px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/logo_bg.png");
}

@media only screen and (max-width: 40em) {
    #logoContainer{
        height: 80px;
        width: 120px;
        left: 0px;
    }
    #logoContainer a{
        height: 80px;
        width: 120px;
    }
}


#closeOffCanvasAction{
    display: block;
    width: 5px;
    height: 5px;
    opacity: 0;
    position: absolute;
    left: 5000px;

}

#menuContainer{
    width: 100%;
    height: 100%;
    position: fixed;
    display:none;
    opacity: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
    /*padding: 150px;*/
}

#menuInnerContainer{
    text-align: right;
    top: 0px;
    height: 100%;
    position: absolute;
    right: 0;
    display: block;
    width: 400px;
    color: #fff;
    background-color: #f7941d;

}

#menuInnerContainer .menu{
    list-style: none;
    border: 0;
    display: block;
    text-align: right;
    position: relative;
    right: 370px;
    width: 340px;
    top: 30px;
    margin: 0;
    padding: 0;
}

#menuInnerContainer .menu li{
    font-family: 'Neutra-Book', sans-serif;
    margin: 0;
    padding: 0 0 45px 0;
    list-style: none !important;
}




#menuInnerContainer .menu li a{
    color: #fff;
    font-size: 28px;
    display: block;
}


 @media only screen and (max-width: 40em) {
     #menuInnerContainer .menu li{
         padding: 0 0 15px 0;
     }

     #menuInnerContainer .menu li a{
         font-size: 20px;
     }
 }



#menuToggleButtonCarousel{
    width: 90px;
    height: 90px;
    position: absolute ;
    cursor: pointer;
    overflow: hidden;
    top: 0px;
    right: 0px;
    z-index: 151;
    padding-left: 34px;
    padding-top: 36px;
    background-color: #fff;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#menuToggleButtonCarousel span{
    display: block;
    width: 23px;
    height: 5px;
    background-color: #f7941d ;
    margin-bottom: 2px;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#menuToggleButtonCarousel:hover span{
    background-color: #293714;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#closeMenuBut{
    width: 21px;
    height: 21px;
    background-image: url("../images/menuClose.png");
    position: relative;
    left: 350px;
    top: 30px;
    cursor: pointer;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#closeMenuBut:hover{
    opacity: 0.5;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#menuScrollContainer{
    width: 400px;
    position: relative;
    top:55px;
}

#menuRightPlacer{
    position: relative;
    overflow: visible;
    left: 400px;
}

#languageSelect{
    font-size: 12px;
    position: relative;
    width: 172px;
    height: 53px;
    text-align: center;
    color:#fff;
    padding-top: 37px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: right;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

 /*Small screens  */
 @media only screen {
     #languageSelect {
         width: 160px;
     }
 }
 @media only screen and (min-width: 40.063em) {
     #languageSelect {
         width: 172px;
     }
 }

#languageSelect.hovered{
    background-color: #fff;
    color: #333;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#languageSelect span{
    opacity: 0.7;
    padding-right: 3px;

}

#languageArrow{
    display: inline-block;
    border-style: none;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid white;
    /* position: absolute; */
    /* top: 17px; */
    margin-left: 3px;
}

#languageArrow.hovered{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#languageSelect.hovered #languageArrow{
    border-left: 4px solid #333;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#languageSelectMenu{
    display: none;
    position: absolute;
    right: 0px;
    width:250px;
    background-color: #fff;
    top: 90px;
    z-index: 60;

}
#languageSelectMenu ul{
    display: block;
    text-align: left;
    padding-top: 15px;
    z-index: 61;
}
#languageSelectMenu ul li{
    padding-bottom: 12px;
    padding-left: 35px;
    font-size: 15px;
    color: #333;
    cursor: default;
    position: relative;
}
#languageSelectMenu ul li.active::after{
    background-image: url("../images/langActive.png");
    content: "";
    display: block;
    height: 25px;
    left: 190px;
    position: absolute;
    top: -2px;
    width: 25px;

}

#languageSelectMenu ul li a{
    color: #333;
}

#languageSelectMenu ul li a:hover{
    color: #f7941d;
}

#menuFooter{
    display: table;
    position: relative;
    width: 340px;
    right: 370px;
    font-size: 12px;
    padding-top: 30px;
    height: 100px;
}

#copyrightContainerMenu{
    display: table-cell;

}

#socialContainerMenu{
    display: table-cell;
    width: 115px;
}

#termsContainerMenu{
    text-align: left;
}

#termsContainerMenu a{
    color: #fff;
    padding-left: 4px;
}

#termsContainerMenu a:hover{
    color:#333;
}

#socialContainerMenu a{
    display: inline-block;
    margin-left:10px;
    position: relative;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: 500px;
    overflow: hidden;
}

#socialContainerMenu a.facebook{
     background-image: url('../images/iconFb.png');
 }

#socialContainerMenu a.twitter{
    background-image: url('../images/iconTwitter.png');
}

#socialContainerMenu a.instagram{
    background-image: url('../images/iconInstagram.png');
}
#socialContainerMenu a.youtube{
    background-image: url('../images/iconYT.png');
}

#socialContainerMenu a.facebook:hover{
    background-image: url('../images/iconFbOver.png');
}

#socialContainerMenu a.twitter:hover{
    background-image: url('../images/iconTwitterOver.png');
}

#socialContainerMenu a.instagram:hover{
    background-image: url('../images/iconInstagramOver.png');
}

#socialContainerMenu a.youtube:hover{
    background-image: url('../images/iconYTOver.png');
}
/*   ---------     secondary menu (top header) styles ----- */

#menuHeader{
    display: block;
    position: fixed;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #f7941d;
    z-index: 90;
}



#menuHeader .logo{
    left: 69px;
    height: 80px;
    position: absolute;
    width: 92px;
}

#menuHeader .logo a {
    width: 92px;
    height: 79px;
    position: relative;
    display: block;
    background-image:url("../images/logo_bg_sm.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 40em) {

    #menuHeader .logo{
        left: 10px;
    }


    #menuHeader .logo a{
        height: 60px;
        top: 12px;
    }

}

#menuHeader .back{
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -60px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 120px;
}

#menuHeader .back a{
    color: #010101;
    font-family: 'Neutra-Demi', sans-serif;
    font-size: 14px;

    /*transition: all 0.6s ease 0s;*/
    /*-moz-transition: all 0.6s ease 0s;*/
    /*-webkit-transition: all 0.6s ease 0s;*/
    /*-o-transition: all 0.6s ease 0s;*/
}

#menuHeader .back a:hover{
    color: #fff;

    /*transition: all 0.6s ease 0s;*/
    /*-moz-transition: all 0.6s ease 0s;*/
    /*-webkit-transition: all 0.6s ease 0s;*/
    /*-o-transition: all 0.6s ease 0s;*/
}

#menuHeader .back a span{
    width: 17px;
    height: 12px;
    background: url("../images/backArrow.png");
    display: inline-block;

    /*transition: all 0.6s ease 0s;*/
    /*-moz-transition: all 0.6s ease 0s;*/
    /*-webkit-transition: all 0.6s ease 0s;*/
    /*-o-transition: all 0.6s ease 0s;*/
}
#menuHeader .back a:hover span{
    background: url("../images/backArrowOver.png");

    /*transition: all 0.6s ease 0s;*/
    /*-moz-transition: all 0.6s ease 0s;*/
    /*-webkit-transition: all 0.6s ease 0s;*/
    /*-o-transition: all 0.6s ease 0s;*/
}

#menuToggleButtonHeader{
    cursor: pointer;

    height: 19px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 30px;
    transition: all 0.6s ease 0s;
    width: 23px;
    z-index: 150;
}

#menuToggleButtonHeader span{
    background-color: #ffffff;
    display: block;
    height: 5px;
    margin-bottom: 2px;
    transition: all 0.6s ease 0s;
    width: 23px;
}

/*   ---------     adise of canvas menu styles ----- */

.right-off-canvas-menu{
    background: #000000;
    height: 100%;
    font-family: 'Neutra-Book', sans-serif;
}


 .right-off-canvas-menu ul.menu li{
     margin:0;
     padding: 0;
 }


 .right-off-canvas-menu ul.menu li.expanded{
     padding: 0;
 }

 .right-off-canvas-menu ul.menu li.leaf{
     list-style: none;
 }

 .right-off-canvas-menu .off-canvas-submenu li  a.active{
     color:#fff;
 }

 .right-off-canvas-menu .off-canvas-submenu li a.active:before{
     content: "•";
     display: block;
     color: #f7941d;
     position: absolute;
     font-size: 20px;
     left: -5px;
     top: 5px;

 }


 ul.off-canvas-list li a:hover {
     background: #000000;
     color: #fff;
 }


 ul.off-canvas-list li a{
     background: #000000;
     color: #ccc;
     position: relative;
     border: none;
 }




 .right-off-canvas-menu #products,
 .right-off-canvas-menu #recipes,
 .right-off-canvas-menu #culture,
 .right-off-canvas-menu #ethics,
 .right-off-canvas-menu #facts,
 .right-off-canvas-menu #gallery
 {
     color:#f7941d;
 }

 .right-off-canvas-menu #products span,
 .right-off-canvas-menu #recipes span,
 .right-off-canvas-menu #culture span,
 .right-off-canvas-menu #ethics span,
 .right-off-canvas-menu #facts span,
 .right-off-canvas-menu #gallery span
 {
     color:#fff;
 }


#mainMenuSubMenu{
    height: 100%;
}

#mainMenuSubMenu ul{
    margin: 0;
    padding: 0;
}

#mainMenuSubMenu ul li{
    display: table;
    height: 200px;
    width: 100%;
    position: relative;
    font-family: 'Neutra-Book', sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
}
@media only screen and (max-width: 40em) {
    #mainMenuSubMenu ul li{
        height: 100px;
    }
}


#mainMenuSubMenu ul li:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 0;
    opacity: 0.25;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#mainMenuSubMenu ul li:hover:before{
    opacity: 0.4;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#mainMenuSubMenu ul li a{
    color: #ffffff;
    text-align: center ;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    padding: 0 10px 0 10px;
    display: table-cell;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#mainMenuSubMenu ul li:hover a{
    color: #f7941d;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#products-submenu-offCanvas,
#culture-submenu-offCanvas,
#ethics-submenu-offCanvas,
#facts-submenu-offCanvas,
#gallery-submenu-offCanvas{
    display: none;
}

#products-submenu-offCanvas ul li.olive-oil:before{
    background: url("../images/submenu-products-olive-oil.jpg");
}
#products-submenu-offCanvas ul li.olives:before{
    background: url("../images/submenu-products-olives.jpg");
}
#products-submenu-offCanvas ul li.condiments:before{
    background: url("../images/submenu-products-condiments.jpg");
}
#products-submenu-offCanvas ul li.snacks:before{
    background: url("../images/submenu-products-snacks.jpg");
}
#products-submenu-offCanvas ul li.vinegar:before{
    background: url("../images/submenu-products-vinegar.jpg");
}

#culture-submenu-offCanvas ul li.history:before{
    background: url("../images/submenu-culture-history.jpg");
}
#culture-submenu-offCanvas ul li.diet:before{
    background: url("../images/submenu-culture-diet.jpg");
}
#culture-submenu-offCanvas ul li.olive:before{
    background: url("../images/submenu-culture-olive.jpg");
}
#culture-submenu-offCanvas ul li.health:before{
    background: url("../images/submenu-culture-health.jpg");
}

#ethics-submenu-offCanvas ul li.vision:before{
    background: url("../images/submenu-ethics-vision.jpg");
}
#ethics-submenu-offCanvas ul li.roots:before{
    background: url("../images/submenu-ethics-roots.jpg");
}
#ethics-submenu-offCanvas ul li.values:before{
    background: url("../images/submenu-ethics-values.jpg");
}
#ethics-submenu-offCanvas ul li.practices:before{
    background: url("../images/submenu-ethics-practices.jpg");
}
#ethics-submenu-offCanvas ul li.estates:before{
    background: url("../images/submenu-ethics-estates.jpg");
}
#ethics-submenu-offCanvas ul li.environmental:before{
    background: url("../images/submenu-ethics-environmental.jpg");
}
#ethics-submenu-offCanvas ul li.social:before{
    background: url("../images/submenu-ethics-social.jpg");
}

#facts-submenu-offCanvas ul li.factory:before{
    background: url("../images/submenu-facts-factory.jpg");
}
#facts-submenu-offCanvas ul li.global:before{
    background: url("../images/submenu-facts-global.jpg");
}
#facts-submenu-offCanvas ul li.corporate:before{
    background: url("../images/submenu-facts-corporate.jpg");
}
#facts-submenu-offCanvas ul li.innovation:before{
    background: url("../images/submenu-facts-innovation.jpg");
}
#facts-submenu-offCanvas ul li.awards:before{
    background: url("../images/submenu-facts-awards.jpg");
}
#facts-submenu-offCanvas ul li.certifications:before{
    background: url("../images/submenu-facts-certifications.jpg");
}
#facts-submenu-offCanvas ul li.contacts:before{
    background: url("../images/submenu-facts-contacts.jpg");
}


#gallery-submenu-offCanvas ul li.photo_gallery:before {
    background: url("../images/submenu-gallery-images.jpg");
}
#gallery-submenu-offCanvas ul li.video_gallery:before {
    background: url("../images/submenu-gallery-videos.jpg");
}


/*   ---------     content styles ----- */

#contentContainer{
    width: 100%;
    min-height: 100%;
    position: absolute;
    display: block;
    background-color: #fff;
    z-index: 20;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}

#innerScrollerForAwards{

}

#topHeaderFix{
    position: relative;
    height: 80px;
    width: 100%;
    display: block;
}


/*   ---------     fix for content container styles ----- */

.mCS-dark-thin.mCSB_inside > .mCSB_container{
    margin-right: 5px;
}

.mCS-dark-thin .mCSB_scrollTools{
    width: 5px !important;
    /*background-color: #121107;*/
}

.mCS-dark-thin .mCSB_scrollTools .mCSB_draggerRail{
    width: 5px !important;
    background-color: #000 !important;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 5px !important;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color:#f7941d !important;
}

/*   ---------     footer styles ----- */

.footer{
    height: 38px;
    width: 100%;
    background-color: #23220d;
    color: #fff;
    font-size: 10px;
    text-align: center;
    display: block;
    /*vertical-align: middle;*/
    /*-webkit-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
}
.footer .copyrightTextContainer{
    display: block;
    vertical-align: middle;
    text-align: left;
    padding-left: 20px;
    height: 38px;
    overflow: hidden;
}
.footer .copyrightText{
    display: inline-block;
    vertical-align: middle;
    position: relative;

}

.footer .createdByContainer{
    display: block;
    vertical-align: middle;
    text-align: right;

    height: 100%;
}
.footer .createdBy{
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    position: relative;

    padding-right: 20px;
    font-family: 'Neutra-Book', sans-serif;
    font-size: 12px;
    top: 7px;
}
.footer .createdBy a{
    position: relative;
    top: 4px;
    padding-left: 3px;
}

.footer .socialContainer{
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 10px;
}

 .footer .email{
     display: inline-block;
     position: relative;
     margin-left: 35px;
 }
 .footer .email a{
     color: #f7941d;


     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }


 .footer .email a:hover{
     color: #ffffff;


     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 .footer .email:before{
     content: "";
     display: block;
     width: 20px;
     height: 26px;
     background-image: url("../images/contact_mail_icon.png");
     position: absolute;
     left: -23px;
     top: -7px;
 }

 .promoFooterButton{
     display: inline-block;
     height: 38px;
     position: relative;
     top: 0px;
     margin-left: 5px;

 }
 .promoFooter {
     width: 100%;
     height: 100%;
     display: block;
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 13px;

     background: #f4921c;
     color: #fff;
 }
 .promoFooter:hover{
     background-color: #7f7f32;
     color: #fff;
 }

 .footer .socialContainer a {
     display: inline-block;
     margin-right: 10px;
     position: relative;
     width: 24px;
     height: 24px;
     background-size: cover;
     background-repeat: no-repeat;
     text-indent: 500px;
     overflow: hidden;
 }

 .footer .socialContainer a.facebook {
     background-image: url('../images/iconFb.png');
     opacity: 1;
     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 .footer .socialContainer a.twitter{
     background-image: url('../images/iconTwitter.png');
     opacity: 1;
     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }
 .footer .socialContainer a.youtube {
     background-image: url('../images/iconYT.png');
     opacity:1;
     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }
 .footer .socialContainer a.facebook:hover{
     opacity: 0.7;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 .footer .socialContainer a.twitter:hover{
     opacity: 0.7;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 #footer .socialContainer a.instagram:hover{
     opacity: 0.7;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 .footer .socialContainer a.youtube:hover{
     opacity: 0.7;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }

 @media only screen {
     .footer .socialContainer{
         display: none;
     }
     .footer .promoFooterButton{
         /*display: none;*/
     }
     .footer .createdByContainer{
         display: none;
     }
     .footer .copyrightText{
         /*padding-top: 13px;*/
     }
 }


@media only screen and (max-width: 320px) {
      .footer .promoFooterButton{
         display: none;
     }
    
    .footer .copyrightText{
         padding-top: 13px;
     }
 }

 @media only screen and (min-width: 40.063em) {
     .footer .socialContainer{
         display: inline-block;
     }
     .footer .promoFooterButton{
         display: inline-block;
     }
     .footer .createdByContainer{
         display: none;
     }
     .footer .copyrightText{
         padding-top: 0;
     }
 }

 @media only screen and (min-width: 64.063em) {

     .footer .createdByContainer{
         display: table;
     }

 }



/*   ---------   tracer window  styles ----- */

#trace{
    color:#f00;
    font-size: 10px;
    width: 100px;
    height: 40px;
    background-color: rgba(20,20,20,0.3);
    position: absolute;
    z-index: 1500;
    display: block;
    bottom: 0;
    right: 0;
}

/*   ---------     contact us styles ----- */

.contactUs{
    background: #000000;
    position: relative;
}

.contactUs h2{
    font-family: "Neutra-Book", sans-serif;
    font-size: 18px;
}

.contactUs .rightSide h2{
    color: #fff;
}

.contactUs .contactUsBackgroundImage{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/contactUsBg.jpg");
    opacity: 0.28;
    position: absolute;
    width: 100%;
    height: 100%;
}

.contactUs .leftSide{
    background: #ffffff;
    padding: 40px;
}

.contactUs .rightSide{
    background: #23220d;
    color: #fff !important;
    padding: 40px;
}

.contactUs a{
    color: #f7941d;
}

.contactUs a:hover{
    color:#010101;
}

.contactUs .lineSeperator{
    background: #010101;
    height: 3px;
    width: 100%;
    display: block;
    margin-top: 20px ;
    margin-bottom: 16px;
}

.contactUs .address{
    padding-bottom: 12px;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
}

.contactUs .address:before{
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    background-image: url("../images/contact_address_icon.png");
    position: absolute;
    left: 0px;
    top: 6px;
}

.contactUs .telephone{
    padding-bottom: 12px;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
}

.contactUs .telephone:before{
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    background-image: url("../images/contact_telephone_icon.png");
    position: absolute;
    left: 0px;
    top: -4px;
}

.contactUs .email{
    padding-bottom: 12px;
    font-size: 13px;
    padding-left: 35px;
    position: relative;
}

.contactUs .email:before{
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    background-image: url("../images/contact_mail_icon.png");
    position: absolute;
    left: 0px;
    top: -4px;
}

.contactUs .socialContainer a{
    display: inline-block;
    margin-right: 10px;
    position: relative;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: 500px;
    overflow: hidden;
}

.contactUs .socialContainer a.facebook{
    background-image: url('../images/iconFbOver.png');

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.twitter{
    background-image: url('../images/iconTwitterOver.png');

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.instagram{
    background-image: url('../images/iconInstagramOver.png');

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.youtube{
    background-image: url('../images/iconYTOver.png');

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.facebook:hover{
    opacity: 0.5;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.twitter:hover{
    opacity: 0.5;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.instagram:hover{
    opacity: 0.5;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.contactUs .socialContainer a.youtube:hover{
    opacity: 0.5;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}






/*   ---------    contact form styles ----- */

#webform-ajax-wrapper-193 .messages.error,
#webform-ajax-wrapper-256 .messages.error,
#webform-ajax-wrapper-389 .messages.error{
    display:none;
}

 #webform-ajax-wrapper-193 .webform-component--spam-blank,
 #webform-ajax-wrapper-256 .webform-component--spam-blank,
 #webform-ajax-wrapper-389 .webform-component--spam-blank{
     display: none;
 }


#webform-ajax-wrapper-193 #edit-webform-ajax-submit-193,
#webform-ajax-wrapper-256 #edit-webform-ajax-submit-256,
#webform-ajax-wrapper-389 #edit-webform-ajax-submit-389{
    background-color: #f7941d;
    background: #f7941d !important;
    border-radius: 3px;
    border: none !important;
    width: 100%;
    color: #fff;
    text-shadow: none !important;
    font-family: 'Neutra-Demi', sans-serif;
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 9px;
}

#webform-ajax-wrapper-193 textarea,
#webform-ajax-wrapper-256 textarea,
#webform-ajax-wrapper-389 textarea{
    resize: none;
    border-radius: 3px;
}
#webform-ajax-wrapper-193 input,
#webform-ajax-wrapper-256 input,
#webform-ajax-wrapper-389 input{
    border-radius: 3px;
    padding-top: 13px;
    padding-bottom: 9px;
    height: 55px;
}


/*   ---------    rotation device styles ----- */



#rotation-device{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 160;
    background-color: #000;
    opacity: 1;
}


#rotation-device #rotation-symbol {
    height: 124px;
    width: 59px;
    background-image: url(../images/resize-mobile.png);

    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -62px 0 0 -29px;

    opacity: 1;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;

}


.rotate90 {
    -webkit-animation-name: rotation90;
    -moz-animation-name: rotation90;
    -ms-animation-name: rotation90;
    -o-animation-name: rotation90;
    animation-name: rotation90
}


.animverylong {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s
}

.ease {
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, .27, 1);
    -moz-animation-timing-function: cubic-bezier(0.77, 0, .27, 1);
    -ms-animation-timing-function: cubic-bezier(0.77, 0, .27, 1);
    -o-animation-timing-function: cubic-bezier(0.77, 0, .27, 1);
    animation-timing-function: cubic-bezier(0.77, 0, .27, 1)
}
.loop {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.delay10 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}



@-webkit-keyframes rotation90 {
    0% {
        -webkit-transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(-90deg)
    }
    75% {
        -webkit-transform: rotate(-90deg)
    }
    100% {
        -webkit-transform: rotate(0deg)
    }
}
@-moz-keyframes rotation90 {
    0% {
        -moz-transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(-90deg)
    }
    75% {
        -moz-transform: rotate(-90deg)
    }
    100% {
        -moz-transform: rotate(0deg)
    }
}
@-ms-keyframes rotation90 {
    0% {
        -ms-transform: rotate(0deg)
    }
    25% {
        -ms-transform: rotate(-90deg)
    }
    75% {
        -ms-transform: rotate(-90deg)
    }
    100% {
        -ms-transform: rotate(0deg)
    }
}
@-o-keyframes rotation90 {
    0% {
        -o-transform: rotate(0deg)
    }
    25% {
        -o-transform: rotate(-90deg)
    }
    75% {
        -o-transform: rotate(-90deg)
    }
    100% {
        -o-transform: rotate(0deg)
    }
}
@keyframes rotation90 {
    0% {
        transform: rotate(0deg)
    }
    25% {
        transform: rotate(-90deg)
    }
    50% {
        transform: rotate(-90deg)
    }
    100% {
        transform: rotate(0deg)
    }
}




/* music stuff  */
.flash-music{
    height: 0px !important;
    width: 0px !important;
    overflow: hidden !important;
}

#soundTogleContainerCarousel{
    display: none;
}
.soundToggle{
    width: 41px;
    height: 41px;
    position: fixed;
    overflow: hidden;
    top: 0px;
    left: 0px;
    z-index: 151;
    display: none;


    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;

}

 @media only screen and (max-width: 40em) {
     .soundToggle{
         display: none !important;
     }

     .flash-music{
         display: none !important;
     }
 }

.soundToggle .playSoundBtn {
    width: 100%;
    height: 100%;
    cursor: pointer;

    position: absolute;
    color: #fff;
    background: url(../images/playSoundsBtn.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;

}

.soundToggle .stopSoundBtn {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: none;
    position: absolute;
    color: #fff;
    background: url(../images/closeSoundsBtn.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#soundTogleContainerHeader{
    position: absolute;
    background-color: rgba(255,255,255,0.15);
    height: 90px;
    width: 78px;
    float: left;
}




.content .view-products .views-form table tr.draggable td a .handle,
.content .view-home-page-carousel .views-form table tr.draggable td a .handle{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}




@media only screen and (max-width: 40em) {
    .top-bar{
        height: auto;
    }
}









 /* gallery  stuff  */

 .fancybox-skin{
     background: #000000 !important;
 }

 .fancybox-inner ul{
     list-style: none outside none !important;
     padding-left: 0;
     margin: 0;
 }

 .fancybox-inner ul li{
     list-style: none outside none !important;

 }
 .fancybox-inner .item{
     margin-bottom: 60px;
 }
 .fancybox-inner  ul li{
     /*background-color: #000;*/
     text-align: center;
     color: #FFF;
 }
 .content-slider h3 {
     margin: 0;
     padding: 70px 0;
 }
 .demo{
     width: 100%;
 }

 ul#image-gallery li{
     text-align: center;
     background-color: #000;
 }

 /*ul#image-gallery li img{*/
     /*max-height: 800px;*/
 /*}*/


 ul.lSPager li{
     height: 100%;
 }

 ul.lSPager li a{
     height: 100%;
     display: block;
 }


 ul.lSPager li img{
     max-height: 100%;
     height: 100%;
     margin: auto;
 }


 .lSSlideOuter{
     width: 95%;
     height: 95%;
     display: block;
     margin: 0 auto;
 }

 .lslide{
     height: 100%;

 }
 .lslide img{
     max-height: 100%;
 }



 .gallery-inside-image-column a.openFancy{
     width:100%;
     height: 100%;
     display:block;
 }


 #galleryInsideHeaderImage .gallery-inside-text-outter-container .gallery-inside-text-content a{
     color:#fff;
 }

 #galleryInsideHeaderImage .gallery-inside-text-content p, #galleryInsideHeaderImage .gallery-inside-text-content h2{
     color:#fff;
 }

 #galleryInsideHeaderImage .gallery-inside-text-content h2::after{
     background: #fff;
 }




 /* secondary menu */

 #products-secondary-menu,
 #ethics-secondary-menu,
 #culture-secondary-menu,
 #facts-secondary-menu,
 #gallery-secondary-menu{
     display: none;
     /*border-bottom: solid 1px #e9ebe7;*/
 }


 #topBarFoundation .top-bar .top-bar-section{


     max-height: 50px;
 }
 #topBarFoundation .top-bar .top-bar-section div{
     max-height: 50px;
 }





 /* europen site home page carousel  */

 .owl-wrapper h2,
 .owl-wrapper p{
     font-family: 'Neutra-Book', sans-serif !important;
 }


 .carousel-image{
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 50%;
 }


 .owl-theme .owl-controls{
     position: relative;
     top: -40px;
 }

 .carousel-image{
     color: #ffffff;

 }
 .carousel-image a{
     color: #ffffff;
     display: block;
     width: 100%;
     height: 100%;
 }
 .carousel-image div{
     position: absolute;
     bottom: 50px;
     left: 50px;
     display: block;
 }
 .carousel-image h2{
     color:#fff;
 }


 .owl-theme .owl-controls .owl-page.active span{
     background-color: #f6961e;
 }

 .owl-theme .owl-controls .owl-page span{
     background: #ffffff;
 }


 /*Small screens  */
 @media only screen {
    /* .owl-carousel,
     .carousel-image{
         height: 250px;
     }*/

     .carousel-image h2{
         font-size: 50px;
         line-height: 45px;
     }

     .carousel-image p{
         font-size: 15px;
     }

     .carousel-image div{
         left: 24px;
         bottom: 35px;
     }

 } /* Define mobile styles */


 /*Medium screens*/
 @media only screen and (min-width: 40.063em) {

     /*.owl-carousel,
     .carousel-image{
         height: 450px;
     }*/

     .carousel-image h2{
         font-size: 80px;
         line-height: 70px;
     }

     .carousel-image p{
         font-size: 17px;
     }

     .carousel-image div{
         bottom: 35px;
     }

 } /* min-width 641px, medium screens */


 /*Large screens*/
 @media only screen and (min-width: 64.063em) {

    /* .owl-carousel,
     .carousel-image{
         height: 550px;
     }*/

     .carousel-image h2{
         font-size: 90px;
         line-height: 80px;
     }

     .carousel-image p{
         font-size: 19px;
     }

     .carousel-image div{
         bottom: 48px;
     }

 } /* min-width 1025px, large screens */

 /*XLarge screens*/
 @media only screen and (min-width: 90.063em) {

    /* .owl-carousel,
     .carousel-image{
         height: 650px;
     }*/

     .carousel-image h2{
         font-size: 110px;
         line-height: 95px;
     }

     .carousel-image p{
         font-size: 21px;
     }

     .carousel-image div{
         bottom: 62px;
     }

 } /* min-width 1441px, xlarge screens */

 /*XXLarge screens*/
 @media only screen and (min-width: 120.063em) {

     /*.owl-carousel,
     .carousel-image{
         height: 850px;
     }*/

     .carousel-image h2{
         font-size: 140px;
         line-height: 117px;
     }

     .carousel-image p{
         font-size: 21px;
     }

     .carousel-image div{
         bottom: 70px;
     }

 } /* min-width 1921px, xxlarge screens */




.changeExperience{
    background-color: #ff0000;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}








/* promo home banner  */


.promoBannerContainer{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(254,254,254,0.7);
    z-index: 40;
    height: 230px;
}

 /*Small screens  */
 @media only screen {
     .promoBannerContainer{
         display: none;
     }

 } /* Define mobile styles */

 /*Medium screens*/
 @media only screen and (min-width: 40.063em) {

     .promoBannerContainer{
         display: block;
     }

 }

 @media only screen and (min-width: 40.063em) {

     .promoBannerContainer{
         display: block;
     }

 }
.promoBannerContainer .close{
    width: 21px;
    height: 21px;
    background-image: url(../images/menuCloseBl.png);
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    opacity: 1;
    z-index: 45;

    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;

}

 .promoBannerContainer .close:hover{
    opacity: 0.7;

     transition: all 0.6s ease 0s;
     -moz-transition: all 0.6s ease 0s;
     -webkit-transition: all 0.6s ease 0s;
     -o-transition: all 0.6s ease 0s;
 }
 .promoBanner{

     display: block;
     position: relative;
     top: 0;
     width: 720px;

     height: 230px;
     margin: 0 auto;
 }
 .promoBannerImage{
     float: left;
     display: block;
     position: relative;
     width: 245px;
     height: 230px;
 }
.promoBannerImage a{

    display: block;
    position: relative;
    width: 245px;
    height: 230px;
    background-image: url(../images/promoImage.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.promoBanner .textContainer{
    float: right;
    width: 443px;
    padding-top: 35px;
}

.clear{
    clear:both;
}


 .promoBanner h2{
     font-size: 25px;
     font-family: 'Neutra-Demi', sans-serif !important;
 }

.promoBanner a.buy-button{
    display: block;
    background-color: #f7941d;
    color: #fff;
    border-radius: 5px;
    max-width: 200px;
    margin-top: 28px;
    height: 47px;
    padding-top: 12px;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;


    width: 200px;
    text-align: center;
    left: 0;
    right: 0;
}

 .promoBanner a.buy-product:hover {
     background-color: #7f7f32;
     -webkit-transition: all .6s ease 0s;
     -moz-transition: all .6s ease 0s;
     -o-transition: all .6s ease 0s;
     transition: all .6s ease 0s;
 }