/* Start - Gesture manipulation with css. */
body.mobile{
    touch-action:pan-x pan-y;
}
body.mobile #shareContainerBackground, body.mobile div#overview-navigator,body.mobile #orientationModalBackground{
	touch-action: pan-y;
}

/* End - Gesture manipulation with css. */

section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
    color: #222; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
}

.reveal {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 38px;
    font-weight: normal;
    color: #fff; }

::selection {
    color: #fff;
    background: #bee4fd;
    text-shadow: none; }

.reveal .slides > section, .reveal .slides > section > section {
    line-height: 1.3;
    font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    margin: 0 0 20px 0;
    color: #fff;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    text-shadow: none;
    word-wrap: break-word; }

.reveal h1 {
    font-size: 100px; }

.reveal h2 {
    font-size: 1.6em; }

.reveal h3 {
    font-size: 1.3em; }

.reveal h4 {
    font-size: 1em; }

.reveal h1 {
    text-shadow: none; 
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
    margin: 20px 0;
    line-height: 1.3; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img, .reveal video, .reveal iframe {


}

.reveal strong, .reveal b {
    font-weight: bold; }

.reveal em {
    font-style: italic; }

.reveal ol, .reveal dl, .reveal ul {
    display: inline-block;
    text-align: left;
    margin: 0 0 0 1em; }

.reveal ol {
    list-style-type: decimal; }

.reveal ul {
    list-style-type: disc; }

.reveal ul ul {
    list-style-type: square; }

.reveal ul ul ul {
    list-style-type: circle; }

.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
    display: block;
    margin-left: 40px; }

.reveal ul, .revel ol{
    font-size:14px !important;
}

.reveal dt {
    font-weight: bold; }

.reveal dd {
    margin-left: 40px; }

.reveal q, .reveal blockquote {
    quotes: none; }

.reveal blockquote {
    display: block;
    position: relative;
    width: 70%;
    margin: 20px auto;
    padding: 5px;
    font-style: italic;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child, .reveal blockquote p:last-child {
    display: inline-block; }

.reveal q {
    font-style: italic; }

.reveal pre {
    display: block;
    position: relative;
    width: 90%;
    margin: 20px auto;
    text-align: left;
    font-size: 0.55em;
    font-family: monospace;
    line-height: 1.2em;
    word-wrap: break-word;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
    font-family: monospace; }

.reveal pre code {
    display: block;
    padding: 5px;
    overflow: auto;
    max-height: 400px;
    word-wrap: normal;
    background: #3F3F3F;
    color: #DCDCDC; }
/*
.reveal table {
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0; }

.reveal table th {
    font-weight: bold; }

.reveal table th, .reveal table td {
    text-align: left;
    padding: 0.7em 0.5em 0.7em 0.5em;
    border-bottom: 1px solid;
    /* vertical-align: middle; */
    }

.reveal table tr:last-child td {
    border-bottom: none; }
*/
.reveal sup {
    vertical-align: super; }

.reveal sub {
    vertical-align: sub; }

.reveal small {
    display: inline-block;
    font-size: 0.6em;
    line-height: 1.2em;
    vertical-align: top; }

.reveal small * {
    vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
    color: #42affa;
    text-decoration: none;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    transition: color 0.15s ease; }

.reveal a:hover {
    color: #8dcffc;
    text-shadow: none;
    border: none; 
}
div.product-large-container .product-navigation-link a:hover {
    color: white;
}



/* Start reveal-van desktop (landscape ad portrait layout) section. */
#lookbookContainer.force-small-product.product-van .product.product-small {	
	display:block;
}
#lookbookContainer.force-small-product.product-van .product.product-landscape,
#lookbookContainer.force-small-product.product-van .product.product-portrait {	
	display:none;
}
.product.product-small {	
	display:none;
}
.product.product-landscape {	
	display:block;
}
.product.product-portrait {	
	display:none;
}
.reveal .roll span:after {
    color: #fff;
    background: #068ee9; 
}
/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {

    background: rgba(255, 255, 255, 0.12);
    /*border: 4px solid #fff;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal a img {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear; }

.reveal a:hover img {
    background: rgba(255, 255, 255, 0.2);
    border-color: #42affa;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);*/
    box-shadow:none;}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
    border-right-color: #42affa; }

.reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
    border-left-color: #42affa; }

.reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
    border-bottom-color: #42affa; }

.reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
    border-top-color: #42affa; }

.reveal .controls div.navigate-left.enabled:hover {
    border-right-color: #8dcffc; }

.reveal .controls div.navigate-right.enabled:hover {
    border-left-color: #8dcffc; }

.reveal .controls div.navigate-up.enabled:hover {
    border-bottom-color: #8dcffc; }

.reveal .controls div.navigate-down.enabled:hover {
    border-top-color: #8dcffc; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
    background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
    background: #42affa;
    -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
    -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
    transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
    color: #42affa; }





.full-height {
    height:90%;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


.layout2 {
    height: 750px ;
    width: 500px ;
}

.layout3Top {
    height: 500px ;
    width: 500px ;
}

.layout3Down {
    height: 250px ;
    width: 250px ;
}

.layout4 {
    height: 250px ;
    width: 500px ;
}

.layout5 {
    height: 375px ;
    width: 500px ;

}

.layout-2x3, .layout2, .layout3Top, .layout3Down, .layout4, .layout5 {
    display: block ;
    margin-left: auto ;
    margin-right: auto ;

    height: 100%;
    width: 100%;
}




.sixthheight > div {

    max-height: 250px;


    height: 100%;

}

.sixthheight {

    max-height: 250px;

    height: 30%;

}


.content {
    width:100%;
    height: 100%;
    position:relative;/*anchor for absolute children*/ 
}

.borderless > .container {
    width:100%;
    height: 100%;
    overflow: hidden;
}

.layout-full{
    width: 100%;
    height: 100%;
}
.layout-full > img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.products-panel-link:after {
    content: "PRODUCT DETAIL";
    position: relative;
    top: 14px;
    /* font-size: 150%; */
}


.layout-three-full {
    width: 100%;
    height: 100%;
}
.layout-three-one {
    float: left;
    width: 33.33%;
    height: 100%;

}

.layout-three-two {
    float: left;
    width: 34%;
    height: 100%;
}

.layout-three-three {
    float: left;
    width: 33.33%;
    height: 100%;

}
.img-container-cover   img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.video-container-cover iframe {
    /*width:100%;
    height: 100%;
    background: white;*/
    width:100%;
    height: 1px;
    background: white;
    display:block;
    position:absolute;
    min-height:100%;
}
.img250px {
    max-width: 250px;
    max-height: 250px;
    height: 100%;
}

.align-right.img250px {
    right:0px;
    margin-right: 0px;
    margin-left: auto;
    right: 0;
    width: 100%;
   
    max-width: 250px;
}

.align-left.img250px {
    /* position: absolute; */
    /* top: 0; */
    left: 0;
    margin-right: auto ;
    margin-left: 0px;
    width: 100%;
   

    max-width: 250px;
}

.tile-product-small {
    overflow: hidden;
    background-color: ghostwhite;
    color: black;
}

div.product-img-big {
    padding: 3px;
}

.product-img-small > img {
    margin: 4px;
    float: left;
}
div.product-small-panel:not(:first-child) {
    overflow: visible;
    outline:none;
}

div.product-links-panel {
    padding: 0px;
    display: block;
    min-height: 45px;
    margin: 0px;
    clear: both;
}

[data-frame-type="cover"] .products-panel-link {
    display: none;
}
[data-frame-type="cover"] .content-inner {
    top: 0px;
    height: 100%;
}

div.products-panel-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    position: absolute;
    top:auto;
    bottom:0px;
    width: 100%;
    height: 54px;
    background: #111;
    opacity: 1;
    color: white;
    /*0line-height: 200%;*/
    box-shadow: 0px 0px 8px #111;
    z-order: 40;
    cursor:pointer;
}


.mobile  div.products-panel-link {
    bottom: auto;
    top: 2%;
    position: absolute;
    opacity: 0.5;
    left: 30%;
    width: 40%;
    height: 10%;
    line-height: 10%;
    text-align: center;
    vertical-align: middle;
}
.mobile  div.content-inner {
    /* top:54px; */
    /* position: relative; */
    height: 100%;
    width: 100%;
}

.content-inner {
    top:0px;
    height: 100%;
}

.product-img-panel > .img-container-cover > img {
    max-width: 256px;
}

.product-img-thumb {
    cursor:pointer;
}

.layout2x3 .tile {
    height: 100%;

    position: absolute;
    width: 100%;
    max-width:250px;

    max-height: 250px;
    /* overflow: hidden; */
}



.sixthheight .tile-front-object {
    height: 100%;
    max-height: 250px;
}



.tile-product-small-title {
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom-style: dashed;
    border-bottom-color: lightgrey;
    border-bottom-width: 1px;
}

div.tile-product-small-description, div.tile-text-description {
    font-family: serif;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 10px;
}

img.tile-product-small-image {
    width: 80%;
    left: 10%;
    height: auto;
}


.tile:not(.flip-none) > .tile-front-object::before {
    content: "i";
    /* left: 3px; */
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #5C5C5C;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: 14px;
    right: 4px;
}


a.tile-product-small-link, a.tile-text-link {
    width: 25%;
    float:right;
    min-width: 80px;
    padding: 7px;
    margin:5px;
    margin-left:20%;
    margin-right:20%;
    text-align: center;
    background: black;
    font-size:18px;
    font-family: serif;
    color:white;
}


.tile-text {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color:ghostwhite;
}

.img250px .tile-text-title {
    font-family: serif;
    font-weight: bold;
    font-style: italic;
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom-style: dashed;
    border-bottom-color: lightgrey;
    border-bottom-width: 1px;
}

.column-left {
    position:absolute;
    width:50%;
    left:0px;
}

.column-right {
    position:absolute;
    width:50%;
    left:50%;
}

.layout-full .tile {
    width: 100%;
    height: 100%;
}

.layout-full .tile-front-object {
    width: 100%;    height: 100%;
}

.layout-three-full  .tile-front-object {
    width: 100%;    height: 100%;
}

.layout-three-full  .tile {
    width: 100%;    height: 100%;
}

.layout-three-two .tile:not(.flip-none) > .tile-front-object::before {
    right: 34%;
}

.tile-product-full {
    background: ghostwhite;
    color: black;
}

.mobile div.products-panel-link:after {
    position: absolute;
    top: 50%;
    content: "PRODUCT DETAIL";
    left: 0;
    width: 100%;
    font-size: 28px;
    height: 100%;
}

.mobile .product-info-panel > .product-description-panel {
    letter-spacing: 1px;
}


.mobile .product-img-panel > .product-img-small {
    max-height: 288px;
}

.mobile .product-img-thumb.img-container-cover {
    height:128px;
    width:128px;
}

.product-img-panel > .img-container-cover > img {
    max-width: 384px;
}


section {
    height: 100%;
}


div.products-panel-link:not([data-product-list]) {
	display:none;		
}


@media (min-width:1024px) {
	.content-popup.products-panel-link {
	    width: 60%; margin-left:20%;
	    margin-bottom: 20px;
	    opacity:0.3;
	}
	.content-popup.products-panel-link:hover {
	    width: 60%; margin-left:20%;
	    margin-bottom: 20px;
	    opacity:0.9;
	}
}

.layout-2x3 .tile.flip-none {
    height: 100%;
}

.cover-single-title {
	position: relative;
	height:100%;
	width:100%;
}

.cover-single-title .centered-image{
	position: absolute;
	top: 0%;
	left: 20%;
	width: 60%;
	height: 100%;	
}

.cover-single-title .centered-full-image{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}
.cover-single-title .centered-title {
	position: absolute;
	top: 40%;
	left: 10%;
	width: 80%;
	height: 20%;
	margin:0px;
}

.layout-split-full-page  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-centered-half-page {
	position: relative;
	height:100%;
	width:50%;
	left:25%;
}
.layout-split-full-page .left-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}
.layout-split-full-page .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-split-full-page .left-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-split-full-page .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-doubleOverL, .layout-doubleOverR {
	position: relative;
	height:100%;
	width:100%;
}

.layout-doubleOverL, .layout-doubleOverR .image-full {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-doubleOverL .image-over-1 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 70%;
	height: 80%;	
}

.layout-doubleOverL .image-over-2 {
	position: absolute;
	top: 20%;
	left: 0%;
	width: 70%;
	height: 80%;	
}

.layout-doubleOverR .image-over-1 {
	position: absolute;
	top: 0%;
	left: 30%;
	width: 70%;
	height: 80%;
}

.layout-doubleOverR .image-over-2 {
	position: absolute;
	top: 20%;
	left: 30%;
	width: 70%;
	height: 80%;	
}

.layout-split-full-full  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-full-full .left-image, .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 100%;	
}

.layout-split-full-full .right-image, .layout-split-full-full .right-video {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 100%;	
}

.layout-split-full-full .overfirst {
	position: absolute;
	top: 30%;
	left: 5%;
	width: 40%;
	height: 50%;
}

.layout-split-full-full .oversecond {
	position: absolute;
	top: 30%;
	left: 55%;
	width: 40%;
	height: 50%;
}


.layout-split-small-full-full  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-small-full-full .left-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 25%;
	height: 100%;	
}

.layout-split-small-full-full .right-image, .right-video {
	position: absolute;
	top: 0%;
	left: 25%;
	width: 75%;
	height: 100%;	
}

.layout-split-small-full-full-r  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-small-full-full-r .left-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 75%;
	height: 100%;	
}

