.item-list{ text-align:center; margin-bottom:30px;}
.item-list .item-img{
	position: relative;
	text-align: center;
	margin:5px auto;
}

.item-list.col-xs-3{ width:20%;}
.item-list.col-xs-3 .item-img,
.item-list.col-xs-3 .item-box-image{width:200px; height:200px;}

.item-list.col-xs-3.smallbox{width:15%;}
.item-list.col-xs-3.smallbox .item-img,
.item-list.col-xs-3.smallbox .item-box-image{width:150px; height:150px;}

.item-list.col-xs-3 .overlay .button{ width:80%; margin-left:10%; margin-right:10%; font-size:16px;}

.item-list .img-circle{ overflow:hidden;}

.item-list .item-box-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
/* Images Overlay
--------------------- */
.box-list .overlay-container {/*position: relative;*/display: block;overflow:hidden;}
.box-list .overlay-container img{ width:100%; height:auto;}
.box-list  .overlay .preview-text{ display:block; padding:15px; text-align:center; font-size:16px; color:#FFF; height:230px; overflow:hidden; text-decoration:none;}
.box-list  .overlay .preview-text{height:100%; overflow:hidden;}
/* /Images Overlay
--------------------- */
.item-list .item-title{ margin:15px 0;  font-size:20px; font-weight:300; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; text-transform:uppercase;}
.item-list a.btn{ min-width:100px; font-size:13px; padding-bottom:6px; padding-top:6px;}

/*.item-img .item-img-card{ border:4px solid #1f91bb;}*/

.item-list .img-circle{ overflow:hidden;}

@media (min-width:992px) and (max-width:1199px) {
.item-list.col-xs-3{ width:20%;}
.item-list.col-xs-3 .item-img,
.item-list.col-xs-3 .item-box-image{width:160px; height:160px;}

.item-list.col-xs-3.smallbox{width:15%;}
.item-list.col-xs-3.smallbox .item-img,
.item-list.col-xs-3.smallbox .item-box-image{width:120px; height:120px;}

}

@media (min-width:768px) and (max-width:992px) {
.item-list.col-xs-3{ width:20%;}
.item-list.col-xs-3 .item-img,
.item-list.col-xs-3 .item-box-image{width:120px; height:120px;}

.item-list.col-xs-3.smallbox{width:15%;}
.item-list.col-xs-3.smallbox .item-img,
.item-list.col-xs-3.smallbox .item-box-image{width:100px; height:100px;}
}

@media (max-width:767px) {
.item-list.col-xs-3{ width:20%;}
.item-list.col-xs-3 .item-img,
.item-list.col-xs-3 .item-box-image{width:110px; height:110px;}

.item-list.col-xs-3.smallbox{width:15%;}
.item-list.col-xs-3.smallbox .item-img,
.item-list.col-xs-3.smallbox .item-box-image{width:90px; height:90px;}
}

@media (max-width:599px) {
	.box-list .item-list{ width:100%;}
	.item-list .item-title{font-size:18px;}
	
	.item-list.col-xs-3{ width:50%;}
	.item-list.col-xs-3 .item-img,
	.item-list.col-xs-3 .item-box-image{width:120px; height:120px;}
	
	.item-list.col-xs-3.smallbox{width:50%;}
	.item-list.col-xs-3.smallbox .item-img,
	.item-list.col-xs-3.smallbox .item-box-image{width:120px; height:120px;}
}
