.owl-container {
	height: 609px;
	margin-bottom: -20px;
}

#homeflash {
	width: 100%;
	clear: both;
	position: absolute;
	z-index: 10;
}

.homeflash {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 609px;
	top: 3px;
}

.home_image {
	max-width: 1400px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	right: 0;
}

.homepage_flashes {
	width: 90%;
	max-width: 1400px;
	margin: auto;
}

.banner_box.large {
	width: 50%;
}

.banner_box a {
	color: white;
}

.banner_box.large img {
	width: 100%;
	box-sizing: border-box;
}

.banner_box {
	float: left;
	width: 25%;
	box-sizing: border-box;
}

.banner_box img {
	width: 100%;
	border: 5px solid white;
}

@media all and (max-width: 800px) {
	.banner_box img {
		width: 100%;
		height: 100%;
	}
	
	.banner_box {
		width: 100%;
	}
	
	.banner_box.large {
		width: 100%;
	}
}

.homeflash1 {
	background-image: url('/images/homeflash/1.jpg');
}

.homeflash2 {
	background-image: url('/images/homeflash/2.jpg');
}

.homeflash3 {
	background-image: url('/images/homeflash/3.jpg');
}

.yorkshireflash {
	background-image: url('/images/homeflash/yorkshire_atlas_bg.jpg');
	background-position: 20% 90%;
}

.hog_roast_flash {
	background-image: url('/images/homeflash/hog_roast.jpg');
	background-position: left center;
	position: relative;
}

.hog_roast_flash .homeflash_left .inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.hog_roast_flash .homeflash_left {
	padding-top: 40px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 40px;
}

.hog_roast_flash .homeflash_left img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}


.hog_roast_flash .homeflash_right {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 34px;
	padding-right: 32px;
	text-align: right;
}

.hog_roast_flash .homeflash_right img {
	max-width: 100%;
	max-height: 100%;
}

@media all and (max-width: 1008px) {
	.hog_roast_flash {
		background-position: 30% 50%;
	}
	
	.hog_roast_flash .homeflash_right {
		width: 30%;
	}
}

@media all and (max-width: 600px) {
	
	.hog_roast_flash {
		background-position: 100% 50%;
	}
	
	.hog_roast_flash .homeflash_right {
		z-index: 20;
		left: 0;
		top: auto;
		bottom: 25px;
		text-align: center;
		width: auto;
		height: 200px;
		margin: auto;
	}
	
	.hog_roast_flash .homeflash_left {
		padding-bottom: 220px;
	}
	
	.hog_roast_flash .homeflash_left img {
		position: relative;
	}
	
	
}

.yorkshireflash img {
	padding-left: 20px;
	max-width: 100%;
}

.yorkshireflash .caravan_image {
	background-image: url('/images/homeflash/yorkshire_atlas.png');
	position: absolute;
	height: 100%;
	width: 60%;
	max-width: 100%;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: 66px 50%;
}

@media all and (max-width: 1316px) {
	.yorkshireflash .caravan_image {
		background-size: 90% auto;
		background-position: 66px 60%;
	}
}

@media all and (max-width: 1276px) {
	.yorkshireflash {
		background-image: url('/images/homeflash/yorkshire_atlas_bg.jpg');
		background-position: 60% 80%;
	}
}

@media all and (max-width: 987px) {
	.yorkshireflash .caravan_image {
		background-size: 90% auto;
		background-position: 26px 70%;
	}
	
	.yorkshireflash {
		background-image: url('/images/homeflash/yorkshire_atlas_bg.jpg');
		background-position: 80% 80%;
	}
}

@media all and (max-width: 730px) {
	.yorkshireflash .caravan_image {
		display: none;
	}
}

.homeflash_left {
	width: 40%;
	min-width: 320px;
	height: 609px;
	background-color: rgba(2,56,150,0.8);
	position: absolute;
	z-index: 10;
	text-align: right;
}

