@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background: #ffffff;
	/*background:url(../../images/structure/body-bg2.jpg) no-repeat center center;*/
	background-size: cover;
    min-height: 100vh;
}
a {
	outline:none;
}
a img {
	border:none;
}
img.fullWidth {
	width: 100%;
	height: auto;
	display: block;
}
.error {
	color:red !important;
}
iframe.center {
	margin: 0px auto;
    width: 100%;
    max-width: 560px;
    min-height: 315px;
    display: block;
}

div.padded_area h1.pad {
	padding-top: 15px;
}
div.padded_area2 {
	padding: 13px;
}

@media screen and (max-width: 980px) {
	div.padded_area.pad {
		padding-left: 13px;
		padding-right: 13px;
	}
}


a.accessories-brochure {
	max-width: 100%;
    display: inline-block;
}
a.accessories-brochure img {
	display: block;
    height: auto;
    width: 100%;
}



div#content a.formatAsButton {
	font-size: 11px;
    padding: 0px;
    margin: 0;
    background: #781014;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	display: inline-block;
}

/* Layout */
DIV#layout {
	margin: 0 auto;
	width: 1040px;
	overflow: hidden;	
}

@media screen and (max-width: 1050px) {
	DIV#layout {
		width: 100%;	
		min-width: 320px;
	}
}

a.floatRight, img.floatRight {
	float: right;
	clear: right;
	margin: 10px 0px 10px 10px;
}
@media screen and (max-width: 600px) {
	a.floatRight, img.floatRight {
		float: none;
		clear: both;
		margin: 10px 0px 10px 0px;
	}
}
a.hoverDarken {
	background: #000000;
}
a.hoverDarken img {
	display: block;
}
a.hoverDarken img:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s linear;
       -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
         -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
}
a.pdf {
	padding-top: 80px;
	background: url("../../images/structure/pdf-icon.png") no-repeat 50% 0%;
	font-weight: bold;
	min-width: 62px;
	width: 133px;
	display: block;
	float: right;
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	text-align: center;
}

a.videolink.special {
	position: relative;
	overflow: hidden;
	display: block;
}

a.videolink.special img {
	display: block;
	width: 100%;
	height: auto;
}

a.videolink.special .play {
    position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url("/images/icons/play.png");
	background-size: 30% auto;
	background-repeat: no-repeat;
	background-position: center;
    opacity: .8;
}
a.videolink.special.grey .play {
	background-image: url("/images/icons/play-grey.png");
}

a.videolink.special.gallery .play {
    background-position: left 50% top calc( 50% - 21px );
}
a.videolink.special:hover .play {
    opacity: 1;
}

/* Main Nav */
DIV#primaryNav {
	padding-top: 64px;
	overflow: hidden;
	background: transparent url(../../images/structure/redesign/header_bg7.png) no-repeat 0px 0px;
	position: relative;
}
DIV#primaryNav a.cupra {
	display: block;
	position: absolute;
	height: 64px;
	width: 200px;
	position: absolute;
	right: 14px;
	top: 0px;
	background-image: url("/images/structure/cupra.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 450px) {
	DIV#primaryNav {
		padding-top: 95px;
	}
	DIV#primaryNav a.cupra {
		top: 40px;
		left: 14px;
		right: initial;
	}
}
DIV#primaryNav UL {
	overflow: hidden;
	margin: 0px;
	padding: 8px 12px 8px 12px;
	list-style: none;
	background: #50575f;
}
DIV#primaryNav UL li {
	float: left;
	border-right:1px solid white;
	font-size:10px;
	padding:0px 8px 0px 0px;
	margin:0px 8px 0px 0px;
	text-transform:uppercase;
	color:#d12128;
}
DIV#primaryNav UL li.last {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px;
}
DIV#primaryNav UL li a {
	color:white;
	text-decoration:none;
}
DIV#primaryNav UL li a:hover {
	color:#9c1416;
}

/* Welcome Message */
DIV#welcome {
	background:#FFFFFF url(../../images/structure/welcome-bg.png) repeat-x bottom left;
	overflow:hidden;
}
DIV#welcomeTxt, DIV#welcome h1 {
	background:url(../../images/structure/welcome-heading.png) no-repeat top left;
	height:55px;
}

DIV#welcome h1 {
	color: #e71100;
	font-weight:bold;
	margin:0;
	padding:0;
	text-indent: -9999999px;
}
@media screen and (max-width: 600px) {
	DIV#welcomeTxt, DIV#welcome h1 {
		background:url(../../images/structure/redesign/welcome_heading_mobile.png) no-repeat top left;
		height:73px;
	}
}

