﻿/*
Theme Name: www.lubbocktrucksales.com
Theme URI: https://sandhills.com
Author: Sandhills
Author URI: https://sandhills.com
Description: Sandhills default template.
Version: 1.0
Text Domain: sandhills
Tags: Sandhills default
*/


/*--------------------------------------------------------------
## Primary Styles
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body {
	height:100%;
	width:100%;
}
.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	max-width: 100%;
}
.wp-custom-header {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Class for Google Map widget */
.google_map {
	width:100%; 
	min-height:58vh;
}
.navbar-default { 
	background-color:transparent!important;
	border-color:transparent!important;
}
.navbar {
	min-height:auto!important;
	margin-bottom:0!important;
}
.navigation-top {
	width:100%;
}
.menu li {
	width:auto!important;
	padding-right:6%;
	display:inline-block;
}
.menu li:last-child {
	padding-right:0!important;
} 
.menu li > a {
	color:#000;
	font-size:1.5em;
}
.dropdown-menu {
	background-color: rgba(0,0,0,0.7);
	color:orange;
	border-radius:0px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
	font-size:18px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#e68a24;
}
.dropdown-menu:not(.head-list)>li>a {
    color: #000;
	font-size:16px;
	font-weight:400;
}
.dropdown-menu:not(.head-list)>li>a:hover {
    background-color: #e68a24;
    transition: linear 0.2s;
}

/* inspections.htm styles */
div .inspectionreqssmall { display: none; }
div .inspectionreqsbig {
	display:flex;
	flex-wrap: nowrap;
}
div .inspectionreqsbig div {
	display:flex;
	flex-direction:column;
	width:50%;
	line-height: 1.5;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

#wp-admin-bar-new-content-default {
	display: none;
}


/* CUSTOM */

form h1, form h2, form h3, form h4, form h5 {
	
    font-size: 24px;
    border-bottom: solid 2px #D0D0D0;
    padding-bottom: 10px;
    line-height: 1.3;
    color: #000;
    padding-top: 15px;
    margin-bottom: 20px !important;
	font-weight: 400;
}


.btn-success{
	background: #b80000 !important;
    color: #fff !important;
    display: inline-block;
    border-radius: 4px !important;
    padding: 6px 15px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border: none !important;
    font-size: 13px;
    margin-right: 10px;
    float: left;
	box-shadow: none !important;
}
.btn-success:hover{
	background: #C80000 !important;
}


.mfg-logo{
	
    max-width: 150px;
    max-height: 80px;
    vertical-align: middle;
}

/*==========  LAYOUT.CSS  ==========*/
/*


    box-sizing: border-box; *behavior: url(themes/SandhillsTemplate/css/boxsizing.htc);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

*/

/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	background:#fbf9f9;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear: both; height:0px; margin:0;}

a:link {text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
a:visited{text-decoration:none;}

p {
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000000;	
}

a {
	color:#000;	
}

a:hover {
	color:#7b0404;	
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:60px;
	font-weight:700;	
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	color:#000;	
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	color:#000;	
	font-weight:700;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color:#000;	
	font-weight:700;
}


h6 {
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
	color:#000;
	font-weight:700;
}

.right {
	margin-right:0 !important;	
}

strong {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
}

.button a {
	color:#fff;	
}

/***** END RESET *****/

/***** FRAMEWORK *****/

.site-width {
	max-width:1020px;
	margin:0 auto;
	width:95%;	
}

.header {
	max-width:1020px;
	width:95%;
	margin:0 auto;
	padding:20px 0;
}

.logo {
    float: left;
    width: 26%;
}

.logo img {
    width: 100%;
    max-width: 250px;
}

.header-contact {
    float: right;
	text-align:right;
}

.header-contact img {
    margin-left: 10%;
	display:inline-block;
}

.one-third {
	float:left;
	width:28%;
	margin-right:4%;
}

.two-third {
	float:left;
	width:68%;
	margin-right:4%;	
}


.half-page {
	float:left;
	width:48%;
	margin:50px 0;
	margin-right:4%;
}

.half-page > .button {
    width: 59%;
    margin: 0 auto;
}

h1.main-heading {
    position: absolute;
    z-index: 1;
    top: 20px;
    color: #000;left: 0;
	right: 0;
    max-width: 1020px;
	box-sizing: border-box;
    margin: 0 auto;
}

h1.inventory-heading {
    position: relative;
    z-index: 1;
    color: #000;
    width: 100%;
    max-width: 1020px;
	font-size:48px;
	margin-bottom:20px;
	margin-top:20px;
}

#large-image {
    margin:0px auto;
    height:auto;
    width:100%;
	text-align:center;
	position: relative;
}

