@charset "UTF-8";
/* CSS Document */
/* Mise en forme du site Michael Kuszla Photographie, ©MILK-Michael Kuszla 2014 */

/* ______________________ ALBUM _____________________*/
#album-display {
	/*width:100%;
	height:auto;
	display: block;*/
	margin-top: 55px;
	/*padding:0;
	z-index:45;*/
}
.wrap {
	position:relative;
	margin:0 auto;
}
.slider-caption {
	max-width:400px;
	height: 800px;
	margin: 0 auto;
	display:block;
	position: relative;
}
.album-image-container img:hover, a:hover>.album-image-container>img {
	opacity:0.5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.slider-caption h2 {
	padding: 0;
	text-align: center !important;
	color:#fff;
	font-family: 'Reso', 'Reso-SemiBold';
	font-size: 48px;
	line-height: 48px;
	text-align: center !important;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	height: 48px;
	margin-top:-500px;
	display:block;
	background:none;
}
a .slidericon {
	display:block;
	text-align:center;
	background-image: url(../images/separator-home-desc.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 71px;
	width: 100px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:hover>.slidericon {
	background-image: url(../images/separator-home-desc-hover.png);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#overlaycaption {
	font-family: 'Roboto';
	font-size: 14px;
	text-align: center !important;
	font-weight: 200;
	text-transform: uppercase;
	top: 50% !important;
	color: #000;
	background: #fff;
	padding: 4px 6px;
	max-width:300px;
	margin: 0 auto;
	display:inline-block;
}

/* _________________ BASICS __________________*/



/* Frame */
.frame {
	min-height:300px;
	max-height:800px;
	height:auto;
	background: #3c3c3b;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 30px;
}
ul.slidee {
	max-height:800px;
}
.frame ul li {
	height:800px;
	width:1280px;
	max-width:1600px;
	float: left;
	margin: 0;
	padding: 0;
	background: #3c3c3b;
	cursor: url('../images/cursor/c-view.png'),auto;
	text-align:center;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity:0.5;
}
.frame ul li.active {
	color: #000;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	opacity:1;
}
.frame ul li img {
	width:100%;
}

/* Controls */
.controls {
	width:100%;
	height: 100%;
}
.next {
	display:block;
	height:66px;
	width:47px;
	float:right;
	margin-top:-400px;
	position:relative;
	background-image: url('../images/scrollers/next-scroll-off.png');
}
.next:hover {
	background-image: url('../images/scrollers/next-scroll-over.png');
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.prev {
	display:block;
	height:66px;
	width:47px;
	float:left;
	margin-top:-400px;
	position:relative;
	background-image: url('../images/scrollers/prev-scroll-off.png');
}
.prev:hover {
	background-image: url('../images/scrollers/prev-scroll-over.png');
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.clearfix::after {
clear: both; 
}

.clearfix::before, .clearfix::after {
content: " ";
display: table;
}