﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
	
h1 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
}	

h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 32px;
}
	
h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 28px;
}

h4 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 24px;
}

h5 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
}

h6 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 18px;
}

.extra-bold {font-weight: 800;}
.bold {font-weight: 700;}
.semi-bold {font-weight: 600;}
.tracking {letter-spacing: 1px;}
.semi-tracking {letter-spacing: .25px;}
.center {text-align: center;}
.caps {text-transform: uppercase;}
.italic {font-style: italic;}

.white {color: #FFFFFF;}
.light-blue {color: #42D4DD;}
.blue {color: #3384A9;}
.gray {color: #252E2C;}


/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
}
.header-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.header-logo {}
.header-contact {
	text-align: right;
	margin-top: 20px;
    margin-bottom: 20px;
}
.header-phone {
	background-color: #42D4DD;
    border: none;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.header-phone:hover {
	background-color: #3384a9;
}
.header-social {
	background-color: #3384a9;
    border: none;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.header-social:hover {
	background-color: #42D4DD;
}
.header-gray {
	background-color: #252E2C;
	padding: 0px 20px;
}


/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding: 0;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

nav ul {
	padding: 0;
	margin: 0;
}

nav ul li {
	padding: 7px 10px;
}

nav ul li:hover {
    background-color: #42D4DD;
}

nav > ul > li {
	display: inline-block;
	list-style-type: none; 
}

nav ul li a {
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff!important;
    letter-spacing: 1px;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */
nav.primary ul li li a:hover { 
	color: #42D4DD!important;
}

	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute;
    background-color: #252e2c;
    margin-top: 7px;
    margin-left: -10px;
    text-align: left;
    padding: 10px;
    border-top: 3px solid #42D4DD;
}

nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top: 0; 
}

nav.primary ul li:hover > ul {  
    display: block;
    line-height: 18px; 
    z-index: 2000 !important;
}

nav.primary ul ul li {
    float: none; 
    position: relative;
	display: block;
    margin: 0;
	width: 100%;
}

nav.primary ul ul li:hover {
    background-color: transparent;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width: 100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: #252e2c;
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: #fff;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display: block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #252e2c;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow: auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
	background-color: transparent;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	color: #42D4DD!important;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position: relative;
	display: block;
	float: right;
	margin:-44px 0 0 0;
	cursor: pointer;
	z-index: 12399994;
	width: 44px;
	height: 44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size: 60%;
}


/*===================== 
	home page styles 
=======================*/
/* hero */
.yt-video {
	width: 100%;
	height: 900px;
}

/* search */
.search-dark {
	background-image: url(/siteart/concrete_wall.png);
	background-size: cover;
	background-repeat: repeat;
	padding: 50px 20px;
	padding-left: 10%;
}
.search-blue {
	background-color: #42D4DD;
	padding: 50px 20px;
	padding-right: 10%;
}
input#search {
    width: 90%;
    background-color: #fff;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 8px;
	margin: 11.5px 0px;
}
input#submit {
    width: 8%;
    background-color: #252e2c;
	background-image: url(/siteart/search-solid.png);
	background-repeat: no-repeat;
	background-position: center;
    border: none;
	padding: 8px 0px;
	color: transparent;
}

/* inventory buttons */
.dry-van {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/dry-van-trailer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.dry-van:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/dry-van-trailer.jpg);
}
.reefer {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/reefer-trailer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.reefer:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/reefer-trailer.jpg);
}
.chasis {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/container-trailer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.chasis:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/container-trailer.jpg);
}
.flat-deck {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/flat-deck.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.flat-deck:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/flat-deck.jpg);
}
.dump {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/dump-trailer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.dump:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/dump-trailer.jpg);
}
.super-b {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/super-b.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.super-b:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/super-b.jpg);
}
.hopper {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/super-b-hopper.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.hopper:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/super-b-hopper.jpg);
}
.all {
	background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/siteart/drop-deck-trailer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 75px 20px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1;
    color: #fff;
    width: 100%;
    border: none;
}
.all:hover {
	background-image: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)), url(/siteart/drop-deck-trailer.jpg);
}