/* Second Nav */
div#secondaryNav {
	overflow: hidden;
	background: #50575d;
}
div#secondaryNav ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	text-transform:uppercase;
	font-weight:bold;
	float: left;
}
div#secondaryNav ul li{
	float:left;
	font-size:11px;
	background:url(../../images/structure/secondary-seperator.gif) no-repeat center right;
	padding:0px 1px 0px 0px;
	margin:0;
}
div#secondaryNav ul li.last {
	border: none;
	background: none;
	padding-right: 0;
}
div#secondaryNav ul li a,
div#secondaryNav ul li span{
	color:white;
	display:block;
	text-align:center;
	padding:12px 9px;
	text-decoration:none;
}
div#secondaryNav ul li span{ 
	background-color:#d12128;
}
div#secondaryNav ul li a:hover{
	background-color:#78818a;
}
div#secondaryNav a.specialOffer{
	float:right;
	font-size:11px;
	padding:0px;
	margin:0;
	background: #781014;
	color:white;
	display:block;
	text-align:center;
	padding:12px 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
div#secondaryNav a.finance {
    float: right;
    font-size: 11px;
    padding: 0px;
    margin: 0;
    color: white;
    display: block;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
	
	background: #781014 url(../../images/structure/secondary-seperator.gif) no-repeat center right;
    padding-right: 13px;
}
@media screen and (max-width: 950px) {
	div#secondaryNav a.specialOffer {
		float: none;
		border-bottom: 1px solid #cccccc;
	}
	div#secondaryNav a.finance {
		float: none;
		padding-right: 12px;
		background: #781014;
	}
	div#secondaryNav {
		margin-bottom: 13px;
	}
}


/* Youtube Videos */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Centre Peice */
DIV#centerPiece{
	position:relative;
	overflow:hidden;
	background:url(../../images/utilities/centre-piece-bg.png);
}
div#centerPiece img {
	width: 100%;
    height: auto;
	display: block;
}
DIV#centerPiece UL#control {
	margin:0;
	padding:0;
	z-index:10;
	position:absolute;
	width:51px;
	top:275px;
	right:0px;
	overflow:hidden;
	list-style:none;
}
DIV#centerPiece UL#control LI#prev{
	float:left;
}
DIV#centerPiece UL#control LI#next{
	float:right;
}

/* Content */
DIV#content {
	overflow:hidden;
	background-color:white;
	padding:13px;
}

DIV#content h1 {
	color:#e71100;
	font-size:22px;
	font-weight:normal;
	margin:0px 0px 12px 0px;
	text-transform:uppercase;
}
DIV#content p {
	line-height:22px;
}
DIV#content ul {
	list-style-type:disc;
	line-height:22px;
}
DIV#content a {
	color:#e71100;
}
DIV#content a:hover{
	color:#50575d;
}
h3 {
	color:#e71100;
	font-size:18px;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	text-transform:uppercase;
}
h4 {
	color:#e71100;
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 8px 0px;
	text-transform:uppercase;
}
a.brochureLink {
	float:right;
	margin:0px 0px 12px 12px;
}
div#brochureContainer a img,
a.brochureLink img{
	display:block;
}
div#brochureContainer{
	float:right;
	margin:0px 0px 12px 12px;
}
div#brochureContainer a {
	display: block;
}
div#brochureContainer a img{
	margin-bottom:12px;
}

@media screen and (max-width: 600px) {
	a.brochureLink, div#brochureContainer{
		width: auto;
		float:none;
		margin: 12px 0px 12px 0px;
		overflow: hidden;
	}
	div#brochureContainer a {
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	
	div#brochureContainer a img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	div#brochureContainer a {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	
	div#brochureContainer a img{
		max-width: 180px;
	}
}

/* Adverts */
a.advert,
img.advert{
	float:right;
	margin:0px 0px 12px 12px;
}

div#advertArea {
	width:295px;
	float:right;
	margin:0px 0px 0px 12px;
	overflow:hidden;
}
div#advertArea img {
	display:block;
	margin-bottom:24px;
}

@media screen and (max-width: 600px) {
	a.advert, img.advert, div#advertArea{
		width: auto;
		float:none;
		margin: 12px 0px 12px 0px;
		overflow: hidden;
	}
	div#advertArea a {
		float: left;
		width: 45%;
		margin-right: 5%;
	}
	
	div#advertArea a img{
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 400px) {
	div#advertArea a {
		float: none;
		width: auto;
		margin-right: 0px;
	}
	
	div#advertArea a img{
		max-width: 180px;
	}
}

/* Social */
DIV#social {
	background-color:#bbbec1;
	background-color:#781014;
	text-align:right;
	padding:6px 13px 6px 13px;
	overflow:hidden;
}
DIV#social .wrapper {
	overflow: hidden;
}
div#social .wrapper .left {
	width: 45%;
	float: left;
	text-align: left;
	overflow: hidden;
}
div#social .wrapper .right {
	width: 45%;
	float: right;
	text-align: right;
	overflow: hidden;
}
div#social .wrapper span.head {
	clear: both;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 4px;
	margin-top: 0px;
	display: block;
}
div#social .wrapper a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 2px;
	
	box-sizing: border-box;
	
	border: 2px solid #ffffff;
	padding: 6px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div#social .wrapper .right a {
	margin-right: 0px;
	margin-left: 15px;
	
	-webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}
