/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
## Typography
## Elements
## Forms
## Navigation
## Extra Styles

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

span.option-name {
    line-height: 1;
    padding-left: 5px;
    font-size: 12px;
}

html {
    /*     font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    */ overflow-y: scroll;
    /* Keeps page centered in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

img {
    height: auto;
    display: block;
    max-width: 100%;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p,
.content-hold,
.entry-content,
.content-wrap {
    margin: 0 0 25px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    margin: 0;
}

h1 {
    font-size: 52px;
    margin-bottom: 20px;
}

h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.faceted-section-head h5,
.faceted-section-head span {
    font-size: 15px;
    line-height: 1.4;
}

h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

h6.small {
    font-size: 14px;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

small {
    font-size: 14px;
}

big {
    font-size: 52px;
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 25px;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

.clr-red {
    color: red;
}

label {
    display: block;
    /*     font-size: 15px; */
    font-weight: 400;
}

form {
    margin-top: 50px;
}

.form-inline {
    justify-content: space-between;
}

.form-inline .form-group:last-child {
    float: right;
}

.form-inline .form-group {
    width: 48%;
    margin-bottom: 15px;
}

.form-inline .input {
    width: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    -webkit-appearance: button;
    background: #a70000;
    border: 1px solid #a70000;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition-property: background, color;
    transition-duration: 0.5s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #730808;
    border: 1px solid #730808;
}

input[type="text"],
input[type="password"],
textarea,
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
select {
    width: 100%;
    border: 1px solid #ccc;
    background-color: none;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    line-height: 1;
    padding: 10px;
    height: 40px;
}

