.box:hover{
	cursor:pointer;
}
.pagebox{
	background: #f4f2f2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f2f2), to(#ffffff));
	background: -webkit-linear-gradient(#f4f2f2, #ffffff);
	background: -moz-linear-gradient(#f4f2f2, #ffffff);
	background: -ms-linear-gradient(#f4f2f2, #ffffff);
	background: -o-linear-gradient(#f4f2f2, #ffffff);
	background: linear-gradient(#f4f2f2, #ffffff);
	border:1px solid #ebebeb;
	/*padding: 25px;*/
	padding-top: 25px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-align: center;
}

.pagebox:hover {
    background: #dce4e8;;
}
.pagebox:hover .box-title {
    color: #fff !important;
}

.box-title{
	margin-top: 15px !important;
}

img{
	vertical-align: middle;
}

h5{
	margin-top: 0 !important;
    color: #005C8F !important;
    font-weight: normal!important;
    font-family: BerlinerGroteskRegular, Arial, Helvetica, sans-serif !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    font-size: 16px !important;

}

.card{
	max-width: 155px;
	height: 155px;
	vertical-align: middle;
	margin-left: auto;
    margin-right: auto; 
}


@media (max-width: 992px) {
	.box{
		margin-bottom: 30px;
	}
}



@media (min-width: 502px) and (max-width: 768px){
.col-sm-6 {
    float: left !important;
    width: 50% !important;
}
}
