.offers { padding: 50px 10px; }

.offers h1 {
	margin: 0 0 40px 0;
	text-align: center;
	/*font-weight: bold;*/
}

.offers .offer {
	padding: 10px;
	cursor: pointer;
}

.offers .offer .offerimg {
	min-height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}

.offers .offer .offerimg em.type {
	display: inline-block;
	padding: 5px 15px;
	background-color: #292254;
	border-radius: 5px;
	color: #FFF;
	font-style: normal;
	float: right;
}

.offers .offer .offerimg h4.stamp {
	background-image: url(../img/stamp.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin: 10px;
	padding: 30px 0;
	line-height: 20px;
	color: #FFF;
	min-width: 100px;
	text-align: center;
	transform: rotate(-10deg);
	font-size: 16px;
	font-family: sans-serif;
	float: right;
	text-shadow: 2px 2px #0009;
}

.offers .offer .link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.offers .offer .label {
	position: absolute;
	top: 0;
	right: 0;
	background-position: 8px 5px;
	background-repeat: no-repeat;
	padding: 8px 15px 8px 40px;
	border-bottom-left-radius: 6px;
}

.offers .offer .label.exotic {
	background-color: #ff9500;
	color: #FFF;
	background-image: url(../img/sun.png);
}

.offers .offer .label.adventure {
	background-color: #4cd964;
	color: #FFF;
	background-image: url(../img/adventure.png);
}

.offers .offer .label.city {
	background-color: #e2001a;
	color: #FFF;
	background-image: url(../img/city.png);
}

.offers .offer .label.snow {
	background-color: #6DCFF6;
	color: #292254;
	background-image: url(../img/snow.png);
}

.offers .offer .blue {
	background-color: rgba(255, 255, 255, .7);
	padding: 7px 10px;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	color: #292254;
	opacity: 0;
	transition: bottom .5s ease, opacity 1s ease;
}

.offers .offer:hover .blue {
	bottom: 0;
	opacity: 1;
}

.offers .offer .blue>div:first-child { padding-right: 20px; }

.offers .offer h3 {
	color: #FFF;
	font-weight: bold;
	margin: 0;
	font-size: 22px;
	padding: 15px 20px 0 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.offers .offer h3 a {
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
}

.offers .dates {
    background-image: url(../svg/calendar_blue.svg);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 16px;
    display: inline-block;
    padding: 0 0 0 25px;
	line-height: 18px;
}

.offers .dates i {
	font-style: normal;
	white-space: nowrap;
}

.offers .price {
	font-size: 16px;
	white-space: nowrap;
}

.offers .price strong { font-size: 22px; }

.offers .offer a.banner {
	display: block;
	position: relative;
}

.offers .offer a.banner h3 {
	position: absolute;
	top: 0;
	left: 0;
}

.offers .offer a.banner img {
	min-width: 100%;
	border-radius: 6px;
}

@media (hover: none) and (pointer: coarse) {
	.offers .offer .blue {
		bottom: 0;
		opacity: 1;
	}
}

@media all and (min-width: 481px) {

	.offers .offer .blue {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.offers .price { text-align: right; }
}


.events .guest { margin-bottom: 10px; }

.events .guest  h3 { margin-top: 0; }

.productsPopup picture { 
	float:left; 
	padding-right: 20px;
}
.productsPopup .guest > div:first-child { flex: 2; }
.productsPopup h4 { margin: 0; }

.productsPopup .mgNumType { 
	clear: both; 
	padding-top: 10px;
}