﻿/*====================================== 
		CSS reset/normalize 
========================================*/

/*===== Correct `block` display not defined in IE 8/9. =====*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

svg:not(:root) {
    overflow: hidden;
}

.inventorypage header {
    z-index: 999 !important;
}

/*====================================== 

			BASE STYLES 

========================================*/
* {
	
    box-sizing: border-box;
}

.surroundlogos {
    display: flex;
    justify-content: space-between;
    width: 75%;
    align-items: center;
    flex-wrap: wrap;
}

.surroundlogos a {
    height: 300px;
    object-fit: cover;
    width: 200px;
    margin: 0;
    align-items: center;
    display: flex;
    margin: 0 10px;
}

.surroundlogos a img {
    width: 100%;
    align-items: center;
}

.buttonseparate {
    display: flex;
}

.buttonseparate a:last-of-type {
    background: #111111;
    color: #f68000;
}

.mc-thumb-strip,
.mc-thumb-strip * {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.clear {
    clear: both;
}

img {
    border: 0;
    max-width: 100%;
}

.slightlybigger {
    width: 270px !important;
}

body {
    font-family: changa, sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0;
    background-color: #eee !important;
    color: #111;
}

hr {
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    height: 1px;
}

.white-bg {
    background-color: #fff;
}

.dark-bg {
	background-color: #333;
    background-image: url(../siteart/dark-bg.png);
	background-repeat: repeat;
}

.footer {
    color: white;
}

.orange-bg {
    background-color: #ff811a;
}

.lines-bg {
    background: url(../siteart/lines-bg.png) repeat;
	background-color:#000;
}

.tile-bg {
    background: url(../siteart/tile-bg.png) repeat;
	background-color:#000;
}

.shadow {
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1);
}

.black-bg {
    background-color: #303030;
}

.topbar {
    position: static !important;
}

.dark-bg>p,
.tile-bg>p,
.orange-bg>p {
    color: #fff;
}

.header-text {
    font-family: stencil, sans-serif;
    font-size: 77px;
}

span.header-text img {
    width: 550px;
}

#attachments-scroll {
    display: none;
}





/*====================================== 

			TYPOGRAPHY

=======================================*/

@font-face {
    font-family: "changa";
    src: url(../webfonts/changa.woff);
}

@font-face {
    font-family: "changal";
    src: url(../webfonts/changalight.woff);
}

@font-face {
    font-family: "changab";
    src: url(../webfonts/changabold.woff);
}

