
.pro1-img {margin-bottom:0px;
	width: 30%;
	float: left;
	/*margin-right: 5%;*/
	padding: 0px 10px 0px 10px;
}

@media (max-width:320px){
.pro1-img {
	width: 100%;}}
@media (max-width:480px){
.pro1-img {
	width: 100%;}}
@media (max-width:640px){
.pro1-img {
	width: 100%;}}

.col_1_of_32:first-child {margin-left:-5px;}
.col_1_of_32{
	display: block;
	float:left;
	margin: 1% 0 1% 2.6%;
	
}

.span_1_of_32{width:100%;
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}

.clear {
    clear: both;
}
ol,ul{list-style:none;margin-top:-1px;padding:0; }
 



.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
}

