
/*Gallery*/
#block-wrapper-views-gallery-block_1{
	width: 100%;
}
a.colorbox{
	width: 16.66%;
	overflow: hidden;
	float: left;
}
.colorbox > img{
	width: 98%;
	padding: 1%;
/*	max-width: 100%;*/
	float: left;
	
	width: 350px;
	
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
a.colorbox > img:hover{
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*End of Gallery*/

/*Responsive*/
@media(max-width: 640px){
	a.colorbox{
		width: 50%;
	}
}
@media(max-width: 425px){
	.view-gallery .views-row{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	a.colorbox{
		width: 100%;
	}
}
/*End of Responsive*/