#large-image img {
	width:100%;	
}

.elite-logos {
    margin: 0px auto;
    width: 46%;
    position: relative;
    padding-top: 7px;
}

.elite-image {
    float: left;
    width: 35%;
    margin-right: 8%;
    margin-left: 9%;
}

.express-image {
    float: left;
    width: 35%;
}

.home-text {
    margin: 20px 0;
    position: relative;
}

.home-text h2 {
    margin-bottom: 20px;
}

.home-text p {
	line-height:1.4;	
}

#maincontent {
    padding: 20px 0;
}

#maincontent img {
   max-width:100%;
   height:auto;
}

.main-contact {
    text-align: left;
    margin: 20px 0;
	float:right;
}

.main-contact p {
	line-height:1.4;	
}

.main-contact h3 {
	margin-bottom:10px;
	text-transform:capitalize;	
}

.welcome-text {
	background: rgb(0,0,0);
	-pie-background: rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.7);
    background: transparent\7;
	padding:10px 0 5px 60px;
	margin-top:-50px;
	position:relative;
	z-index:9999;	
	behavior: url(/css/PIE.htc)
}

.home-content {
    background: rgb(255,255,255);
	-pie-background: rgba(255,255,255,0.8);
    background: transparent\8;
    background: rgba(255,255,255,0.8);
	padding:10px;
	behavior: url(/css/PIE.htc);
	position:relative;
}

.home-content p {
	max-width:860px;
	margin:15px auto;
	line-height:1.3;
}

.form-content {
    background: rgb(255,255,255);
	-pie-background: rgba(255,255,255,0.8);
    background: transparent\8;
    background: rgba(255,255,255,0.8);
	padding:10px;
	behavior: url(/css/PIE.htc);
	position:relative;
}

.form-content p {
	max-width:1020px;
	margin:15px auto;
	line-height:1.3;
}

#home-links {
	width:100%;
	border-bottom:solid 1px #000;	
	background:#ffffff;
}

#middle-links {
	text-align:justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	max-width:1020px;
	margin:0 auto;
	padding:10px 0 0;
}

.link-box {
	width: 16%;
    position: relative;
    text-align: center;
    vertical-align: top;
    display: inline-block;
	*float:left;
}

.linkstretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.link-box a {
	color:#000;	
}

.link-box a:hover {
	color:#ee0808;	
}

.link-box h6 {
	font-size:20px;	
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
}



.home-text ul li {
    list-style-type: disc;
    margin-left: 5%;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#000000;	
}

.google-maps {
	float:right;
    position: relative;
	padding-bottom:60%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
	margin-top:10px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    pointer-events: none;
}

#carousel_container {
    width: 100% !important;
}

.full-text {
    margin: 20px 0;
    padding: 0 10px;
}

.full-text ul {
    margin: 10px 20px !important;
}

.error-page {
    width: 100%;
    margin: 30px;
    line-height: 1.5;
}


.container.cf {
    max-width: 100%;
}
.scroll-frame {
    width: 100%;
    height: 90px;
    overflow: hidden;
    display: block;
    text-align: center;
	border-top:solid 3px #000;
	border-bottom:solid 3px #000;
}
.scroll-frame iframe{
    width: 100%;
}

#video-gallery {
    position: relative;
    padding-bottom: 70.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

#video-gallery iframe,
#video-gallery object,
#video-gallery embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elite-sect {
	display: flex;
	width: 96%;
	margin: 20px auto;
}

.elite-sect2 {
	display: flex;
	width: 96%;
	margin: 20px auto;
}

