﻿#offer {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: auto;
	padding: 80px 7vw 65px;
}

#offer.img-center {
	text-align: center;
}

#offer.img-left {
	text-align: left;
}

#offer.img-right {
	text-align: right;
}

#offer img {
	max-width: 100%;
	height: auto;
}

#offerexpiry {
	padding: 23px 5vw 38px;
}

#offerdate span {
	background-image: url('/Static/img/calendar.png');
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: #808285;
	display: inline-block;
	font-size: 0.7em;
	font-weight: bold;
	height: 81px;
	padding: 50px 0 0;
	text-align: center;
	vertical-align: baseline;
	width: 5.5em;
}

.background-dark {
	background-color: #e7e7e8;
}