﻿#banner-image {
	background-image: url("/img/banner_images/home.jpg");
	background-size: cover;
	background-position: center;
}

#banner-section-img {
	background-position: center;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(/img/gallery/VisitJersey.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: -251px !important;
	padding: 0px;
}

	#banner-section-img > div {
		height: 418px;
		padding-left: 60px;
		background: -webkit-linear-gradient(right,transparent,#000);
		background: linear-gradient(to left,transparent,#000);
		display: flex;
		align-items: center;
	}

@media only screen and (max-width: 1200px) {
	#banner-section-img {
		background-position-y: center !important;
	}
}

#travel-banner {
	background-image: url(/img/gallery/Holiday.jpg);
}

.dark-text {
	color: #35a9fb;
	white-space: nowrap;
}

	.dark-text:hover {
		color: #fff;
	}

#collection-container img {
	height: 200px;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	#collection-container img {
		height: 329px;
	}
}


.image-box {
	height: 263px;
}

@media only screen and (max-width: 767px) {
	.container-custom .row > div {
		margin-bottom: 77px !important;
	}

	#collection-container > div {
		margin-bottom: -10px !important;
	}
}

@media only screen and (max-width: 575px) {
	a.grid_item figure {
		height: 300px !important;
	}

	.container-custom .row > div {
		margin-bottom: 27px !important;
	}

	a.grid_item figure img {
		height: inherit;
	}
}

.country_bt {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	padding: 9px 10px;
	display: inline-block;
	color: #fff;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	width: 85px;
	width: fit-content;
}

#carousel-home-text {
	text-align: center;
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	align-items: center;
	height: -webkit-fill-available;
}

	#carousel-home-text h3 {
		color: #fff;
		font-size: 42px;
		font-size: 2.625rem;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 0;
		text-shadow: 4px 4px 12px rgb(0 0 0 / 30%);
	}

	#carousel-home-text p {
		font-weight: 300;
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 1.4;
		text-shadow: 4px 4px 12px rgb(0 0 0 / 30%);
		color: #fff;
	}

#carousel-home-wrapper {
	/* margin-top: 300px;*/
	z-index: 1;
	position: absolute;
	background-color: rgb(112 138 70 / 30%);
	width: fit-content;
}



	#carousel-home-wrapper p {
		max-width: 1000px;
	}

@media only screen and (max-width: 1300px) {
	#carousel-home-text h3 {
		font-size: 31px !important;
	}

	#carousel-home-text p {
		font-size: 17px !important;
	}

	#carousel-home-wrapper {
		margin: 30px;
		padding: 10px 0px;
	}
}

@media only screen and (max-width: 1000px) {

	#carousel-home-text h3 {
		font-size: 24px !important;
	}

	#carousel-home-text p {
		font-size: 15px !important;
	}
}



.image-box > figure img {
	height: inherit !important;
	object-fit: cover !important;
}


@media only screen and (max-width: 767px) {
	.datepicker_mobile_full .daterangepicker {
		width: 100vw !important;
		padding: 20px;
	}
}