.home-page-destinations.destination-offers {
	padding: 0 10px;
}

.home-page-destinations .icon-close {
	font-size: 18px;
}

.home-page-destinations .great-deal__item {
	width: 100%;
}

.home-page-destinations.destination-offers .great-deal__item-content {
	display: flex;
    align-items: flex-end;
    padding: 20px 0;
}

.home-page-destinations .great-deal__item-image {
	z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.home-page-destinations .great-deal__tooltip {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 5px;
    padding: 0;
}

.home-page-destinations .great-deal__tooltip i {
	font-size:  20px;
}

.home-page-destinations .great-deal__item-title {
	flex: 0;
	margin-bottom: 0;
	text-align:  right;
	line-height: 18px;
	font-size:  24px;
	padding: 0 4px 0 20px;
	z-index: 1;
}

.home-page-destinations .great-deal__item-direction {
	font-size: 13px;
	line-height: 12px;
	margin-top: 4px;
	padding-right: 4px;
}

.home-page-destinations .great-deal__item-price {
	font-size: 48px;
	text-align: left;
	line-height: 10px;
	color:  #fff;
}

.home-page-destinations .great-deal__item--pp {
	font-size: 13px;
	font-style: italic;
}


.home-page-destinations .great-deal__item-content .icon-chevron-right {
	position: relative;
    top: -5px;
    right: 10px;
    font-size: 26px;
    color: #fff;
}

.home-page-destinations .great-deal__item-content {
	padding: 14px 0;
}


.home-page-destinations  .great-deal__item-all {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    font-family: FranklinGothic-HvyIt,sans-serif;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px)  {
	.home-page-destinations .great-deal__item-title {
		padding-left:  10px;
	}

	.home-page-destinations .great-deal__item-content .icon-chevron-right {
		right:  4px;
	}

	.home-page-destinations .great-deal__item-title {
		font-size:  22px;
	}
}

@media screen and (min-width: 768px) {

	.home-page-destinations .great-deal__item {
		width: 49.1%;
	}

	.home-page-destinations .great-deal__item:nth-child(2) {
		margin-right: 0;
	}

	.home-page-destinations .great-deal__item:last-child {
		margin-right:  0;
	}

	.home-page-destinations.destination-offers {
		padding: 0 1.69492%;
	}

}

@media screen and (min-width: 1024px) {

	.home-page-destinations .great-deal__item {
		width: 23.72%;
	}

	.home-page-destinations .great-deal__item:nth-child(2) {
		margin-right: 1.69492%;
	}
}


@media screen and (min-width:0\0) {

	.home-page-destinations .great-deal__item-price {
		position: absolute;
		bottom: 20px;
		right: 40px;
		text-align: right;
	}

	.home-page-destinations .great-deal__item-content .icon-chevron-right {
		position: absolute;
		bottom: 20px;
		top: auto;
	}

	.home-page-destinations .great-deal__item-title {
		z-index: 10;
		position: absolute;
		bottom: 20px;
		left: 0px;
		text-align: left;
	}
}
