/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

input, textarea, select { background: #fff; outline: none; }

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 5px;
}

.col2 .textbox, .col3 .textbox, #summary .textbox, textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
}

textarea {
	height: 200px;
}

.modal-content select, .modal-content .textbox, .modal-content textarea {
	text-align: center;
}

.modal-content textarea {
	height: 100px;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

input, textarea {
	-webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

body, input, textarea, select, button {
    font-family: 'Montserrat', sans-serif;
}

body {
	text-align: center;
	background: #fff;
	font-size: 1em; 
	color: #1d1d1b;
	max-width: 2000px;
	margin: auto;
}

h1 {
	font-size: 2.5em;
	line-height: 1em;
	padding: 0;
	margin: 75px 0 25px 0;
	color: #00acef;
	text-transform: uppercase;
}

#servicesheading {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1em;
	margin: 75px 0 -75px 0;
	color: #00acef;
	text-transform: uppercase;
}

h1.nomargin {
	margin-top: 0;
}

h1 .small {
	display: inline-block;
	line-height: 1em;
}

h2 {
	font-size: 1.75em;
	line-height: 1em;
	padding: 0;
	margin: 25px 0;
	text-transform: uppercase;
}

h2.nomargin {
	margin-top: 0;
}

h2.case {
	font-size: 1.25em;
}

a {
	color: #00acef;
	font-weight: normal;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	color: #1d1d1b;
}

a:active {
    background-color: transparent;
}

img.map, map area{
    outline: none;
}

p {
	padding: 0;
	margin: 15px 0;
	line-height: 1.4em;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#showmobnav, #mob, .subnav, #showmobmodelsearch, #mobmodelsearch, #mobgooglereviews, #mobtrustpilotreviews, #mobleasing, #mobusps, #mobsubnav, #mobgallery, #showsummarymob, #showwhatsapp, .tabbr, .tabshow, .smalltabbr, .mobbr, .smallmobbr, #backtotop {
	display: none;
}

.container {
	position: relative;
	width: 95%;
	max-width: 1200px;
	margin: auto;
	text-align: left;
}

#promo a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	padding: 0;
	color: #fff;
	background: #00acef;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.15em;
}

#promo a:hover {
	background: #1d1d1b;
}

#topnav {
	padding: 15px 0;
	text-transform: uppercase;
}

#topnav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
	list-style: none;
}

#topnav a {
	color: #1d1d1b;
	font-weight: normal;
}

#topnav .on a, #topnav a:hover {
	color: #00acef;
}

/* Drop down menus */

/*** ESSENTIAL STYLES ***/

.sf-menu ul,.sf-menu2 ul {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	width: 280px;
	line-height: 1.2em;
}
.sf-menu2 ul {
	width: 100%;
}
#topnav .sf-menu ul li, nav .sf-menu2 ul li {
	width: 100%;
	height: auto;
	line-height: 1em;
	margin: 0;
	padding: 0;
	border-top: 2px solid #fff;
	text-align: left;
	background: none;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sf-menu li li a, .sf-menu2 li li a {
	display: block;
	padding: 10px;
	border: 0;
}
.sf-menu li:hover, .sf-menu2 li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li, .sf-menu2 li {
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 28px;
	z-index: 99;
}
.sf-menu2 li:hover ul, .sf-menu2 li.sfHover ul {
	left: 0;
	top: 60px;
	z-index: 99;
}

/*** DEMO SKIN ***/

.sf-menu a,.sf-menu2 a {
	text-decoration:none;
}
.sf-menu li li a, #topnav .sf-menu li.on li a, .sf-menu2 li li a, nav .sf-menu2 li.on li a {
	background: #f5f5f5;
	color: #1d1d1b;
}

#topnav .sf-menu li li a:hover, #topnav .sf-menu li li.on a, nav .sf-menu2 li li a:hover, nav .sf-menu2 li li.on a {
	color: #00acef;
	outline: 0;
}

#fleetmanagement {
	float: right;
}

#logo {
	float: left;
	height: 120px;
	margin: 15px 0 0 0;
}

#googlereviews {
	float: left;
	margin-left: 50px;
	padding-top: 48px;
}

#trustpilotreviews {
	float: left;
	margin-left: 50px;
	padding-top: 48px;
}

