/* Alternative Currency
--------------------------------------------------------------------- */
.alternativecurrency{
	color:#000;
}

/* Dogecoin
--------------------------------------------------------------------- */
.doge{
	max-width: 150px;
}
/* National Leasing Add-On
--------------------------------------------------------------------- */
.nli-container {
/*    width: 100%;*/
    border-radius: 10px;
	margin-top: 15px;
}
.nli-button {
/*    width: 100%;*/
    border-radius: 10px;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
	 background-color: #ffffff;
    background-image: linear-gradient(180deg,rgba(10, 16, 26, 0.9) 0%,rgba(0, 0, 0, 0.90) 100%),url(/img/body-bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center top, center bottom; 
}

main-color {
    color:#fea906!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Khand', 'Open Sans', Arial, sans-serif;
}

.alt-heading{
	font-family: 'Orbitron', arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

p, .nli-description p, .nli-description p span {font-size: 17px!important;}

a{
    color: black;
}
a:hover,
a:focus {
    color: #fea906;
    text-decoration: underline;
}


.smaller-title h1 {
    font-size: 40px;
}

span.thin {
    font-weight: 200;
	font-family: 'Khand';
}

ul {
    padding: 0;
    margin: 0;
    list-style: disc;
}


hr.category-line {
    border-top: 2px solid #5f5f5f;
}

.no-space {
    margin: 0;
}

.no-spacing{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.logo-text {
    font-weight: 900;
}
.logo-box img{
	width: 90%;
}

@media screen and (min-width: 992px) {

    .logo-text {
        text-align: left!important;
    }
}


.form-control {
    border-radius: 0!important;
}

.basic.contact--page {
    padding: 50px!important;
}

.truncate-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

header {
    background: #000;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

.footer-logo{
    max-width: 200px;
}

.logo-box{
	background-color: #feca08;
	border-top: 1px solid #feca08;
	border-bottom: 1px solid #feca08;
/*    border-top-left-radius: 5px;*/
    border-left: 1px solid #feca08;
	background-image: url('/img/hd-logo.jpg');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
}
.top-box{
	    border-right: 1px solid white;
		padding-bottom: 9px;
    	padding-top: 26px;	
}
.left-box{	
	border: 1px solid #feca08;
/*	border-top-left-radius: 5px;*/
	min-height: 100px;
/*	clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);*/
}
.right-box{
	border: 1px solid #feca08;
/*	border-top-right-radius: 5px;*/
	min-height: 100px;
/*	clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);*/
}
.left-box, .right-box{
    padding-top: 18px;
}

.center-box{
    line-height: 65px;
}
/*
.social-box,.location-box{
	padding-top: 20px;
}
*/

.pattern-box{
	height: 17px;
	background-size: contain;
	background-image: linear-gradient(180deg,rgba(10, 16, 26, 0.5) 0%,rgba(0, 0, 0, 0.75) 100%),url(/img/pattern-box.jpg);
		}
.social-box i{
    display: inline-block;
    overflow: hidden;
    width: 23px;
    height: 20px;
    font-size: 20px;
    color: #feca08;
}
.phone-box i, .location-box i{
    color: #feca08;
}
.phone-box p{
	font-size: 20px;
    padding-top: 18px;
    margin-bottom: 15px;
}

.phone-box.mail-box p{
	font-size: 20px;
/*    padding-top: 5px;*/
    margin-bottom: 0px;
	word-wrap: break-word;
}

.phone-box.mail-box p.small{font-size: 14px;}

.center-box{
	min-height: 100px;
	border-top:1px solid #feca08 ;
	border-bottom:1px solid #feca08;
}

.right-box .right-radius{
		border-top-right-radius: 5px;
	}
.right-box{
	    font-family: 'Khand', 'Open Sans', Arial, sans-serif;
		font-weight: 400;
}

.inv-slider {
    background-color: #20272b;
}

.box_shadow {
    border: 2px solid grey;
    -webkit-box-shadow: 1px 1px 7px 0px grey;
    /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 1px 1px 7px 0px grey;
    /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.vertical-divide {
    border-right: 1px solid #a7a7a7;
}

.social--container {
    height: auto;
    background-image: url(/img/social-container-bg.jpg);
    overflow: hidden;
    background-color: lightgrey;
    width: 100%;
    padding: 30px 0;
    margin: -60px auto auto auto;
}


h1.header-number {
    font-weight: 900;
    line-height: 14px;
    font-size: 2.2em;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

#slider-nav .slick-current {
    border-bottom: 6px solid #fea906;
}

/* Breakpoints
--------------------------------------------------------------------- */

/* Manuals
--------------------------------------------------------------------- */

/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #666;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}

.tab-content .block {
       padding: 1em; 
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #ededed;
  color: #5e5e5e;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab-content p {
  margin: 1em;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
}
/* Icon */
.side-icon{
	font-size: 28px;
}

.side-icon i{
    color: #bfbfbf;
}

.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


@media only screen and (max-width: 767px) {
    h1.header-number {
        font-size: 30px;
        padding-top: 5px;
    }
	footer .bordered {
    border-bottom: 1px solid #feca08;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; }
	
	.home-link-button:before{
/*		bottom: -4px!important;*/
		visibility: hidden;
	}

}

@media (min-width: 991px)and (max-width: 1200px) {
#headerbar .primary-button {
    font-size: 14px!important;
    padding: 10px!important;
    letter-spacing: 1px;
    margin-top: 5px;
}
	.phone-box.mail-box p{
	font-size: 17px;
}

.phone-box.mail-box p.small{font-size: 12px;}
	
	.logo-box {
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 4%;
    padding-bottom: 3.8%;
}
.phone-box p {
    font-size: 16px;
}
/*
	.pattern-box {
    height: 0px;
	}
*/
	.logo-box {
	min-height: 100px;
}
	.logo-box img {
    width: 75%;
    padding: 0px;
}
	.top-hero-box h3, .bottom-hero-box h3 {
    font-size: 40px!important;
    line-height: 40px!important;
}
	.top-hero-box, .bottom-hero-box {
    padding-top: 34%!important;
}
	
}

@media (min-width: 1200px) {
	.logo-box {
	min-height: 100px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-bottom: 1%;
}
}



/* Elements
--------------------------------------------------------------------- */

/* List
---------------------------------------*/

.main-list-style {
    margin-left: 35px;
}

/* Font
---------------------------------------*/
.boxed-font {
    width: 80% !important;
    position: relative !important;
    height: auto !important;
    padding: 15px 0px 20px 0px !important;
    text-align: center !important;
    margin: auto !important;
    display: block !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-style: solid !important;
    border-width: 7px !important;
    border-color: #fea906 !important;
    font-weight: 400;
    color: #fea906;
    font-size: 50px;
}

/* Parallax
---------------------------------------*/
.no-padding{
	padding: 0;
}

.hero-box-1{
	background-image: linear-gradient(180deg,rgba(254, 169, 6, 0.75) 0%,#d38d06 100%),url(/img/hero-box-1.jpg);}

.hero-box-2{
	background-image: linear-gradient(180deg,rgba(255, 255, 255, 0.79) 0%,#080b10 100%),url(/img/hero-box-2.jpg);
min-height: 376px;
}

.hero-box-3{
	background-image: linear-gradient(180deg,rgba(0,0,0,0.45) 0%,#171717 100%),url(/img/hero-box-3.jpg);}
.hero-box-3, .hero-box-2, .hero-box-1{
	background-position: center;
    background-color: initial;
    padding: 120px 40px;
	background-size: cover
}
.top-hero-box h3,.bottom-hero-box h3{font-size: 52px;line-height: 52px;}
.top-hero-box{
	min-height: 200px;
	background-color:red;
	background-image: url('/img/hero-top-bg.jpg');
	padding-top:25%;
}
.bottom-hero-box{
		min-height: 200px;
		background-color:white;
		background-image: url('/img/hero-bottom-bg.jpg');
	padding-top:25%;

}
.bordered-box hr{
	margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}
.top-hero-box .bordered-box{
	border: 5px solid #fff;
    padding: 5%;
    margin: -15% 25px;
}
.bottom-hero-box .bordered-box{
	border: 5px solid #740e0e;
    padding: 5%;
    margin: -15% 25px;
}

.bottom-hero-box .bordered-box hr{
    border-top: 1px solid #740e0e;
}
/*
div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div svg {
  width: 100px;
  height: auto;
  margin: 0 2rem;
  cursor: pointer;
  overflow: visible;
}
div svg polygon, div svg path {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
div svg:hover polygon, div svg:hover path {
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
  fill: #FF4136;
}
div svg:hover .arrow {
  animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
div svg:hover .arrow-fixed {
  animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
*/
.slider-bar {
    width: 100%;
    height: auto;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

.slider-module-1, .slider-module-2{
	height: auto;
	float: right;
}

.slider-module-1{
    background-color: rgba(10, 17, 26, 0.95);
	width: 30%;
	height: 75px;
	-webkit-box-shadow: -13px -5px 12px -2px rgba(0,0,0,1);
	-moz-box-shadow: -13px -5px 12px -2px rgba(0,0,0,1);
	box-shadow: -13px -5px 12px -2px rgba(0,0,0,1);}

.slider-module-1 h3{
    font-size: 45px;
    /* padding-top: 4%; */
    line-height: 80px;
    padding-left: 10%;
}

.slider-module-2 i{
	font-size: 75px;
    color: #0a1019;
    padding-left: 25%;
}
.slider-module-2{
	background-color: #ffa208;
    width: 20%;
    position: relative;
    left: 10%;
    top: 0px;
	height: 75px;
    clip-path: polygon(20% 0%, 80% 0%, 60% 100%, 0% 100%);
	-webkit-box-shadow: -21px -17px 12px -2px rgba(0,0,0,1);
	-moz-box-shadow: -21px -17px 12px -2px rgba(0,0,0,1);
	box-shadow: -21px -17px 12px -2px rgba(0,0,0,1);
}

.slider-inner .slider-box:before {
	content: "";
    position: absolute;
	top: 98%;
    bottom: 0;
    left: 24px;
    width: 124px;
    height: 10px;
    background-color: #fea906;
	z-index: 0;}

.slider-inner .slider-box {
    border: 1px solid gray;
    background: rgba(255, 255, 255, 0.85);
	padding: 2%;
	border-radius: 5px;
}

/* Slider */
#home-slider{
    background-color: #e3e3e3;
}
#home-slider.slick-initialized .slick-slide {
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#home-slider.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#home-slider.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#home-slider.slick-list:focus
{
  outline: none;
}
#home-slider.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

#home-slider.slick-slider .slick-track,
#home-slider.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#home-slider.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
#home-slider.slick-track:before,
#home-slider.slick-track:after
{
  display: table;
  content: '';
}
#home-slider.slick-track:after
{
  clear: both;
}
#home-slider.slick-loading .slick-track
{
  visibility: hidden;
}

#home-slider.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] #home-slider .slick-slide
{
  float: right;
}
#home-slider .slick-slide img.huge{
  display: block;
  position: fixed;
  margin-top: -35%;
}
#home-slider .slick-slide.slick-loading img
{
  display: none;
}
#home-slider .slick-slide.dragging img
{
  pointer-events: none;
}
#home-slider .slick-initialized .slick-slide
{
  display: block;
}
#home-slider .slick-loading .slick-slide
{
  visibility: hidden;
}
#home-slider .slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#home-slider .slick-arrow.slick-hidden {
  display: none;
}
#home-slider .slick-prev,
#home-slider .slick-next {
  position: absolute;
  display: block;
  width: 60px;
  height: 100px;
  cursor: pointer;
  background: transparent;
  top: 50%;
  margin-top: -45px;
  font-size: 0;
  border: none;
  z-index: 2;
}
#home-slider .slick-prev:before,
#home-slider .slick-next:before,
#home-slider .slick-prev:after,
#home-slider .slick-next:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 2px;
  width: 50px;
  top: 50%;
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#home-slider .slick-prev:before,
#home-slider .slick-next:before {
  margin-top: -22px;
}
#home-slider .slick-prev:after,
#home-slider .slick-next:after {
  margin-top: 22px;
  margin-top: 2.2rem;
}
#home-slider .slick-prev:hover:before,
#home-slider .slick-next:hover:before {
  margin-top: -18px;
  margin-top: -1.8rem;
}
#home-slider .slick-prev:hover:after,
#home-slider .slick-next:hover:after {
  margin-top: 18px;
  margin-top: 1.8rem;
}
#home-slider .slick-prev {
  left: -7px;
  left: -0.7rem;
}
#home-slider .slick-prev:before {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#home-slider .slick-prev:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#home-slider .slick-prev:hover:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home-slider .slick-prev:hover:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-slider .slick-next {
  right: -7px;
  right: -0.7rem;
}
#home-slider .slick-next:before {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#home-slider .slick-next:after {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#home-slider .slick-next:hover:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-slider .slick-next:hover:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home-slider .ct-slick-arrows--type2 .slick-prev,
#home-slider .ct-slick-arrows--type2 .slick-next {
  opacity: 0.85;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:before,
#home-slider .ct-slick-arrows--type2 .slick-next:before,
#home-slider .ct-slick-arrows--type2 .slick-prev:after,
#home-slider .ct-slick-arrows--type2 .slick-next:after {
  background-color: #fff;
  height: 15px;
  height: 1.5rem;
  width: 70px;
  width: 7rem;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:before,
#home-slider .ct-slick-arrows--type2 .slick-next:before {
  margin-top: -20px;
  margin-top: -2rem;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:after,
#home-slider .ct-slick-arrows--type2 .slick-next:after {
  margin-top: 20px;
  margin-top: 2rem;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:hover:before,
#home-slider .ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -20px;
  margin-top: -2rem;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:hover:after,
#home-slider .ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 20px;
  margin-top: 2rem;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:hover:active,
#home-slider .ct-slick-arrows--type2 .slick-next:hover:active {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#home-slider .ct-slick-arrows--type2 .slick-prev {
  left: 10px;
  left: 1rem;
}
#home-slider .ct-slick-arrows--type2 .slick-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home-slider .ct-slick-arrows--type2 .slick-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-slider .ct-slick-arrows--type2 .slick-prev:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#home-slider .ct-slick-arrows--type2 .slick-prev:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#home-slider .ct-slick-arrows--type2 .slick-next {
  right: 10px;
  right: 1rem;
}
#home-slider .ct-slick-arrows--type2 .slick-next:before,
#home-slider .ct-slick-arrows--type2 .slick-next:after {
  left: auto;
  right: 0;
}
#home-slider .ct-slick-arrows--type2 .slick-next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#home-slider .ct-slick-arrows--type2 .slick-next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#home-slider .ct-slick-arrows--type2 .slick-next:hover:before {
  margin-top: -27px;
  margin-top: -2.7rem;
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#home-slider .ct-slick-arrows--type2 .slick-next:hover:after {
  margin-top: 27px;
  margin-top: 2.7rem;
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
#home-slider #home.ct-header.ct-header--slider {
  background-size: cover;
    background-repeat: no-repeat;
}
#home-slider .ct-header .ct-slick {
  margin-bottom: 0;
}
#home-slider .slick-initialized .slick-slide {
  display: block;
}
#home-slider .ct-u-display-tablex {
  display: table;
  width: 100%;
  height: 400px;
}
#home-slider .ct-u-display-tablex > .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  background-position: center;
}
#home-slider .ct-header h1.big {
  font-size: 4rem;
  color: #fea906;
  font-family: 'Khand', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/*
#home-slider .ct-header h1.huge {
  margin-top: -28%;
  font-size: 17.7rem;
  line-height: 1;
  color: #fea906;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-top: 0px;
  text-transform: uppercase;
}
*/