@font-face {
    font-family: "stencil";
    src: url(../webfonts/oswald-stencil.woff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: changab, sans-serif;
    font-weight: 400;
    margin: 5px 0;
    color: #303030;
    text-transform: uppercase;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
    font-family: changal, sans-serif;
    font-weight: 200;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white {
    color: #fff;
}

h1.orange,
h2.orange,
h3.orange,
h4.orange,
h5.orange,
h6.orange,
p.orange,
span.orange,
a.orange {
    color: #ff811a;
}

h1.inline,
h2.inline,
h3.inline,
h4.inline,
h5.inline,
h6.inline {
    display: inline-block;
}

h1.huge {
    font-size: 2.9rem;
}

h1 {
    font-size: 36px;
}

h1.mobilePhone {
    display: none;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p:not(.form-main *),
li:not(.form-main *) {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0;
    font-family: changa, sans-serif;
    padding: 5px 2%;
    color: #111;
}

p.small {
    font-size: 13px;
}

p.medium {
    font-size: 18px;
}

p.large.white {
    font-size: 24px;
    color: WHITE;
}

.white p {
    color: #fff !important;
}

strong {
    font-family: changab, sans-serif;
}

.text-center {
    text-align: center;
}

.col-md-4.col-xl-3.text-center {}

.stencil {
    font-family: stencil, sans-serif;
}

/*====================================== 

			LINK STYLES

=======================================*/

a {
    text-decoration: none !important;
    color: #FF811A;
}

.bottom-bar .mobile-listing-control-bar .nav-sort .sort-option-container .sort-option {
    color: black !important;
}

a.financelink {
    width: 100%;
    text-align: center;
    background: #f68000;
    display: flex;
    justify-content: center;
    padding: 20px;
    font-family: changa, sans-serif;
    font-size: 30px;
}

a.header-tel {
	font-family: changab, sans-serif;
    font-weight: 400;
    margin: 5px 0;
    text-transform: uppercase;
	font-size: 36px;
}

a:hover {
    color: #111;
    text-decoration: none;
}

.orange-bg a {
    color: #fff;
    text-decoration: underline;
}

header a[href^="tel:"],
footer a[href^="tel:"],
.orange-bg a[href^="tel:"] {
    color: #fff !important;
}

.orange-bg a:hover {
    color: #fff;
    text-decoration: none;
}

.black-bg a {
    color: #fff;
    text-decoration: underline;
}

.black-bg a[href^="tel:"] {

    color: #fff !important;
}

.black-bg a:hover {
    color: #fff;
    text-decoration: none;
}






/*======================================

		TOPBAR/HEADER STYLES 

=======================================*/

header {
    width: 100%;
    margin: 0;
    background-color: #FF811A;
    text-align: center;
    display: block;
    position: relative;
    z-index: 999999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    /* top: 33px; */
}

header,
header * {
    box-sizing: border-box !important;
}

#navbar .justify-content-around {
    height: 50px !important;
}





/*======================================

		See menu.css for Nav Styles 

=======================================*/





/*======================================

			CONTENT STYLES

=======================================*/


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#wrapper {
    width: 100%;
    /*	max-width: 1200px;	/*For sites that shouldn't be full-width*/
    padding: 0;
    /* position: absolute; */
    top: 337px;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s;
    /* Firefox */
    -webkit-animation: fadein 0.5s;
    /* Safari and Chrome */
    -o-animation: fadein 0.5s;
    /* Opera */
}

.padding.top {
    padding-top: 20px;
}

.padding.left {
    padding-left: 20px;
}

.padding.bottom {
    padding-bottom: 20px;
}

.row.justify-content-center.padding.top.bottom {}

.row.justify-content-center.padding.top.bottom.flex-column {}

.padding.right {
    padding-right: 20px;
}

.view-btn>a {
    color: #111 !important;
}


.black-trans-bg {
    background-color: rgba(0, 0, 0, 0.7);
}


/*======================================

			Hero Slider Styles

======================================*/
.hero {
    overflow: hidden;
    background-color: #000;
}

.hero:nth-of-type(2) {
    display: none;
}

.slider-img {
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    opacity: 0.2;
}

.slider-img:first-of-type {
    opacity: 1;
    display: inline-block;
}

.slider-img:nth-of-type(2) {
    display: inline-block;
}

.home-right {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

.home-right a.address-link {
    color: #fff;
    text-decoration: underline;
}

.big-phone {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4.2rem;
    background: rgba(0, 0, 0, 0.7);
}

.big-phone>h1 {
    font-size: 3.1rem;
    color: white;
}





/*======================================

		EQUIPMENT SEARCH STYLES

======================================*/
.equipment-search {
    padding: 10px 0;
    height: 316px;
}

.equipment-search h2 {
    color: #fff;
    text-align: center;
}

.equipment-search form label {
    width: 115px;
    text-align: right;
    font-size: 14px;
}

.equipment-search form input,
.equipment-search form select {
    width: calc(100% - 145px);
    height: 32px;
    margin: 8px 5px;
}

.equipment-search form input[type="submit"] {
    max-width: 130px;
    background-color: #FF811A;
    color: #fff;
    position: relative;
    display: block;
    margin: 8px auto;
    border: none;
    box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.6);
    transition: 0.2s;
}

.equipment-search form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #f7585f;
    box-shadow: none;
}






/*======================================

			HOMELINK STYLES

======================================*/
.btn.big-text {
    font-size: calc(1.25rem + ((1vw - 7.67px) * 1.0408));
}

.btn.light-text {
    font-family: changal, sans-serif;
}

.inventorypage a.btn.btn-primary.big-text.border-right-btn.light-text {
    width: 390px;
}

.allLinks .btn.border-right-btn,
.allLinks .btn.border-right-btn:focus,
.allLinks .btn.border-right-btn:active,
.allLinks .btn.border-right-btn:hover {
    border: none !important;
    border-right: 10px solid #FFAB66 !important;
    background: #ff811a !important;
    color: #fff;
    border-radius: 0;
    transition: 0.3s;
    line-height: inherit !important;
    height: auto;
}