/* welcome */
.welcome-bkgd {
	background-image: url(/siteart/grey-lines-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.max-width {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.welcome-bkgd p {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: .25px;
}
.welcome-bkgd h1 {
    margin-top: 50px;
}


	
/*===================== 
	location styles 
=======================*/
/* delta */
.delta-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/delta/trailer_04.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}

/* surrey*/
.surrey-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("/siteart/mission.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}
.sales-bkgd {
	background-color: #42D4DD;
    padding: 50px 20px;
}
.sales-wrap {
	max-width: 1200px;
	display: block;
	margin: auto;
}
.sales-bkgd p {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: .25px;
}
.sales-bkgd h1 {
    margin-top: 50px;
}
.sales-bkgd img {
    max-width: 250px;
	width: 100%;
    /*display: block;*/
    /*margin: auto;*/
	float: right;
}
.sales-bkgd a {
    color: #000;
	border-bottom: 1px solid #000;
}
.sales-bkgd a:hover {
    color: #fff;
}
.service-bkgd {
	background-image: url(/siteart/grey-lines-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.service-wrap {
	max-width: 1200px;
	display: block;
	margin: auto;
}
.service-bkgd p {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: .25px;
}
.service-bkgd a {
    color: #000;
	border-bottom: 1px solid #000;
}
.service-bkgd a:hover {
    color: #42D4DD;
}
.service-bkgd h1 {
    margin-top: 50px;
}
.service-bkgd img {
    max-width: 250px;
	width: 100%;
    /*display: block;*/
    /*margin: auto;*/
}

/* calgary */
.calgary-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/calgary/calgary-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}
.rental-bkgd {
	background-image: url(/siteart/grey-lines-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.rental-wrap {
	max-width: 1200px;
	display: block;
	margin: auto;
}
.rental-bkgd p {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: .25px;
}
.rental-bkgd a {
    color: #000;
	border-bottom: 1px solid #000;
}
.rental-bkgd a:hover {
    color: #42D4DD;
}
.rental-bkgd h1 {
    margin-top: 50px;
}
.rental-bkgd img {
    max-width: 250px;
	width: 100%;
    /*display: block;*/
    /*margin: auto;*/
}
.parts-bkgd {
	background-color: #3384A9;
    padding: 50px 20px;
}
.parts-wrap {
	max-width: 1200px;
	display: block;
	margin: auto;
}
.parts-bkgd p {
    margin-top: 15px;
    line-height: 1.75;
    letter-spacing: .25px;
}
.parts-bkgd a {
    color: #000;
	border-bottom: 1px solid #000;
}
.parts-bkgd a:hover {
    color: #fff;
}
.parts-bkgd h1 {
    margin-top: 50px;
}
.parts-bkgd img {
    max-width: 250px;
	width: 100%;
    /*display: block;*/
    /*margin: auto;*/
	float: right;
}

/* edmonton */
.edmonton-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/edmonton/edmonton-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}

/* winnipeg */
.winnipeg-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/winnipeg/winnipeg-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}

/* nanaimo */
.nanaimo-bkgd {
	background-color: #42d4dd;
	padding: 50px 20px;
}
.nanaimo-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/nanaimo/nanaimo-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}
.staff-phone-btn {
	background-color: #42d4dd;
    border: none;
    padding: 5px 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .75px;
    font-weight: 600;
    margin-top: 10px;
}
.staff-phone-btn:hover {
	background-color: #3384A9;
}

/* prince rupert */
.pr-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/prince-rupert/pr-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}

/* prince george */
.prince-george-bkgd {
	margin: 50px 0px 0px 0px;
	padding: 0px 20px;
	border-bottom: 2px solid #42d4dd;
}
.pg-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/prince-george/pg-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}
.babine-logo {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

/* hero */
.location-btn {
	background-color: #42D4DD;
    border: none;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .75px;
    padding: 5px 15px;
	display: block;
	margin: auto;
    margin-top: 10px;
    text-transform: uppercase;
}
.location-btn:hover {
	background-color: #3384A9;
}
.location-link {
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
    padding: 15px;
    text-align: center;
	margin: 10px 0px;
	font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    width: 100%;
    text-transform: uppercase;
}
.location-link:hover {
	-webkit-box-shadow: 0 13px 6px -6px #777;
    -moz-box-shadow: 0 13px 6px -6px #777;
    box-shadow: 0 13px 6px -6px #777;
    color: #42d4dd;
}

/* staff cards */
.card-bkgd {
	margin: 50px 0px;
	padding: 0px 20px;
}
.staff-card {
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
    padding: 15px;
    text-align: center;
	margin: 10px 0px;
}
.staff-img {
	border-radius: 50%;
    margin-bottom: 10px;
}
.staff-card p {
    font-size: 13px;
}
.staff-btn {
	background-color: #42d4dd;
    border: none;
    padding: 5px 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-top: 10px;
}
.staff-btn:hover {
	background-color: #3384A9;
}

/* contact */
.location-bkgd {
	background-color: #252E2C;
	padding: 50px 20px;
}
.location-contact {}
.location-phone {
	color: #FFFFFF!important;
}
.location-phone:hover {
	color: #42D4DD!important;
}
.location-contact h6 {
    margin-top: 15px;
	margin-bottom: 3px;
}

/* manufacturers logo */
.manu-logo {
    display: inline-block;
    max-width: 10.75%;
}



/*===================== 
	inventory styles 
=======================*/
.col-xs-12 {box-sizing: border-box;}
.col-xs-12.col-sm-4 {box-sizing: border-box;}
.col-xs-12.col-sm-8 {box-sizing: border-box;}
.col-xs-12.header-gray {box-sizing: border-box;}
.hidden-xs.col-sm-12.primary {box-sizing: border-box;}
.col-xs-12#menu-button {box-sizing: border-box;}
.hidden-sm.hidden-md.hidden-lg.hidden-xl.menu-toggle {box-sizing: border-box;}
.col-xs-12.hidden-sm.hidden-md.hidden-lg.hidden-xl.mobile {box-sizing: border-box;}

.col-xs-12.footer-gray {box-sizing: border-box;}
.hidden-xs.col-sm-4.col-md-3 {box-sizing: border-box;}
.hidden-xs.hidden-sm.col-md-3 {box-sizing: border-box;}
.hidden-xs.col-sm-4.col-md-3 {box-sizing: border-box;}
.col-xs-12.col-sm-4.col-md-3 {box-sizing: border-box;}

.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link {background-color: #42d4dd!important;}
.list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover {background-color: #3384a9!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn {background-color: #42d4dd!important;}
.detail-content .detail-main-body .main-detail-data .offer-btn:hover {background-color: #3384a9!important;}
.detail-content .detail-main-body .main-detail-data .detail-price {color: #42d4dd!important;}
.detail-content .detail-additional-data .data-row .data-label {background-color: #42d4dd!important;}
.list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price {color: #42d4dd!important;}
.list-content .list-listing-mobile .view-listing-details-link {background-color: #42d4dd!important;}
.list-content .list-listing-mobile .view-listing-details-link:hover {background-color: #3384a9!important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile {background-color: #42d4dd!important;}
.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover {background-color: #3384a9!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile {background-color: #42d4dd!important;}
.detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover {background-color: #3384a9!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile {background-color: #42d4dd!important;}
.detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover {background-color: #3384a9!important;}
.detail-content-mobile .detail-additional-data .data-row .data-label {background-color: #42d4dd!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn {background-color: #42d4dd!important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn:hover {background-color: #3384a9!important;}
.list-content .list-listing-mobile .dealer-phone-container .dealer-phone-call {color: #42d4dd!important; border-color: #42d4dd!important;}
.detail-content .dealer-info .phone-and-email .send-email-btn {color: #42d4dd!important; border-color: #42d4dd!important;}
.paging-container .page-navs .list-page-nav {background-color: #42d4dd!important;}
.list-content .list-title .list-listings-count {color: #3384a9!important;}
button.g-recaptcha.button {background-color: #42d4dd!important;}
button.g-recaptcha.button:hover {background-color: #3384a9!important;}


/*===================== 
	sales styles 
=======================*/
/* sales team */
.sales-team-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/sales-team_hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}
.sales-card {
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
    padding: 15px;
    margin: 10px 0px;
}
.delta-card {
	min-height: 160px;
	height: auto;
}
.sales-img {
	border-radius: 50%;
}
.sales-card p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .25px;
    margin-top: 5px;
}

/* sales */
.sales-inv-bkgd {
	margin: 50px 0px; 
	padding: 0px 20px;
}
.sales-inv-wrap {
	height: 480px;
    padding: 10px;
    margin: 10px 0px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
	color: #000;
}
.sales-inv-wrap h3 {
    margin-top: 10px;
}
.sales-inv-wrap p {
    margin-top: 5px;
    letter-spacing: .25px;
}
.sales-inv-img {}
.sales-manu-bkgd {
	background-image: url(/siteart/grey-lines-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.sales-manu-wrap {
	height: 450px;
	padding: 20px;
    margin: 10px 0px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
	color: #000;
	background-color: #fff;
    text-align: center;
}
.sales-manu-wrap h3 {
    margin-top: 10px;
}
.sales-manu-wrap p {
    margin-top: 5px;
    letter-spacing: .25px;
}
.sales-manu-img {
	max-width: 225px;
	width: 100%;
    display: block;
    margin: auto;
}

/* videos */
.videos-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/video-screenshot.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}


/*===================== 
	parts styles 
=======================*/
/* slideshow */
.mySlides {
	display: none;
}
.w3-left, .w3-right, .w3-badge {
	cursor: pointer;
}
.w3-badge {
	height: 13px;
	width: 11px;
	padding: 0px;
}
.w3-content {
    max-width: 100%!important;
}
.w3-badge, .w3-tag {
    padding-left: 6px!important;
    padding-right: 6px!important;
}



/*===================== 
	service styles 
=======================*/
.service-card {
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
    padding: 15px;
    margin: 10px 0px;
    height: 800px;
}
.service-card h6 {
    margin-top: 15px;
    margin-bottom: 3px;
}
.service-img {
	width: 100%;
}
.service-btn {
	display: block;
    margin: 5px 0px;
    background-color: #42d4dd;
    border: none;
    padding: 5px 5px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}
.service-btn:hover {
	background-color: #3384A9;
}
.service-phone-btn {
	display: block;
    margin: 10px auto;
    background-color: #42d4dd;
    border: none;
    padding: 5px 15px;
    width: 160px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}
.service-phone-btn:hover {
	background-color: #3384A9;
}
.service-title-bkgd {
	background-color: #252e2c;
    color: #ffffff;
    padding: 50px 20px;
}
.services-search {
    height: 180px;
}

/* service team */
.service-team-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/service_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}



/*===================== 
	hr styles 
=======================*/
.hr-hero {
	background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url(/siteart/hr-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 20px;
}
.job-card {
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    border: 1px solid rgb(204 204 204 / 50%);
    padding: 15px;
	margin: 15px 0px;
}
.job-card p {
    margin-top: 10px;
}
.resource-bkgd {
	background-color: #42D4DD;
    padding: 50px 20px;
}
.employee-bkgd {
	background-image: url(/siteart/grey-lines-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.scholarship-bkgd {
	background-color: #3384A9;
    padding: 50px 20px;
}
.scholarship-bkgd img {
    padding: 15px 0px;
}


/*===================== 
	footer styles 
=======================*/
footer {
	margin: 0;
	width: 100%;
}
.footer-gray {
	background-color: #252E2C;
	color: #FFFFFF;
	padding: 30px 20px;
}
.footer-wrap {
	max-width: 1400px;
	display: block;
	margin: auto;
}
.footer-wrap p {
    margin-top: 10px;
}
.footer-phone {
	color: #fff!important;
}
.footer-phone:hover {
	color: #42D4DD!important;
}
.footer-btn {
	background-color: #42D4DD;
    border: none;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .75px;
    padding: 5px 15px;
    margin-top: 10px;
    text-transform: uppercase;
}
.footer-btn:hover {
	background-color: #3384A9;
}
.footer-wrap ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 10px;
}
.footer-wrap ul li a {
    color: #fff;
    font-weight: 500;
    letter-spacing: .25px;
}
.footer-wrap ul li a:hover {
	color: #42D4DD;
}
.footer-logo {
	float: right;
}
.copyright {
	float: right;
    text-align: right;
    font-size: 10px;
    letter-spacing: .25px;
}	



/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1600px) {
	.yt-video {height: 700px;}
	
}

@media only screen and (max-width : 1482px) {
	input#search {margin: 21.5px 0px;}

}

@media only screen and (max-width : 1452px) {
	.services-search {height: 205px;}

}

@media only screen and (max-width : 1423px) {
	.ed-loc-card {height: 311px;}
}

@media only screen and (max-width : 1416px) {
	.delta-loc {height: 300px;}
	.rentals-card {height: 308px;}

}

@media only screen and (max-width : 1384px) {
	.winn-loc-card {height: 305px;}
}

@media only screen and (max-width : 1380px) {
	.delta-team-card {height: 305px;}

}

@media only screen and (max-width : 1368px) {
	.delta-card {min-height: 195px; height: auto;}

}

@media only screen and (max-width : 1355px) {
	.calg-loc-card {height: 298px;}
}

@media only screen and (max-width : 1289px) {
	.edmon-loc {height: 278px;}

}

@media only screen and (max-width : 1272px) {
	.delta-card {min-height: 210px; height: auto;}
	.winn-loc {height: 278px;}

}

@media only screen and (max-width : 1252px) {
	.parts-card {height: 285px;}

}

@media only screen and (max-width : 1245px) {
	.calg-loc {height: 275px;}

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.yt-video {height: 500px;}
	.parts-card {height: auto;}
	.staff-img {max-width: 200px; width: 100%!important; display: block; margin: auto; margin-bottom: 10px;}
	.delta-loc {height: auto;}
	.calg-loc {height: auto;}
	.edmon-loc {height: auto;}
	.winn-loc {height: auto;}
	.rentals-card {height: auto;}
	.delta-team-card {height: auto;}
	.calg-loc-card {height: auto;}
	.ed-loc-card {height: auto;}
	.winn-loc-card {height: auto;}

}

@media only screen and (max-width : 1166px) {
	.services-search {height: 245px;}
}

@media only screen and (max-width : 1131px) {
	.delta-card {min-height: 230px; height: auto;}

}

@media only screen and (max-width : 1001px) {
	.delta-card {min-height: 248px; height: auto;}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.search-dark {text-align: center; padding: 50px 20px;}
	.search-blue {padding: 50px 20px;}
	.welcome-bkgd h1 {margin-top: 0px;}
	.welcome-bkgd {text-align: center;}
	.welcome-bkgd p {margin-bottom: 50px;}
	.fb-padding {padding: 0px;}
	.location-contact {margin-bottom: 25px;}
	.manu-logo {max-width: 10.5%;}
	.service-wrap {text-align: center;}
	.service-bkgd img {display: block; margin: auto;}
	.sales-wrap {text-align: center;}
	.sales-bkgd h1 {margin-top: 0px;}
	.sales-bkgd img {display: block; margin: auto; float: none; margin-top: 50px;}
	.parts-wrap {text-align: center;}
	.parts-bkgd h1 {margin-top: 0px;}
	.parts-bkgd img {display: block; margin: auto; float: none; margin-top: 50px;}
	.rental-wrap {text-align: center;}
	.rental-bkgd img {display: block; margin: auto;}
	.delta-clair {min-height: 160px; height: auto;}
	.delta-card {min-height: 160px; height: auto;}
	.service-card {height: auto;}
	.services-search {height: auto;}

}

@media only screen and (max-width : 925px) {
	.delta-clair {min-height: 195px; height: auto;}

}

@media only screen and (max-width : 861px) {
	.delta-clair {min-height: 210px; height: auto;}

}

@media only screen and (max-width : 781px) {
	.header-gray {padding: 0px 0px;}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.header-logo {display: block; margin: auto; margin-top: 20px;}
	.header-contact {text-align: center;}
	.header-contact h6 {display: none;}
	.footer-logo {float: none; display: block; margin: auto;}
	.copyright {float: none; text-align: center;}
	.dry-van {border: 15px solid #fff;}
	.reefer {border: 15px solid #fff;}
	.chasis {border: 15px solid #fff;}
	.flat-deck {border: 15px solid #fff;}
	.dump {border: 15px solid #fff;}
	.super-b {border: 15px solid #fff;}
	.hopper {border: 15px solid #fff;}
	.all {border: 15px solid #fff;}
	.location-bkgd {text-align: center;}
	.manu-logo {max-width: 19%;}
	.sales-img {max-width: 150px; width: 100%; display: block; margin: auto; margin-bottom: 15px;}
	.sales-card {text-align: center;}
	.sales-inv-wrap {height: auto; text-align: center; padding: 10px;}
	.sales-inv-img {max-width: 350px; width: 100%; display: block; margin: auto;}
	.sales-manu-wrap {height: auto;}

}

@media only screen and (max-width : 501px) {
	.ed-loc-card {height: 311px;}
}

@media only screen and (max-width : 488px) {
	.winn-loc-card {height: 305px;}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 	input#search {width: 83%;}
	input#submit {width: 15%;}
	.parts-card {height: 300px;}
	.delta-loc {height: 300px;}
	.calg-loc {height: 275px;}
	.edmon-loc {height: 278px;}
	.winn-loc {height: 278px;}
	.pr-loc {height: 306px;}
	.rentals-card {height: 275px;}
	.delta-team-card {height: 285px;}
	.calg-loc-card {height: 292px;}
 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

