.eq-unit .image-holder
{
	min-height:200px;
}

.eq-unit .image-holder img
{
	
	vertical-align: middle;
	max-height: 200px;
    max-width: 260px;
	
}
.eq-unit
{
	
	display: inline-block;
    min-width: 280px;
    position: relative;
    width: 280px  !important;
	
	vertical-align: top;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:1px dashed #A6A6A6;
	margin-left: 14px;
    margin-right: 14px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	transition: all 0.2s ease-out;
	
}

.eq-unit:hover
{
	 box-shadow: inset 0px 0px 0px 15px #23AAD7, 0 0 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 0px 0px 0px #23AAD7, 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 0px 0px #23AAD7, 0 0 15px rgba(0, 0, 0, 0.15);
}
.right1 :first-child
{
	
}

.eqHeader
{
	
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	height: 60px;
	font-size: 24px;
	font-family: "MyriadPro-Cond";
	margin: 5px;
    color: #000000;
	line-height: 27px;
	
	  
}
.eqFooter
{
	
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	height: 90px;
	 font-size: 24px;
	  font-family: "MyriadPro-Cond";
}
.image-holder .helper
{
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.image-holder:before,
.image-holder_before {
    content: "";
    display: inline-block;
    height: 200px;
    vertical-align: middle;
}

.price_blue
{
 color: #23aad7;	
}

.img-wrp img
{
	max-width: 100%;
	max-height:300px;
}
.eqHeader a
{
color:#000000;	
}