@font-face {
  font-family:'SourceSansPro-Regular';
  src: url('../fonts/SourceSansPro-Regular_latin+latin-ext_gdi.eot');
  src: url('../fonts/SourceSansPro-Regular_latin+latin-ext_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SourceSansPro-Regular_latin+latin-ext_gdi.woff') format('woff'),
    url('../fonts/SourceSansPro-Regular_latin+latin-ext_gdi.ttf') format('truetype'),
    url('../fonts/SourceSansPro-Regular_latin+latin-ext_gdi.svg#SourceSansPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2215;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.eot');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Contactpage */
.contactshow { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    margin-top: 0px;
}

.contactshow:after { 
    content: '';
    background: transparent url('/images/pattern.png') repeat top left; 
}
.contactshow  { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url('/images/7.jpg');
    z-index: 1;
}


.st-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: "lucida grande", Arial, sans-serif;
}

.st-container > input,
.st-container > a {
	position: fixed;
	bottom: 0px;
	width: 25%;
	cursor: pointer;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

.st-container > input {
	opacity: 0;
	z-index: 1000;
}

.st-container > a {
	z-index: 10;
	font-weight: 700;
	background: #c42129;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(151,24,64,0.2);
}

/* "Fix" for percentage rounding: add a background bar pseudo element with the same color like the labels */
.st-container:before {
	content: '';
	position: fixed;
	width: 100%;
	height: 34px;
	background: #c42129;
	z-index: 9;
	bottom: 0;
}

#st-control-1, #st-control-1 + a {left: 0;}
#st-control-2, #st-control-2 + a {left: 25%;}
#st-control-3, #st-control-3 + a {left: 50%;}
#st-control-4, #st-control-4 + a {left: 75%;}
#st-control-5, #st-control-5 + a {left: 80%;}

.st-container > input:checked + a, .st-container > input:checked:hover + a {background: #a60810;}
.st-container > input:checked + a:after,
.st-container > input:checked:hover + a:after{
	bottom: 100%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #a60810;
	border-width: 20px;
	left: 50%;
	margin-left: -20px;
}

.st-container > input:hover + a {background: #a60810;}
.st-container > input:hover + a:after {border-bottom-color: #a60810;}

.st-scroll, .st-panel {position: relative; width: 100%;	height: 100%;}
.st-scroll {top: 0; left: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	/* Let's enforce some hardware acceleration */
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
.st-panel{background: #fff; overflow: hidden;} 

#st-control-1:checked ~ .st-scroll {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
#st-control-2:checked ~ .st-scroll {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
#st-control-3:checked ~ .st-scroll {
	-webkit-transform: translateY(-200%);
	-moz-transform: translateY(-200%);
	-o-transform: translateY(-200%);
	-ms-transform: translateY(-200%);
	transform: translateY(-200%);
}
#st-control-4:checked ~ .st-scroll {
	-webkit-transform: translateY(-300%);
	-moz-transform: translateY(-300%);
	-o-transform: translateY(-300%);
	-ms-transform: translateY(-300%);
	transform: translateY(-300%);
}
#st-control-5:checked ~ .st-scroll {
	-webkit-transform: translateY(-400%);
	-moz-transform: translateY(-400%);
	-o-transform: translateY(-400%);
	-ms-transform: translateY(-400%);
	transform: translateY(-400%);
}


/* Content elements */

.st-deco{
	width: 250px;
	height: 100px;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -130px;
	border-radius:0 0 8px 8px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	z-index:100;
}

#logo {background:#fff url('/images/logo-studio-pit-2.jpg') 7px 0 no-repeat ;}
#logo2 {background:#fff url('/images/logo-studio-pit.jpg') 7px 0 no-repeat ;}
#logo3 {background:#fff url('/images/logo-studio-pit-2.jpg') 7px 0 no-repeat ;}
#logo4 {background:#fff url('/images/logo-studio-pit-2.jpg') 7px 0 no-repeat ;}

.st-panel h2 {
	color:#fff;
	position: absolute;
	font-size: 1.500em;
	width: 30%;
	left: 35%;
	text-align: center;
	line-height: 24px;
	margin: -40px 0 0 0;
	padding: 0;
	top: 30%;
	-webkit-backface-visibility: hidden;
	text-transform: uppercase;
    font-family: "source_sans_prosemibold", arial;
    font-weight: normal;
    letter-spacing: 2px;
}

#st-control-1:checked ~ .st-scroll #st-panel-1 h2,
#st-control-2:checked ~ .st-scroll #st-panel-2 h2,
#st-control-3:checked ~ .st-scroll #st-panel-3 h2,
#st-control-4:checked ~ .st-scroll #st-panel-4 h2,
#st-control-5:checked ~ .st-scroll #st-panel-5 h2{
	-webkit-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveDown 0.6s ease-in-out 0.2s backwards;
	animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@-webkit-keyframes moveDown{
	0% {-webkit-transform: translateY(-40px); opacity: 0;}
	100% {-webkit-transform: translateY(0px);  opacity: 1;}
}

@-moz-keyframes moveDown{
	0% {-moz-transform: translateY(-40px); opacity: 0;}
	100% {-moz-transform: translateY(0px); opacity: 1;}
}

@-o-keyframes moveDown{
	0% {-o-transform: translateY(-40px); opacity: 0;}
	100% {-o-transform: translateY(0px); opacity: 1;}
}

@-ms-keyframes moveDown{
	0% {-ms-transform: translateY(-40px); opacity: 0;}
	100% {-ms-transform: translateY(0px); opacity: 1;}
}

@keyframes moveDown{
	0% {transform: translateY(-40px); opacity: 0;}
	100% {transform: translateY(0px); opacity: 1;}
}

.st-panel p {
    position: absolute;
	text-align: left;
	font-size: 1.000em;
	line-height: 30px;
	color: #fff;
	z-index: 2;
	padding: 0;
	width: 30%;
    left: 35%;
	top: 30%;
	margin: 10px 0 0 0;
	-webkit-backface-visibility: hidden;
    font-family: "SourceSansPro-Regular", arial;
}
ul {list-style-type: none;}

#st-control-1:checked ~ .st-scroll #st-panel-1 p,
#st-control-2:checked ~ .st-scroll #st-panel-2 p,
#st-control-3:checked ~ .st-scroll #st-panel-3 p,
#st-control-4:checked ~ .st-scroll #st-panel-4 p,
#st-control-5:checked ~ .st-scroll #st-panel-5 p{
	-webkit-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-moz-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-o-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	-ms-animation: moveUp 0.6s ease-in-out 0.2s backwards;
	animation: moveUp 0.6s ease-in-out 0.2s backwards;
}

@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px); opacity: 0;}
	100% {-webkit-transform: translateY(0px); opacity: 1;}
}

