@charset "utf-8";
/* CSS Document */

/* NORMALIZE.CSS v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea,.form-control.empty + label{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* SVG */
[class*=" icon-"],[class^=icon-]{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor;fill:currentColor}

/* SLIDER STYLES */
.embla{position:relative}.embla__viewport{overflow:hidden;width:100%}.embla__viewport.is-draggable{cursor:move;cursor:grab}.embla__viewport.is-dragging{cursor:grabbing}.embla__container{display:flex;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:transparent}.embla__container.flex{flex-wrap:nowrap;}.embla__slide{position:relative;width:100%;flex-shrink:0}.embla__slide__img,.embla__slide__video{display:block;width:100%;height:auto}.full-height .embla__slide__inner{position:relative;overflow:hidden;height:100vh}.embla__slide__video,.full-height .embla__slide__img{width:100%;height:100%;object-fit:cover;object-position:center}.embla__button{outline:0;cursor:pointer;background-color:transparent;touch-action:manipulation;position:absolute;z-index:1;top:50%;transform:translateY(-50%);border:0;width:30px;height:30px;justify-content:center;align-items:center;fill:#1bcacd;padding:0}.embla__button:disabled{cursor:default;opacity:.3}.embla__button__svg{width:100%;height:100%}.embla__button--prev{left:50px}.embla__button--next{right:50px}.embla__dots{display:flex;list-style:none;justify-content:center}.embla__dot{cursor:pointer;position:relative;display:flex;align-items:center;}.embla__dot:last-child{margin-right:0}@media(max-width: 500px) {.embla__slide__inner {width:100%;height:100%;}.embla__slide__video {max-height: none !important;}}@media(max-width: 1024px) {.embla__button--prev{left:30px}.embla__button--next{right:30px}}
.disable-click .embla__slide { pointer-events: none; }
.embla-thumbs .embla__slide {
	width: 33.3333%;
	min-width: 33.3333%;
}

/* BASIC STYLES */
html{font-size:14px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{line-height:1}section{margin:0;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}h1,h2,h3,h4{display:block;width:100%;margin:0 0 10px;line-height:1.1em}*+h2,*+h3,*+h4{margin-top:10px}a{text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}a:hover{text-decoration:underline}input[type=button],input[type=submit]{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}img{max-width:100%;height:auto}button:focus{outline:0}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.clearfix:before{content:" ";display:table}.clearfix:after{content:" ";display:table;clear:both}.wrapper{position:relative;width:100%;margin:0 auto;padding:10px 20px;line-height:1.25em;font-size:13px}.t-light{font-weight:300}.t-left{text-align:left}.t-right{text-align:right}.t-center{text-align:center;list-style-position:inside}.inline-list{margin:0;padding:0;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.inline-list li{float:left;list-style:none}.anchor{position:relative;visibility:hidden;display:block}.hidden{display:none!important}iframe[name=google_conversion_frame]{height:0!important;width:0!important;line-height:0!important;font-size:0!important;margin-top:-13px;float:left}.slider-video video{display:block}.error-page form{display:none!important}.parallax{position:relative;background-repeat:no-repeat;background-attachment:fixed;background-position:top center;background-size:cover;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.content ul{padding-left:20px}.flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-justify-content:flex-start;-webkit-justify-content:flex-start;justify-content:flex-start;margin-left:-20px}.flex.no-gaps{margin-left:0}.fv-center{align-items:center}.fh-center{justify-content:center}.flex>*{width:100%;float:left;position:relative;padding:0 0 20px 20px}.flex>* .flex>*{padding-bottom:0}.flex.ng-vert>*{padding-top:0;padding-bottom:0}.flex.no-gaps>*{padding:0}.flex.site-container>*{padding:0}.flex>.m-col-6{width:50%}.flex>.m-col-4{width:33.333%}.flex>.m-col-3{width:25%}.m-two-cols>*{width:50%}.m-three-cols>*{width:33.333%}.m-full{width:100%}.flex-grow{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1}.equal-height>*{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.equal-height>*>*{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1}.equal-height img{min-height:1px}.flex-reverse{-webkit-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.equal-height>*>*{height:100%}}.equal-height>*>*>:last-child{margin-top:auto}.flex-right{-webkit-justify-content:flex-end;justify-content:flex-end;-moz-justify-content:flex-end}.ie .flex-basic:before,.ie .flex:before{content:" ";display:table}.ie .flex-basic:after,.ie .flex:after{content:" ";display:table;clear:both}.top-header{position:relative;z-index:1000;text-align:center}.top-header p{margin:0;line-height:1.1em;vertical-align:middle}.translated-ltr .skiptranslate~.header .top-header{top:40px}.nav-menu{position:fixed;width:100%;top:0;left:0;z-index:1000;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}.nav-menu .wrapper{align-items:center}.primary-nav{display:none}.logo img{display:block}.mobile-title{font-size:15px;white-space:nowrap}.mobile-header{position:fixed;left:0;width:100%;z-index:1000;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}.mobile-header .m-flex-basic>div{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.mobile-header a,.mobile-link{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;border:0;padding:0;background-color:transparent;align-items:center}.mobile-header a{margin-right:20px}.mobile-header a svg{margin-right:5px;font-size:1.2em}.mobile-link svg{margin-left:10px;font-size:1.6em}.mobile-overlay{display:none;position:fixed;width:100%;height:100%;background-color:#000;background-color:rgba(0,0,0,.6);z-index:500;-webkit-transition:all 1.4s ease;-moz-transition:all 1.4s ease;transition:all 1.4s ease}.show-menu .mobile-overlay{display:block;-webkit-animation:mobile_overlay 1s;animation:mobile_overlay 1s}@-webkit-keyframes mobile_overlay{from{background-color:rgba(0,0,0,0)}to{background-color:rgba(0,0,0,.6)}}@keyframes mobile_overlay{from{background-color:rgba(0,0,0,0)}to{background-color:rgba(0,0,0,.6)}}.m-menu{position:relative;width:100%;max-height:0;-webkit-transition:max-height 1s ease-in-out;-moz-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out;overflow:hidden}.fixed-menu .m-menu{position:fixed;left:0;height:100%;z-index:3000}.show-menu .m-menu{max-height:1000px}.m-menu .nav-child{max-height:0;overflow:hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}.m-menu .show .nav-child{max-height:1000px}.m-menu ul{margin:0;padding:0}.m-menu li{padding:0 0;list-style:none}.m-menu a{display:block;position:relative;padding:15px;font-size:18px;text-decoration:none}.m-menu .nav-child a{padding-top:15px;padding-bottom:15px}.m-menu .parent>a:after{content:'';position:absolute;width:8px;height:5px;top:50%;right:15px;margin-top:-2px;transform:rotate(-90deg);background-image:url(../images/select-input.png);background-repeat:no-repeat;background-position:right center}.m-menu .parent.show>a:after{transform:rotate(0)}.banner .wrapper{max-width:none;padding:0}.banner .rev_slider{margin:0;padding:0}.banner img{display:block;width:100%}.banner li{position:relative;min-height:100%;list-style:none}.btn{display:block;position:relative;width:100%;padding:10px;text-decoration:none;font-size:16px;border:none;text-align:left;line-height:1em}.btn:hover,a.btn:hover{text-decoration:none}.btn-signature{padding:5px 20px}.pull-right{float:right}.videoWrapper{position:relative;padding-bottom:54%;padding-top:25px;height:0}.videoWrapper iframe,.videoWrapper video{position:absolute;top:0;left:0;width:100%;height:100%}.lazy-load{display:none!important}.error-page h1{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.error-page h2{color:red}.error-page h1 svg{margin-right:20px}.calc-l,.calc-r{padding-left:40px;padding-right:20px}.flex>.gcore-form-row{padding-top:0;padding-bottom:0}.flex>#ftr-submit{width:100%}.form-group{position:relative}.form-control,.select-container{display:block;width:100%;line-height:1.42857143;outline:0;background-image:none;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus,.select-container:focus{outline:0}.home textarea.form-control{height:100px;resize:none}textarea.form-control{height:150px;resize:none}.select-container{display:inline-block;padding:2px 0!important;overflow:hidden;vertical-align:top;background:url(../images/select-input.png) no-repeat right 20px center #fff}.select-container .select-hide{background:0 0;width:100%;line-height:2;border:0;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:''}.select-container .select-hide:focus{outline:0}.gcore-form-row{display:block;width:100%}#ftr-confirm,.chrono_credits{display:none}.form-mbot{margin-bottom:10px!important}.form-text{margin-bottom:30px}.checkbox-group .container{display:block;position:relative;padding-top:5px;padding-left:45px;height:35px;margin-bottom:10px;cursor:pointer;font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox-group input{position:absolute;opacity:0;cursor:pointer}.checkmark{position:absolute;top:0;left:0;height:35px;width:35px;background-color:#eee;border:1px solid #ccc;border-radius:3px}.checkbox-group:hover input~.checkmark{background-color:#ccc}.checkbox-group input:checked~.checkmark{background-color:#f47d29;border-color:#f47d29}.checkmark:after{content:"";position:absolute;display:none}.checkbox-group input:checked~.checkmark:after{display:block}.checkbox-group .checkmark:after{left:11px;top:5px;width:10px;height:18px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkbox-group .container{vertical-align:middle}.footer-links ul{margin:0;padding:0;list-style:none}.footer-links .chronoform{padding-right:10px}.social{-webkit-align-items:center;align-items:center}.edge-designed img,.edge-designed span{display:inline-block;vertical-align:middle}.edge-designed img{margin-left:10px}.back-top{position:fixed;bottom:10px;right:10px}.back-top a{display:block;font-size:24px;color:#fff;width:30px;height:30px;background-color:#000;background-color:rgba(0,0,0,.5);text-align:center;line-height:1.5em}.m-flex-basic{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.ie .m-flex-basic:before{content:" ";display:table}.ie .m-flex-basic:after{content:" ";display:table;clear:both}.ie .m-flex-basic>*{float:left}.ie .m-flex-basic>:last-child{float:right}@media (min-width:500px){h1,h2,h3{margin-bottom:15px}*+h2,*+h3{margin-top:15px}.flex-basic{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;width:100%}.ie .flex-basic>*{float:left}.ie .flex-basic>:last-child{float:right}.t-two-cols>*{width:50%}.t-three-cols>*{width:33.333%}.t-four-cols>*{width:25%}.dealer-links .d-logo{background-size:auto 80%}a.video-popup{max-width:500px;height:218px;margin:20px auto;padding:170px 20px 0 20px}.ie .edge-designed{float:right}}@media (min-width:768px){.l-two-cols>*{width:50%}.l-three-cols>*{width:33.333%}.l-four-cols>*{width:25%}}@media (max-width:1024px){.hide-mobile{display:none!important}}@media (min-width:1025px){html{font-size:16px}h1,h2{margin-bottom:20px}*+h2{margin-top:20px}.wrapper{padding:30px 50px;line-height:1.3em;font-size:14px}.lSSlideOuter .lSPager.lSpg{display:block}.top-header{display:block;position:fixed;width:100%;top:0;left:0;text-align:right}.top-header p{display:inline-block}.mobile-header,.mobile-title{display:none}.nav-menu{position:fixed}.primary-nav{display:inline-block;-webkit-flex:1;flex:1}.primary-nav .nav{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between}.primary-nav ul{margin:0;padding:0;z-index:50}.primary-nav li{display:inline-block;position:relative}.primary-nav a{display:block;text-decoration:none;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease}.primary-nav .nav-child{display:none;position:absolute;top:100%;left:0;padding:0;min-width:100%;white-space:nowrap}.primary-nav ul li:hover .nav-child{display:block}.primary-nav .nav-child li{display:block}.flex{margin-left:-30px}.flex>*{padding:0 0 30px 30px}.d-two-cols>*{width:50%}.d-three-cols>*{width:33.333%}.d-four-cols>*{width:25%}.d-five-cols>*{width:20%}.d-six-cols>*{width:16.66667%}.flex>.d-col-10{width:83.333%}.flex>.d-col-9{width:75%}.flex>.d-col-8{width:66.66667%}.flex>.d-col-7{width:58.333%}.flex>.d-col-6{width:50%}.flex>.d-col-5{width:41.66667%}.flex>.d-col-4{width:33.333%}.flex>.d-col-3{width:25%}.flex>.d-col-2{width:16.66667%}.btn{display:inline-block;width:auto}.btn-full{display:block;width:100%;margin-top:0}.btn.form-submit{width:100%;margin-top:0;text-align:center}.hide-desktop{display:none!important}}

/* MOBILE STYLES
   ========================================================================== */


.welcome .wrapper {
  padding:40px 40px 20px 40px;
}


.btn-primary, a.btn-primary {
  margin:20px 0;
}

.repair-text {
	padding:40px;
}

.subpage .wrapper {
	padding:40px 40px 0;
}

.subpage h1 {
	font-size: 24px;
	font-weight: bold;
}

.subpage h2 {
	font-size: 24px;
	font-weight: bold;
}


.subpage span {
	color: #42aced;
}

.service-parallax .wrapper {
  padding: 40px 40px 10px 40px;
}	
	

.service-parallax h4 {
	color:#42aced;
	font-size:16px;
	font-weight:bold;
}

.service-parallax p {
	color:#fff;
	}
	

/* Layout
   ========================================================================== */

html {
  font-family: 'Montserrat', sans-serif;
}

body {
  background: #fff;
  color: #000;
  padding-top: 111px;
  font-size:18px;
}

.anchor {
  top: -40px;
}

h1, h2, h3, h4, .head-1, .head-2, .head-3, .head-4 {
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}

h1, .head-1 {
  font-size: 28px;
}

h2, .head-2 {
  font-size: 24px;
}

h3, .head-3 {
  font-size: 20px;
}

h4, .head-4 {
  font-size: 14px;
  color:#42aced;
  font-weight: 700;	
}

a {
  color: #000;
}

a:hover {
  color: #42aced;
  text-decoration:none;
}

.wrapper {
  max-width: 1400px;
  line-height: 1.4em;
}

.t-grey {
  color: #666 !important;
}

.t-upper {
  text-transform: uppercase;
}

.m-top {
  margin-top: 20px;
}

.bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-form h4 {
	margin-bottom:25px;
}


/* Top Header
   ========================================================================== */

.top-header {
  display: none;
  background-color: #000;
  width: 100%;
}

.top-header .wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  justify-content: flex-end;
}

.top-header a, .top-header .wrapper > svg {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.top-header a:hover {
  color: #42aced;
  text-decoration: none
}

.top-header p {
  font-size: 14px;
  color: #fff;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:-9px;
}

.top-header .wrapper > svg {
  margin: 0 5px 0 10px;
}

/* Menu
   ========================================================================== */

.dealer-menu {
    background: #fff;
    position:fixed;
    top: 43px;
    left: 0;
    width: 100%;
    z-index: 1030;
    -webkit-transition: top 0.4s ease;
    -moz-transition: top 0.4s ease;
    transition: top 0.4s ease;
}

.dealer-menu .wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dealer-menu .logo {
  display: block;
  width: 300px;
  margin: 0 auto 10px;
}

.dealer-name {
    color: #fff;
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    width: auto;
    float: right;
    font-style: italic;
    margin-top: 15px;
}

.dealer-name span {
    color: #42aced; 
}

.mobile-header a svg, .mobile-link svg {
	color: #42adee;
}

/* Navigation
   ========================================================================== */

.nav-menu {
  z-index: 1030;
  background: #fff;
  color: #fff;
}

.nav-menu .wrapper {
	padding: 10px 20px;
}

.fixed-menu .nav-menu {
  top: -65px;
}

.logo {
  margin: 0 auto;
}

.logo a {
  display: block;
}


.contact-header {
  margin:0 5px 0 0;
  color: #42adee;
}

/* Mobile Header
   ========================================================================== */

.mobile-header {
  top: 65px;
  background-color: #000;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.fixed-menu .mobile-header {
  top: 0;
}

.mobile-header a, .mobile-link {
  color: #ddd;
  font-size: 15px;
}

.mobile-header a img {
	padding-right: 5px;
}

.m-menu {
  background-color: #f0f0f0;
}

.m-menu a {
  color: #444;
  border-bottom: 1px solid #e4e4e4;
}

.m-menu .active > a {
  background-color: #42aced;
  color: #fff;
}

.m-menu .nav-child a {
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.fixed-menu .m-menu {
  top: 46px;
}

.show-menu .m-menu {
  padding-bottom: 41px;
}

/* ========================================================================== 
*  8.0 - Banner
* ========================================================================== */

.banner .wrapper {
	max-width: none;
	padding: 0;
}

.banner img {
	display: block;
	width: 100%;
}

.banner-text {
	padding: 20px 30px;
}

.banner-text h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.banner-text p {
	font-size: 16px;
	margin-bottom: 20px;
}

.banner-text h2, .banner-text p {
	color: #000;
	line-height: 1.2em;
}

/* ========================================================================== 
*  8.1 - Banner - Dots
* ========================================================================== */

.embla__dots__container {
		margin: 0 auto; 
		padding: 20px;
}

.embla__dot {
	/*flex:1; - REMOVE COMMENT IF YOU WANT FULL WIDTH DOTS */ 
	padding:0;
	outline:0;
	width: 16px;
	height:16px;
	margin-right: 10px;
	border-radius: 50%;
	border:1px solid #636363;
	background-color: transparent;
}

.embla__dot.is-selected {
	background-color: #636363;
}

.embla__button {
  fill: #666;
  top: auto;
  bottom: 10px;
  width: 20px;
  height: 20px;
}


@media (max-width: 500px) {

	.crop-mobile img {
		height: 100%;
		object-fit: cover;
		object-position: center;
		/*aspect-ratio: 16 / 9; use this when enough browser support */
		height: 250px;
	}

}

@media (min-width: 1025px) {
	
  .embla__button {
      fill: #fff;
      bottom: auto;
      top: 50%;
      width:: 30px;
      height: 30px;
    }
  
	.banner-text {
		position: absolute;
		top: 50%;
		left: 10%;
		width: 100%;
		max-width: 960px;
		z-index: 2;
		padding: 0;
		transform: translateY(-50%);
	}

	.banner-text h2 {
		font-size: 70px;
	}

	.banner-text p {
		font-size: 24px;
	}

	.banner-text h2, .banner-text p {
		color: #fff;
	}

	.embla__dots__container {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.embla__dot {
		border:1px solid #fff;
		background-color: transparent;
	}

	.embla__dot.is-selected {
		background-color: #fff;
	}

}

/* Quicklinks
   ========================================================================== */

.quicklinks {
  background-color: #000;
}

.quicklinks .wrapper {
  max-width: 100%;
  padding: 0;
}

.q-link {
  position: relative;
}

.q-img {
  background-size: cover;
  background-position: center top;
  height: 180px;
}

.q-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.q-link p {
  display: flex;
  align-items: center;
  background-color: #333;
  padding: 10px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight:bold;
}

.q-link p svg {
  margin-right: 10px;
}

.q-link:hover p {
    background-color: #42aced;
    color: #ffffff;
}

/* Button
   ========================================================================== */

.btn {
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  font-weight:bold;
}

.btn-primary, a.btn-primary {
  background: #42aced;
  color: #fff;
  border-radius: 3px;
}


.btn-primary:hover, a.btn-primary:hover {
  background-color: #1a1a1a;
  color: #fff; 
}

.btn-primary:hover, a.btn-primary:hover {
  background-color: #1a1a1a;
  color: #fff;
}

.btn-secondary, a.btn-secondary {
  background-color: #1a1a1a;
  color: #fff;
}

a.btn-secondary:hover, .btn-secondary:hover {
  background-color: #42aced;
  color: #fff;
}

.btn-outline, a.btn-outline {
  background: transparent;
  border: 2px solid #000;
  color: #000;
}

a.btn-outline:hover, .btn-outline:hover {
  background-color: #000;
  color: #fff;
}

/* Sidebar
   ========================================================================== */
.sidebar-mini {
    position: fixed;
    right: -124px;
    top: 40%;
    transform: translateY(-50%);
    width: 160px;
    z-index: 2000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar-mini:hover {
    right: 0;
}

.sidebar-mini a:hover {
  background: #444;
}

.sidebar-mini a {
    display: block;
    background: #42aced;
    color: #ffffff;
    padding: 10px;
    vertical-align: middle;
    text-decoration: none;
}

.sidebar-mini .icon-sidebar {
    margin-right: 10px;
    vertical-align: middle;
}

.sidebar-mini .s-bg span {
    vertical-align: middle;
}

/* Main Content
   ========================================================================== */

.welcome {
  position: relative;
  background-repeat: no-repeat;
}

.welcome p {
  color: #fff;
}

.welcome-logo {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.welcome h1 span {
  display: block;
}

.search-our-stock h1 {
  color: #fff;
}

.google-map {
  display: block;
}

.google-map iframe {
  max-width: 100%;
  pointer-events: none;
}

.brands .wrapper {
	max-width: 100%;
}

.brands h2 {
	margin-top: 20px;
	font-size: 20px;
	font-weight:900;
}

.brands h2 span {
	color:#25A9E0;
}

.brands img {
	max-width: 100%;
  	width:140px;
	padding:15px;
}


/* Repairs
   ========================================================================== */

.repair {
	background:#000;
}

.repair .wrapper {
	max-width: 100%;
    padding: 40px;
}

.repair .wrapper h1 {
	color: #42aced;
}

.repair-text {
	color: #fff;
}

.repair-bg {
    background-size: cover;
    background-repeat: no-repeat;
}


/* Location Map
   ========================================================================== */
.map-heading {
    background: #42aced;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.map-heading span {
    color: #000;
}

.map iframe {
	display: block;
}


.map a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	width: 80%;
}



/* Tabs
   ========================================================================== */

.tabs-header {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 15px 20px;
  background-color: #dce4e6;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  border-right: 1px solid #aaa;
}

.tabs-header:last-child {
  border-right: 0;
}

.tabs-header.dropdown {
  display: block;
}

.tabs-header.active {
  background-color: #42aced;
  color: #fff;
  border-color: #42aced;
}

.tabs-content {
  display: none;
  padding: 0 20px;
}

.tabs-content.dropdown {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.tabs-content.active {
  display: block;
  border: 2px solid #42aced;
}

.tabs-content.dropdown.active {
  max-height: 10000px;
}

/* Contact page
   ========================================================================== */

.contact-tabs .inline-list {
  padding-left: 0;
  background-color: #dce4e6;
}

.contact-tabs .tabs-content {
  padding: 20px;
}

.contact-card {
  background-color: #f5f5f5;
  border: 1px solid #969696
}

.contact-card .contact-logo {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
}

.contact-card .contact-stuff {
  padding: 20px;
}

.contact-card .btn-full {
  margin-bottom: 10px;
}

.contact-card .s-header {
  width: auto;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.contact-card .s-header:after {
    content: "+";
    position: absolute;
    color: #000;
    right: 2px;
    top: 0;
    z-index: 2;
    font-weight: bold;
    font-size: 28px;
}

.contact-card .s-content {
  display: none;
}

.contact-card .s-header.active + .s-content {
  display: block;
}

/* Per week slider styles
   ========================================================================== */

.spend .noUi-base {
    background-image: url(../images/stock-slide-shadow.png);
    background-repeat: repeat-x;
    border-left: 8px solid #EA5E24;
    border-radius: 17px
}

.spend .noUi-horizontal .noUi-handle {
  background: #222;
  background-image: url(../images/stock-circle-shadow.png);
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 45px !important;
  height: 45px !important;
  top: -8px !important;
}

.spend .noUi-handle:after, .spend .noUi-handle:before {
  background-color: transparent !important;
}

.spend .noUi-background {
  background-color: #fff !important;
  border-radius: 5px !important;
}

.spend .noUi-target {
  border-radius: 25px !important;
  border-color: transparent !important;
}

.spend .noUi-horizontal {
  height: 40px !important;
}

.spend .noUi-target.noUi-connect {
  position: relative;
  margin-top: 5px !important;
  box-shadow: none !important;
  background-color: #6ac4b9;
  border: 5px solid #fff !important;
}

.spend .noUi-target.noUi-connect:before {
  content: "0";
  position: absolute;
  color: #fff;
  left: 20px;
  top: 4px;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}

.spend .noUi-target.noUi-connect:after {
  content: "500";
  position: absolute;
  color: #264844;
  right: 20px;
  top: 4px;
  z-index: 2;
  font-weight: bold;
  font-size: 20px;
}


/* Form styles
   ========================================================================== */

.chronoform {
  margin-bottom: 10px;
}

.form-control, .select-container {
  margin-bottom: 25px;
  padding: 8px 10px;
  color: #000;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 0;
  font-size: 16px;
}

.select-container .select-hide {
   color: #000;
   height: 34px;
   padding: 0 10px;
}

/* Form Select Colour */
.form-control:focus, .chrono-line .form-control:focus {
  border-color: #42aced;
}

.form-group label {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
  padding: 0;
  border: 0;
  color: #42aced;
  z-index: 1;
  font-size: 13px;
  line-height: 1.5em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: text;
}

.form-control.empty + label {
  top: 0;
  left: 0;
  padding: 9px 12px;
  background-color: transparent;
  color: #666;
  border-left: 0;
  border-right: 0;
  line-height: 1.42857143;
  font-size: 14px;
}

.chronoform .error {
  border-color: red !important;
}

.chronoform .error + label, .chronoform .error select {
  color: red !important;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container + label {
  display: none;
}

.chronoform:not(.chrono-lines):not(.chrono-l-labels) .select-container.active + label {
  display: block;
}

/* Lines Theme */

.chrono-lines .form-control, .chrono-lines .select-container {
  padding: 10px 4px;
  border: 0;
  border-bottom: 1px solid #666;
}

.chrono-lines .select-container .select-hide {
   padding: 0;
}

.chrono-lines .form-group label {
  top: -13px;
  left: 4px;
  padding: 0;
  background-color: transparent;
  color: #666;
}

.chrono-lines .form-control.empty + label {
  top: 0;
  left: 4px;
  padding: 10px 0;
}

.chrono-lines .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Left Labels Theme */

.chrono-l-labels .form-group {
  *zoom:1
}

.chrono-l-labels .form-group:before{
  content:" ";
  display:table
}

.chrono-l-labels .form-group:after{
  content:" ";
  display:table;
  clear:both
}

.chrono-l-labels .form-control, .chrono-l-labels .select-container, .chrono-l-labels .form-submit {
  float: right;
  width: 74%;
}

.chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label  {
  position: relative;
  width: 25%;
  top: auto;
  left: auto;
  float: left;
  padding: 10px 0;
  background-color: transparent;
  color: #666;
  font-size: 16px;
  line-height: 1.42857143;
}

.chrono-l-labels .form-control:not(.empty):focus + label {
  color: #0099ff;
}

/* Footer Links
   ========================================================================== */
.footer-links .wrapper {
  font-size: 15px;
  line-height: 1.5em;
  padding:40px;
}


.footer-links {
  background-color: #000;
  color: #fff;
}

.footer-links p {
  margin: 0 0 20px 0;
}

.footer-links .head-3 {
  display: block;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #42aced;
}


.footer-links .head-4 {
  margin: 20px 0 0;
  color: #42aced;
  font-size: 16px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover, .copyright a:hover {
  color: #42aced;
}

.footer-links .chronoform {
  margin-bottom: 0;
}

/* Social
   ========================================================================== */

.social a {
  display: block;
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
}

.social li:last-child a {
  margin-right: 0;
}

.social a:hover {
	opacity: 0.5;
}

.top-header .social {
  margin-left: 10px;
}

.top-header .social a {
  font-size: 16px;
  margin-top: -8px;
}

/* Copyright
   ========================================================================== */

.copyright {
  background-color: #000;
  color: #fff;
  text-align: center;	
}

.copyright .wrapper {
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.copyright a {
  color: #fff;
}


.edge-designed a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

/* TABLET STYLES
   ========================================================================== */

@media (min-width: 500px) {

.nav-menu {
  z-index: 1030;
}

.mobile-header .wrapper {
	padding: 10px 40px;
}

	
.q-link p {
  font-size: 16px;
}

.wrapper {
  padding: 40px;
}

.brands img {
	max-width: 100%;
  	width:200px;
	padding:15px;
}

.repair {
	background: #000;
}

.repair .wrapper {
	max-width: 100%;
    padding: 0;
	
}	

.brands h2 {
	font-size: 20px;
	font-weight:900;
}
	
.map-heading {
    background: #42aced;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
	
.btn-primary, a.btn-primary {
  background: #42aced;
  color: #fff;
}

.footer-links .head-3 {
  margin: 0 0 40px 0;
}
	
}

@media (max-width: 768px) {

.footer-links .wrapper {
	padding: 60px 40px;	
}	

}

@media (max-width: 1024px) {

.logo img {
	height: 45px;
}


}

/* DESKTOP STYLES
   ========================================================================== */

@media (min-width: 1025px) {

/* Layout
   ========================================================================== */

body {
  padding-top: 213px;
}

.anchor {
  top: -90px;
}

.wrapper {
  font-size: 14px;
}

h1, .head-1 {
    font-size: 24px;
	font-weight: bold;
}
	
h1 span {
	color:#42aced;
}	

h2, .head-2 {
  font-size: 24px;
  font-weight: bold;
}
	
h2 span {
  color:#42aced;
}	

/* Top Header
   ========================================================================== */

.top-header {
  display: block;
  position: fixed;
  z-index: 1030;
  top: 0;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  overflow: hidden;
}

.top-header .wrapper {
  padding-top: 16px;
  padding-bottom: 6px;
  line-height: 1.3em;
}



/* Dealer menu
   ========================================================================== */


.dealer-name {
    margin-top: 7px;
}

.stacked .nav-menu {
  top: 164px;
}


/* Navigation
   ========================================================================== */

.m-menu {
  background: #eee;
}

.nav-menu {
  top: 52px;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease;
  background: #000;	
  color: #fff;
}
  
.translated-ltr.translated-ltr .skiptranslate ~ .header .nav-menu {
  top: 88px;
}

.nav-menu .wrapper {
  padding-top: 18px;
  padding-bottom: 18px;
}

.stacked .nav-menu .wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.fixed-menu .nav-menu {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.mobile-link {
  display: none;
}

.logo {
  width: 180px;
}

.primary-nav a {
  display: block;
  padding: 15px 10px;
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight:bold;
}

.primary-nav > ul > li:last-child > a {
  padding-right: 0;
}

.primary-nav > .nav > li:hover > a {
  color: #42aced;
}

.primary-nav .nav-child a {
  position: relative;
  padding: 8px 20px;
  text-align: left;
  background-color: #1a1a1a;
  color: #fff;
}

.primary-nav .nav-child li:hover a {
  background: #42aced;
  color: #ffffff;
}

.primary-nav .nav-child li:last-child a {
  border: 0;
}

.right-sidebar h2 {
 margin: 14px 0 27px; 
}

/* Smaller Navigation on scroll
   ========================================================================== */

.fixed-menu .top-header {
  top: -52px;
}

.fixed-menu .dealer-menu {
  top: -103px;
}


.fixed-menu .nav-menu {
  top: 0;
}

/* Quicklinks
   ========================================================================== */

.q-link {
  margin: 0;
}

.q-img {
  height: 300px;
}

.q-link p {
  padding: 15px;
  font-size: 18px;
}

/* Button
   ========================================================================== */

.btn {
  font-size: 18px;
  margin-top: 20px;
  padding: 15px 20px;
}

.btn-full {
  margin-top: 30px;
}

/* Main Content
   ========================================================================== */

.content {
  position: relative;
}

.welcome {
  background-size: cover;
  background-position: center;
}

.welcome .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
	
.welcome .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
	

.search-our-stock .wrapper {
  max-width: 720px;
}

.col-half {
  width: 50%;
}

.welcome-content {
      margin: 0 0 0 auto;
}
	
/* Banner
   ========================================================================== */

/* Repairs
   ========================================================================== */

.repair-text div {
	padding-left: calc((100vw - 1180px) / 2);
	margin-right: 80px;
	padding-top: 100px;
	padding-bottom: 100px;
}

/* Service
   ========================================================================== */

.service-parallax .wrapper {
  padding-top: 130px;
  padding-bottom: 70px;
}	
	
.service h4 {
	 color:#42aced;
	 font-weight:bold;	
}
	
.service-parallax p{
		color:#fff;
}	

/* Location Map
   ========================================================================== */

.map a {
    width: 60%;
}


/* Form styles
   ========================================================================== */

.chronoform {
  margin-bottom: 20px;
}

.form-control, .select-container, .form-group label, .chrono-l-labels .form-group label, .chrono-l-labels .form-control.empty + label {
  font-size: 14px;
}

.form-control, .select-container {
  padding: 10px 10px;
}

.select-container .select-hide {
   height: 38px;
}

.form-control.empty + label {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-group label {
  top: -18px;
  font-size: 12px;
}

/* Footer Links
   ========================================================================== */

.footer-links .wrapper {
  font-size: 15px;
  line-height: 1.5em;
  padding-top: 50px;
  padding-bottom: 0;
}

.footer-links h1 {
  margin: 10px 0 40px 0;
}

.footer-links .flex > div {
  padding-bottom: 0;
}

.copyright .wrapper {
  padding-top: 0;
}

}

@media(min-width: 1200px) {

body {
    padding-top: 239px;
}

.wrapper {
  font-size: 15px;
}


.logo {
  width: auto;
}


/* Dealer menu
   ========================================================================== */


.dealer-name {
    font-size: 30px;
    margin-top: 15px;
}

.dealer-menu .logo {
  width: 400px;
}

.stacked .nav-menu {
  top: 188px;
}

.fixed-menu .stacked .nav-menu {
    top: 0;
}

}

@media(min-width: 1400px) {

.primary-nav a {
  font-size: 16px;
}
	
.subpage .wrapper {
	padding:120px 40px;
}
	
.q-img {
  height: 180px;
}	

}

@media(min-width: 1500px) {

.primary-nav a {
  font-size: 16px;
}
	
.welcome .wrapper {
  padding-top: 130px;
  padding-bottom: 130px;
}
	
.subpage .wrapper {
padding-top: 130px;
padding-bottom: 130px;
	
}

.q-img {
  height: 300px;
}		

	
}