.btn.border-right-btn:hover {
    padding-left: 20px;
}

.btn i {
    vertical-align: text-bottom;
    opacity: 0.5;
}





/*======================================

    Attachment Category Styles

======================================*/
.attach-cats>div.black-bg:hover {
    background-color: #666;
}

.attach-cats>div.orange-bg:hover {
    background-color: #C85900;
}





/*======================================

		Contact Form Styles

======================================*/
form#contact-form input,
form#contact-form textarea {
    width: 80%;
    margin: 10px 10%;
    padding: 5px 2px 5px 8px;
}

form#contact-form input.check {
	width: unset;
	margin: 0;
}





/*======================================

		Scrolling Inventory Styles

======================================*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*////////////////// NEED TO FIGURE THIS SH*T OUT ///////////////////////*/
iframe #carousel_container,
iframe #carousel_container ul,
iframe #carousel_container ul li,
iframe #carousel_container ul li a img {
    height: 110px !important;
}





/*======================================

		Inventory Styles

======================================*/
.container.cf {
    background-color: #fff;
}

.slick-dots p:not(.form-main *), .slick-dots li:not(.form-main *) {font-size: 9px !important; color:#fff;}

.body-wrapper {
    padding: 35px 20px;
}

.list-content,
.detail-content {
    max-width: 1250px !important;
}

/* Hide the attachment search */
.attachment-search {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body .full #wide_col {
    max-width: none !important;
    width: 100% !important;
}




/*======================================

			FOOTER STYLES

======================================*/
.footer img {
    max-height: 200px;
    margin: 0 auto;
}

.footer>div>ul {
    display: inline-block;
    float: left;
    font-size: 10px;
    color: white;
    line-height: 1.25rem;
    list-style: none;
}

.footer li {
    color: white;
}

.footer ul {
    padding-left: 7px;
}

.footer li {
    margin: 3px 0;
    list-style-type: none;
    line-height: unset;
    padding: 2px 2% !important;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: #ff811a;
    text-decoration: underline;
}






.mobile-only {
    display: none !important;
}

/*======================================

		  RESPONSIVE STYLE

======================================*/

@media screen and (max-width: 1250px) {
    .home-right img {
        display: none;
    }

    .home-right {
        padding-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .surroundlogos {
        justify-content: center
    }

}

@media screen and (max-width: 1000px) {
    .buttonseparate {
        flex-direction: column
    }
}

@media screen and (max-width: 768px) {
    h1.mobilePhone {
        display: block;
    }
}

/*===== Responsive navbar breakpoint =====*/
@media screen and (max-width: 965px) {
    .mobile-only {
        display: inline-block !important;
    }

    #wrapper {
        top: 80px;
        opacity: 1 !important;
    }

    .hero:first-of-type {
        display: none;
    }

    .hero:nth-of-type(2) {
        display: block;
    }

    .slider-img {
        width: 100% !important;
        opacity: 0.2 !important;
    }

    .col-md-6.home-right {
        max-width: 100% !important;
    }

    .home-about__header .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .home-about__header .phone,
    .home-about__header .email {
        width: 50%;
        max-width: 50%;
        flex: auto;
    }
}

@media (min-width: 1920px) {
    .btn.big-text {
        font-size: 32px;
    }
}

/*===== Bootstrap col-md breakpoint =====*/
@media screen and (max-width: 768px) {
    .exception .col-md-4.col-xl-3.text-center {
        display: block;
    }

    .col-md-4.col-xl-3.text-center {
        display: none;
    }

    .btn.big-text {
        font-size: 32px;
    }

    .footer .explore {
        display: none;
    }
}

@media screen and (max-width: 670px) {
    .home-right img {
        display: none;
    }

    .home-right {
        padding-top: 20px;
    }

    h1.huge {
        font-size: 2.2rem;
    }

    .home-right {
        padding-top: 10px;
    }

    .slider-img {
        min-width: 400px;
    }

    .view-btn a.btn.big-text {
        font-size: 22px;
    }
}

/*===== Bootstrap col-sm breakpoint =====*/
@media screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {}

@media screen and (max-width: 447px) {}

@media screen and (max-width: 414px) {}


@media (max-width: 1435px) {}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .fixIt {
        height: 490px;
        width: 0px;
    }
}

