/*photobanner*/

.photobanner{
	text-align:center;
	margin-bottom:25px
}
.photobanner .col-md-2{
	
    max-height:70px;
	margin:10px auto;
	float:left;
	
}

.photobanner img {

	
	height:100px;
	padding:20px 10px;


	/*height:100px;
	padding:20px 10px;*/
/*	height: 66px !important;
    padding: 20px 10px;
    border: 2px solid rgba(214,212,209,0.9) !important;
    padding: 1px !important;
    border-radius: 12%;
    width: 74px !important;*/
	
	
	
}

.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;

	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}


