﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	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%;
}


/*===================== 
	Added Styles
=======================*/
html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.headerlogo {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 400px !important;

}

.contactheader {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    margin: auto;
    display: block;
    font-size: 11pt;
    font-family: 'Montserrat', sans-serif;
}

.phoneheader {
    color: white !important;
}


.headerrow {
    background-image: url("../siteart/headerbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    padding-left: 8%;
    padding-right: 8%;
}


.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.mainimagerow {
    background-image: url("../siteart/newheroimage.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 17%;
    padding-bottom: 17%;
}

.maintextrow {
    font-family: 'Montserrat', sans-serif;
}

.boldspot {
    font-weight: 600;
}

.maintext {
    font-size: 13pt;
}

.lawnbox {
    margin-right: 21%;
}

.conbox {
    margin-left: 21%;
}

.farmbox {
    margin-left: 10%;
    margin-right: 10%;
}


.equiprow {
    background-color: black;
    padding-top: 50px;
    padding-bottom: 50px;
}

.equipbox {
    text-align: center;
    border: 4px solid;
    border-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.equipheader {
    font-size: 16pt;
    color: #faffac;
    font-weight: 600;
}

.viewlink {
    color: white;
}

.blackline {
    height: 20px;
    background-color: black;
    width: 100%;
}


.sitehostedbox {
    padding-top: 100px;
    font-size: 7pt;
    color: white;
    text-align: right;
    padding-right: 15%;
}


.footerrow {
    background-image: url("../siteart/footerbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
}

.sitehostedinfo {
    text-align: right;
    padding-left: 25%;
    /*    font-size: 10px;*/
    padding-top: 150px;
    color: white;
    padding-bottom: 150px;
    padding-right: 25%;

}

.footertabs {
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 0px !important;
    padding-top: 10px;
}

.tabheader {
    font-family: 'Montserrat', sans-serif;
    font-size: 16pt;
    color: #faffac;
    font-weight: 600;

}

.quicklinkbox {
    padding-top: 100px;
    padding-bottom: 50px;
}

.quicklinkbox1 {
    padding-top: 100px;
    padding-left: 25%;

}

.footerlink {
    color: white !important;
}

.maintextrow {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #faffac;
}

.mainheader {
    font-weight: 700;
    font-size: 24pt !important;
}

.partnerspan {
    display: block;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}

.partnerlogo {
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-content .list-listing-mobile .check-availability-link,
.list-content .list-listing-mobile .email-seller-link {
    height: auto !important;
}

.list-content .list-listing-mobile .price-container .fin-stacked {
    height: auto !important;
}

.footercolumn {
    padding: 0px !important;
}


/*===================== 
	contact form
=======================*/

.contact-form {}

form,
#formpage {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#formpage {
    max-width: 600px;
    width: 100%;
    display: block;
    float: none !important;

    min-height: 650px;
    padding-top: 80px;
}

tbody > tr > td {
    display: block;
}

table,
input {
    width: 100%;
}

.attachment-search > table,
input {
    width: 25px;
}

input,
select {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding: 5px;
    font-weight: normal;
}

select#sort {
    font-size: 10px;
}

input {
    border: none;
    border-bottom: 2px solid black;
    background: none;
}

select {
    border: 2px solid #ECECEC;
    color: #717171;
}

textarea {
    width: 100%;
    border: 1px solid #ECECEC;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    box-sizing: border-box;
    padding: .8rem .8rem;
    font-size: 1.5rem;
}

textarea:active,
textarea:focus {
    border: 1px solid #ECECEC;
    box-shadow: 0.4em 0.4em 2px #ECECEC;
}

input.button {
    border: 2px solid #717171;
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    color: #717171;
}

input.button:hover {
    color: white;
    background-color: black;
    border: 2px solid black;
}

.submitbtn {
    color: white;
    background-color: black;
    margin-bottom: 40px;
}


.CaptchaWhatsThisPanel > a {
    color: #000000 !important;
}

.scroll-list > label {
    padding-left: 10px;
}

.col-xs-12 > input {
    width: 100%;
}

.CaptchaAnswerPanel > input {
    width: 100%;
}

.thankyoupagebox {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 8%;
    padding-right: 8%;
    background-color: #faffac;
}

.thanksheader {
    font-size: 20pt;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;

}

.thankssub {
    font-size: 14pt;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}



/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.scrolling {
    width: 100%;
    height: 92px;
}

/*  INVENTORY FLOATING BUTTON
------------------------------------------------*/
.floating-disclaimer {
	position: fixed;
	bottom: 25px;
	left: 0;
	right: 0;
	z-index: 2999;
}

.floating-disclaimer a {
	background: #faffac;
	padding: 15px;
	border-radius: 25px;
	box-shadow: 0 0 5px 0 #000;
	margin: 0 auto;
	display: block;
	font-weight: 500;
	width: 200px;
	text-align: center;
}

.floating-disclaimer a:hover {
	color: #000;
	text-decoration: none;
}

.disclaimer-message {
	position: fixed;
	display: none;
	bottom: 0;
	left: 5%;
	right: 5%;
	background: #faffac;
	padding: 15px;
	margin: 0 auto;
	border-radius: 25px 25px 0 0 ;
	box-shadow: 0 0 4px 0 #000;
	z-index: 3000;
}

.right-close {
	text-align: right;
}

.close-message {
	right: 0;
	font-weight: bold;
	font-size: 24px;
	padding: 10px;
	text-align: right;
}

.close-message:hover {
	color: #000;
	text-decoration: none;
}

/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

.container.cf {
    font-size: 15px;
}

body {
    margin: 0;
}

svg:not(:root) {
    overflow: hidden;
    /*reset*/
}

/* clear floats */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.clear {
    clear: both;
}

/*image replacement*/
.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-style: solid;
    height: 0;
}

img {
    border: 0;
}

/*===================== 
	typography 
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 2em;
}

span.list-listings-count {
    font-size: 12px !important;
}

p {
    margin: 0;
}


h1 {}


h2 {}


h3 {}


h4 {}


h5 {}


h6 {}

/*===================== 
	link styles 
=======================*/

a:focus {
    outline: thin dotted;
    /*reset*/
}

a,
a:link,
a:visited,
a:active {
    outline: 0;
    /*reset*/
    color: #aaa;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs-element {
    font-size: 14px;
}

a:hover {
    outline: 0;
    /*reset*/
    text-decoration: none;
    color: #ccc;
}

/*===================== 
	header styles 
=======================*/


header {
    margin: 0 auto;
    width: 100%;
}

/*===================== 
	nav styles 
=======================*/
.dropdown-menu {
    font-family: 'Montserrat', sans-serif;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600 !important;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}


.navbar-nav {
    margin: auto !important;
    text-align: center !important;
    background-color: black !important;
    float: none !important;
    display: block !important;
}



.navbar {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    background-color: black !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #faffac !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    font-size: 11pt !important;
}

.navbar-toggle {
    position: relative;

    padding: 9px 10px;
    float: none !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center !important;
    display: block !important;
    margin: auto !important;
}

nav.primary {
    padding: 0;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: right;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul li {}

nav > ul > li {
    display: inline-block;
    list-style-type: none;
    text-align: ;
    padding: ;
}

nav ul li a {
    font-family: ;
    font-size: ;
    font-weight: ;
    color: ;
}

nav ul li a:hover {
    color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a {
    line-height: ;
    color: ;
    text-align: ;
    font-size: ;
    font-weight: ;
}

nav.primary ul li li a:hover {
    color: ;
    text-align: ;
    font-size: ;
    font-weight: ;
}

nav.primary ul li li:hover {}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
    display: none;
    position: absolute;
    max-width: 235px;
    background: ;
    /*margin-top: 21px;*/
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover > ul {
    display: block;
    line-height: 18px;
    z-index: 2000 !important;
}

nav.primary ul ul li {
    float: none;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-left: ;
    padding-right: ;
}

.dropdown_arrow {
    display: inline-block !important;
}

.dropdown_style {
    font-size: ;
    font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button {
    /* initially will need to be hidden */
    display: block;
    font-size: 32px;
    width: 100%;
    position: relative;
    z-index: 400;
    /* needs to be lower than nav.mobile, adjust as needed */
    padding: ;
    background: rgba(117, 56, 8, 0.6);
    border-bottom: ;
    text-align: right;
    min-height: 0 !important;
}

#menu-button a {
    color: #000;
    text-decoration: none;
    text-align: right !important;
}

nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #000;
    z-index: 500;
    /* needs to be higher than #menu-button, adjust as needed */
    overflow: auto;
}

nav.mobile h3 {
    /* Menu header styles */
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    border-bottom: 4px solid #222;
}

nav.mobile .menu-toggle {
    /* Menu close button */
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
}

.menu-toggle {
    text-align: right;
    font-size: 28px;
    color: #000;
}

.menu-toggle a:hover {
    color: #000 !important;
}

.close_mobile {
    font-size: 26px !important;
    font-weight: 900;
    text-align: right;
}

nav.mobile .menu-toggle:hover {
    /* Menu close button on hover */
    color: #fff;
}

nav.mobile ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

nav.mobile ul li {
    padding: 8px 0 6px 0 !important;
}

nav.mobile ul li a {
    position: relative;
    display: block;
    padding-left: 14px;
    color: #999;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1px;
}

nav.mobile ul li a:hover {
    background: ;
    color: #2b2b2b;
}


nav.mobile ul li li a {
    /* appearance of the sub-level links */
    position: relative;
    display: block;
    padding: 0px 10px 0px 15px;
    color: #000;
    text-decoration: none;
    text-transform: none !important;
}

nav.mobile ul li li li a {
    /* appearance of third level sub-level links if needed */
    background: #666;
    position: relative;
    display: block;
    padding: 10px 10px 10px 25px;
    color: #000;
    text-decoration: none;
}

nav.mobile ul li span.click {
    /* dropdown menu idicator arrow be sure to include this image with your image files */
    background: url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
    background-size: 55%;
    position: relative;
    display: block;
    float: right;
    margin: -44px 0 0 0;
    cursor: pointer;
    z-index: 12399994;
    width: 44px;
    height: 44px;
    -webkit-transition: background-size .3s ease-in-out;
    -moz-transition: background-size .3s ease-in-out;
    transition: background-size .3s ease-in-out;
}

nav.mobile ul li span.click:hover {
    background-size: 60%;
}





/*===================== 
	content styles 
=======================*/



/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	SCROLLING INVENTORY 
=======================*/

.scrolling-wrap {
width:100%;
height:90px;
overflow:hidden;
}

.scrolling{
width:100%;
height:92px;
}
/*===================== 
	footer styles 
=======================*/
footer {
    margin: 0;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 13px;
    color: #222;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-size: 13px;
    color: #666;
}

.smallfootertext {
    font-size: 10px;
    color: #666;
}

.divfooter {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

/*========================= 
	 Responsive styles 
===========================*/
@media (max-width: 785px) {
	.floating-disclaimer {
		bottom: 125px;
		z-index: 1501;
	}
}

@media (min-width: 768px) {
    .navbar-nav > li {
        float: none !important;
        display: inline-block !important;
    }

    .navbar-toggle {
        display: none !important;
    }


}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .sitehostedbox {
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .quicklinkbox {
        text-align: center;
        padding-bottom: 0px;
        padding-top: 50px;
    }

    .quicklinkbox1 {
        text-align: center;
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 0px;
    }

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .farmbox {
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .lawnbox {
        margin-left: 8%;
        margin-right: 8%;
    }

    .conbox {
        margin-left: 8%;
        margin-right: 8%;
    }

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-nav .open .dropdown-menu {
        text-align: center !important;
        background-color: #faffac !important;

    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: black !important;
    }

    .mainheader {
        font-size: 24pt !important;
        text-align: center;
    }

    .maintext {
        text-align: center;
    }

    h1 {
        font-size: 18pt;
    }

    .headerlogo {
        max-width: 275px !important;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}