/*
#home-slider .ct-header h1.huge {
  margin-top: -4.5%;
  position: fixed;
  font-size: 17.7rem;
  line-height: 1;
  color: #fea906;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-top: 0px;
  text-transform: uppercase;
}
*/

#home-slider .ct-header h1.huge {
  margin-top: -2.6%;
  position: fixed;
  font-size: 14.7rem;
  line-height: 1;
  color: #fea906;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-top: 0px;
  text-transform: uppercase;
}
#home-slider .ct-header p {
  font-size: 2.3rem;
  margin: 0px 0 10px;
  color: #000;
}
#home-slider .btn {
  text-transform: uppercase;
    font-weight: bold;
    padding: 15px 26px;
    padding: 1.5rem 2.6rem;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 22px;
    font-size: 2.2rem;
}

#home-slider .btn:hover,
#home-slider .btn:focus,
#home-slider .btn:active {
  color: #fff;
}
#home-slider .btn-transparent {
  background-color: transparent;
  border: 3px solid #000;
  color: black;
}
#home-slider .ct-slick .slick-track,
#home-slider .ct-slick .slick-list,
#home-slider .ct-slick .item,
#home-slider .ct-slick .slick-item {
  min-height: inherit;
}
#home-slider .ct-slick .item {
  background-size: cover;
}
#home-slider .slick-list {
  height: 400px;
}
.parallax-section {
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8%;
    padding-bottom: 8%;
}

