@charset "utf-8";
/* Color Theme Swatches in Hex */
.Barcelona-Beauty-Salon-3-1-hex { color: #F4A89D; }
.Barcelona-Beauty-Salon-3-2-hex { color: #FFF5E9; }
.Barcelona-Beauty-Salon-3-3-hex { color: #A89F94; }
.Barcelona-Beauty-Salon-3-4-hex { color: #E9C7C1; }
.Barcelona-Beauty-Salon-3-5-hex { color: #4A4A4A; }


/*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 */
#google_translate_element {
    border-left: none;
}
html { font-size: 100% } 
body {	
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	margin: auto;
	margin-right: auto; 
	margin-left: auto;
	background: #ffffff;
    /*
	background-image: url("../images/background-4.png");
    background-repeat: repeat;
    */
	font-size: 100%;
	color: #333333;
	text-align: left;
	padding: 0px;
	line-height: 1.5;
}
.centre {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
header {
    width: 100%;
    display: flex;
    max-width: 1440px;
    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: #ffebeb; /* #0c0e0d*/
    
	
	/*	

	-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 img {
	width: 100%;
    display: block;
}
#logo {
    display: block;
    position: absolute;
    z-index: 1111;
    background: #ffebeb; /* #ffebeb */
    /* border: 10px solid #333; */
    padding: 35px;
    margin: 0;
    /* padding-bottom: 0; */
    left: 40px;
    top: 30px;
    width: 201px;
    /* max-width: 210px; */
    height: 201px;
    overflow: hidden;
    float: left;
    box-shadow: 0px 5px 35px #0000001a;
    border-radius: 60%;
}
#logo a{
    padding: 0;
    margin: 0;
    border: none;
}
#logo.logoSticky {
	width: 12%;
	margin: 10px 0 10px 12%;
}
.headerLogosWrapper {
    width: 80%;
    display: flex;
    /* margin-top: 10px; */
    /* margin-right: 0%; */
    float: right;
    margin: auto;
    -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;
	width: 33%;
	float: right;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*white-space: nowrap;
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-origin: border-box;
	background-position: 0 5px;	
	*/
}
.headerContact > span{ 
    font-size: 0.875em;
    font-weight: 700;
    color: #eee;
    display: block;
    text-align: right;
    white-space: nowrap;
    /* text-transform: uppercase; */
    line-height: 1.3;
    vertical-align: middle;
}
.headerContact > span > span{ 
    font-size: 1.125em;
    font-weight: 800;
}
.headerContact > a{ 
    font-size: 2em;
    font-weight: 700;
    color: #eee;
    display: block;
    float: right;
    white-space: nowrap;
    line-height: 1.3;
    vertical-align: middle;

}
.headerContact > a > img {
    width: 28px;
    padding: 6px;
    margin-top: -6px;
    margin-right: 7px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    border: 2px solid #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    -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: #eee;
	display: block;
	text-align: right;
}
.header-center-text{
    display: block;
    width: 67%;
	font-size: 1em;
    float: left;
    margin-top: 20px
}

.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;
}
.header-center-text > p {
    margin: 0;
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 5px;
    color: #333;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.header-center-text > span{
    font-size: 1em;
	font-weight: 300;
    line-height: 1.3;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0;
	color: #333;
	display: block;
	text-align: center;
}
/*  N A V I G A T I O N  */
.nav-container {
    float: none;
    clear: both;
    display: block;
    height: 0;
    width: 100%;
}
#nav-bar {
    /*display: none;*/
    position: relative;
    float: right;
    clear: both;
    font-family: 'Montserrat', sans-serif;
    width: auto;
    line-height: 54px;
    height: 54px;
    
    -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: 11;
}
#nav-bar > a {
	display: none;
}
#nav-bar li {
	position: relative;
}
#nav-bar li a {
	color: #333;
	display: block;
}
#nav-bar li a:active {
	color: #12384d !important;
}
/* first level */

#nav-bar > ul {
    font-size: 1em;
    width: 100%;
    display: flex;
    position: relative;
    margin: auto;
    align-content: center;
    align-items: center;
    justify-content: flex-end;

}
#nav-bar > ul > li { 
	width:50px;
	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-bar > ul > li.nav-large { width: 25%;}
#nav-bar > ul > li.nav-stand-out { 
    font-size: 0.875em;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 250px;
    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;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #333 50%);
    border: 1px solid #333;
    border-radius: 50px;
z-index:1;
}
#nav-bar > ul > li.nav-stand-out a{ 
    font-weight: 400;
    color: #333;
}
#nav-bar > ul > li:hover.nav-stand-out{ 
    font-weight: 400;
    color: #fff;
    background: #333;
    border: 1px solid #333;

}
#nav-bar > ul > li:hover.nav-stand-out a{ 
    font-weight: 400;
    color: #333;
}
#nav-bar > ul > li:nth-of-type(8n) {
    border-right: none;
}
#nav-bar > 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-bar > ul > li:not( :last-child ) > a {
	
}
#nav-bar > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
}
#nav-bar > ul > li > a > img{
display: block;
    width: 30px;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
}
/* second level - Drop Down - Submenu*/

#nav-bar li ul {
    background-color: #333;
	/* 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-bar li:hover ul {
    width: 450px;
    display: block;
    left: 0;
    border-top: 5px solid #333;
    right: 0;
}
#nav-bar li:not( :first-child ):hover ul {
	left: -1px;
	border-bottom: 1px solid #333;
}
#nav-bar li ul a {
	 font-size: 1em;
    text-decoration: none;
    text-transform: none;
    background-color: #333;
    border-top: 1px solid #333;
    /* border-left: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    padding: 1px 0 1px 25px;
}
#nav-bar li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #333;
	color: #fff;
}

/* NAV BURGER */

#nav {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.7;
    z-index: 10;
}
#nav > a {
    width: 60px;
    height: 60px;
    /* border: 1px solid; */
    text-align: center;
    float: right;
    text-indent: 0;
    position: fixed;
    top: 0;
    right: 0;
    color: #333;
    font-weight: 600;
    /* letter-spacing: 0px; */
    font-size: 1em;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 30px;
    background-image: url("../images/nav-burger-grey.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #ffebeb;
    border-radius: 40px;
    z-index: 10000;
    box-shadow: 0px 5px 8px #0005;
}
#nav > a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
/*	
#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;
}
#nav > a {
	display: none;
}
#nav li {
	position: relative;
}
#nav li a {
	color: #fff;
	display: block;
}
#nav li a:active {
	color: #fff !important;
}
/* first level */

#nav > ul {
    font-size: 1em;
    width: 100%;
    display: flex;
    position: relative;
    margin: auto;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
#nav > ul > li { 
    position: relative;
	width:50px;
	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: 25%;}
#nav > ul > li.nav-stand-out { 
    width: 25%;
    background: #fff;
    color: #333;
    font-size: 1.125em;
    font-weight: 8400;
    border-radius: 30px;
    letter-spacing: 2px;
    border: 1px solid #ea3673;
}
#nav > ul > li.nav-stand-out a{ 
    font-weight: 300;
    color: #333;
}
#nav > ul > li:hover.nav-stand-out{ 
    font-weight: 300;
    color: #fff;
    background: #333;
    border: 1px solid #fff;
    border-radius: 30px;
}
#nav > ul > li:hover.nav-stand-out a{ 
    font-weight: 400;
    color: #fff;
}
#nav > ul > li:nth-of-type(8n) {
    border-right: none;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 0.875em;
    font-weight: 600;
	text-align: center;
    text-decoration: none;
    text-transform: 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;
}
#nav > ul > li:not( :last-child ) > a {
	
}
#nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
    color: #ea3673;
}

/* second level - Drop Down - Submenu*/

#nav li ul {
	/* 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 #333;
    right: 0;
}
#nav li:not( :first-child ):hover ul {
	left: -1px;
	border-bottom: 1px solid #eee2;
}
#nav li ul a {
	 font-size: 1em;
    text-decoration: none;
    text-transform: none;
    background-color: #333;
    border-top: 1px solid #333;
    /* 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: #12384d;
	color: #ea3673;
}
/* first level */
#nav > ul {
    background: #333;
    height: auto;
    display: none;
    position: fixed;
    width: 30%;
    min-width: 400px;
    padding-left: 40px;
    padding-top: 40px;
    top: 0;
    /* left: 0; */
    right: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding-bottom: 100%;
    /* padding-top: 0; */
    margin-left: 0;
    box-shadow: -1px 15px 5px 5px #0002;
}
#nav:target > ul {
	display: block;
}
#nav > ul > li {
	width: 100%;
	float: none;
}
#nav > ul > li.nav-large {
    width: 100%;
}
#nav > ul > li.nav-stand-out {
    width: 60%;
    letter-spacing: 2px;
    background: #333;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #fff;
}
 
#nav > ul > li.nav-stand-out a{
    font-weight: 400;
}
#nav > ul > li > a {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    text-indent: 0;
    height: auto;
    text-align: left;
    padding: 10px 45px;
    border-bottom: solid 1px #333;
}
#nav > ul > li:not( :last-child ) > a {
	border-right: none;
	border-bottom: 1px solid #333;
}
/* second level */
#nav li ul {
	position: static;
	padding: 0;
	border: none;
	border-top: none;
	border-bottom: none;
	width: 100%;
}
#nav li ul a {
    color: #fff;
	font-size: 1.125em;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #333;
	text-indent: 20px;
	border-bottom: 1px solid #333;
}
#nav li:hover ul {
	width: 100%;
	padding-top: 0;
}
#nav li:not( :first-child ):hover ul {
	border-bottom: 1px solid #333;
}

.nav-box{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 80px;
    
}
.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: #333;
    border: 1px solid #ddd;
    color: #333;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}/*
.nav-box ul li:nth-child(even) {
	background-color: #eee;
    color: #333333;
}
*/
.nav-box ul li:nth-child(3n) {
	margin-right: 0;
}
.nav-box ul li:nth-of-type(3n) {
	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: #333;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 1px;
    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;
    font-weight: 400;
    letter-spacing: 3px;
    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: 47%;
    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;
}

/* STEPS */

.steps-box{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    
}
.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: #ffebea;
    float: left;
    color: #333;
    width: 23.5%;
    padding: 30px;
    margin-right: 2%;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    -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:nth-child(even) {
	background-color: #eee;
    color: #333333;
}
*/
.steps-box > ul > li:hover{
    background: #ffebea;
    top: -10px;
}
.steps-box > ul > li .steps-box-top-tap {
    top: -30px;
    left: 8px;
    display: block;
    position: absolute;
    background-color: #ec7492;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 0.75em;
    text-transform: uppercase;
    width: 143px;
    padding: 6px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 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: 20px;
    box-sizing: border-box;
}

.steps-box > ul > li .steps-box-price{
    display: block;
    color: #ec7492;
    font-size: 2.5em;
    font-weight: 800;
    padding-top: 0;
    box-sizing: border-box;
    line-height: 1.3;
}

.steps-box > ul > li .steps-box-price > span{
    display: block;
    color: #333;
    font-size: 0.875rem;
    font-weight: 400;
    box-sizing: border-box;
}

.steps-box > ul > li .steps-box-small-print{
    padding-top: 20px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    display: block;
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    box-sizing: border-box;
}

.steps-box > ul > li .steps-box-content h3 {
    position: relative;
    text-align: left;
    color: #333;
    font-size: 1.5em;
    line-height: 1.3;
    /* padding-bottom: 10px; */
    font-weight: 700;
    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: #333;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    box-sizing: border-box;
}
.steps-box > ul > li .steps-box-image {
    position: relative;
    background: #ffebea;
    display: block;
    padding: 10px;
    border-radius: 6px;
    width: 45%;
    height: auto;
}
.steps-box > ul > li .steps-box-image img {
    display: block;
    width: 100%;
}
.steps-box-list-tick{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 20px;
    
}
.steps-box-list-tick > ul {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
}
.steps-box-list-tick > ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    color: #222;
    list-style-image: url("../images/tick-blue-10px.png");
    margin-left: 15px;
    padding-bottom: 5px;
    /* list-style-position: inside; */
    box-sizing: border-box;
}



/* RENTAL RATES */

.rental-rates {
	position: relative;
	width: 100%;

    margin: auto;
	display: block;
	float: none;
	clear: both;
}
.rental-rates > ul {
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	
}
.rental-rates > ul > li {
    font-size: 1em;
	position: relative;
    font-weight: 400;
    float: left;
    padding: 8px;
    padding-left: 20px;
    margin: 0;
    margin-bottom: 0;
    background: #ddd;
    border: none;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 25%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* CANCEL PARENT SETTINGS */
    list-style-image: none;
	list-style-position: none;
    }


.rental-rates > ul > li:nth-child(4n) {
	clear: right;
}

.rental-rates > ul > li.rates-heading {
    font-size: 1.25em;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 400;
    background: #6088a4;
    color: #333;
    border-bottom: 1px solid #6088a4;
    border-right: 1px solid #6088a4;
}
.rental-rates > ul > li.rates-sub-heading {
    font-size: 1em;
    font-weight: 400;
    background: #fff;
}
#parallax-container-1{
	width: 100%;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
	
}
#noparallax-container-1{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}

#parallax-container-2{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}

#noparallax-container-2{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#parallax-container-3{
	width: 100%;
	color: white;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#noparallax-container-3{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#parallax-container-4{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#noparallax-container-4{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#parallax-container-5{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#noparallax-container-5{
	width: 100%;
	color: white;
	height: 400px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#parallax-container-6{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#noparallax-container-6{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#parallax-container-homepg{
	width: 100%;
	color: white;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
/*	-webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%); */

	
}
#noparallax-container-homepg{
	width: 100%;
	color: white;
	height: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: #222;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat local;
	background-attachment: local;
}
#parallax-container-aboutus{
	width: 100%;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#noparallax-container-aboutus{
	width: 100%;
	color: white;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
}
#parallax-container-plumber-1{
	width: 100%;
	color: white;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
	
}
#parallax-container-plumber-2{
	width: 100%;
	color: white;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
	
}
#parallax-container-electrician-1{
	width: 100%;
	color: white;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
	
}
#parallax-container-electrician-2{
	width: 100%;
	color: white;
	height: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url("../images/beauty-montage.webp");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat fixed;
	background-attachment: fixed;
	
}
.parallax-content{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
} 

.parallax-content .float-left { 
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;	
}

/* RENTAL */

.rentalContainer {
	position: relative;
	width: 100%;
	padding: 10px 0;
    margin: auto;
	display: block;
	float: none;
	clear: both;
}
.rentalContainer > ul {
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	
}
.rentalContainer > ul > li {
	position: relative;
    float: left;
    margin-bottom: 20px;
    width: 32%;
    margin-right: 2%;
    background: #000000;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    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;
}

.rentalContainer > ul > li:hover {
    box-shadow: 0 0 5px rgba(0,0,0,.085);
}
.rentalContainer > ul > li:nth-child(3n) {
    margin-right: 0;

}
.rentalTextWrapper {
    width: 100%;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 30px;
    height: 100%;
    background: #0000;
    -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;
}
.rentalContainer > ul > li:hover .rentalTextWrapper {
    background: #000000a6;
     visibility: visible;
    display: block;
}
.rentalContainer > ul > li img {
	width: 100%;
	display: block;
	height: auto;
	float: none;
	clear: both;
	/* 
	-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;
	-ms-box-sizing: border-box;
	-o-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;
	
}
.rentalContainer > ul > li:hover img {
	overflow: hidden;
	/* opacity: 0.8;
	 -moz-opacity: 0.8;
	filter: alpha (opacity=80);*/
	/* 
	-webkit-filter: grayscale(100%); 
	filter: grayscale(100%);
	*/
	-webkit-transform: scale(1.10);
	-o-transform: scale(1.10);
	-moz-transform: scale(1.10);
	transform: scale(1.10); 
}
.rentalContainer > ul > li .usedCar_tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	max-width: 125px;
	min-width: 100px;
	z-index: 100;
	
}
.rentalContainer > ul > li .usedCar_tag img{
	width: 100%;
}
.rentalContainer > ul > li .rentalAvailable {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	text-align:center;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	color: #2c312b;
	background-color: #d7fab6;
	padding: 10px;
}
.rentalImageWrapper{
    position: relative;
	display: block;
    height: auto;
    height:0;
    padding-bottom: 60%;
    overflow: hidden; 
       -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;
}
.rentalImageWrapper > img {
    display: block;
    width: 100%;
   /* position: absolute;
    top: 50%;
    margin-top: -100px; */
}

.rentalReserved {
	position: absolute;
	bottom: 0;
	left:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25em;
	text-align:center;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	width: 100%;
	color: #333;
	background-image: url("../images/red-transparent.png");
	padding: 10px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.rentalReserved > span {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	clear: both;
}
.rentalBook{
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	width: 100%;
	color: #444;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
	background-color: #333;
	
	padding: 10px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	/* text-indent: 32px;
	background-image: url("../images/phone-icon-grey.png");
	background-repeat: no-repeat;
	background-size: 21px auto;
	background-position: 17px 11px;
	*/
}

.rentalDate{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125em;
	text-align:center;
	text-transform: normal;
	font-weight: 700;
	display: block;
	width: 100%;
	color: #333;
	background: #255741;
	padding: 10px;
	margin-top: 2px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.keydateIcon{
	font-size: 0.875em;
	text-align: left;
	color:#444; /* #D2252B */
	text-decoration: uppercase;
	line-height: normal;
    margin-bottom: 3px;
	padding: 8px 0;
    background-color: #d7fab6;
	border: thin solid #3d7a01;
	background-size: 20px auto;
	background-repeat: no-repeat;
	text-indent: 30px;
	background-position: 5px 5px;
	}

	
.keydateIcon.viewRentalPg{
	    font-size: 0.875em;
    text-align: left;
    color: #444;
    text-decoration: uppercase;
    line-height: normal;
    font-weight: 400;
    /* padding: 4px 0; */
    margin-bottom: 10px;
    /* padding-bottom: 10px; */
    background-size: 25px auto;
    background-repeat: no-repeat;
    text-indent: 38px;
    background-position: 5px 4px;
	}
.keydateIcon.date{
	background-image: url(../images/icon-calander.png);
	font-weight: 400;
}
.keydateIcon.date2{
	background-image: url(../images/icon-calander-red.png);
	font-size: 1em;
}
.keydateIcon.location{
	background-image: url(../images/icon-location.png);
}
.keydateIcon.price{
	background-image: url(../images/icon-price-red.png);
}
.keydateIcon.available{
	background-image: url(../images/icon-available.png);
}
.keydateIcon.call{
	background-image: url(../images/icon-call.png);
	font-size: 1em;
}

.keydateIcon.call2{
	background-image: url("../images/icon-call-grey.png");
	font-size: 1em;
}

.rentalDate > span {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	clear: both;
}

.rentalSpec {
	display: block;
	font-size: 0.875em;
	float: none;
	clear: both;
}
.rentalSpec > ul {
	overflow: visible; 
}
.rentalSpec > ul > li {
	width: 48%;
	margin-right: 2%;
	float: left;
	
	color: #555;
	padding: 4px 0;
	/*
	padding-bottom: 3px;
	margin-bottom: 3px;
	*/
	border-bottom: solid 1px #eee;
	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;
}
.rentalSpec > ul > li.berths {
	/*list-style-image: url('../images/icon-berth-grey.png');
	list-style-position: inside;
    */
    background-image: url(../images/icon-berth-grey.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 5px 5px;
}
.rentalSpec > ul > li.belts {
	background-image: url("../images/icon-belts-grey.png");
    background-size: 20px auto;
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 5px 5px;
}
.rentalSpec > ul > li:nth-child(even) {
	/* background-color: #f2f2f2; */
}
.rentalHeading {
    width: 100%;
    margin: 0px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333;
    font-size: 1.375em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}
.rentalHeading:hover {
}


.rentalContainer > ul > li:hover .rentalHeading {

}
.rentalDescription {
	display: block;
	font-size: 0.875em;
	color: #333;
    text-align: center;
	
}
.rentalPrice {
	font-size: 1em;
    font-weight: 300;
    color: #458085;
    float: none;
    clear: both;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #e5e5e5;
    width: 100%;
}
.rentalPrice > b{
	font-size: 1.5rem;
	color: #d2252b;
	text-decoration: none;
	display: inline-block;
	line-height: 1.1;
}
.rentalPrice > span{
	font-size: 0.75rem;
	font-weight: 400;
	color: #458085;
	text-decoration: none;
	clear: both;
	display: block;
}
.rental_tag{
	position: absolute;
	top: 0;
	right: 0;
	width: 17%;
	max-width: 200px;
	min-width: 100px;
	z-index: 100;
	
}
.rental_tag img{
	width: 100%;
}


/* RENTAL ICONS */

.rentalIcons {
	position: relative;
	padding-top: 40px;
    padding-bottom: 40px;
	display: block;
	float: none;
	clear: both;
	background-color: #333;
    width: 90%;
	max-width: 1366px;
	margin: auto;

}
.rentalIcons > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
	
}

.rentalIcons > ul > li {
	width: 11.111%;
	margin: 15px 0%;
	
	display: block;
	float: left;
	border-right: solid thin #ccc;
	height: auto;
	overflow:hidden;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rentalIcons > ul > li:nth-child(4n) {
}
.rentalIcons > ul > li:last-of-type {
	border-right: none;
}
.rentalIcons > ul > li > a {
	text-decoration: none;
}
.rentalIcons > ul > li > img {
	width: 100%;
	display: block;
	height: auto;
}
.rentalIcons > ul > li h3 {
	width: 100%;
	font-size: 0.875em;
	color: #458085;
	font-weight: 400;
	text-transform: none;
	text-align: center;
	display: block;
	margin-top: 0;
	padding: 0 5px;
	float:left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rentalIcons > ul > li h3.bookNowFont {
	font-size: 0.875em;
	color: #D22524;
	font-weight: 400;

}
.rentalIcons > ul > li h4.bookNowFont {
	font-size: 0.875em;
	color: #D22524;
	font-weight: 400;

}
.rentalIconsImage img{ 
	width: 100%;
}
.rentalIconsImage{
	width:50%;
	margin: auto 25%;
	margin-bottom: 0;
	height:auto;
	float:left;
	clear: both;
	padding: 0;
	display: block;
	/* border: solid 4px #fff; */
	
	
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	border-radius: 100%;
	*/
}
.rentalIconsImage.rentalIconsImageRed{
	/* border: solid 8px #d2252b; */
}
.rentalIcons > ul > li:hover {
}
.rentalIcons > ul > li:hover > img {
}
.rentalIcons > ul > li:hover .rentalIconsImage{

}
.rentalIcons > ul > li:hover h3 {
	color: #d2252b;
}
.rentalIcons > ul > li:hover h4 {
	color: #d2252b;
}

.rental-float{
	position: fixed;
	padding: 20px;
	padding-left: 15px;
	display: block;
	top: 71%;
	width: 120px;
	margin: 0;
    background: #458085;
    border: 3px solid #458085;
    border-left: none;
	/* box-shadow: 0 5px 10px #ccc; */
	 box-shadow: 0 5px 10px rgba(0,0,0,.12); 
	z-index: 100;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-topright: 15px;
	-webkit-border-radius-bottomright: 15px;
	-khtml-border-radius-topright: 15px;
	-khtml-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
}
.rental-float:hover{
	padding-left: 30px;
	
}
.rental-float img {
	display: block;
	width: 95%;
	margin: auto;}
.rental-float h2 {
	font-size: 1em;
	color: #333;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	text-decoration: none;
	padding-top: 10px;
}
.rental-float > a {
	text-decoration: none;
}
.rental-float .rental-target{
	width: 20px;
	height: 20px;
	margin: auto;
	background: #800509;
	border: 1px solid #d2252b;
	cursor: pointer;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	
	-moz-border-radius: 100%;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
}
.rental-float  .rental-target:hover{
	width: 10px;
	height: 10px;
	margin: auto;
	background: #800509;
	border: 5px solid #d2252b;
}

#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: #ffffff;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #D4D5DF;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}
.main-image-1 {
    position: relative;
    width: 100%;
    padding-bottom: 85%;
    overflow: hidden;
    display: block;
    height: 0;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
.main-image-1 img {
    position: relative;
    width: 100%;
    display: block;
}
.main-image-2 {
    position: relative;
    width: 100%;
    padding-bottom: 66%;
    overflow: hidden;
    display: block;
    height: 0;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}
.main-image-2 img {
    position: relative;
    width: 100%;
    display: block;
}

.section-container{
    width: 95%;
    margin: auto;
    max-width: 1660px;
	display: block;
	float: none;
	clear: both;
    padding-top: 80px;
    padding-bottom: 80px;
}

/* LATEST NEWS homepage*/
.newsWrapper {
	width: 100%;
	padding: 0;
	margin: auto;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
}

.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: 32%;
	margin-bottom: 20px ;
	margin-right: 2%;
	height: auto;
    background: #fff;
    border: 1px solid #ddd;
	-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-right: 1px dashed #ddd; */
	position: relative;
	/* padding-bottom: 50px; */
}
.newsWrapper > ul > li:nth-of-type(3n) {
	margin-right: 0;
}

.newsWrapper > ul > li .newsListImage {
    height: 190px;
    overflow:hidden;
	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 > ul > li .newsListImage 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;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	background: #fff/* #54b948 */;
	border: 1px solid #ccc;
	
	text-align: center;
	clear: both;
	margin: 5px auto 10px auto;
	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;
}
.newsWrapper_clickhere:hover {
	color: #555;
	background:#fff;
	border: 1px solid #999;
}
.newsWrapper_HeaderLink {
    color: #333;
    font-size: 1.5em;
    margin-bottom: 5px;
    text-decoration: none;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    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: #458085;
}
.newsWrapper_SubHeading {
	font-size: 1.125em;
	text-align: left;
	color: #61a5d6;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsWrapper_Text {
    font-size: 1em;
    text-align: center;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 400;
}
.newsWrapper_Text a{
	color: #333;
	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;
	float:none;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.newsContainer > img{
	display: inline-block;
	width: 50%;
	margin-left: 5%;
	margin-bottom: 20px;
	float: right;
	clear: right;	
}

.newsContainerClickHereCenter{
	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: #333;

    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: #929292;
}
.newsContainerClickHereCenter:hover{
	background-color: #458085;
	border: 1px solid #458085;
	color: #333;
}

.newsImage img{
	width: 100%;
}

.newsImage{
	width: 34%;
	height: auto;
	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: #458085;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 3px;
	}

.newsHeaderLink:hover .newsHeaderLink{
	color: #d2252b;
}
.newsContainer > a:hover{
	text-decoration: underline;
}

.newsHeader{
	font-size: 3em;
	text-align: left;
	color: #333;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
	font-weight: 400;
	padding-bottom: 5px;
	}
.newsSalary{
	font-size: 1em;
	text-align: left;
	color: #458085;
	font-weight: 700;
	text-decoration: none;
	line-height: normal;
	padding: 5px 0;
	}
.newsDate{
	font-size: 0.875em;
	text-align: left;
	color: #999;
	font-weight: normal;
	margin: 5px 0;
}
.newsDateHomepg{
	font-size: 0.75em;
	text-align: left;
	color: #61a5d6;
	font-weight: normal;
	margin-bottom: 5px;
}
.newsText{
	color: #333;
	font-family: 'Montserrat', sans-serif !important; 
	font-size: 1em;
	text-align: left;
	line-height: 1.5;
	font-weight: 400;
}

.newsText a{
	font-size: 1em;
	text-align: left;
	color: #61a5d6;
	font-weight: bold;
	line-height: 1.5;
}
.newsText a:hover{
	color: #61a5d6;
	text-decoration:underline;
}
.newsText > ul > br, .newsText > ul > li > br{
	display: none;
}
.newsText p {
	font-family: 'Montserrat', sans-serif !important;
}
.newsText p[style] {
	font-family: 'Montserrat', sans-serif !important;
}
.newsText span[style] {
   font-family: 'Montserrat', sans-serif !important; 
}
.newsText span {
	font-family: 'Montserrat', sans-serif !important;
	padding: 0;
	margin: 0;
}
.newsText ul { 
	padding: 0;
	margin: 0;
}

.newsText ul li{
	font-family: 'Montserrat', sans-serif !important;
	padding: 0;
	margin: 0;
	font-weight: 700;
	
}
.newsText ul li[style] {
   font-family: 'Montserrat', sans-serif !important;
}
.newsText h1{
	font-size: 2em;
	text-align: left;
	color: #555;
	line-height: 1.5;
	font-weight: 700;
}
.newsText h2{
	font-size: 1.25em;
	text-align: left;
	color: #555;
	line-height: 1.5;
	font-weight: 700;
}
.newsText h3{
	font-size: 1em;
	text-align: left;
	color: #555;
	line-height: 1.5;
	font-weight: 700;
}
.newsText h4{
	font-size: 1em;
	text-align: left;
	color: #555;
	line-height: 1.5;
	font-weight: 700;
}
.newsText strong, .newsText b{ font-weight: 700; }
.newsText blockquote { 
	padding-left: 20px; 
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 30px;
	border-left: 6px solid #ccc;
	font-style: italic;
	margin-bottom: 20px;

}
.newsText ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 30px
}

.newsText ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 30px
}

.newsTextHomepg{
	font-size: 0.875em;
	text-align: left;
	color: #555;
	line-height: 1.5;
}
.news_formContainer{
	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;
}
.news_formHeader{
	font-size: 1.125em;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 10px;
	padding-left:30px;
	background: #ccc;
}
.news_formfield{
	font-size: 1em;
	color: #555;
	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;
}
.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: 1em;
	color: #555;
	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;
}


/* 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: #333;
    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: #333;
    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: #333;
}
.shop-item-quantity{
    display: block;
    width: 175px;
    color: #444;
    /* border: 2px solid #3fc59d; */
    font-weight: 700;
    font-size: 1em;
    padding: 10px 0;
    background-color: #333;
    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: #333;
    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: #333;
	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;
}


/* PROFILE HOMEPAGE BANNER  */

.profile-homepage-wrapper{
    position: relative;
	margin: auto;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
}
.profile-homepage-location{
    width: 100%;
    margin: 0;
    line-height: 1.4;
    font-size: 0.875em;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    display: block;
}
.profile-homepage-wrapper > ul {
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	flex-flow: wrap;
	
}
.profile-homepage-wrapper > ul > li {
    position: relative;
    width: 25%;
    display: block;
    float: left;
    height: auto;
    padding-bottom: 50px;
    -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;
}
.profile-homepage-wrapper > ul > li:nth-last-child(){
     border-right: none;
}
.profile-homepage-wrapper > ul > li:nth-of-type(4n).profile-homepage-container{
     border-right: none;
}

.profile-homepage-searchleft {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.profile-homepage-extraText {
	background: #fff;
	padding: 0 4% 40px 4%;
	color: #ffffff;
	float: none;
	clear: both;
}
.profile-homepage-container {
    padding: 30px;
    margin-bottom: 20px;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-radius: 40px;
    background: #fff;
/*
    
     -moz-box-shadow: 0px 0px 10px 0px #0002;
    -webkit-box-shadow: 0px 0px 10px 0px #0002;
    -khtml-box-shadow: 0px 0px 10px 0px #0002;
    -o-box-shadow: 0px 0px 10px 0px #0002;
    -ms-box-shadow: 0px 0px 10px 0px #0002;
    box-shadow: 0px 0px 10px 0px #0002;
	*/
}
.profile-homepage-container:hover {
}
.profile-homepage-top {

    border: 1px solid #1b3644;
    padding: 30px;
    margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 10px 0px #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px #ddd;
	-khtml-box-shadow: 0px 0px 10px 0px #ddd;
	-o-box-shadow: 0px 0px 10px 0px #ddd;
	-ms-box-shadow: 0px 0px 10px 0px #ddd;
	box-shadow: 0px 0px 10px 0px #ddd;
/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	*/
}


.profile-homepage-Container > .profile-homepage-tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	max-width: 145px;
	min-width: 110px;
	z-index: 100;
	
}
.profile-homepage-Container > .profile-homepage-tag img{
	width: 100%;
}
.profile-homepage-image img {
	width: 100%;    
    display: block;
	   
}
.profile-homepage-image {
    width: 75%;
    margin: auto;
    display: flex;
    padding: 0px;
    padding-bottom: 75%;
    position: relative;
    height: 0;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 150px;
    justify-content: center;
    align-content: center;
}
.profile-homepage-image:hover img {
    
}

.profile-homepage-content-1 {
	float: none;
	width: 100%;
	display: block;
}

.profile-homepage-content-1-b {
	float: left;
	width: 100%;
	color: #555555;
}


.profile-homepage-container-1-c-row {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	margin-top: 0;
	text-align: center;
	color: #333;
}
.profile-homepage-container-1-c-row img {
	width: 50px;
	height: auto;
	float: left;
	padding: 5px;
}
.profile-homepage-content-1-c {
	    float: none;
    width: 100%;
    display: block;
    padding-left: 0;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.profile-homepage-clickHere2 {
	font-size: 1em;
    background-color: #ea3673; 
    color: #fff;
    border: 1px solid #ea3673;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight:400;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    max-width: 160px;
    min-width: 120px;
    display: block;
    margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
    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;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}
.profile-homepage-clickHere2:hover {
	background-color: #fff;
	color: #555;
	border: 1px solid #ddd;
}
.profile-homepage-clickHere2.green {
	background-color: #ea3673;

}

.profile-homepage-clickHere3 {
	width: 140px;
	float: right;
	clear: right;
	display: block;
	font-size: 1rem !important;
	font-weight: 400 !important;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	padding: 10px;
	border: solid 1px #ffffff;
	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: #ffffff;

	/* background-color: #ea3673; */
	
	-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: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

}
.profile-homepage-clickHere3:hover {
	background-color: #ea3673;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.profile-homepage-clickhere-center{
	font-size: 1em;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding: 12px 20px;
    width: 200px;
    display: block;
    margin: 70px 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;
    color: #999;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.profile-homepage-clickhere-center:hover{
	background-color: #ea3673;
	 border: 1px solid #ea3673;
	color: #fff;
}
.profile-homepage-heading {
	width: 100%;
	margin: 0px;
	font-size: 2em;
	color: #555;
	text-align: left;
	text-decoration: none;
	font-weight: 800;
	display: block;
	padding: 0px;
	text-transform: none;
	float: none;
	
	cursor: pointer;
}
.profile-homepage-heading:hover {
	color: #ea3673;
}

.profile-homepage-telephone {
        font-size: 2.25em;
    color: #ea3673;
    text-align: left;
    text-decoration: none;
    font-weight: 800;
    text-transform: none;
    cursor: pointer;
    margin: 0;
    padding-left: 39px;
    background-position: 0px 8px;
    background-image: url(../images/icon-call4.png);
    background-repeat: no-repeat;
    background-size: 35px auto;
    /* text-indent: 27px; */
	
    /*
    list-style-position: inside;
    list-style-image: url("../images/icon-call2.png");
	display:list-item;
    */

}
.profile-homepage-telephone:hover {
	color: #ea3673;
    text-decoration: underline;
}
.profile-homepage-linebreak-20{
    width: 20%;
    display: block;
    margin: auto;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}
/* PROFILE LIST */

.profile_list_wrapper {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 50px 0 0 0;
	float: left;
	clear: both;
}
.profile-list-contentWrapper {
	/* margin: 30px 0; */
	padding: 30px 0;
}
.profile-list-searchleft {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.profile_list_filter {
        font-size: 0.875em;
    background: #f5f5f5;
    border: thin solid #eee;
    color: #555;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 5px 7px;
    padding-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-indent: 15px;
    background-image: url(../images/close.gif);
    background-repeat: no-repeat;
    background-position: 9px 14px;
    background-size: 6px 6px;
}
.profile_list_filter a{
    font-size: 0.875em;
    color: #555;
}
.profile_list_filter:hover{
    background: #fff;
    background-image: url(../images/close.gif);
    background-repeat: no-repeat;
    background-position: 9px 14px;
    background-size: 6px 6px;
}
.profile_list_filter:hover a{

}
.profile-list-extraText {
	background: #555555;
	padding: 0 4% 40px 4%;
	color: #ffffff;
	float: none;
	clear: both;
}
.profile-list-Container {
    position: relative;
    padding: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    background: #fff;
    width: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}
.profile-list-Container:hover {
    border-bottom: 3px solid #ea3673;
    margin-bottom: 3px;
}
.profile-list-top {

    border: thin solid #ccc;
    border-bottom: 3px solid #ea3673;
    padding: 30px;
    margin-bottom: 10px;
    /* background: #ea3673; */
	-moz-box-shadow: 0px 0px 10px 0px #ccc;
	-webkit-box-shadow: 0px 0px 10px 0px #ccc;
	-khtml-box-shadow: 0px 0px 10px 0px #ccc;
	-o-box-shadow: 0px 0px 10px 0px #ccc;
	-ms-box-shadow: 0px 0px 10px 0px #ccc;
	box-shadow: 0px 0px 10px 0px #ccc;
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
}


.profile-list-Container > .profile-list-tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 15%;
	max-width: 145px;
	min-width: 110px;
	z-index: 100;
	
}
.profile-list-Container > .profile-list-tag img{
	width: 100%;
}
.profile-list-image img {
    width: 100%;
    /* position: absolute; */
    display: flex;
    left: 0;
    top: 0px;
    /* overflow: hidden; */
    align-content: center;
    align-items: center;
    justify-content: center;
}
.profile-list-image {
    width: 15%;
    padding: 0px;
    padding-bottom: 15%;
    top: 0;
    display: flex;
    position: relative;
    /* max-width: 150px; */
    margin-right: 3%;
    height: 0;
    /* padding: 0; */
    float: left;
    /* border: #d4d4d4 solid 5px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -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;
    border-radius: 100px;
    justify-content: center;
    align-content: center;
}
.profile-list-image:hover {
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
	overflow: hidden;
}
.profile-no-image img {
	width: 100%;
}
.profile-no-image {
	display: block;
	width: 100%;
}
.profile-list-heading {
    width: 100%;
    margin: 0px;
    font-size: 1.25em;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding-bottom: 3px;
    text-transform: none;
    cursor: pointer;
}
.profile-list-heading:hover {

	text-decoration: underline;
}

.profile-list-SubHeading {
    width: 100%;
    margin: 0;
    font-size: 0.875em;
    color: #ea3673;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding-bottom: 5px;
}
.profile-list-description {
    width: 100%;
    margin: 0;
    font-size: 0.875em;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding-bottom: 5px;
}
.profile-list-location {
    width: 100%;
    margin: 0;
    line-height: 1.6;
    font-size: 0.875em;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    display: block;
    background-image: url("../images/icon-location-dark.png");
    background-position: 2px 3px;
    background-size: 11px auto;
    background-repeat: no-repeat;
    padding-left: 19px;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
}

.profile-list-content-1 {
    float: left;
    width: 80%;
    display: block;
    clear: right;
}
.profile-list-content-1-b {
    float: left;
    width: 85%;
    color: #444;
}
.profile-list-container-1-c-row {
	display: block;
	width: 100%;
	clear: both;
	float: none;
	margin-top: 0;
	text-align: left;
	color: #444;
}
.profile-list-container-1-c-row img {
	width: 50px;
	height: auto;
	float: left;
	padding: 5px;
}
.profile-list-content-1-c {
    float: left;
    width: 15%;
    min-width: 100px;
    display: block;
    padding-left: 0%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-list-clickHere2 {
	font-size: 1em;
    line-height: 1.5;
    text-transform: none;
    font-weight: 700;
    text-align: center;
    padding: 12px;
    width: 100%;
    display: block;
    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: #ea3673;
    color: #fff;
    border: 1px solid #ea3673;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.profile-list-clickHere2.green {
	background-color: #ea3673;

}
.profile-list-clickHere2:hover {
	background-color: #97223B;
	border: 1px solid #97223B;
	color: #fff;
}
.profile-list-clickHere3 {
	float: right;
	display: block;
	font-size: 0.75em !important;
	font-weight: 400 !important;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	padding: 7px;
    margin-left: 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: #ffffff;

}
.profile-list-clickHere3:hover {
	color: #ffffff;
    padding-bottom: 6px;
	border-bottom: solid 1px #ffffff;
}
.profile-list-price{
    display: block;
	font-size: 1em;
    line-height: 1.4;
	color: #444;
	font-weight: 600;
    text-align: right;  
}
.profile-list-price em{
    display: block;
	font-size: 0.75em; 
    text-decoration: none;
    font-style: normal; 
} 

.profile-list-price span{
    display: block;
	font-size: 1.5em;
	color: #ea3673;
	font-weight: 700;
    text-align: right; 
}

/* BLOG */

.blog-container{
	width: 80%;
    max-width: 1440px;
    margin: auto;
	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: 32%;
	margin-bottom: 30px;
	height: auto;
	display: block;
	float:left;
	clear: none;
	-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 > 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: #333;

    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: #333;
}

.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-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-video-container-height {
    display: block;
    float: left;
    width: 50%;
    height: 0;
    position: relative;
    padding-bottom: 90%;
    margin-bottom: 30px;
}
.blog-video-container-height 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{
	width: 100%;
	    padding: 20px;
    background: #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;
}
.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: 1.5em;
	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: 1em;
	text-align: left;
	color: #444;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 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-family: 'Sarabun', sans-serif; 
	font-size: 0.875em;
	text-align: left;
	line-height: 1.5;
	color: #444;
	margin-top:8px;
	padding-top:8px;
	padding-right: 25px;
	border-top: 1px solid #ddd;
}
.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-family: 'Sarabun', sans-serif; 
	font-size: 1.5em;
	text-align: left;
    font-weight: 700;
	line-height: 1.5;
	color: #444;
	padding-top:8px;
}

.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-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: #999;
	border: 1px solid #ddd;
	background-color: #333;
	
	-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;
}


/* COACHES */

.coaches-container{
	width: 80%;
    max-width: 1440px;
    margin: auto;
	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;
}

.coaches-container > ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
}

.coaches-container > ul > .owl-carousel > li{
	width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
	height: auto;
	display: block;
	float:left;
	clear: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.coaches-container > ul > li{
	width: 23.5%;
    margin-right: 2%;
	margin-bottom: 30px;
	height: auto;
	display: block;
	float:left;
	clear: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.coaches-container > ul > li:nth-of-type(4n) {
	width: 23.5%;
	Margin-right: 0;
}

.coaches-container > ul li > img{
	display: block;
	width: 100%;
}
.coaches-container > ul li > .coaches-list-image {
    display: block;
    position: relative;
    width: 60%;
    margin: auto;
    /* padding-bottom: 56%; */
    overflow: hidden;
    border-radius: 100%;
}

.coaches-container > ul li > .coaches-list-image > img{
	position: relative;
    display: block;
    width: 100%;
    height: auto;
}


.coaches-container > img{
	display: inline-block;
	width: 50%;
	margin-left: 5%;
	margin-bottom: 20px;
	float: right;
	clear: right;	
}
.coaches-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: #333;

    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;
}
.coaches-container-clickhere-center:hover{
	background-color: #00447c;
	border: 1px solid #00447c;
	color: #333;
}

.coaches-image img{
	width: 100%;
}

.coaches-image{
	width: 34%;
	height: auto;
	margin-bottom: 15px;
	margin-right: 1%;
	float: left;
}
.coaches-image:hover{
	padding: 0px;
	border: 2px solid #aaaaaa;
}
.coaches-image-medium img{
	display: block;
	width: 100%;
}

.coaches-image-medium{
	width: 17%;
	float: left;
	margin-right: 3%;
}
.coaches-image-large img{
	width: 100%;
}
.coaches-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%;
}

.coaches-video-container{
	display: block;
	float: left;
    width: 100%;
    position: relative;
    padding-bottom: 55%;
    height: 0;
	margin-bottom: 30px;
	}
.coaches-video-container iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: visible;
	}

.coaches-content{
	width: 62%;
	height: auto;
	float: right;
}
.coaches-content-large{
	width: 100%;
	    padding: 20px;
    background: #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;
}
.coaches-content-right{
	width: 15%;
	height: auto;
	float: right;
	margin-left: 5%;
}
.coaches-content-right > img{
	display: block;
	width: 100%;
}
.coaches-container a{
}
.coaches-container a:hover{
}
.coaches-header-link{
	font-size: 1.5em;
	text-align: center;
	color: #444;
	text-decoration: none;
	font-weight: 700;
	padding-bottom: 10px;
	}

.coaches-header-link:hover{
	text-decoration: underline;
}


.coaches-header{
	font-size: 2.5em;
	text-align: left;
	color: #333;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 5px;
	}
.coaches-title{
	font-size: 1.25em;
	text-align: left;
	color: #fe0000;
	text-decoration: none;
    text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
	padding-top: 5px;
    padding-bottom: 5px;
	}
.coaches-title-list{
	font-size: 0.875em;
	color: #fe0000;
    text-align: center;
	text-decoration: none;
    text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
    padding-top: 2px;
	padding-bottom: 5px;
	}
.coaches-grade{
	font-size: 1.25em;
	text-align: left;
	color: #444;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
    padding-top: 5px;
	padding-bottom: 5px;
	}

.coaches-grade-list{
	font-size: 0.875em;
	text-align: center;
	color: #444;
	text-decoration: none;
	line-height: normal;
	font-weight: 700;
    padding-top: 2px;
	padding-bottom: 5px;
	}
.coaches-date{
	font-size: 0.75em;
	color: #999;
	font-weight: normal;
}

.coaches-text-list{
	font-family: 'Sarabun', sans-serif; 
	font-size: 0.875em;
	line-height: 1.5;
	color: #444;
	margin-top:8px;
}
.coaches-text{
	font-family: 'Sarabun', sans-serif; 
	font-size: 1em;
	line-height: 1.5;
	color: #444;
	margin-top:8px;
	padding-top:8px;
	padding-right: 25px;
	border-top: 1px solid #ddd;
}
.coaches-text::-webkit-scrollbar {
        width: 5px;
	
      }
.coaches-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); */
      }
.coaches-text::-webkit-scrollbar-thumb {
            background-color: #ccc;
    outline: 0;

}
.coaches-text a{
	font-size: 1em;
	text-align: left;
	color: #444;
	font-weight: bold;
	line-height: 1.5;
}
.coaches-text a:hover{
	color: #444;
	text-decoration:underline;
}

.coaches-text p {
	font-family: 'Sarabun', sans-serif !important;
}
.coaches-text p[style] {
	font-family: 'Sarabun', sans-serif !important;
}
.coaches-text span[style] {
   font-family: 'Sarabun', sans-serif !important; 
}
.coaches-text span {
	font-family: 'Sarabun', sans-serif !important;
	padding: 0;
	margin: 0;
}
.coaches-text ul { 
	padding: 0;
	margin: 0;
}

.coaches-text ul li{
	font-family: 'Sarabun', sans-serif !important;
	padding: 0;
	margin: 0;
	font-weight: 700;
	
}
.coaches-text ul li[style] {
   font-family: 'Sarabun', sans-serif !important;
}
.coaches-text h1{
	font-size: 2em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.coaches-text h2{
	font-size: 1.25em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.coaches-text h3{
	font-size: 1em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.coaches-text h4{
	font-size: 1em;
	text-align: left;
	color: #555555;
	line-height: 1.5;
	font-weight: 700;
}
.coaches-text strong, .blog-text b{ font-weight: 700; }
.coaches-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;

}
.coaches-text ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 30px
}

.coaches-text ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 30px
}
.coaches-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: #999;
	border: 1px solid #ddd;
	background-color: #333;
	
	-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;

} 

.coaches-clickhere:hover {
	background-color: #111;
	color: #ffffff;
	border: 1px solid #111;
}
.faq-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
    text-align: left;
    border: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #555;
    margin-bottom: 15px;
    -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;
    cursor: pointer;
    
}
.faq-wrapper > .faq-question {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    position: relative;
    background-color: none;
    background: none;
    display: block;
    text-align: left;
    border: none;
    font-size: 1.125em;
    padding-right: 30px;
    color: #333;
    font-weight: 300;
    /* letter-spacing: 1px; */
    cursor: pointer;
    z-index: 1;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: 98% 0%;
    background-size: 10px;
}

.faq-wrapper:hover > .faq-question{
    color: #666;
}
.faq-wrapper > .faq-answer {
    width: 100%;
    display: none;
    position: relative;
    text-align: left;
    font-size: 1em;
    color: #333;
    padding: 10px 30px;
    margin-top: 20px;
    box-sizing: border-box;
    /* padding-top: 20px; */
    background-color: #fff5;
    /* padding-bottom: 30px; */
    -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;
}/*
.faq-wrapper:hover{
    padding-bottom: 45px;
}
.faq-wrapper:hover > .faq-answer{
    opacity: 1;
    margin-top: 0px;
    height: auto;
    display: block;
    visibility: visible;
}
*/
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-content {
	width: 80%;
    max-width: 1440px;
	padding: 0;
	margin: auto;
	height: auto;
	overflow: visible;
	float: none;
	clear: both;
}
.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;
    
}
.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: 100px 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: #f2f2f2;
	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: #f2f2f2; */
}
.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: #f2f2f2; */
}
.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: #333;
    border: 1px solid #fff;
    background: #fff;
    float: left;
    margin-top: 10px; 
    width: 100%;
    padding: 18px;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
}
.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: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -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 0px 8px #f1a899;
}
.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: 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: #ffebea;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ffebea 50%, #eee 50%);
    border-bottom: 5px solid #ffebea;

}
.aftercareBookingSubmit:hover {
	/* background: #fff; */
	background-color: #222;
}
.tickBoxContainer{
	display: inline-block;
	float: left;
	width: 3%;
	height: 30px;
	margin-bottom: 10px;
	}
.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: 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;
}
.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: 0.75em;
    color: #444444;
    float: left;
    text-align: left;
    height: 30px;
    line-height: 1;
    display: block;
    padding-top: 3px;
    width: 22%;
    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-red-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);
}

.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-10px.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: 100px;
    right: 30px;
    font-weight: 300;
    line-height: 1;
    font-size: 2.5em;
    text-align: center;
    width: 55px;
    padding-top: 20px;
    height: 55px;
    color: #333;
    background: #ffebea;
    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: 50px;
    box-shadow: 0px 5px 8px #0005;
}
.topArrowBox:hover {
    opacity: 0.8;
	box-shadow: 0px 3px 5px #0005;
}
.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: #333;
	font-weight: normal;
	padding: 7px;
	background-color: #888;
	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: 25px;
	padding: 12px;
	margin-bottom: 12px; 
	margin-right: 12px;
    /*
	border: 1px solid #3c5a9a; 
	background: #3c5a9a;
    */
    
    border: 1px solid #333; 
	background: none;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
}
.socialHolder img{
	display: block;
	width: 100%;
}
.socialHolder:hover img{
}
.socialHolder-header-wrapper{
    display: block;
	width: 100%; 
    float: none;
    clear: both;
    
} 
.socialHolder-header {
    display: block;
    float: left;
    width: 20px;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #fff;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
}
.socialHolder-header img{
	display: block;
	width: 100%;
}
.socialHolder-header:hover img{
}
.finance-box{
 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;
    font-size: 1.125em;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-top: 5px solid #eeeeee;
    background-image: url(../images/next-white.png);
    background-repeat: no-repeat;
    background-position: 88% 50%;
    background-size: 30px;
    cursor: pointer;
}
.finance-box img{
    display: block;
    margin: auto;
    text-align: center;
}
.finance-box:hover{
    background: #5a4d5f;
    background-image: url(../images/next-white.png);
    background-repeat: no-repeat;
    background-position: 88% 50%;
    background-size: 30px;
}

/* SOCIAL MEDIA BUTTONS */

.fa {
    display: block;
    float: left;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 16px;
    font-size: 1.5em !important;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 0px !important;
    margin-left: 5px !important;
    margin-bottom: 5px !important;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
 /* background: #3B5998; */
  color: white;
}

.fa-twitter {
 /*  background: #55ACEE;*/
  color: white;
}

.fa-linkedin {
  /* background: #007bb5;*/
  color: white;
}

.fa-youtube { 
/*   background: #bb0000;*/
  color: white;
}
.fa-youtube-play { 
/*   background: #bb0000;*/
  color: white;
}

.fa-instagram {
 /*  background: #125688;*/
  color: white;
}

.fa-tiktok {
/*   background: #125688;*/
  color: white;
}


/*******************************************/
.footer-background{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #ffebea;
    z-index: 0;
    overflow: hidden;

}
.footer-background > img{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    width: 100%;
  /*  opacity: 0.3;*/
}
footer {
    position: relative;
    z-index: 2;
    margin-top: 0;
    width: 80%;
    margin: auto;
    /* bottom: 0; */
    max-width: 1440px;
    padding: 40px;
    color: #333;
    font-size: 1em;
    background:#ffebea; /* #2b3044 */
    /* border-top: 1d1d1d 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: absolute;
    top: -40px;
    right: 10%;
    width: 130px;
    margin-left: 0;
    margin-bottom: 0;
    -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;
}
.footer-telephone{
    display: block;
    font-size: 1.75em;
    letter-spacing: 1px;
	color: #333;
    text-decoration: none;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
}
.footer-telephone img {
    position: relative;
    border-radius: 30px;
    display: inline-block;
    padding: 6px;
    top: 4px;
    width: 15px;
    border: 1px solid #333;
    margin-top: 0px;
    margin-right: 8px;
}
a.linkFooter:link, a.linkFooter:visited, a.linkFooter:active {
	font-size: 1em;
	color: #333333;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom: 1px solid #3334;
	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: #333;/* text-decoration: underline; */
}
.footer-email{
    display: block;
    font-size: 1em;
	color: #333;
    text-decoration: none;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
}
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 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    color: #333;
    line-height: 1;
    /* border-bottom: 1px solid #ffebea; */
    text-align: left;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
}
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: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #fff3;
	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;
}
.footer-links{
    display: block;
}

.footer-links ul{
    display: block;
}

.footer-links ul li{
    display: block;
    font-size: 0.875em;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    background-image: url("../images/arrow-grey.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    text-indent: 20px
}
.footer-links ul li:hover{
        background-image: url("../images/arrow-grey.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    
}
.footer-links ul li a{
	color: #333;
    text-decoration: none;
}
.footer-links ul li:hover a{
	color: #555;
}
/*general CSS below */
.mainImage img {
	width: 100%;
}
.mainImage {
	width: 100%;
	height: auto;
}
.backgroundColour1 {
	background-color: #ffebea;
}
.backgroundPink {
	background-color: #ffebea;
}
.backgroundBrown1 {
	background-color: #A89F94;
        background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/background-outline-2.png");
   /* background-attachment: fixed;*/
}
.backgroundBrown2 {
	background-color: #A89F94;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/background-outline-3.png");
   /* background-attachment: fixed;*/
}
.backgroundColour4 {
	background-color:#cccccc;
}


.backgroundWhite {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/background-logo-1.png);
}
.backgroundGrey {
	background-color: #eee;
}
.backgroundGrey2 {
	background-color: #ddd;
}
.backgroundDarkGrey {
	background-color: #A89F94;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/background-outline-2.png");
   /* background-attachment: fixed;*/
}
.backgroundDarkGrey2 {
	background-color: #A89F94;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("../images/background-outline-3.png");
   /* background-attachment: fixed;*/
}
.backgroundBlack {
	background-color: #1d1d1d;
}
.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: #333;
    font-weight: 700;
    background: #0008;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}
.columnFull{
    position: relative;
	display: block;
	float: none;
	width: 100%;
	-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%;
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnThird3 {
	display: block;
	float: left;
	width: 33%;
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columnThird3 > img {

}
.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%;
    margin: 0;
    padding: 0;
	-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;
}
.columnFull img {
}
.columnHalf img {
}
.columnThird img {
}
.columnQuarter img {
}
.columnTwoThirds img {
}
.columnSix img {
}
.columnFive img {
}
.columnThreeQuarters img {
}
.columnLRPadding1 {
	padding: 0 1%;
}
.columnLRPadding2 {
	padding: 0 2%;
}
.columnLRPadding3 {
	padding:  0 4%;
}
.columnRightPadding {
	padding-right: 4%;
}
.columnLeftPadding {
	padding-left: 4%;
}
.columnRightPadding10 {
	padding-right: 10%;
}
.columnLeftPadding10 {
	padding-left: 10%;
}
.columnRightPadding20 {
	padding-right: 20%;
}
.columnLeftPadding20 {
	padding-left: 20%;
}
.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_60pt_top {
	padding-top: 60px;
}
.padding_70pt_top {
	padding-top: 70px;
}
.padding_80pt_top {
	padding-top: 80px;
}
.padding_80pt_bottom {
	padding-bottom: 80px;
}
.padding_100pt_top {
	padding-top: 100px;
}
.padding_50pt {
	padding: 50px;
}
.padding_65pt_left {
	padding-left: 65px;
}
.padding_100pt_bottom {
	padding-bottom: 100px;
}

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: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12colour1:hover {
	color: #222;
	text-decoration: underline;
}
a.link12colour2:link, a.link12colour2:visited, a.link12colour2:active {
	font-size: 0.65em;
	color: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12colour2:hover {
	color: #222;
	text-decoration: underline;
}
a.link12colour3:link, a.link12colour3:visited, a.link12colour3:active {
	font-size: 0.65em;
	color: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link12colour3:hover {
	color: #222;
	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: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link14colour1:hover {
	text-decoration: underline;
	color: #222;
}
a.link14colour2:link, a.link14colour2:visited, a.link14colour2:active {
	font-size: 0.875em;
	color: #222;
	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: #346887;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
}
a.link16colour1:hover {
	color: #346887;
}
a.link16colour2:link, a.link16colour2:visited, a.link16colour2:active {
	font-size: 1em;
	color: #222;
	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: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	text-transform: none;
}
a.link18colour1:hover {
	color: #222;
}
a.link20colour1:link, a.link20colour1:visited, a.link20colour1:active {
	font-size: 1.250em;
	color: #222;
	text-decoration: none;
	line-height: 1.5;
	text-align: left;
	text-transform: uppercase;
}
a.link20colour1:hover {
	color: #222;
}


.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: #696e7f;
    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: #333;
    font-size: 1.125em;
    font-weight: 700;
    text-indent: 30px;
}
.contact_whatsapp2 > span{
    position: relative;
    display:inline-block;
	color: #333;
	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: #696e7f;
    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: #333;
    font-size: 0.875em;
    font-weight: 700;
    padding-left: 43px;
}
.contact_whatsapp_footer > span{
    position: relative;
    display:inline-block;
	color: #333;
	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: #333;
    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: #333;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #fff 50%, #333 50%);
	borderm: 1px solid #333;
    
    border-radius: 50px;
}
.clickHere:hover{
    color: #ffebea;
	background-color: #333;
	background-position: 0 -100%;
}

.clickHereCenter{
	font-size: 0.875em;
	line-height: 1.5;
	color: #333;
    font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 2px;
	text-align: center;
	padding-top: 12px;
    padding-bottom: 12px;
	width: 290px;
	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;
	background-size: 100% 200%;
	background-image: linear-gradient(to bottom, #fff 50%, #333 50%);
	border: 1px solid #333;
    border-radius: 50px;
}
.clickHereCenter:hover{
    color: #ffebea;
	background-color: #333;
	background-position: 0 -100%;
}

	.clickHereWhite {
    font-size: 0.875em;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 290px;
    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: #A89F94;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ffebea 50%, #A89F94 50%);
    border: 1px solid #333;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
}


.clickHereWhite:hover{
    color: #fff;
	background-color: #A89F94;
    border: 1px solid #ffebea;
	background-position: 0 -100%;
}
.clickHereBrown{
    font-size: 0.875em;
    line-height: 1.5;
    color: #ffebea;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 290px;
    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: #A89F94;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #A89F94 50%, #ffebea 50%);
    border: 1px solid #ffebea;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;

}
.clickHereBrown:hover{
    color: #333;
	background-color: #ffebea;
    border: 1px solid #ffebea;
	background-position: 0 -100%;
}
.clickHere_box {
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	padding: 10px;
	margin: 15px;
	text-decoration: none;
	/* CURVE BORDER */ 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	display: block;
	width: 75px;
	text-align: center;
	background-color: #d2252b;
	/*CSS gradient*/
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #d2252b 0%, #d2252b 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #d2252b 0%, #d2252b 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #d2252b 0%, #d2252b 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d2252b), color-stop(1, #d2252b));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #d2252b 0%, #d2252b 100%);
}
.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: 1.125em;
	color: #5f3f3f;
	font-weight: normal;
	background-color: #fddfdf;
	padding: 25px;
	border: 4px solid #f1a899;
	line-height: 2;
    margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 75%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    box-shadow: 0px 5px 5px #0003;
	
	-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
border-radius: 0;

}
.sent_ok_box_green {
    font-size: 1.25rem;
    color: #2c312b;
    /* font-weight: bold; */
    background-color: #d7fab64d;
    padding: 25px;
    border: 4px solid #3d7a01;
    line-height: 1.7;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 75%;
    -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: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    box-shadow: 0px 5px 5px #0003;
}
.spacer {
	clear: both;
	display: block;
}
.positionBottom {
    position:absolute;
    bottom:10px;
	width: 100%;
}
.positionBottomUsed {
    position:absolute;
    bottom:10px;
	width: 100%;
}

.normal-document{
    display: block;
    width: auto;
}
.normal-document > h1{
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 2.2;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    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;
}
h2 {
	font-family: 'Montserrat', sans-serif;
}
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: #333;}
.fontColour2{color: #ffebea;}
.fontGrey{color: #333;}
.fontDarkGrey{color: #3C3D40;}
.fontRed{color: #be1e40;}
.fontBlue{color: #222;}
.fontGreen{color: #ffebea;}
.fontSliderGrey{ color: #3C3D40; background: #fff9; padding: 10px 25px; }
.fontSliderRed{ color: #fe0000; background: #fff9; padding: 10px 25px; }
.fontSliderBlue{color: #222; 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: "Ms Madi", cursive; font-weight: 400; font-style: normal;}
.lineHeight0{ line-height: 1;}
.lineHeight1{ line-height: 1.1;}
.lineHeight2{ line-height: 1.2;}
.lineHeight3{ line-height: 1.3;}
.text-column-2{
    columns: 50px 2;
}
.text-column-3{
    columns: 50px 3;
}
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%;
    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;
    bottom: -20px;
    right: 75px;
    padding: 75px;
    padding-left: 75px;
    height: 86%;
    width: 45%;
    max-width: 650px;
    background-color: #0b161e;
    color: #333;
    display: block;
    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: #333;
    display: block;
    padding-bottom: 0;
}
.header-image span p{
    font-size: 1.325em;
    line-height: 1.4;
    color: #333;
    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: flex;
    clear: both;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.listTick ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    color: #333;
    /* list-style-image: url("../images/tick-blue-10px.png"); */
    background: #ffebea;
    margin-bottom: 15px;
    padding: 15px 30px;
    /* text-indent: 10px; */
    /* margin-left: 25px; */
    list-style-position: inside;
    box-sizing: border-box;
    border-radius: 5px;
}
.listTick ul li:nth-of-type(2n) {
	/* background: #f2f2f2; */
     margin-right: 0;
}
.listTick2{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0;
    
}
.listTick2 ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.listTick2 ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    font-size: 0.875em;
    /* list-style-image: url("../images/tick-blue-10px.png"); */
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    /* text-indent: 10px; */
    /* margin-left: 25px; */
    list-style-position: inside;
    box-sizing: border-box;
    border-radius: 5px;
}

.listTick2 ul li > span {
    display: inline-block;
    float: left;
    padding-left: 5px;
    width: 70%;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: none;
    color: #333;
    box-sizing: border-box;
}
.listTick2 ul li > span > span {
    display: block;
    float: none;
    font-size: 0.875rem;
    font-weight: 400;
    text-transform: none;
    color: #333;
    padding-top: 2px;
    box-sizing: border-box;
}

.listTick2 ul li > .list-content-price {
    display: inline-block;
    float: right;
    text-align: right;
    width: 30%;
    font-size: 1.5em;
    color: #ec7492;
    font-weight: 800;
    letter-spacing: 0;
    box-sizing: border-box;
}
.listTick2 ul li > .list-content-price > span{
    display: inline-block;
    text-align: right;
    font-size: 0.875rem;
    color: #333;
    font-weight: 400;
    letter-spacing: 0;
    box-sizing: border-box;
}
.listTick2 ul li:nth-of-type(2n) {
	/* background: #f2f2f2; */
     margin-right: 0;
}
.listTick3{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0;
    
}
.listTick3 ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.listTick3 ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    list-style-image: url("../images/tick-blue-10px.png");
    padding-bottom: 5px;
    background: #eee;
    margin-bottom: 8px;
    padding: 8px;
    /* text-indent: 10px; */
    /* margin-left: 25px; */
    list-style-position: inside;
    box-sizing: border-box;
}
.listTick3 ul li:nth-of-type(4n) {
	/* background: #f2f2f2; */
     margin-right: 0;
}

.list-box{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 80px;
    
}
.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: 400;
    letter-spacing: 1px;
    text-transform: none;
    color: #333;
    /* list-style-image: url(../images/tick-blue-20px.png); */
    padding: 40px;
    background-color: #ffebea;
    width: 32%;
    /* text-indent: 10px; */
    margin-right: 2%;
    margin-bottom: 30px;
    /* list-style-position: inside; */
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.list-box ul li:nth-child(3n) {
	margin-right: 0;
}
.list-box ul li:nth-of-type(3n) {
	margin-right: 0;
}
.list-box ul li img {
    position: absolute;
    display: block;
    width: 15px;
    top: -38px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border: 1px solid #333;
    background: #ffebea;
    border-radius: 40px; 
}

.list-box-2{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 80px;
    
}
.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: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: none;
    color: #333;
    /* list-style-image: url(../images/tick-blue-20px.png); */
    padding: 40px;
    background-color: #333;
    width: 49%;
    /* text-indent: 10px; */
    margin-right: 2%;
    margin-bottom: 30px;
    /* list-style-position: inside; */
    box-sizing: border-box;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.list-box-2 ul li:nth-child(2n) {
	margin-right: 0;
}
.list-box-2 ul li:nth-of-type(2n) {
	margin-right: 0;
}
.list-box-2 ul li img {
    position: absolute;
    display: block;
    width: 15px;
    top: -38px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    /* border: 8px solid #eee; */
    background: #ffebea;
    /* border-radius: 10px; */
}
.list-box-1{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 50px;
    
}
.list-box-1 ul {
    position: relative;
    display: flex;
    clear: both;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
}
.list-box-1 ul li {
    position: relative;
    float: left;
    text-align: center;
    display: flex;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    text-indent: 50px;
    text-transform: none;
    color: #333;
    /* list-style-image: url(../images/tick-blue-20px.png); */
    padding: 20px;
    background-color: #333;
    width: 100%;
    /* text-indent: 10px; */
    /* margin-right: 2%; */
    margin-bottom: 5px;
    /* list-style-position: inside; */
    box-sizing: border-box;
    align-content: center;
    align-items: left;
    justify-content: left;
}
.list-box-1 ul li img {
    position: absolute;
    display: block;
    width: 15px;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: 10px;
    /* margin-right: 0; */
    padding: 15px;
    /* border: 8px solid #eee; */
    background: #ffebea;
    /* border-radius: 10px; */
}
.alphaGrayscale{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url(../Dreamweaver%202021/desaturate.svg#greyscale);
}
.alphaLighten{ 
	filter: alpha(opacity=50);
    opacity: 0.5;
}
.heading-main-center{
    display: block;
	color: #333;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
	font-size: 3em;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
.heading-main-center-white{
    display: block;
	color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
	font-size: 3em;
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
.heading1 {
	display: block;
	color: #ffffff;
	width: 100%;
	font-size: 1.125em;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

.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: 25%;
	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 #ffebea;
    clear: both;
    
}
.linebreak-20{
    width: 20%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ffebea;
    clear: both; 
}
.linebreak-30{
    width: 30%;
    display: block;
    margin: auto;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 5px solid #ffebea;
    clear: both; 
}
.linebreak-30-left{
    width: 33%;
    display: block;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #333;
    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: #f2f2f2;
}
.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;
}
.locationMapBorder {
	border-bottom: 1px solid #888;
    border-top: 1px solid #888;
}
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 {
        width: 100%;
    }
}

/******************************** 1520px **********************************************/
.media1520{}
@media screen and (max-width: 1520px) {

main {
        width: 100%;
    }
#mainContent {
	width: 100%;
	padding: 0 5%;
}
footer {
	width: 90%;
	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) {

.main-content {
    width: 100%;
}
.header-image span {
    bottom: -20px;
    right: 50px;
    padding: 70px;
    padding-left: 70px;
    height: 86%;
    width: 35%;
    max-width: 650px;
}
.header-image span h2 {
    font-size: 3em;
}
}
/******************************** 1366px **********************************************/
.media1366{}
@media screen and (max-width: 1366px) {


}

/******************************** 1280px **********************************************/
.media1280{}
@media screen and (max-width: 1280px) {

.main-section {
    width: 85%;
}

footer {
	width: 90%;
	padding: 80px 5%;
}

.aftercareRow {
	width: 95%;
	padding: 100px 10% 0 2.5%;
}
.dealerWrapper {
	width: 95%;
	padding: 50px 2.5%;
}
.locationsWrapper {
	width: 95%;
	padding: 50px 2.5%;
}

.newsWrapper, .offerWrapper {
	width: 95%;
	padding: 70px 2.5%;
}
.header-image span h2 {
    font-size: 2.5em;
}
 .header-image span {
    padding: 45px;
    padding-left: 45px;
}
.heading-main-center {
    line-height: 1.2;
    font-size: 2.5em;
}
.text-column-2 {
    columns: 1;
}


}

/******************************** 1024px **********************************************/
.media1024{}
@media screen and (max-width: 1024px) {
header {
    width: 100%;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
} 
#logo {
    padding: 20px;
    left: 0;
    top: -1px;
    width: 200px;
    height: auto;
    position: relative;
    margin: auto;
    float: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 1;
}
.headerContact > a {
    font-size: 2em;
}
.header-center-text {
    display: block;
    width: 100%;
    font-size: 1em;
    float: left;
    margin-top: 10px;
}
.header-center-text > p {
    margin-top: 0;
    font-size: 1em;
}
.heading-main-center {
    line-height: 1.2;
    font-size: 2.5em;
}
.text-column-2 {
    columns: 1;
}
.text-column-3 {
    columns: 2;
}
#parallax-container-1 {
    height: 400px;
    background-size: 150%;
}
#parallax-container-2 {
    height: 400px;
    background-size: 150%;
}
#parallax-container-3 {
    height: 400px;
    background-size: 150%;
}
#parallax-container-4 {
    height: 400px;
    background-size: 150%;
}
	
.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;
}
	

.logosWrapper ul li.text_long {
	padding-top: 2% !important;
	padding-bottom: 7% !important;
	line-height: 1.2em;
}

.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%;	
}
.newsWrapper > ul > li {
    width: 49%;
    margin-bottom: 20px;
    margin-right: 2%;
}
.newsWrapper > ul > li:nth-of-type(2n) {
    margin-right: 0px;
}
.newsWrapper > ul > li:nth-of-type(3n) {
    margin-right: auto;
}
.main-section-image {
    display: block;
    width: 95%;
    float: right;
    position: relative;
    height: auto;
    top: -100px;
    right: -50px;
    padding-bottom: 0;
    overflow: hidden;
}
.main-section-image > img {
    display: block;
    width: 200%;
    left: -50%;
    position: relative;
    right: 0;
}
.newsContainer > img {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    max-height: 500px;
    object-fit: cover;
    height: fit-content;
    margin-bottom: 20px;
    float: none;
    clear: both;
}

.steps-box ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.steps-box ul li {
    width: 46%;
    margin-right: 0%;
    margin-left: 4%;
}
.steps-box ul li:nth-of-type(3n) > img {
    display: none;
}
    
.profile-homepage-container {
    width: 29.333%; 
    margin-left: 2%;
    margin-right: 2%;
}

}
/******************************** 900px **********************************************/

	
.media900{}
@media screen and (max-width: 900px) {
.headerContact > a > img {
    width: 27px;
    padding: 5px;
    margin-top: -4px;
    margin-right: 8px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;

}
.header-image span {
    right: 30px;
    padding: 40px;
    padding-left: 40px;
    height: 100%;
}
 .headerContact > span {
    font-size: 0.75em;
}
.headerContact > a {
    font-size: 1.75em;
}
.headerContact > a.small-tel {
    font-size: 0.75em;
}
 .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;
}


footer > .map {
 display: block;
 float: none;
 clear: both;
 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: 75%;
 float: left;
 padding-bottom: 20px;
}
.columnLeftPadding {
    padding-left: 0;
}
.columnRightPadding {
    padding-left: 0;
}
.main-section-image {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
    top: 0;
    right: 0;
    padding-bottom: 0;
    overflow: visible;
}
.main-section-image > img {
    display: block;
    width: 100%;
    left: 0;
    position: relative;
    right: 0;
}
}
	
/********************************************** 768px ********************************/
.media768{}	
@media screen and (max-width: 768px) {


.text-column-3 {
    columns: 1;
}
.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;
	 }

.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: 100%;
 padding-bottom: 20px;
}
.columnThird {
 display: block;
 width: 100%;
 float: left;
 padding-bottom: 20px;
}
.columnRightPadding {
 padding-right: 0;
}
.columnLeftPadding {
 padding-left: 0;
}
.columnPadding {
 padding: 2%;
}
.columnHalf > img {
	width: 100%;
}
.columnThird > img, .columnQuarter > img {
	width: 50%;
}
.image.half, .image.twoThirds, .image.threeQuarter {
 width: 75%;
}
.image.third, .image.quarter {
 width: 50%;
}

.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%;	
}
.newsWrapper_HeaderLink {
    font-size: 1.25em;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.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;
}
.rentalHeading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
}
.nav-box ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.nav-box ul li:nth-of-type(2n) { margin-right: 0;}
.nav-box ul li:nth-of-type(3n) { margin-right:auto; }
.list-box ul li { width: 49%; }
.list-box ul li:nth-of-type(2n) { margin-right: 0;}
.list-box ul li:nth-of-type(3n) { margin-right:auto; }
.listTick ul li{
    width: 49%;
    margin-right: 2%;
}
.listTick ul li:nth-of-type(3n){
    margin-right: auto;
    }
.listTick ul li:nth-of-type(2n){
    margin-right: 0;
    }
.listTick2 ul li, .listTick2 ul li:nth-of-type(2n){
    width: 100%;
    margin-right: 0;
}
.listTick3 ul li{
    width: 49%;
    margin-right: 2%;
}
.listTick3 ul li:nth-of-type(4n){
    margin-right: auto;
    }
.listTick3 ul li:nth-of-type(2n){
    margin-right: 0;
    }
#parallax-container-1 {
    display: none;
}
#parallax-container-2 {
display: none;
}
#parallax-container-3 {
display: none;
}

}
/******************************** 710px **********************************************/
.media710{}
@media screen and (max-width: 710px){
.headerContact > span {
    font-size: 0.875em;
    display: block;
    text-align: right;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.headerContact > a.small-tel {
    width: 100%;
    font-size: 0.85em;
    text-align: right;
    margin-top: 0px;
}
    .profile-homepage-container {
    width: 46%; 
    margin-left: 2%;
    margin-right: 2%;
}
}
/******************************** 640px **********************************************/
.media640{}
 @media screen and (max-width: 640px) {

.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;
	 }


.newsContainer{ padding: 30px; }
.blog-container > img{
	display: block;
	width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
	float: none;
	clear: both;	
}


}

/******************************** 480px **********************************************/
.media480{}	
@media screen and (max-width: 480px) {
.main-content {
    width: 100%;
    }
#nav > ul {
    width: 100%;
    min-width: 320px;
    padding-left: 15px;
    padding-top: 40px;
    top: 0;
    /* left: 0; */
    right: 0;
}
#nav > ul > li > a {
    font-size: 1.25em;
    padding: 10px 30px;
}
.footer-background {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    overflow: visible;
}
footer {
    width: 100%;
    padding: 30px 5%;
}
.footer-background > img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0;
    width: 100%;
    /* opacity: 0.3; */
}
 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;
}

.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;
}

.image.third, .image.quarter {
 width: 75%;
}
.columnHalf > img {
	width: 100%;
}
.columnThird > img, .columnQuarter > img {
	width: 100%;
}
 .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;
	 }
.franchiseRowText > a {
 width: 100%;
 float: left;
 clear: both;
 margin: 10px 0;
}
.franchiseTopImage {
 width: 49%;
 margin: 1px 0.5%;
 float: left;
 max-width: 49%;
}
 .thumbNailImageRollover {
 width: 33.333%;
}
.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: 100%;
    margin: 10px 0%;
    font-size: 1em;
}
.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; }
 body {
     font-size: 0.875em;
}

.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%;	
}
.list-box ul li {
    color: #333;
    padding: 25px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.heading-main-center {
    line-height: 1.2;
    font-size: 2.25em;
}
.nav-box ul li .nav-box-content {
    font-size: 0.9em;
    padding: 20px;
}
.nav-box ul li .nav-box-content h3 {
    font-size: 1.25em;
    line-height: 1.4;
    padding-bottom: 5px;
}
.rentalContainer > ul > li {
    width: 100%;
    margin-right: 0;
}
.main-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.listTick ul li, .listTick ul li:nth-of-type(3n){
    width: 100%;
    margin-right: 0;
}
.listTick2 ul li, .listTick2 ul li:nth-of-type(2n){
    width: 100%;
    margin-right: 0;
}
.listTick3 ul li, .listTick3 ul li:nth-of-type(4n){
    width: 100%;
    margin-right: 0;
}
.steps-box ul li > img {
    top: 7%;
    right: -32%;
}
.steps-box > ul > li {

    width: 100%;
    padding: 30px;
    margin-right: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    border-radius: 10px;
    flex-direction: row-reverse;
}
.heading-main-center-white {
    
    text-align: center;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 2em;
    font-weight: 700;
}
.profile-homepage-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

}
	
/******************************** 375px **********************************************/	
.media320{}	
 @media screen and (max-width: 375px) {

.columnThird3 {
	display: block;
	float: none;
	clear:both;
	width: 100%;
	margin: 15px 0;
}
.columnThird3 > img{
	 width: 100% !important;
} 
.headerLocations2 > div > span {
    font-size: 1em;
    line-height: 0.2;
}
.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;
}

.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;
}
.steps-box > ul > li .steps-box-image {
    padding: 7px;
    width: 100%;
    height: auto;
}

footer .footerTel:hover {
	color: #d2252b;
}
    }