.layout-split-small-full-full-r .right-image, .right-video {
	position: absolute;
	top: 0%;
	left: 75%;
	width: 25%;
	height: 100%;	
}


.layout-split-full-full-full  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-full-full-full .left-image, .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 33.33%;
	height: 100%;	
}

.layout-split-full-full-full .middle-image {
	position: absolute;
	top: 0%;
	left: 33.33%;
	width: 33.33%;
	height: 100%;	
}

.layout-split-full-full-full .right-image, .right-video {
	position: absolute;
	top: 0%;
	left: 66.66%;
	width: 33.33%;
	height: 100%;	
}

.layout-split-1x2-full  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-1x2-full .oneone75full-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 75%;
	height: 50%;	
}

.layout-split-1x2-full .onetwo75full-image {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 75%;
	height: 50%;	
}

.layout-split-1x2-full .right75full-image {
	position: absolute;
	top: 0%;
	left: 75%;
	width: 25%;
	height: 100%;	
}

.layout-split-1x2-full-l  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-1x2-full-l .oneone75full-image {
	position: absolute;
	top: 0%;
	left: 25%;
	width: 75%;
	height: 50%;	
}

.layout-split-1x2-full-l .onetwo75full-image {
	position: absolute;
	top: 50%;
	left: 25%;
	width: 75%;
	height: 50%;	
}