.parallax-section-hero {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 150px 0;
    height: auto;
}

.small-parallax-section .boxed-font {
    width: 80% !important;
    position: relative !important;
    height: auto !important;
    padding: 15px 0px 20px 0px !important;
    text-align: center !important;
    margin: auto !important;
    display: block !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-style: solid !important;
    border-width: 7px !important;
    border-color: red !important;
    font-weight: 400;
    color: red;
    font-size: 50px;
}

.small-parallax-section {
    padding: 100px 0;
    height: 400px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed;
}

.side-parallax{
    background-repeat: no-repeat;
    background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 500px;
}



.placeholder {
    background-image: url(/img/placeholder.jpg);
}

.sidebar {
    background-color: #004ca2;
    padding: 20px 10px;
    color: white;
}

/* colors
---------------------------------------*/

.background--secondary {
    background-color: lightgrey!important;
    overflow: hidden;
    height: auto;
    width: 100%;
}

/*--------------------------------------------------------*/

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #fea906;
    border-color: #fea906;
    cursor: default;
}

.pagination > li > a,
.pagination > li > span {
    color: #000000;
}

.specifications-seperator {
    height: 50px;
    width: 1px;
    margin: 10px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
    display: inline-block;
}

hr.header-dash {
    border-top: 5px solid #eee;
    width: 100%;
    text-align: left;
    margin: 20px 0px 10px 0px;
}

