/*//////////////////////////////////////////*/
/* Item brands */
/*//////////////////////////////////////////*/

/* Brands m */

.item_brands_m{
	display:block;
	background:#ffffff;
	position:relative;
	padding:15px;
}
.item_brands_m img{
	display:block;
	width:100%;
	height:auto;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}
.item_brands_m:hover img{
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
}
.item_brands_m.fade img{
	opacity:0.4;

	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	filter:grayscale(100%);
}
.item_brands_m .title{
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	opacity:0;
}
.item_brands_m:hover .title{
	opacity:1;
}
.item_brands_m .title h2{
	display:block;
	font-weight:700;
}

/* Brands l */

.item_brands_l{
	display:block;
	background:#ffffff;
	position:relative;
	padding:15px 15px 15px 180px;
	min-height:180px;
}
@media (max-width:599px) {
	.item_brands_l{
		padding:180px 15px 15px 15px;
		text-align:center;
	}
}
.item_brands_l .thumb{
	display:block;
	width:150px;
	height:150px;
	position:absolute;
	top:15px;
	left:15px;
}
@media (max-width:599px) {
	.item_brands_l .thumb{
		left:50%;
		margin-left:-75px;
	}
}
.item_brands_l .thumb img{
	display:block;
	width:150px;
	height:150px;
}
.item_brands_l strong{
	display:block;
	font-weight:700;
}
.item_brands_l strong h2{
	display:inline-block;
}
.item_brands_l p{
	display:block;
	margin:15px 0;
}
/*//////////////////////////////////////////*/
/* Single photo */
/*//////////////////////////////////////////*/

.single_photo .gallery{
	margin-bottom:30px;
	background:#ffffff;
}
.single_photo .gallery a{
	background:#323232;
}
.single_photo .gallery a:hover img{
	opacity:0.6;
}
.single_photo .content{
	background:#ffffff;
	margin-bottom:30px;
	overflow:hidden;
}
.single_photo .content .tags_list{
	border-top:0;
}
.single_photo .item_brands_l{
	margin-bottom:30px;
}
.single_photo .discussion{
	margin-bottom:30px;
}