@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px); opacity: 0;}
	100% {-moz-transform: translateY(0px); opacity: 1;}
}

@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px); opacity: 0;}
	100% {-o-transform: translateY(0px); opacity: 1;}
}

@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px); opacity: 0;}
	100% {-ms-transform: translateY(0px); opacity: 1;}
}

@keyframes moveUp{
	0% {transform: translateY(40px); opacity: 0;}
	100% {transform: translateY(0px); opacity: 1;}
}

/* Buttons */
.visit {background: url('/images/bekijk-website.jpg') no-repeat; text-indent: -9999px; height:30px; width:121px; float:left; cursor: pointer;}
.visit:hover {background: url('/images/bekijk-website-hover.jpg') no-repeat; }

/* Colored sections */
.st-colorhome {background: #f6f6f6;}
.st-colorcontact {background-color: #ffffff;}
.st-colorgray {background: #bdc0c5;}
.st-color, .st-deco{background: #fff;}
.st-color [data-icon]:after {color: #fa96b5;}
.st-color .st-deco {background: #fff;}
.st-color h2 {color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.1);} 
.st-color p {color: #fff; color: rgba(255,255,255,0.8);}
.st-colorcontact b {color: #fff; text-align: center; font-family: "lucida grande", Arial, sans-serif; font-size: 12px; text-transform: uppercase;}
.button {height:50px; width:50px; left: 47%; top: 43%; position: relative; z-index: 200; text-align: left;}
.st-colorover {

    background: transparent url('/images/bg-overons.jpg') repeat top left; 
    
    height:100%;
    width:100%;
    -moz-box-shadow:    inset 0 400px 400px -400px rgba(0,0,0,0.7);
    -webkit-box-shadow: inset 0 400px 400px -400px rgba(0,0,0,0.7);
    box-shadow:         inset 0 400px 400px -400px rgba(0,0,0,0.7);
}

.st-colorover:after { 
    content: '';
    background: transparent url('/images/pattern.png') repeat top left; 
}

.st-colorover p {color:#fff;}

.contactdetails {
	z-index: 200;
	background: #fff;
	font-family: "source_sans_prolight", Arial, sans-serif;
	font-size: 1.063em;
	position: relative;
	left: 57%; 
	top: 32%;
	width:240px;
	border-radius: 8px;
	padding:40px;
	line-height: 24px;
}
.contactdetails b {
	color:#C42129;
	font-family: "source_sans_prosemibold", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.000em;
}
#tooltip
{
    margin-top: 8%;
    margin-left: 12%;
    text-align: left;
    color: #818181;
    background: #fff;
    position: absolute;
    z-index: 100;
    padding: 50px;
    width:240px;
    cursor: pointer;
    font-family: "lucida grande", Arial, sans-serif; 
    font-size: 12px;
    line-height:22px;
    border-radius:3px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.35);
}


/* slideshow homepage */
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
    margin-top: 0px;
}

.cb-slideshow:after { 
    content: '';
    background: transparent url('/images/pattern.png') repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px; 
}
.cb-slideshow li:nth-child(1) span { 
    background-image: url('/images/1.jpg') 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url('/images/2.jpg');
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url('/images/3.jpg');
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url('/images/4.jpg');
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url('/images/5.jpg');
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{opacity: 1;}


/* 404 ----------- */
h1 {font-size: 136px; color:#cc2229; font-weight: 800; margin: auto; width:300px; }
.text404 {font-size: 12px; color:#707070; font-weight: bold; width:200px; margin: auto; padding:200px 0 0 0;}
.line404 {left:25%; padding:0px 0 0 0; position: relative; margin:-75px auto;}




@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 { font-size: 140px }
}


@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 { font-size: 80px }
}
@media screen and (max-width: 520px) {
	.st-panel h2 {
		font-size: 24px;
	}
	
	.st-panel p {
		width: 90%;
		left: 5%;
		margin-top: 0;
	}
	
	.st-container > a {
		font-size: 13px;
	}
}
@media screen and (max-width: 360px) {
	.st-container > a {
		font-size: 10px;
	}
	
	.st-deco{
		width: 120px;
		height: 120px;
		margin-left: -60px;
	}
	
	[data-icon]:after {
		font-size: 60px;
		-webkit-transform: rotate(-45deg) translateY(15%);
		-moz-transform: rotate(-45deg) translateY(15%);
		-o-transform: rotate(-45deg) translateY(15%);
		-ms-transform: rotate(-45deg) translateY(15%);
		transform: rotate(-45deg) translateY(15%);
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (max-width: 480px) {
	.st-deco{ width: 170px; height: 60px; margin-left: -88px;}
	#logo {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat;}
	#logo2 {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat ;}
	#logo3 {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat ;}
	#logo4 {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat ;}
	.st-panel h2 {display:none;}
	.st-panel p {font-size: 10px; line-height: 12px; color: #fff; width: 90%; left: 5%; top: 20%;}
	.button {display: none;}
    .contactdetails {font-size: 1.00em; left: 27%; top: 10%; width: 160px; border-radius: 8px; padding: 20px; line-height: 18px;}
	
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.st-deco{ width: 170px; height: 60px; margin-left: -88px;}
	#logo {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat;}
	#logo2 {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat ;}
	#logo3 {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat ;}
	#logo4 {background:#fff url('/images/logo-studio-pit-2-small.jpg') 7px 0 no-repeat ;}
	.cb-slideshow li div h3 {font-size: 40px;}
	.st-panel h2 {display:none;}
	.st-panel p {font-size: 10px; line-height: 14px; color: #fff; width: 90%; left: 5%; top: 20%;}
	.button {display: none;}
	#tooltip{margin-top: -110px; margin-left: 40%; color: #818181; position: absolute; padding: 20px; width:150px; font-size: 12px; line-height:14px;}
    
}

.cb-slideshow-ie9 {display:none;}
.ie9 .cb-slideshow {display:none;}

.ie9 .cb-slideshow-ie9 {
	display:block;
}

.ie9 .cb-slideshow-ie9:after { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: transparent url('/images/pattern.png') repeat top left;
}

.ie9 .cb-slideshow-ie9 div span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;

}
.ie9 .cb-slideshow-ie9 h3 { 
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 110px;
    color: #fff;
    position: relative;
	top:50%;
    padding: 0;
	text-align:center;
    line-height: 200px;
	display: block;
	z-index:1000;
}
.ie9 .cb-slideshow-ie9 div span { 
    background-image: url('/images/3.jpg') 
}