hr.header-dash-primary {
    margin-top: 0px;
    border-top: 2px solid #fea906;
    width: 70%;
}

hr.header-dash-white {
    margin-top: 0px;
    border-top: 2px solid white;
    width: 9%;
}

hr.footer-dash {
    margin-top: 0px;
    border-top: 5px solid #59585d;
    width: 100px;
    margin: auto;
    display: block;
}


hr.under_box {
    border-top: 3px solid #eee;
    margin: -2px 0 0 -30px;
    width: 130%;
}

.base--container {
    height: auto;
    overflow: hidden;
}

.base--container.grey {
    background-color: #f6f6f6;
}}


/* Mobile
--------------------------------------------------------------------- */

@media only screen and (max-device-width: 480px) {
    #intro {
        padding: 50px 0 90px 0!important;
    }

    #intro h1 {
        font-size: 42px;
    }

    .smaller-title {
        font-size: 17px;
    }
}

/* General
--------------------------------------------------------------------- */

.nopadding {
    padding: 0 !important;
}

@media handheld,
only screen and (max-width: 500px) {
    .vertical-center {
        display: block!important;
    }
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;  
    display: flex;
    align-items: center;
}

.horizontal-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hv-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    /* min-height: 100vh;  These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.color--primary {
    color: #fea906;
}
.color--secondary {
    color: #1e1a1c;
}

.color--tertiary {
    color: #63100f;
}

.color--white {
    color: white;
}

.color--black {
    color: black;
}

.color--gold {
    color: #9b8034;
}

.bg--primary{
	background-color: #63100f;
}

.bg--secondary{
	background-color: #171717;
}

.bg--tertiary{
	background-color: #0a101a;
}

.bg--transparent{
	background-color: rgba(0, 0, 0, 0.5);
}





}

.bg--white{
	background-color: #fff;
}

a.ls-nav-stop {
    top: -63px;
}

.invisible {
    opacity: 0;
    z-index: 0;
}

.dash--element {
    border-top: 1px dashed #000000;
    width: 96%;
    margin: 0 auto;
}


/* Animations
--------------------------------------------------------------------- */

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover .hvr-icon, .hvr-icon-wobble-horizontal:focus .hvr-icon, .hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover .hvr-icon, .hvr-icon-pop:focus .hvr-icon, .hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1e1a1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Float Shadow */

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}


