/*  Swatchbook.css */

.ral_code {
    top: 40%;
    position: fixed;
    font-size: 600%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 0 0 4px rgba(7,7,7,0.5);
}
.ral_naam {
    top: 55%;
    position: fixed;
    font-size: 350%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 0 0 4px rgba(7,7,7,0.5);
}
@media (max-width: 576px) {
    .ral_code {
        font-size: 350%;
    }
    .ral_naam {
        font-size: 160%;
        top: 50%;
    }
}

.RAL_info {
    margin: 4rem;    
}
.RAL_info p,
.RAL_info li {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.RAL_info p strong {
    color: #0061AB;
    font-weight: 700;
}
.waaier {
    width: 50%;
    margin: 100px auto 0;
    position: relative;
    height: 780px; 
}

.sb-container {
	position: relative;
	width: 150px;
	height: 400px;
	margin: 30px auto 200px auto;
}

.sb-container div {
    position: absolute;
	top: 0;
	left: 0; 
	width: 130px;
	background: #fff;
	height: 400px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	cursor: pointer;
	text-align: center;
/*	background-image: url(/img/international/design_images/fabric.png); */
	-webkit-transform-origin: 25% 90%;
	-moz-transform-origin: 25% 90%;
	-o-transform-origin: 25% 90%;
	-ms-transform-origin: 25% 90%;
	transform-origin: 25% 90%;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    RAL WAAIER (9)
   -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
   
#tinten_waaier div:nth-child(1){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 1px 1px 1px rgba(0,0,0,0.1);
}

#tinten_waaier div:nth-child(2){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 2px 2px 1px rgba(0,0,0,0.1);
}

#tinten_waaier div:nth-child(3){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 3px 3px 2px rgba(0,0,0,0.2);
}

#tinten_waaier div:nth-child(4){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 4px 4px 4px rgba(0,0,0,0.2);
}

#tinten_waaier div:nth-child(5){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 5px 5px 6px rgba(0,0,0,0.3);
}

#tinten_waaier div:nth-child(6){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 6px 6px 8px rgba(0,0,0,0.3);
}

#tinten_waaier div:nth-child(7){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 7px 7px 10px rgba(0,0,0,0.4);
}

#tinten_waaier div:nth-child(8){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 8px 8px 12px rgba(0,0,0,0.4);
}

#tinten_waaier div:nth-child(9){
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1), 9px 9px 14px rgba(0,0,0,0.4);
}

.kleuren_waaier {
    display:none;
}

.sb-container div:last-child {
    background: url(/img/international/design_images/leather_cover.png); 
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 
		1px 1px 3px rgba(0,0,0,0.2),
		12px 12px 20px rgba(0,0,0,0.6),
		inset 2px 2px 0 rgba(255, 255, 255, 0.1);
}

.sb-container div:last-child:after{
	content: '';
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	background: url("/img/international/design_images/brass_screw.png");
	background-repeat: no-repeat;
	background-size: 20px 20px;
/*	border-radius: 50%;
	background: #dddddd;
	background: -moz-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dddddd), color-stop(48%,#58535e), color-stop(100%,#889396));
	background: -webkit-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
	background: -o-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
	background: -ms-linear-gradient(-45deg, #dddddd 0%,#58535e 48%,#889396 100%);
	background: linear-gradient(135deg, #dddddd 0%,#58535e 48%,#889396 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#889396',GradientType=1 );
	box-shadow: -1px -1px 1px rgba(255,255,255,0.1), 1px 1px 1px rgba(0,0,0,0.5);*/
}

.sb-container div h4{
	background: rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px dashed rgba(0,0,0,0.1);
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	margin: 5px;
	padding: 5px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sb-container div:last-child h4{
	background: rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.sb-container div:last-child h5{
	font-size: 31px;
	font-weight: 700;
	white-space: nowrap;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 62px;
	line-height: 50px;
	color: rgba(180,150,130,0.7);
/*	text-shadow: -1px -1px 1px rgba(255,255,255,0.1); */
	text-transform: uppercase;
	
	-webkit-transform: rotate(90deg) translateX(40%) translateY(-60px);
	-moz-transform: rotate(90deg) translateX(40%) translateY(-60px);
	-o-transform: rotate(90deg) translateX(40%) translateY(-60px);
	-ms-transform: rotate(90deg) translateX(40%) translateY(-60px);
	transform: rotate(90deg) translateX(40%) translateY(-60px);
	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#tinten_waaier div:last-child h5 {
    top: 26px;
}

#kw1000 div:last-child h5 {
    top: 126px;    
}
#kw2000 div:last-child h5 {
    top: 60px;    
}
#kw3000 div:last-child h5 {
    top: 110px;    
}
#kw4000 div:last-child h5 {
    top: 82px;    
}
#kw5000 div:last-child h5 {
    top: 84px;    
}
#kw6000 div:last-child h5 {
    top: 82px;    
}
#kw7000 div:last-child h5 {
    top: 106px;
}
#kw8000 div:last-child h5 {
    top: 102px;    
}
#kw9000 div:last-child h5 {
    top: -2px;    
}



