@import url(../../../css/fontello.css);
.deal-stamp {
	min-width: 330px;
	flex-grow: 1;
	width: 330px;
	padding:0;
}
.deal-stamp a,
.deal-stamp a:hover {
	text-decoration: none;
	color: #000
}
.deal-stamp .box {
	position: relative;
	background-color: #fff;
	border-width: 0 4px 4px 0;
	border-style: solid;
	border-color: #D7D7D7;
	border-radius: 0px 4px;
	z-index: 0;
	line-height:21px;
}
.deal-stamp .box h4,
.deal-stamp .box .last-line {
	font-family: "PT Sans", sans-serif;
}
.deal-stamp .img-container {
	width: 100% !important;
	position: relative !important;
	min-height: 240px !important;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden
}
.deal-stamp .img-container .media-cover {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.deal-stamp .img-container img.img-responsive {
	width: auto;
	height: 100%
}
.deal-stamp .img-container .price {
	position: absolute;
	padding: 5px 10px;
	top: 75%;
	background-color: #e10b65;
	color: white;
	text-align: center;
	background-image: none;
	line-height: 23px;
	display: block
}
.deal-stamp .img-container .price span {
	font: 500 30px/1em Source Sans Pro, sans-serif;
	letter-spacing: 1px
}
.deal-stamp .img-container .price .currency {
	font: 700 13px/1.3em Roboto Slab, serif;
	vertical-align: top;
	padding-top: 5px;
	display: inline-block
}
.deal-stamp .title {
	position: relative;
	padding: 15px 15px 3px 15px;
	margin: 0;
	color: #e10b65;
	height: 58px;
	float: left;
	border-left: 1px solid #D7D7D7;
	text-align: left;
	box-sizing: border-box
}
.deal-stamp .title h3 {
	margin: 0;
	font: 700 20px/1.1em Source Sans Pro, sans-serif
}
.deal-stamp .mini-description {
	padding: 8px 14px 2px 15px;
	height: 62px;
	border-left: 1px solid #D7D7D7;
	text-align: left;
	box-sizing: border-box
}
.deal-stamp .mini-description h4 {
	font-size: 15px;
	line-height: 1.2em;
	margin: 0;
	font-weight:normal;
	height: 55px;
    overflow: hidden;	
}
.deal-stamp .last-line {
	box-sizing: border-box;
	border-left: 1px solid #D7D7D7;
	padding-bottom:14px;
}
.deal-stamp .last-line>div {
	position: relative;
	display: inline-block
}
.deal-stamp .last-line .grid_offer {
	margin: 10px 0 0 15px
}
.deal-stamp .last-line .our-opinion {
	padding: 0 0 18px 24px;
	color: #969696;
	font-size: 15px;
	font-weight: 700
}
.deal-stamp .last-line .reduction-box {
	padding: 0 0 0 10px;
	text-align: right
}
.deal-stamp .last-line .reduction-box .reduction {
	font-size: 18px;
	color: #e10b65;
	font-weight: 700;
	margin: 1px -1px 1px 0;
	display: block;
	line-height: 20px
}
.deal-stamp .last-line .reduction-box .reduction .percent {
	display: inline-block;
	font-size: 15px;
	font-weight: 700
}
.deal-stamp .last-line .onlineDate {
	font-size: 13px;
	font-weight: normal;
	color: #969696;
	float: right;
	margin-right: 12px;
	padding: 6px 0 0 0
}
.deal-stamp.not_found {
	font-weight: 700;
	font-size: 14px;
	color: #000;
	padding: 20px 0 20px 18px;
	border-bottom: none
}
.deal-stamp.not_found:hover {
	background-color: white
}
.deal-stamp .clr {
	clear: both
}
.deal-stamp :nth-child(2n+1) {
	clear: both
}
.deal-stamp.filler {
	margin-top:0;
	margin-bottom:0;
	padding:0;
	height:0;
}
.multi [class^="icon-"], [class*=" icon-"] {
	font-size: 25px;
	margin-top: 16px;
}

[class^="icon-"], [class*=" icon-"] {
	line-height: 1;
	display: block;
	text-align: center;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	display: inline !important;
}

.box [class^="icon-"], .box [class*=" icon-"] {
	display: inline;
	font-size: 25px;
	line-height: 38px;
}