/* Grow */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Buzz */

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* Push */

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Animation End
--------------------------------------------------------------------- */

/* Navbar
===================================================================================== */

#navbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 90%;
    display: block;
    transition: top 0.3s;
    z-index: 99;
    display: none;
    -webkit-box-shadow: 1px 1px 7px 0px grey;
    box-shadow: 1px 1px 7px 0px grey;

}

#navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
}

#navbar a:hover {
    background-color: #ddd;
    color: black;
}


/* Sections
===================================================================================== */
/* Featured
===================================================================================== */
.product-results-container .featured {
	background-color: #fea906;}
.product-results-container h2 {
	line-height: 1.25em;
	font-size: 20px;
	font-weight: 900;
	font-family: 'Khand', 'Open Sans', Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/*    -webkit-line-clamp: 3;*/
    -webkit-box-orient: vertical;
}

/*
@media only screen and (min-width: 767px) {
	.product-results-container h2 {
    min-height: 5em;
	}}
@media (min-width: 1200px)and (max-width: 1471px) {
	.product-results-container h2 {
    min-height: 7.5em;
	}}
*/

/*==========================================================================================================================================================
CONTROLS
==========================================================================================================================================================*/
.topcategorybox a{
	font-family: 'Khand', 'Open Sans', Arial, sans-serif;
}
/*==================================================================================================================================================================
PORTFOLIO - OUR WORK
==================================================================================================================================================================*/

.portfolio-tile:hover, .industry-tile:hover, .topcategorybox:hover{
	border-color: #fea906;
	border-width: 3px;
    box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
    transform: scale(1.005);
}
.portfolio-tile, .industry-tile, .topcategorybox, .home-link-button{
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 20px auto;
}

.portfolio-tile:hover, .industry-tile:hover{
    box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
    transform: scale(1.005);
	border-color: #fea906;
}

.tile-header-img, .topcategorybox img{
    display: block;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
}

.tile-header-img>a img{
    display: block;
    width: 100%;}

.tile-body{
    min-height: 70px;
}


.tertiary-button {
    border-radius: 0;
    background-color: #740e0e;
    font-family: 'Khand', arial, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 49px;
    padding: 12px;
    color: #fff;
    border-bottom-left-radius: 5px;
}

.tertiary-button:hover {
    border-color: #1e1a1c;
    color: #fff;
/*    background-color: #1e1a1c;*/
}


.tertiary-button.call{
	font-size: 21px;
    line-height: 21px;
	font-weight: 900;
    text-transform: uppercase;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;}

.base-section h3 {
    color: #fea906;
}

.base-section {
    padding: 50px 10px;
    overflow: hidden;
    margin: auto;
    background-color: white;
}

.bg-red {background-color: #fea906;}
.black {background-color: #000000;}
.blue {background-color: #004ba1;}

.blue p,
.blue h3, .black p, .black h3, .bg-red p, .bg-red h3 {
    color: white!important;

}

/*Products 
-------------------------------------------- */
#trailmax-products img{
    min-width: 320px;
}

.products p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*Social-Footer 
-------------------------------------------- */
#social-footer {
    overflow: hidden;
    margin: auto;
}
#social-footer i:hover, #social-footer h2:hover{
	color: #fea906;
}

.products ul{
    list-style-type: none;
}

/*Home 
-------------------------------------------- */

#home-slider{
    overflow: hidden;}

