/*! => Sheet Slider v2.0.0 | Daniel Abel {Zero} fb.com/daniei.abel | Copyright 2018 zkreations | Licensed under MIT | github.com/zkreations/whale.css/blob/master/LICENSE */
.box{
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.sheetSlider{
	background-color:#121214;
	font-size:8px;
	line-height:2;
	position:relative;
	top: 0px;
	width:100%;
	overflow:hidden;
	-webkit-font-smoothing:antialiased
}

.sh__btns,.sh__meta,.sheetSlider input{
	display:none
}

.sheetSlider a,.sheetSlider h4,.sheetSlider img,.sheetSlider label,.sheetSlider span{
	background:0 0;
	padding:0;
	margin:0;
	border:0;
	outline:0;
	box-shadow:0 0 transparent;
	text-decoration:none
}
.sh__content{
	position:relative;
	height:200px;
	-webkit-transition:-webkit-transform .7s cubic-bezier(.54,0,.1,1);
	transition:-webkit-transform .7s cubic-bezier(.54,0,.1,1);
	transition:transform .7s cubic-bezier(.54,0,.1,1);
	transition:transform .7s cubic-bezier(.54,0,.1,1),-webkit-transform .7s cubic-bezier(.54,0,.1,1);-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}

.sh__arrows,.sh__btns,.sh__item,.sh__meta{
	position:absolute
}
	
.sh__item{
	display:block;
	top:0;left:0;
	width:100%;
	height:100%
}

.sh__meta{
	left:4em;top:4em;
	text-shadow:0 1px 1px rgba(0,0,0,.3),0 1px 5px rgba(0,0,0,.16);
	max-width:80%;opacity:0;-webkit-transform:translate3d(0,4em,0);
	transform:translate3d(0,4em,0);-webkit-transition:opacity .7s .3s,-webkit-transform .7s .3s;transition:opacity .7s .3s,-webkit-transform .7s .3s;
	transition:opacity .7s .3s,transform .7s .3s;transition:opacity .7s .3s,transform .7s .3s,-webkit-transform .7s .3s

}.sh__meta h4{
	font-size:3.4em;
	font-weight:700
}

.sh__meta span{
	font-size:1.7em;font-weight:500;padding-top:.2em}.sh__meta h4,.sh__meta span{color:#fff;display:block}.sh__meta a{font-weight:500;-webkit-transition:color .5s;transition:color .5s;
	color:#f0a633
}

.sh__btns{
	bottom:0;
	left:0;
	right:0;
	z-index:2;
	padding-left:2em;
	padding-right:2em;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}

.sh__btns label{
	background-color:rgba(255,255,255,.5);
	cursor:pointer;
	margin:0 2em;
	height:22px;
	-webkit-box-flex:1;-ms-flex:1 0 auto;
	flex:1 0 auto;-webkit-transition:background .5s;
	transition:background .5s
}

.sh__btns label:hover{
	background-color:rgba(255,255,255,1)
}

.sh__arrows{
	right:0;
	z-index:3;
	bottom:calc(4em + 6px);
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
	-webkit-transition:-webkit-transform .3s;
	transition:-webkit-transform .3s;
	transition:transform .3s;
	transition:transform .3s,
	-webkit-transform .3s
}

.sheetSlider:hover .sh__arrows{
	-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)
}

.sh__arrows label{
	background-color:rgba(255,255,255,.8);
	background-repeat:no-repeat;
	background-position:50%;
	cursor:pointer;
	display:none;
	height:50px;
	width:50px;-webkit-transition:width .5s;
	transition:width .5s
}

.sh__arrows label:hover{
	background-color:rgba(255,255,255,.95);
	width:50px}

.sh--default .sh__item:nth-child(2){
	left:100%
}

