@charset "utf-8";

/*Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, td, tr, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, input, form, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-size: 100%; 
	font: inherit;
	font-style: normal; 
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
p {
}
/* HTML5 display-role reset for older browsers */
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
form {
	display: inline;
}
img {
	display: inline-block;
}
/*Specific styles for this website below */

html { font-size: 100% } 
body {	
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin: auto;
	margin-right: auto; 
	margin-left: auto;
	background: #f2f2f2;
    /*
	background-image: url("../images/background-4.png");
    background-repeat: repeat;
    */
	font-size: 100%;
	color: #4A4A4A;
	text-align: left;
	padding: 0px;
	line-height: 1.5;
}
.centre {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
header {
    position: relative;
    width: 90%;
    display: flex;
    max-width: 1800px;
    margin: auto;
    padding: 0;
    margin-bottom: 0;
    /* display: block; */
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;/* opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha (opacity=95);*/
}

.headerColourBar{ 
	border-top: 10px solid #fff; 
}
.header-background{
    background: #eeeeee; /* #060918*/
    
	
	/*	

	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	border-bottom: 3px solid #ff0000; 
	*/
}
#logo {
    display: block;
    position: relative;
    z-index: 11111;
    /* border-bottom: 5px solid #111111; */
    margin: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    width: 20%;
    max-width: 285px;
    float: left;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#logo img {
	width: 100%;
    display: block;
}
#logo.logoSticky {
	width: 12%;
	margin: 10px 0 10px 12%;
}
.headerLogosWrapper {
    width: 100%;
    position: relative;
    display: flex;
    /* margin-top: 10px; */
    margin-right: 0;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
}
.header-logo{
        float: left;
    display: block;
    width: 13.5%;
    padding: 0;
    margin-top: 15px;
    /* margin: 0; */
}
.header-logo img{ 
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.headerContact {
    font-family: 'Montserrat', sans-serif;
    /* margin-bottom: 10px; */
    width: 25%;
    float: right;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.headerContact > span{ 
    font-size: 0.875em;
    font-weight: 400;
    color: #4A4A4A;
    display: block;
    text-align: right;
    white-space: nowrap;
    /* text-transform: uppercase; */
    line-height: 1.5;
    vertical-align: middle;
}
.headerContact > span > span{ 
    font-size: 1em;
    font-weight: 700;
}
.headerContact > a {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 0;
    color: #1e2e70;
    display: block;
    float: right;
    white-space: nowrap;
    line-height: 1.3;
    vertical-align: middle;
}
.headerContact > a > img {
    width: 36px;
    padding: 0px;
    color: #fff;
    margin-top: -15px;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    /* border: 2px solid #fff; */
    /* background: #1e2e70; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.headerContact > a.small-tel{
	width: 100%;
	font-size: 0.85em;
	font-weight: 700;
	color: #222;
	display: block;
	text-align: right;
}
.header-center-text{
    width: 75%;
	font-size: 1em;
	display: block;
    text-align: center;
    float: left;
}
.header-center-text > p {
    margin: 0;
    font-size: 2.25em;
    font-weight: 800;
    line-height: 1.2;
    color: #1e2e70;
    letter-spacing: 0px;
    /* font-style: italic; */
    display: block;
    text-transform: none;
}
.header-center-text > span {
    font-size: 0.75em;
    letter-spacing: 6px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    margin-right: 0;
    color: #ddd;
    display: block;
}
.header-center-text > .header-center-text-image{
    width: 75%;
    padding:0;
    margin:auto;
	display: block;
	text-align: center;
}
.header-center-text > .header-center-text-image img{
    width: 100%;
    padding:0;
    margin:0;
	display: block;
}

.heading-main-center-white{
    display: block;
	color: #fff;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 2px;
	font-size: 3em;
	font-weight: 300;
	text-decoration: none;
}
.heading-main-left {
    display: block;
    color: #1e2e70;
    text-align: left;
    line-height: 2;
    /* letter-spacing: 1px; */
    font-size: 3em;
    font-weight: 400;
    /* padding-bottom: 25px; */
    text-decoration: none;
}

.sub-heading-main-left{
    display: block;
	color: #1e2e70;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
	font-size: 1.75em;
	font-weight: 700;
}
.heading-main-center {
    display: block;
    color: #1e2e70;
    text-align: center;
    line-height: 2;
    font-size: 3em;
    letter-spacing: 1px;
    font-weight: 400;
}

.sub-heading-main-center{
    display: block;
	color: #1e2e70;
    text-align: center;
    line-height: 1.3;
    letter-spacing: 0;
	font-size: 1.25em;
	font-weight: 700;
}

.list-box{
    display: block;
    clear: both;
    width: 100%;
}
.list-box ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.list-box ul li {
    position: relative;
    float: left;
    text-align: center;
    display: flex;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
    border: 1px dashed #1e2e70;
    color: #1e2e70;
    /* list-style-image: url(../images/tick-blue-20px.png); */
    padding: 40px;
    background-color: #eee; 
    width: 32%;
    /* text-indent: 10px; */
    margin-right: 2%;
    margin-bottom: 25px;
    /* list-style-position: inside; */
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.list-box ul li.lb-one {
    width: 100%;
    margin-right: 0;
}

.list-box ul li.lb-two {
    width: 49%;
    margin-right: 2%;
}
.list-box ul li.lb-two:nth-child(2n), .list-box ul li.lb-two:nth-of-type(2n) {
	margin-right: 0;
}
.list-box ul li.lb-three {
    width: 32%;
    margin-right: 2%;
}
.list-box ul li.lb-three:nth-child(3n), .list-box ul li.lb-three:nth-of-type(3n) {
	margin-right: 0;
}

.list-box ul li.list-box-full-width {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.list-box ul li.list-box-side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.list-box ul li img {
    position: absolute;
    display: block;
    width: 15px;
    top: -18px;
    left: -20px;
    right: 0;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding: 15px;
    /* border: 8px solid #eee; */
    background: #1e2e70;
    border-radius: 40px;
}

.list-box-2{
    display: block;
    clear: both;
    width: 100%;
}
.list-box-2 ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.list-box-2 ul li {
    position: relative;
    float: left;
    text-align: center;
    display: flex;
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    /* border: 1px solid #1e2e70; */
    /* list-style-image: url(../images/tick-blue-20px.png); */
    padding: 25px;
    padding-left: 55px;
    background-color: #fff;
    width: 32%;
    /* text-indent: 10px; */
    margin-right: 2%;
    margin-bottom: 15px;
    /* list-style-position: inside; */
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.list-box-2 ul li.lb-one {
    width: 100%;
    margin-right: 0;
}

.list-box-2 ul li.lb-two {
    width: 49%;
    margin-right: 2%;
}
.list-box-2 ul li.lb-two:nth-child(2n), .list-box ul li.lb-two:nth-of-type(2n) {
	margin-right: 0;
}
.list-box-2 ul li.lb-three {
    width: 32%;
    margin-right: 2%;
}
.list-box-2 ul li.lb-three:nth-child(3n), .list-box ul li.lb-three:nth-of-type(3n) {
	margin-right: 0;
}

.list-box-2 ul li.list-box-full-width {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}

.list-box-2 ul li.list-box-side {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.list-box-2 ul li img {
    position: absolute;
    display: block;
    width: 10px;
    top: 25%;
    left: 15px;
    right: 0;
    /* margin-left: auto; */
    /* margin-right: auto; */
    padding: 13px;
    /* border: 8px solid #eee; */
    background: #1e2e70;
    border-radius: 40px;
}
/*  N A V I G A T I O N  */
.nav-container {
    float: none;
    clear: both;
    position: relative;
    display: block;
    background: #eee;
    border-top: #1e2e70 1px solid;
    border-bottom: #1e2e70 3px solid;
    height: 54px;
    width: 100%;
}
#nav {
    float: none;
    clear: both;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    line-height: 54px;
    height: 54px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #1e2e70;
	display: block;
}
#nav li a:active {
	color: #1e2e70 !important;
}
/* first level */

#nav > ul {
    font-size: 1em;
    color: #1e2e70;
    width: 90%;
    max-width: 1800px;
    display: block;
    position: relative;
    margin: auto;
}
#nav > ul > li { 
	width: 20%;
    border-right: 1px solid #1e2e70;
	float: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#nav > ul > li.nav-large { width: 15%;}
#nav > ul > li.nav-stand-out { 
    font-size: 1.125em;
}
#nav > ul > li.nav-stand-out a{ 
    font-weight: 700;
}
#nav > ul > li:nth-of-type(1) {
    border-left: 1px solid #1e2e70;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 0.875em;
    font-weight: 400;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#nav > ul > li:not( :last-child ) > a {
	
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
	color: #1e2e70;
    background: #eee;
    font-weight: 700;
}
/* second level - Drop Down - Submenu*/

#nav li ul {
    background-color: #eee;
	/* IE10 Consumer Preview */ 
	display: none;
	position: absolute;
	top: 100%;
	/* -moz-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
	padding: 10px;*/
	border: none;
}
#nav li:hover ul {
    width: 450px;
    display: block;
    left: 0;
    border-top: 5px solid #1e2e70;
    right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
	border-bottom: 1px solid #1e2e70;
}
#nav li ul a {
	 font-size: 1em;
    text-decoration: none;
    text-transform: none;
    background-color: #eee;
    border-top: 1px solid #1e2e70;
    /* border-left: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    padding: 1px 0 1px 25px;
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #eee;
	color: #1e2e70;
}

#parallax-container-1{
    position: relative;
	width: 100%;
	color: white;
	height: 600px;
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/image-parallax-1.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
	
}
#parallax-container-1 > span {
    position: absolute;
    top: 0;
    height: 100%;
    background: #0006;
    padding-left: 0;
    padding-top: 100px;
    left: 25%;
    margin: auto;
    width: 50%;
    text-align: center;
    font-size: 4.5em;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    /* text-shadow: 0 5px 15px #0007; */
    box-shadow: 0px 0 80px 80px #0006;
}

/* STEPS */

.steps-box{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
.steps-box ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.steps-box ul li {
    top: 0;
    position: relative;
    background-color: #ffffff;
    float: left;
    color: #333;
    width: 23%;
    padding: 30px;
    margin-right: 2%;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: flex;
    border: 9px solid #cd1719;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}/*
.nav-box ul li:nth-child(even) {
	background-color: #eee;
    color: #333333;
}
*/
.steps-box ul li:hover{
    background: #fff;
    top: -10px;
}
.steps-box ul li > img {
    position: absolute;
    top: 4%;
    right: -25%;
    display: block;
    width: 140px;
    z-index: 1;
}
.steps-box ul li:nth-child(4n) {
	margin-right: 0;
}
.steps-box ul li:nth-of-type(4n) {
	margin-right: 0;
}
.steps-box ul li .steps-box-content{
    position: relative;
    font-size: 1em;
    padding-top: 0;
    box-sizing: border-box;
}

.steps-box ul li .steps-box-content h3 {
    position: relative;
    text-align: left;
    color: #111111;
    font-size: 1.375em;
    line-height: 1.3;
    padding-bottom: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}
/*.steps-box ul li .steps-box-content h3:hover{
    color: #333;
    font-weight: 400;
    letter-spacing: 3px;
}*/
.steps-box ul li .steps-box-content .steps-box-subheading {
    width: 100%;
    position: relative;
    text-align: left;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    box-sizing: border-box;
}
.steps-box ul li .steps-box-image {
    position: relative;
    background: #fff;
    display: block;
    padding: 0px;
    width: 60%;
    height: auto;
}
.steps-box ul li .steps-box-image img {
    display: block;
    width: 100%;
}

.nav-box{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 130px;
    
}
.nav-box ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.nav-box ul li {
    position: relative;
    overflow: hidden;
    float: left;
    background-color: #fff;
    /* border: 10px solid #cd1719; */
    color: #333;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* border-radius: 100px; */ 
    justify-content: flex-start;
}/*
.nav-box ul li:nth-child(even) {
	background-color: #eee;
    color: #333333;
}
*/
.nav-box ul li:nth-child(4n) {
	margin-right: 0;
}
.nav-box ul li:nth-of-type(4n) {
	margin-right: 0;
}
.nav-box ul li .nav-box-content{
    position: relative;
    font-size: 1em;
    padding: 30px;
    box-sizing: border-box;
}

.nav-box ul li .nav-box-content h3 {
    position: relative;
    text-align: center;
    color: #1e2e70;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: 0;
    /* text-transform: uppercase; */
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-box ul li .nav-box-content h3:hover{
    color: #333;
    text-decoration: underline;
}
.nav-box ul li .nav-box-content .nav-box-subheading{
    width: 100%;
    position: relative;
    text-align: center;
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    box-sizing: border-box;
}

.nav-box ul li .nav-box-image {
    position: relative;
    display: block;
    padding-bottom: 55%;
    width: 100%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
}
.nav-box ul li .nav-box-image img {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 3px solid #1e2e70;
}
#contentWrapper {
	padding: 5%;
}
.image img {
	width: 100%;
	display: block;
}
.image {
	float: none;
	clear: both;
	display: block;
}
.image .border {
	border: #CCCCCC solid 5px;
}
.image.full {
	width: 100%;
	float: none;
	clear: both;
}
.image.half {
	width: 48% !important;
	float: left;
	clear: both;
}
.image.threeQuarter {
	width: 75%;
	float: left;
	clear: both;
}
.image.third {
	display: inline-block;
	width: 33%;
	float: left;
	clear: none;
}
.image.quarter {
	display: inline-block;
	width: 25%;
	float: left;
	clear: none;
	margin-right: 1%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageBorder {
	padding: 2%;
	background: #eeeeee;
}
.heading h2 {
	display: block;
	color: #333;
	width: 100%;
	font-size: 1.125em;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
.LVcontainer {
	width: 95%;
    margin: auto;
    max-width: 1440px;
	padding: 80px 0%;
	display: block;
	float: none;
	clear: both;
	/* background-color: #222; border-top: solid 1px #dddddd; *//* background-color: #f3f3f3; */
}
.LVcontainer > ul {
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	flex-flow: wrap;
	
}
.LVcontainer > ul > li {
    position: relative;
    width: 19%;
    display: block;
    float: left;
    height: auto;
    margin: 15px 0.5%;
    background: #fff;
    padding: 0;
    padding-bottom: 50px;
    color: #3C3D40;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
}
.LVcontainer > ul > li:hover {
/* background: #f2f2f2;
	border: 10px solid #f2f2f2; */
}
.LVcontainer > ul > li:nth-child(5n) {
	clear: right;
}

.LVcontainer > ul > li .usedCar_tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	max-width: 125px;
	min-width: 100px;
	z-index: 100;
	
}
.LVcontainer > ul > li .usedCar_tag img{
	width: 100%;
}
.LVtextWrapper {
	width: 100%;
	padding: 25px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.LVspec {
	display: block;
	font-size: 0.875em;
	float: none;
	clear: both;
}
.LVspec > ul {
	overflow: visible; 
	
	
}
.LVspec > ul > li {
	width: 100%;
	color: #3C3D40;
	padding: 5px 0;
	list-style-image: url('../images/tick-blue-10px.png');
	list-style-position: inside;
	/*
	padding-bottom: 3px;
	margin-bottom: 3px;
	*/
	border-bottom: solid 1px #ccc;
	text-indent: 10px;
	white-space: nowrap;
	overflow: hidden; 
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.LVspec > ul > li:nth-child(even) {
/* 	background-color: #333333; */
}
.LVheading {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-transform: none;
	color: #3C3D40;
	text-decoration: none;
}
.LVheading:hover {
	color: #222;
	text-decoration: underline;
}
.LVprice {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75em;
    font-weight: 700;
    /* letter-spacing: 2px; */
    color: #fff;
    background: #1e2e70;
    padding: 5px;
    /* text-indent: 25px; */
    width: 100%;
    text-decoration: none;
    display: block;
    text-align: center;
    /* padding-right: 25px; */
    padding-top: 5px;
    box-sizing: border-box;
}
.LVprice > span{
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
}
.LVclickHere {
	font-size: 1em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #3C3D40;
	padding: 15px;
	margin-top: 10px;
	background-color: #222;
	/* CURVE BORDER  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	cursor: pointer;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.LVclickHere:hover {
	text-decoration: underline;
}
.COMhomepage {
	width: 56%;
	display: block;
	float: left;
	overflow: visible;
	padding: 20px;
	margin: 20px 2% 20px 2%;
	background-color: #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}
.COMhomepage:hover {
}
.COMhomepage img {
	width: 55%;
	height: auto;
	float: left;
	clear: none;
	margin-right: 3%;
	margin-bottom: 5px;
	background: #f2f2f2;
	/*padding: 4px; */
	/* -moz-box-shadow: 	0 0 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,0.1);
	box-shadow: 		0 0 4px 2px rgba(0,0,0,0.1); */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.COMhomepage img:hover {
}
.COMtextWrapper {
	width: 42%;
	float: left;
	clear: none;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.COMspec {
	font-size: 14px;
	color: #ffffff;
	float: none;
	clear: both;
}
.COMheading {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
.COMheading:hover {
	color: #666666;
}
.COMprice {
	font-size: 26px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: inline-block;
}
.COMclickhere {
	display: block;
	float: right;
	clear: right;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: #000000;
	background: #666666;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* CURVE BORDER */ 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
.COMclickhere:hover {
	color: #FFFFFF;
}

.section-container{
    width: 95%;
    margin: auto;
    max-width: 1440px;
	display: block;
	float: none;
	clear: both;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* REVIEWS HOMEPAGE */
.reviews-rating-list{
        display: inline-block;
    font-size: 1em;
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    margin-left: 4px;
	}
.reviews-rating-list:hover{
    
	}
.reviews-rating-list > img{
    display: inline-block;
   /* float: left; */
    clear: none; 
    width: 15px !important;
    height: auto;
    margin-right: 0;
}
.reviews-rating-list:hover > img{
   
}
.reviews-rating-list > span{
    display: inline-block;
   /* float: left; */
    margin-left: 12px;
    margin-top: 15px; 
    font-size: 1em;
    color: #111111;
    font-weight: 700;
	} 
.reviews-rating-list:hover > span{
    
}

.reviews-rating-list > span > span {
    font-size: 1em; 
    color: #666;
    font-weight: 700;
    padding-right: 4px
	}

.review_wrapper{
    display: block;
    
}
.review_wrapper > ul{
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	flex-flow: wrap;
    
}
.review_wrapper > ul li{
    float: left;
    width: 100%;
    padding: 30px;
    display: inline-block;
    background: #e3e3e3;
    box-sizing: border-box;
    border-radius: 5px;
    
}
.review_wrapper > ul  li:nth-of-type(5n){
    margin-right: 0;
}

.review_wrapper > ul li > p{
    font-size: 0.875em;
    font-weight: 700;
    color: #444;
    line-height: 1.6;
    display: block;
    text-align: left;
    margin: 0;
    
}
.review_wrapper > ul li > span{
    font-size: 0.75em;
    font-weight: 700;
    color: #111111;
    line-height: 1.6;
    display: block;
    text-align: left;
    margin-top: 8px;
    
}

.review_wrapper > ul li > a {
    display: block;
    float: left;
    clear: both;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    margin-top: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    cursor: pointer;
    background-image: url(../images/arrow-grey.png);
    background-repeat: no-repeat;
    background-position: 100% 3px;
}
/* LATEST NEWS homepage*/
.newsWrapper {
	width: 65%;
	padding: 80px 17.5%;
	margin: 0;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
	border-top: solid 1px #dddddd;
	background: #ffffff;
}

.newsWrapper > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;/* position: relative;
	 width: auto; */
}
.newsWrapper > ul > li {
	font-size: 1em;
	display: inline-block;
	float: left;
	/* flex: 24%; */
	width: 24.625%;
	margin: 10px 0;
	margin-right: 0.5%;
	height: auto;
	background: #eeeeee;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	/* border: 1px solid #dddddd; */
	position: relative;
	padding-bottom: 60px;
}
.newsWrapper > ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.newsWrapper > ul > li:nth-of-type(4n+1) {
	clear: left;
}
.newsWrapper > ul > li img {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.newsWrapper_VideoContainer{
	display: block;
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    height: 0;
	margin-bottom: 30px;
	}
.newsWrapper_VideoContainer iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: visible;
	}
.newsWrapper_clickhere {
	display: block;
	width: 90%;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	background: #474c52/* #54b948 */;
	text-align: center;
	clear: both;
	margin: 5px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.newsWrapper_clickhere:hover {
	background:#232527;
}
.newsWrapper_HeaderLink{
	color: #444444;
	font-size: 1.125em;
	text-align: left;
	margin-bottom: 5px;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 700;
	text-transform: none;
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.newsWrapper_HeaderLink:hover {
	color: #cccccc;
}
.newsWrapper_SubHeading {
	font-size: 1.125em;
	text-align: left;
	color: #d2252b;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsWrapper_Text {
	font-size: 0.875em;
	text-align: left;
	color: #555555;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 400;
}
.newsWrapper_TextContainer {
	display: block;
	padding: 20px;
	height: auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.newsContainer{
	width: 100%;
	padding: 40px;
	background: #ffffff;
	height: auto;
	display: block;
	margin: 15px 0 ;
	float:none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.newsContainer:hover{
	/* background: #f1f1f1; */
}
.newsContainerClickHereCenter{
	font-size: 1em;
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 40px;
	width: 130px;
	display: block;
	margin: 30px auto;
	clear: both;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #d2252b;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #d2252b 50%, #fff 50%);
	border-bottom: 4px solid #a90725;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.newsContainerClickHereCenter:hover{
	background-color: #a90725;
	background-position: 0 -100%;
}
.newsImage img{
	width: 100%;
}

.newsImage{
	width: 34%;
	height: auto;
	padding: 1px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	margin-right: 1%;
	float: left;
}
.newsImage:hover{
	padding: 0px;
	border: 2px solid #aaaaaa;
}
.newsImageMedium img{
	width: 100%;
}

.newsImageMedium{
	width: 15%;
	float: left;
	background-color: #FFFFFF;
	margin-right: 5%;
}
.newsImageLarge img{
	width: 100%;
}
.newsImageLarge{
	width: 98%;
	clear: both;
	border-radius: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
	box-shadow: 0px 0px 5px 0px #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.newsVideoContainer{
	display: block;
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    height: 0;
	margin-bottom: 30px;
	}
.newsVideoContainer iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: visible;
	}

.newsContent{
	width: 62%;
	height: auto;
	float: right;
}
.newsContainer .newsContentLarge{
	width: 80%;
	height: auto;
	float: left;
}
.newsContainer > a{
	text-decoration: none;
}
.newsContainer > a:hover{
	text-decoration: underline;
}
.newsHeaderLink{
	font-size: 1.125em;
	text-align: left;
	color: #d2252b;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 3px;
	}

.newsHeaderLink:hover{
	color: #3C3D40;
	text-decoration:underline;
}

.newsHeader{
	font-size: 2em;
	text-align: left;
	color: #444444;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 3px;
	}
.newsSalary{
	font-size: 1.125em;
	text-align: left;
	color: #444444;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	padding: 15px 0;
	}
.newsDate{
	font-size: 0.875em;
	text-align: left;
	color: #d2252b;
	font-weight: bold;
	margin: 5px 0;
}
.newsDateHomepg{
	font-size: 0.75em;
	text-align: left;
	color: #d2252b;
	font-weight: normal;
	margin-bottom: 5px;
}
.newsText{
	font-size: 1em;
	text-align: left;
	color: #444444;
	line-height: 1.5;
}
.newsText > a{
	font-size: 1em;
	text-align: left;
	color: #d2252b;
	font-weight: bold;
	line-height: 1.5;
}
.newsText > a:hover{
	color: #3C3D40;
	text-decoration:underline;
}
.newsTextHomepg{
	font-size: 0.875em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
}
.news_formContainer{
	border: 5px solid #cccccc;
	background: #ffffff;
	float: left;
	margin-top: 20px;
	width: 90%;
	padding: 3%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.news_formContainer h3{
	font-size: 1.125em;
	color: #d2252b;
	font-weight: Bold;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid #cccccc;
}
.news_formfield{
	font-size: 0.875em;
	color: #555555;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	float: left;
	margin-top: 5px;
	width: 65%;
	padding: 2%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.news_formfield_Error{
	font-size: 0.875em;
	color: #5f3f3f;
	border: 1px solid #f1a899;
	background: #fddfdf;
	float: left;
	margin-top: 5px;
	width: 65%;
	padding: 2%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.news_formText{
	font-size: 0.875em;
	color: #555555;
	width: 35%;
	float: left;
	text-align: left;
	padding-top: 10px;
	display: block;
	clear: left;
	text-indent: 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
/* ACCESSORIES */

.accessories-wrapper {
	width: 100%;
	margin: 0;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
}

.accessories-wrapper > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;/* position: relative;
	 width: auto; */
}
.accessories-wrapper > ul > li {
	font-size: 1em;
	display: inline-block;
	float: left;
	/* flex: 24%; */
	width: 32.5%;
	margin-bottom: 25px;
	margin-right: 1.25%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	/* border: 1px solid #dddddd; */
	position: relative;
    overflow: hidden;
    border-radius: 3px;
}

    
.accessories-wrapper > ul > li:nth-of-type(odd) {
	background: #FFD99B;
}
.accessories-wrapper > ul > li:nth-of-type(even) {
	background:#b9d9ff;
}
.accessories-wrapper > ul > li:nth-of-type(3n) {
	margin-right: 0;
}
.accessories-wrapper > ul > li:nth-of-type(3n+1) {
	clear: left;
}
.accessories-wrapper > ul > li img {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.accessories-wrapper > ul > li .accessories-image-caption{
    width: 100%;
     display: block;
    position: relative;
    bottom: 15px;
    left: -20px;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    background: #0008;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accessories-wrapper-clickhere {
	display: block;
	width: 90%;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	color: #ffffff;
	background: #474c52/* #54b948 */;
	text-align: center;
	clear: both;
	margin: 5px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.accessories-wrapper-clickhere:hover {
	background:#232527;
}
.accessories-wrapper h2{
	color: #444444;
	font-size: 2em;
	text-align: left;
	margin-bottom: 5px;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 700;
	text-transform: none;
	clear: both;
}

.accessories-wrapper-text {
	display: block;
	padding: 35px;
	height: auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* SHOP */
.shop-item-container{
display: block;
    margin-top: 20px;
    width: 100%;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    
}
.shop-item-image{
    display: inline-block;
        float: left;
    clear: left;
        width: 50%;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    
}
.shop-item-image img{
    display: block;
    width: 100%;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    
}
.shop-item-content{
    float: left;
    clear: right;
    display: inline-block;
    width: 45%;
    margin-left: 5%;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    
}
.shop-item-heading{
     font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #444;
    text-transform: none;
    display: block;
    margin-top: 20px;
    clear: both;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.shop-item-subheading{
    font-size: 1em;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    display: block;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
    
}
.shop-item-category{
    font-size: 1em;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}
.shop-item-subcategory{
    float: left;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    color: #fff;
    background-color: #aaa;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 7px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    
}
.shop-item-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    color: #222;
    text-transform: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: left;
    text-shadow: 0px 4px 4px #999;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;  
}
.shop-item-description{
     font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    color: #444;
    text-align: left;
    text-transform: none;
    padding: 0;
    margin-top: 30px;
    display: block;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;  
}
.shop-item-list-heading{
     font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    color: #444;
    text-transform: none;
    display: block;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #ddd;
    clear: both;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.shop-item-list-tick{
    display: block;
    clear: both;
    width: 100%;
    color: #444;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.shop-item-list-tick ul{
    position: relative;
    display: block;
    clear: both;
    width: 100%; 
}
.shop-item-list-tick ul li{
    border-bottom: 1px solid #ddd;    
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: none;
    color: #444;
    list-style-image: url("../images/tick-blue-10px.png");
    /* text-indent: 10px; */
    margin-left: 25px;
    list-style-position: outside;
}
.shop-item-list-tick ul li:nth-of-type(3n){
}

.shop-item-list{
    display: block;
    clear: both;
    width: 100%;
    color: #444;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    -moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.shop-item-list ul{
    position: relative;
    display: block;
    clear: both;
    width: 100%; 
}
.shop-item-list ul li{
    border-bottom: 1px solid #ddd;    
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: none;
    color: #444;
}
.shop-item-list ul li:nth-of-type(3n){
}

.shop-item-click{
    font-family: 'Montserrat', sans-serif;
    width: 180px;
    float: none;
    display: block;
    margin-left: -20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #FFF9;
    background-color: #3fc59d;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}
.shop-item-click:hover{
     color: #3fc59d;
    border: 2px solid #3fc59d;
    background-color: #fff;
}
.shop-item-quantity{
    display: block;
    width: 175px;
    color: #444;
    /* border: 2px solid #3fc59d; */
    font-weight: 700;
    font-size: 1em;
    padding: 10px 0;
    background-color: #fff;
    margin-left: -20px;
    margin-top: 20px;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
 
}
.shop-item-quantity > select{
        font-size: 0.875em;
    font-weight: 700;
    color: #444;
    border: none;
    background-color: #fff;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #444;
    cursor: pointer;
    
}

/* TESTIMONIALS*/
.testimonials-wrapper {
	width: 100%;
	padding: 40px 0;
	margin: 0;
	height: auto;
	float: none;
	clear: both;
}

.testimonials-wrapper > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;/* position: relative;
	 width: auto; */
}
.testimonials-wrapper > ul > li {
	font-size: 1em;
	display: block;
	position: relative;
	float: left;
	/* flex: 24%; */
	width: 100%;
	margin: 10px 0;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	
	padding-bottom: 20px;
	padding-top: 20px;
}
/*
.testimonials-wrapper > ul > li:nth-of-type(4n) {
	margin-right: 0;
}
.testimonials-wrapper > ul > li:nth-of-type(4n+1) {
	clear: left;
}
*/
.testimonials-wrapper > ul > li img {
	width: 25%;
	display: block;
	float: right;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.testimonials-clickhere {
	display: block;
	width: 90%;
	padding: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	font-weight: 700;
	text-transform: none;
	text-decoration: none;
	color: #fff;
	background: #222/* #54b948 */;
	text-align: center;
	clear: both;
	margin: 5px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.testimonials-clickhere:hover {
	background:#222;
}
.testimonials-header-link{
	color: #3C3D40;
	font-size: 1.125em;
	text-align: left;
	margin-bottom: 5px;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 700;
	text-transform: none;
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.testimonials-wrapper-header-link:hover {
	color: #222;
}
.testimonials-sub-heading {
	font-size: 1.125em;
	text-align: left;
	color: #3C3D40;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.testimonials-text-container {
	display: block;
	padding: 20px 0;
	height: auto;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.testimonials-text-container.width70 { width: 70%; }
.testimonials-text-container.width100 { width: 100%; }

.testimonials-container{
	width: 100%;
	padding: 40px;
	background: #f2f2f2;
	height: auto;
	display: block;
	margin: 15px 0 ;
	float:none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.testimonials-container:hover{
	/* background: #f1f1f1; */
}
.testimonials-container-ClickHereCenter{
	font-size: 1em;
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 40px;
	width: 130px;
	display: block;
	margin: 30px auto;
	clear: both;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #d2252b;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #d2252b 50%, #fff 50%);
	border-bottom: 4px solid #a90725;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.testimonials-container-ClickHereCenter:hover{
	background-color: #a90725;
	background-position: 0 -100%;
}
.testimonials-image img{
	width: 100%;
}

.testimonials-image{
	width: 34%;
	height: auto;
	padding: 1px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-right: 1%;
	float: left;
}
.testimonials-image:hover{
	padding: 0px;
	border: 2px solid #aaaaaa;
}
.testimonials-image-medium img{
	width: 100%;
}

.testimonials-image-medium{
	width: 15%;
	float: left;
	background-color: #FFFFFF;
	margin-right: 5%;
}
.testimonials-image-large img{
	width: 100%;
}
.testimonials-image-large{
	width: 98%;
	clear: both;
	border-radius: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
	box-shadow: 0px 0px 5px 0px #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.testimonials-content{
	width: 62%;
	height: auto;
	float: right;
}
.testimonials-container .testimonials-content-large{
	width: 80%;
	height: auto;
	float: left;
}
.testimonials-container > a{
	text-decoration: none;
}
.testimonials-container > a:hover{
	text-decoration: underline;
}
.testimonials-header-link{
	font-size: 1.25em;
	text-align: left;
	color: #222;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 3px;
	}

.testimonials-header-link:hover{
	color: #222;
	text-decoration:underline;
}

.testimonials-header{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	text-align: left;
	color: #222;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	margin-top: 15px;
	}
.testimonials-text {
	font-size: 1em;
	text-align: left;
	color: #3C3D40;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.testimonials-salary{
	font-size: 1.125em;
	text-align: left;
	color: #3C3D40;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	padding: 15px 0;
	}
.testimonials-date{
	font-size: 0.875em;
	text-align: left;
	color: #0374ca;
	font-weight: bold;
	margin: 5px 0;
}
.testimonials-date-homepg{
	font-size: 0.75em;
	text-align: left;
	color: #0374ca;
	font-weight: normal;
	margin-bottom: 5px;
}

.testimonials-text > a{
	font-size: 1em;
	text-align: left;
	color: #222;
	font-weight: bold;
	line-height: 1.5;
}
.testimonials-text > a:hover{
	color: #222;
	text-decoration:underline;
}
.testimonials-text-homepg{
	font-size: 0.875em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
}
.testimonials-form-container{
	border: 5px solid #cccccc;
	background: #ffffff;
	float: left;
	margin-top: 20px;
	width: 90%;
	padding: 3%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.testimonials-form-container h3{
	font-size: 1.125em;
	color: #222;
	font-weight: Bold;
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid #cccccc;
}
.testimonials-form-field{
	font-size: 0.875em;
	color: #555555;
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
	margin-top: 5px;
	width: 65%;
	padding: 2%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.testimonials-form-field-error{
	font-size: 0.875em;
	color: #5f3f3f;
	border: 1px solid #f1a899;
	background: #fddfdf;
	float: left;
	margin-top: 5px;
	width: 65%;
	padding: 2%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.testimonials-form-text{
	font-size: 0.875em;
	color: #555555;
	width: 35%;
	float: left;
	text-align: left;
	padding-top: 10px;
	display: block;
	clear: left;
	text-indent: 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/* ROBS PLEDGE */

.pledgeWrapper {
    position: relative;
	width: 90%;
	padding: 30px 5%;
	padding-bottom: 35px;
	margin: 0;
	margin-top: 30px;
	height: auto;
	overflow: visible;
	float: none; 
	clear: both;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	background: #222;
}

.pledgeWrapper ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;/* position: relative;
	 width: auto; */
}
.pledgeWrapper ul li {
	width: 100%;
	float: left;
        font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    /* list-style-image: url('../images/tick-white-20px.png'); 
    padding: 5px;
	vertical-align: 5px; 
	/*
	padding-bottom: 3px;
	margin-bottom: 3px;
	 */
    
    list-style-position: inside;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pledgeWrapper ul li:nth-child(even) {
	/* background: #f2f2f2; */
}
.pledgeWrapper > ul > li:nth-of-type(4n) {
    
}
.pledgeWrapper > ul > li:nth-of-type(4n+1) {

}
.pledgeWrapper > ul > li img {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.pledgeWrapper > a {
	width: 150px;
    position: absolute;
    top: 40%;
    right: 50px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 1.125em;
    color: #222;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    
	display: block;
	
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.pledgeWrapper > a:hover {
	background: #222;
    border: 1px solid #fff;
    color: #fff;
}



.search-ebay{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 40px;
    padding:30px;
   /*  border: 1px solid #222; */
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
}
.search-ebay img{
    display: block;
    width: 300px;
    float: none;
    margin-right: 20px;
}
.search-ebay-link{
    font-size: 1em;
    font-weight: 700;
    color: #222;
    cursor: pointer;
    clear: both;
    float: none;
}
.search-ebay-link:hover {
	color: #666;
}
.search-ebay a{
    border: none;
    display: block;
    float: none;
}

.search-ebay .search-ebay-btn {
   position: absolute;
    float: right;
    top: 5px;
    right: 25px;
    width: 200px;
    background: #222;
    border: 1px solid #222;
    font-size: 1.125em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 22px;
    cursor: pointer;
    margin-top: 20px;
    display: inline-block;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
}
.search-ebay .search-ebay-btn:hover {
	background: #fff;
    border: 1px solid #222;
    color: #222;
}

/* USED CAR*/
.usedCar_Wrapper {
	width: 95%;
    max-width: 1440px;
    margin: auto;
	display: block;
	position: relative;
	padding-top: 40px;
    
}
.usedCar_contentWrapper {
	/* margin: 30px 0; */
	padding: 30px 0;
}
.usedCar_searchleft {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.usedCar_extraText {
	background: #444444;
	padding: 0 4% 40px 4%;
	color: #ffffff;
	float: none;
	clear: both;
}
.usedCar_Container {
	position: relative;
	width: 100%;
    display: block;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.usedCar_Container > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	flex-flow: wrap;
}
.usedCar_Container > ul > li {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-right: 0;
    float: none;
    display: block;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-bottom: 80px; */
}
.usedCar_Container > ul > li:nth-of-type(3n){
    margin-right: 0;
}
.usedCar_Container:hover {
}
.usedCar_Container > ul > li > span {
    font-family: 'Montserrat', sans-serif;
    /* width: 100px; */
    /* margin-right: 15px; */
    top: 20px;
    right: -35px;
    font-size: 0.75em;
    position: absolute;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding: 7px 35px;
    color: #fff;
    background-color: #ff0000;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px #0002;
    rotate: 45deg;
}

.usedCar_Container > ul > li > .corner-badge {
    position: absolute;
    top: -10px;
    left: -50px;
    display: flex;
    width: 140px;
    padding: 10px 10px;
    padding-top: 20px;
    align-items: center;
    text-align: center;
    background: #cd1719;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    rotate: -45deg;
    flex-direction: column;
    align-content: center;
    z-index: 1;
}
.usedCar_Container > ul > li > .corner-badge > span {
    display: block;
    float: none;
    font-size: 0.75em;
    font-weight: 700;
    padding-left: 0px;
    margin-top: 7px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.usedCar_Container > ul > li > .corner-badge > .corner-badge-image {
    width: 20px;
    display: block;
    float: none;
}

.usedCar_Container > ul > li > .corner-badge > .corner-badge-image img{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    
}

.usedCar_Container > ul > li > .corner-badge-block {
    position: absolute;
    top: 38px;
    left: -130px;
    display: flex;
    width: 310px;
    padding: 5px 5px;
    padding-top: 5px;
    text-align: center;
    background: #12384D;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    rotate: -65deg;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.usedCar_Container > ul > li > .corner-badge-block span {
    display: inline;
    float: left;
    font-size: 0.75em;
    font-weight: 800;
    padding-left: 2px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.usedCar_Container > ul > li > .corner-badge-block-image {
    width: 30px;
    display: inline;
    float: left;
    /* rotate: 45deg; */
}

.usedCar_Container > ul > li > .corner-badge-block-image img{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    
}

.usedCar_Container > .usedCar_tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	max-width: 145px;
	min-width: 110px;
	z-index: 100;
	
}
.usedCar_Container > .usedCar_tag img{
	width: 100%;
}
.usedCar_Image > img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.usedCar_Image_hp > img {
    display: block;
    width: 100%;
    border-bottom: 5px solid #1e2e70;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.usedCar_Image_hp {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.usedCar_Image_hp:hover > img{
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
.usedCar_Image {
    position: relative;
    display: block;
    width: 31%;
    margin-right: 0;
    height: auto;
    padding: 0;
    float: left;
    overflow: hidden;
    /* border: #d4d4d4 solid 5px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.usedCar_Image:hover > img{
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}
.usedCar-icon-photos{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #0007;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px; 
    border-radius: 3px;
}
.usedCar-icon-photos > img{
	width: 20px;
	display: inline-block;
	padding: 5px; 
	vertical-align:middle; 
}
.usedCar-icon-photos > span{
	font-family: 'Montserrat', sans-serif;
	padding-right: 10px;
	color: #fff;
	font-size: 0.75em; 
	font-weight: 700;
	display: inline-block;
	vertical-align:middle;
}
.usedCar-icon-l-border{
border-left: 1px solid #fff;
}
.usedCar_noImage img {
	width: 100%;
}
.usedCar_noImage {
	display: block;
	width: 100%;
}
.usedCar_InsideMiddle {
    float: left;
    width: 69%;
    display: block;
    clear: right;
    padding: 30px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.specContainerHalf {
	float: left;
	width: 45%;
}
.specContainerFull {
	float: left;
	width: 75%;
}
.specContainerRow {
    display: block;
    font-size: 0.875em;
    margin-top: 10px;
}

.specContainerRow > ul{
    display: flex;
    flex-wrap: wrap;
}
.specContainerRow > ul > li {
    display: flex;
    width: 31.333%;
    margin-right: 2%;
    /* float: left; */
    color: #555;
    padding-left: 50;
    padding-bottom: 5px;
    margin-bottom: 5px;
    /* margin: 0; */
    /* margin-bottom: 4px; */
    border-bottom: solid 1px #ddd;
    /* background: #f2f2f2; */
    overflow: hidden;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* border-radius: 5px; */
    align-content: flex-start;
    align-items: center;
}
.specContainerRow > ul > li:nth-child(3n) {
}
.usedCar_InsideMiddle .specContainerRow > .specLeft {
	font-weight: normal;
	width: 20%;
	float: left;
	display: block;
	height: auto;
	text-transform: capitalize;
}
.specContainerRow > .specRight {
	font-weight: bold;
	color: #ffffff;
	width: 30%;
	float: left;
	display: block;
	height: auto;
	text-transform: capitalize;
}
.usedCarContainerRow {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	margin-top: 10px;
	text-align: left;
	color: #ffffff;
}
.usedCarContainerRow img {
	width: 50px;
	height: auto;
	float: left;
	padding: 5px;
}
.usedCar_PriceWrapper {
    float: left;
    width: 25%;
    display: block;
    padding-right: 15px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.usedCar_Price {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75em;
    text-indent: 15%;
    font-weight: 800;
    color: #1e2e70;
    float: right;
    clear: none;
    text-align: right;
    width: 100%;
}
.usedCar_Price span{
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    float: none;
    clear: both;
    text-align: right;
    line-height: 0.5;
}
.usedCar_Finance {
    width: 100%;
	padding-bottom: 10px;
    font-size: 1em;
    font-weight: 700;
    color: #29a8e0;
    float: right;
    text-align: right;
}
.usedCar_Finance > span{
	font-size: 1.25em;
	color: #29a8e0;
	font-weight: 700;
}
.usedCar_Finance_btn {
    float: right;
    clear: both;
    width: 200px;
    background: #29a8e0;
    border: 1px solid #29a8e0;
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px 15px;

    cursor: pointer;
    
	display: block;
	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}
.usedCar_Finance_btn:hover {
	background: #fff;
    border: 1px solid #2395c7;
    color: #2395c7;
}
.usedCar_PriceSaving {
	font-size: 1.5em;
	font-weight: bold;
	color: #222;
	float: right;
	clear: right;
	text-align: right;
	width: 100%;
}
.usedCar_WasPrice {
    width: 100%;
	font-size: 1.25em;
	font-weight: 700;
	color: #999;
	float: right;
	text-align: right;
	text-decoration: line-through;
}
.usedCar_clickHere {
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding: 7px;
	clear: both;
	margin-top: 10px;
	text-align: left;
	background-color: #666666;
	/* GRADIENT */ 
	background-image: -ms-linear-gradient(top, #4c4c4c 0%, #030303 100%);
	background-image: -moz-linear-gradient(top, #4c4c4c 0%, #030303 100%);
	background-image: -o-linear-gradient(top, #4c4c4c 0%, #030303 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c4c4c), color-stop(1, #030303));
	background-image: -webkit-linear-gradient(top, #4f4c4c4c3d2f 0%, #030303 100%);
	/* CURVE BORDER */ 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-radius-topright: 20px;
	-webkit-border-radius-topleft: 20px;
	-khtml-border-radius-topright: 20px;
	-khtml-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border: 1px solid #555555;
}
.usedCar_clickHere:hover {
	color: #666666;
	background-color: #fefefe;
	/* GRADIENT */ 
	background-image: -ms-linear-gradient(top, #fefefe 0%, #aeaeae 100%);
	background-image: -moz-linear-gradient(top, #fefefe 0%, #aeaeae 100%);
	background-image: -o-linear-gradient(top, #fefefe 0%, #aeaeae 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #aeaeae));
	background-image: -webkit-linear-gradient(top, #fefefe 0%, #aeaeae 100%);
}
.usedCar_clickHere2 {
   width: 140px;
    float: right;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    padding: 10px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #111111;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #111111;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}
.usedCar_clickHere2.green {
	background-color: #222; 
}
.usedCar_clickHere2:hover {
	background-color: #fff;
	color: #111111;
	border: 1px solid #111111;

}
.usedCar_clickHere3 {
    width: 85%;
    margin-bottom: 6px;
    float: right;
    display: block;
    font-size: 0.875em;
    letter-spacing: 0;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 12px 25px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #1e2e70;
    background: #1e2e70;
}
.usedCar_clickHere3:hover {
	color: #fff;
	background: #1e2e70;
    border: 1px solid #1e2e70;
}
.usedCar_clickHere4 {
    width: 85%;
    margin: 3px 0;
    float: right;
    display: block;
    font-size: 0.75em;
    /* letter-spacing: 0.5px; */
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 6px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    color: #333;
    border: 1px solid #888;
    background: #fff;
    cursor: pointer;
}
.usedCar_clickHere4:hover {
	color: #333;
	background: #eee;
}
.usedCar_clickHere_finance {
	width: 100px;
	margin: 0;
	display: inline-block;
	font-size: 0.875em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	padding: 5px 9px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	color: #ffffff;
	border: none;
	background: #222;
}
.usedCar_clickHere_finance:hover {
	color: #ffffff;
	border: none;
	background: #222;

}
.usedCarIcon_Container {
	float: left;
	height: auto;
	width: auto;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.usedCarIcon_Container .usedCarIcon_Text {
	height: auto;
	width: auto;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	line-height: 1.5;
}
.usedCarIcon {
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	background-color: #FFA201;
	font-size: 18px;
	color: #ffffff;
	display: block;
	height: 50px;
	width: 70px;
	text-align: center;
	padding-top: 20px;
}
.usedCarIcon_MPG {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/logo_mpg_sm.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 63px;
	text-align: center;
	padding-top: 15px;
	background-position: center top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.usedCarIcon_CO2 {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/logo_co2_sm.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 66px;
	text-align: center;
	padding-top: 15px;
	background-position: center top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.usedCarIcon_Roadtax {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/logo_taxdisc_sm.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 49px;
	text-align: center;
	padding-top: 15px;
	background-position: center top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.usedCarIcon_InsGrp {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/logo_insurance_sm.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 47px;
	text-align: center;
	padding-top: 15px;
	background-position: center top;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}


/* REPRESENTATIVE EXAMPLE BOX */
.repexample_container{
	display: block;
	width: 100%;
	border: 1px solid #dddddd;
	
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 30px 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.08);
}
.repexample_heading{
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
	color: #3C3D40;
	border-bottom: 1px solid #dddddd;
}
.repexample_footer{
	padding: 10px;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	color: #444444;
	border-top: 1px solid #dddddd;
	float: none;
	clear:both;
}
.repexample_container ul li{
	display: inline-block;
	float: left;
	width: 11.111%;
	padding: 10px;
	border-right: 1px solid #dddddd;
	text-align: center;
	font-size: 0.875em !important;
	font-weight: normal !important;
	color: #444444;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	list-style-image:none !important;
	
}
.repexample_container ul li:last-child {
    border-right: none;
}
.repexample_container strong{
	font-size: 1.375em;
	font-weight: bold;
	color: #444444;
	display: inline;
}
.repexample_container small{
	font-size: 1.125em;
	font-weight: bold;
	color: #444444;
	display: inline;
}
.repexample_text {
	font-size: 0.875em;
	color: #444444;
	font-weight: normal !important;
	display: inline;
}
.repexample_large{ width: 13.25% !important; }
.repexample_container ul li i{
	display: block;
	text-decoration: none;
	font-style: normal;
}
.grid {
  max-width: 100%;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item{
      width: 48%;
      float: left;
    margin-right: 2%;
}
.grid-sizer{
    width: 48%;
}

.grid-item--width2 { width: 50%; }
.grid-item--width3 { width: 50%; }
.grid-item--width4 { width: 100%; }

.grid-item--height2 { height: 200px; }
.grid-item--height3 { height: 300px; }
.grid-item--height4 { height: 400px; }

.grid-item-image {
	width: 100%;
	display: block;
}
.grid-item-image img{
	width: 100%;
	display: block;
}

.viewCarTopContainer {
    position: relative; 
    width: 43%;
    padding: 40px;
    float: left;
    display: block;
    margin-bottom: 20px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#viewCarImageWrapper {
    position: relative;
    width: 55%;
    float: left;
    display: block;
    margin-right: 2%;
    margin-bottom: 20px;
}
#viewCarImageWrapper > .viewCar_tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	max-width: 300px;
	min-width: 110px;
	z-index: 100;
}
#viewCarImageWrapper > .viewCar_tag img{
	width: 100%;
}
#viewCar_mainImage img {
	width: 100%;
	position: absolute;
	display: block;
}
#viewCar_mainImage {
	position: relative;
	display: block;
	padding-bottom: 75%;
	overflow: hidden;
	height: 0;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_thumbImageContainter {
	width: 100%;
	float: left;
	display: block;
}
.viewCar_thumbImage img {
	display: block;
	width: 100%;
}
.viewCar_thumbImage {
	width: 12.5%;
	overflow: hidden;
	/* padding: 0.5%; */
	height: auto;
	cursor: pointer;
	float: left;
}
.viewCar_thumbImage:hover {
/* 	background: #d2252b; */
	opacity: 0.6;
	-moz-opacity: 0.6;
	
}
.viewCar_videoWrapper {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.viewCar_videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: visible;
	margin: 25px 0;
}
.viewCar_formfieldLarge {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    color: #222;
    border: none;
    background: #eee;
    float: left;
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    padding-left: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.viewCar_formfieldLarge_Error {
    font-size: 1.125em;
    color: #f1a899;
    border: 1px solid #f1a899;
    background: #fddfdf;
    float: left;
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#viewCar_financeExampleBox{
    height: 330px;
    overflow-y: scroll;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
}
.viewCar_financeContainer {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_financeHeader{
	font-size: 1em;
	color: #333333;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 10px;
}
.financeSubHeading{
	font-size: 1em;
	color: #333333;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}
.viewCar_finance_textLeft{
	font-size: 14px;
	color: #333333;
	padding: 5px;
	width: 40%;
	min-width: 100px;
	float: left;
	margin-top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_finance_formField{
	font-size: 14px;
	color: #333333;
	padding: 3%;
	border: 1px solid #ccc;
	width: 60%;
	float: left;
	margin-top: 1px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_finance_formField_dropDown{
	font-size: 14px;
	color: #333333;
	padding: 3%;
	border: 1px solid #ccc;
	width: 25%;
	float: left;
	margin-top: 1px;
	clear: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



.viewCarFinanceColumn{
	float: left;
	display:block;
	width: 100%;
}

.viewCarFinanceColumn ul li{
	font-size: 0.875em;
	color: #333333;
	padding: 6px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background-image: url(../images/tick-red-10px.png);
	background-position: 7px 12px;
	background-repeat: no-repeat;
    */
}
.viewCarFinanceColumn ul li:nth-child(even) {
    background-color: #e8e8e8;
}

.viewCarFinanceColumn ul li > .financeLeft {
	float: left;
	clear: left;
	width: 60%;
	display: block;
	font-weight: bold;
	text-indent: 8px;
}

.viewCarFinanceColumn ul li > .financeRight{
	float: left;
	clear:right;
	width: 40%;
	display: block;
}

/*
#viewCar_financeExampleBox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

.viewCar_financeHeader {
	font-size: 1.125em;
	color: #333333;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #444;
}
.financeSubHeading {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #444;
}
.viewCar_finance_textLeft {
	font-size: 2em;
	color: #333333;
	padding: 5px;
	width: 40%;
	min-width: 100px;
	float: left;
	margin-top: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_finance_formField {
	font-size: 1em;
	color: #333333;
	padding: 3%;
	border: 1px solid #444;
	width: 60%;
	float: left;
	margin-top: 1px;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_finance_formField_dropDown {
	font-size: 1em;
	color: #333333;
	padding: 3%;
	border: 1px solid #444;
	width: 25%;
	float: left;
	margin-top: 1px;
	clear: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCarFinanceColumn {
	float: left;
	display: block;
	width: 100%;
}
.viewCarFinanceColumn ul li {
	font-size: 1em;
	color: #333333;
	padding: 6px;
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/tick-white-10px.png);
	background-position: 7px 12px;
	background-repeat: no-repeat;
}
.viewCarFinanceColumn ul li:nth-child(even) {
	background-color: #e4e4e4;
}
.viewCarFinanceColumn ul li > .financeLeft {
	float: left;
	clear: left;
	width: 55%;
	display: block;
	font-weight: bold;
	text-indent: 20px;
}
.viewCarFinanceColumn ul li > .financeRight {
	float: left;
	clear: right;
	width: 45%;
	display: block;
}
*/
.viewCar_formText {
    font-size: 1em;
    color: #333333;
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 10px;
    font-weight: 400;
    display: block;
    clear: left;
    text-indent: 20px;
}
.viewCar_formError {
	font-size: 1em;
	color: #5f3f3f;
	float: left;
	text-align: left;
	padding-top: 10px;
	display: block;
}
.viewCar_pdf {
	display: block;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	clear: both;
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/pdf_logo_small.png);
	background-repeat: no-repeat;
	background-position: 20px;
	text-indent: 55px;
}
.viewCar_pdf:hover {
	text-decoration: underline;
	clear: both;
}
.viewCarTelephone {
	font-size: 1em;
	color: #333333;
	font-weight: 700;
	padding-left: 10px;
}

.viewCarPrice {
    font-family: 'Montserrat', sans-serif;
	font-size: 3em;
    color: #1e2e70;
    font-weight: 800;
    margin: 0 0;
    padding: 0;
    /* margin-bottom: 15px; */
    /* padding-bottom: 5px; */
    /* text-indent: 10px; */
    padding-left: 10px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #D4D5DF;
    line-height: 1.2;
}
.viewCarPrice span{
    font-weight: 400;
    display: block;
	font-size: 0.875rem;
	color: #333333;
    text-transform: uppercase;

}
.viewCarPriceSaving {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	color: #333333;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #ffffff29;
	text-indent: 5px;
}
.viewCarWasPrice {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	color: #1e2e70;
	font-weight: 700;
	text-indent: 10px;
	text-decoration: line-through;
}

.viewCarPerMonth {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25em;
    color: #1e2e70;
    font-weight: 700;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D4D5DF;
    text-indent: 10px;
}
.viewCarPerMonth_btn {
    background: #e60000;
    border: 1px solid #e60000;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 5px 15px;
    margin-left: 10px;
    text-indent: 0;
 
    cursor: pointer;
    
	display: inline-block;
	
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    
    -webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

}
.viewCarPerMonth_btn:hover {
	background: #0b161e;
    border: 1px solid #0b161e;
    color: #fff;
}
.viewCarHeading {
    font-size: 1.5em;
    color: #1e2e70;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 10px;
}
.viewCarHeading2 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e2e70;
    text-decoration: none;
    padding-left: 10px;

}
.viewCarSubHeading {
    padding-top: 20px;
    margin-top:20px;
    border-top: 1px solid #D4D5DF; 
    padding-bottom: 20px;
    margin-bottom:20px;
    border-bottom: 1px solid #D4D5DF; 
	font-size: 1.25em;
	color: #1e2e70;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 10px;
}
.viewCarContactHeading {
	font-size: 1.25em;
	color: #1e2e70;
	font-weight: 700;
	text-transform: none;
	line-height: 1.5;
	padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #D4D5DF;
    width: 100%;
    display: block;
}
.viewCarSubHeading2 {
    font-size: 1em;
    color: #fff;
    background: #1e2e70;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    padding-bottom: 15px;
    margin-left: -20px;
    padding-top: 15px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #d4d5df; */
    width: 108%;
    display: block;
    letter-spacing: 1px;
    text-indent: 25px;
}
.viewCarFeaturesColumn {
	float: left;
	display: block; 
	width: 100%;
}
.viewCarFeaturesColumn ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.viewCarFeaturesColumn ul li {
	font-size: 0.875em; 
	font-weight: normal;
	color: #222;
    
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #D4D5DF;  
    /*
	list-style-image: url('../images/tick-blue-20px.png');
	list-style-position: inside; 
    */
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.viewCarFeaturesColumn ul li:nth-child(even) {
	/*  background-color: #eee; */
}
.viewCarSpecColumn {
    float: left;
    display: block;
    background: #fff;
    width: 100%;
    padding: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.viewCarSpecColumn ul li {
	font-size: 0.875em;
	color: #222;
	padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
	width: 100%;
	float: left;
	border-bottom: solid 1px #D4D5DF
}
.viewCarSpecColumn ul li:nth-child(even) {

}
.viewCarSpecColumn ul li .specLeft {
    float: left;
    width: 55%;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 0.875em;
    text-transform: uppercase;
    text-indent: 5px;
}
.viewCarSpecColumn ul li .specRight {
	/* color: #ff600a; */
	font-weight: 400;
	float: left;
	width: 45%;
	display: inline-block;
}
#viewCar_formfieldLarge_container {
	overflow: visible;
	display: block;
	height: auto;
}
#viewCar_formfieldLarge_container #formfieldLargeLeft {
	overflow: visible;
	float: left;
	position: relative;
}
#viewCar_formfieldLarge_container #formfieldLargeRight {
	overflow: visible;
	float: left;
	margin-left: 20px;
}
.viewCar_enquiryWrapper {
    float: left;
    width: 100%;
    display: block;
    padding: 50px;
    background: #fff;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}
.viewCar_addressWrapper {
	width: 67%;
	float: left;
	clear: right;
	display: block;
	margin: 20px 0;
	/* border: 5px solid #cccccc; */
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_StaffWrapper{ 
	width: 28%;
	margin: 20px 0;
	margin-right: 5%;
	display: block;
	float: left;
	clear: left;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar_StaffImage{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.viewCar_lineTopBox {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	clear: both;
}
.viewCar_lineTopBox2 {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.viewCar_greyBox {
	width: 100%;
	background-color: #333333;
	padding: 2%;
}
.viewCar_clickHere {
	display: block;
	font-size: 1rem;
	color: #ffffff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;

	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	cursor: pointer;
	background: #0b161e;
    border: 2px solid #f2f2f2;
    -moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;
    border-radius: 100px;

}
.viewCar_clickHere:hover {
	color: #333333;
	background: #0b161e;
}
.viewCar_clickHere2{
	display: block;
	font-size: 0.875em;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-weight:700;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 38px;
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: 10px 11px;
}
.viewCar_clickHere2.GetResult {
    font-family: 'Montserrat';
    float: left;
    width: 180px;
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    background: #1e2e70;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    background-image: none;
    background-size: 0;
    background-position: 0;
    background-repeat: no-repeat;
    text-align: center;
    text-indent: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.viewCar_clickHere2.ApplyFinance{
    float: left;
    width: 46%;
    margin-top: 10px;
    margin-right: 2%;
    margin-left: 2%;
    background: #e60000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    background-image: none;
    background-size: 0;
    background-position: 0;
    background-repeat: no-repeat;
    text-align: center;
    text-indent: 0;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	padding-top: 13px;
	padding-bottom: 13px;

}
.viewCar_clickHere2.print{
background-image: url("../images/icon-print.png");
	float: right;
}
.viewCar_clickHere2.value{
background-image: url("../images/icon-value.png");
}
.viewCar_clickHere2:hover {
	background: #e90000;
	/*CSS gradient*/
}
.viewCar_clickHere2.enquire {
    float: left;
    width: 31.333%;
    margin-top: 10px;
    margin-right: 1%;
    margin-left: 1%;
    background: #1e2e70;
    border: 1px solid #1e2e70;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    background-image: none;
    background-size: 0;
    background-position: 0;
    background-repeat: no-repeat;
    text-align: center;
    text-indent: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
    box-sizing: border-box;
}
.viewCar_clickHere2:hover, .viewCar_clickHere2.enquire:hover {
	color: #fff;
	/*CSS gradient*/
}
.viewCar_clickHere3 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    width: 98%;
    margin: 10px 1%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 20px 20px;
    text-align: center;
    background-color: #e90000;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.viewCar_clickHere3:hover {
	color: #ffffff;
	background-color: #333333;
}

.viewCar_clickHere3 img{
	vertical-align: middle;
	height: auto;
	display: inline-block;
	width: 140px;
    margin-bottom: 7px;
	padding-left: 5px;
	padding-right:5px;
	
}
.viewCar-click-print{
	    display: inline-block;
    margin-right: 20px;
    font-size: 0.875em;
    color: #333333;
    text-decoration: none;
    text-transform: none;
    text-align: left;
    font-weight: 400;
    padding-top: 3px;
    padding-bottom: 10px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/icon-print.png);
    text-indent: 38px;
    background-repeat: no-repeat;
    background-size: 21px auto;
    background-position: 10px 2px;
}

.viewCar-finance-btn  {
	width: 250px;
    margin-top: 20px;
     margin-bottom: 20px;
    background: #0b161e;
    border: 1px solid #0b161e;
    font-size: 1.125em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    
	display: block;
	
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
    
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.viewCar-finance-btn:hover {
	background: #0b161e;
    border: 1px solid #0b161e;
    color: #333333;
}

.viewCar_Icons {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.viewCar_Icons ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
}
.viewCar_Icons ul li {
    width: 16.666%;
    float: left;
    display: block;
    font-size: 0.875em;
    color: #222;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    /* padding-right: 25px; */
    /* padding-bottom: 25px; */
    /* border: 1px solid #fff; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.viewCar_Icons ul li img {
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
    display: block;
    padding: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: 1px solid #d4d5df;
    /* background: #0b161e; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: 0 2px 6px 0 rgba(0,0,0,.09); */
}
.viewCar_Icons ul li.Mileage{
background-image: url("../images/icon-mileage.png");
}
.viewCar_Icons ul li.Fuel{
background-image: url("../images/icon-fuel.png");
}
.viewCar_Icons ul li.Colour{
background-image: url("../images/icon-colour.png");
}
.viewCar_Icons ul li.Doors{
background-image: url("../images/icon-doors.png");
}
.viewCar_Icons ul li.Transmission{
background-image: url("../images/icon-transmission.png");
}
.viewCar_Icons ul li.Bodytype{
background-image: url("../images/icon-transmission.png");
}


/* BLOG */

.blog-container{
	width: 100%;
	height: auto;
	display: block;
	float:none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-container > ul {
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	
}

.blog-container > ul > li{
	width: 24.25%;
    Margin-right: 1%;
	margin-bottom: 30px;
	height: auto;
	display: block;
	float:left;
	clear: none;
    background: #fff9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/*
.blog-container > ul > li:nth-of-type(3n+2) {
	width: 32%;
	margin-left: 2%;
	Margin-right: 2%;
}*/
.blog-container > ul > li:nth-of-type(4n) {
	width: 24.25%;
	margin-left: 0;
	Margin-right: 0;
}

.blog-container > ul > li > img{
	display: block;
	width: 100%;
}
.blog-container > ul > li > .blog-list-image {
	 display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}

.blog-container > ul > li > .blog-list-image > img{
	position: absolute;
    display: block;
    width: 100%;
    height: auto;
}

.blog-container > ul > li > .blog-logo {
	display: block;
	width: 200px;
	margin-bottom: 20px;
}
.blog-container > ul > li > .blog-logo > img{
	display: block;
	width: 100%;
}
.blog-container > .blog-logo {
	display: block;
	width: 200px;
	margin-bottom: 20px;
}
.blog-container  > .blog-logo > img{
	display: block;
	width: 100%;
}
.blog-container > img{
	display: inline-block;
	width: 50%;
	margin-left: 5%;
	margin-bottom: 20px;
	float: right;
	clear: right;	
}
.blog-container-clickhere-center{
	font-size: 1em;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	padding: 12px 40px;
	width: 130px;
	display: block;
	margin: 30px auto;
	clear: both;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #fff;

    border: 1px solid rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 10px -3px rgba(0,0,0,.15);
	-webkit-box-shadow: 0 2px 10px -3px rgba(0,0,0,.15);
	box-shadow: 0 2px 10px -3px rgba(0,0,0,.15);
    color: #666;
}
.blog-container-clickhere-center:hover{
	background-color: #00447c;
	border: 1px solid #00447c;
	color: #fff;
}

.blog-image img{
	width: 100%;
}

.blog-image{
	width: 34%;
	height: auto;
	margin-bottom: 15px;
	margin-right: 1%;
	float: left;
}
.blog-image:hover{
	padding: 0px;
	border: 2px solid #aaaaaa;
}
.blog-image-medium img{
	display: block;
	width: 100%;
}

.blog-image-medium{
	width: 17%;
	float: left;
	margin-right: 3%;
}
.blog-image-large img{
	width: 100%;
}
.blog-image-large{
	width: 98%;
	clear: both;
	border-radius: 0px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 0px 5px 0px #CCCCCC;
	box-shadow: 0px 0px 5px 0px #CCCCCC;
	background-color: #FFFFFF;
	margin-right: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.blog-image-thumb-outer{
        position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 250px;
    
}
.blog-image-thumb-inner{
    position: absolute;
    /* display: block; */
    /* width: 100%; */
    height: 250px;
    right: 50%;
    
}
.blog-image-thumb-inner img{
   position: relative;
    height: 250px;
    display: block;
    width: auto;
    left: 50%;
    text-align: center;
    
}
.blog-video-container{
	display: block;
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    height: 0;
	margin-bottom: 30px;
	}
.blog-video-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: visible;
	}

.blog-content{
	width: 62%;
	height: auto;
	float: right;
}
.blog-content-large{
    position: relative;
	width: 100%;
    padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-content-right{
	width: 15%;
	height: auto;
	float: right;
	margin-left: 5%;
}
.blog-content-right > img{
	display: block;
	width: 100%;
}
.blog-container a{
}
.blog-container a:hover{
}
.blog-header-link{
	font-size: 1em;
	text-align: left;
	color: #444;
	text-decoration: none;
	font-weight: 700;
	padding-bottom: 10px;
	}

.blog-header-link:hover{
	text-decoration: underline;
}


.blog-header{
	font-size: 2em;
	text-align: left;
	color: #444;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 5px;
	}
.blog-sub-header{
	font-size: 0.75em;
	text-align: left;
	color: #888;
	text-decoration: none;
    text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
    padding-top: 5px;
	}
.blog-date{
	font-size: 0.75em;
	text-align: left;
	color: #999;
	font-weight: normal;
}
.blog-date > a{
	color: #888;
	font-weight: normal;
	
}.blog-date > a:hover{
	text-decoration: underline;
}
.blog-date-homepg{
	font-size: 0.75em;
	text-align: left;
	color: #61a5d6;
	font-weight: normal;
	margin-bottom: 5px;
}
.blog-text{
	font-size: 0.875em;
	text-align: left;
	line-height: 1.3;
	color: #444;
	margin-top:8;
}
.blog-text::-webkit-scrollbar {
        width: 5px;
	
      }
.blog-text::-webkit-scrollbar-track {
	background: #eee;
      /*  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3); */
      }
.blog-text::-webkit-scrollbar-thumb {
            background-color: #ccc;
    outline: 0;

}
.blog-price{
	font-size: 1.5em;
	text-align: left;
    font-weight: 700;
	line-height: 1.5;
	color: #444;
	padding-top:8px;
}
.blog-was-price{
	    font-size: 0.875em;
    text-align: left;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: line-through;
    color: #bbb;
    padding-top: 0px;
}

.blog-text a{
	font-size: 1em;
	text-align: left;
	color: #444;
	font-weight: bold;
	line-height: 1.5;
}
.blog-text a:hover{
	color: #444;
	text-decoration:underline;
}
.blog-text > ul > br, .newsText > ul > li > br{
	display: none;
}
.blog-text p {
	font-family: 'Sarabun', sans-serif !important;
}
.blog-text p[style] {
	font-family: 'Sarabun', sans-serif !important;
}
.blog-text span[style] {
   font-family: 'Sarabun', sans-serif !important; 
}
.blog-text span {
	font-family: 'Sarabun', sans-serif !important;
	padding: 0;
	margin: 0;
}
.blog-text ul { 
	padding: 0;
	margin: 0;
}

.blog-text ul li{
	font-family: 'Sarabun', sans-serif !important;
	padding: 0;
	margin: 0;
	font-weight: 700;
	
}
.blog-text ul li[style] {
   font-family: 'Sarabun', sans-serif !important;
}
.blog-text h1{
	font-size: 2em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.blog-text h2{
	font-size: 1.25em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.blog-text h3{
	font-size: 1em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.blog-text h4{
	font-size: 1em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.blog-text strong, .blog-text b{ font-weight: 700; }
.blog-text blockquote { 
	padding-left: 20px; 
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 30px;
	border-left: 6px solid #ccc;
	font-style: italic;
	margin-bottom: 20px;

}
.blog-text ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 30px
}

.blog-text ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 30px
}

.blog-text-homepg{
	font-size: 0.875em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
}
.blog-form-container{
	border: 1px solid #cccccc;
	background: #f2f2f2;
	float: left;
	width: 100%;
	padding: 30px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.blog-form-header{
	font-size: 1.125em;
	color: #444;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 10px;
	padding-left:30px;
	background: #ccc;
}
.blog-form-field{
	font-size: 1em;
	color: #555555;
	border: 1px solid #cccccc;
	background: #fff;
	float: left;
	margin-top: 5px;
	width: 65%;
	padding: 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.blog-form-field-Error{
	font-size: 0.875em;
	color: #5f3f3f;
	border: 1px solid #f1a899;
	background: #fddfdf;
	float: left;
	margin-top: 5px;
	width: 65%;
	padding: 2%;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.blog-form-text{
	font-size: 1em;
	color: #555555;
	width: 25%;
	float: left;
	text-align: left;
	padding-top: 10px;
	display: block;
	clear: left;
	text-indent: 10px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.blog-buy-now {
position: absolute;
    top: -30px;
    right: -6px;
    /* float: left; */
    /* clear: none; */
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    padding: 8px 15px;
    margin-top: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    border: 2px solid #fff9;
    background-color: #3fc59d;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
} 

.blog-buy-now:hover {
	background-color: #239F7A;
	color: #ffffff;
	border: 2px solid #239F7A;
}
.blog-more-details {
       display: inline-block;
    float: left;
    clear: both;
    font-size: 0.75em;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    margin-top: 15px;
    padding-right: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    cursor: pointer;
    background-image: url(../images/arrow-grey.png);
    background-repeat: no-repeat;
    background-position: 100% 3px;
} 

.blog-more-details:hover {
	text-decoration: underline;
}
.blog-clickhere {
	display: block;
	float: right;
	clear: both;
	font-size: 0.75em; 
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	
	padding: 8px 15px;
	margin-top: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	color: #888;
	border: 1px solid #ddd;
	background-color: #fff;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;

} 

.blog-clickhere:hover {
	background-color: #111;
	color: #ffffff;
	border: 1px solid #111;
}

main {
	width: 100%;
	margin: 0 auto;
	height: auto;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

main.mainSticky {
	margin-top: 110px;
}
.main-section {
    position: relative;
	width: 80%;
    max-width: 1440px;
	padding-top: 100px;
    padding-bottom: 100px;
	margin: auto;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
}
.main-section-image {
    display: block;
    width: 100%;
    position: absolute;
    height: 0;
    top: -100px;
    right: 0;
    padding-bottom: 68%;
    overflow: hidden;
}
.main-section-image > img{
    display: block;
    width: 100%;
    position: relative;
    right: 0;
    
}
.main-content {
	width: 95%;
    max-width: 1440px;
	padding: 0;
	margin: 0 auto;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
}
.mainLeftContainer {
	display: inline-block;
	float: left;
	width: 45%;
	padding-right: 5%;
	/* border-right: 1px #dddddd solid; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mainRightContainer img {
	width: 100%;
	margin-bottom: 20px;
	float: none;
	clear: both;
}
.mainRightContainer {
	padding-left: 5%;
	/* border: 1px #dddddd solid;
	 background: #fafafa; */
	display: block;
	float: left;
	width: 45%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.mainRightContainer > a {
	float: right;
	clear: both;
	width: 99%;
	margin: 5px 0.5%;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	padding: 15px 20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	/* -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	color: #666666;
	border: 1px solid #222222;
	background-color: #FFA201;
	background-image: -ms-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -moz-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -o-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFD00), color-stop(1, #FFA201));
	background-image: -webkit-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
}
.mainRightContainer > a:hover {
	color: #ffffff;
	border: 1px solid #222222;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #222222 0%, #222222 100%);
}
/* Email Promotions and Updates (Homepage)*/

.promotionsWrapperBackground {
	background-color: #03538E;
	height: auto;/* background-image: url(../images/backgound-red.jpg); */
}
.promotionsWrapper {
	width: 70%;
	padding: 50px 15%;
	height: auto;
	overflow: visible;
}
.promotionsCenter {
	width: 70%;
	padding: 0 15%;
	height: auto;
	overflow: visible;
}
.promotionsText {
	display: inline-block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 15px;
	width: 75%;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.promotionsClickHere {
	display: inline-block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	text-transform: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	padding: 15px;
	border: 1px solid #0494CB;
	background-color: #0494CB;
	cursor: pointer;
	width: 25%;
	background-image: -ms-linear-gradient(top, #00ADEF 0%, #0494CB 100%);
	background-image: -moz-linear-gradient(top, #00ADEF 0%, #0494CB 100%);
	background-image: -o-linear-gradient(top, #00ADEF 0%, #0494CB 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ADEF), color-stop(1, #0494CB));
	background-image: -webkit-linear-gradient(top, #00ADEF 0%, #0494CB 100%);
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.promotionsClickHere:hover {
	color: #ffffff;
	background-image: none;
	border: 1px solid #7e8586;
	background-color: #7e8586;
}
.topIconsWrapper {
	width: 90%;
	margin: 0 5%;
	height: auto;
	display: block;
	position: relative;
	padding: 100px 0 0 0;
	float: left;
	clear: both;
}
.sideHeading {
	font-size: 1em;
	color: #666666;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.mainFullContainer {
	display: block;
	width: 100%;
	padding: 50px 0;
	float: none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.contentWrapperHome {
	width: 100%;
	display: block;
	padding: 40px;
	margin: 30px 0;
	background: #ffffff;
	border: solid 1px #dddbdb;
	display: block;
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.offerWrapper {
	width: 70%;
	padding: 80px 15%;
	margin: 0;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
	/* border-top: solid 1px #dddddd; */
	background: #ffffff;
}
.offerWrapper ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;/* position: relative;
	 width: auto; */
}
.offerWrapper ul li {
	font-size: 0.875em;
	display: inline-block;
	float: left;
	/* flex: 24%; */
	width: 23.5%;
	margin: 10px 0.75%;
	height: auto;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	/* border: 1px solid #dddddd; */
	position: relative;
	padding-bottom: 130px;
}
.offerWrapper ul li:nth-of-type(4n+1) {
	clear: left;
}
.offerWrapper ul li img {
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.offerContainerHomePage {
	font-size: 0.875em;
	display: inline-block;
	float: left;
	/* flex: 24%; */
	width: 23.5%;
	margin: 5px 0.75%;
	height: auto;
	background: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #dddddd;
}
.offerContainerHomePage:hover {
/* background:#222222; */
}
.offerContainerHomePage:nth-of-type(4n+1) {
/* background: #B1071E; */
	clear:left;
}
.offerContent {
	width: 100%;
	padding: 20px;
	height: auto;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.offerHeaderLink {
	font-size: 1.5em;
	text-align: center;
	color: #d2252b;
	margin-bottom: 5px;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	clear: both;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.offerHeaderLink:hover {
	color: #3C3D40;
}
.offerSubHeading {
	font-size: 1.5em;
	text-align: center;
	color: #d2252b;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
.OfferTextContainer {
	display: block;
	padding: 20px;
	height: auto;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.OfferLogoContainer img {
	width: 100%;
}
.OfferLogoContainer {
	float: right;
	width: 20%;
}
.OfferImageBorder {
	border: 5px solid #7e8586;
}

.OfferText_Large {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	line-height: 1.4;
	color: #666666;
	font-weight: 700;
}
.OfferText_ExLarge {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	line-height: 1.2;
	/* color: #c1082a; */
	color: #666666;
	font-weight: 700;
}
.OfferText_Medium {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #666666;
	font-weight: 700;
}
.OfferText_Small {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #666666;
}
.OfferText_Colour1{
	color: #c1082a !important;
}
.OfferText_Colour2{
	color: #d2252b !important;
}
.OfferText_Hover{ text-decoration: none; }
.OfferText_Hover:hover{ text-decoration: underline; }
.Offer_clickhere {
	display: block;
	width: 90%;
	padding: 8px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.875em;
	text-transform: none;
	color: #ffffff;
	background: #c1082a;
	text-align: center;
	clear: both;
	margin: 5px auto 0 auto;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.Offer_clickhere:hover {
	background: #a90725;
}
.clickHereColour1 { background: #d2252b; } .clickHereColour1:hover { background: #fff; }
.clickHereColour2 { background: #c1082a; } .clickHereColour2:hover { background: #a90725; }
.clickHereColour3 { background: #0be252; } .clickHereColour3:hover { background: #09bc44; }
.OfferViewContainerBox {
	display: block;
	height: auto;
	width: 100%;
	overflow: visible;
	margin-bottom: 20px;
	padding: 20px;
	/* border: 1px solid #cccccc; */
	/* background: #ffffff; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.OfferViewImageContainer img {
	width: 100%;
}
.OfferViewImageContainer {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-right: 0;
	overflow: visible;
}

.OfferViewVideoContainer{
	display: block;
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 56.6%;
    height: 0;
	}
.OfferViewVideoContainer iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: visible;
	}

.OfferViewTextContainer {
	display: block;
	float: left;
	clear: none;
	height: auto;
	width: 96%;
	margin-right: 4%;
	text-align: left;
	font-size: 1.375em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
}
.OfferViewTextContainer > span{
	display: block;
}
.OfferViewTextContainer p{
	display: block;
}
.OfferViewTextContainer small{
	font-size: 0.75rem;
	display: block;
	line-height: 1.5;
}

.OfferViewTextContainer > a {
	font-size: 1em;
	text-align: left;
	color: #d2252b;
	font-weight: bold;
	line-height: 1.5;
}
.OfferViewTextContainer > a:hover {
	color: #3C3D40;
	text-decoration: underline;
}
.OfferViewTextContainer h1{
	text-align: left;
	color: #444444;
	line-height: 1.5;
	font-weight: 700;
}
.OfferViewTextContainer h2{
	text-align: left;
	color: #444444;
	line-height: 1.5;
	font-weight: 700;
}
.OfferViewTextContainer h3{
	text-align: left;
	color: #444444;
	line-height: 1.5;
	font-weight: 700;
}
.OfferViewTextContainer h4{
	text-align: left;
	color: #444444;
	line-height: 1.5;
	font-weight: 700;
}
.OfferViewTextContainer strong, .OfferViewTextContainer b{ font-weight: 700; }
.OfferViewTextContainer blockquote { 
	padding-left: 20px; 
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 30px;
	border-left: 6px solid #ccc;
	font-style: italic;
	margin-bottom: 20px;

}
.OfferViewTextContainer ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 30px
}

.OfferViewTextContainer ol li {
	list-style:decimal;
	list-style-position: inside;
	margin-left: 30px
}
.OfferViewTextContainer caption {
	padding: 0;
	margin: 0;
	font-weight: 700;
	text-align: left;
	padding-bottom: 5px;
	text-indent: 10px;
	
}

.OfferViewTextContainer table {
	border: solid 1px #D4D5DF;
	padding: 5px;
	float: none;
	clear:both;
}

.OfferViewTextContainer table tr {
	padding: 0;
	margin: 0;
}
.OfferViewTextContainer table tr:nth-child(even) {
	background: #f9f9f9;
}
.OfferViewTextContainer table tr td {
	padding: 3px;
	margin: 0;
	border-bottom: 1px dashed #D4D5DF;
}

.OfferViewDate {
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	color: #d2252b;
	font-weight: normal;
}
.Offer_ClickHereCenter {
	font-size: 1em;
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 40px;
	width: 130px;
	display: block;
	margin: 30px auto;
	clear: both;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #c1082a;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #c1082a 50%, #a90725 50%);
	border-bottom: 4px solid #a90725;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.Offer_ClickHereCenter:hover {
	/* background: #fff; */
	background-color: #a90725;
	background-position: 0 -100%;
}
/* Logos / Nav Box LinksTop */
.logosWrapperBackground {
    
}
.logosWrapper {
    display: block;
	width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}

.logosWrapper ul li img {
    display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.logosWrapper ul li {
	display: inline-block;
	float: left;
	width: 15.5%;
	margin-right: 1.4%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
}
.logosWrapper ul li.width6 {
	width: 15.5%;
	margin-right: 1.4%;
}
.logosWrapper ul li:nth-of-type(6n){
    margin-right: 0;
}
.logosWrapper ul li.width5 {
	width: 19.2%;
	margin-right: 1%;
}
.logosWrapper ul li.width5:nth-of-type(5n){
    margin-right: 0;
}
.logosWrapper ul li.width7 {
	width: 14%;
	margin-right: 0.333333%;
}
.logosWrapper ul li.width7:nth-of-type(7n){
    margin-right: 0;
}


.logosWrapper ul li.width8 {
	width: 12.3%;
	margin: 0 0.1%;
}
.logosWrapper ul li.width12 {
	width: 8.11111111%;
	margin: 0 0.1%;
}

.logosWrapper ul li:hover {

	background: #eee;
}
.logosWrapper ul li:hover img {
	opacity:1;
	/* 		
	transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -moz-transform: scale(0.9);
	background: #ffffff;
	border: 2px solid #222222;  
	*/
}
.logosWrapper ul li a {
}
.logosWrapper ul li a:hover {
}
.logosWidth2column {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%
}
.logosWidth3column {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%
}
.logosWidth4column {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%
}
.logosWidth5column {
	width: 18%;
	margin-left: 1%;
	margin-right: 1%
}
.logosWrapperText {
	width: 100%;
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	text-align: center;
	background: #444333;
}
.logoImageSide {
	width: 70%;
	margin: 0 15%;
	display: block;
	padding: 30px;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: #dddddd 1px solid;
}
.logoImageSide img {
	width: 100%;
}
.logoImageSideClickHere {
	width: 38%;
	float: right;
	padding: 10px;
	margin: 10px 1%;
	font-size: 0.875em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border: 1px solid #222222;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -moz-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -o-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffd00), color-stop(1, #ffa201));
	background-image: -webkit-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logoImageSideClickHere:hover {
	color: #666666;
	border: 1px solid #222222;
	background-color: #ff7e00;
	background-image: -ms-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -moz-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -o-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFDD00), color-stop(1, #FF8E00));
	background-image: -webkit-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
}
.logoImageSideClickHere2 {
	width: 38%;
	float: right;
	padding: 10px;
	margin: 10px 1%;
	font-size: 0.875em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border: 1px solid #222222;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logoImageSideClickHere2:hover {
	color: #ffffff;
	border: 1px solid #222222;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #222222 0%, #222222 100%);
}
/* Dealership Locations - homepage */
.locationsWrapperBackground {
	background-color: #eeeeee;
	height: auto;/* background-image: url(../images/backgound-red.jpg); */
}
.locationsWrapper {
	width: 67%;
	padding: 140px 16.5%;
	height: auto;
	overflow: visible;
}
.locationsWrapper ul li {
	width: 24%;
	height: auto;
	margin: 10px 0.5%;
	padding: 10px;
	border: 1px solid #cccccc;
	display: block;
	float: left;
	color: #666666;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.locationsWrapper ul li:nth-child(4n+1) {
	clear: left;
}
.locationsWrapper .logo {
	display: inline-block;
	width: 15.5%;
}
.locationsWrapper ul li .text {
	font-size: 0.875em;
	color: #666666;
	padding: 0 0 0 10px;
	text-align: left;
	text-transform: none;
}
.locationsWrapper ul li h2 {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: none;
}
.locationsWrapper ul li h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
}
.locationsWrapper ul li .telephone {
	font-size: 1.25em;
	font-weight: bold;
}
.locationsImageSide {
	width: 70%;
	margin: 0 15%;
	display: block;
	padding: 30px;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: #dddddd 1px solid;
}
.locationsImageSide img {
	width: 100%;
}
.locationsImageSideClickHere {
	width: 38%;
	float: right;
	padding: 10px;
	margin: 10px 1%;
	font-size: 0.875em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border: 1px solid #222222;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -moz-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -o-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffd00), color-stop(1, #ffa201));
	background-image: -webkit-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.locationsImageSideClickHere:hover {
	color: #666666;
	border: 1px solid #222222;
	background-color: #ff7e00;
	background-image: -ms-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -moz-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -o-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFDD00), color-stop(1, #FF8E00));
	background-image: -webkit-linear-gradient(top, #FFDD00 0%, #FF8E00 100%);
}
.locationsImageSideClickHere2 {
	width: 38%;
	float: right;
	padding: 10px;
	margin: 10px 1%;
	font-size: 0.875em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border: 1px solid #222222;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.locationsImageSideClickHere2:hover {
	color: #ffffff;
	border: 1px solid #222222;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #222222 0%, #222222 100%);
}
/* Brands Dealership navigation - homepage */

.dealerWrapperBackground {
	background-color: #333333;
	height: auto;
}
.dealerWrapper {
	width: 67%;
	padding: 50px 16.5% 30px 16.5%;
	height: auto;
	overflow: visible;
}
.dealerColumn img {
	padding: 10px;
	background: #001b2e;
	width: 70%;
	margin: 0 15%;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.dealerColumn {
	font-size: 1.125em;
	text-transform: none;
	font-weight: normal;
	color: #666666;
	width: 20%;
	height: auto;
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.dealerColumn:hover {
	color: #666666;
}
.dealerColumn:hover img {
	border: 15px solid #f2f2f2;
	padding: 10px;
	background: #001b2e;
}
.dealerColumnText {
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.875em;
}
/* TOP ICONS */
.topIconCentreFirst {
	width: 100%;
	position: absolute;
	left: 50%;
	float: none;
	clear: both;
}
.topIconCentreSecond {
	position: relative;
	width: 100%;
	left: -50%;
}
.topIcon {
	width: 100%;
	display: block;
	color: #eeeeee;
}
.topIcon ul li img {
	width: 15%;
	margin-right: 5%;
	display: block;
	float: left;
	overflow: hidden;
	padding: 5px;
	background: #d2252b;
	/* background-size: 101% 201%;
    background-image: linear-gradient(to top, #d2252b 50%, #444333 50%);
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
	*/
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.topIcon ul li {
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	color: #eeeeee;
	text-transform: uppercase;
	font-weight: bold;
	width: 33.333%;
	height: auto;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.topIcon ul li:nth-child(3n+1) {
	clear: left;
}
.topIcon ul li:hover {
	color: #d2252b;
}
.topIcon ul li:hover img {
	background: #d2252b;
}
.topIconColumnText {
	color: #eeeeee;
	width: 75%;
	display: block;
	text-align: left;
	float: left;
	clear: right;
	line-height: 1.2;
	margin-top: 9px;
}
.topIconColumnText:hover {
	color: #d2252b;
}
.topIconColumnText > p {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.4;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.750em;
	color: #cccccc;
	font-weight: normal !important;
	text-transform: none !important;
}
/* Franchise Page */

.franchiseTopWrapper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 100px 0 0 0;
	float: left;
	clear: both;
}
.franchiseTopImage img {
	width: 100%;/* -webkit-transition: all 0.5s ease-out;
 	-moz-transition: all  0.5s ease-out;
  	-o-transition: all  0.5s ease-out;
  	transition: all  0.5s ease-out; */
}
.franchiseTopImage img:hover {
/* -webkit-transform: scale(1.00);
    	-moz-transform: scale(1.00);
		-o-transition: scale(1.00);
		transform: scale(1.00); */
}
.franchiseTopImage {
	width: 24.8%;
	margin: 1px 0.1%;
	display: block;
	float: left;
	background: #ffffff;
	border: solid 1px #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 24%;
	height: auto;
	overflow: hidden;
}
.franchiseTopImage:hover {
	border: solid 1px #222222;
}
.franchiseImage {
	width: 100%;
	margin: 10px 0.5%;
	display: block;
	float: left;
	background: #ffffff;
	border: solid 1px #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.franchiseImage img {
	width: 100%;
}
.franchiseRowWrapper {
	width: 67%;
	padding: 140px 16.5%;
	height: auto;
	overflow: visible;
	float: left;
	clear: both;
	background-color: #cccccc;
}
.franchiseRow {
	width: 70%;
	padding: 100px 15% 0 15%;
	display: block;
	position: relative;
	float: left;
	clear: both;
	border-top: 1px solid #dddddd;
}
.franchiseRowImage img {
	width: 100%;
}
.franchiseRowImage {
	width: 33%;
	display: inline-block;
	height: auto;
	float: left;
	background: #ffffff;
	border: #eeeeee 5px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.franchiseRowText {
	width: 62%;
	margin-left: 5%;
	display: inline-block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}
.franchiseRowText > h2 {
	font-size: 24px;
	color: #666666;
	font-weight: 400;
}
.franchiseRowText > h3 {
	font-size: 16px;
	color: #666666;
	font-weight: 700;
}
.franchiseRowText > p {
	font-size: 14px;
	color: #666666;
}
.franchiseRowText > a.white {
	width: 45%;
	float: left;
	padding: 15px;
	margin: 10px 2.5% 10px 0;
	font-size: 1em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border: 1px solid #222222;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #ffffff));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	/* CURVE BORDER  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.franchiseRowText > a.white:hover {
	color: #ffffff;
	border: 1px solid #222222;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #222222 0%, #03538E 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #03538E 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #03538E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(1, #03538E));
	background-image: -webkit-linear-gradient(top, #222222 0%, #03538E 100%);
}
.franchiseRowText > a {
	width: 45%;
	float: left;
	padding: 15px;
	margin: 10px 2.5% 10px 0;
	font-size: 1em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #666666;
	border: 1px solid #222222;
	background-color: #ffffff;
	background-image: -ms-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -moz-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -o-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffd00), color-stop(1, #ffa201));
	background-image: -webkit-linear-gradient(top, #fffd00 0%, #ffa201 100%);
	/* CURVE BORDER  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.franchiseRowText > a:hover {
	color: #ffffff;
	border: 1px solid #222222;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #222222 0%, #222222 100%);
}
/* Aftercare Page */


.aftercareTopWrapper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 50px 0 0 0;
	float: left;
	clear: both;
}
.aftercareTopWrapper ul li {
	font-size: 1em;
	font-weight: 700;
	color: #444444;
	list-style-image: url('../images/tick-blue-10px.png');
	padding: 4px;/*
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: dashed 1px #dddddd; 
	 */
}
.aftercareIconContainer {
	width: 20%;
	margin: 70px 5% 70px 0;
	height: auto;
	float: left;
	display: block;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareIconContainer2 {
	width: 20%;
	margin: 0 5% 100px 0;
	height: auto;
	float: left;
	display: block;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareIconImage img {
	width: 100%;/* -webkit-transition: all 0.5s ease-out;
 	-moz-transition: all  0.5s ease-out;
  	-o-transition: all  0.5s ease-out;
  	transition: all  0.5s ease-out;*/
}
.aftercareIconImage img:hover {
/* -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
	-o-transition: scale(1.05);
	transform: scale(1.05); */
}
.aftercareIconImage {
	width: 100%;
	height: auto;
	float: left;
	padding: 50px;
	display: block;
	background: #ffffff;
	border: solid 25px #222222;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
}
.aftercareIconImage:hover {
	border: solid 10px #d2252b;
}
.aftercareIconImage2 img {
	width: 100%;/* -webkit-transition: all 0.5s ease-out;
 	-moz-transition: all  0.5s ease-out;
  	-o-transition: all  0.5s ease-out;
  	transition: all  0.5s ease-out;*/
}
.aftercareIconImage2 img:hover {
/* -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
	-o-transition: scale(1.05);
	transform: scale(1.05); */
}
.aftercareIconImage2 {
	width: 100%;
	height: auto;
	float: left;
	padding: 30px;
	display: block;
	background: #ffffff;
	border: solid 25px #d2252b;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
}
.aftercareIconImage2:hover {
	border: solid 10px #d2252b;
}
.aftercareIconContainer h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
	text-align: center;
	color: #666666;
	float: none;
	clear: both;
	padding-top: 10px;
}
.aftercareIconContainer2 h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.3;
	text-align: center;
	color: #666666;
	float: none;
	clear: both;
	padding-top: 10px;
}
.aftercareIconContainer2 h2:hover {
	font-weight: bold;
}
.aftercareIconContainer2 h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	line-height: 1.3;
	text-align: center;
	color: #d2252b;
	float: none;
	clear: both;
	padding-top: 10px;
	font-weight: bold;
}
.aftercareIconContainer2 h1:hover {
	color: #d2252b;
}
.aftercareImage {
	width: 100%;
	margin: 10px 0.5%;
	display: block;
	float: left;
	background: #ffffff;
	border: solid 1px #dddddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareImage img {
	width: 100%;
}
.aftercareRowWrapper {
	width: 67%;
	padding: 140px 16.5%;
	height: auto;
	overflow: visible;
	float: left;
	clear: both;
	background-color: #cccccc;
}
.aftercareRow {
	width: 65%;
	padding: 50px 17.5% 50px 17.5%;
	display: block;
	position: relative;
	float: left;
	clear: both;
}
.aftercareRowImage img {
	display: block;
	width: 100%;
}
.aftercareRowImage {
	width: 10%;
	display: block;
	height: auto;
	float: left;
}
.aftercareRowText {
	width: 100%;
	margin-left: 0;
	display: block;
	float: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareRowText img {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareVideoContainer{
	display: block;
    width: 100%;
    position: relative;
    padding-bottom: 56.6%;
    height: 0;
	}
.aftercareVideoContainer iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: visible;
	border: 1px solid #cccccc;
	}
.aftercareRow h1 {
	font-size: 32px;
	color: #eeeeee;
	font-weight: bold;
	float: none;
	clear: both;
	margin-bottom: 20px;
}
.aftercareRowText h1 {
	color: #555555;
}
.aftercareRowText h2 {
	color: #555555;
}
.aftercareRowText h3 {
	color: #555555;
}
.aftercareRowText h4 {
	color: #555555;
}
.RowText ul li {
	font-size: 1em;
	color: #555555;
	font-weight: 700;
	list-style-image: url('../images/tick-red-10px.png');
	list-style-position: inside;
	padding: 4px;
	text-indent: 5px;

	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: dashed 1px #ccc; 

}
.RowText ul li:nth-child(even) {
	/* background-color: #333333; */
}
.RowText ul li.untick {
	list-style-image: none;
	text-indent: 0;
	font-weight: 400;
}
.RowText ul li.cross {
	list-style-image: url('../images/cross-15px.png');
}
.RowText ul li:nth-child(even) {
	/* background-color: #333333; */
}
.RowText ul li:nth-child(odd) {
	/* background-color: #f9f9f9; */
}
.aftercareRowText > p {
	font-size: 1em;
	color: #555555;
}
.aftercareRowText > a.clickHere {
	width: 40%;
	float: left;
	clear: both;
	padding: 15px;
	margin: 10px 30% 10px 30%;
	font-size: 1em;
	text-transform: none;
	font-weight: bold;
	text-align: center;
	color: #555555;
	border: 1px solid #222222;
	background-color: #FFA201;
	background-image: -ms-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -moz-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -o-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFD00), color-stop(1, #FFA201));
	background-image: -webkit-linear-gradient(top, #FFFD00 0%, #FFA201 100%);
	/* CURVE BORDER  
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	*/
	display: block;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareRowText > a.clickHere:hover {
	color: #ffffff;
	border: 1px solid #222222;
	background-color: #666666;
	background-image: -ms-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -moz-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -o-linear-gradient(top, #222222 0%, #222222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222222), color-stop(1, #222222));
	background-image: -webkit-linear-gradient(top, #222222 0%, #222222 100%);
}
.aftercareBookingWrapper {
	width: 100%;
	height: auto;
	display: block;
	margin: 30px 0;
	padding: 30px 0;
	float: none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareBox1 {
	width: 98%;
	margin-right: 2%;
	padding: 25px;
	background: #f2f2f2;
	height: auto;
	display: block;
	float: none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareBox2 {
	width: 98%;
	margin-right: 2%;
	padding: 25px;
	background: #ffffff;
	border: 1px solid #cccccc;
	height: auto;
	display: block;
	float: none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareBookingBox {
    width: 100%;
    padding-top: 20px;
    height: auto;
    display: block;
    margin: 0;
    float: none;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aftercareBookingWrapper > h3 {
	font-size: 1.125em;
	color: #666666;
	font-weight: 700;
}
.aftercareBookingSubHeading {
	font-size: 1em;
	color: #666666;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 5px solid #cccccc;
	clear: both;
	float: none;
}
.aftercareBookingColumnHalf {
	display: block;
	float: left;
	width: 50%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareBookingformError {
	font-size: 14px;
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
	float: left;
	text-align: left;
	padding-top: 10px;
	display: block;
}
.aftercareBookingformText {
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    width: 100%;
    float: none;
    clear: both;
    text-align: left;
    padding-top: 15px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aftercareBookingformfield {
    font-size: 1em;
    color: #222;
    border: 1px solid #e1e1e1;
    background: #e1e1e1;
    float: left;
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.datepicker {
	background-image: url(../images/cal.gif);
	background-repeat: no-repeat;
	background-position: 95% 8px;
}
.aftercareBookingformfield_Error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
	width: 100%;
	
	font-size: 1em;
    float: left;
    margin-top: 5px;
    padding: 15px;
	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareBookingBox input[type='checkbox']:hover {
	background-color: #dddddd;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.aftercareBookingBox input[type='checkbox'] {
	-webkit-appearance: none;
	float: left;
    clear: left;
	width: 20px;
	height: 20px;
    margin-top: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999999;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
    display: block;
}
.aftercareBookingBox input[type='checkbox']:checked {
	background-color: #eeeeee;
	background-image: url("../images/tick-blue-10px.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.aftercareBookingTickBoxText {
	font-size: 0.875em;
	color: #444;
	float: left;
	clear: right;
	text-align: left;
	display: block;
	margin-top: 5px;
	margin-left: 10px;
		margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.aftercareBookingSubmit {
	font-size: 1.125em; 
	line-height: 1.5;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold; 
	padding: 12px;
	width: 100px;
	display: block;
	margin: 30px 0;
	clear: both;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #222;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.aftercareBookingSubmit:hover {
	/* background: #fff; */
	background-color: #222;
}

.tick-box-general {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #eee;
	border: 1px solid #dddddd;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 10px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	
	display: inline-block;
	float: left;
	clear: right;
	position: relative;
	cursor: pointer;
	margin: 0 10px 0 0;
}
.tick-box-general:active, .tick-box-general:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.tick-box-general:checked {
	background-color: #eee;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #333;
}
.tick-box-general:checked:after {
    content: url('../images/tick-blue-20px.png');
    font-size: 16px;
    position: absolute;
    top: -4px;
    left: 0px;
    color: #333;
}
.tick-box-general-text{
	display: inline-block;
	font-size: 1em;
    font-weight: 400;
	color: #333;
	float: left;
	clear: none;
	text-align: left;
	margin-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tick-box-general-container{
    padding: 15px;
    border: 1px dashed #aaa;
    display: block;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    
}


input[type=checkbox] {
	padding: 7px;
	background-color: #333333;
	border: 2px solid #999;
	margin-top: 5px;
}
.tickBoxContainer {
    padding: 9px;
    border: 1px solid #ddd;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.tickBoxContainer input[type='checkbox'] {
	-webkit-appearance: none;
	float: left;
	width: 19px;
	height: 19px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #999999;
	margin-right: 10px;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}
.tickBoxContainer input[type='checkbox']:checked {
	background-color: #eeeeee;
	background-image: url("../images/tick-blue-10px.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tickBoxText {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #444444;
    float: left;
    text-align: left;
    height: 20px;
    line-height: 2;
    display: block;
    padding-top: 0;
    width: 50%;
    margin-bottom: 10px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.tickBox input[type='checkbox']:hover {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.tickBox input[type='checkbox'] {
	-webkit-appearance: none;
	float: left;
	width: 25px;
	height: 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999999;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}
.tickBox input[type='checkbox']:checked {
	background-color: #eeeeee;
	background-image: url("../images/tick-blue-10px.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tickBoxContainer input[type='checkbox']:hover {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.tickBoxContainer2 {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 20px;
    padding-bottom: 5px;
    /* border: 1px solid #ccc; */
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background: #f2f2f2;
}
.tickBoxContainer2 input[type='checkbox'] {
	-webkit-appearance: none;
	float: left;
	width: 19px;
	height: 19px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border-radius: 1px;
	border: 1px solid #999999;
	margin-right: 4px;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}
.tickBoxContainer2 input[type='checkbox']:checked {
	background-color: #eeeeee;
	background-image: url("../images/tick-blue-10px.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tickBoxText2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    color: #444444;
    float: left;
    text-align: left;
    height: 30px;
    line-height: 1;
    display: block;
    padding-top: 8px;
    width: 75%;
    margin-bottom: 10px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.tickBox2 input[type='checkbox']:hover {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
.tickBox2 input[type='checkbox'] {
	-webkit-appearance: none;
	float: left;
	width: 25px;
	height: 25px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999999;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}
.tickBox2 input[type='checkbox']:checked {
	background-color: #eeeeee;
	background-image: url("../images/tick-blue-10px.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.tickBoxContainer2 input[type='checkbox']:hover {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.tickBoxSearchText{
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	color: #444444;
	float: left;
	clear: right;
	text-align: left;
	height: 30px;
	line-height: 1;
	display: block;
	padding-top: 7px;
	width: 90%;
	margin-bottom: 3px;
	padding-right: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tickBoxSearch{
	display: inline-block;
	float: left;
    clear: left;
	width: 10%;
	height: 20px;
	margin-bottom: 3px;
	}
.tickBoxSearch input[type='checkbox'] {
	-webkit-appearance: none;
	float: left;
	width: 19px;
	height: 19px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #999999;
	margin-right: 4px;
	cursor: pointer;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #f2f2f2;
}
.tickBoxSearch input[type='checkbox']:checked {
	background-color: #eeeeee;
	background-image: url(../images/tick-blue-15px.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.tickBoxSearch input[type='checkbox']:hover {
	background-color: #ffffff;
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 5px 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}
/*  TOP ARROW */

.topArrow {
	padding-top: 60px;
	width: 98%;
	display: block;
	margin: 0 auto;
	float: none;
	clear: both;
}
.topArrow .topArrowCSS {
	display: block;
	float: left;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #cccccc;
}
.topArrow .topArrowCSS:hover {
	border-bottom: 15px solid #222;
}
.topArrowBox {
	position: fixed;
    bottom: 60px;
    right: 60px;
    font-weight: 400;
    line-height: 1;
    font-size: 2em;
    text-align: center;
    width: 50px;
    padding-top: 21px;
    height: 55px;
    color: #fff;
    background: #3339;
    display: block;
    cursor: pointer;
    /* float: right; */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #0004;
}
.topArrowBox:hover {
	background: #222;
}
.topArrowBox2 {
	font-weight: 300;
	line-height: 1;
	font-size: 2em;
	text-align: center;
	width: 30px;
	padding-top: 8px;
	height: 25px;
	color: #ffffff;
	background: #222;
	display: block;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.topArrowBox2:hover {
	background: #222;
}
.topArrowLink {
	display: block;
	margin-right: 10px;
	color: #222;
	font-weight: normal;
	font-size: 0.875em;
	padding-top: 3px;
	float: right;
}
.topArrowLink:hover {
	color: #222;
}
.topArrowLink2 {
	display: block;
	margin-right: 10px;
	color: #444444;
	font-weight: normal;
	font-size: 0.875em;
	padding-top: 3px;
	float: right;
}
.topArrowLink2:hover {
	color: #222;
}
.topArrow .topArrowImage {
	margin: 0 auto;
	clear: both;
	width: 40px;
	padding: 0;
}
.topArrow .topArrowImage img {
	width: 100%;
	padding: 0;
	margin: 0;
}
.topArrow a {
	padding: 0;
	margin: 0;
}
/*  TOP ARROW USED */

.topArrowUsed {
	padding-bottom: 50px;
	height: auto;
	width: 98%;
	display: block;
	margin: 0 auto;
	float: none;
	clear: both;
}
/* RESULTS PER PAGE BAR */

.ResultsPerPageBar { 
	  font-size: 0.875em;
    color: #3C3D40;

	padding-bottom: 10px;
    /* background: #444; */
    /* margin: 10px 0; */
    display: block;
    clear: both;
    float: none;
}
.ResultsPerPageColumn {
	clear: none;
	float: right;
	display: inline-block;
	margin: 5px 10px;
	padding: 5px;
}
.ResultsPerPageFormField {
    font-size: 0.875em;
    color: #555;
    font-weight: normal;
    padding: 7px;
    background-color: #fff;
    border: 1px solid #888;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

/* BOX POSITIONING */

.box {
	border: 1px solid #f2f2f2;
	position: absolute;
	width: 25%;
	height: 20px;
}

.addressWrapper {
	padding: 30px 0;
	width: 100%;
	display: block;
}
.addressWrapper > ul {
	width: 100%;
	height: auto;
	display: block;
	float: none;
	clear: both;
}
.addressWrapper > ul > li {
	display: inline-block;
	float: left;
	width: 47%;
	margin-bottom: 30px;
	padding-right: 3%;
	margin-right:3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.addressWrapper > ul > li > img{
	width: 40%;
	height: auto;
	
}
.addressWrapper > ul > li:nth-of-type(4){
	border-right: none;
	width: 25%;
	padding-right: 0;
	margin-right:0;
}
.socialHolder-wrapper{
    display: block;
	width: 100%;
	margin-bottom: 30px; 
    float: none;
    clear: both;
    
} 
.socialHolder {
    display: block;
    float: left;
    width: 27px;
    padding: 13px;
    margin-bottom: 12px;
    margin-right: 12px;
    border: 2px solid #fff;
    background: #111;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
}
.socialHolder img{
	display: block;
	width: 100%;
}
.socialHolder:hover img{
}
.finance-calc-wrapper{
 position: relative;
    /* bottom: -60px; */
    /* left: 0; */
    background: #4c4350;
    padding: 50px;
    padding-top: 35px;
    width: 100%;
    margin-top: 15px;
    margin-left: -50px;
    margin-bottom: -50px;
    display: block;
    text-align: center;
    border-top: 5px solid #eeeeee;
}

.finance-box {
    position: relative;
    /* bottom: -60px; */
    /* left: 0; */
    border-bottom: 1px solid #1e2e70;
    background: #fff;
    margin-bottom: 1px;
    padding: 40px;
    /* margin: 0.5%; */
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.finance-box ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.finance-box ul li {
    position: relative;
    float: left;
    text-align: left;
    display: flex;
    font-size: 6.625em;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #1e2e70;
    /* padding-top: 15px; */
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-start;
}

.finance-box ul li img{
    width: 350px;
    display: inline-block;
    text-align: center;
}
.finance-box ul li > iframe{
    margin: auto;
    width: 300px;
    height: 250px;
    display: block;
}
.finance-box-used {
    position: relative;
    /* bottom: -60px; */
    /* left: 0; */

    padding: 30px;
    width: 100%;
    min-width: 360px;
    display: block;
    font-size: 1.125em;
    color: #3C3D40;
    font-weight: 700;
    text-align: center;
    border-top: 5px solid #eeeeee;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.finance-box-used > img{
    width: 250px!important;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.finance-box-used > iframe{
    margin: auto; 
    width: 300px;
    height: 250px;
    display: block;
}
/*.finance-box:hover{
    background: #5a4d5f;
    background-image: url(../images/next-white.png);
    background-repeat: no-repeat;
    background-position: 88% 50%;
    background-size: 30px;
}
*/
/*******************************************/

footer {
	position: relative;
    margin-top: 0;
    width: 100%;
    /* bottom: 0; */
    /* max-width: 120%; */
    padding: 80px 10%;
    padding-bottom: 40px;
    color: #fff;
    font-size: 1em;
    background: #111; /* 060918 */
    /* border-top: 1px solid #c5c5c5; */
    height: auto;
    overflow: visible;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
footer > section {
	text-transform: none;
	font-size: 1em;
	line-height: 1.5;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	clear: none;
	height: auto;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
footer > section > article {
	margin-bottom: 20px;
	padding-bottom: 20px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-top-image {
    display: block;
    position: relative;
    width: 50%;
    margin-left: 4%;
    margin-bottom: -2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-top-image img{
    display: block;
    width: 100%;
     margin: 0;
    padding: 0;
    
}
footer > .map {
	display: block;
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer > .map iframe {
	border: 10px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.footer-logo{
    width: 200px;
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    
}
.footer-logo img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    
}
.footerFormField {
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #444333;
	padding: 15px;
	border: 1px solid #ffffff;
	width: 90%;
	background-color: #ffffff;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	opacity: 0.9;
}
.footerFormFieldError {
	font-size: 16px;
	padding: 16px;
	color: #FF0000;
	border: 3px solid #FF0000;
	background-color: #FFEAEA;
	width: 90%;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.footerClickHere {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	color: #ffffff;
	background: #c00202;
	background-image: -ms-linear-gradient(top, #ff001e 0%, #c00202 100%);
	background-image: -moz-linear-gradient(top, #ff001e 0%, #c00202 100%);
	background-image: -o-linear-gradient(top, #ff001e 0%, #c00202 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff001e), color-stop(1, #c00202));
	background-image: -webkit-linear-gradient(top, #ff001e 0%, #c00202 100%);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float: none;
	clear: both;
	cursor: pointer;
	width: 60%;/* 
	opacity: 0.6;
	-moz-opacity:0.6;
	filter:alpha (opacity=60);
	*/
}
.footerClickHere:hover {
	background: #c00202;
	background-image: -ms-linear-gradient(top, #ff001e 0%, #c00202 100%);
	background-image: -moz-linear-gradient(top, #ff001e 0%, #c00202 100%);
	background-image: -o-linear-gradient(top, #ff001e 0%, #c00202 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff001e), color-stop(1, #c00202));
	background-image: -webkit-linear-gradient(top, #ff001e 0%, #c00202 100%);
}
.footerClickHere2 {
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	color: #ffffff;
	border: 2px solid #ffffff;
	float: none;
	clear: both;
	cursor: pointer;
	width: 60%;
	margin-bottom: 10px;
}
.footerClickHere2:hover {
	background: #ffffff;
	color: #666666;
}
.footerPaddingRight {
	padding-right: 20%;
}
.footerMapBorder {
	border: 12px solid #f2f2f2;
}
a.linkFooter:link, a.linkFooter:visited, a.linkFooter:active {
	font-size: 1em;
	color: #3C3D40;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #D4D5DF;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
	display: block;
	word-wrap: break-word;
}
a.linkFooter:hover {
	color: #222;/* text-decoration: underline; */
}
footer .socialIcon img {
	width: 100%;
	display: block;
}
footer .socialIcon img:hover {
}
footer .socialIcon {
	width: 30%;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 10%;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
footer .socialIcon:hover {
}
footer .socialIcon .facebook {
	width: 45px;
}
footer h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #3C3D40;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}
footer h2:hover {
/* text-decoration: underline; */
}
footer h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #dddddd;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
footer h4 {
    font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
	padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff3;
    width: 70%;
}
footer h5 {
	font-size: 1;
	color: #3C3D40;
	text-decoration: none;
	text-transform: none;
	line-height: 1.5;
	text-align: left;
	font-weight: 700;
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #B5B6BF;
    width: 60%;
}
footer .footerTel {
	font-size: 1.25em;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
}
.footerOpeningHours {
    font-size: 0.875em;
	width: 90%;
	display: block;
}
.footerOpeningHours ul {
	width: 100%;
	height: auto;
	display: block;
	float: none;
	clear: both;
}
.footerOpeningHours ul li {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #fff1;
	float: left;
}
.footerOpeningHours ul li:nth-child(even) {

}
.footerOpeningHours ul li .footerOpenHrsLeft {
	width: 35%;
	display: inline-block;
	text-align: left;
	float: left;
	clear: left;
    white-space: nowrap;
}
.footerOpeningHours ul li .footerOpenHrsRight {
	width: 65%;
	display: inline-block;
	text-align: right;
	float: right;
	clear: right;
     white-space: nowrap;
}
/*general CSS below */
.mainImage img {
	width: 100%;
}
.mainImage {
	width: 100%;
	height: auto;
}
.backgroundColour1 {
	background-color: #1e2e70;
}
.backgroundColour2 {
	background-color: #cd1719;
}
.backgroundColour3 {
	background-color: #4a4a4a;
}
.backgroundColour4 {
	background-color:#cccccc;
}
.backgroundColour5 {
	background-color: #d8e1e7; 
}
.backgroundWhite {
	background-color: #ffffff;
}
.backgroundGrey {
	background-color: #eee;
}
.backgroundGrey2 {
	background-color: #fafafa;
}
.backgroundGrey3 {
	background-color:#ddd;
}
.backgroundGrey4 {
	background-color:#ccc;
}
.backgroundDarkGrey {
	background-color: #333333;
}

.backgroundBlack {
	background-color: #111111;
}
.boxColour1 {
	border: #eeeeee solid 1px;
}
.boxColour2 {
	border: #cccccc solid 1px;
}
.colourBox1{
    background:#b9d9ff;
    padding: 40px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.colourBox2{
    background: #FFD99B;
    padding: 40px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.openingHours {
	width: 100%;
	display: block;
}
.openingHours > ul {
	width: 100%;
	height: auto;
	display: block;
	float: none;
	clear: both;
}
.openingHours > ul > li {
	width: 100%;
	display: block;
	color: #3C3D40;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #ccc;
	float: left;
	font-size: 1em;
}
.openingHours > ul > li:nth-child(even) {
	background-color: #eee; 
}
.openingHours > ul > li .openHrsLeft {
	width: 50%;
	display: inline-block;
	text-align: left;
	float: left;
	clear: left;
}
.openingHours > ul > li .openHrsRight {
	width: 50%;
	display: inline-block;
	text-align: right;
	float: right;
	clear: right;
}
.column-image-caption{
    width: 100%;
     display: block;
    position: relative;
    bottom: 15px;
    left: -20px;
    padding: 10px 20px;
    font-size: 1em;
    color: #fff;
    font-weight: 700;
    background: #0008;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}
.columnHalf {
    position: relative;
	display: block;
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnThird {
    position: relative;
	display: block;
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnThird3 {
	display: block;
	float: left;
	width: 33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnThird3 img {
	width: 100%;
	display: block;

}
.columnSix {
	display: block;
	float: left;
	width: 16.666666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnFive {
	display: block;
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnQuarter {
    position: relative;
	display: block;
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnTwoThirds {
    position: relative;
	display: block;
	float: left;
	width: 67%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnThreeQuarter {
    position: relative;
	display: block;
	float: left;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnHalf img {
	width: 100%;
}
.columnThird img {
	width: 100%;
}
.columnQuarter img {
	width: 100%;
}
.columnTwoThirds img {
	width: 100%;
}
.columnSix img {
	width: 100%;
}
.columnFive img {
	width: 100%;
}
.columnThreeQuarters img {
	width: 100%;
}
.columnLRPadding1 {
	padding: 0 1%;
}
.columnLRPadding2 {
	padding: 0 2%;
}
.columnLRPadding3 {
	padding:  0 4%;
}
.columnRightPadding {
	padding-right: 4%;
}
.columnLeftPadding {
	padding-left: 4%;
}
.columnPadding {
	padding-left: 4%;
	padding-right: 4%;
}
.paddingMarginClear {
	padding: 0;
	margin: 0;
}
.padding_2pt_bottom {
	padding-bottom: 2px;
}
.padding_3pt_bottom {
	padding-bottom: 3px;
}
.padding_3pt_top {
	padding-top: 3px;
}
.padding_4pt_left {
	padding-left: 4px;
}
.padding_5pt_right {
	padding-right: 5px;
}
.padding_5pt_left {
	padding-left: 5px;
}
.padding_5pt_bottom {
	padding-bottom: 5px;
}
.padding_5pt_top {
	padding-top: 5px;
}
.padding_5pt {
	padding: 5px;
}
.padding_5pt_top_bot {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding_10pt_right {
	padding-right: 10px;
}
.padding_10pt_left {
	padding-left: 10px;
}
.padding_10pt_bottom {
	padding-bottom: 10px;
}
.padding_10pt_top_bot {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_10pt_top {
	padding-top: 10px;
}
.padding_10pt {
	padding: 10px;
}
.padding_9pt_top {
	padding-top: 9px;
}
.padding_13pt_top {
	padding-top: 9px;
}
.padding_15pt_right {
	padding-right: 15px;
}
.padding_15pt_left {
	padding-left: 15px;
}
.padding_15pt_bottom {
	padding-bottom: 15px;
}
.padding_15pt_top {
	padding-top: 15px;
}
.padding_15pt {
	padding: 15px;
}
.padding_20pt_right {
	padding-right: 20px;
}
.padding_20pt_left {
	padding-left: 20px;
}
.padding_20pt_bottom {
	padding-bottom: 20px;
}
.padding_20pt_top {
	padding-top: 20px;
}
.padding_20pt {
	padding: 20px;
}
.padding_25pt_right {
	padding-right: 25px;
}
.padding_25pt_left {
	padding-left: 25px;
}
.padding_25pt_bottom {
	padding-bottom: 25px;
}
.padding_25pt_top {
	padding-top: 25px;
}
.padding_25pt {
	padding: 25px;
}
.padding_30pt_right {
	padding-right: 30px;
}
.padding_30pt_left {
	padding-left: 30px;
}
.padding_30pt_bottom {
	padding-bottom: 30px;
}
.padding_30pt_top {
	padding-top: 30px;
}
.padding_40pt {
	padding: 40px;
}
.padding_40pt_right {
	padding-right: 40px;
}
.padding_40pt_left {
	padding-left: 40px;
}
.padding_40pt_bottom {
	padding-bottom: 40px;
}
.padding_40pt_top {
	padding-top: 40px;
}
.padding_50pt_right {
	padding-right: 50px;
}
.padding_50pt_left {
	padding-left: 50px;
}
.padding_50pt_bottom {
	padding-bottom: 50px;
}
.padding_50pt_top {
	padding-top: 50px;
}
.padding_50pt {
	padding: 50px;
}
.padding_65pt_left {
	padding-left: 65px;
}
.padding_80pt_top {
	padding-top: 80px;
}
.padding_80pt_bottom {
	padding-bottom: 80px;
}
.padding_100pt_top {
	padding-top: 100px;
}
.padding_100pt_bottom {
	padding-bottom: 100px;
}
.column-text-split-half{
    column-count: 2;
  column-gap: 40px;
}
.text10grey {
	font-size: 10px;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
.text10white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text12grey {
	font-size: 12px;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
.text12white {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text12colour1 {
	font-size: 12px;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text12colour2 {
	font-size: 12px;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text12colour3 {
	font-size: 12px;
	color: #d2252b;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text14grey {
	font-size: 14px;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
.text14white {
	font-size: 14px;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text14colour1 {
	font-size: 0.875em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text14colour2 {
	font-size: 0.875em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text14White {
	font-size: 0.875em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text16white {
	font-size: 1em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text16grey {
	font-size: 16px;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
}
.text16colour1 {
	font-size: 1em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text16colour2 {
	font-size: 16px;
	color: #d2252b;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text18grey {
	font-size: 1.125em;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: 400;
}
.text18white {
	font-size: 1.125em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text18colour1 {
	font-size: 1.125em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
.text18colour2 {
	font-size: 1.125em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text17white {
	font-size: 1.065em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text17colour1 {
	font-size: 1.065em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text20grey {
	font-size: 1.25em;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
}
.text20white {
	font-size: 1.25em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text20colour1 {
	font-size: 1.25em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text20colour2 {
	font-size: 1.25em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text22grey {
	font-size: 1.375em;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	font-weight: normal;
}
.text22white {
	font-size: 1.375em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text22colour1 {
	font-size: 1.375em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
.text22colour2 {
	font-size: 22px;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text24grey {
	font-size: 1.5em;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
.text24white {
	font-size: 1.5em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text24colour1 {
	font-size: 24px;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text24colour2 {
	font-size: 1.5em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text32colour1 {
	font-size: 2em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text32grey {
	font-size: 2em;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text32white {
	font-size: 2em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text32colour1 {
	font-size: 2em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
.text40colour1 {
	font-size: 2.5em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	font-weight: normal;
}
a.link12:link, a.link12:visited, a.link12:active {
	font-size: 0.65em;
	color: #3C3D40;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12:hover {
	color: #222;
	text-decoration: underline;
}
a.link12white:link, a.link12white:visited, a.link12white:active {
	font-size: 0.65em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	text-transform: none;
}
a.link12white:hover {
	text-decoration: underline;
}
a.link12grey:link, a.link12grey:visited, a.link12grey:active {
	font-size: 0.65em;
	color: #444444;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12grey:hover {
	text-decoration: underline;
	color: #222;
}
a.link12colour1:link, a.link12colour1:visited, a.link12colour1:active {
	font-size: 0.65em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12colour1:hover {
	color: #cd1719;
	text-decoration: underline;
}
a.link12colour2:link, a.link12colour2:visited, a.link12colour2:active {
	font-size: 0.65em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12colour2:hover {
	color: #cd1719;
	text-decoration: underline;
}
a.link12colour3:link, a.link12colour3:visited, a.link12colour3:active {
	font-size: 0.65em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12colour3:hover {
	color: #cd1719;
	text-decoration: underline;
}
a.link14:link, a.link14:visited, a.link14:active {
	font-size: 0.875em;
	color: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link14:hover {
	text-decoration: underline;
	color: #222;
}
a.link14white:link, a.link14white:visited, a.link14white:active {
	font-size: 0.875em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link14white:hover {
	text-decoration: underline;
}
a.link14colour1:link, a.link14colour1:visited, a.link14colour1:active {
	font-size: 0.875em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link14colour1:hover {
	text-decoration: underline;
	color: #cd1719;
}
a.link14colour2:link, a.link14colour2:visited, a.link14colour2:active {
	font-size: 0.875em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link14colour2:hover {
	text-decoration: underline;
	color: #222;
}
a.link14grey:link, a.link14grey:visited, a.link14grey:active {
	font-size: 0.875em;
	color: #3C3D40;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link14grey:hover {
	color: #222;
}
a.link16:link, a.link16:visited, a.link16:active {
	font-size: 1em;
	color: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link16:hover {
	color: #222;
}
a.link16white:link, a.link16white:visited, a.link16white:active {
	font-size: 1em;
	color: #eeeeee;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link16white:hover {
	text-decoration: underline;
}
a.link16grey:link, a.link16grey:visited, a.link16grey:active {
	font-size: 1em;
	color: #444444;
	line-height: 1.5;
	text-align: left;
}
a.link16grey:hover {
	color: #d2252b;
}
a.link16colour1:link, a.link16colour1:visited, a.link16colour1:active {
	font-size: 1em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link16colour1:hover {
	color: #cd1719;
}
a.link16colour2:link, a.link16colour2:visited, a.link16colour2:active {
	font-size: 1em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	white-space: nowrap;
}
a.link16colour2:hover {
	color: #222;
	text-decoration: underline;
}
a.link18white:link, a.link18white:visited, a.link18white:active {
	font-size: 1.125em;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	text-transform: none;
}
a.link18white:hover {
	text-decoration: underline;
}
a.link18colour1:link, a.link18colour1:visited, a.link18colour1:active {
	font-size: 1.125em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	text-transform: none;
}
a.link18colour1:hover {
	color: #cd1719;
}
a.link20colour1:link, a.link20colour1:visited, a.link20colour1:active {
	font-size: 1.250em;
	color: #cd1719;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
}
a.link20colour1:hover {
	color: #cd1719;
}


.contact_telephone{
    position: relative;
    display:block;
	padding-top: 10px;
}
.contact_telephone > a{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_telephone > span{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_telephone > img{
     position: absolute;
    display: inline-block;
    top: 12px;
    padding: 5px;
    width: 12px;
    height: auto;
    /* background: #757575; */
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #444;
}
.contact_telephone:hover{
    text-decoration: underline;
}


.contact_email{
    position: relative;
    display:block;
	padding-top: 10px;
}
.contact_email > a{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_email > span{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_email > img{
        position: absolute;
    display: inline-block;
    top: 12px;
    padding: 3px;
    width: 16px;
    height: auto;
    /* background: #757575; */
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #444;
}
.contact_email:hover{
    text-decoration: underline;
}

.contact_whatsapp{
    position: relative;
    display:block;
	padding-top: 10px;
}
.contact_whatsapp > a{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_whatsapp > span{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_whatsapp > img{
     position: absolute;
    display: inline-block;
    top:9px;
    padding: 10;
    width: 25px;
    height: auto;
    /* background: #757575; */
    /*
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    */
    border: none;
}
.contact_whatsapp:hover{
    text-decoration: underline;
}

.contact_whatsapp2{
    position: relative;
    display:block;
	padding: 15px 0px;
    background: #111111;
    width: 350px;
    text-align: center;
     -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.contact_whatsapp2 > a{
	position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    text-indent: 30px;
}
.contact_whatsapp2 > span{
    position: relative;
    display:inline-block;
	color: #fff;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_whatsapp2 > img{
        position: absolute;
    display: block;
        width: 30px;
    left: 25px;
    top: 12px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 10;
    height: auto;
    /* background: #757575; */
    border: none;
}
.contact_whatsapp2:hover{
    text-decoration: underline;
}
.contact_whatsapp_footer{
    position: relative;
    display:block;
	padding: 12px 0px;
    background: #111111;
    border: 1px solid #fff;
    width: 100%;
    max-width: 260px;
    text-align: left;
     -moz-border-radius: 6px; 
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
}
.contact_whatsapp_footer > a{
	position: relative;
    display: inline-block;
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    padding-left: 43px;
}
.contact_whatsapp_footer > span{
    position: relative;
    display:inline-block;
	color: #fff;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
}
.contact_whatsapp_footer > img{
        position: absolute;
    display: block;
        width: 25px !important;
    left: 12px;
    top: 12px;
    margin-right: 0px;
    margin-top: 0px;
    padding-top: 10;
    height: auto;
    /* background: #757575; */
    border: none;
}
.contact_whatsapp_footer:hover{
    text-decoration: underline;
}

.contact_location{
    position: relative;
    display:block;
	padding-top: 10px;
}
.contact_location > a{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_location > span{
    position: relative;
    display:inline-block;
	color: #444;
	font-size: 1.125em;
	font-weight: 700;
	text-align: left;
	text-indent: 34px;
}
.contact_location > img{
     position: absolute;
    display: inline-block;
     top: 10px;
    padding: 3px;
    width: 18px;
    height: auto;
}
.contact_location:hover{
    text-decoration: underline;
}

.clickHere{
	font-size: 0.875em;
	line-height: 1.5;
	color: #ffffff;
    font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 3px;
	text-align: center;
	padding-top: 15px;
    padding-bottom: 10px;
	width: 175px;
	display: block;
	margin: 30px 0;
	clear: both;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #cd1719;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #cd1719 50%, #eee 50%);
	border-bottom: 5px solid #cd1719;
}
.clickHere:hover{
    color: #005d91;
	background-color: #eee;
	background-position: 0 -100%;
}
.clickHereWhite{
	font-size: 0.875em;
	line-height: 1.5;
	color: #005d91;
    font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 3px;
	text-align: center;
	padding-top: 15px;
    padding-bottom: 10px;
	width: 175px;
	display: block;
	margin: 30px 0;
	clear: both;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background-color: #eee;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #eee 50%, #005d91 50%);
	border-bottom: 5px solid #eee;
}
.clickHereWhite:hover{
    color: #fff;
	background-color: #005d91;
	background-position: 0 -100%;
}
.clickHere_box {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    padding: 15px;
    margin: 15px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 0px;
    display: block;
    width: 125px;
    text-align: center;
    background-color: #d2252b;
}
.clickHere_box:hover {
	color: #ffffff;
}
.formerror {
	font-size: 16px;
	color: #5f3f3f;
	font-weight: normal;
	background-color: #fddfdf;
	padding: 15px;
	border: 1px solid #f1a899;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;

}
.textForm {
	font-size: 14px;
	color: #444444;
	padding-top: 10px;
	text-align: left;
	padding-right: 10px;
	width: 25%;
	float: left;
	display: block;
}
.floatRight {
	display: block;
	float: right;
}
.floatLeft {
	display: block;
	float: left;
	width: auto;
}
.floatClear {
	display: block;
	clear: both;
}
.spacer {
	display: block;
	clear: both;
}
.formBox {
	 background-color: #f1f1f1; 
	padding: 30px 20px;
	display: block;
	text-align: left;
	/* -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px; */
	
}
.formText {
	font-size: 14px;
	color: #666666;
	text-align: left;
	display: block;
	float: left;
	width: 190px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
}
.formfield {
	font-family: "Questrial", sans-serif;
	font-size: 16px;
	color: #666666;
	background-color: #ffffff;
	border: #999999 1px solid;
	text-decoration: bold;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	float: left;
	width: 75%;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; */
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formfieldSmall {
	font-family: "Questrial", sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	border: #999999 1px solid;
	text-decoration: none;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: 20%;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; */
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formfieldExtraSmall {
	font-family: "Questrial", sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	border: #999999 1px solid;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	width: 12%;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; */
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formfieldError {
	font-family: "Questrial", sans-serif;
	font-size: 16px;
	color: #444333;
	text-decoration: bold;
	padding: 15px;
	border: 2px solid #ff0000;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	width: 75%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formfieldSmallError {
	font-family: "Questrial", sans-serif;
	font-size: 16px;
	color: #444333;
	text-decoration: bold;
	padding: 10px;
	border: 2px solid #ff0000;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	width: 25%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.formfieldExtraSmallError {
	font-family: "Questrial", sans-serif;
	font-size: 16px;
	color: #444333;
	text-decoration: bold;
	padding: 10px;
	border: 2px solid #ff0000;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	width: 15%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formfieldLarge  {
	font-family: "Questrial", sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #ffffff;
	border: #999999 1px solid;
	text-decoration: none;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#VehicleID {
	width: 300px;
}
.sent_ok_box {
	font-size: 16px;
	color: #5f3f3f;
	font-weight: normal;
	background-color: #fddfdf;
	padding: 20px;
	border: 1px solid #f1a899;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;

}
.sent_ok_box_green {
	font-size: 1.125rem;
	color: #2c312b;
	font-weight: bold;
	background-color: #d7fab6;
	padding: 25px;
	border: 1px solid #3d7a01;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
}
.spacer {
	clear: both;
	display: block;
}
.positionBottom {
    position:absolute;
    bottom:0;
	width: 100%;
}
.normal-document{
    display: block;
    width: auto;
}
.normal-document > h1{
    font-size: 1.5em;
    line-height: 2.2;
    font-weight: 700;
    display: block;
}
.normal-document > h2{
     font-size: 1.25em;
    line-height: 2;
    font-weight: 700;
    display: block;
}
.normal-document > h3{
     font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
    display: block;
}
.normal-document > ul{
     font-size: 1em;
    padding: 20px 0;
    display: block;
    margin-left: 40px;
}
.normal-document > ul > li{
    font-size: 1em;
    line-height: 1.3;
    padding: 10px 0px;
    list-style: disc;
    list-style-type: disc;
    list-style-position: outside;
}
.normal-document a{
    font-weight: 700;
    color: #333;
    text-decoration: underline;
}
.normal-document strong{
    font-weight: 700;
}
h1 {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
}
h2 {
	font-family: 'Montserrat', sans-serif;
    margin: 0;
}
h3 {
	font-family: 'Montserrat', sans-serif;
}
h4 {
	font-family: 'Montserrat', sans-serif;
}
.bold { font-weight: 700;} 
.extrabold { font-weight: 800;} 
.ExtraBold { font-weight: 900;} 
.thin { font-weight: 300;} 
.normal { font-weight: 400;} 
.centerText { text-align:center;} 
.alignLeft { text-align: left; } 
.alignRight { text-align: right; }
.uppercase { text-transform:uppercase}
.fontWhite{ color: #ffffff;}
.fontColour1{color: #1e2e70;}
.fontColour2{color: #cd1719;}
.fontGrey{color: #222;}
.fontDarkGrey{color: #3C3D40;}
.fontRed{color: #cd1719;}
.fontBlue{color: #1e2e70;}
.fontGreen{color: #cd1719;}
.fontSliderGrey{ color: #3C3D40; background: #fff9; padding: 10px 25px; }
.fontSliderRed{ color: #cd1719; background: #fff9; padding: 10px 25px; }
.fontSliderBlue{color: #1e2e70; background: #fff9; padding: 10px 25px; }
.fontSliderWhite{color: #eee; background: #0009; padding: 10px 25px; }
.fontSize10 { font-size: 0.625em; }
.fontSize12 { font-size: 0.75em; }
.fontSize14 { font-size: 0.875em; }
.fontSize16 { font-size: 1em; }
.fontSize18 { font-size: 1.125em; }
.fontSize20 { font-size: 1.25em; }
.fontSize24 { font-size: 1.5em; }
.fontSize32 { font-size: 2em; }
.fontSize40 { font-size: 2.5em; }
.fontSize48 { font-size: 3em; }
.fontSize56 { font-size: 3.5em;}
.fontSize64 { font-size: 4em; }
.letterSpacing1 {letter-spacing: 1px;}
.letterSpacing2 {letter-spacing: 2px;}
.letterSpacing3 {letter-spacing: 3px;}
.letterSpacing3 {letter-spacing: 3px;}
.fontFamily1 { font-family: 'Montserrat', sans-serif; }
.fontFamily2 { font-family: 'Montserrat', sans-serif;}
.lineHeight1{ line-height: 1.1;}
.lineHeight2{ line-height: 1.2;}
.lineHeight3{ line-height: 1.3;}
.text-column-3 {
    columns: 50px 3;
}
.text-column-2 {
    columns: 50px 2;
}
figcaption {
	    margin-top: -40px;
    bottom: -50px;
    margin-left: 20px;
    /* padding: 10px; */
    /* background: #0009; */
}
.header-image img{
    display: block;
    width: 100%;
}
.header-image{
        position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 900px;
    margin: auto;
    height: auto;
    overflow: hidden;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
.header-image-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px -85px 36px -50px #2224;
    top: 0; 
    left: 0;
}
.header-image span{
    position: absolute;
    top: 0;
    left: 0;
    padding: 3%;
    padding-left: 4%;
    height: 40%;
    width: 100%;
    background-color: #060918a1;
    color: #fff;
    display: block;
    /* width: 33.333%; */
    /* min-width: 400px; */
    /* max-width: 900px; */
    z-index: 100;
    box-sizing: border-box;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -khtml-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 10px 10px 30px #0009;
}
.header-image span h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 3.25em;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    display: block;
    padding-bottom: 0;
}
.header-image span p{
    font-size: 1.325em;
    line-height: 1.4;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
}
.borderGrey{
	border: none;
	border: 1px solid #222222;
}
.lineSides {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.lineSides:before, .lineSides:after {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 50%;
	height: 1px;
	content: '\a0';
	background-color: #aaaaaa;
	margin: 0 10%;
}
.lineSides:before {
	margin-left: -60%;
	text-align: right;
}

.lineSides2{
     overflow: hidden;
     text-align: center;
 }
.lineSides2 > span{
    position: relative;
    display: inline-block;
}
.lineSides2 > span:before, .lineSides2 > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #bbbbbb;
    width: 592px; /* half of limiter */
    margin: 0 55px;
}
.lineSides2 > span:before{
    right: 100%;
}
.lineSides2 > span:after{
    left: 100%;
}

.lineSidesWhite{
     overflow: hidden;
     text-align: center;
 }
.lineSidesWhite > span{
    position: relative;
    display: inline-block;
}
.lineSidesWhite > span:before, .lineSidesWhite > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #fff;
    width: 592px; /* half of limiter */
    margin: 0 55px;
}
.lineSidesWhite > span:before{
    right: 100%;
}
.lineSidesWhite > span:after{
    left: 100%;
}
.listTick{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0;
    
}
.listTick ul{
    position: relative;
    display: block;
    clear: both;
    width: 100%;  
}
.listTick ul li {
        font-size: 1em;
    font-weight: 700;
    text-transform: none;
    color: #222;
    list-style-image: url(../images/tick-blue-20px.png);
    padding-bottom: 5px;
    /* text-indent: 10px; */
    margin-left: 25px;
    list-style-position: outside;
}
.listTick ul li:nth-child(even) {
	/* background: #f2f2f2; */
}
.alphaGrayscale{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url(desaturate.svg#greyscale);
}
.alphaLighten{ 
	filter: alpha(opacity=50);
    opacity: 0.5;
}
.heading1 {
    font-size: 1.5em;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #cd1719;
}
.usedCarHeading {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    margin: 0px;
    font-size: 1.75em;
    color: #1e2e70;
    text-decoration: none;
    font-weight: 800;
    display: block;
    padding: 0px;
    text-transform: none;
}
.usedCarHeading:hover {
	color: #1e2e70;
}


.usedCarSubHeading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
    margin: 0;
    font-size: 1.25em;
    color: #1e2e70;
    text-decoration: none;
    display: block;
    padding-top: 5px;
}
.rollover {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	color: #ffffff;
	display: block;
}
.rollover:hover {
	color: #666666;
	text-decoration: underline;
}
.thumbNailImageRollover img {
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.thumbNailImageRollover img:hover {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
	overflow: hidden;
}
.thumbNailImageRollover {
	width: 20%;
	float: left;
	margin: 0;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.thumbNailImageRollover:hover {
	-moz-opacity: 1;
	opacity: 1;
}
.thumbNailImageRollover2 img {
	width: 100%;
}
.thumbNailImageRollover2 {
	width: 24%;
	float: left;
	margin: 1px;
	padding: 1px;
	border: 1px solid #444444;
	display: inline-block;
}
.thumbNailImageRollover2:hover {
	padding: 0;
	border: 2px solid #222222;
}
.linebreak-10{
    width: 10%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #1e2e70;
    clear: both;
    
}
.linebreak-20{
    width: 20%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #1e2e70;
    clear: both; 
}
.linebreak-30{
    width: 30%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 5px solid #1e2e70;
    clear: both; 
}
.linebreak-30-left{
    width: 33%;
    display: block;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #1e2e70;
    clear: both; 
}
.linebreak-10-white{
    width: 10%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    clear: both;
    
}
.linebreak-20-white{
    width: 20%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    clear: both; 
}
.linebreak-30-white{
    width: 30%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 5px solid #eee;
    clear: both; 
}
.linebreak-30-left-white{
    width: 33%;
    display: block;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    clear: both; 
}
.lineBreak {
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.lineBreak2 {
	display: block;
	clear: both;
	float: none;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.lineBreak3 {
	display: block;
	clear: both;
	float: none;
	margin-top: 40px;
	margin-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
    border-top: 1px solid #ccc;
    width: 60%;
    
}
.lineBreak4 {
	display: block;
	clear: both;
	float: none;
	margin-top: 60px;
	margin-bottom: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}
.lineBreakWhite {
	display: block;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C3D40;
}
.lineBreakColour {
	display: block;
	clear: both;
	float: none;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.box_curve_black {
	border: 1px solid #555555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	-khtml-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.box_black {
	border: 1px solid #555555;
}
.underlineThickWhite {
	border-bottom: #ffffff solid 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.underlineThickColour1 {
	border-bottom: #d2252b solid 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.underlineThickColour3 {
	border-bottom: #222222 solid 1px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.underlineColour1 {
	border-bottom: #222222 solid 1px;
	padding-bottom: 3px;
}
.underlineColour2 {
	border-bottom: #d2252b solid 1px;
	padding-bottom: 3px;
}
.underlineWhite {
	border-bottom: #ffffff solid 1px;
	padding-bottom: 3px;
}
.underlineThickGrey {
	border-bottom: #cccccc solid 3px;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.underlineGrey {
	border-bottom: #cccccc solid 1px;
	padding-bottom: 3px;
}
.lineTop {
	border-top: 1px solid #dddddd;
}
.lineTopLight {
	border-top: 1px solid #ffffff;
}
.lineTopDark {
	border-top: 1px solid #444444;
}
.lineTopBox {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.lineBottom {
	border-top: 1px solid #cccccc;
}
.backGround {
	background-color: #333333;
}
.lineLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.lineRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.lineLeftRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.linebottomWhite {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.pagenumbers {
	font-size: 1em;
	color: #3C3D40;
	background-color: #eee;
	border: 1px solid #cccccc;
	padding: 8px;
	margin: 1px;
	word-spacing: normal;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	float: none;
	clear: both;
}
.pagenumbers:hover {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #222;
	border: 1px solid #222;
}
.pagenumbersselected {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #222;
	border: 1px solid #222;
	padding: 8px;
	margin-left: 2px;
	width: auto;
	height: auto;
	word-spacing: normal;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	float: none;
	clear: both;
}
.borderWhite {
	border: 12px solid #eeeeee;
}
.box-dark-border {
    border: 3px solid #333;
    padding: 30px;
    float: none;
    clear: both;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.box-grey-round {
    background-color: #eee;
    padding: 30px;
    float: none;
    clear: both;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.locationMapBorder {
    border: 10px solid #333;
    /* border-top: 1px solid #888; */
    border-radius: 100px;
    border-top-left-radius: 0;
    overflow: hidden;
}
iframe {
	display: block;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/******************************** 1660px **********************************************/
.media1620{}
@media screen and (max-width: 1660px) {

main {

    }
}

/******************************** 1520px **********************************************/
.media1520{}
@media screen and (max-width: 1520px) {

main {

    }
#mainContent {
	width: 100%;
	padding: 0 5%;
}
footer {
	width: 100%;
	padding: 80px 5%;
}
.franchiseRow {
	width: 100%;
	padding: 100px 5% 0 5%;
}
.aftercareRow {
	width: 100%;
	padding: 100px 5% 0 5%;
}
.dealerWrapper {
	width: 90%;
	padding: 50px 5%;
}
.locationsWrapper {
	width: 100%;
	padding: 50px 5%;
}

.newsWrapper {
	width: 100%;
	padding: 80px 5%;
}
.offerWrapper {
	width: 100%;
	padding: 80px 5%;
}
}

/******************************** 1440px **********************************************/
.media1440{}
@media screen and (max-width: 1440px) {
.viewCar_Icons ul li {
    width: 25%;
}
.main-content {

}
#parallax-container-1 {
    height: auto;
    padding-bottom: 27%;
}
#parallax-container-1 > span {
    padding-top: 100px;
    left: 25%;
    width: 50%;
    font-size: 3em;
}
.steps-box ul li {
    width: 23%;
    padding: 30px;
    padding-top: 5px;
    margin-right: 2%;
    margin-bottom: 10px;
}

.main-section, .section-container, .main-content {
    width: 90%;
}
.LVcontainer {
    width: 90%;
}
}
/******************************** 1366px **********************************************/
.media1366{}
@media screen and (max-width: 1366px) {

specContainerRow > ul > li {
	width: 49%;
	margin-right: 1%;
}

#parallax-container-1 {
    padding-bottom: 45%;
    background-color: #333;
}
#parallax-container-1 > span {
    padding-top: 70px;
    left: 15%;
    width: 70%;
    font-size: 3em;
}
}

/******************************** 1280px **********************************************/
.media1280{}
@media screen and (max-width: 1280px) {
header {
	width: 100%;
}

#logo {
    margin-left: 4%;
    }
.headerLogosWrapper {
    width: 70%;
    margin-right: 1%;
}
footer {

}

.aftercareRow {
	width: 90%;
	padding: 100px 10% 0 5%;
}

.locationsWrapper {
	width: 90%;
	padding: 50px 5%;
}
.LVcontainer {
	width: 90%;
	padding: 80px 5%;
}
.newsWrapper, .offerWrapper {
	width: 90%;
	padding: 70px 5%;
}
.header-image span h2 {
    font-size: 3.75em;
    line-height: 1;
}

}

/******************************** 1024px **********************************************/
.media1024{}
@media screen and (max-width: 1024px) {
#logo {
    width: 33%;
    margin-left: 4%;
    min-width: 216px;
    padding-top: 0;
    padding-bottom: 25px;
}
header {
    width: 100%;
    max-width: 1440px;
    height: 165px;
} 

.header-image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 900px;
    margin: auto;
    height: auto;
    overflow: hidden;
}
.header-image-shadow {
    display: none;
}
.headerContact > span {
    font-size: 0.875em;
    text-align: right;
    line-height: 1.5;
}
.header-image span h2 {
    font-size: 2.5em;
    line-height: 1;
}
.header-image span p {
    font-size: 1.1em;
    line-height: 1.4;
    width: 100%;
}
.headerContact {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    width: 92%;
    float: right;
    display: block;
    text-align: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.headerLogosWrapper {
    width: 67%;
    margin-top: 20px;
    margin-right: 0;
}
.headerContact > a {
    font-size: 2em;
    letter-spacing: 0;
    color: #333333;
    display: block;
    float: none;
    line-height: 1.5;
}
.header-center-text {
    display: none;
}
    
.header-center-text > p {
    margin-top: 10px;
    font-size: 1em;
}

#nav {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
    padding-bottom: 0;
	padding-top: 0; 
   line-height: 1.7;
}
#nav > a {
    font-family: 'Montserrat', sans-serif;
    width: 6em;
    height: 3.125em;
    text-align: left;
    text-indent: 70px;
    position: relative;
    color: #1e2e70;
    font-weight: 400;
    font-size: 1em;
    white-space: nowrap;
    overflow: visible;
    padding-bottom: 2px;
    background-image: url("../images/nav-burger.png");
    background-repeat: no-repeat;
    background-position: 50% 45%;
}
#nav > a:after {
	position: absolute;
	top: 11px;
	left: 0;
	content: 'MENU';
}
/*	
#nav > a:before, #nav > a:after {
	position: absolute;
	border: 2px solid #fff;
	top: 35%;
	left: 25%;
	right: 25%;
	content: '';	
}
#nav > a:after {
	top: 60%;
	MENU
}
	*/
#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
	display: block;
}
/* first level */
#nav > ul {
    background: #eee;
    height: auto;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 0;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
    border-left: none;
    border-right: none;
}
#nav > ul > li:nth-of-type(1) {
    border-left: none;
    border-right: none;
}
#nav > ul > li.nav-large {
    width: 100%;
}
#nav > ul > li.nav-stand-out {
    width: 100%;
    letter-spacing: 1px;
    font-size: 1.25em;
}
#nav > ul > li.nav-stand-out a{
    font-weight: 800;
}
#nav > ul > li > a {
    color: #1e2e70;
    font-size: 1em;
    font-weight: 400;
    text-indent: 0;
    height: auto;
    text-align: left;
    padding: 20px 40px;
    border-bottom: solid 1px #ccc;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #ccc;
}
/* second level */
#nav li ul {
	position: static;
	padding: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
#nav li ul a {
    color: #1e2e70;
	font-size: 1.125em;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #eee;
	text-indent: 20px;
	border-bottom: 1px solid #ccc;
}
#nav li:hover ul {
	width: 100%;
	padding-top: 0;
}
#nav li:not( :first-child ):hover ul {
	border-bottom: 1px solid #ccc;
}
.finance-box ul li {
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    padding-right: 0px;
    padding: 10px 25px;
}
.topIcon ul li {
	width: 50%;
}
.topIcon ul li:nth-child(3n+1) {
	clear: none;
}
.topIcon ul li:nth-child(2n+1) {
	clear: left;
}
	
.addressWrapper > ul > li {
	float: left;
	width: 30.333%;
	padding-right: 3%;
	margin-right:3%;

}
.addressWrapper > ul > li > img{
	width: 33% ;
}
.addressWrapper > ul > li:nth-of-type(4){
	width: 50%;
	float: none;
	clear:both;
}
.contact_email > a {
    word-break: break-word;
}
	
.repexample_container ul li{
	display: inline-block;
	float: left;
	width: 33.333333333%;	
	text-align: left;
	padding:10px;
	padding-bottom: 25px;
	 border-bottom: 1px solid #dddddd;
}

.repexample_container ul li:nth-of-type(3n+0) {
    border-right: none;
}
	
.repexample_large {
	width: 50% !important;	
	}

.repexample_container > ul > li br{
	display: none;
}

.logosWrapper ul li.text_long {
	padding-top: 2% !important;
	padding-bottom: 7% !important;
	line-height: 1.2em;
}
.viewCar_Icons ul li img {
    padding: 10px;
}
.viewCarFeaturesColumn ul li {
    width: 100%;
    float: left;
}
.viewCar_Icons ul li img {
    padding: 10px;
}
.blog-container > ul > li{
	width: 32.5%;
    margin-right: 1.25%;
	margin-bottom: 30px;
	float:left;
	clear: none;
}
.blog-container > ul > li:nth-of-type(3n) {
	width: 32.5%;
	margin-left: 0;
    margin-right: 0;
	
}
.blog-container > ul > li:nth-of-type(4n) {
    width: 32.5%;
    margin-left: 0;
    margin-right: 1.2%;	
}
.steps-box ul li {
    width: 49%;
    padding: 30px;
    padding-top: 5px;
    margin-right: 2%;
    margin-bottom: 10px;
}
.steps-box ul li:nth-of-type(2n) {
    margin-right: 0;
}
#parallax-container-1 > span {
    padding-top: 60px;
    left: 15%;
    width: 70%;
    font-size: 2.5em;
}
#parallax-container-1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 31%;
    background-size: 150%;
    background-position: 0 0 no-repeat fixed;
}
.heading-main-left {
    line-height: 1.2;
    font-size: 2.5em;
}
}
/******************************** 900px **********************************************/

	
.media900{}
@media screen and (max-width: 900px) {
 .mainLeftContainer {
display: block;
float: none;
clear: both;
width: 100%;
padding-right: 0;
}
.mainRightContainer {
padding: 0;
float: none;
clear: both;
width: 100%;
padding-top: 50px;
}
.logoImageSide {
 width: 49.5%;
 margin: 0;
 margin-left: 0.5%;
 display: inline-block;
 padding: 40px;
 float: left;
 clear: none;
}
.sideHeading {
 font-size: 1.25em;
 color: #666666;
 font-weight:400;
 line-height: 1.5;
 text-align: left;
}
.aftercareIconContainer {
width:23%;
margin:0 2% 70px 0;
height:auto;
float:left;
}
.aftercareIconContainer2 {
width:23%;
margin:0 2% 70px 0;
height:auto;
float:left;
}
.aftercareIconImage {
float:left;
padding: 40px;
border: solid 20px #222222;
}
.usedCar_InsideMiddle .specContainerRow > .specLeft {
width: 50%;
float: left;
}
.usedCar_InsideMiddle .specContainerRow > .specRight {
width: 50%;
float: left;
}
.usedCar_clickHere3 {
 width: 100%;
 margin: 5px 0%;
 float: none;
 clear: both;
}
footer > .map {
 display: block;
 float: none;
 clear: both;
 width: 100%;
}
.viewCar_addressWrapper {
	width: 50%;
	float: left;
	clear: right;

}
.viewCar_StaffWrapper{ 
	width: 45%;
	margin: 20px 0;
	margin-right: 5%;
	padding-right: 5%; 
}
.columnThird {
    float: left;
    width: 33%;
}
.specContainerFull {
    float: none;
    clear:both;
    width: 100%;
}

}
	
/********************************************** 768px ********************************/
.media768{}	
@media screen and (max-width: 768px) {
    .grid-item{
      width: 100%;
      float: left;
    margin-right: 0;
}
.grid-sizer{
    width: 100;
}

.grid-item--width2 { width: 100%; }
.grid-item--width3 { width: 100%; }
.grid-item--width4 { width: 100%; }
    
.heading-main-center {
    line-height: 1.2;
    font-size: 2.5em;
}

.list-box ul li.lb-three {
    width: 49%;
    margin-right: 2%;
}
.list-box ul li.lb-three:nth-child(3n), .list-box ul li.lb-three:nth-of-type(3n) {
	margin-right: auto;
}
.list-box ul li.lb-three:nth-child(2n), .list-box ul li.lb-three:nth-of-type(2n) {
	margin-right: 0;
}
.nav-box ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 100px;
}
.aftercareIconContainer {
width:40%;
margin:50px 5% 35px 5%;
height:auto;
float:left;
}
.aftercareIconImage {
float:left;
padding: 20px;
border: solid 20px #222222;
}
.aftercareIconImage2 {
float:left;
padding: 20px;
border: solid 20px #d2252b;
}
.aftercareBookingColumnHalf {
 float: none;
 clear: both;
 width: 100%;
 padding-right: 0;
}
.aftercareBookingTickBoxText{
	clear: right;
	margin-bottom: 15px;
	 }
.aftercareBookingBox input[type='checkbox'] {
	clear: left;
	 }
.LVcontainer {
    width: 90%;
    padding: 100px 5%;
}
.LVcontainer > ul > li {
    display: inline-block;
    width: 46%;
    margin: 15px 2%;
}
.LVcontainer > ul > li:nth-child(3n) {
clear: left;
}
.LVspec > ul > li {
	width: 48%;
	margin-right: 2%;
	float: left;
	clear: none;
}
.newsWrapper, .offerWrapper {
width: 95%;
padding: 100px 2.5%;
}
.newsContainer .newsImage {
 width: 100%;
 margin-bottom: 20px;
 margin-right: 0;
 clear: both;
}
.newsContent {
 width: 100%;
 clear: both;
}
.newsContainerHomePage {
 width: 46%;
 margin-left: 2%;
 margin-right: 2%;
 border-right: none;
 border-bottom: 1px solid #cccccc;
}
.newsContentLarge {
width: 50%;
float: left;
clear: none;
}
.newsImageLarge {
 width: 100%;
}
.newsImageMedium {
width: 47%;
float: left;
clear: none;
margin-right: 3%;
}
.usedCar_contentWrapper {
 float: none;
 width: 100%;
}
.usedCar_searchleft {
 padding-right: 0;
 float: none;
 width: 100%;
}
.columnHalf {
 display: block;
 float: none;
 clear:both;
 width: 100%;
 padding-bottom: 20px;
}
.columnTwoThirds {
 display: block;
 float: none;
 clear:both;
 width: 100%;
 padding-bottom: 20px;
}
.columnThreeQuarter {
 display: block;
 float: none;
 clear:both;
 width: 100%;
 padding-bottom: 20px;
}
.columnQuarter {
 display: block;
 float: left;
 width: 50%;
 padding-bottom: 20px;
}
.columnThird {
 display: block;
 width: 50%;
 float: left;
 padding-bottom: 20px;
}
.columnRightPadding {
 padding-right: 3%;
}
.columnLeftPadding {
 padding-left: 3%;
}
.columnPadding {
 padding: 2%;
}
.columnHalf > img {
	width: 66.666%;
}
.columnThird > img, .columnQuarter > img {
	width: 50%;
}
.image.half, .image.twoThirds, .image.threeQuarter {
 width: 75%;
}
.image.third, .image.quarter {
 width: 50%;
}
.usedCar_Container > ul > li {
    width: 49%;
    margin-right: 2%;
    float: left;
}
 .usedCar_Container > ul > li:nth-of-type(3n){
    margin-right: 2%;
}
 .usedCar_Container > ul > li:nth-of-type(2n){
    margin-right: 0;
}
.specContainerRow > ul > li {
    font-size: 0.875em;
    padding: 2px 8px;
    margin: 1px;
    margin-bottom: 2px;
    overflow: hidden;
}
.viewCarTopContainer {
 width: 100%;
 float: none;
 clear: both;
}
#viewCarImageWrapper {
    position:static; /* SWITCH OFF FROM RELATIVE TO ALLOW ENQUIRY FORM TO POSITION BOTTOM */
 width: 100%;
 margin-right: 0;
}

 .viewCar_enquiryWrapper {
 width: 100%;
}
.viewCar_formText {
 width: 100%;
 float: none;
 clear:both;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.viewCar_formfieldLarge {
 width: 100%;
 float: none;
 clear:both;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.viewCar_formfieldLarge_Error {
 width: 100%;
 float: none;
 clear:both;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.viewCar_addressWrapper {
	width: 67%;
	float: left;
	clear: right;

}
.viewCar_StaffWrapper{ 
	width: 28%;
	margin: 20px 0;
	margin-right: 5%;
}
.viewCar_Icons ul li {
    width: 16.666666%;
}
.usedCar_Image {
 width: 100%;
 margin-right: 0;
 float: none;
 clear: both;
 margin-bottom: 0;
}
.usedCar_InsideMiddle {
 float: none;
clear: both;
 width: 100%;
 display:block;
}
.usedCarHeading {
 width: 100%;
 float: none;
 clear:both;
}
.usedCar_clickHere2 {
width: 100%;
margin: 5px 0;
float: none;
clear: both;
}
.usedCar_Price {
    text-indent: 0;
    text-align: left;
    padding-top: 20px;
}
.usedCar_clickHere4 {
    width: 100%;
    float: none;
    font-size: 0.875em;
}
 .viewCar_greyBox {
 width: 92%;
 padding: 4%;
}
 .viewCar_clickHere2 {
width: 48%;
margin: 5px 1%;
float: left;
}      
.blog-container > ul > li{
	width: 49.5%;
    margin-right: 0.5%;
	margin-bottom: 30px;
	float:left;
	clear: none;
}

.blog-container > ul > li:nth-of-type(3n) {
	width: 49.5%;
	margin-left: 0;
    margin-right: 0.5%;
	
}
.blog-container > ul > li:nth-of-type(4n) {
    width: 49.5%;
    margin-left: 0;
    margin-right: 0.5%;	
}
.textForm {
 padding-top: 10px;
 padding-left: 0;
 text-align: left;
 padding-right: 0;
 width: 100%;
 float: none;
 clear:both;
}
.formfield {
 float: left;
 width: 85%;
}
.formfieldSmall {
 float: left;
 width: 40%;
}
.formfieldExtraSmall {
 float: left;
 width: 25%;
}
.newsImage {
 width: 45%;
 margin-bottom: 15px;
 margin-right: 3%;
 float: left;
 clear: none;
}
 .newsContent {
 width: 100%;
 float: none;
 clear: both;
}
.newsContentLarge {
width: 100%;
float: none;
clear: both;
}
.newsImageMedium {
width: 100%;
float: left;
margin-right: 0;
margin-bottom: 15px;
}
 
 .footerPaddingRight {
 padding-right: 30px;
}
.topIcon ul li {
 font-size: 1em;
}

.newsWrapper ul li {
	width: 32.333%;
	margin: 5px 0.5%;
}
.newsWrapper ul li:nth-of-type(4n+1) {
	clear: none;
}
.newsWrapper ul li:nth-of-type(3n+1) {
	clear: left;
}
.shop-item-image {
    display: block;
    float: left;
    clear: left;
    width: 100%;
}
.shop-item-content {
    float: left;
    clear: right;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-left: 1%;
}
.specContainerRow > ul > li {
    width: 49%;
    margin-right: 1%;
    float: left;
    color: #555;
    padding-left: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: solid 1px #ddd;
}
.specContainerRow > ul > li:nth-of-type(2n) {
    margin-right: 0;
    }
.usedCar_PriceWrapper {
    float: none;
    clear: both;
    width: 100%;
    padding-right: 0;
}
}

/******************************** 640px **********************************************/
.media640{}
 @media screen and (max-width: 640px) {

.headerContact > a {
    font-size: 1.5em;
}
#parallax-container-1 > span {
    padding-top: 30px;
    left: 10%;
    width: 80%;
    font-size: 2em;
}
.aftercareIconContainer {
width:45%;
margin:50px 2.5% 35px 2.5%;
height:auto;
float:left;
}
.aftercareIconContainer2 {
width:45%;
margin:50px 2.5% 35px 2.5%;
height:auto;
float:left;
}
.aftercareIconImage {
float:left;
padding: 40px;
border: solid 20px #222222;
}
.aftercareIconImage2 {
float:left;
padding: 20px;
border: solid 20px #d2252b;
}

.aftercareRowImage img {
 display: block;
 width: 15%;
 float: left;
}
.aftercareRowImage {
 width: 100%;
 display: block;
 float:none;
 clear: both;
 margin-bottom: 20px;
}
 .aftercareRowText {
 width: 100%;
 margin-left: 0;
 display: block;
 float:none;
 clear:both;
}
.aftercareRowText ul li {
 list-style-position:inside;
 text-indent: 2px;
 padding: 5px;
}
.aftercareBookingBox {
	padding: 10px;
	 }
.specContainerFull {
 float: none;
 clear: both;
 width: 100%;
}
.usedCar_PriceWrapper {
 float: none;
 clear: both;
 width: 100%;
 padding-left: 0;
 padding-top: 15px;
}
 .usedCar_Price {
text-align: left;
}
.usedCar_Finance {
text-align: left;
}
.usedCar_clickHere2 {
width: 49%;
margin: 5px 0.5%;
float: left;
clear: none;
}
.newsContainer{ padding: 30px; }
.blog-container > img{
	display: block;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
	float: none;
	clear: both;	
}
     .column-text-split-half{
    column-count: 1;
  column-gap: 0;
}
     .specContainerRow > ul > li {
    width: 100%;
    margin-right: 0;
    float: none;
         clear: both;
}
.viewCar_Icons ul li {
    width: 20%;
}
}

/******************************** 480px **********************************************/
.media480{}	
@media screen and (max-width: 480px) {

header {
    width: 100%;
    margin: 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
#logo {
    width: 65%;
    margin-left: 0;
    min-width: 216px;
    max-width: unset;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 0px;
} 
.headerLogosWrapper {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
}
.headerContact {
    margin-bottom: 10px;
    width: 100%;
    float: none;
    display: block;
    text-align: center;
}
.headerContact > span {
    font-size: 0.875em;
    text-align: center;
    line-height: 1.5;
}
#nav {
    top: 0px;
}
#nav:target > ul {
    display: block;
    width: 100%;
}
footer {
    width: 95%;
    padding: 30px 2.5%;
}
 footer > section {
 float: none;
 width: 98%;
 margin: 30px 1%;
 padding: 30px 0;
 border-bottom: 1px solid #666666;
}

.logoImageSide {
 width: 100%;
 margin: 0;
 margin-left: 0%;
 margin-top: 1px;
 display: block;
 padding: 40px;
 float: none;
 clear: both;
}
.locationsWrapper ul li {
 width: 49%;
 margin: 10px 0.5%;
 float: left;
}
.locationsWrapper ul li:nth-child(4n+1) {
 clear: none;
}
.locationsWrapper ul li:nth-child(3n+1) {
 clear: none;
}
.locationsWrapper ul li:nth-child(2n+1) {
 clear: left;
}
 .topArrow {
 padding-top: 30px;
}
.LVcontainer > ul > li {
    display: inline-block;
    width: 100%;
    margin: 15px 0%;
    border-radius: 50px;
}
.LVhomepage {
 width: 49%;
 margin: 5px 0.5%;
 padding: 10px;
}
.LVspec > ul > li {
	width: 100%;
	margin-right: 0;
	float: none;
	clear: both;
}
    
.newsWrapper, .offerWrapper {
 width: 90%;
 padding: 100px 5%;
}
.newsContainerHomePage {
 width: 100%;
 margin-left: 0;
 margin-right: 0;
 float:left;
 clear: none;
 border-right: none;
 border-bottom: 1px solid #cccccc;
}
.usedCar_Container > ul > li {
    width: 100%;
    margin-right: 0;
    float: left;
}
.usedCar_Image {
 width: 100%;
 margin-right: 0;
 margin-bottom: 0;
 float: none;
 clear: both;
}
.usedCar_InsideMiddle {
 float: none;
 width: 100%;
 clear: both;
}
 .usedCar_Price {
text-align: left;
}
.usedCar_WasPrice {
    float: left;
    text-align: left;
}
.usedCar_Finance {
text-align: left;
}
.usedCar_clickHere2 {
width: 100%;
margin: 5px 0.5%;
float: none;
clear: both;
}
.specContainerRow > ul > li {
    width: 100%;
    margin-right: 0;
    float: none;
    clear: both;
    padding: 2px;
}
.repexample_container ul li{
	display: inline-block;
	float: left;
	width: 50%;	
	text-align: left;
}

.repexample_container ul li:nth-child(even) {
    border-right: none;
}
.repexample_container ul li:nth-of-type(3n+0) {
    border-right: 1px solid #dddddd;
}
	
.repexample_large {
	width: 50% !important;	
	}

.repexample_container > ul > li br{
	display: none;
}
 .viewCarFinanceColumn ul li > .financeLeft {
 width: 70%;
}
.viewCarFinanceColumn ul li > .financeRight {
 width: 30%;
 text-align:right;
}
.viewCar_clickHere2 {
 width: 98%;
 margin: 5px 1%;
 float: none;  
}
.viewCar-click-print{
	display: block;
	float: left;
	clear: both;
	margin-top: 10px;
	text-indent: 30px;
    background-position: 0px 9px;
}
.viewCar_addressWrapper {
	width: 100%;
	float: left;
	clear: right;

}
.viewCar_StaffWrapper{ 
	width: 50%;
	margin: 0 0;
	margin-top: 20px;
	margin-left: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	
}
.viewCar_enquiryWrapper {
	padding: 15px;
}
.viewCar_Icons ul li {
    width: 33.333%;
}
.viewCar_Icons ul li img { padding: 10px; }
.image.half, .image.twoThirds, .image.threeQuarter {
 width: 100%;
}

.image.third, .image.quarter {
 width: 75%;
}
.columnHalf > img {
	width: 75%;
}
.columnThird > img, .columnQuarter > img {
	width: 50%;
}
 .columnQuarter {
 display: block;
 float: none;
 clear: both;
 width: 100%;
 padding-bottom: 20px;
}
.columnTwoThirds {
 display: block;
 float: none;
 clear: both;
 width: 100%;
 padding-bottom: 20px;
}
.columnThird {
 display: block;
 float: none;
 clear: both;
 width: 100%;
 padding-bottom: 20px;
}
.columnThreeQuarter {
 display: block;
 float: none;
 clear: both;
 width: 100%;
 padding-bottom: 20px;
}
.columnRightPadding {
 padding-right: 0;
}
.columnLeftPadding {
 padding-left: 0;
}
.columnPadding {
 padding: 0;
}
.footerPaddingRight {
 padding-right: 0;
}
.textForm {
 padding-top: 10px;
 padding-left: 0;
 text-align: left;
 padding-right: 0;
 width: 100%;
 float: none;
 clear:both;
}
.formfield {
 float: left;
 width: 80%;
}
.formfieldExtraSmall {
 float: left;
 width: 85%;
}
.formfieldSmall {
 float: left;
 width: 85%;
}
 .aftercareIconContainer {
 width:46%;
 margin:50px 2% 35px 2%;
 height:auto;
 float:left;
}
.aftercareIconContainer2 {
 width:46%;
 margin:0 2% 35px 2%;
 height:auto;
 float:left;
}
.aftercareIconImage {
 float:left;
 padding: 30px;
 border: solid 15px #222222;
}
.aftercareBookingBox {
	padding: 10px;
	 }
 .thumbNailImageRollover {
 width: 33.333%;
}


.logosWrapper ul li.text_long {
	padding-top: 4% !important;
	padding-bottom: 12% !important;
	line-height: 1.4em;
}
.logosWidth3column {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%
}
.logosWidth4column {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%
}
.logosWidth5column {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%
}
.logosWrapper ul li.width5 {
    width: 49.8%;
    margin: 0 0.1%;
}
.logosWrapper ul li.width8 {
    width: 24.8%;
    margin: 0 0.1%;
}
.logosWrapper ul li.width12 {
    width: 16.4444444%;
    margin: 0 0.1%;
}
.logosWrapper ul li.width7 {
    width: 33%;
    margin-right: 0.333333%;
    margin-bottom: 1px;
}
.addressWrapper > ul > li {
	float: left;
	width: 47%;
	padding-right: 3%;
	margin-right:3%;

}
.addressWrapper > ul > li > img{
	width: 33%;
}
.addressWrapper > ul > li:nth-of-type(4){
	width: 50%;
	float: left;
	clear:none;
}
.newsWrapper ul li {
    width: 49%;
    margin: 5px 0.5%;
    font-size: 0.875em;
}
.newsWrapper ul li:nth-of-type(4n+1) {
    clear: none;
}
.newsWrapper ul li:nth-of-type(3n+1) {
    clear: none;
}
.newsWrapper ul li:nth-of-type(2n+1) {
    clear: left;
}
.newsWrapper_ImageContainer {
     float: none;
     clear: both;
     width: 100%;
     margin-right: 0;
     margin-bottom: 20px;
}
.newsWrapper_TextContainer {
     float: left;
     width: 100%;
}
.newsContainer{ padding: 20px; }

.usedCar_Finance_btn {
    float: left;
    margin-top:10px;
    width: 100%;
}
.blog-container > ul > li{
	width: 100%;
    margin-right: 0%;
	margin-bottom: 30px;
	float:left;
	clear: none;
}

.blog-container > ul > li:nth-of-type(3n) {
	width: 100%;
	margin-left: 0;
    margin-right: 0%;
	
}
.blog-container > ul > li:nth-of-type(4n) {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;	
}
 .steps-box ul li {
    width: 100%;
    margin-right: 0;
     margin-bottom: 25px;
}
.steps-box ul li:nth-of-type(2n) {
    margin-right: auto;
}
.finance-box ul li img {
    width: 230px;
}
.list-box ul li.lb-two {
    width: 100%;
    margin-right: 0;
}
    .list-box ul li.lb-three {
    width: 100%;
    margin-right: 0;
}
.nav-box ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 50px;
}
.finance-box ul {
    flex-wrap: wrap;
    flex-direction: row;
}
.finance-box ul li {
    float: none;
    font-size: 0.875em;
    font-weight: 400;
    padding-right: 0;
    justify-content: flex-start;
}
.contact_whatsapp2 { width: 100%; }
.contact_whatsapp2 > img {
    position: absolute;
    width: 25px;
    left: 20px;
    top: 12px;
    padding-top: 10;
}
.contact_whatsapp2 > a {
    font-size: 0.875em;
    text-indent: 20px;
}
#parallax-container-1 {
    width: 100%;
    padding-bottom: 100%;
    background-size: 370%;
    background-position: 0 0 no-repeat fixed;
}
    #parallax-container-1 > span {
    padding-top: 50px;
    left: 10%;
    width: 80%;
    font-size: 2.5em;
}
.list-box-2 ul li.lb-two {
    width: 90%;
    margin-right: 0;
    margin-left: 3%;
}
.list-box ul li.lb-three {
    width: 90%;
    margin-right: 0;
    margin-left: 3%;
}
    .footer-top-image {
    width: 100%;
    margin-left: 0;
    margin-bottom: -2px;
}
}
	
/******************************** 320px **********************************************/	
.media320{}	
 @media screen and (max-width: 320px) {
#parallax-container-1 {
    width: 100%;
    padding-bottom: 100%;
    background-size: 400%;
    background-position: 0 0 no-repeat fixed;
}
    #parallax-container-1 > span {
    padding-top: 50px;
    left: 10%;
    width: 80%;
    font-size: 2em;
}	 

.columnThird3 {
	display: block;
	float: none;
	clear:both;
	width: 100%;
	margin: 15px 0;
}
.columnThird3 > img{
	 width: 100% !important;
} 
.aftercareIconContainer {
    width:90%;
    margin:50px 5% 35px 5%;
    height:auto;
    float:none;
    clear: both;
}
.aftercareIconContainer2 {
    width:90%;
    margin:0 5% 35px 5%;
    height:auto;
    float:none;
    clear: both;
}
.aftercareIconImage {
    float:left;
    padding: 50px;
    border: solid 25px #222;
}
.aftercareBookingBox {
	padding: 5px;
}
.LVspec {
	display: block;
	font-size: 1em;
	float: none;
	clear: both;
}
.LVcontainer > ul > li {
    width: 100%;
    margin: 5px 0%;
}
.LVcontainer > ul > li:nth-child(2n+1) {
    clear: none;
}
.newsContent {
    width: 100%;
    float: none;
    clear: both;
}
.newsContentLarge {
    width: 100%;
    float: none;
    clear: both;
}
.newsImageMedium {
    width: 100%;
    float: none;
    clear: both;
    margin-right: 0;
}
.specContainerRow > ul > li {
    width: 100%;
    margin-right: 0;
    float: none;
    clear: both;
    color: #3C3D40;
    padding: 2px;
}
.offerWrapper ul li {
    width: 100%;
    margin: 10px 0;
}
.offerWrapper ul li:nth-of-type(4n+1) {
    clear: none;
}
.offerWrapper ul li:nth-of-type(3n+1) {
    clear: none;
}
.offerWrapper ul li:nth-of-type(2n+1) {
    clear: none;
}
.addressWrapper > ul > li {
	float: none;
	clear: both;
	width: 100%;
	padding-right: 0;
	margin-right: 0;
	border: none;
}
.addressWrapper > ul > li > img{
	width: 25%;
}
.addressWrapper > ul > li:nth-of-type(4){
	width: 100%;
	float: none;
	clear: both;
}
.newsWrapper ul li {
    width: 100%;
    margin: 10px 0;
}
.newsWrapper ul li:nth-of-type(4n+1) {
    clear: none;
}
.newsWrapper ul li:nth-of-type(3n+1) {
    clear: none;
}
.newsWrapper ul li:nth-of-type(2n+1) {
    clear: none;
}
.viewCar_StaffWrapper{ 
	width: 100%;	
    margin: 0;
    padding-left: 0;
}
footer .footerTel:hover {
	color: #d2252b;
}
    }