div#social .wrapper a span {
	display: block;
	width: 16px;
	height: 16px;
	
	box-sizing: border-box;
	
	background-color: transparent;
	background-size: 32px 16px;
	background-repeat: no-repeat;
	
	background-position: 0px 0px;
	text-indent: -99999px;
}
div#social .wrapper .right a span {
	text-indent: 99999px;
}
div#social .wrapper a:hover {
	background-color: #ffffff;
}
div#social .wrapper a:hover span {
	background-position: -16px 0px;
}
div#social .wrapper a.facebook span {
	background-image: url(/images/icons/facebook.png);
}
div#social .wrapper a.twitter span {
	background-image: url(/images/icons/twitter.png);
}
div#social .wrapper a.instagram span {
	background-image: url(/images/icons/instagram.png);
}
div#social .wrapper a.email span {
	background-image: url(/images/icons/email.png);
}


@media screen and (max-width: 420px) {
	div#social .wrapper h2 {
		text-align: center;
	}
	div#social .wrapper .left {
		width: initial;
		float: none;
		cleaR: both;
		padding-top: 0px;
		text-align: center;
	}
	div#social .wrapper .right {
		width: initial;
		float: none;
		cleaR: both;
		text-align: center;
	}
	div#social .wrapper .right a {
		margin-left: 0px;
		margin-right: 15px;
	}
	div#social .wrapper .right a span {
		text-indent: -99999px;
	}
}

/*Footer*/
ul#footer {
	font-size:11px;
	color:#FFF;
	background-color:#afb2b5;
	padding:13px;
	margin: 0px;
	overflow: hidden;
	list-style-type: none;
}
ul#footer li {
	float: left;
	clear: left;
}
ul#footer li.right {
	float: right;
	clear: right;
}
ul#footer li a{
	color:#FFF;
	line-height: 20px;
}
ul#footer li a:hover{
	color:#50575d;
}
ul#footer li span{
	float:left;
}
@media screen and (max-width: 600px) {
	ul#footer li, ul#footer li.right {
		float: none;
		clear: both;
	}
}


/* New Styling */

div#content h2 {
	padding: 0px;
}

DIV#content p.large {
    font-size: 52px;
    font-weight: 100;
    color: #333;
    line-height: normal;
    margin: 10px 0px;
    font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

DIV#content {
    font-size: 16px;
    font-weight: normal;
    color: #797979;
    line-height: normal;
}



ul.extraspacing li {
	padding-bottom: 15px;
}
ul.extraspacing li:last-of-type {
	padding-bottom: 0px;
}


div#copyright {
	background-color: #ffffff;
    text-align: left;
    padding: 6px 13px 6px 13px;
    overflow: hidden;
	border-top: 1px solid #000000;
	color: #000000;
}
div#footer {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0px;
    background: #50575d;
    color: #ffffff;
    padding: 10px;
	line-height: 1.3;
}
div#footer a {
    color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}




/* Custom Popover Banner */
div.popoverBanner29052020 {
	background: rgba(0,0,0,0.6);
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
	box-sizing: border-box;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.popoverBanner29052020.hide {
	display: none;
}
div.popoverBanner29052020 .inside {
	width: 700px;
	max-width: 95%;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
	background: #ffffff;
	
	max-height: 95vh;
	overflow-y: auto;
}
div.popoverBanner29052020 .inside .close {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background: #781014;
	cursor: pointer;
	z-index: 9999999;
}
div.popoverBanner29052020 .inside .slides a {
	display: block;
}
div.popoverBanner29052020 .inside .slides a img {
	display: block;
	width: 100%;
	height: auto;
}
div.popoverBanner29052020 .inside .slick-slider {
    margin-bottom: 20px;
}
div.popoverBanner29052020 .inside .slides .slick-prev:before, div.popoverBanner29052020 .inside .slides .slick-next:before {
	border-color: #ffffff;
}
div.popoverBanner29052020 .inside .slides .slick-prev, div.popoverBanner29052020 .inside .slides .slick-next {
	display: block;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    background: #781014;
	width: auto;
}
div.popoverBanner29052020 .inside .slides .slick-prev {
    padding-left: 20px;
    padding-right: 5px;
}
div.popoverBanner29052020 .inside .slides .slick-next {
    padding-right: 20px;
    padding-left: 5px;
}
div.popoverBanner29052020 .inside .slick-dots {
    bottom: -15px;
}