.starburst {
    background: rgb(251, 202, 60);
    width: 5.5em;
    height: 5.5em;
    text-align: center;
    color: black;
    font-weight: 1000;
    font-size: 17px;
    padding-top: 12px;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 30%));
    margin-top: -65px !important;
    margin-left: 6px !important;
}

.starburst,
.starburst span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.starburst span {
    width: 100%;
    height: 100%;
    background: inherit;
    transform: rotate(45deg);
}

.starburst:before,
.starburst:after,
.starburst span:before,
.starburst span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transform: rotate(30deg);
}

.starburst:after {
    transform: rotate(-30deg);
}

.starburst span:after {
    transform: rotate(30deg);
}

.starburst span:before {
    transform: rotate(-30deg);
}

.example {
    position: absolute;
    top: 50%;
    margin-top: -1.25em;
    margin-left: -1.25em;
}

#example-1 {
    left: 25%;
}

#example-2 {
    left: 75%;
    transform: rotate(-45deg);
}

/* Job App  */
/*! CSS Used from: https://shaffimplement.com.hdev/css/styles.css?v=1.2 */

.site-form {
    width: 100%;
    margin: 35px 0 0 0;
    padding: 0;
}

.site-form h6 {
    font-size: 1.1em;
    font-weight: 700;
}

.site-form .three-cells {
    width: 32.3%;
    *width: 32%;
    box-sizing: border-box;
}

.site-form .full-cell {
    width: 99% !important;
}

.site-form .last {
    margin-right: 0 !important;
}

.site-form .instructions {
    font-size: 14px;
    color: #000;
    margin: 6px 0 6px 0;
    text-transform: capitalize;
}

.site-form input[type="text"],
.site-form input[type="email"],
.site-form input[type="number"],
.site-form input[type="date"],
.site-form select {
    margin: 6px .8% 9px 0;
    padding: 14px 0;
    font-size: 14px;
    background-color: #fff;
    border: 1px #e8e8e8 solid;
    text-indent: 12px;
    box-sizing: border-box;
}

.site-form input[type="text"]:focus,
.site-form input[type="email"]:focus,
.site-form input[type="number"]:focus,
.site-form input[type="date"]:focus,
.site-form select:focus {
    border: 1px #d51c1c solid;
    background-color: #fff;
}

.site-form input[type="submit"] {
    height: 46px;
    padding: 0 20px;
    margin: 10px 0 0 0;
    font-size: 14px;
    border: none;
    color: #fff;
    background: #be0001;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-appearance: none;
}

.site-form input[type="submit"]:hover {
    color: #fff;
    background: #222;
    -webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: shadow-pop-bl 0.3s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    -webkit-appearance: none;
}

.CaptchaImagePanel {
    text-align: center;
}

.CaptchaImagePanel img {
    width: 182px;
    margin: 0 auto;
}

.CaptchaAnswerPanel input {
    padding: 8px 8px;
    border: 1px #e6e6e6 solid;
    background-color: #fff;
}

.main {
    margin: 3.5% auto;
}

.main article {
    width: 100%;
    /* max-width: 1175px; */
    margin: 0 auto;
}

article {
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 300;
}

.form-main {
    width: 90%;
    max-width: 1350px;
}

@media screen and (max-width: 1200px) {
    .main {
        margin: 5% auto;
    }
}

@media screen and (max-width: 850px) {
    .site-form .three-cells {
        width: 100%;
        *width: 100%;
    }

    .site-form .full-cell {
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .main {
        margin: 7.5% auto;
    }
}

@media screen and (max-width: 550px) {
    article h1 {
        font-size: 1.65em;
    }
}

/*! CSS Used from: Embedded */
.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: center;
    padding: 10px;
}

.CaptchaImagePanel {
    padding: 5px 5px 10px 5px;
}

.CaptchaImage {
    border: 1px solid #333;
}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
}

.CaptchaAnswerPanel {
    padding: 5px 5px 10px 5px;
}

.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
}