.sb-container div svg {
    width: 65%;
    height: 40%;
    fill: #fff;
    fill: rgba(255,255,255,0.4);
}
.sb-container div svg:hover {
    fill: rgba(255,255,255,0.7);
}


span.sb-toggle{
	padding: 5px;
	margin: 10px;
	display: block;
	color: #ccc;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 14px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.1);
	text-align: center;
}

span.sb-icon{
	display: block;
	height: 70px;
	width: 70px;
	margin: 20px auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
span.sb-icon:before {
	font-family: 'icons';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-decoration: inherit;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
	line-height: 64px;
	width: 100%;
	font-size: 60px;
	color: #000;
	text-shadow: 0 0 1px #000;
}


.icon-cog:before { content: '\35'; } /* '5' */
.icon-flight:before { content: '\37'; } /* '7' */
.icon-eye:before { content: '\34'; } /* '4' */
.icon-install:before { content: '\39'; } /* '9' */
.icon-bag:before { content: '\36'; } /* '6' */
.icon-globe:before { content: '\38'; } /* '8' */
.icon-picture:before { content: '\32'; } /* '2' */
.icon-video:before { content: '\30'; } /* '0' */
.icon-download:before { content: '\41'; } /* 'A' */
.icon-mobile:before { content: '\42'; } /* 'B' */
.icon-camera:before { content: '\33'; } /* '3' */

.kleur_weergave {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000000001 !important;
    display: none;
}



.kleur_weergave svg {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 30px;
    right: 40px;
    fill: #fff;
    fill: rgba(255,255,255,0.4);
}
.kleur_weergave svg:hover {
    fill: #fff;
    cursor: pointer;
}


.sb-container div:last-child h5 {
    width: 320px !important;
    height: 130px !important;
    top: 60px !important;
    left: 120px !important;
    text-align: right !important;
    transform: rotate(90deg) translateX(0) translateY(0) !important;
    white-space: normal !important;
}



@media (max-width: 767.8px) {
    section.RAL .container {
        margin-left: 30px;
    }
    .waaier {
        height: 580px;
    }
    .sb-container {
        width: 112.5px;
        height: 260px;
    }
    .sb-container div {
        width: 97.5px;
        height: 260px;
    }
    .sb-container div h4 {
        font-size: 9px;
    }
    .sb-container div:last-child {
            background-size: 97.5px 260px;
    }
    .sb-container div:last-child h5 {
        font-size: 17px;
        left: 44px;
    }
    #tinten_waaier div:last-child h5 {
        top: 34px;
    } 
    #kw1000 div:last-child h5 {
        top: 96px;
    }
    #kw2000 div:last-child h5 {
        top: 60px;
    }
    #kw3000 div:last-child h5 {
        top: 88px;
    }
    #kw4000 div:last-child h5 {
        top: 69px;
    }
    #kw5000 div:last-child h5 {
        top: 69px;
    }
    #kw6000 div:last-child h5 {
        top: 72px;
    }
    #kw7000 div:last-child h5 {
        top: 86px;
    }
    #kw8000 div:last-child h5 {
        top: 82px;
    }
    #kw9000 div:last-child h5 {
        top: 18px;
    }

    
    .sb-container div:last-child h5 {
        width: 200px !important;
        height: 720px !important;
        top: 50px !important;
        left: 100px !important;
    }    
    
}

@media (max-width: 520px) {
    section.RAL .container {
        margin-left: 20px;
    }
    .waaier {
        height: 430px;
    }
    .sb-container {
        width: 75px;
        height: 200px;
    }
    .sb-container div {
        width: 70px;
        height: 180px;
    }
    .sb-container div h4 {
        font-size: 6px;
    }
    .sb-container div:last-child {
        background-size: 70px 180px;
    }
    .sb-container div:last-child h5 {
        font-size: 10px;
        left: 24px;
        color: rgba(255,255,255,0.7);
    }
    #tinten_waaier div:last-child h5 {
        top: 37px;
    }
    span.sb-toggle {
        margin: 0;
        font-size: 8px;
    }
    #kw1000 div:last-child h5 {
        top: 72px;
    }
    #kw2000 div:last-child h5 {
        top: 51px;
    }
    #kw3000 div:last-child h5 {
        top: 68px;
    }
    #kw4000 div:last-child h5 {
        top: 58px;
    }
    #kw5000 div:last-child h5 {
        top: 61px;
    }
    #kw6000 div:last-child h5 {
        top: 59px;
    }
    #kw7000 div:last-child h5 {
        top: 66px;
    }
    #kw8000 div:last-child h5 {
        top: 64px;
    }
    #kw9000 div:last-child h5 {
        top: 25px;
    }
    .sb-container div:last-child:after {
        bottom: 10px;
        left: 10px;
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
    }
    
    .sb-container div:last-child h5 {
        width: 130px !important;
        height: 65px !important;
        top: 40px !important;
        left: 80px !important;
        color: rgba(180,150,130,0.7) !important;
    }    

    
}    