.elite-text {
	width: 64%;
	padding: 20px;
}
.elite-text h2, .elite-img h2{
	line-height: 1.5;
	margin-bottom: 30px;
}
.elite-text p {
	line-height: 1.2;
}
.elite-text ul li {
	margin-bottom: 10px;
	line-height: 1.2;
	list-style: circle;
}
.elite-img {
	width: 30%;
	margin: 20px 2%;
	max-height: 300px;
	overflow: hidden;
}

.elite-img img {
	display: block;
	margin: auto;
	object-fit: cover;
}

/****** FORM *******/

.contact-form {
	width:100%;	
    background:rgb(255,255,255);
    background: transparent\4;
    background:rgba(255,255,255,0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#FFFFFF);
    zoom: 1;
	padding:20px 10px;
    z-index: 1;
    position: relative;
	box-shadow:#000 0 0 10px;
}

#comment-input {
font-family: 'Montserrat', sans-serif;
	margin-bottom:16px;	
}

#text-field {
font-family: 'Montserrat', sans-serif;
	line-height:1.7;
    border: 1px solid #d2d2d2;
    width: 24%;
    font-size: 16px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 2%;
    float: left;
    margin-right: 1%;
	margin-bottom:10px;
	height:45px;
}


#comment.textarea-comment {
font-family: 'Montserrat', sans-serif;
    border: 1px solid #d2d2d2;
    width: 99%;
    height: 150px;
    font-size: 16px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 11px;	
}

.submit-button {
font-family: 'Montserrat', sans-serif;
	color:#fff;
	text-transform:uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f72e4+0,0b2874+100 */
	background: #3f72e4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmNzJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjI4NzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3f72e4 0%, #0b2874 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3f72e4 0%,#0b2874 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3f72e4 0%,#0b2874 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f72e4', endColorstr='#0b2874',GradientType=0 ); /* IE6-8 */
    border: 1px solid #0b2874;
    padding: 10px 20px;
    border-radius: 5px;
}

.submit-button:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b2874+0,3f72e4+100 */
	background: #0b2874; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMjg3NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjcyZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #0b2874 0%, #3f72e4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0b2874 0%,#3f72e4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0b2874 0%,#3f72e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2874', endColorstr='#3f72e4',GradientType=0 ); /* IE6-8 */
}

.CaptchaPanel {
font-family: 'Montserrat', sans-serif;
	text-align:left !important;	
	margin:0 !important;
	padding:0 !important;
}




/******** FOOTER *******/

a.footerlink:link, a.footerlink:visited, a.footerlink:active{
	text-decoration:underline;
font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff
}

a.footerlink:hover {
	text-decoration:none;
font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#F7CC00;
}

.footertext{
font-family: 'Montserrat', sans-serif;
	font-size:16px;
	color:#fff;
}

.smallfootertext{
font-family: 'Montserrat', sans-serif;
	font-size:13px;
	color:#fff;
}

.divfooter {
	max-width:650px;
	width:98%;
	text-align:right;
	margin:0 auto;
	float:right;
	clear:both;
}

#footer {
	background:#000;
	padding:20px;
}



/* TYPOGRAPHY.CSS */
/* PARAGRAGHS */


/* Images - example shows that extremely large photos uploaded by customers will be resized proportionally to fit within the site width. */

::-moz-selection {
    background: #ccc;
    color: #000;
    text-shadow: none;
}
::selection {
    background: #ccc;
    color: #000;
    text-shadow: none;
}

body {
	font-family: 'Montserrat', sans-serif !important;
}

/*******GALLERY PAGE******/ 
.typography #gal_container {
    padding:0px;
    margin:0 auto;
    text-align:center;
}
.typography #gal_container img {  /*Style to make the thumbnail image style on the gallery page.*/
    max-height:90px; 
    max-width:130px; 
    margin:0 10px 10px 10px;
    border:2px #000 solid;
    -moz-box-shadow: 1px 2px 5px #000;  /* for Mozilla Ffox */
    -webkit-box-shadow: 1px 2px 5px #000;  /* for Safari, Chrome & others */
    box-shadow: 1px 2px 5px #000;  /* for IE9 */
}
.typography #gal_container p {  
    text-align:center;
    padding:0 0 0 0;
    margin: 0 0 0 0;
}




