/*FONT*/

@import url("//hello.myfonts.net/count/2db1ca");
@font-face {font-family: 'Consolas';src: url('../font/2DB1CA_0_0.eot');src: url('../font/2DB1CA_0_0.eot?#iefix') format('embedded-opentype'),url('../font/2DB1CA_0_0.woff2') format('woff2'),url('../font/2DB1CA_0_0.woff') format('woff'),url('../font/2DB1CA_0_0.ttf') format('truetype');}
/*@font-face {font-family: 'KroppenRound-RegularOblique';src: url('../font/2DB1CA_1_0.eot');src: url('../font/2DB1CA_1_0.eot?#iefix') format('embedded-opentype'),url('../font/2DB1CA_1_0.woff2') format('woff2'),url('../font/2DB1CA_1_0.woff') format('woff'),url('../font/2DB1CA_1_0.ttf') format('truetype');}*/
@font-face {font-family: 'KroppenRound-Regular';src: url('../font/2DB1CA_2_0.eot');src: url('../font/2DB1CA_2_0.eot?#iefix') format('embedded-opentype'),url('../font/2DB1CA_2_0.woff2') format('woff2'),url('../font/2DB1CA_2_0.woff') format('woff'),url('../font/2DB1CA_2_0.ttf') format('truetype');}
 
.Consolas { 
	font-family: Consolas;
	font-weight: normal;
	font-style: normal;
}
/*
.KroppenRound-RegularOblique { 
	font-family: KroppenRound-RegularOblique;
	font-weight: normal;
	font-style: normal;
}
*/
.KroppenRound-Regular { 
	font-family: KroppenRound-Regular;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5 { 
	font-family: KroppenRound-Regular; 
	font-weight: normal; 
	font-style: normal; 
    padding-bottom: 0.7em;
}


.fnt-11 /* 11px */
{
    font-size:0.786em;
}


.fnt-16 /* 16px */
{
    font-size:1.143em;
}


.fnt-18 /* 18px */
{
    font-size:1.286em;
}


.fnt-29
{
    font-size:2.071em;
}

.fnt-30
{
    font-size:2.143em;
}


.fnt-33 /* 33px */
{
    font-size:2.4em;
}

.fnt-40 /* 40px */
{
    font-size:2.857em;
    font-size:2.714em;
}

p
{
    margin: 0 0 1.6em;
}


/* BUTTONS */




.bttnStyle
{
    color: #3b3b3a;
    text-decoration: none;
    display: inline-block;
}

.bttnStyle:hover
{
    background: #3b3b3a;
    color: #f0efe9;
    text-decoration: none;
}

.bttnStyle2
{
    background: #3b3b3a;
    color: #f0efe9;
    
    text-decoration: none;
    display: inline-block;
}

.bttnStyle2:hover
{
    background: #f0efe9;
    color: #3b3b3a;
    text-decoration: none;
}

.bttnBox
{
    border: 2px solid #3b3b3a;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;

}

@media (min-width: 1200px) {
  .br-lg {
    display:block;
  }
}


a, button
{
    outline: none;
}


.bttnSocial
{
    background: transparent;
    border: none;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    padding: 0!important;
    
	position: relative;
	z-index: 1;
    
    -webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;

    
}

.bttnSocial i
{
    display: inline-block;
    height: 30px;
    width: 30px;
    
    /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    
    text-align: center;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px
}



.no-touch .bttnSocial i:before {
	speak: none;
    text-align: center;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
    
    margin: 0;
    padding: 0;
    
    height: 30px;
    width: 30px;
    
}


.no-touch .bttnSocial:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
    
    top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
    
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
    
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
    
}

