.orderbox_thumbs{
	background:#f2f2f2;	
	border-top:1px solid #ccc;	
	padding:20px 10px;
}
.orderbox_thumbs h3{
	padding:0px 30px;	
	font-size:24px;
}
.orderbox_thumbs .col-md-3{
	width:24.5%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
}
.orderbox_thumbs .col-md-3 > div{
	margin:5px;	
}
.orderbox_thumbs .col-md-3 h4{
	margin-top:5px;
}

.orderbox_thumbs .col-md-3 > div .img{
	background:#fff;
	text-align:center;
	border:1px solid #ccc;	
	overflow:hidden;
	height:200px;
}
.orderbox_thumbs .col-md-3 > div .img img:hover{
	opacity:0.7;	
}
.orderbox_thumbs .col-md-3 > div .info{
	margin-bottom:10px;	
}
.orderbox_thumbs .col-md-3 > div .form{
	width:100%;
	text-align:center;
}
.orderbox_thumbs .col-md-3 > div .form p{
	text-align:left;	
}
.orderbox_thumbs .col-md-3 button{
	width:100%;
}
.orderbox_thumbs .row{

	margin:20px 0px 40px;

}