#googlereviews a, #mobgooglereviews a, #trustpilotreviews a, #mobtrustpilotreviews a {
	font-weight: bold;
	color: #1d1d1b;
	font-size: 1.1em;
}

#googlereviews a:hover, #mobgooglereviews a:hover, #trustpilotreviews a:hover, #mobtrustpilotreviews a:hover {
	color: #00acef;
}

#contact {
	float: right;
	margin-top: 25px;
	padding-top: 15px;
	height: 120px;
	line-height: 1.1em;
	text-align: right;
	font-size: 1.25em;
	text-transform: uppercase;
	padding-left: 120px;
	background: url(../images/contact-bg.jpg) bottom left no-repeat;
	background-size: contain;
}

#contact a {
	color: #1d1d1b;
	font-weight: bold;
	font-size: 1.23em;
}

#contact a:hover {
	color: #00acef;
}

#contact .small {
	font-size: 0.685em;
}

nav {
	position: relative;
	z-index: 10;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	background: url(../images/nav-bg.png?v=1) top repeat-x #1d1d1b;
	font-size: 0.78em;
}

nav ul {
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../images/nav-separator.png?v=1) left no-repeat;
}

nav li {
	float: left;
	width: 14.6%;
	background: url(../images/nav-separator.png?v=1) right no-repeat;
}

nav li.narrow {
	width: 10%;
}

nav li.wide {
	width: 18.1%;
}

nav a {
	display: block;
	text-align: center;
	color: #fff;
}

nav .on a, nav a:hover {
	color: #00acef;
}

#manufacturersearch, #modelsearch {
	display: none;
}

#manufacturersearch, #modelsearch {
	position: absolute;
	top: 60px;
	width: 100%;
	background: #eee;
	color: #1d1d1b;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#manufacturersearch img {
	position: relative;
	top: 0;
	margin-right: 5px;
	height: 50px;
}

#manufacturersearch .col5 a {
	display: inline-block;
	color: #1d1d1b;
	margin: 25px 0 0 0;
	font-size: 0.9em;
}

#manufacturersearch .col5 a:hover {
	color: #00acef;
}

#modelsearch .button {
	display: block;
	width: 100%;
}

#usps {
	padding: 15px 0;
	background: #00acef;
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
}

#usps img {
	height: 24px;
	margin-left: 15px;
}

#usps img.first {
	margin-left: 0;
}

#main {
}

#main ul, #main ol {
	margin: 10px 0 10px 20px;
	padding: 0;
}

#main ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main table {
	border: 1px solid #ccc;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main td {
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

#main td.header {
	background: #00acef;
	color: #fff;
}

#cyclecontainer {
	position: relative;
}

#cycle {
	position: relative;
	z-index: 0;
}

#cyclesearch {
	position: absolute;
	z-index: 9;
	top: 15%;
	left: 0;
	right: 0;
}

#cyclesearch form {
	margin: auto;
	width: 800px;
	background: #1d1d1b;
	color: #fff;
	padding: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#cyclesearch h2 {
	margin: 0;
}

#homesearch form {
	width: 400px;
	background: #1d1d1b;
	color: #fff;
	padding: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#homesearch h2 {
	margin: 0;
}

#salsacheader {
	position: relative;
}

#tagline {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	min-height: 100% !important;
}

#tagline h1 {
	color: #fff;
	margin: 0;
	padding: 0;
}

#tagline span {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	text-align: left;
	height: 100%;
}

#tagline span span {
	display: table-cell;
	width: 95%;
	padding: 0 2.5%;
	vertical-align: middle;
}

#subnav {
	float: left;
	margin-top: 50px;
	width: 20%;
	text-transform: uppercase;
}

#main #subnav ul, #main #subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main #subnav li {
	margin-bottom: 2px;
}

#subnav li a {
	display: block;
	padding: 8px 20px;
	color: #1d1d1b;
	background: #f5f5f5;
	font-weight: normal;
}

#subnav li.on a, #subnav li a:hover {
	color: #00acef;
	text-decoration: none;
}

#subnav p a {
	font-size: 1.15em;
	font-weight: bold;
	color: #1d1d1b;
}

#subnav p.on a, #subnav p a:hover {
	color: #00acef;
}

