.img-wrp-outer{
	position:relative;
}
.img-wrp{
	width:100%;
	margin:0 auto;
	/*
	padding:1px;
	border-radius:5px;
	-o-border-radius:5px;
    -ms-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	*/
}
.img-wrp,
a.img-link,
.img-wrp-inner{
	display:block;
	overflow:hidden;
	position:relative;
}

.img-wrp-outer .img-clz{
	z-index:2;
	top:15px;
	position:absolute;
	width:15px;
	height:15px;
	line-height:15px;
	cursor:pointer;
	color:#DD5044;
	text-align:center;
	background-color:transparent;
}
.img-wrp-outer .img-clz .icon i{
	font-size:25px;
}
.img-wrp-outer .img-clz:hover{
	color:#333;
}

.img-wrp-outer .img-like{
	z-index:2;
	top:45px;
	position:absolute;
	width:15px;
	height:15px;
	line-height:15px;
	cursor:pointer;
	color:#fff;
	text-align:center;
	background-color:transparent;
}
.img-wrp-outer .img-like .icon i{
	font-size:20px;
}
.img-wrp-outer .img-like:hover{
	color:#FF9900;
}
.img-wrp-outer .img-like-default{
	animation:zoomIn 0.2s;
    animation-iteration-count:2;
}
.img-wrp-outer .img-like-default,
.img-wrp-outer .img-like-default:hover{
	color:#FF9900;
}

a.img-link{
	z-index:0;
}
.img-wrp .img-category{
	z-index:1;
}
.img-wrp .img-wrp-inner{
	margin:0 auto;
	text-align:center;
	border:1px solid #EAEAEA;
	background-color:#f5f5f5;
	/*
	border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
	
	-webkit-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 0 1px rgba(0, 0, 0, 0.2);
	*/
}