/* LIST STYLES
-------------------------------------------- */
.typography ul, 
.typography ol,
.typography dl { margin: 0; }
  .typography li { margin-bottom:0; }


/* TABLE STYLE Example
-------------------------------------------- */
.typography table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
}
  .typography table tr:nth-child(even) {
      background-color: #ededed
  }
  .typography table tr.even,
  .typography table th,
  .typography thead td {
      background-color: #ededed
  }
  .typography table td,
  .typography table th {
      padding: 2px 5px;
      border: 1px solid #d4d4d4;
      vertical-align: top;
  }
  .typography table th {
      font-weight: bold;
  }


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center;
}
.typography .right {
    text-align: right;
}

.typography .red {
	color:#ee0808;	
}

.typography em { font-style: italic; }

.typography strong { font-weight:bold; }

.typography .button {
	background:#ee0900;
	padding:10px 20px;
	color:#fff;
	border:solid 1px #A01A1C;
	max-width:466px;	
}

/* MENU */

.navbar-header{
	margin: 0 !important;
}
.dropdown-menu>li{
	padding: 0 !important;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.navwrap, .navbar  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e73e30+0,941e1e+100 */
background: #e73e30; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3M2UzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDFlMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #e73e30 0%, #941e1e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e73e30 0%,#941e1e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e73e30 0%,#941e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e73e30', endColorstr='#941e1e',GradientType=0 ); /* IE6-8 */
	zoom:1;
border-top:solid 2px #000;
border-bottom:solid 2px #000;
}

.navbar {
	margin-bottom:0;
	border-radius:0;
	z-index:500;
}

.navbar-nav>li {
	margin-right:0;	
}

.nav>li>a {
    padding: 15px 22px;
}

.navbar-collapse {
	padding-right:0;
	padding-left:0;	
	overflow:hidden;
}

.navbar-default .navbar-collapse {
	clear:both;
}

.navbar-default {
	border:none;
}

.navbar-nav {
	max-width:1020px;
	width:100%;
	margin:0 auto !important;
	float:none !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
    transition:color .4s ease-in-out; -moz-transition:color .4s ease-in-out; -webkit-transition:color .4s ease-in-out; 
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background:#fff;
	color:#dc2128;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover > .navbar-default .navbar-toggle {
	background:#fff;
	color:#dc2128;
}

.navbar-nav .dropdown-menu > li > a {
	color:#333333;
	font-size:13px;
	background:#edebeb;
	padding:10px;
	border-bottom:solid 1px #dcdadb;
	font-family: 'Montserrat', sans-serif;
}

.navbar-nav .dropdown-menu > li >a:hover, .navbar-nav .dropdown-menu > li >a:focus {
    background: #fbf9f9;
	color:#333333;
}


.dropdown-menu {
	margin:0;
	border:0;
	background:none;
	padding:0;
    border-top:solid 2px #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
	float:right !important;
}

.navbar-default .navbar-toggle:hover>.icon-bar, .navbar-default .navbar-toggle:focus>.icon-bar  {
    background-color: #dc2128;
}

.navbar-default .navbar-nav>li>a:hover> .navbar-toggle, .navbar-default .navbar-nav>li>a:focus> .navbar-toggle {
	border-color:#dc2128;	
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff !important;
}

.navbar-default .navbar-toggle:hover {
    background: #fff;
	color:#dc2128;
	border-color:#fff;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}



/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module. 
 *
 ** ------------------------------------------------------- */
 
 /* FORMS
----------------------------------------------- */
 

.custom-form > input, .custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;margin-bottom: 10px;
}

.custom-form .flex > input{
	width: calc(50% - 5px);
	box-sizing: border-box;
	padding: 10px;margin-bottom: 10px;
}
.custom-form .flex input.col25{
	width: calc(25% - 5px);
	box-sizing: border-box;
	padding: 10px;margin-bottom: 10px;
}
.custom-form .flex input.col33{
	width: calc(33.333333% - 5px);
	box-sizing: border-box;
	padding: 10px;margin-bottom: 10px;
}
.custom-form .flex{
	display: flex;
	justify-content: space-between;
}

