﻿



/********************************************gallery start************************************/

.gallery{
    width:100%;
	text-align:center;
	float:left;
}

.pic{
    float: left;
    width: 210px;
    height: 150px;
	margin:25px 6.9%;
	background:#000;
	border:3px #663300 solid;
}

.pic img{
    width: auto;
	height: 144px;
	margin:0 auto;
}

.pic img:hover{
    border: 1px solid #ccc;
	box-shadow:none;
}

.caption{
	width:100%;
	margin:3px 0;
	float:left;
	color:#663300;
	text-align:center;
	font-size:20px;
	color:#efb48a;
	padding:0 0 5px 0;
}

/***************************************media*****************************************/


/*750*/
@media only screen and (max-width : 1199px){


.pic{
	margin:25px 4.7%;
}


}

/*480*/
@media only screen and (max-width : 991px){
	
.pic{
	margin:25px 9%;
}

}

@media only screen and (max-width : 767px){

.pic{
	margin:25px 8%;
}	

}

@media only screen and (max-width : 737px){
	
.pic{
	margin:25px auto 40px auto;
	float:none;
}
	

}

@media only screen and (max-width : 677px){
	

}

@media only screen and (max-width : 643px){
	


}