.layout-split-1x2-full-l .left75full-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 25%;
	height: 100%;	
}

.layout-split-50full-50full-50full  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-50full-50full-50full .one50one-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-50full-50full-50full .one50two-image {
	position: absolute;
	top: 0%;
	left: 33.33%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-50full-50full-50full .one100two-image {
	position: absolute;
	top: 0%;
	left: 33.33%;
	width: 33.33%;
	height: 100%;	
}

.layout-split-50full-50full-50full .one50three-image {
	position: absolute;
	top: 0%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-50full-50full-50full .two50one-image {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-50full-50full-50full .two50two-image {
	position: absolute;
	top: 50%;
	left: 33.33%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-50full-50full-50full .two50three-image {
	position: absolute;
	top: 50%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-full-over, .layout-split-full-over-tr, .layout-split-full-over-tl, .layout-split-full-over-br, .layout-split-full-over-bl  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-full-over, .layout-split-full-over-tr, .layout-split-full-over-tl, .layout-split-full-over-br, .layout-split-full-over-bl  .left-image, .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-split-full-over .over-image {
	position: absolute;
	top: 50%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-full-over-bl .over-image {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-full-over-tl .over-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-full-over-tr .over-image {
	position: absolute;
	top: 0%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-full-over .over-video {
	position: absolute;
	top: 50%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

.layout-split-full-overlarge  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-full-overlarge .left-image, .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-split-full-overlarge .over-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
}

.layout-split-full-overlarge .over-image-bl {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 50%;
	height: 50%;
}

.layout-split-full-overlarge .over-image-tl {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 50%;
}

.layout-split-full-overlarge .over-image-tr {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 50%;
}

.layout-split-full-overlarge .over-image-center {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
}


.layout-split-full-2x2  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-full-2x2 .one-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 50%;	
}

.layout-split-full-2x2 .two-image {
	position: absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 50%;	
}

.layout-split-full-2x2 .three-image {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 50%;
	height: 50%;	
}

.layout-split-full-2x2 .four-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;	
}

.layout-100-33-33  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-33-33-100  {
	position: relative;
	height:100%;
	width:100%;
}

div.layout-100-33-33 div.one-image.img-container-cover {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 33.33%;
	height: 100%;	
}

.layout-100-33-33 .two-image {
	position: absolute;
	top: 0%;
	left: 33.33%;
	width: 33.33%;
	height: 50%;	
}

.layout-100-33-33 .three-image {
	position: absolute;
	top: 0%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

.layout-100-33-33 .four-image {
	position: absolute;
	top: 50%;
	left: 33.33%;
	width: 33.33%;
	height: 50%;	
}

.layout-100-33-33 .five-image {
	position: absolute;
	top: 50%;
	left: 66.66%;
	width: 33.33%;
	height: 50%;	
}

div.layout-33-33-100 div.one-image.img-container-cover {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 33.33%;
	height: 50%;	
}

.layout-33-33-100 .two-image {
	position: absolute;
	top: 0%;
	left: 33.33%;
	width: 33.33%;
	height: 50%;	
}

.layout-33-33-100 .three-image {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 33.33%;
	height: 50%;	
}

.layout-33-33-100 .four-image {
	position: absolute;
	top: 50%;
	left: 33.33%;
	width: 33.33%;
	height: 50%;	
}

.layout-33-33-100 .five-image {
	position: absolute;
	top: 0%;
	left: 66.66%;
	width: 33.33%;
	height: 100%;	
}



.layout-split-center-over  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-split-center-over .left-image, .left-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;	
}

.layout-split-center-over .over-image {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;	
}

.layout-split-center-over .over-video {
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;	
}
div#lookbookContainer.mobile .layout-split-center-over .over-video {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100% !important;
    position: absolute;
}
.layout-3x5-grid  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-3x5-grid .im1-image, .im1-video {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im2-image, .im2-video {
	position: absolute;
	top: 0%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im3-image, .im3-video {
	position: absolute;
	top: 0%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im4-image, .im4-video {
	position: absolute;
	top: 0%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im5-image, .im5-video {
	position: absolute;
	top: 0%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im6-image, .im6-video {
	position: absolute;
	top:33.33%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im7-image , .im7-video{
	position: absolute;
	top: 33.33%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im8-image, .im8-video {
	position: absolute;
	top: 33.33%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im9-image, .im9-video {
	position: absolute;
	top: 33.33%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im10-image, .im10-video {
	position: absolute;
	top: 33.33%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im11-image, .im11-video {
	position: absolute;
	top:66.66%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im12-image, .im12-video {
	position: absolute;
	top: 66.66%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im13-image, .im13-video {
	position: absolute;
	top: 66.66%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im14-image, .im14-video {
	position: absolute;
	top: 66.66%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x5-grid .im15-image, .im15-video {
	position: absolute;
	top: 66.66%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}


.layout-3x3-col-grid  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-3x3-col-grid .im1-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im2-image {
	position: absolute;
	top: 0%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im3-image {
	position: absolute;
	top: 0%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im4-image {
	position: absolute;
	top: 33.33%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im5-image {
	position: absolute;
	top: 33.33%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im6-image {
	position: absolute;
	top: 33.33%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im7-image {
	position: absolute;
	top: 66.66%;
	left: 0%;
	width: 20%;
	height: 33.33%;		
}

.layout-3x3-col-grid .im8-image {
	position: absolute;
	top: 66.66%;
	left: 20%;
	width: 20%;
	height: 33.33%;		
}

.layout-3x3-col-grid .im9-image {
	position: absolute;
	top: 66.66%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid .im10-image {
	position: absolute;
	top: 0%;
	left: 60%;
	width: 40%;
	height: 100%;	
}

.layout-3x3-col-grid2 .im1-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 40%;
	height: 100%;	
}

.layout-3x3-col-grid2 .im2-image {
	position: absolute;
	top: 0%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid2 .im3-image {
	position: absolute;
	top: 0%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid2 .im4-image {
	position: absolute;
	top: 0%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid2 .im5-image {
	position: absolute;
	top: 33.33%;
	left: 40%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid2 .im6-image {
	position: absolute;
	top: 33.33%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid2 .im7-image {
	position: absolute;
	top: 33.33%;
	left: 80%;
	width: 20%;
	height: 33.33%;		
}

.layout-3x3-col-grid2 .im8-image {
	position: absolute;
	top: 66.66%;
	left: 40%;
	width: 20%;
	height: 33.33%;		
}

.layout-3x3-col-grid2 .im9-image {
	position: absolute;
	top: 66.66%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-3x3-col-grid2 .im10-image {
	position: absolute;
	top: 66.66%;
	left: 80%;
	width: 20%;
	height: 33.33%;
}


.layout-2x2-col-1x3-grid  {
	position: relative;
	height:100%;
	width:100%;
}

.layout-2x2-col-1x3-grid .im1-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im2-image {
	position: absolute;
	top: 0%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im3-image {
	position: absolute;
	top: 33.33%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im4-image {
	position: absolute;
	top:33.33%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im5-image {
	position: absolute;
	top: 66.66%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im6-image {
	position: absolute;
	top: 66.66%;
	left: 20%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im7-image {
	position: absolute;
	top:0%;
	left: 40%;
	width: 40%;
	height: 100%;		
}

.layout-2x2-col-1x3-grid .im8-image {
	position: absolute;
	top:0%;
	left: 80%;
	width: 20%;
	height: 33.33%;		
}

.layout-2x2-col-1x3-grid .im9-image {
	position: absolute;
	top:33.33%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid .im10-image {
	position: absolute;
	top: 66.66%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im1-image {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im2-image {
	position: absolute;
	top: 33.33%;	
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im3-image {
	position: absolute;
	top: 66.66%;
	left: 0%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im4-image {
	position: absolute;
	top:0%;
	left: 20%;
	width: 40%;
	height: 100%;	
}

.layout-2x2-col-1x3-grid-l .im5-image {
	position: absolute;
	top: 0%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im6-image {
	position: absolute;
	top: 33.33%;
	left: 60%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im7-image {
	position: absolute;
	top:66.66%;
	left: 60%;
	width: 20%;
	height: 33.33%;		
}

.layout-2x2-col-1x3-grid-l .im8-image {
	position: absolute;
	top:0%;
	left: 80%;
	width: 20%;
	height: 33.33%;		
}

.layout-2x2-col-1x3-grid-l .im9-image {
	position: absolute;
	top:33.33%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.layout-2x2-col-1x3-grid-l .im10-image {
	position: absolute;
	top: 66.66%;
	left: 80%;
	width: 20%;
	height: 33.33%;	
}

.tile {
    width: 100%;
    height: 100%;
}

.tile-image {
    width: 100%;
    height: 100%;
	
}

.tile-video {
    width: 100%;
    height: 100%;
	
}

.tile-embedded {
    width: 100%;
    height: 100%;
	
}

.tile-front-object{
    width: 100%;
    height: 100%;
	position: relative;
}
.layout-split-full-full .tile-front-object{
	height: calc(100% - 1px);
}
.title-product-small-link a {
  color: white;
  background: black;
  font-size: 20px;
  padding: 10px;
  float: right;
  margin-right: 10px;
  min-width: 120px;
  margin-bottom: 10px;
}

.title-product-small-link a:hover {
	color:red;
}


.tile-product-small .tile-product-small-title {
    text-align: center;
    font-size: 40px;
    margin-top: 10px;
}

.tile-product-small-image-container.img-auto-height {
	margin:auto;
	width: 85%;
	margin-bottom:15px;
}
.tile-product-small-image-container.img-auto-height img{
	width: 100%
}

.product-navigation-link > a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px 0px;
}

.product-links-panel .product-navigation-link {
    margin: 5px;
    padding: 4px 10px;
}

.tile-product-small {
    max-height: 94%;
}

@media (min-width: 1024px) {
.tile-product-small {
    max-height: 100%;
}
}


#overview-navigator .content-popup.products-panel-link { 
	display:none
}

#overview-navigator .tile-product-small .tile-product-small-title {
  text-align: center;
  font-size: 10px;
  margin-top: 3px;
}

#overview-navigator div.tile-product-small-description, div.tile-text-description {
    font-family: serif;
    font-size: 8px;
    font-style: italic;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 3px;
}

#overview-navigator .title-product-small-link a {
  color: white;
  background: black;
  font-size: 5px;
  padding: 2px;
  float: right;
  margin-right: 2px;
  min-width: 20px;
  margin-bottom: 10px;
}


.one-image.img-container-cover:nth-child(1) {
	position:absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 50%;
}
.one-image.img-container-cover:nth-child(2) {
	position:absolute;
	top: 50%;
	left: 0%;
	width: 50%;
	height: 50%;
}
.one-image.img-container-cover:nth-child(3) {
	position:absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 100%;
}

.layout-2x1-full-l .one-image.img-container-cover:nth-child(1) {
	position:absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 100%;
}
.layout-2x1-full-l .one-image.img-container-cover:nth-child(2) {
	position:absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 50%;
}
.layout-2x1-full-l .one-image.img-container-cover:nth-child(3) {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
}

.layout-split-full-1x2 div.layout-split-full-1x2-1 {
	position:absolute;
	top: 0%;
	left: 0%;
	width: 50%;
	height: 100%;
}
.layout-split-full-1x2 div.layout-split-full-1x2-2 {
	position:absolute;
	top: 0%;
	left: 50%;
	width: 50%;
	height: 50%;
}
.layout-split-full-1x2 div.layout-split-full-1x2-3 {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 50%;
}

.layout-split-full-1x2,
.layout-2x1-full-l {
	position: relative;
	width: 100%;
	height: 100%;
}




#overview-navigator .content-popup.products-panel-link { 
	display:none
}

#overview-navigator .tile-product-small .tile-product-small-title {
  text-align: center;
  font-size: 10px;
  margin-top: 3px;
}

#overview-navigator div.tile-product-small-description, div.tile-text-description {
    font-family: serif;
    font-size: 8px;
    font-style: italic;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 3px;
}

#overview-navigator .title-product-small-link a {
  color: white;
  background: black;
  font-size: 5px;
  padding: 2px;
  float: right;
  margin-right: 2px;
  min-width: 20px;
  margin-bottom: 10px;
}
.layout-split-full-page {
  width: 100%;
  height: 100%;
}
.layout-split-full-page.left-image.img-container-cover {
  width: 100%;
  height: 100%;
}

.layout-centered-half-page .left-image.img-container-cover {
  width: 100%;
  height: 100%;
}

.layout-split-full-page.left-video.video-container-cover {
  width: 100%;
  height: 100%;
}

.layout-centered-half-page .left-video.video-container-cover {
  width: 100%;
  height: 100%;
}

.product-content-positional {
    position: absolute;
    top: 0px !important;
    left: 0px !important;
    width: 100%;
    height: 100%;
    pointer-events: initial;
}

.layout-split-full-1x2 {
    height: 100%;
    width: 100%;
}
.share-product-icon {
	color: #99ff99;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.share-product-container {
	background-color: lightgray;
	border: 1px #99ff99 solid !important;
}

.share-product-menus {
	display: none;	
}

.share-product-menu a {
	color: black;
}

.share-product-menu a:hover {
	color: #99ff99;
}


div#navigator-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-size: 20px;
	line-height: 1em;
	pointer-events: none;
	/* display:none; */
	z-index: 11;
	text-align: center;
}

div.navigator-item {
    display: inline-block;
    pointer-events: all;
    position:relative;
    cursor: pointer;
}
#navigator-container.navigator-fullcolor i.navigator-item-inside.fa:last-child {
	display:none;
}
i.navigator-item-inside.fa:last-child {
	position: absolute;
	top:50%;
    font-size:0.8em;
    left:50%;
    transform:translate(-50%,-50%);
}


div.video-js, video.video-js  {
    width: 100%;
    /* height: 100%; */
    position: relative;
    padding-bottom: 56.25%;
    top: 50%;
    transform: translateY(-50%);
}


.video-js button.vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 75px;
    font-size: 45px;
}
.video-js .vjs-slider .fa-bookmark {
    position: absolute;
    color: red;
}
.mobile div.video-js {
	font-size: 0.6em;
}
.reveal table{
	table-layout: fixed;
	text-align:left;
	border-collapse:collapse;
	background-color:transparent;
	border-spacing: 0;
}
.reveal table td, .reveal table th{
	vertical-align: middle;
	padding: 0.75em 0.5em 0.75em 0.5em;
}
.reveal table span{
	word-wrap:break-word;
}