/* BEGIN RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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%;
    /*width:100%;*/
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

strong {
    font-family: 'roboto_condensedbold';
    font-weight: normal;
}

* {
    box-sizing: border-box;
}


/* TEXT/LINK FORMATTING */

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('/fonts/RobotoCondensed-Light-webfont.eot');
    src: url('/fonts/RobotoCondensed-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Light-webfont.woff') format('woff'), url('/fonts/RobotoCondensed-Light-webfont.ttf') format('truetype'), url('/fonts/RobotoCondensed-Light-webfont.svg#roboto_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('/fonts/RobotoCondensed-Regular-webfont.eot');
    src: url('/fonts/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Regular-webfont.woff') format('woff'), url('/fonts/RobotoCondensed-Regular-webfont.ttf') format('truetype'), url('/fonts/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('/fonts/RobotoCondensed-Bold-webfont.eot');
    src: url('/fonts/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/RobotoCondensed-Bold-webfont.woff') format('woff'), url('/fonts/RobotoCondensed-Bold-webfont.ttf') format('truetype'), url('/fonts/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #FF651A;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #FF651A;
    color: #fff;
    text-shadow: none;
}

h1 {
    font-family: 'roboto_condensedbold';
    color: #FF651A;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
}

h2 {
    font-family: 'roboto_condensedbold';
    color: #FF651A;
    font-size: 22px;
    margin-bottom: 10px;
}

h3 {
    font-family: 'roboto_condensedbold';
    font-size: 18px;
}

h4 {
    font-family: 'roboto_condensedbold';
    color: #FF651A;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

p {
    font-family: 'roboto_condensedregular';
    font-size: 16px;
    line-height: 24px;
}

a {
    color: inherit;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover {
    color: #FF651A;
    text-decoration: none;
}

ul.bullet-list {
    list-style-type: disc;
    margin-left: 15px;
}

.orange {
    color: #FF651A;
}

.small {
    font-size: 14px;
}


/* SITE FRAMEWORK */

html,
body {
    background: #333;
    font-family: 'roboto_condensedregular';
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.main {
    background: #fcfcfc;
    padding: 50px 0;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column3 {
    width: 33.3333%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    text-align: center
}

.column4 {
    width: 25%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.column5 {
    width: 20%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.last {
    padding-right: 0;
}

a.btn {
    display: block;
    padding: 10px 0;
    margin: 5px 0;
    max-width: 300px;
    background: #FF651A;
    font-family: 'roboto_condensedbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border: 1px #ccc solid;
    border-radius: 5px;
}

a.btn:hover {
    background: #D94E0A;
}


/* HEADER */

.header {
    padding: 15px 0;
    width: 100%;
    background: url(../siteart/bg.jpg);
	background-color:#fff;
}

.header .container {
    max-width: 750px;
}

#logo {
    float: left;
    width: 290px;
    padding-right: 20px;
}

.slideOut {
    left: 0!important;
}

#logo img {
    display: block;
}

#title {
    float: right;
    width: 400px;
    text-align: center;
    height: 130px;
}

#title a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#title img {
    margin: 5px 0;
    width: 100%;
}

#address {
    font-family: 'roboto_condensedbold';
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
    color: #333;
}

.announcement {
    margin: 0 auto;
    text-align: center;
}

.announcement a {
    text-decoration: none;
}

.headbutton {
    background: #ff651a;
    padding: 5px 0;
    width: 250px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
}

.headbutton:hover {
    background: #000;
}

#overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
    backdrop-filter: blur(10px);
}

.popup {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 6;
    padding: 30px 5%;
	max-height: 100%;
}

.popup p {
	text-align: center;
}

.popup span {color: #fff; cursor: pointer;}

.popup img {
	max-height: 100%;
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}


.pop-up {
    background: #FF651A;
    width:100%;
    padding:30px 20px;
    box-sizing: border-box;
    text-align: center;
}
.pop-up p {
    color:#fff;
    line-height: normal;
    font-size: 32px;
    font-family: 'roboto_condensedbold';
}
.pop-up p span {
    font-size: 22px;
    font-family: 'roboto_condensedregular';
}
.pop-up p span a {
    text-decoration: underline;
}
.pop-up p span a:hover {
    color:#000!important;
    
}
/* STYLES */

.hero {
    position: relative;
    max-height: 650px;
    overflow-x: hidden;
}

.hero img {
    width: 100%;
    height: auto;
    display: block;
}

.scroll {
    overflow: hidden;
    border-top: 5px #FF651A solid;
    border-bottom: 5px #FF651A solid;
}

.scroll iframe {
    display: block;
}

.full {
    width: 100%;
    height: auto;
}

.icons {
    background: #333;
    padding: 50px 0;
    text-align: center;
    max-width: 100%;
}

.icons .flex a {
    width: 24%;
    padding: 10px;
}

.icons .flex img {
    max-width: 80%;
}

.icon-column {
    float: left;
    width: 100%;
    padding: 35px 15px 20px;
    margin: 10px;
    box-sizing: border-box;
    border: 3px #777 solid;
    font-family: 'roboto_condensedbold';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.icons .flex .icon-column {
    float: none!important;
    margin: 0!important;
}

.icon-column img {
    display: block;
    margin: 0 auto 10px;
}

.icon-column:hover {
    border: 3px #fff solid;
}

.grey-box {
    background: #333;
    border: 2px #666 solid;
    padding: 25px;
    box-sizing: border-box;
    color: #fff;
}

.rental-brands {
    text-align: center;
}

.rental-brands img {
    margin: 15px 25px;
}

.rental-container {
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}

.line {
    width: 100%;
    height: 1px;
    margin: 10px 0 20px;
    background: #ccc;
}

.flex {
    display: flex;
}

.flex-center {
    justify-content: center;
}


/* SIDE TABS */

#fb {
    top: 245px;
    left: -300px;
    z-index: 99999;
    cursor: pointer;
}

.side {
    background: #fff;
    width: 300px;
    height: 510px;
    position: fixed;
    z-index: 999999;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

#facebookTab {
    display: block;
    height: 73px;
    width: 49px;
    background: url(../siteart/facebook.png);
    position: absolute;
    right: -49px;
    top: 0px;
}



.productlinebtn {
    display: block;
    width: 200px;
    height: auto;
    padding: 8px 0;
    background: #FF651A;
    border: 2px #FF651A solid;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
	cursor: pointer;
	text-align:center;
    margin: 10px auto 10px;
	text-decoration: none;
}



/* SEARCH */

.quarter-row {
    width: 25%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}

.detailed-form {
    background: #333;
    color: #fff;
    font-family: 'roboto_condensedbold';
    padding: 15px;
    box-sizing: border-box;
    border: 2px #FF651A solid;
    border-bottom: none;
}

.detailed-search input {
    width: 100%;
    padding: 4px !important;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dad9d9;
    box-sizing: border-box;
}

.detailed-search select {
    width: 100%;
    padding: 4px !important;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dad9d9;
    box-sizing: border-box;
}

.detailed-row {
    margin: 10px 0;
    color: #fff;
    font-size: 12px;
}

.detailed-search input[type="submit"] {
    font-family: 'roboto_condensedbold';
    font-size: 12px;
    background: #FF651A;
    width: 100%;
    height: 38px;
    color: #fff;
    display: inline-block;
    margin-top: 11px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    cursor: pointer;
}

.detailed-search input[type="submit"]:hover {
    background: #E15A18;
}


/* ZOOM STYLES */

.honda-power {
    max-width: 500px;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
}

.zoom-container {
    width: 100%;
    font-family: 'roboto_condensedbold';
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #FF651A;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.zoom-container img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.zoom-container .zoom-caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.zoom-container .zoom-caption h3 {
    display: block;
    font-family: 'roboto_condensedlight';
    font-size: 36px;
    line-height: 38px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoom-container .zoom-caption h4 {
    display: block;
    font-family: 'roboto_condensedbold';
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zoom-container:hover .zoom-caption {
    background: rgba(0, 0, 0, 0);
}

.rent-it {
    border: 2px #FF651A solid;
    box-sizing: border-box;
    background: #fff;
}

.rent-it img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.rent-it img:hover {
    margin-left: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.fin img:hover {
    opacity: .4
}

.product-lines img {
    max-width: 100%;
    width:auto;
}


.flex-model-info {
    display: flex;
    flex-wrap: wrap;
    gap:40px 0;
    margin:30px 0;
    justify-content: space-between;
}
.border-info-box-1 {
    border: 2px solid #FF651A;
    padding:20px;
    box-sizing: border-box;
}
.border-info-box-1 p {
    font-size: 20px;
}
.border-info-box-1 .btn {
    max-width: 100%;
}
.border-info-box-2 {
    padding:20px;
    box-sizing: border-box;
    background:#333;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap:30px 0;
}
.border-info-box-2 h4 {
    width:100%;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #fff;
    text-align: center;
    font-weight: 500;
    font-size: 23px;
}
.model-box-1 {
    width:49%;
    display: block;
}
.model-box-1:hover {
   opacity: 0.8; 
}
.model-box-1 img {
   max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    padding-top:20px;
}
.model-box-1 p {
    font-size: 22px;
    color:#fff;
    text-align: center;
}
.border-info-box-3 {
    background:#999;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px 0;
}
.border-info-box-3 h4 {
    color:#fff;
    text-align: center;
    border-bottom:1px solid #FF651A;
    padding-bottom:10px;
    margin-bottom:10px;
    width:100%;
    font-weight: 500;
    font-size: 23px;
}
.disc-text {
    width:100%;
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom:20px;
}
.model-box-2 {
    width:30%;
    padding:20px;
    background:#FF651A;
    text-align: center;
}
.model-box-2 h5 {
    color:#fff;
    font-size: 20px;
}
.model-box-2 p {
    color:#fff;
}

.col-1-3 {
    width:32%;
}
.col-2-3 {
    width:65%;
}
.col-1 {
    width:100%;
}


/* Shrink */

.hvr-shrink img {
    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;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover img,
.hvr-shrink:focus img,
.hvr-shrink:active img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}


/* FORM */

#form {
    background: #333;
    border: 2px #666 solid;
    padding: 25px;
    box-sizing: border-box;
    color: #fff;
}

#form input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    box-sizing: border-box;
}

#form textarea {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 105px;
    box-sizing: border-box;
}

#form select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    margin: 5px 0 15px;
    height: 30px;
    box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin: 5px 10px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
}

#form input[type="radio"] {
    margin: 5px 10px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}

#form input.button,
#form input.button:focus {
    display: block;
    width: 200px;
    height: auto;
    padding: 8px 0;
    background: #FF651A;
    border: 2px #FF651A solid;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

#form input.button:hover {
    background: #D94E0A;
    color: #fff;
    border: 2px #D94E0A solid;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: left !important;
    line-height: normal !important;
}