.home-box {
    padding: 30px;
}

.home-box-primary {
    background-color: #659998;
    height: auto;
    overflow: hidden;
    padding: 30px;
}

.home-box-white {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    padding: 30px;
}


#headerbar {
	font-weight: 900;
}

#menubar hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #bfbfbf;	
}

#menubar{
background: rgb(250,208,0);
background: -moz-linear-gradient(180deg, rgba(250,208,0,1) 0%, rgba(235,187,7,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(250,208,0,1) 0%, rgba(235,187,7,1) 100%);
background: linear-gradient(180deg, rgb(250, 208, 0) 0%, rgb(235, 187, 7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fea906",endColorstr="#ebbb07",GradientType=1);
}

.popular-bubble p {
    color: black;
    margin: 0;
}

.home-link-button:hover.home-link-button:before{
	background-image: none;
	background-color: #63100f;}

.home-link-button:before{
	content: "";
    position: absolute;
    bottom: 16px;
    left: 24px;
    width: 124px;
    height: 10px;
	background-image: url(/img/metal.jpg);
	border-top-right-radius: 5px;	
	border-bottom-left-radius: 5px;	
	z-index: 0;}

.home-link-button:hover{
	background-color:#F2F2F2;
	color: #63100f;
	border: 1px solid #63100f;
}

.home-link-button:hover.home-link-button:before{
	background-color: #63100f;
}
.home-link-button h2{
	font-family: 'Orbitron';
    font-weight: 900;
    line-height: 21px;
    font-size: 21px;
	text-transform: uppercase;
	padding-top: 10px;
}
.home-link-button{
	background-color: #F2F2F2;
}


#home--mission-statement {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    background-image: url('/img/mission-statement-bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

.statement--container {
    background-color: white;
    text-align: center;
    margin: auto;
    height: auto;
    overflow: hidden;
    padding: 20px;
}

#home--services {
    padding: 50px 0;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

#home--services-grey {
    padding: 50px 0;
    height: auto;
    overflow: hidden;
    background-color: #f6f6f6;
}

.container--header {
    margin: auto;
    display: block;
    overflow: hidden;
}


.product-results-container:hover {
	border-color: #fea906;
	box-shadow: 0 20px 72px -20px rgba(0, 0, 0, 0.2);
    transform: scale(1.005);
}

.product-results-container {
    margin: 0 auto 20px;
    padding: 10px;
    line-height: 1.6em;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.1);
	 background-color: white;
    border: 2px solid #d7d7d7;
    border-radius: 10px;
}


.header--image--container {
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 5px 0;
    background-image: url('/img/metal.jpg')
}

.header--image--container h2.color--white {
    font-size: 28px;
}

.page-title-container h1{
	padding: 10px 0 0 0;
	font-weight: 900;
    text-transform: uppercase;
    color: #f3c502;
	font-size: 35px;
}
.section-hero {
/*    border-bottom: 5px solid #fc801e;*/
	width: 100%;}

.inventory-container {
}

.bordered{
	border-right: 1px solid #feca08;
	border-left: 1px solid #feca08;
	padding-left: 5%;
    padding-right: 5%;
}

.bordered-full{
	border-right: 1px solid #feca08;
	border-left: 1px solid #feca08;
}

/*Search 
-------------------------------------------- */

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(188, 16, 16, 0);
    background-color: #e1e1e1;
    border-color: #2f5597;
}



.search-wrapper {
    width: 100%;
    padding: 8px 5px;
    border: 1px solid #fea906;
    height: 51px;
}

@media handheld,
only screen and (max-width: 766px) {
    .input-group {
        width: 100%;
    }
    .input-group .form-control {
        width: 100%;
    }
}


/* Header 
-------------------------------------------- */

span.address {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 22px;
}



/* Inventory Slider
--------------------------------------------------------------------- */

/* the slides */

.slick-slide {
    margin: 0 27px;
}




/* Slider
--------------------------------------------------------------------- */

.slick-prev,
.slick-next {
    top: 50%!important;
}

.dicc2 .slick-prev {
    top: 30%!important;
}

.dicc2 .slick-next {
    top: 30%!important;
}

.slick-list {
    width: 100%!important;
    height: none!important;
}


/* Fonts
--------------------------------------------------------------------- */
.huge2 {
    font-size: 2.7em!important;
    font-weight: 900;
}

h3.thin {
    font-size: 3em;
    line-height: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}


h2.thick {
    font-size: 3em;
    line-height: 75px!important;
}

h3.page-title {
    font-size: 70px;
    line-height: 77px;
    color: #649997;
    font-weight: 900;
}

