/*
	GALLERIES
------------- */
.gallery-row{
	margin-top:15px;
}
.gallery-item{
	width:100%;
	height:120px;
	display:block;
	margin:0 0 15px 0;
	border-radius:5px;
}
@media(min-width:992px){
	.gallery-row{
		margin-top:30px;
	}
	.gallery-item{
		height:150px;
	}
}
@media(min-width:992px){
	.gallery-item{
		height:175px;
		margin:0 0 30px 0;
	}
}
@media(min-width:1200px){
	.gallery-item{
		height:200px;
	}
}
@media(min-width:1400px){
	.gallery-item{
		height:230px;
	}
}