.homeflash1 .homeflash_left {
	padding: 50px 90px 0 20px;
}

.homeflash2 .homeflash_left {
	padding: 68px 50px 0 20px;
}

.homeflash3 .homeflash_left {
	padding: 65px 35px 0 20px;
}


@media all and (max-width: 600px) {
	.homeflash_left {
		width: 100%;
		text-align: center;
	}
}

#hometext {
	margin: 0 auto;
	width: 1020px;
}

.home_intro {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.home_intro h2 {
	font-size: 29px;
	line-height: 50px;
	font-family: 'HalisR-ExtraLight'!important;
	padding: 20px 30px 20px 30px;
	max-width: 570px;
	margin-inline: auto;
}

.home_intro p {
	font-size: 16px;
	line-height: 30px;
	font-family: 'HalisR-Medium'!important;
	padding: 0px 30px 30px 30px;
	color: #8a8a8a;
}


/*				Caravan deal of the week segement			*/
#caravandealoftheweek {
	font-family: 'HalisR-ExtraLight'!important;
	margin-bottom: 0px;
	text-align: center;
	padding: 30px 0px;
	font-weight: bold;
}

.deal_of_week {
	margin-top: 30px;
	width: 100%;
	background-color: #c1bfbf;
}

.dealoftheweekimg {
 	width: 100%;	
	height: 220px;
}

.deal {
	width: 320px;
	float: left;
}

.middle {
	margin: 0px 8px;
}

.deal-container {
	width: 978px;
	margin: 0 auto;
	display: block;
}

.deal-yellow {
	background-color: #f9cc02;
}

.deal-grey {
	background-color: #c1bfbf;
}

.deal-blue {
	background-color: #000730;
}

.deal .price {
	color: #fff;
	padding-bottom: 0px;
}

.deal .price h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0px;
}

.sales .totalprice {
	display: inline;
	color: #f9cc02;
	font-size: 25px;
	padding: 0 10px;
}

.deal .subprice {
	color: #fff;
	padding: 10px;
}

.deal {
	text-align: center;
}

.deal .title h2 {
	font-size: 20px;
	line-height: 20px;
	text-transform: none;
	margin: 0px;
}


.deal .title h2 a {
	 color: #000;
}
	
.title {
	margin: 15px 0px;
}

.title h3 {
	font-size: 16px;
	text-transform: none;
	margin: 0px;
}

.desc {
	font-size: 12px;
	float: left;
	width: 300px;
}

.deal .desc p {
	padding: 20px 10px;
	margin: 0;
}

.price-mobile {
	display: none;
}

h2#home-sold {
	background-color: #f00000;
	padding: 10px 0px;
	font-size: 24px;
	line-height: 34px;
}


@media all and (max-width: 1020px) {

	#hometext {
		width: 100%;
	}

	.sales img {
		width: 100%;
	}
	
	
	.price {
		width: 100%;
		float: none;
	}
	
}

@media all and (max-width: 980px) {
	.deal {
		width: 32%;
	}
	
	.deal-container {
		width: 100%;
	}
	
	.dealofweekimagecontainter {
		width: 100%;
		margin: 0 auto;
	}
	
	.dealoftheweekimg {
		min-height: 190px: ;
	}
	
	.deal.middle {
		margin-left: 8px;
		margin-right: 0px;
	}
	
	
	.desc {
		width: 100%;
	}
	.deal {
		margin-left: 8px;
	}
}


@media all and (max-width: 700px) {
	.deal {
		display: block;
		width: 100%;
	}	
	
	.dealoftheweekimg {
		height: auto;
	}
	
	.deal, .deal.middle {
		margin: 0;
	}
	
	.deal-grey, .deal-blue {
		display: none;
	}
	
	.price-mobile {
		display: block;
		background-color: #000730;
	}
	
	.price-mobile h2 {
		font-size: 14px;
		text-transform: uppercase;
		margin: 0px;
		color: #fff;
		border-bottom: 25px #fff solid;
		padding: 10px 0px;
	}
	
}


