@charset "utf-8";
/* CSS Document */


.promotion_itmes_wrapper{
 padding:25px;	
}

.promotion_itmes_wrapper .col-sm-3{
	background:#FFFFFF;
	border:1px solid #afafaf;
	padding-bottom:70px;
}

.Promotions_Btn:link, .Promotions_Btn:active,  .Promotions_Btn:visited{
	background:#00698F !important;
    color: #ffffff !important;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: normal;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    font-size: 15px !important;
	font-weight:600;
    padding: 5px 5px 5px 5px !important;
	min-width:150px;
	text-align:center;
}

.Promotions_Btn:hover{
    background:#004E5B !important;
}

.view_promo_btn{
    position: absolute;
    bottom: 25px;
	display: block;
    width: 100%;
    margin: 0 auto;
    margin-left: -15px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.promo_img{
  max-width:200px !important;	
}

@media all and (min-width:0px) and (max-width:767px){
	.promotion_itmes_wrapper .col-sm-3{
	width:100%;
}
}