.col50{
	width: 50%;
	margin: 0;
}
.col100{
	width: 100%;
	margin: 0;
}
.custom-form .col50 div input, .custom-form .col50 div label{
	display: inline-block;
	padding-left: 10px;
	margin-bottom: 10px;
}
.custom-form .col50 > label{
	display: inline-block;
	margin-bottom: 10px;
}

.CaptchaPanel{
	text-align: left !important;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #000 !important;
}




 .privacy-form {
    border: solid 2px #EE0808;
    margin: 20px 0;
    border-radius: 10px;
}
 
.privacy-form h5 {
    background: #EE0808;
    padding-bottom: 15px;
    padding-left: 10px;
    color: #fff;
    border-radius: 7px 7px 0 0;
}

.privacy-form h2 {
    font-size: 24px;
    border-bottom: solid 2px #D0D0D0;
    padding-bottom: 10px;
    line-height: 1.3;
}
.privacy-form form {
	width:98%;
	margin:0 auto;
}
.privacy-form label, .full-text form label {
	font-weight: 700;
}

.full-text form h2{
	
    font-size: 24px;
    border-bottom: solid 2px #D0D0D0;
    padding-bottom: 10px;
    line-height: 1.3;
    margin: 0 auto;
}

.privacy-form .Actions {
	margin-left:10px;
	text-align:center;	
}

.privacy-form .field {
    width: 48%;
    float: left;
    margin-left: 10px;
}
.privacy-form .textarea {
    float: none;
    margin: 10px auto;
    padding: 0 10px;
	width:100%;
}

.privacy-form .recaptcha {
    float: none;
    margin: 0 auto;
    width: auto;
    width: 100%;
    text-align: center;
}

.privacy-form #recaptcha_area, #recaptcha_table {
    width: 318px;
    margin: 0 auto;
}

.privacy-form a.btn, input[type="submit"], .Actions .action, .cta {
        background: #b80000;
        color: #fff !important;
        display: inline-block;
        border-radius: 4px;
        padding: 6px 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        font-size: 13px;
        margin-right: 10px;
        float: none !important;
    }

 
/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */

/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.Actions input.resetformaction {                  /* Clear button */
    float: left;
    background-color: #888;
}
.Actions input.resetformaction:hover {            /* Clear button */
    background-color: #aaa;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}


.fourth {
    width: 23.5% !important;
    float: left;
}

.full {
    width: 97% !important;
    float: left;
}

.third {
    width: 31.5% !important;
    float: left;
}

.half {
    width: 48% !important;
}

.optionset {
    width: 48% !important;
}

/*REPSONSIVE STYLES*/



@media only screen and (min-width: 768px) {
	
.navbar-brand {
	display:none;
}
	
}



@media only screen and (max-width: 767px) {

.navbar-default .navbar-brand {
    color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.navbar-nav>li {
    margin-right: 0;
}

.dropdown-menu {
	border:0;
}

.custom-form .flex input, .custom-form .flex input.col33, .custom-form .flex input.col25{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;margin-bottom: 10px;
}
.custom-form .flex{
	flex-wrap: wrap;
}

.col50{
	width: 100%;
	margin: 0;
}
.navbar-nav .dropdown-menu > li > a {
	color:#fff;
	background:#EDEBEB;
	padding:10px;
	border-bottom:solid 1px #dcdadb;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    background: #fbf9f9;
	color:#dc2128;
	border:0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background: #FFF;
	color:#dc2128;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover > .navbar-default .navbar-toggle {
    background: #FFF;
	color:#dc2128;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: #FFF;
	color:#dc2128;
}

.sm-collapsible {
    border-bottom: solid 1px #dcdadb;
}

a#search-btn-home {
    display: block;
    margin-top: -10px;
    position: relative;
    top: 0;
    z-index: 99999;
	left:0
}

a#search-btn-home:hover {
	border:0;
	color:#fff;
}

}

.brandslider {
padding: 20px 0;
}
.brandslider .slick-slide img{
	max-width: 80%;
	max-height: 66px;
	margin: 0 auto;
}




/***** RESPONSIVE STYLES *****/