.img-wrp .img-wrp-inner img{
	z-index:1;
	display:block;
	position:relative;
	
	-webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

a.img-link:hover .img-wrp-inner img{
	opacity:1;
    -webkit-animation:imgFlsh 1.1s;
    -moz-animation:imgFlsh 1.1s;
    -ms-animation:imgFlsh 1.1s;
    -o-animation:imgFlsh 1.1s;
    animation:imgFlsh 1.1s;
	
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

.img-wrp-wider img.img-higher,
.img-wrp .img-wrp-inner img.img-wider{
	height:100%;
	width:auto;
	min-width:100%;
}
.img-wrp-hgr img.img-wider,
.img-wrp .img-wrp-inner img.img-higher{
	width:100%;
	height:auto;
	min-height:100%;
}
.img-wrpSqr img.img-wider,
.img-wrpSqr img.img-higher,
.img-wrp .img-wrp-inner img.img-square{
	width:100%;
	height:auto;
}

.img-wrp .img-wrp-inner .img-layer{
	display:none;
	
	opacity:0.2;
    -o-opacity:0.2;
    -moz-opacity :0.2;
    -webkit-opacity:0.2;
    -ms-filter:"alpha(opacity=20)";/* IE 8 */
    filter:alpha(opacity=20);/* IE < 8 */
}
a.img-link:hover .img-wrp-inner .img-layer{
	z-index:2;
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	background-color:#fff;
	
	animation:slideInLft 0.5s;
    animation-iteration-count:1;
}
a.img-link:hover .img-layer-black{
	background-color:#000;
}
a.img-link:hover .img-layer-white{
	background-color:#fff;
}

.img-wrp .img-wrp-inner .img-layer-up{
	display:block;
	z-index:4;
	width:151px;
	height:151px;
	position:absolute;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:left bottom;
	background-image:url(../icons/thumbs/layers/1.png);
}
a.img-link:hover .img-wrp-inner .img-layer-up{
	background-image:url(../icons/thumbs/layers/2.png);
}

a.img-link .img-wrp-inner .zoom{
	z-index:5;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-20px;
	position:absolute;
	background-size:40px;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	
	display:none;
}

a.img-link .img-wrp-inner .img-zoom{
	display:inline-block;
	display:none;
	background-image:url(../icons/thumbs/zoom/img-grey.png);
}
a.img-link:hover .img-wrp-inner .img-zoom{
	display:inline-block;
	background-image:url(../icons/thumbs/zoom/img.png);
	
	animation:pulse 0.5s;
    animation-iteration-count:1;
}
/*
a.img-link:hover .img-wrp-inner .zoom{
	display:block;
}
*/

a.img-link .img-wrp-inner .link-zoom{
	display:inline-block;
	display:none;
	/*
	background-image:url(../icons/thumbs/zoom/1.png);*/
}
a.img-link.cur .img-wrp-inner .link-zoom,
a.img-link:hover .img-wrp-inner .link-zoom{
	display:inline-block;
	/*
	background-image:url(../icons/thumbs/zoom/2.png);*/
}
a.img-link:hover .img-wrp-inner .link-zoom{
	animation:pulse 0.5s;
    animation-iteration-count:1;
}
a.img-link.cur .img-wrp-inner .link-zoom{
	animation:flipInY 0.5s;
    animation-iteration-count:infinite;
}
.img-wrp .img-wrp-inner .link-zoom .link-element-zoom{
	top:20%;
	width:60%;
	height:60%;
	position:absolute;
	display:inline-block;
	background-color:#777;
	
	border-radius:50%;
	-o-border-radius:50%;
    -ms-border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
	
	opacity:0.5;
    -o-opacity:0.5;
    -moz-opacity :0.5;
    -webkit-opacity:0.5;
    -ms-filter:"alpha(opacity=50)";/* IE 8 */
    filter:alpha(opacity=50);/* IE < 8 */
	
	animation:zoomIn 0.5s;
}
.img-wrp .img-wrp-inner .link-zoom .link-element-zoom1{
	left:0;
	z-index:1;
}
.img-wrp .img-wrp-inner .link-zoom .link-element-zoom2{
	right:0;
	z-index:2;
}

/* IMG Label */

.img-wrp .img-wrp-inner .img-label{
	z-index:6;
	bottom:20px;
	position:absolute;
	
    animation-iteration-count:1;
}
.img-wrp .img-wrp-inner .img-label .img-label-title{
	color:#ddd;
	z-index:2;
	padding:2px 10px;
	position:relative;
}
.img-wrp .img-wrp-inner .img-label .img-label-bg{
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#222;
	
	opacity:0.5;
    -o-opacity:0.5;
    -moz-opacity :0.5;
    -webkit-opacity:0.5;
    -ms-filter:"alpha(opacity=50)";/* IE 8 */
    filter:alpha(opacity=50);/* IE < 8 */
}
a.img-link:hover .img-label{
    animation-iteration-count:1;
}
a.img-link:hover .img-label .img-label-title{
	color:#fff;
}
a.img-link:hover .img-label .img-label-bg{
	background-color:#000;
}

.img-wrp .img-wrp-inner .img-label-mini{
	bottom:15px;
	z-index:6;
	position:absolute;
	overflow:hidden;
	
	border-radius:25px;
	-o-border-radius:25px;
    -ms-border-radius:25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
	
	animation-iteration-count:1;
	
	display:none;
}
a.img-link:hover .img-wrp-inner .img-label-mini{
	display:inline-block;
	animation:fadeInUp 0.5s;
}
.img-wrp .img-wrp-inner .img-label-mini .img-label-title{
	color:#A5A5A5;
	z-index:2;
	padding:0 7px;
	position:relative;
}
a.img-link:hover .img-wrp-inner .img-label-mini .img-label-title{
	color:#ccc;
}
.img-wrp .img-wrp-inner .img-label-mini .img-label-bg{
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#222;
	
	opacity:0.5;
    -o-opacity:0.5;
    -moz-opacity :0.5;
    -webkit-opacity:0.5;
    -ms-filter:"alpha(opacity=50)";/* IE 8 */
    filter:alpha(opacity=50);/* IE < 8 */
}


/* IMG Category */

.img-wrp .img-category{
	display:block;
	max-width:80%;
	max-height:40px;
	bottom:50px;
	position:absolute;
}
.img-wrp.img-wrp-commented .img-category{
	bottom:102px;
}
.img-wrp .img-category a{
	padding:5px;
	display:inline-block;
	text-decoration:none;
	background-color:transparent;
}
.img-wrp .img-category .img-category-title,
.img-wrp .img-category a .img-category-title{
	color:#fff;
	z-index:2;
	line-height:.8;
	position:relative;
}
.img-wrp .img-category a:hover .img-category-title{
	/*color:#eee;*/
	font-weight:bold;
}
.img-wrp .img-category .img-category-bg{
	top:0;
	z-index:1;
	width:100%;
	height:100%;
	position:absolute;
	background-color:#45474E;
	
	opacity:0.8;
    -o-opacity:0.8;
    -moz-opacity :0.8;
    -webkit-opacity:0.8;
    -ms-filter:"alpha(opacity=80)";/* IE 8 */
    filter:alpha(opacity=80);/* IE < 8 */
}
.img-wrp .img-category a:hover .img-category-bg{
	background-color:#003399;
}

.img-wrp .img-comment{
}

.img-comment{
	margin:0;
	color:#444;
	height:32px;
	line-height:1.1;
	padding:0 3px;
	margin:10px 0;
	overflow:hidden;
	text-align:center;
}

a:hover .img-comment{
	text-decoration:underline;
	animation:fadeInUp 0.2s;
    animation-iteration-count:1;
}

/* Vidéos */
.img-wrp .starter{
	width:42px;
	height:36px;
	z-index:3;
	left:50%;
	top:50%;
	margin-top:-18px;
	margin-left:-21px;
	position:absolute;
	
	background-size:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	background-image:url(../icons/thumbs/video/starter/red.png);
	
	background-color:#f00;
	background-size:15px 17px;
	background-image:url(../icons/thumbs/video/arrows/white80x100.png);
	
	border-radius:3px;
	-o-border-radius:3px;
    -ms-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	
	opacity:0.9;
    -o-opacity:0.9;
    -moz-opacity :0.9;
    -webkit-opacity:0.9;
    -ms-filter:"alpha(opacity=90)";/* IE 8 */
    filter:alpha(opacity=90);/* IE < 8 */
	
	transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.img-wrp .starter-medium{
	width:32px;
	height:26px;
	margin-top:-14px;
	margin-left:-16px;
	background-size:11px 13px;
}
.img-wrp .starter-mini{
	width:22px;
	height:16px;
	margin-top:-8px;
	margin-left:-11px;
	background-size:7px 9px;
}
a.img-link:hover .starter{
	/*
	background-image:url(../icons/thumbs/video/starter/black.png);*/
	animation:zoomIn 0.5s;
	/*
    animation-iteration-count:2;*/
}

/* Vidéo inline */
.vdo-wrp{
	position:relative;
	padding-bottom:56.25%;/* 16:9 */
	padding-top:25px;
	height:0;
}
.vdo-wrp iframe,
.vdo-wrp embed,
.vdo-wrp object,
.vdo-wrp video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}