.front h3 {min-height: 40px;}
.back h3 {min-height: 40px;}
.flip_box_3 .front{padding: 0 0px 0px 0px;}

.ipb {margin: 0 0 10px 0;}

.oc-flipbox .call2action .glyphicons {width:11px;}

.oc-flipbox .btn-primary {
    background-color: white;
    color: #182157;
    transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

.oc-flipbox .btn-primary:hover {
    background-color: #444444;
    color: white;
    transition: 		background-color ease-in 200ms;
	-moz-transition: 	background-color ease-in 200ms; /* Firefox 4 */
	-webkit-transition:     background-color ease-in 200ms; /* Safari and Chrome */
	-o-transition: 		background-color ease-in 200ms; /* Opera */
	-ms-transition: 	background-color ease-in 200ms; /* IE9? */
}

/*===================================
	CUSTOM CUSTOMER ADJUSTMENTS
===================================*/
.oc-flipbox .btn-primary {
    color: #182157;
}
.oc-flipbox .btn-primary:hover {
    background-color: #444444;
}


.oc-flipbox .flip_box_3 .front,
.oc-flipbox .flip_box_3 .back{
	border:1px solid #e2e2e2;
}


.oc-flipbox .flip_box_3 h3 {color: #ad1457;}

@media only screen and (min-width: 991px) and (max-width: 1200px){
	.oc-flipbox .front h3 {min-height:60px;}
}