/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{background: transparent; border: 0; margin: 0; padding: 0;} ol, ul{list-style: none;} img{max-width: 100%; height: auto; image-rendering: -webkit-optimize-contrast;} @-ms-viewport{ width: auto !important;}
.entry-content{max-width: 100%; min-width: 300px;}

.column12, .column11, .column10, .column9, .column8, .column7, .column6, .column5, .column4, .column3, .column2, .column1{float: left; padding: 0 20px 0 0;} .column12{width: 100%;} .column11{width: 91.6666%;} .column10{width: 83.3333%;} .column9{width: 75%;} .column8{width: 66.6666%;} .column7{width: 58.3333%;} .column6{width: 50%;} .column5{width: 41.6666%;} .column4{width: 33.3333%;} .column3{width: 25%;} .column2{width: 16.6666%;} .column1{width: 8.3333%;} .last{padding: 0;} .cf{zoom: 1;} .cf:before, .cf:after{content: ""; display: table;} .cf:after{clear: both;} .clear{clear: both;} *{box-sizing: border-box;}
.main{padding: 50px 0;} .container{max-width: 1250px !important;}

/* TYPOGRAPHY */

html, body{font-family: "Roboto", sans-serif; font-size: 16px; -webkit-text-size-adjust: none}
::-moz-selection{background: #ff3600; color: #fff; text-shadow: none} ::selection{background: #ff3600; color: #fff; text-shadow: none}

h1, h2, h3, h4, h5, h6{font-family: "Roboto Condensed", sans-serif; font-weight: 700;}
h1{font-size: 36px;} h2{font-size: 24px;} h3{font-size: 18px;} h4{font-size: 16px;}
p{font-size: 16px; line-height: 24px;}
a{color: inherit; transition: all .2s ease-in-out;} a:hover{color: inherit;}
.theme-color{color: #ff3600;}

a.button, a.btn{display: block; background: #ff3600; padding: 12px; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; text-align: center; color: #fff;} a.btn{display: inline-block;}
a.button:hover, a.btn:hover{background: #992100; color: #fff;}

/* HEADER */

.top-header{position: relative; background: #fff; color: #333; z-index: 999999;}
.top-header .orange-bar{float: left; width: 442px; height: 41px; background: #ff3600; border-bottom: 1px #000 solid;}
.top-header .nav{float: right; position: relative; font-size: 0; text-align: right; z-index: 999;}
.top-header .nav img{position: relative; top: -2px; max-height: 15px; padding-right: 3px;}
.top-header .nav ul li{border-left: 1px #ccc solid;}
.top-header .nav ul li a{padding: 10px .5vw; color: #333; border: none;}
.top-header .nav ul li:hover > a{border-bottom: none; background: #f5f5f5;}
.top-header .nav ul ul li a, .top-header .nav ul ul li:hover > a{color: #333;}
.top-header .search-toggle{float: right; position: relative; color: #333; padding: 8px 12px 9px; border-left: 1px #ccc solid; border-right: 1px #ccc solid; cursor: pointer;}
.top-header .search-toggle:hover, .top-header .search-toggle.active{color: #555;}
.top-header .search-toggle .quick-search{top: calc(100% + 2px);}

.header{position: relative; background: #000; border-bottom: 1px #fff solid; box-shadow: 0 0 5px 0 rgba(0,0,0,.25);}
.header .logo{float: left; background: #ff3600; padding: 12px 30px 12px 25px; font-family: "Roboto Condensed", sans-serif; font-weight: 700; display: flex; justify-content: space-between; align-items: center;}
.header .logo a, .header .logo a:hover{color: #fff;}
.header .logo img{width: 110px;} .header .logo span{display: inline-block; text-indent: 45px; padding: 8px 1.5em 2px 0;}
.header .nav{float: right; width: calc(100% - 500px); position: relative; font-size: 0; text-align: right; z-index: 999;}

.quick-search{display: none; position: absolute; width: 300px; right: 0; z-index: 9999; box-shadow: 0 0 5px 0 rgba(0,0,0,.25);}
.quick-search form{position: relative;}
.quick-search form:before{font-family: FontAwesome; content: '\f061'; position: absolute; top: 13px; right: 10px; color: #ccc; pointer-events: none; z-index: 999;}
.quick-search input[type="text"]{display: block; padding: 15px; width: 100%; font-size: 12px; border: none; color: #555;}
.quick-search input[type="submit"]{position: absolute; top: 0; right: 0; height: 38px; width: 38px; font-size: 0; padding: 17px 12px; opacity: 0;}

/* NAVIGATION */

.nav ul li{display: inline-block; position: relative;}
.nav ul li a{display: block; font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 700; text-transform: uppercase; color: #fff; padding: 30px 10px; border-bottom: 5px transparent solid;}
.nav ul li:hover > a{border-bottom: 5px #ff3600 solid;}
.nav ul li:hover > ul{left: -1px;}
.nav ul ul{display: block; position: absolute; left: -9999px; border-bottom: 1px #fff solid; box-shadow: 0 0 5px 0 rgba(0,0,0,.25);}
.nav ul ul li{border: 1px #fff solid; border-bottom: none;}
.nav ul ul li a{background: #fff; width: 220px; text-transform: none; text-align: left; color: #333; padding: 12px 1vw; border-bottom: none;}
.nav ul ul li:hover > a{background: #f5f5f5; border-bottom: none;}

.mobile-menu, .toggle-menu, .toggle-menu ul ul{display: none; position: relative;}
.mobile-menu .fa{margin: 0 5px 0 0;}
.mobile-menu a{float: left; width: 33.3333%; display: block; background: #ff3600; font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 12px; text-transform: uppercase; text-align: center; color: #fff; border: 1px solid #fff; padding: 10px 5px; cursor: pointer;} .mobile-menu a:hover{background: #444;}
.mobile-menu .quick-search{top: 100%; width: 100%;}
.mobile-menu .quick-search input[type="text"]{padding: 15px !important;}

.toggle-menu .has-sub{position: relative; cursor: pointer;}
.toggle-menu .has-sub:after{position: absolute; font-family: FontAwesome; content: '\f0d7'; color: #fff; top: 20px; right: 20px;}
.toggle-menu .toggle-active:after{content: '\f0d8' !important;}
.toggle-menu ul li a{display: block; background: #333; font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; border-bottom: 1px #777 solid; color: #fff!important; padding: 20px;}
.toggle-menu ul ul li a{background: #555; color: #fff!important; padding: 20px;}

/* HOME */

.category-container{display: block; position: relative; padding: 25px 0;}
.category-container p{font-family: "Roboto Condensed", sans-serif; font-weight: 700;}
.category-row{display: flex;}
.category{flex: 1; position: relative; background: #fff; margin: 1px; padding: 15px 10px 10px; border: 1px solid #eee; box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.15); overflow: hidden; transition: all .2s ease-in-out;}
.category:hover{box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);}
.category img{display: block; margin: 0 auto;}
.category p{font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 16px; color: #555; margin: 5px 0 0;}

.hero{display: flex; background: #000; text-align: center; color: #fff; border-bottom: 3px #000 solid;}
.hero .showroom-bg{flex: 1; background: url("../images/showroom.jpg") no-repeat center center; background-size: cover; padding: 100px;}
.hero .new-bg{flex: 1; background: #333; margin: 25px; padding: 75px;}
.hero .small-title{font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase;}
.hero .main-title{font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 48px; text-transform: uppercase;}
.hero p{margin: 25px 0;}
.hero a{display: inline-flex; position: relative; width: 222px; max-width: 50%; background: #000; margin: 0 auto; padding: 15px; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; text-align: center; color: #fff; margin-top: 10px;}
.hero a:after{position: absolute; top: 15px; right: 10px; font-family: FontAwesome; font-size: 18px; content: '\f0da'; color: #ff3600; transition: all .2s ease-in-out;} .hero a:hover:after{right: 15px;}

.about-section{background: url("../images/about-bg.png") top center no-repeat; padding: 50px 0 0;}
.about-section .about-image{float: left; width: 50%; padding: 0 25px;}
.about-section .about-image img{position: relative; top: 25px;}
.about-section .about-text{float: left; width: 50%; padding: 50px;}
.about-section .about-text h3{margin: 5px 0;}
.about-section .welcome{font-family: "Roboto Condensed", sans-serif; font-size: 36px; font-weight: 700; text-transform: uppercase; line-height: 32px;}
.about-section .welcome span{font-size: 24px;}
.about-section .button-container{display: block; margin: 25px 0 0;}
.about-section .button-container a{display: inline-block; background: #000; padding: 12px 50px; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; text-align: center; color: #fff; border: 1px #000 solid; cursor: pointer;} .about-section .button-container a:hover{background: #333; color: #fff;}
.about-section a#atlas {width: 180px; display: block;}
.about-section a#atlas img {width: 100%; max-width: 180px; margin: 1em 0; display: block;}

.testimonials{background: url("../images/testimonials.jpg") center center; padding: 50px; border-bottom: 1px #ccc solid;}
.testimonials .testimonial-container{float: left; width: 500px; font-size: 100% !important; color: #fff;}
.testimonials .testimonial-container .welcome{font-family: "Roboto Condensed", sans-serif; font-size: 36px; font-weight: 700; text-transform: uppercase; line-height: 32px;}
.testimonials .testimonial-container .welcome span{font-size: 24px;}
.testimonials .request-container{float: right; width: calc(100% - 550px); display: flex;}
.testimonials .request-container .request-box{flex: 1; position: relative; background: #fff; margin: 10px; padding: 25px 25px 25px 100px;}
.testimonials .request-container .request-box img{position: absolute; top: -16px; left: 10px;}
.testimonials .request-container .request-box h2{text-transform: uppercase; margin-bottom: 10px;}
.testimonials .request-container .request-box a{display: inline-block; font-family: "Roboto Condensed", sans-serif; font-weight: 700; color: #ff3600; margin: 5px 0;}
.testimonials .request-container .request-box a:hover{color: #992100;}
.testimonials .n2-ss-control-bullet{bottom: -25px !important;}

.categories{background: #f5f5f5; padding: 0 0 50px; font-family: "Roboto Condensed", sans-serif; font-weight: 700;}
.categories .category-title{background: #f5f5f5;}
.categories .category-title .category-main{display: inline-block; position: relative; top: 5px; padding: 0 50px 0 0;}
.categories .category-title .category-main strong{font-size: 28px; padding-right: 5px;}
.categories .category-title .category-main .fa{position: absolute; top: 0; right: -18px; background: #fff; padding: 10px 15px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);}
.categories .category-title .category-sub{display: inline-block; background: #333; color: #fff; padding: 25px 50px;}
.categories .category-container{display: block; background: #fff; position: relative; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);}
.categories .category-row{display: flex;}
.categories .category{flex: 1; position: relative; background: #fff; margin: 1px; padding: 25px 10px; overflow: hidden; transition: all .2s ease-in-out;}
.categories .category img{display: block; margin: 0 auto;}
.categories .category p{font-size: 14px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 16px; color: #555; margin: 5px 0 0;}
.categories .category:hover p{color: #ff3600;}

.auctions{background: url("../images/auction-bg.jpg") top right; padding: 150px 50px; border-bottom: 1px #fff solid;}
.auctions .auction-container{background: #fff; padding: 100px 150px; max-width: 1200px; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);}
.auctions .auction-container .auction-title{font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 56px; text-transform: uppercase;}
.auctions .auction-container a{display: inline-block; background: #ff3600; margin: 25px 0 0; padding: 15px 35px; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; text-align: center; color: #fff;}
.auctions .auction-container a:hover{background: #992100; color: #fff;}

.promotions{display: block; background: #ccc;}
.promotions .promo-slider{float: left; width: calc(100% - 656px);}
.promotions .promo-links{float: left; width: 656px; background: #ccc; padding: 50px;}
.promotions .promo-links .link-box{display: block; margin-bottom: 10px; padding: 15px; background: #333; font-family: "Roboto Condensed", sans-serif; font-weight: 700; text-transform: uppercase; box-shadow: 0 5px 5px 0 rgba(0,0,0,.25);}
.promotions .promo-links .link-box h3{display: inline-block; text-transform: uppercase; line-height: 36px; color: #fff;}
.promotions .promo-links .link-box a{display: inline-block; float: right; padding: 10px 25px; background: #000; font-size: 14px; color: #fff;}
.promotions .promo-links .link-box a:hover{background: #ff3600;}
.promotions .promo-links .link-box-rev{background: #fff;}
.promotions .promo-links .link-box-rev h3{color: #333;}

/* NOUI SLIDER */

.noUi-target{position: relative; direction: ltr}
.noUi-origin{position: absolute; right: 0; top: 0; left: 0; bottom: 0; border-radius: 2px}
.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value{position: absolute}
.noUi-horizontal{height: 12px; z-index: 0}
.noUi-horizontal .noUi-handle{width: 25px; height: 21px; left: -13px; top: -6px}
.noUi-horizontal .noUi-handle-upper{top: -5px}
.noUi-background{background: #ccc;}
.noUi-connect{background: #ff3600 !important; border: 1px #ccc solid;}
.noUi-target{width: calc(100% - 15px); margin: 15px auto;}
.noUi-handle{position: relative; background: #fff !important; border: 1px solid #ccc; border-radius: 3px;  z-index: 1;}
.noUi-handle:after, .noUi-handle:before{content: ""; display: block; position: absolute; height: 12px; width: 1px; background: #E8E7E6; left: 10px; top: 3px}
.noUi-handle:after{left: 12px}
.noUi-pips-horizontal{padding: 5px 0; height: 10px; top: 100%; left: 0; width: 100%}
.noUi-marker-horizontal.noUi-marker{margin-left: -1px; width: 1px; height: 5px; background: #777;}
.example-val{font-family: "Roboto Condensed", sans-serif; font-size: 14px; font-weight: 700;} .example-val span{font-weight: 400;}
#slider-price-value-lower:before, #slider-price-value-upper:before{content: '$'; padding-right: 2px}

/* SUB PAGES */

.locations{display: flex; margin: 50px 0; line-height: 24px;}
.locations .location-sidebar{width: 250px; background: #f5f5f5;}
.locations .location-sidebar strong{display: block; font-family: "Roboto Condensed", sans-serif; font-size: 16px; font-weight: 700; margin: 0 0 5px;}
.locations .location-sidebar p{padding: 20px; font-size: 14px;}
.locations .location-sidebar ul li a{display: block; font-family: "Roboto Condensed", sans-serif; font-weight: 700; padding: 15px 20px; cursor: pointer;}
.locations .location-sidebar ul li a:hover{background: #eee;}
.locations .location-sidebar ul li a.active{background: #fff; font-weight: 700; color: #ff3600;}
.locations .location-content{flex: 1; display: none; padding: 25px 25px 50px;}
.locations .location-content ul{overflow: hidden;}
.locations .location-content ul li{float: left; list-style: disc; margin: 0 15px; font-size: 13px;}

.contactForm{background: #f5f5f5; padding: 20px; margin: 15px 0; border-radius: 3px; border: 1px #ddd solid;}
.contactForm.container-fluid{padding-left: 20px !important; padding-right: 20px !important;}
.contactForm h1{font-size: 24px; margin-bottom: 15px;}
.contactForm label{display: block; margin: 0 0 5px; font-weight: 700; color: #555;}
.contactForm .checkbox{display: inline-block;}
.contactForm .checkbox label{font-weight: 400; margin: 0 15px 3px 0;}
.contactForm .form-group{margin: 0 20px 15px 0;}
.contactForm .form-control{height: 40px; padding: 10px;}
.contactForm textarea.form-control{height: 160px;}
.contactForm .glyphicon-star:before{font-family: FontAwesome; content: '\f069';}
.recaptcha27, .recaptcha31, .recaptcha33, .recaptcha35{display: inline-block; width: 300px;}
.contactForm a.btn{max-width: 300px; width: 100%;}
.form-control-feedback{height: auto; width: auto; font-size: 10px;} i.form-control-feedback{line-height: normal;}
.btn-success, .btn-success:focus{border: none;}
.btn:not(.disabled):not(:disabled):hover, .btn-success:hover{box-shadow: none; background: #992100 !important;}

.locations .contactForm{background: none; padding: 0; padding-left: 0 !important; padding-right: 0 !important; margin: 0; border: none;}
.locations .contactForm h1{font-size: 20px;}
.locations .contactForm input, .locations .contactForm select, .locations .contactForm textarea{background: #f5f5f5;}

.about-box .col-sm-6{padding-left: 10px !important; padding-right: 10px !important;}
.about-box h2{text-transform: uppercase; color: #ff3600;}
.about-box h4{text-transform: uppercase;}
.dealer-container{display: flex;}
.dealers-image{width: 400px; background: #f5f5f5;}
.dealers-image img{width: 100%;height: auto !important;}
.dealers-text{flex: 1; background-color: #f5f5f5 ; padding: 50px;}
.dealers-text h2{text-transform: uppercase; color: #ff3600;}
.team-container{display: flex;}
.team-text{width: 400px; background-color: #ff3600; padding: 50px; text-align: right; color: #fff;}
.team-text h2{font-size: 36px; text-transform: uppercase; color: #000;}
.team-text a{display: block; border: 2px #fff solid; font-family: "Roboto Condensed", sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; margin: 10px 0; padding: 12px;} .team-text a:hover{background: #fff; color: #ff3600;}
.team-images{flex: 1; background: #000; padding: 50px; color: #fff;}
.team-images .employee{float: left; width: calc(25% - 20px); margin: 10px; font-size: 12px; text-transform: uppercase; line-height: 20px;}
.team-images .employee:nth-child(4n+1){clear: both;}
.team-images .employee strong, .team-images .employee b{font-family: "Roboto Condensed", sans-serif; font-weight: 700; font-size: 16px;}
.team-images .employee img{display: block; margin: 0 0 15px; max-height: 240px; height: auto;}
.team-images .employee .employee-phone{font-size: 0; line-height: 32px; margin-right: 5px;}.team-images .employee .employee-phone:before{font-family: FontAwesome; font-size: 24px; content: '\f098';}
.team-images .employee .employee-email{font-size: 0; line-height: 32px;}.team-images .employee .employee-email:before{font-family: FontAwesome; font-size: 24px; content: '\f199';}

.widget_sandhills_bobcat_offers h1{font-size: 24px; line-height: 24px; color: #ff3600; margin-bottom: 5px !important;}
.widget_sandhills_bobcat_offers p{font-size: 14px; line-height: 20px;}
.widget_sandhills_bobcat_offers img{margin: 15px 0;}
.widget_sandhills_bobcat_offers a.btn{float: none !important; margin: 20px 0 0 !important; width: 100%;}
.widget_sandhills_bobcat_offers .offer{float: left; width: calc(33.3333% - 20px); background: #f5f5f5; margin-bottom: 10px; margin-left: 10px !important; margin-right: 10px !important; padding: 20px; border: 1px #ddd solid; border-radius: 3px; clear: none;}
.widget_sandhills_bobcat_offers .offer:nth-child(3n+1){clear: both;}

@media (min-width: 1200px){
    .widget_sandhills_bobcat_offers .container{width: 100%;}
}

/* VIDEOS */

.video-thumbnail{float: left; width: calc(25% - 10px); margin: 0 5px 15px; text-align: center;}
.video-thumbnail:nth-child(4n+4){clear: both;}
.video-thumbnail img{display: block; width: 100%;}
.video-thumbnail a{font-size: 14px; font-weight: 700; color: #777;}
.video-title{background: #fafafa; border: 1px #ccc solid; padding: 12px;}

.modal-video{position: fixed; top: 0; left: 0; height: 100%; background-color: rgba(0,0,0,.5); z-index: 1000000; cursor: pointer; opacity: 1; animation-name: modal-video; transition: opacity .3s ease-out}
.modal-video-close{opacity: 0}
.modal-video-close .modal-video-movie-wrap{transform: translate(0,100px)}
.modal-video-body{max-width: 940px; width: 100%; height: 100%; margin: 0 auto; display: table}
.modal-video-inner{display: table-cell; vertical-align: middle; width: 100%; height: 100%}
.modal-video-movie-wrap{height: 0; position: relative; padding-bottom: 56.25%; background-color: #333; animation-name: modal-video-inner; transform: translate(0,0);  transition: transform .3s ease-out}
.modal-video-movie-wrap iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%}
.modal-video-close-btn{position: absolute; padding: 0; margin: 0; z-index: 2; top: -35px; right: 0; display: inline-block; width: 25px; height: 25px; overflow: hidden; border: none; background: 0 0; cursor: pointer}
.modal-video-close-btn:after{font-family: FontAwesome; content: '\f00d'; font-size: 24px; color: #ccc;}
.modal-video-close-btn:hover:after{color: #fff;}
.modal-video, .modal-video-movie-wrap{animation-timing-function: ease-out; animation-duration: .3s; width: 100%}

@keyframes modal-video{
    from{opacity: 0} to{opacity: 1}
}
@keyframes modal-video-inner{
    from{transform: translate(0,100px)} to{transform: translate(0,0)}
}

/* SEARCH */

.search-form{background: #f5f5f5; padding: 50px;}
.search-form .container{background: #fff; max-width: 100% !important; width: 100% !important; padding: 25px !important; margin: 0 !important; box-shadow: 0 0 5px 0 rgba(0,0,0,.25);}
.search-form h2{display: block; position: relative; text-transform: uppercase; margin-bottom: 15px;}
.search-form .row{margin: 0 0 15px;}
.search-form input, .search-form select{display: block; width: 100%; background: #fff; padding: 12px; font-family: "Roboto Condensed", sans-serif; font-size: 13px; border: 1px #ccc solid;}
.search-form input[type="submit"]{display: block; background: #ff3600; padding: 15px; font-family: "Roboto Condensed", sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; color: #fff; border: none; transition: all .2s ease-in-out;}
.search-form input[type="submit"]:hover{background: #992100;}

/* FOOTER */

.footer{background: #000; padding: 50px 0 15px; font-family: "Roboto Condensed", sans-serif; font-size: 15px; font-weight: 700; text-transform: uppercase; line-height: 24px; color: #999; border-top: 1px #fff solid;}
.footer h3{margin-bottom: 10px; color: #fff;}
.footer .footer-links a{line-height: 24px; color: #999;} .footer .footer-links a.theme-color{color: #ff3600;} .footer .footer-links a:hover{color: #fff;}
.footer .social{margin: 15px 0;} .footer .social ul li{display: inline;} .footer .social ul li a{font-size: 24px; padding: 0 5px;}
.footer .copyright{font-size: 12px; text-transform: uppercase; line-height: 18px; color: #999;}
.modal{color: #000;}

/* RESPONSIVE */

@media screen and (max-width: 1600px){
    .offer-image img{-webkit-mask-image: none;}
}
@media screen and (max-width: 1260px){
	.header .nav {width: calc(100% - 460px) !important;}
    .nav ul li a{font-size: 13.5px; padding: 32px .5vw;}
    .about-section{padding: 100px 15px 25px;}
    .about-section .about-image, .about-section .about-text{float: none; width: 100%; padding: 0;}
    .about-section .about-image{text-align: center;} .about-section .about-image img{top: 0; max-height: 100px;}
    
    .testimonials{padding: 25px 15px;}
    .testimonials .testimonial-container, .testimonials .request-container{float: none; width: 100%; display: block;}
    .testimonials .request-container{margin: 50px 0 0;}
    .testimonials .request-container .request-box{flex: none; margin: 10px 0;}
    
    .promotions .promo-slider, .promotions .promo-links{float: none; width: 100%;}
    .promotions .promo-links{padding: 25px;}
    .search-form{padding: 25px;}
}
@media screen and (max-width: 1150px){    
    .top-header, .nav{display: none;}
    .header{display: table; background: none; margin: auto; box-shadow: none;}
    .header .container{width: 100% !important;}
    .header .logo{width: auto; white-space: nowrap;}
    .mobile-menu{display: block; box-shadow: 0 0 5px 0 rgba(0,0,0,.25);}
	.about-section {text-align: center;}
	.about-section a#atlas {margin: 0 auto;}
	.about-section img#atlas {margin: .5em auto;}
}
@media screen and (max-width: 1024px){  
	.container{width: calc(100% - 30px) !important;}
    .hero{display: block;}
    .hero .showroom-bg, .hero .new-bg{flex: none; padding: 50px 25px; margin: 0;}
    .categories .category-container{width: 100%; border-radius: 0; box-shadow: none; padding: 25px 0; top: 0;}
    .categories .category-row{display: block;} .categories .category{float: left; width: calc(50% - 2px);}
    .categories .category:nth-child(2n+1){clear: both;}
    
    .category-container{width: 100%; border-radius: 0; box-shadow: none; padding: 25px 0; top: 0;}
    .category-row{display: block;} .category{float: left; width: calc(50% - 2px);}
    .category:nth-child(2n+1){clear: both;}
    
    .title-container{padding: 25px 0;}
    .white-bg{width: 100%; border-radius: 0; box-shadow: none; padding: 25px 15px; top: 0;}
    .team-images .employee{width: calc(50% - 10px); margin: 10px 5px;}
    .team-images .employee img{margin: 0 auto 15px;}
    .team-images .employee:nth-child(2n+1){clear: both;} .team-images .employee:nth-child(4n+1){clear: none;}
    
    .offer-image{position: relative !important; left: 0; max-width: 100% !important; width: 100% !important; height: 75px !important; margin-bottom: 20px !important; text-align: center; box-shadow: none;}
    .offer-image img{max-width: 100% !important; width: 100% !important;}
}
@media screen and (max-width: 768px){
    .column9, .column8, .column6, .column4, .column3{float: none; width: 100%; padding: 0; margin: 10px 0;}
    
    .categories .category-title .category-main, .categories .category-title .category-sub{display: block; width: 100%; padding: 10px 15px;}
    .categories .category-title .container{width: 100% !important; margin: 0;}
    .categories .category-title .category-main .fa{display: none;}
    .auctions{padding: 50px 25px;}
    .auctions .auction-container{padding: 25px;}
    .auctions .auction-container .auction-title{font-size: 24px;}
    
    .locations{display: block;}
    .locations .location-sidebar{display: block; width: 100%; margin: 0 0 10px;}
    .locations .location-content{flex: none; width: 100%;}
    
    .dealer-container, .team-container{display: block;}
    .dealers-image, .team-text{width: 100%;}
    .dealers-text, .team-text, .team-images{padding: 15px; text-align: center;}
    .team-text h2{font-size: 28px;}
    
    .video-thumbnail{width: calc(50% - 10px);}
    .video-thumbnail:nth-child(2n+2){clear: both;}
    
    .widget_sandhills_bobcat_offers .offer{width: calc(50% - 20px);}
    .widget_sandhills_bobcat_offers .offer:nth-child(2n+1){clear: both;} .widget_sandhills_bobcat_offers .offer:nth-child(3n+1){clear: none;}
    
    .footer{padding: 25px 0 0; text-align: center;}
    .footer .quick-search, .footer-links{display: none;}
    .footer .column9{text-align: center;}
}
@media screen and (max-width: 480px){
	input, select{-webkit-appearance: none;}
	input[type="checkbox"]{-webkit-appearance: checkbox;}
    
    .about-section .button-container a{display: block; margin: 5px 0;}
    .promotions .promo-links .link-box{text-align: center;}
    .promotions .promo-links .link-box a{display: block; float: none; text-align: center;}
    
    .video-thumbnail{float: none; width: 100%; margin: 0 0 15px;}
    
    .widget_sandhills_bobcat_offers .offer{width: 100%; margin-left: 0 !important; margin-right: 0 !important;}
    .widget_sandhills_bobcat_offers .offer{clear: both;} .widget_sandhills_bobcat_offers .offer:nth-child(2n+1){clear: none;} .widget_sandhills_bobcat_offers .offer:nth-child(3n+1){clear: none;}
}
@media screen and (max-width: 420px){
	.header .logo a#hide-atlas {display: none;}
	.header .logo span {padding: 8px 0 2px 0; font-size: 14px;}
}