#subcontent {
	float: right;
	width: 75%;
}

.leftcol {
	float: left;
	width: 67.5%;
}

.vdarkbluebg .leftcol, .salsac .leftcol {
	width: 30%;
}

.rightcol {
	float: right;
	width: 27.5%;
}

.vdarkbluebg .rightcol, .salsac .rightcol {
	width: 65%;
}

.deal .leftcol {
	float: left;
}

.deal .rightcol {
	float: left;
}

#quote {
	padding: 20px 0 0 0;
	background: #fff;
}

#quote p {
	margin-bottom: 0;
}

#showsummary {
	position: fixed;
	top: 50vh;
	right: -90px;
	z-index: 10;
	transform: rotate(90deg);
}

#summary {
	padding: 20px;
	background-image: linear-gradient(180deg, #ecf3f9, #fff);
}

#summary h2 {
	margin: 0;
	padding-top: 25px;
}

#summary table {
	border: none;
	font-size: 0.9em;
}

#summary td {
	padding: 8px 0;
	border: none;
}

#summary .textright {
	clear: none;
	font-weight: bold;
}

#summarycontact {
	margin-top: 25px;
	line-height: 1.1em;
	font-size: 1.5em;
	text-transform: uppercase;
}

#summarycontact a {
	font-weight: bold;
	color: #1d1d1b;
	font-weight: bold;
	font-size: 1.23em;
}

#summarycontact a:hover {
	color: #00acef;
}

#summarycontact .small {
	font-size: 0.685em;
}

#summary .rightpic {
	height: 75px;
}

.col2 {
	width: 47.5%;
}

.deal .col2 {
	width: 47.5%;
	margin: 0;
}

.widecol2 {
	width: 49.75%;
}

.widecol2.pagedriver {
	padding: 200px 0 50px 0;
	background-size: cover !important;
	color: #fff;
}

#pdemployers {
	background: url(../images/pd-employers.jpg?v=1) center right -100px no-repeat;
	background-size: cover;
}

#pdemployees {
	background: url(../images/pd-employees.jpg?v=1) center right -100px no-repeat;
	background-size: cover;
}

.col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.col3.last {
	margin-right: 0;
}

.deal .col3 {
	margin-top: 15px;
}

#salsaccars .col3 {
	height: 550px;
	padding: 25px;
	border: 5px solid #f5f5f5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widecol3, .pagedriver4 {
	float: left;
	width: 33.3%;
	padding: 200px 0 50px 0;
	background-size: cover !important;
	color: #fff;
}

.pagedriver4 {
	width: 50%;
}

.widecol3.middle {
	width: 33.4%;
}

.bluebg .widecol3 {
	padding: 0;
}

.col4 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.col4.last {
	margin-right: 0;
}

.widecol4 {
	float: left;
	width: 49.5%;
	margin: 0 0.25%;
}

.col5 {
	float: left;
	width: 17.2%;
	margin-right: 3.5%;
}

.col5.last {
	margin-right: 0;
}

#main .col5 {
	margin-bottom: 50px;
}

#main .col5 img {
	margin-bottom: 15px;
}

.deal {
	position: relative;
	padding: 2.5%;
}

.dealicons {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 1;
	text-align: left;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.specialoffer, .instock {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	background: #00acef;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

.instock {
	background: #1d1d1b;
}

.dealleaf {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 1;
	text-align: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dealleaf img {
	height: 30px;
}

.deallogo.rightpic {
	display: inline;
	float: right;
	margin: 0 0 50px 50px;
	width: 75px;
}

.dealtitle {
	height: 90px;
	padding: 0;
	text-align: left;
}

.dealtitle a {
	color: #1d1d1b;
}

.dealtitle a:hover {
	color: #00acef;
}

.dealimg {
	position: relative;
	margin-bottom: -10px;
}

.dealpoints {
	margin-bottom: 10px;
	font-size: 0.9em;
	padding: 10px !important;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dealprice {
	font-size: 0.9em;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ribbon {
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
}

#slider .ribbon {
	top: 2px;
	left: 1px;
}

.ribbon img {
	height: 120px;
}

.greybg {
	margin: 75px 0;
	padding: 50px 0;
	background: #f5f5f5;
}

.greybg h2 {
	margin-top: 0;
}

.greybg.nomargin {
	margin-top: 0;
}

.bluebg {
	padding: 50px 0;
	background: #ecf3f9;
}

.leftcol .bluebg, #hybrid .bluebg {
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#hybrid .bluebg {
	background: #1d1d1b;
	color: #fff;
}

#main .leftcol .bluebg table {
	margin: 0;
	border: 0;
}

#main .leftcol .bluebg td {
	padding: 5px 10px;
	border: 0;
}

#main .leftcol .bluebg img {
	height: 50px;
}

