
/* HOME PAGE BANNER  */
.banner_notice_wrap{
	background-color: black;
	background: linear-gradient(0deg, rgba(0,0,0,1) 30%, rgba(51,51,51,1) 100%);
	display: block;
	width: 100%;
	text-align: center;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 18px;
}
.banner_notice_wrap .image_wrap {
	margin: 0 auto;
	width: 90%;
	max-width:100%; /* ie10 11 fix */
	max-width: 1800px;
	overflow: hidden;
	position: relative;
	background-image: url('../images/made-in-the-uk.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 300px 27px;
	padding-bottom: 42px;
	transition: all 0.3s ease-in-out;
}
@media (max-width: 1360px){
	.banner_notice_wrap{
		background: black;

	}
	.banner_notice_wrap .image_wrap {
		margin: 0 0;
		width: 100%;
	}
}
@media (max-width: 1200px){
	.banner_notice_wrap{
		padding-bottom: 14px;
	}
	.banner_notice_wrap .image_wrap {
		padding-bottom: 38px;
	}
}
@media (max-width: 960px){
	.banner_notice_wrap{
		padding-bottom: 10px;
	}
	.banner_notice_wrap .image_wrap {
		background-size: 225px 20px;
		padding-bottom: 28px;
	}
}

.banner_notice_wrap .image_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto 0;
}
.details_overlay {
	color: white;
	text-align: center;
	margin-bottom: 2em;
	margin-top: -30px;
	margin: 2em auto;
	text-align: center;
	position: absolute;
	width: 100%;
	-webkit-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.details_overlay h2,
.details_overlay p{
	margin: 1em auto 2em;
	text-align: center;
	line-height: 1.5em;
}
.details_overlay h2{
	margin: 1em auto 0;
	font-size: 2.8em;
}
@media (max-width: 720px){
	.details_overlay h2{
		font-size: 2.1em;
	}
}
.details_overlay span{
	padding: 0.2em 0.5em;
	color: #fff;
	background: black;
	box-decoration-break: clone;
	-webkit-box-decoration-break:clone;
}
@media (max-width: 580px){
	.details_overlay h2{
		margin-top: 0px;
	}
	.details_overlay h2,
	.details_overlay p{
		margin-top: 0.5em;
		line-height: 1.3em;
	}
	.details_overlay p{
		margin-bottom: 1em;
		line-height: 1.3em;
	}
	.details_overlay span{
		font-size: 0.9em;
	}
}
@media (max-width: 480px){
	.details_overlay h2,
	.details_overlay p{
		margin-top: 0.2em;
		line-height: 1.3em;
	}
	.details_overlay p{
		margin-bottom: 0.5em;
		line-height: 1.3em;
	}
	.details_overlay span{
		font-size: 0.7em;
	}
}



@media (max-width: 720px){
	.container_12 .grid_9, .container_12 .grid_8, .container_12 .grid_7{
		width: 100%;
	}
	.container_12 .grid_6, .container_12 .grid_5{
		width: 100%;
	}
	
	.banner_image .details_overlay h2{
		font-size: 1.4em;
		font-size: 1.3em;
	}
	.banner_image .details_overlay p{
		font-size: 0.9em;
	}	
}

@media (max-width: 640px){	
	.banner_image .details_overlay p.detail{
		display: none;
	}
	.banner_image .details_overlay p a.btn span{
		display: none;
	}
	.banner_image .details_overlay p a.btn span.extra{
		display: block;
	}
}
@media (max-width: 470px){
	.banner_image .details_overlay{
		height: 99.0%;
	}
	.banner_image .details_overlay h2{
		font-size: 1.2em;
	}
	.banner_image .details_overlay p{
		font-size: 0.7em;
		margin: 10px 14px;
	}
	.banner_image .details_overlay p img{
		display: none;
	} 
}
@media (max-width: 418px){	
	.banner_image .details_overlay{
		width: 50%;
	}
	.banner_image .details_overlay h2{
		font-size: 1em;
	}
	.banner_image .details_overlay p img{
		display: none;
	} 
}

/*
# HOME POP UPS
*/

body .popup .grid_6{
	width: 50%;
	margin: 0 0 1em 0;
	float: left
}
.popup .page_title{
	padding: 0 0;
	margin: 0 0;
}
.popup img{
	max-width: 100%;
	height: auto;
}
.popup a.button{
	margin-bottom: 1em;
}
@media (max-width: 960px){
	.popup .innerwrap{
		height: auto;
		max-width: 90vw;
	}
	.details_overlay p a.btn{
		position: relative;
		top: 0px;
	}
}
@media (max-width: 735px){
	body .popup{
		display: none !important;
	}
}
.popup{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	position: fixed;
	opacity: 0;
	left: 0vw;
	top: -50vh;
	height: 0vh;
	width: 100vw;
	background: transparent;
	z-index: 9999991;	
	transition: all 0.3s ease-out 0.1s;
}
.popup .innerwrap{
	background: white;
	height: auto;
	max-width: 800px;
	margin: 5vh auto;
	z-index: 999999;
	border-top: 2px white solid;
}
.popup .popupbkg{
	background: rgba(0, 0, 0, 0);
	position: fixed;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	height: 0vh;
	width: 0vw;
	z-index: -9;
	-webkit-transition: all 0.3s  0.1s;
	transition: all 0.3s ease-out 0.1s;
}
.popup.popup_open{
	left: 0vw;
	top: 25%;
	opacity: 1;
	transition: all 0.3s ease-out 0.1s;
}
.popup.popup_open .popupbkg{
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}
.popup .innercontent{
	margin: 0.7em 0 1.5em;
}
.popup .innercontent form{
	margin: 0 0;
}

.close_btn{
	display: block;
	float: right;
	background: black;
	border: 5px #ffb100 solid;
	border-radius: 3em;
	margin: -1.3em;
}
.close_btn a{
	display: block;
	padding: 8px 3px 12px;
	cursor: pointer;
}
.close_btn span{
	text-indent: -999px;
	overflow: hidden;
	background-color: white;
	display: block;
	width: 23px;
	height: 4px;
 }
.close_btn span  {
	-webkit-transform: rotate(-225deg) translate(1px, -3px);
	transform: rotate(-225deg) translate(3px, -3px);
}
.close_btn span:last-of-type {
	-webkit-transform: rotate(45deg) translate(-9px, -12px);
	transform: rotate(45deg) translate(0px, 0px);
}