.no-touch .bttnSocial:hover:after {
    
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.buttonSocialText
{
    display: none;
}





.bttnSocial-light,
.bttnSocial-light:visited
{
    color: #f0efe9;
}

.no-touch .bttnSocial-light:after {
	background: #f0efe9;
}

.touch .bttnSocial-light:hover {
	color: #f0efe9;
}

.no-touch .bttnSocial-light:hover {
	color: #3b3b3a;
}




.bttnSocial-dark,
.bttnSocial-dark:visited
{
    color: #3b3b3a;
}

.no-touch .bttnSocial-dark:after {
	background: #3b3b3a;
}

.touch .bttnSocial-dark:hover {
	color: #3b3b3a;
}

.no-touch .bttnSocial-dark:hover {
	color: #f0efe9;
}






/* LAYOUT */




html,body
{
    background: #f0efe9 url(../img/background.png);
/*    background-attachment:fixed;*/
    
    margin: 0;
    padding: 0;
    
    font-family: Consolas;
    color: #3b3b3a;
}

header
{
    border-bottom: 2px solid #3b3b3a;
    margin: 0;
    padding: 0;
/*    min-height: 62px;*/
}

#header-social
{
    margin: 0;
    padding: 0;
    
    text-align: right;
    width: 60%;
    float: right;
    display:none;
}


@media screen and ( min-width: 300px ) {
    
    #header-social
    {
        display:block;
    }
}




    #header-social li
    {
/*        float: left;*/
        display: inline-block;
        
        padding: 15px 0px;
/*        padding: 15px 10px;*/
    }



#header-logo
{
    background: no-repeat url(../img/headerLogo.svg);
    width:100px;
    height: 115px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    z-index: 1;
        
    
}


footer
{
    background: #3b3b3a;
    padding: 5px 0;
}
#footerLinks
{
    text-align: center;
/*    padding: 30px 0 0;*/
    margin: 0;
    padding: 0;
    
}
    #footerLinks  > li
    {
        display: block;
/*         height: 30px;*/
        margin: 0;
        padding: 15px 10px 0;
/*        line-height: 30px;*/
        
    }

    #footerLinks  > li a
    {
        display: block;
         height: 30px;
/*        margin: 0;*/
/*        padding: 30px 10px;*/
        line-height: 30px;
        
    }

@media screen and ( min-width: 700px ) {

    #footerLinks  > li
    {
        display: inline-block;
    }
    
}

@media screen and ( min-width: 992px ) {

    #footerLinks
    {
        display: inline-block;
        text-align: left;
        float: left;
        
    }
    
}

        #footerLinks a
        {
            color: #e8e7e1;
            font-size: 0.857em;
            
            display: inline-block;
         height: 30px;
           
        }

    #footerLinks  > li > a:hover
    {
        color: #fff;
        background: transparent;
        text-decoration: underline;
    }






    #footerSocial
    {
        text-align: center;
        margin: 0 auto;
         padding: 0;
/*        display: block;*/
        width: 100%;
    }

@media screen and ( min-width: 992px ) {

    #footerSocial
    {
        text-align: right;
         width: auto;
    }
    
}
    #footerSocial li
    {
        padding: 15px 0;
        display: inline-block;
/*        float: left;*/
        float: none;
       
    }

    #footerSocial li a:hover
    {
        background: transparent;
    }



/* SUB AREA */



#footprints
{
    border-top: 2px solid #3b3b3a;
/*    padding: 3.6em 0;*/
    border-bottom: 2px solid #3b3b3a;
}

#about,
#footprints
{
     padding-top: 5em;
     padding-bottom: 5em;
}

/* FOOTPRINTS */
#footprints
{
     padding-top: 5em;
     padding-bottom: 6em;
}


/* DISCALIMER*/
#disclaimer
{
     padding-top: 0;
     padding-bottom: 0;
}


#disclaimerText
{
    margin: 0 0 1.5em;
}

#disclaimerText p
{
    padding: 0;
    margin: 0.2em 0;
    display: inline;
}


#justlogo
{
    background: url(../img/justlogo.svg) no-repeat;
    background-size: 118px 118px;
    height: 118px;
    width: 118px;
    margin: 8em auto;
    
}

#backtotop
{
    border: 2px solid #3b3b3a;
    display: inline-block;
    height: 66px;
    width: 66px;
    
    font-size: 30px;
    line-height: 63px;
   
    margin-top: 1em;
    margin-bottom: 2em;
    
    
}




@media screen and ( min-width:800px ) {
    
   
    
    #backtotop
    {
        border-right: none;

        position: absolute;
        right: 0;
        bottom: 70px;
        
        
         margin-top: 0;
         margin-bottom: 0;
    
    }
}


@media screen and ( min-width: 900px ) {
    
     #disclaimerText p
    {
        display: block;
    }
    
    #backtotop
    {
        
       bottom: 20px;
    
    }
}


/* PRODUCT */
 #products
{
    
    padding-right: 5px;
    padding-left:  5px;
    padding-bottom: 5em;
}


@media screen and ( max-width: 450px ) {
    
    #products
    {
        padding-right: 0px;
        padding-left:  0px;
    }
    
   
    .productItem { width: 80%!important; }
}




#productList
{
    margin: 0;
    padding: 0;
}

.productItem
{
/*    border: 1px red solid;*/
/*    height: 335px;*/
/*    width: 270px;*/
/*    float: left;*/
    list-style:none;
/*    margin: 1px;*/
    padding: 1px;
}

.productName
{
    height: 35px;
    border-bottom: 2px solid #3b3b3a;
    font-weight: 600;
    line-height: 35px;
}

.productDisplay
{
    height: 335px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}


.productItem .productVideoLink
{
    border: none;
    margin: 0;
    padding: 0;
    
	position: absolute;
    width: 100%;
    height: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    
    z-index: 11;
    
    background: no-repeat url("../img/playVideoIcon.svg") center center;
    
    overflow: hidden;
    text-indent: -9999px;
    
    
    -webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
    
    cursor: pointer;
}

.productItem .productVideoLink:hover
{
    background: no-repeat url("../img/playVideoIcon_hover.svg") center center;
}

.no-touch .productItem .productVideoLink
{
    opacity: 0;
}

.productDisplay:hover .productVideoLink {
    opacity: 1;
}


.productItem .productImage,
.productItem .productImageHover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
	-webkit-transition: opacity 0.6s, -webkit-transform 0.35s;
	transition: opacity 0.6s, transform 0.35s;
    
	position: absolute;
	display: block;
    top: 0;
	min-height: 100%;
	max-width: 100%;
    width: 100%;
}