.bluebg h2 {
	margin-top: 0;
	text-transform: none;
	font-weight: normal;
}

.darkbluebg {
	padding: 20px;
	background: #25afed;
	color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.darkbluebg .small {
	display: inline-block;
	line-height: 1.2em;
}

.vdarkbluebg {
	margin: 75px 0 -75px 0;
	padding: 75px 0;
	background: #021327;
	color: #fff;
}

.vdarkbluebg h2 {
	font-size: 2em;
	margin-top: 25px;
}

.whitebg {
	background: #fff;
	color: #1d1d1b;
	padding: 2.5%;
}

.number {
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: #25afed;
	border: 3px solid #25afed;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
}

.step {
	float: right;
	width: calc(100% - 85px);
}

#leasing {
	padding: 50px 0 25px 0;
	background: url(../images/leasing-bg.jpg) top right -350px no-repeat;
}

#leasing h2 {
	margin-top: 0;
	text-transform: none;
}

#main #slider {
	display: none;
	margin: 0;
	overflow: hidden;
}

#main #slider li {
	position: relative;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

#main #slider li img {
	position: relative;
	z-index: 0;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
}

#slider .nbs-flexisel-item img.slide {
	border-top: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

footer {
	padding: 20px 0;
	background: #000;
	color: #fff;
	font-size: 0.75em;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #00acef;
}

#footerlogos {
	height: 50px;
}

#social {
	float: right;
	text-align: center;
}

#social div {
	line-height: 1em;
	font-size: 1.5em;
	margin-bottom: 20px;
}

#social img {
	height: 50px;
	margin: 0 5px;
}

#subscribe {
	margin-top: 25px;
	font-size: 1.5em;
	text-transform: uppercase;
}

#subscribe a {
	font-weight: bold;
	color: #00acef;
}

#subscribe a:hover {
	color: #fff;
}

#map {
	width: 100%;
	height: 300px;
}

.arrow {
	position: relative;
	top: -2px;
	height: 7px;
}

.icon {
	position: relative;
	top: -2px;
	height: 18px;
}

.stars {
	position: relative;
	top: -5px;
	height: 18px;
}

.blue {
	color: #00acef;
}

.black {
	color: #1d1d1b;
}

.big {
	font-size: 1.2em;
}

.vbig {
	font-size: 1.5em;
}

.pagedriver .vbig {
	font-size: 1.35em;
}

.vvbig {
	font-size: 1.75em;
}

.normal {
	font-weight: normal;
}

.spacer {
	width: 100%;
	height: 75px;
}

.case {
	text-transform: none;
}

.border {
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 15px 0;
}

.manufacturer {
	width: 200px;
}

#details, #personal, #personalmob, #personalmobvat, #standard, #technical, #personalfee, #personalmaintenanceprice, #personalmaintenancevat {
	display: none;
}

#tabs, #tabs2 {
	width: 100%;
}

.ui-state-focus:focus { outline:none !important }

#tabs h3, #tabs2 h3 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 1em;
	border: 0;
	background: none !important;
}

#tabs h3 span, #tabs2 h3 span {
	display: none;
}

#tabs h3 a, #tabs2 h3 a {
	display: block;
	padding: 10px 20px;
	background: url(../images/arrow.png) center right 20px no-repeat #ecf3f9;
	background-size: 11px 7px;
	text-decoration: none;
	color: #1d1d1b;
	font-weight: bold;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#tabs h3 a:hover, #tabs .ui-state-active a, #tabs .ui-state-active a:hover, #tabs2 h3 a:hover, #tabs2 .ui-state-active a, #tabs2 .ui-state-active a:hover {
	background: url(../images/arrow-white.png) center right 20px no-repeat #1d1d1b;
	background-size: 11px 7px;
	color: #fff;
}

.vdarkbluebg #tabs h3 a:hover, .vdarkbluebg #tabs .ui-state-active a, .vdarkbluebg #tabs .ui-state-active a:hover {
	background: url(../images/arrow-white.png) center right 20px no-repeat #00acef;
	background-size: 11px 7px;
}

#tabs div, #tabs2 div {
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
	border: 0;
}

.modal {
	display: none;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.5);
	overflow-y: auto;
	overflow-x: hidden;
}

.modal-content {
	background: #fff;
	margin: 5% auto 0 auto;
	padding: 25px;
	width: 800px;
	max-width: 90%;
}

.modal-content h2 {
	margin-top: 0;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover, .close:focus {
	color: #1d1d1b;
	text-decoration: none;
	cursor: pointer;
}

.fullhide {
	display: none;
}

.logo {
	height: 150px;
}

#zsiqwidget, #zsiqbtn {
	display: none !important;
}

.landingimg {
	width: 400px;
}

.vs {
	font-size: 3em;
	margin-top: 8vw;
}

.videowrapper {
	position: relative;
	width: 100%;
	max-height: 500px;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fullclear {
	clear: both;
}

/* Common Styles */

.button {
	display: inline-block;
	width: 200px;
	text-align: center;
	padding: 8px;
	color: #fff;
	background: #00acef;
	font-weight: normal;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#summary .button {
	width: calc(100% - 16px);
}

.button.widebutton {
	width: 280px;
}

.button.block {
	width: 100%;
	padding: 8px 0;
}

.leftcol .col2 .button, .rightcol .col2 .button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#specs .button, #quotetype .button {
	background: #eee;
	color: #1d1d1b;
}

#showsummary .button, #summary p .button {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: none;
	background: #9dd635;
}

#summary p .button {
	font-size: 1.2em;
}

#showsummary .button {
	width: 200px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.button:hover, .button.on, #showsummary .button:hover, #summary p .button:hover {
	background: #1d1d1b;
	color: #fff;
	text-decoration: none;
}

#specs .button:hover, #specs .button.on, #quotetype .button:hover, #quotetype .button.on {
	background: #00acef;
	color: #fff;
}

#cyclesearch .button:hover, #hybrid .button:hover {
	background: #fff;
	color: #00acef;
	text-decoration: none;
}

.button img {
	position: relative;
	top: -2px;
	height: 24px;
	margin-right: 10px;
}

.htmlarea {
	border: 1px solid #ccc;
}

.small {
	font-size: 0.75em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 25px 25px 0;
}

.rightpic {
	float: right;
	margin: 0 0 50px 50px;
	max-width: 400px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 70px;
	font-weight: bold;
	text-align: center;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

#main #pages {
	text-align: right;
	font-weight: bold;
}

#main #pages li {
	display: inline-block;
	list-style: none;
}

#main #pages a {
	display: block;
	margin-left: 3px;
	padding: 3px 5px;
	color: #fff;
	background: #00acef;
}

#main #pages a:hover, #main #pages .on a {
	background: #1d1d1b;
	color: #fff;
	text-decoration: none;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Media Queries */

@media only screen and (min-width: 1250px) {

#logo {
	height: 130px;
	margin: 10px 0;
}

#googlereviews a, #trustpilotreviews a {
	font-size: 1.25em;
}

#contact {
	font-size: 1.5em;
}

nav {
	font-size: 0.9em;
}

#usps {
	font-size: 0.8em;
}

#usps img {
	height: 30px;
	margin-left: 50px;
}

#cyclesearch {
	top: 22.5%;
}

.stars {
	height: 24px;
}

#leasing {
	background: url(../images/leasing-bg.jpg) top right -200px no-repeat;
}

.deallogo.rightpic {
	float: none;
	display: block;
	margin: 0 auto 10px auto;
}

.dealtitle {
	height: 150px;
	text-align: center;
}

.deal .col2 {
	width: 100%;
	margin-top: 10px;
}

.deal .leftcol, .deal .rightcol {
	float: none;
	width: 100%;
}

.widecol4 {
	width: 24.5%;
}

.pagedriver4 {
	width: 25%;
}

#pdemployers {
	background: url(../images/pd-employers.jpg?v=1);
	background-size: cover;
}

#pdemployees {
	background: url(../images/pd-employees.jpg?v=1);
	background-size: cover;
}

.rightpic {
	max-width: 500px;
}

.fullclear {
	display: none;
}

}

@media only screen and (min-width: 1650px) {

.container {
	max-width: 1600px;
}

#usps img {
	margin-left: 120px;
}

#cyclesearch {
	top: 27.5%;
}

.deallogo.rightpic {
	display: inline;
	float: right;
	margin: 0 0 50px 50px;
}

.dealtitle {
	height: 100px;
	text-align: left;
}

.deal .leftcol {
	float: left;
	width: 67.5%;
}

.deal .rightcol {
	float: right;
	width: 27.5%;
}

.deal .col2 {
	width: 47.5%;
	margin: 0;
}

#leasing {
	padding: 75px 0 50px 0;
	background: url(../images/leasing-bg.jpg) top right no-repeat;
}

#salsaccars .col3 {
	height: 600px;
}

}

@media only screen and (max-width: 1020px) {

h1, #servicesheading {
	margin: 50px 0 25px 0;
}

#servicesheading {
	margin: 50px 0 -50px 0;
}

#topnav, nav, #contact, #usps {
	display: none;
}

#logo {
	height: 100px;
	margin: 10px 0;
}

#showmobmodelsearch {
	position: absolute;
	z-index: 9;
	top: 98px;
	right: calc(40px + 2.5%);
	display: block;
	font-weight: normal;
}

#showmobmodelsearch img {
	height: 25px;
}

#mobmodelsearch {
	position: absolute;
	top: 170px;
	z-index: 100;
	width: 100%;
	background: #eee;
	color: #1d1d1b;
	padding: 15px 2.5%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#showmobnav {
	position: absolute;
	z-index: 9;
	top: 98px;
	right: 2.5%;
	display: block;
	font-weight: normal;
}

#showmobnav:hover {
	text-decoration: none;
}

#mob {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 99;
	margin: 0;
	color: #fff;
	overflow: auto;
}

#mob ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#mobnav {
	display: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#mobnav li {
	width: 100%;
	list-style: none;
	margin: 0;
	text-align: left;
	border-top: 1px solid #fff;
}

#mobnav li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	background: #1d1d1b;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobnav li a:hover, #mobnav .on a, #mobnav .tempon a {
	color: #fff;
	background: #00acef;
	text-decoration: none;
}

#mobnav .subnav li {
	border-top: 1px solid #fff;
}

#mobnav .subnav li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #1d1d1b;
	background: #eee;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mobnav .subnav li a:hover, #mobnav .subnav .on a {
	color: #00acef;
	text-decoration: none;
}

#mobnav .arrow {
	top: 0;
}

#salsacheader {
	overflow: hidden;
}

#salsacheader img {
	width: 150%;
	max-width: 150%;
	margin-left: -25%;
}

#subnav {
	display: none;
}

#subcontent {
	float: none;
	width: 100%;
}

#mobsubnav {
	display: block;
	margin-top: 25px;
	padding: 25px;
	background: #f5f5f5;
}

#googlereviews, #trustpilotreviews {
	padding-top: 35px;
}

#usps img, #usps img.first {
	margin-left: 50px;
}

.leftcol, .rightcol, .vdarkbluebg .leftcol, .vdarkbluebg .rightcol, .salsac .leftcol, .salsac .rightcol {
	float: none;
	width: 100%;
}

.rightcol {
	width: 300px;
	margin: 50px auto 0 auto;
}

.deal .leftcol, .deal .rightcol {
	float: none;
	width: 100%;
	margin: 0;
}

.widecol2 {
	float: none;
	width: 95%;
	margin: 2.5%;
}

#pdemployers {
	background: url(../images/pd-employers.jpg?v=1);
	background-size: cover;
}

#pdemployees {
	background: url(../images/pd-employees.jpg?v=1);
	background-size: cover;
}

.widecol3, .widecol3.middle {
	float: left;
	width: 48%;
	margin: 1%;
}

.fullhide {
	display: block;
}

footer .container {
	text-align: center;
}

#social {
	float: none;
	margin-top: 0;
}

#cyclesearch {
	position: relative;
	top: 0;
}

#cyclesearch form {
	width: 95%;
	padding: 15px 2.5%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#leasing {
	padding: 0 0 50px 0;
	background: none;
}

#leasing .col2 {
	float: none;
	width: 100%;
}

#mobleasing {
	display: block;
	margin-bottom: 50px;
}

#mobusps {
	margin-top: 25px;
	display: block;
	padding: 15px 0;
	background: #00acef;
	color: #fff;
	font-weight: bold;
	font-size: 0.75em;
}

#mobusps img {
	height: 24px;
	margin: 5px 0 5px 15px;
}

#mobusps img.first {
	margin-left: 0;
}

#manufacturers .col4, #manufacturers .col4.last, #manufacturer .col4, #manufacturer .col4.last, #landing .col4, #landing .col4.last {
	width: 45%;
	margin: 2.5%;
}

#showsummary, .zsiqmin_float, .zls-sptwndw {
	display: none !important;
}

#dealpage {
	padding-bottom: 60px;
}

#showsummarymob {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	height: 50px;
	display: block;
	text-align: center;
	background: #1d1d1b;
	color: #fff;
}

#showsummarymob .button {
	font-size: 1.25em;
	font-weight: bold;
	text-transform: none;
	background: #9dd635;
	height: 40px;
	line-height: 40px;
	width: 200px;
	padding: 0;
	margin-left: 50px;
}

#showsummarymob .button:hover {
	background: #fff;
	color: #00acef;
}

#showwhatsapp {
	display: block;
	position: fixed;
	top: 40vh;
	right: 0;
	z-index: 10;
	padding: 15px;
	background: #9dd635;
}

#showwhatsapp:hover {
	background: #1d1d1b;
}

#showwhatsapp img {
	height: 30px;
}

.button {
	width: 150px;
}

.rightcol .button {
	width: 200px;
}

.table .button {
	width: 120px;
}

.tabbr {
	display: inline-block;
}

h2.tabbr {
	display: block;
}

.tabhide {
	display: none;
}

.tabclear {
	clear: both;
}

.rightpic {
	max-width: 300px;
}

}

@media only screen and (max-width: 800px) {

#main .tabtable {
	overflow-x: auto;
	padding: 0 2.5% 0 0;
}

.col2 {
	width: 100%;
}

.leftcol .col2, .rightcol .col2 {
	width: 47.5%;
}

form .col2.floatleft {
	margin-bottom: -15px;
}

#mobmodelsearch .col2 {
	width: 47.5%;
}

#pdemployers {
	background: url(../images/pd-employers.jpg?v=1) center right -100px no-repeat;
	background-size: cover;
}

#pdemployees {
	background: url(../images/pd-employees.jpg?v=1) center right -100px no-repeat;
	background-size: cover;
}

.col3, .col3.last {
	float: none;
	width: 100%;
	margin: 0;
}

#steps .col3 {
	margin-top: 25px;
}

#salsaccars .col3 {
	height: auto;
	margin-bottom: 25px;
}

#salsaccars .col3 img {
	display: block;
	width: 400px;
	margin: auto;
}

.deal .col3 {
	float: left;
	width: 32%;
	margin: 15px 2% 0 0;
}

.deal .col3.last {
	margin-right: 0;
}

.leftcol .col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.leftcol .col3.last {
	margin-right: 0;
}

.rightcol .col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.rightcol .col3.last {
	margin-right: 0;
}

#summarycontact {
	font-size: 1.25em;
}

.section.nomargin {
	margin-top: 0;
}

.logo {
	height: 100px;
}

.tabshow {
	display: block;
	margin-bottom: 25px;
}

#steps .smalltabhide {
	display: none;
}

}

@media only screen and (max-width: 760px) {

#googlereviews, #trustpilotreviews {
	display: none;
}

#mobgooglereviews, #mobtrustpilotreviews {
	display: inline-block;
	margin: 25px 25px 0 25px;
}

#tagline {
	position: relative;
}

#tagline h1 {
	margin: 50px 0 0 0;
	color: #00acef;
	text-align: center;
}

#tagline h1 br {
	display: none;
}

.greybg.nomargin {
	margin-top: 50px;
}

#cyclesearch .col4, #hybrid .col4 {
	width: 47.5%;
}

.widecol3, .widecol3.middle, .pagedriver4, .widecol4 {
	float: none;
	width: 100%;
	max-width: 600px;
	margin: 25px auto;
}

.deallogo.rightpic {
	float: none;
	display: block;
	margin: 0 auto 10px auto;
}

.dealtitle {
	height: auto !important;
	text-align: center;
}

.leftcol .col3, .leftcol .col3.last {
	width: 45%;
	margin: 2.5%;
}

.col5, .col5.last {
	width: 27.3%;
	margin: 0 3%;
}

.rightcol .col5, .rightcol .col5.last {
	float: left;
	width: 17.2%;
	margin: 0 3.5% 0 0;
}

.rightcol .col5.last {
	margin-right: 0;
}

.vdarkbluebg #tabs h3 a, #landing #tabs h3 a {
	padding-right: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.smalltabbr {
	display: inline-block;
}

.smalltabhide {
	display: none;
}

.smalltabclear {
	clear: both;
}

}

@media only screen and (max-width: 700px) {

#gallery {
	display: none;
}

#mobgallery {
	display: block;
}

#backtotop {
	display: block;
	margin: 15px 0 0 0;
}

}

@media only screen and (max-width: 650px) {

.leftcol .col2 {
	width: 100%;
}

.button {
	margin-bottom: 10px;
}

.deal .button {
	margin-bottom: 0;
}

.mobbr {
	display: inline-block;
}

.mobhide {
	display: none;
}

}

@media only screen and (max-width: 600px) {

.rightpic {
	float: none;
	display: block;
	margin: 25px auto;
	max-width: 100%;
}

}

@media only screen and (max-width: 550px) {

#pdemployers {
	background: url(../images/pd-employers.jpg?v=1) center right -200px no-repeat;
	background-size: cover;
}

#pdemployees {
	background: url(../images/pd-employees.jpg?v=1) center right -200px no-repeat;
	background-size: cover;
}

.deal .col3, .deal .col3.last {
	float: none;
	width: 100%;
	margin: 0 0 15px 0;
}

.deal .col3.last {
	margin: 0;
}

.deal .bluebg {
	padding: 15px 0;
}

#dealpage {
	padding-bottom: 110px;
}

#showsummarymob {
	height: 100px;
}

#showsummarymob .button {
	display: block;
	margin: 10px auto 0 auto;
}

.leftpic {
	float: none;
	display: block;
	margin: 0 0 25px 0;
	max-width: 100%;
}

}

@media only screen and (max-width: 500px) {

h1, #servicesheading {
	font-size: 1.9em;
}

h2 {
	font-size: 1.5em;
}

#social img {
	height: 40px;
}

#mobmodelsearch .col2, #cyclesearch .col2 {
	width: 100%;
}

#mobmodelsearch .col2.floatleft {
	margin-bottom: 0;
}

#mobmodelsearch .col2.floatright, #cyclesearch .col2.floatright {
	margin-top: -15px;
}

#manufacturers .col4, #manufacturers .col4.last, #manufacturer .col4, #manufacturer .col4.last, #landing .col4, #landing .col4.last {
	float: none;
	width: 100%;
	margin: 25px 0;
}

.col5, .col5.last {
	width: 40%;
	margin: 0 5%;
}

footer {
	font-size: 0.65em;
}

.smallmobbr {
	display: inline-block;
}

.smallmobhide {
	display: none;
}

.smallmobclear {
	clear: both;
}

}

@media only screen and (max-width: 450px) {

.pagedriver4 {
	padding: 100px 0 50px 0;
}

#pdemployers {
	background: url(../images/pd-employers.jpg?v=1) center right -300px no-repeat;
	background-size: cover;
}

#pdemployees {
	background: url(../images/pd-employees.jpg?v=1) center right -300px no-repeat;
	background-size: cover;
}

}

@media only screen and (max-width: 400px) {

#promo a {
	font-size: 1em;
}

#main td {
	padding: 5px;
}

.deal .col2 {
	width: 100%;
	margin-top: 10px;
}

#cyclesearch .col4, #hybrid .col4 {
	float: none;
	width: 100%;
}

}


/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: none !important; }
  abbr[title]:after { content: none !important; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}