.CaptchaAnswerPanel input {
    width: 200px !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #fff;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}

/* sales coverage map STYLES */

.county-map-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:40px 0;
	gap:20px 0;
}
.connty-map-info {
	width:38%;
}
.county-map-info-cont{
	width:100%;
	padding:30px;
	background:#fff;
	border:2px solid #FF651A;
}
.county-map-cont h2 {
	font-size: 22px;
	color:#000;
	font-family: 'roboto_condensedbold';
	padding-bottom:10px;
	line-height: 1.3;
}
.county-map-cont h2 span {
	font-weight: 700;
	font-size: 26px;
	display: inline-block;
	padding-bottom:5px;
}
.county-map-cont h3 {
	font-size: 20px;
	color:#FF651A;
	font-family: 'roboto_condensedbold';
}
.county-map-1 {
	width:58%;
}
.county-map-1 .st3, .county-map-1 .st2 {
	cursor: pointer;
}
.county-map-1 .st1 {
	pointer-events: none;
}

.county-map-1 .st3:hover, .county-map-1 .st2:hover {
	fill:#333;
}

/* FOOTER STYLES */

.manus {
    padding: 15px 0;
    background: #000 url(../siteart/pattern.png) repeat-x;
    text-align: center;
}

.logz .container {
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.manus a {
    display: block;
    width:12%;
    box-sizing: border-box;
    padding: 15px 14px;
}
.manus a img {
    max-width: 150px;
    width:auto;
}

.footer {
    background: #333;
    padding: 35px 0;
    width: 100%;
    font-family: 'roboto_condensedlight';
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
}

.footer strong {
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    color: #fff;
}

.footer a {
    display: block;
    font-family: 'roboto_condensedbold';
    text-transform: uppercase;
    text-decoration: none;
    color: #fff!important;
}

.footer a:hover {
    color: #FF651A!important;
}

.clear {
    clear: both;
}


/* RESPONSIVE STYLES */


@media screen and (max-width: 1000px) {
	.connty-map-info {
		width:100%;
	}
	.county-map-cont h2 {
		font-size: 20px;
	}
	.county-map-cont h2 span {
		font-weight: 700;
		font-size: 24px;
		display: inline-block;
		padding-bottom:5px;
	}
	.county-map-cont h3 {
		font-size: 18px;
		color:#FF651A;
		font-family: 'roboto_condensedbold';
	}
	.county-map-1 {
		width:100%;
	}
	
	.productlinebtn {
    width: 180px;
    padding: 4px 0px;
}
}

@media screen and (max-width: 1300px) and (min-width: 901px) {
    .container {
        padding: 0 25px;
    }
    .manus a {
        width:24%;
        margin:0 auto;
    }
}

@media screen and (max-width: 900px) and (min-width: 796px) {
    .container {
        padding: 0 25px;
    }
    .column4,
    .column5 {
        width: 50%;
        margin-bottom: 15px;
    }
    .manus a {
        width:49%;
    }
}

@media screen and (max-width: 795px) and (min-width: 601px) {
    .container {
        padding: 0 25px;
    }
    .column3,
    .column4,
    .column5 {
        width: 50%;
        margin-bottom: 15px;
    }
    .quarter-row {
        width: 50%;
    }
    #bobcat-logo img {
        padding: 20px 0 0;
    }
    #logo {
        width: 180px;
    }
    #title {
        width: calc(100% - 300px);
        font-size: 14px;
        box-sizing: border-box;
    }
    .zoom-container .zoom-caption h3 {
        font-size: 20px;
        line-height: 22px;
    }
    
}

@media screen and (max-width: 795px) {
    .icons .flex {
        flex-wrap: wrap;
    }
    .icons .flex a {
        width: 45%;
        padding: 10px;
    }
    .icon-column {
        width: 100%;
        margin: 0;
    }
    .manus a {
        width:49%;
    }
}
@media screen and (max-width: 740px) {
    .col-1-3, .col-2-3, .model-box-1, .model-box-2 {
        width:100%;
    }
    
}
@media screen and (max-width: 600px) {
    .hide-mobile {
        display: none;
    }
    .container {
        padding: 0 25px;
    }
    .main {
        padding: 25px 0;
    }
    .column2,
    .column3,
    .column4,
    .column5 {
        float: none;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .quarter-row {
        float: none;
        width: 100%;
        padding-right: 0;
        margin: 10px 0;
    }
    #logo {
        float: none;
        width: 150px;
        margin: 0 auto;
    }
    #title {
        float: left;
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        height: 50px;
    }
    .icons {
        padding: 25px 0;
    }
    .icon-column {
        width: 100%;
        margin: 5px 0;
        height: 190px;
    }
    .icon-column img {
        max-width: 100px;
    }
    .zoom-container .zoom-caption h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .manus a {
        display: block;
    }
    .side {
        display: none;
    }
}