@media only screen and (max-width: 900px) {
	div .inspectionreqsbig { display: none; }
	div .inspectionreqssmall {
		display: flex;
		line-height: 1.5;
	}
	
	.elite-sect {
		flex-direction: column;
	}
	.elite-sect2 {
		flex-direction: column-reverse;
	}
	.elite-text {
		width: 100%;
	}
	.elite-img {
		width: 98%;
		max-height: 100%;
		margin: 20px auto 40px;
	}
}

@media only screen and (min-width:879px) and (max-width: 1085px) {

}

@media only screen and (max-width: 767px) {
	
	.navbar-nav > li > .dropdown-menu{
		position: relative !important;
		width: 100% !important;
	}
	
h2 {
	font-size:31px;	
}
	
.site-width {
	padding:0 10px;	
}

.two-third {
    float: none;
    width: 100%;
    margin-right: 0;
}

.one-third {
    float: none;
    width: 100%;
    margin-right: 0;
}

.main-contact {
    text-align: center;
    margin: 20px 0;
    float: none;
}

.link-box h6 {
    font-size: 15px;
}	

.link-box .fa {
	font-size:35px;	
}
	
.privacy-form .field {
    width: 100%;
    float: left;
    margin-left: 10px;
}

.fourth {
    width: 100% !important;
    float: left;
}

.full {
    width: 100% !important;
    float: left;
}

.third {
    width: 100% !important;
    float: left;
}

.half {
    width: 100% !important;
}

.optionset {
    width: 100% !important;
}	

h1.main-heading {
	font-size:40px;
		left: 0;

}
	
}

@media only screen and (max-width: 683px) {


h1.main-heading {
	font-size:40px;
	left: 0;
}



.logo {
    float: left;
    width: 48%;
}
	
.elite-logos {
    margin: 0px auto;
    width: 52%;
    position: relative;
    float: right;
    clear: right;
}

.elite-image {
    float: left;
    width: 45%;
    margin-right: 3%;
    margin-left: 3%;
}

.express-image {
    float: left;
    width: 45%;
}

.header-contact {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
}

.header-contact img {
    margin-left: 7%;
    float: left;
}	
	
.header-contact h2 {
    text-align: right;
}
	
}



@media only screen and (max-width: 566px) {
	
header {
    padding: 0;
    margin-bottom: 20px;
}

	
.link-box {
    width: 30%;
    margin-bottom: 20px;
}
	
.link-box h6 {
    font-size: 14px;
}	

.link-box .fa {
	font-size:35px;	
}
	
h1 {
	font-size:35px;	
}
	
.welcome-text h1 {
	font-size:19px;	
}


.welcome-text {
	text-align:center;	
	padding:10px 0;
	margin:0 auto;
}


h1.main-heading {
	font-size:30px;
		left: 0;

}



.logo {
    float: left;
    width: 48%;
}
	
.elite-logos {
    margin: 0px auto;
    width: 52%;
    position: relative;
    float: right;
    clear: right;
}

.elite-image {
    float: left;
    width: 45%;
    margin-right: 3%;
    margin-left: 3%;
}

.express-image {
    float: left;
    width: 45%;
}

.header-contact {
    float: none;
    text-align: center;
    width: 100%;
    clear: both;
}

.header-contact img {
    margin-left: 7%;
    float: left;
}	
	
.header-contact h2 {
    text-align: right;
}
	

.home-phone {
    float: right;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}


#text-field {
	width:98%;	
}

.one-third {
	width:100%;
	text-align:center;	
}

.two-third {
	width:100%;	
}

.half-page {
	width:100%;	
}

.home-text {
    margin: 20px 0;
    position: relative;
    text-align: center;
}
.home-text ul li {
    list-style-type: none;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.4;
}

}


@media only screen and (max-width: 455px) {
.elite-logos {
    margin: 0px auto;
    width: 100%;
    position: relative;
    float: right;
    clear: right;
}

.logo {
    float: left;
    width: 100%;
    text-align: center;
}

h1.main-heading {
    font-size: 20px;
		left: 0;

}
	

.header-contact h2 {
	font-size:17px;	
}

}