.no-touch .productDisplay:hover .productImage {
/*	opacity: 0;*/
	-webkit-transform: scale3d(1.3,1.3,1);
	transform: scale3d(1.3,1.3,1);
}

.productDisplay .productImageHover {
	opacity: 0;
/*	-webkit-transform: scale3d(1.6,1.6,1);*/
/*	transform: scale3d(1.6,1.6,1);*/
}

.no-touch .productDisplay:hover .productImageHover {
	opacity: 1;
/*    -webkit-transform: scale3d(1,1,1);*/
/*	transform: scale3d(1,1,1);*/
}


.productItem .productImage {
/*	opacity: 1;*/
}

.productItem .productImageHover {
	opacity: 0;
}



.productImageHover
{
    position: relative;
}

.productImageHover div
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover!important;
    position: absolute;
    top: 0;
    left: 0;
    
    height:100%;
    width:100%;
    
    -webkit-animation: showMe 1.2s linear infinite 0s forwards;
	-moz-animation: showMe 1.2s linear infinite 0s forwards;
	-o-animation: showMe 1.2s linear infinite 0s forwards;
	-ms-animation: showMe 1.2s linear infinite 0s forwards;
    animation: showMe 1.2s linear infinite 0s forwards;
    
    -webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	-ms-animation-play-state: paused;
	animation-play-state: paused;	
    
/*    opacity: 0.8/;*/
}

.productDisplay:hover .productImageHover div{
    -webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-o-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running;
}


@-webkit-keyframes showMe {
    0% { visibility: visible; z-index: 6; }
	12.5% { visibility: visible; z-index: 6; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-moz-keyframes showMe {
    0% { visibility: visible; z-index: 6; }
	12.5% { visibility: visible; z-index: 6; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-o-keyframes showMe {
    0% { visibility: visible; z-index: 6; }
	12.5% { visibility: visible; z-index: 6; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@-ms-keyframes showMe {
    0% { visibility: visible; z-index: 6; }
	12.5% { visibility: visible; z-index: 6; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

@keyframes showMe {
    0% { visibility: visible; z-index: 6; }
	12.5% { visibility: visible; z-index: 6; }
	25% { visibility: hidden; z-index: 0; }
    100% { visibility: hidden; z-index: 0; }
}

.productImageHover div:nth-child(1){
	z-index: 5;
}


.productImageHover div:nth-child(2){
    -webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	-o-animation-delay: 0.3s;
	-ms-animation-delay: 0.3s;
	animation-delay: 0.3s;
	z-index: 4;
}
.productImageHover div:nth-child(3){
    -webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
	z-index: 3;
}
.productImageHover div:nth-child(4){
    -webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	animation-delay: 0.9s;
	z-index: 2;
}





.productItem .productShare {
    position: absolute;
    z-index: 10;
    top: 0;
    background: rgba(0,0,0,0.4);
    width: 100%;
    text-align: center;
    
    padding: 0.5em 0;
/*    height: 50px;*/
    
}


.no-touch .productItem .productShare {
    
    -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
    
    -webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
    
}

.no-touch .productDisplay:hover .productShare {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
   
}


.no-touch .productItem .productShare button {
     -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-200%,0);
	transform: translate3d(0,-200%,0);
    
    display: inline-block;
    background-color: transparent;
    border: none;
    
    
/*    opacity: 0.3;*/
}





.productItem .productShare button.twitter_w
{
     -webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;

}
.productItem .productShare button.facebook_w
{
     -webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;

}
.productItem .productShare button.pinterest_w
{
     -webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;

}

.productDisplay:hover .productShare button {
    -webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    
/*    opacity: 1;*/
}






/* position dots up a bit */
.flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 2px;
  width: 20px;
  margin: 0 1px;
  border-radius: 0;
}


/* VIDEO */

#productVideo
{
/*    max-width: 1280px;*/
/*    margin: 0 auto;*/
}

.overlayCover
{
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
}

.videoClose
{
/*    float:right;*/
/*    display: block;*/
    margin-bottom: 5px;
}

    .videoClose i
    {
        font-size: 10px;
        padding-right: 7px;
    }

.productVideoItem
{
    position: fixed;
    z-index: 11;
    top: 0;
    width: 100%;
    height: 100%;
    
    display: table;
    
    
}

.productVideoItemContainer
{
    vertical-align: middle; 
    
    display: table-cell;
    width: 100%;
    
   
    
}

    .productVideoItemContainer2
    {
        max-width: 1280px;
        margin: 0 auto;
        text-align: right;
    }



.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}


/*respnsive video*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; background: #000;}

.embed-container video, .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }