 body,
body.site {
	margin: 0;
	padding: 0;
	background: url('../images/page-bg.jpg') top repeat-x #bdd7fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-top: 0;
	line-height: 1.2em;
}

a,
button {
	transition: 0.5s all
}

h1, h2, h3, h4, h5, h6 {
	color: #2d73ce;
}

#Content h3 {
	margin-bottom: 10px;
}

#Wrapper {
	width: 998px;
	margin: 0 auto;
	position: relative;
}

#Header {
	background: url('../images/header-bg.jpg') no-repeat;
	text-align: right;
}

#mainNav {
	background: url('../images/nav-bg.png') no-repeat;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	width: 749px;
	margin-left: 265px;
}

#mainNav li {
	display: inline-block;
}

#mainNav a,
#mainNav a:visited {
	color: #fff;
	font-size: 20px;
	padding: 10px 25px;
	display: block;
	position: relative;
}

#mainNav a:hover,
#mainNav a:active,
#mainNav .nav li:active,
#mainNav .nav li:focus {
	text-decoration: none;
	background: transparent;
}

#mainNav a:hover:before,
#mainNav a:active:before,
#mainNav .active a:before {
	content: "\f054";
	font-size: 20px;
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 8px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

#leftCol {
	float: left;
	width: 265px;
	padding: 15px;
	box-sizing: border-box;	
	position: relative;
	margin-top: -305px;
}

.moduletable.leftForm {
	background: #fff;
	padding: 20px 10px;
}

.moduletable.leftForm .formResponsive .formHorizontal .formControlLabel {
	float: none;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #2d73ce;
	margin-bottom: 5px;
}

.moduletable.leftForm .formResponsive .formHorizontal .rsform-block-keys label,
.moduletable.leftForm .formResponsive .formHorizontal .rsform-block-tyres label,
.moduletable.leftForm .formResponsive .formHorizontal .rsform-block-wheels label {
	width: 61%;
}

.moduletable.leftForm .formResponsive .formHorizontal .formControls {
	margin-left: 0;
}

.moduletable.leftForm .rsform-block-intro {
	font-size: 32px;
	color: #fa9007;
	font-weight: bold;
	line-height: 1.2em;
}

.moduletable.leftForm .formResponsive .formHorizontal .rsform-block {
	margin-bottom: 0;
}

.moduletable.leftForm .formResponsive input[type="text"],
.moduletable.leftForm .formResponsive textarea {
	width: 100%;
	height: 35px;
	box-sizing: border-box;
	border: 2px solid #99d156;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: inset 0px 1px 5px #454743;
}

.moduletable.leftForm .rsform-block.rsform-block-keys,
.moduletable.leftForm .rsform-block.rsform-block-tyres,
.moduletable.leftForm .rsform-block.rsform-block-wheels,
.moduletable.leftform .rsform-block.rsform-block-send {
	max-width: 50%;
	float: left;
}

.moduletable.leftForm .formHeading {
	font-size: 24px;
	color: #366921;
	margin: 10px 0px;
	font-weight: normal;
}

.formResponsive .formHorizontal .rsform-block-submit .rsform-submit-button,
.formResponsive .formHorizontal .rsform-block-submit .rsform-submit-button:hover {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: url('../images/contact-submit-button.png') no-repeat bottom;
	height: 52px;
	width: 122px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.moduletable.leftForm .rsform-submit-button,
.moduletable.leftForm .rsform-submit-button:hover {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background: url('../images/contact-submit-button.png') no-repeat bottom;
	height: 52px;
    width: 122px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 20px;
	
}

.freeCollection {
	margin: 20px 0px;
	border: 1px solid #2873CA;
}

.freeCollection ul {
	padding: 0px 11px 0px 33px;
}

.freeCollection li {
	display: block;
	margin: 5px 0px;
}

.freeCollection a,
.freeCollection a:visited {
	color: #fff;
	font-size: 13px;
}

.freeCollection a:before {
	content: "\f054";
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	display: inline-block;
	margin-right: 5px;
}

.freeCollection .nav li a:hover,
.freeCollection .nav li a:active,
.freeCollection .nav a:focus {
	color: #2D73CE;
	background-color: transparent;
}
	

.freeCollection h3 {
	font-weight: normal;
	margin-top: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px 2px;
	background: #2873CA;
}
	

#contentWrap {
	width: 100%;
	background: #4ba807;
	padding: 20px 20px 20px 265px;
	box-sizing: border-box;
}

#Content {
	color: #fff;
}

#Content h1 {
	font-size: 48px;
	color: #b8d4f9;
	line-height: 1em;
}

#Content h2 {
	font-size: 32px;
	color: #fff;
	line-height: 1em;
	margin-bottom: 14px;
}

#contentLower .moduletable {
	margin: 0px 0px 25px 0px;
}

.find-nearest {
	background: #2874ca;
	padding: 5px;
	margin-bottom: 10px;
}

.find-nearest h3 {
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.find-nearest p {
	margin: 0;
	padding: 4px 4px 0px 4px;
	font-size: 18px;
	font-weight: bold;
}

.itemFullText ul {
	background: #2874ca;
	border: 1px solid #fff;
	margin: 0px 0px 10px 0px;
	padding: 25px 10px;
	font-size: 22px;
	line-height: 1.4em;
}

.itemFullText a,
.itemFullText a:visited,
.moduletable.footerText a,
.moduletable.footerText a:visited {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.itemFullText li {
	margin: 15px 0px 15px 30px;
	line-height: 1em;
}

.hasRight {
	float: left;
	width: 460px;
}

#rightCol {
	width: 226px;
	float: right;
	padding: 10px 2px;
	background: #bbdca3;
	color: #2d73ce;
	box-sizing: border-box;
}

#rightCol h3 {
	color: #2d73ce;
	font-size: 32px;
	text-align: center;
	line-height: 1em;
}

#rightCol p {
	font-size: 25px;
	text-align: center;
	line-height: 1em;
}

#rightCol .step {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 0px 10px;
	line-height: 1.2em;
}

#rightCol .step.title {
	font-size: 17px;
}

/*#rightCol h2 {
	color: #2d73ce;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
}*/

#rightCol img {
	display: block;
	margin: 0 auto;
	max-width: 187px;
}

#Footer {
	background: #0c7901;
	padding: 10px;
	position: relative;
}

#Footer .moduletable {
	float: left;
}

.moduletable.footerText {
	font-size: 36px;
	color: #fff;
	line-height: 1em;
	margin-top: 40px;
}

.moduletable.footerText .copyright {
	font-size: 20px;
}

.moduletable.footerNav {
	position: absolute;
	top: 10px;
	left: 163px;
}

.moduletable.footerNav ul {
	margin: 0;
	padding: 0;
}

.moduletable.footerNav li {
	display: inline-block;
	padding: 5px 20px;
}

.moduletable.footerNav a,
.moduletable.footerNav a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.moduletable.footerNav a:hover,
.moduletable.footerNav a:active,
.moduletable.footerNav a:focus {
	background: transparent;
	opacity: 0.6;
}
  
#Footer .moduletable.footerDVLA {
	float: right;
	margin-top: 10px;
}

iframe.wrapper {
	border: 0;
	margin-top: 10px;
}

/*** K2 Clear ***/
.clr {
	clear: none;
}

div.itemView {
	margin-bottom:0;
}


#mainNav .dj-megamenu-offcanvas-light .dj-mobile-open-btn {
	height: auto;
	width: auto;
	background: transparent;
}
#mainNav .dj-megamenu-offcanvas-light .dj-mobile-open-btn:after {
	content: "Menu";
	margin-left: 5px;
	position: relative;
	top: -2px;
	font-size: 14px;
	text-transform: uppercase;
}