.sh--default .sh__item:nth-child(3){left:200%}.sh--default .sh__item:nth-child(4){left:300%}.sh--default .sh__item:nth-child(5){left:400%}.sh--default .sh__item:nth-child(6){left:500%}.sh--default .sh__item:nth-child(7){left:600%}.sh--default .sh__item:nth-child(8){left:700%}.sh--default .sh__item:nth-child(9){left:800%}.sh--default .sh__item:nth-child(10){left:900%}.sh--default input:nth-child(1):checked~.sh__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sh--default input:nth-child(2):checked~.sh__content{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.sh--default input:nth-child(3):checked~.sh__content{-webkit-transform:translate3d(-200%,0,0);transform:translate3d(-200%,0,0)}.sh--default input:nth-child(4):checked~.sh__content{-webkit-transform:translate3d(-300%,0,0);transform:translate3d(-300%,0,0)}.sh--default input:nth-child(5):checked~.sh__content{-webkit-transform:translate3d(-400%,0,0);transform:translate3d(-400%,0,0)}.sh--default input:nth-child(6):checked~.sh__content{-webkit-transform:translate3d(-500%,0,0);transform:translate3d(-500%,0,0)}.sh--default input:nth-child(7):checked~.sh__content{-webkit-transform:translate3d(-600%,0,0);transform:translate3d(-600%,0,0)}.sh--default input:nth-child(8):checked~.sh__content{-webkit-transform:translate3d(-700%,0,0);transform:translate3d(-700%,0,0)}.sh--default input:nth-child(9):checked~.sh__content{-webkit-transform:translate3d(-800%,0,0);transform:translate3d(-800%,0,0)}.sh--default input:nth-child(10):checked~.sh__content{-webkit-transform:translate3d(-900%,0,0);transform:translate3d(-900%,0,0)}
.sh--vertical 
.sh__item:nth-child(2){top:100%}
.sh--vertical .sh__item:nth-child(3){top:200%}
.sh--vertical .sh__item:nth-child(4){top:300%}
.sh--vertical .sh__item:nth-child(5){top:400%}
.sh--vertical .sh__item:nth-child(6){top:500%}
.sh--vertical .sh__item:nth-child(7){top:600%}
.sh--vertical .sh__item:nth-child(8){top:700%}
.sh--vertical .sh__item:nth-child(9){top:800%}
.sh--vertical .sh__item:nth-child(10){top:900%}
.sh--vertical input:nth-child(1):checked~
.sh__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sh--vertical input:nth-child(2):checked~.sh__content{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.sh--vertical input:nth-child(3):checked~.sh__content{-webkit-transform:translate3d(0,-200%,0);transform:translate3d(0,-200%,0)}.sh--vertical input:nth-child(4):checked~.sh__content{-webkit-transform:translate3d(0,-300%,0);transform:translate3d(0,-300%,0)}.sh--vertical input:nth-child(5):checked~.sh__content{-webkit-transform:translate3d(0,-400%,0);transform:translate3d(0,-400%,0)}.sh--vertical input:nth-child(6):checked~.sh__content{-webkit-transform:translate3d(0,-500%,0);transform:translate3d(0,-500%,0)}.sh--vertical input:nth-child(7):checked~.sh__content{-webkit-transform:translate3d(0,-600%,0);transform:translate3d(0,-600%,0)}.sh--vertical input:nth-child(8):checked~.sh__content{-webkit-transform:translate3d(0,-700%,0);transform:translate3d(0,-700%,0)}.sh--vertical input:nth-child(9):checked~.sh__content{-webkit-transform:translate3d(0,-800%,0);transform:translate3d(0,-800%,0)}.sh--vertical input:nth-child(10):checked~.sh__content{-webkit-transform:translate3d(0,-900%,0);transform:translate3d(0,-900%,0)}.sh--fade .sh__item{opacity:0;-webkit-transition:opacity .7s cubic-bezier(.54,0,.1,1);transition:opacity .7s cubic-bezier(.54,0,.1,1)}.sh--fade input:nth-child(1):checked~.sh__content .sh__item:nth-child(1),.sh--fade input:nth-child(10):checked~.sh__content .sh__item:nth-child(10),.sh--fade input:nth-child(2):checked~.sh__content .sh__item:nth-child(2),.sh--fade input:nth-child(3):checked~.sh__content .sh__item:nth-child(3),.sh--fade input:nth-child(4):checked~.sh__content .sh__item:nth-child(4),.sh--fade input:nth-child(5):checked~.sh__content .sh__item:nth-child(5),.sh--fade input:nth-child(6):checked~.sh__content .sh__item:nth-child(6),.sh--fade input:nth-child(7):checked~.sh__content .sh__item:nth-child(7),.sh--fade input:nth-child(8):checked~.sh__content .sh__item:nth-child(8),.sh--fade input:nth-child(9):checked~.sh__content .sh__item:nth-child(9){opacity:1;z-index:1}.sheetSlider input:nth-child(1):checked~.sh__content .sh__item:nth-child(1) .sh__meta,.sheetSlider input:nth-child(10):checked~.sh__content .sh__item:nth-child(10) .sh__meta,.sheetSlider input:nth-child(2):checked~.sh__content .sh__item:nth-child(2) .sh__meta,.sheetSlider input:nth-child(3):checked~.sh__content .sh__item:nth-child(3) .sh__meta,.sheetSlider input:nth-child(4):checked~.sh__content .sh__item:nth-child(4) .sh__meta,.sheetSlider input:nth-child(5):checked~.sh__content .sh__item:nth-child(5) .sh__meta,.sheetSlider input:nth-child(6):checked~.sh__content .sh__item:nth-child(6) .sh__meta,.sheetSlider input:nth-child(7):checked~.sh__content .sh__item:nth-child(7) .sh__meta,.sheetSlider input:nth-child(8):checked~.sh__content .sh__item:nth-child(8) .sh__meta,.sheetSlider input:nth-child(9):checked~.sh__content .sh__item:nth-child(9) .sh__meta{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sheetSlider input:nth-child(1):checked~.sh__arrows label:nth-child(2),.sheetSlider input:nth-child(10):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(2):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(2):checked~.sh__arrows label:nth-child(3),.sheetSlider input:nth-child(3):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(3):checked~.sh__arrows label:nth-child(4),.sheetSlider input:nth-child(4):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(4):checked~.sh__arrows label:nth-child(5),.sheetSlider input:nth-child(5):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(5):checked~.sh__arrows label:nth-child(6),.sheetSlider input:nth-child(6):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(6):checked~.sh__arrows label:nth-child(7),.sheetSlider input:nth-child(7):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(7):checked~.sh__arrows label:nth-child(8),.sheetSlider input:nth-child(8):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(8):checked~.sh__arrows label:nth-child(9),.sheetSlider input:nth-child(9):checked:last-of-type~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(9):checked~.sh__arrows label:nth-child(10){background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAaklEQVR4Ae3NMRGDUBQF0S2TCEgsfTcMarBByYANwAEefvfongIuA+GugD0cl3POvXlp9yODjvgwEYSO6AhCSfxY9cRi4iLE9wxi/gtiS6JHUJv7SnnI3nvvG+0eClW3TyL3MqJw25xzbgftHXfvifaMzwAAAABJRU5ErkJggg==);display:block;float:right}.sheetSlider input:nth-child(1):checked~input:nth-child(10):last-of-type~.sh__arrows label:nth-child(10),.sheetSlider input:nth-child(1):checked~input:nth-child(2):last-of-type~.sh__arrows label:nth-child(2),.sheetSlider input:nth-child(1):checked~input:nth-child(3):last-of-type~.sh__arrows label:nth-child(3),.sheetSlider input:nth-child(1):checked~input:nth-child(4):last-of-type~.sh__arrows label:nth-child(4),.sheetSlider input:nth-child(1):checked~input:nth-child(5):last-of-type~.sh__arrows label:nth-child(5),.sheetSlider input:nth-child(1):checked~input:nth-child(6):last-of-type~.sh__arrows label:nth-child(6),.sheetSlider input:nth-child(1):checked~input:nth-child(7):last-of-type~.sh__arrows label:nth-child(7),.sheetSlider input:nth-child(1):checked~input:nth-child(8):last-of-type~.sh__arrows label:nth-child(8),.sheetSlider input:nth-child(1):checked~input:nth-child(9):last-of-type~.sh__arrows label:nth-child(9),.sheetSlider input:nth-child(10):checked~.sh__arrows label:nth-child(9),.sheetSlider input:nth-child(2):checked~.sh__arrows label:nth-child(1),.sheetSlider input:nth-child(3):checked~.sh__arrows label:nth-child(2),.sheetSlider input:nth-child(4):checked~.sh__arrows label:nth-child(3),.sheetSlider input:nth-child(5):checked~.sh__arrows label:nth-child(4),.sheetSlider input:nth-child(6):checked~.sh__arrows label:nth-child(5),.sheetSlider input:nth-child(7):checked~.sh__arrows label:nth-child(6),.sheetSlider input:nth-child(8):checked~.sh__arrows label:nth-child(7),.sheetSlider input:nth-child(9):checked~.sh__arrows label:nth-child(8){background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAZ0lEQVR4Ae2TPQ5AYBQEJySOwXdgDuGncAwnEU7CK0QhUW7xkp3tZ6rFGGN0lJhUf8SKUn/FIqHUx+i1+oVKqZ9T6yfr//VjOj1sr/6kUT93pXbigxNODKBM7LSgSzx6XaIjDcYYcwMUqndiIawdDgAAAABJRU5ErkJggg==);display:block;float:left}

@media (max-width:575px){

	.sheetSlider img{
		height:100%;
		min-width:100%;
		width:auto
	}

	.sheetSlider{
		position: relative;
		top: 0px;	
	}
}

@media (min-width:576px){
	.sh__content{
		height:300px
	}

	.sheetSlider{
		font-size:9px
	}
}

@media (min-width:768px){
	.sh__content{
		height:300px
	}

	.sh__btns{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex
	}
	
	.sh__meta{
		display:block
	}
}

@media (min-width:992px){
	.sh__content{
		height:600px
	}

	.sheetSlider{
		top: 223px;	
		font-size:10px
	}
}

.sh__meta a:hover{
	color:#607D8B
}

	.sheetSlider input:nth-child(1):checked~
.sh__btns label:nth-child(1),.sheetSlider input:nth-child(10):checked~.sh__btns label:nth-child(10),.sheetSlider input:nth-child(2):checked~.sh__btns label:nth-child(2),.sheetSlider input:nth-child(3):checked~.sh__btns label:nth-child(3),.sheetSlider input:nth-child(4):checked~.sh__btns label:nth-child(4),.sheetSlider input:nth-child(5):checked~.sh__btns label:nth-child(5),.sheetSlider input:nth-child(6):checked~.sh__btns label:nth-child(6),.sheetSlider input:nth-child(7):checked~.sh__btns label:nth-child(7),.sheetSlider input:nth-child(8):checked~.sh__btns label:nth-child(8),.sheetSlider input:nth-child(9):checked~

.sh__btns label:nth-child(9){
	background-color:#f0a633
}