
/* IMAGES */
.pr-home .img-container { position: relative; }
.pr-home .img-label { 
	position: absolute; 
	padding: 0.5rem; 
	text-transform: uppercase;
	font-weight: 600;
}

.pr-home .img-label.top-left {
	left: 0;
	top: 0;
	margin-top: 2rem;
	margin-left: 1rem;
}

.pr-home .img-label.top-right {
	right: 0;
	top: 0;
	margin-top: 2rem;
	margin-right: 1rem;
}

.pr-home .img-label.bottom-left {
	bottom: 0;
	left: 0;
	margin-bottom: 2rem;
	margin-left: 1rem;
}

.pr-home .img-label.bottom-right {
	bottom: 0;
	right: 0;
	margin-bottom: 2rem;
	margin-right: 1rem;
}

.pr-home .img-hover {
	position: absolute;
	height: 0;
	width: 100%;
	bottom: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pr-home .img-container:hover .img-hover { height: 10rem; }

/* RECOMMENDED */
.pr-home .recommended { position: relative; margin: 0.7rem 1.5rem 0;  }
.pr-home .recommended .special-offer-wrapper { display: table; height: 100%; width: 100%;}
.pr-home .recommended .special-offer-wrapper a { display: table-cell; vertical-align: middle; padding-left: 1rem; }
.pr-home .recommended .special-offer-wrapper h5 { font-size: 2rem; margin: 0; width: 50%;}
.pr-home .recommended a { color: #333333; }
.pr-home .recommended a:hover { text-decoration: none; }
.pr-home .recommended .sp-offer-img { display: block; width: 100%; }
.pr-home .recommended .load-special-offer {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
}

/* TOP TEN */
.pr-home ul.top-ten { list-style: none; margin-left: 1rem; }
.pr-home ul.top-ten li { display: block; width: 100%; border-bottom: 0.1rem solid #EEEEEE; padding-bottom: 0.5rem; margin-bottom: 0.5rem; }
.pr-home ul.top-ten li:last-child { border: none; }
.pr-home ul.top-ten li img { max-width: 4rem; margin-right: 1rem; }

/* HOME PAGE SLIDE */
/*
.home-page-slide,
.home-page-slide > ul, 
.home-page-slide > ul > li { height: 40rem; }
*/

/*
 |------------------------------------------------------------
 | @LISTING OFFER
 |------------------------------------------------------------
 */

.pr-home .box-offers h2,
.pr-home .home-items h2, 
.pr-home .discount-offers h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
}
.pr-home .box-offers p,
.pr-home .discount-offers p,
.pr-home .home-items p {
	font-style: italic;
	color: #4c4c4c;
	font-size: 1.5rem;
	text-align: center;
}
.pr-home .offer { margin: 1.5rem; position: relative; }
.pr-home .offer img { display: block; max-height: 40rem;}
.pr-home .offer .offer-detail {
	position: absolute;
	width: 100%;
	padding: 1.5rem;
	bottom: 0;
	left: 0;
}

.pr-home .ss-vgrid-box {
	max-height: 35rem;
	overflow: hidden;
}

.pr-home .offer.ss-vgrid-box img {
	max-height: none;
}

.pr-home .offer .offer-detail.off-green { background-color: rgba(50, 198, 68, 0.8); }
.pr-home .offer .offer-detail.off-red { background-color: rgba(251, 57, 32, 0.8); }
.pr-home .offer .offer-detail.off-blue { background-color: rgba(18, 83, 190, 0.8); }
.pr-home .offer .offer-detail.off-yellow { background-color: rgba(253, 167, 0, 0.8); }
.pr-home .offer .offer-detail.off-cyan { background-color: rgba(0, 188, 155, 0.8); }
.pr-home .offer .offer-detail.off-purple { background-color: rgba(148, 62, 192, 0.8); }
.pr-home .offer .offer-detail.off-pink { background-color: rgba(207, 38, 149, 0.8); }
.pr-home .offer .offer-detail.off-red { background-color: rgba(251, 57, 32, 0.8); }
.pr-home .offer .offer-detail h4 {
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
}
.pr-home .offer .offer-detail .price {
	float: right;
	color: #FFFFFF;
	font-size: 1.6rem;
}
.pr-home .discount-offers h2 {
	font-weight: bold;
	font-size: 2.4rem;
	margin-top: 5rem;
	text-align: center;
}
.pr-home .discount-offers .offer-detail {
	background: linear-gradient(transparent, #000000);
}
.pr-home .discount-offers .offer-detail h4 {
	font-size: 3rem;
	display: block;
	width: 100%;
}
.pr-home .discount-offers .offer-detail span {
	color: #FFFFFF;
	display: block;
	font-size: 1.6rem;
}
.pr-home .discount-offers .offer-detail span .fa,
.pr-home .discount-offers .offer-detail span .fas,
.pr-home .discount-offers .offer-detail span .far,
.pr-home .discount-offers .offer-detail span .fab {
	margin-left: 1rem;
	color: #F5C202;
	font-size: 2rem;
}

/* DISCOUNT BADGE */
.pr-home .discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 9rem solid transparent;
	border-top: 9rem solid #CC0D2E;
}

.pr-home .discount-badge span {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    margin-top: -8rem;
    transform: rotate(45deg);
    font-weight: bold;
    font-size: 2rem;
    color: #FFFFFF;
    white-space: nowrap;
    margin-right: 0.5rem;
}

/*
.pr-home .discount-badge.special-offer {
	border-top: 9rem solid #890280;
}

.pr-home .discount-badge.special-offer.cs-early-booking-badge {
	border-top: 9rem solid #228B22;
}
*/

.pr-home .discount-badge.special-offer span {
    font-size: 1.4rem;
	margin-right: -0.5rem;
	text-align: center;
}

.pr-home .best-deal {
	position: absolute;
	right: 0;
}

.pr-home .best-deal.hotel-view-best-deal {
	position: relative;
}

.pr-home .best-deal.mobile-list-best-deal { top: 0; left: 0; right: auto; margin-left: 2rem; }


.pr-home .discount-offers .offer-detail {
	text-align: left;
}

.pr-home .discount-offers .owl-carousel .offer-detail {
	margin-bottom: 0;
}


.pr-home .offer-main-info .owl-carousel .owl-nav { 
	position: absolute; 
	width: 100%;
	top: 50%;
}

.pr-home .offer-main-info .owl-carousel .owl-nav .owl-prev,
.pr-home .offer-main-info .owl-carousel .owl-nav .owl-next {
	position: absolute;
	margin-top: -4rem;
}
.pr-home .offer-main-info .owl-carousel .owl-nav .owl-prev { margin-left: 1rem; left: 0; }
.pr-home .offer-main-info .owl-carousel .owl-nav .owl-next { 
	margin-right: 1rem; 
	right: 0; 
	margin-left: 0; 
	left: auto; 
}

.pr-home .home-items {
	margin: 1.5rem;
}

.pr-home .home-items .home-item {
	overflow: hidden;
	position: relative;
	max-height: 35rem;
	min-height: 20rem;
}

.pr-home .home-items .home-item img {
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}

.pr-home .home-items .home-item .opacity-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.pr-home .home-items .cs-itm-description {
	position: absolute;
	z-index: 3;
	top: 0rem;
	width: 100%;
	height: 100%;
}

.pr-home .home-items .cs-itm-description h4 {
	font-size: 3.4rem;
	padding: 1rem 2rem;
	text-align: center;
	font-weight: bold;
	padding-top: 4rem;
	color: #ffffff;
}

.pr-home .home-items .cs-itm-description p {
	color: #ffffff;
	font-size: 1.8rem;
	padding: 1rem 2rem;
}

.pr-home .home-items .cs-itm-description.cs-itm-color-green { background-color: rgba(50, 198, 68, 0.8); }
.pr-home .home-items .cs-itm-description.cs-itm-color-red { background-color: rgba(251, 57, 32, 0.8); }
.pr-home .home-items .cs-itm-description.cs-itm-color-blue { background-color: rgba(18, 83, 190, 0.8); }
.pr-home .home-items .cs-itm-description.cs-itm-color-yellow { background-color: rgba(253, 167, 0, 0.8); }
.pr-home .home-items .cs-itm-description.cs-itm-color-cyan { background-color: rgba(0, 188, 155, 0.8); }
.pr-home .home-items .cs-itm-description.cs-itm-color-purple { background-color: rgba(148, 62, 192, 0.8); }
.pr-home .home-items .cs-itm-description.cs-itm-color-pink { background-color: rgba(207, 38, 149, 0.8); }


.pr-home .has-full-box-link {
	position: relative;
}

.pr-home .full-box-link {
	z-index: 10;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: 100%;
}

.pr-home .cs-homepage-slideshow {
	padding-top: 1rem;
}

.pr-home .home-search-wrapper {
	margin-bottom: 1rem;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-gsihs-left {
	padding-right: 1rem;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-gsihs-right {
	padding-left: 1rem;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-component {
	/*width: 100%;*/
	background-color: #ffffff;
	border-color: transparent;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-gsihs-right .qs-search-btn {
	display: block;
	height: 4rem;
}

.pr-home .cs-home-page-global-search-wr {
	padding-top: 1rem;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-table input.cs-global-search-input[type="search"] {
	width: 100%;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-table input.cs-global-search-input[type="search"]::placeholder {
	font-weight: bold;
	color: #000;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-dropdown-section strong {
	display: none;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-dropdown-nav {
	list-style-type: none;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-dropdown-nav li a {
	font-weight: bold;
	color: #333;	
	display: block;
	padding: 0.4rem 0rem 0.4rem 0.4rem;
}

.pr-home .cs-global-search-insteadof-homepage-search .cs-global-search-dropdown-nav li a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

@media(max-width: 64em) {
	.pr-home .cs-global-search-insteadof-homepage-search .cs-gsihs-right .qs-search-btn {
		display: none;
	}

	.pr-home .cs-home-page-global-search-wr {
		padding-bottom: 1rem;
	}
}