/*----------------------------
	Thumbnails
-----------------------------*/

.thumb {
	position: relative;
	overflow: hidden;
}

.thumb-mini {
	position: relative;
}

.thumb h4 {
	margin-bottom: 17px;
	font-weight: 400;
	font-family: 'Roboto';
}
.thumb p {margin-top: 16px;}

.thumb a.magnifier,
.thumb-mini a.magnifier {
	position:absolute;
	top: 124px;
	left: 0;
	text-decoration:none;
	z-index: 100;
	background: #ffaf00;
	border-radius: 500px;
	-moz-border-radius: 500px;
	-webkit_border-radius: 500px;
	height: 42px;
	width: 42px;
	display: inline-block;
	text-align: center;
}
.thumb a.magnifier:hover,
.thump-mini a.magnifier:hover {
	background: #31353d;
}

.thumb .fa,
.thumb-mini .fa {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
}

.magnifier {
    background: url(../images/img_hover.png) 0 0 no-repeat;
    display: block;
    
    background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

.magnifier img {
	position: relative;
	display: block;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.thumbs:hover .magnifier img {
    opacity: 0.5;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}


.thumbs a.gal {
    display: block;
    margin-bottom: 19px;
    background: url(../images/img_hover.png) center center no-repeat #fc9b7a;
}



/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 1199px) {
	
	.thumb,
	.thumb-mini {
		width:auto;
		margin-bottom: 0;
	}
	.thumb .image {margin-bottom: 37px;}

	.image img {width: auto;}

}

@media screen and (max-width: 767px) {
	
	.thumb,
	.thumb-mini {text-align: center;}
	.thumb a.magnifier,
	.thumb-mini a.magnifier {
		left: 33%;
		top: 125px;
	}

}

@media screen and (max-width: 479px) {
	
}