/* Featured Section
--------------------------------------------------------------------- */
.aside-block{
background-color: #eb0a08;
color: #fff;
height: 500px;
padding: 5% 50px;}

#history {
    background: url(/img/owner-background.jpg) no-repeat center;
    background-size: cover;

}

#contact {}

.featured-section {
    padding: 30px 0;
    height: auto;
    overflow: hidden;
    background-color: #dadada;
}


.home--welcome {
    background: url(/img/welcome-bg.jpg) no-repeat center;
    background-size: cover;
    color: white;
}

.home--welcome > div {
    padding-top: 72px;
    padding-bottom: 62px;
}

.home--welcome h1 {
    font-weight: 700;
}

.home--welcome h6 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.18em;
    color: #951b1a;
    margin-bottom: 24px;
}

#home--inventory h3 {
    font-size: 34px;
    margin-bottom: 22px;
    color: #eb0a08;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
}

#home--inventory i.fa.fa-envelope {
    width: 61px;
    height: 59px;
    background: #eb0a08;
    color: #ffffff;
    text-align: center;
    line-height: 59px;
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 40px auto auto -20px;
}

#home--inventory .slick-prev,#home--inventory .slick-next {
    top: 35%!important;}

.home--newsletter {
    background: url(/img/inventory-bg.jpg) no-repeat left top;
    padding-top: 36px;
    padding-bottom: 16px;
    background-size: cover;
    height: auto;
    background-color: black;
}

.newsletter-header h1 {
    margin-left: 21%;
}



/* Read Motr
--------------------------------------------------------------------- */

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
    display: block;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'READ MORE';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: .5em 1em;
    color: #fff;
    background-color: #3897f7;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #3897f7;
    border-radius: .25em;
}


/* Buttons
--------------------------------------------------------------------- */

.button {
    -webkit-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    width: 120px;
    border-radius: 4px;
    height: auto;
    padding: 0px!important;
    display: inline-block;
    line-height: 49px;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}


.primary-button {
    color: black;
    border-width: 5px;
    border-color: black;
    font-family: 'Khand', arial, sans-serif;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: rgba(255,255,255,0);
	padding: 12px 10px!important;
	transform: skewX(-20deg) skewY(0deg);
	transition: all 300ms ease 0ms;
}
#headerbar .primary-button {
    font-size: 20px;
    padding: 0;
}
.primary-button.white-button {
    color: white;
    border-color: white;
}

.primary-button:hover {
    border-color: rgb(255, 255, 255);
    color: #fff;
    transition: all 300ms ease 0ms;
}

.primary-button.yellow:hover {
    border-color: #fea906;
    color: #fea906;
}

.primary-button.black:hover {
    border-color: #000;
    color: #000;
}

.secondary-button {
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    background-color: #fea906;
    font-family: 'Khand', arial, sans-serif;
    font-size: 16px;
    height: 50px;
    padding: 12px;
    color: white;
}


.secondary-button:hover {
    background-color: #000;
    border-color: rgba(255, 255, 255, 1);
    color: white;

}

.btn-custom:hover{
    background-color: #fea906;
}


.wsmenucontainer.clearfix {
    background-color: #fff;
}

div#header {
    background-color: #323131;
}


#header-wrapper-right {
    margin: 0 auto;
    padding: 0 0 0 0;
    float: right;
    border: 0px solid;
}

#search {
    padding: 150px 0;
    height: auto;
    overflow: hidden;
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #f0f0f0 50%, #c1c1c1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #f0f0f0 50%, #c1c1c1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%, #f0f0f0 50%, #c1c1c1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#c1c1c1', GradientType=0);
    /* IE6-9 */
}

#inventory-flatbed {
    padding: 100px 0;
    height: auto;
    overflow: hidden;
    background-image: url('/img/flatbed-trailer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: dimgrey;
    background-attachment: fixed;
}

#inventory-dropdeck {
    padding: 100px 0;
    height: auto;
    overflow: hidden;
    background-image: url('/img/dropdeck-trailer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: dimgrey;
    background-attachment: fixed;
}

#intro {
    padding: 50px 0;
    height: auto;
    overflow: hidden;
    background-color: dimgrey;
}

#intro .block h2 {
    padding-top: 0px;
    line-height: 27px;
    margin: 0
}

#intro .block p {
    color: #000000;
    padding-top: 20px
}

#intro .block img {
    width: 100%;
    /*border: 3px solid #000;*/
}

#intro .block .title {
    display: block;
    background-color: #3bc3d4;
    color: #fff;
    /* padding: 4px; */
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    margin: 0;
}

#intro .block .title:hover {
    background-color: black;
}

.sub_header {
    background: black;
    width: auto;
    padding: 7px;
    color: yellow;
    font-weight: 900;
    border-radius: 20px 20px 0 0px;
    border: solid 3px black;
}