@media all and (max-width: 800px) {

	.home_left {
		width: 100%;
	}

	.home_right {
		width: 100%;
	}
}


.why {
	background: url('/images/why.jpg') no-repeat top left / cover;
	display: grid;
}

.whyinner {
	padding: 6rem 30px 7rem 30px;
	font-family: 'HalisR-Bold';
	background-color: rgba(255,255,255,0.5);
}


@media all and (min-width: 1200px) {
	

	.why {
		background: url('/images/why.jpg') no-repeat top left / contain;
	}
	.whyinner {
		justify-self: end;
		width: 50%;
		background-color: transparent;
	}
}



.whyinner h2 {
	padding-top: 40px;
	font-size: 50px;
	text-transform: uppercase;
	max-width: 700px;
}

.whyinner h3 {
	font-size: 27px;
}

.whyinner ul {
	padding: 20px 20px;
}

.whyinner li {
	font-size: 23px;
	padding-right: 50px;
}


@media all and (max-width: 1020px) {
	.whyinner {
		width: 100%;
		height: 100%;
	}
	
	.whyinner h2 {
		padding-top: 10px;
	}
	.whyinner li {
		padding-right: 0px;
	}
}



/*			quotes css				*/
.quotes {
	margin-top: -20px;
	background-color: #f8cb2f;
	padding: 43px 0 37px 0;
}

.quotes_inner {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}

.quotes_inner h3 {
	text-transform: uppercase;
	font-size: 27px;
	line-height: 27px;
	padding-bottom: 45px;
}

.quotes_inner h3:before {
	content: "\201C";
	color: #fff;
	font-size: 66px;
	position: relative;
	bottom: -27px;
	left: -10px;
}

.quotes_inner h3:after {
	content: "\201D";
	color: #fff;
	font-size: 66px;
	position: relative;
	bottom: -27px;
	right: -10px;
}

#quotes_content {
	position: relative;
}

#quotes_content strong {
	padding-top: 27px;
	display: block;
}

#quotes_content p {
	max-width: 718px;
	margin: 0 auto;
}

.quotes_inner .owl-prev {
	left: 0;
	position: absolute;
	top: 30%;
}

.quotes_inner .owl-next {
	right: 0;
	position: absolute;
	top: 30%;
}

@media all and (max-width: 1080px) {
	.quotes_inner {
		width: 100%;
	}
	.quotes_inner .owl-next {
		right: 10px;
	}
	.quotes_inner .owl-prev {
		left: 10px;
	}
}

@media all and (max-width: 1080px) {
	.quotes {
		margin-top: 0px;		
	}
}

@media all and (max-width: 718px) {
	#quotes_content p, #quotes_content strong {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media all and (max-width: 504px) {
	.quotes_inner h3 {
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		font-size: 20px;
	}

	.quotes_inner h3:before {
		left: -10px;
		top: 20px;
		font-size: 50px;
	}

	.quotes_inner h3:after {
		font-size: 50px;
		right: -10px;
		top: 20px;
	}
}


.takeover {
	width: 90%;
	max-width: 1400px;
    margin: auto;
	padding-block: 1rem;
}

.takeover img.desktop {
	display: none;
	max-width: 100%;
}

.takeover img.mobile {
	max-width: 100%;
}

@media (min-width: 768px) {
	.takeover img.desktop {
		display: block;
	}
	.takeover img.mobile {
		display: none;
	}
}




.homepage-grid {
	display: inline-grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.homepage-grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

.homepage-grid img, .homepage-grid video {
	width: 100%;
	height: 100%;
	max-width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	object-position: center;
}

.homepage-grid .large {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.click-switch img {
	cursor: pointer;
}

.click-switch video {
	display: none;
}

.click-switch video.active {
	display: block;
}