textarea {
    height: 150px;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    color: #000;
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required::-webkit-input-placeholder {
    color: #000;
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required:-moz-placeholder {
    color: #000;
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required::-moz-placeholder {
    color: #000;
}

form.wpcf7-form.invalid input.wpcf7-validates-as-required :-ms-input-placeholder {
    color: #000;
}

textarea.form-control {
    border-radius: 0;
    color: #000;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
    border-color: #a70000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(167, 0, 0, .075), 0 0 8px rgba(167, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(167, 0, 0, .075), 0 0 8px rgba(167, 0, 0, .075);
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #a70000;
    transition-property: color, opacity;
    transition-duration: 0.5s;

}

a,
a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
    Menu Start
--------------------------------------------------------------*/

.main-navigation {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 5000;
}

.main-navigation a {
    color: #000;
    padding: 10px 9px;
}

.main-navigation a:hover {
    color: #a70000;
}

.main-navigation ul ul a:hover {
    color: #fff;
}

.main-navigation li {
    position: relative;
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    width: 250px;
    margin-left: 0;
    background: #ffffff;
    top: 57px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: visibility 0s linear 0.8s, opacity 0.5s linear, top 0.2s linear;
    -o-transition: visibility 0s linear 0.8s, opacity 0.5s linear, top 0.2s linear;
    transition: visibility 0s linear 0.8s, opacity 0.5s linear, top 0.2s linear;
    -webkit-transition: visibility 0s linear 0.8s, opacity 0.5s linear, top 0.2s linear;
    transition-delay: 0.8s, 0s, 0s;
    transition-delay: 0.8s, 0s, 0s;
    transition-delay: 0.8s, 0s;
}

.main-navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    top: 71px;
}
.main-navigation li ul li,
.main-navigation li ul li a {
    display: block;
}

.main-navigation li ul li a {
    padding: 15px;
}

.main-navigation li ul li a:hover {
    background: #a70000;
    color: #fff;
}

.main-navigation ul li:hover ul ul {
    opacity: 0;
    visibility: hidden;
}

.main-navigation ul ul ul {
    left: 250px;
    opacity: 0;
    visibility: hidden;
    top: 15px;
}

.main-navigation ul ul li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.col-md-4 {
    width: 25% !important;
}

/*--------------------------------------------------------------
        Menu End
--------------------------------------------------------------*/

/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/

.fnt-semi {
    font-weight: 600;
}

.fnt-bold {
    font-weight: 700;
}

.fnt-exbold {
    font-weight: 800;
}

@keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

img {
    transition-property: transform;
    transition-duration: 0.5s;
}

.scale figure:hover img {
    transform: scale(1.1);
}

.site {
    display: flex;
    flex-direction: column;
}

body {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.85;
    font-family: 'Open Sans', sans-serif;
}

/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/

.top-head {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.top-head a {
    color: #fff !important;
}

a {}

.top-head a:hover {
    color: #a70000;
}

.top-head i {
    padding-right: 5px;
}

.top-head li {
    display: inline-block;
    padding-right: 25px;
}

.top-head ul:last-child li {
    padding-right: 0;
}

.bottom-head {
    padding: 5px 0;
}

.bottom-head li.current-menu-item a {
    background: #a70000;
    color: #fff;
}

.bottom-head li.current-menu-item ul a {
    background: #fff;
    color: #000;
}

.top-head .col-12,
.bottom-head .col-12 {
    display: flex;
    justify-content: space-between;
}

.bottom-head .col-12 {
    align-items: center;
}

.bottom-head li {
    display: inline-block;
}

.site-branding {
    margin-left: 0;
}

/*banner*/

.banner-wrap li {
    background-size: cover !important;
    min-height: 700px;
}

.inner-banner {
    position: relative;
}

.banner-wrap li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 120px 220px 100px rgba(0, 0, 0, 1);
}
.slideshow-headings {
	color:#fff;
	font-size:45px;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 52px;
    margin-bottom: 20px;
}
.right-arrow,
.left-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.right-arrow {
    left: 25px;
}

.left-arrow {
    right: 25px;
}

.slick-active .content-block,
.inner-banner .content-block {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

.content-block {
    font-size: 18px;
    font-weight: 600;
    margin-top: 50px;
}

.content-block h1 {
    font-size: 45px;
    margin-bottom: 5px;
    line-height: 1;
}

.content-block,
.content-block h1,
.content-block a {
    color: #fff;
}

.banner-link {
    font-size: 34px;
}

.banner-link:hover {
    color: #a70000;
}

.hero-banner {
    position: relative;
}

.main-content-wrapper {
    max-width: 1620px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}

.features {
    border-top: 8px solid #a70000;
    border-bottom: 8px solid #a70000;
}

.features.row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.features .col-12 {
    padding: 0;
    margin: 0;
}

.features .col-md-3 {
    background: #fff;
}

.features .col-md-4 {
    background: #fff;
}

.features figure {
    max-height: 285px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
}

.features .col-md-4:last-child figure {
    margin-right: 0;
}

.features figure a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.5;
}

.features figure figcaption a::before {
    display: none;
}

.features figure figcaption a:hover {
    color: #a70000;
}

.features figure:hover a::before {
    opacity: 1;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

figcaption {
    padding: 0 15px;
}

figcaption,
figcaption * {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    z-index: 3;
    letter-spacing: 1px;
}

.features figure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 45px 30px rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.contact-info {
    margin-bottom: 70px;
    font-size: 14px;
    text-transform: uppercase;
}

.equipment-block {
    background-size: cover !important;
    color: #fff;
}

.equipment-block h2 {
    margin-bottom: 10px;
}

.equipment-block h2,
.contact-info h2 {
    color: #fff;
    font-size: 28px;
}

.contact-info h2 {
    margin-bottom: 5px;
}

.txt-uppercase {
    text-transform: uppercase;
}

.style-1 {
    display: inline-block;
}

.style-1::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #a70000;
    display: block;
}

.equipment-block {
    position: relative;
}

.equipment-block::after,
.footer::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.footer::after {
    background: rgba(0, 0, 0, 0.8);
}

.equipment-block .row {
    margin: 0;
}

.equipment-block .container .row {
    z-index: 2;
    position: relative;
    padding: 65px 25px;
}

.equipment-block .col-md-8 {
    padding-right: 150px;
}

.contact-info a {
    color: #fff;
}

.contact-info a:hover {
    color: #a70000;
}

.contact-info:last-child {
    font-size: 15px;
    margin-bottom: 0;
}

address {
    margin-bottom: 15px;
}

.img-block {
    padding: 15px 0;
    background: #000;
}

.img-block img {
    margin: 0 auto;
}

.google-maps {
    position: relative;
    height: 300px;
}

.google-maps iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.footer {
    color: #fff;
    padding: 70px 0;
    font-size: 14px;
    position: relative;
    background-size: cover !important;
}

.footer * {
    box-sizing: border-box;
}

.footer .row {
    position: relative;
    z-index: 2;
}

.footer h4 {
    color: #BB0404;
    margin-bottom: 5px;
}

.footer .col-md-8 {
    font-size: 15px;
    padding-left: 140px;
}

.footer .col-md-8 li {
    display: inline-block;
    padding: 0 10px;
    line-height: 80%;
    border-right: 1px solid #a70000;
}

.footer .col-md-8 li:first-child {
    padding-left: 0;
}

.footer .col-md-8 li:last-child {
    border-right: 0;
    padding-right: 0;
}

.footer .col-md-4 {
    text-transform: uppercase;
}

.footer .col-md-4 a {
    color: #fff;
}

.footer .col-md-4 a:hover {
    color: #a70000;
}

.footer .col-md-8 a:hover {
    color: #fff;
}

.footer .col-md-8 a {
    text-decoration: underline;
}

.footer .col-md-4 {
    border-right: 3px solid #a70000;
}

.footer .col-md-4,
.footer .col-md-8 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.inner-banner {
    background-size: cover !important;
    min-height: 320px;
    overflow: hidden;
}

.inner-about title {
    display: block;
    font-size: 28px;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    clear: both;
    margin-bottom: 25px;
}

.inner-about title::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #a70000;
    display: block;
}

.container .container.cf {
    padding: 0;
}

.inner-about .row {
    margin: 0;
    padding: 50px 15px 100px;
    background: rgba(253, 253, 253, 1.00);
}

.inner-about .container {
    z-index: 2;
    position: relative;
}

.container.adjuva,
.container.adjuva .container.cf {
    max-width: 100% !important;
    width: 100% !important;
}

.container.adjuva {
    z-index: 9;
}

.container.adjuva .col-12 {
    box-sizing: border-box;
}

.inner-about {
    position: relative;
}

.inner-about:before {
    content: '';
    background: url('file://///sandhills.int/dev/HostDealerPages/www.bh-equip.com/siteart/inner-welcome.png') no-repeat top center;
    background-size: contain;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}

.inner-about:after {
    content: '';
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mobile-logo {
    display: none;
}

a.fb-sticky {
    position: absolute;
    top: 42px;
    z-index: 99;
    left: -92px;
    background: #c01f1e;
    text-transform: uppercase;
    padding: 10px;
    transform: rotate(-90deg);
    font-weight: 700;
}

a.fb-sticky span,
a.fb-sticky i {
    color: #fff;
}

.fb-sticky i {
    padding-right: 5px;
}

.features .col-md-4:last-child figure img {
    width: 100%;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {

    .banner-wrap li::before,
    .inner-banner::before {
        top: -55px;
        box-shadow: 0px 120px 220px 100px rgba(0, 0, 0, 0.75);
    }
}


#bhequip-fb-widget {
    top: 125px;
    right: -300px;
    z-index: 99999;
    background: #fff;
    width: 300px;
    height: 500px;
    position: fixed;
    transition-property: right;
    transition-duration: 0.5s;
}


#bhequip-fb-widget.a-widget {
    right: 0;
}



/*  SCROLLING IMAGE INVENTORY SANDHILLS 
------------------------------------------------*/
.scrolling-wrap {
    width: 100% !important;
    height: 90px !important;
    overflow: hidden;
    z-index: 1 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.scrolling {
    width: 100% !important;
    height: 90px !important;
}


/* Footer Styles */

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ea2725;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
}

.divfooter {
    max-width: auto;
    text-align: left;
    margin: 0 auto;
}


/* captcha align left */
.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: left !important;
    padding: 10px;
}

.white-links {
    color: #fff;
}

.white-links a:hover {
    color: #ea2725;
}