.boxed-background {
    width: 100%;
    overflow: hidden;
    margin: auto;
    background-color: #e2e2e2;
}

.boxed-layout {
    width: 90%;
    overflow: hidden;
    margin: auto;
    background-color: white;
    box-shadow: 0 0 12px #aaa;
    -webkit-box-shadow: 0 0 12px #aaa;
    -moz-box-shadow: 0 0 12px #aaa;
    -o-box-shadow: 0 0 12px #aaa;
    -ms-box-shadow: 0 0 12px #aaa;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.boxed_section {
    border: 3px solid black;
    padding: 10px;
}

#call-to-action {
    background: #0f1b42;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #3d5f89, #0f1b42);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #3d5f89, #0f1b42);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #3d5f89, #0f1b42);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #3d5f89, #0f1b42);
    /* Standard syntax */
    background-attachment: fixed;
    margin-top: 0;
    padding: 70px 0;
    position: relative;
    text-align: center;
    color: #fff
}

#call-to-action:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .8
}

#call-to-action h2 {
    padding-bottom: 20px;
    line-height: 35px;
    margin: 0;
    font-size: 42px;
    font-weight: 900;
    color: #e1e1e1;
    text-shadow: 1px 1px 1px #000
}

#call-to-action p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff
}

.footer-bg {
	background-position: center;
    background-color: initial;
    background-size: cover;
	background-image: linear-gradient(180deg,rgba(23, 23, 23, 0.85) 0%,#000 100%),url(/img/footer.jpg);
}
footer {
	    text-align: center;
}

footer a {
    color: #bfbfbf;
}

footer .bordered{
	border-bottom: 1px solid #feca08;
/*
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
*/
/*
	background-image: url('/img/header-pattern');
	background-position: bottom;
	background-repeat:no-repeat;
	background-size: auto 11px;
*/
}

footer p {
    font-size: 13px;
}

.search--text {
    font-size: 10px;
    letter-spacing: 0.02em;
    font-weight: 300;
}


footer h4 {
    font-weight: 900;

}

footer .footer-manu {
    padding-bottom: 25px;
}

footer .footer-manu ul {
    margin: 0;
    padding: 0;
}

footer .footer-manu ul li {

    padding: 5px 0px;
}

footer .footer-manu ul li a {
    display: inline-block;
}

footer .footer-manu ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #000;
    padding-right: 5px;
}

footer .footer-manu ul li a:hover {
    color: #fea906;
}

.social--footer {
    list-style: none;
}

.social--footer .fa {
    border: 2px solid #fff;
    color: white;
    border-radius: 50%;
    padding: 7px;
    margin-right: 7px;
    float: left;
}

.social--footer .fa:hover {
    border: 2px solid #3171ff;
    background-color: #3171ff;
    color: #fff;
}

.bg-primary {
    background: #fea906;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-grey {
    background: #f4f5fb;
}

.wrapper1024 {
    max-width: 1024px;
    margin: 0 auto
}

.content-container {
    padding: 15px 15px 0 15px
}

.pt2 {
    padding-top: 12px
}

.sec-spacing{
    padding-top: 5%;
    padding-bottom: 5%;
}

.sec-spacing-2{
    padding-top: 10%;
    padding-bottom: 10%;
}

.sec-spacing-3{
    padding-top: 3%;
    padding-bottom: 3%;
}

#page-title {
    background-color: #181818;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    width: 100%;
}

#page-title h1 {
    font: 54px/1.3;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
}


#headertop {
    width: 100%;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    height: auto;
    overflow: hidden;
}



@media only screen and (max-width:991px) {
	#headerbar {
    height: auto;
    padding-top: 55px;
/*    max-height: 130px;*/
		border-right: 1px solid #feca08;
    border-left: 1px solid #feca08;
}
	.logo img {
        max-width: none;
        margin: 0px auto;
        display: block;
        text-align: -webkit-center;
    }
	.hero-box{
		margin-top: 5%;
	}
	.hero-box-1 h2,.hero-box-2 h2, .hero-box-3 h2{
    font-size: 32px;
	}
	
	.text-sm-center{
		text-align: center;
	}
	
	.sm-center{
		display: block;
    	text-align: -webkit-center;
        margin: 0 auto;
	}
	
	footer{
		text-align: center!important;
	}
    
    .header--image--container, .page-title-container, .section-hero {
/*    margin-top: 55px;*/
    }
	.page-title-container.no-clear{
		margin-top: 0;
	}
	.clear-sm{
		margin-top: 35px;
	}
	.halfmenu .tertiary-button.call {
		margin-bottom: -10px;}
}

@media only screen and (min-width: 100px) and (max-width:721px) {
    #page-title {
        padding-top: 23px;
        padding-bottom: 23px;
        height: auto;
    }
}

@media only screen and (orientation : landscape) {body{width: 100%!important;}}

