﻿/*=====================
	Color information

	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-

=======================*/

/*=====================
	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%;
}

/*=====================
		Fonts
=======================*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 10, 2015 */

/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Hind', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../siteart/cattle4.jpg) fixed top center no-repeat;
    color: #000;
    position: relative;
}

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;
    max-width: 100%;
}

.clear {
    clear: both;
}

/*=====================
	typography
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hind', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: bold;
    line-height: 1.5em;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'Hind', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Hind', sans-serif;
    font-weight: bold;
}

/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'Hind', sans-serif;
}

a:hover {
    text-decoration: none;
    color: #bbb;
}

.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/*=====================
	list styles
=======================*/

ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

/*=====================
	header styles
=======================*/

.header {
    position: relative;
    width: 100%;
    margin: 0;
    background: url("../siteart/dark_circles_@2X.jpg") repeat;
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.navbar {
    background: #f17120;
    border-bottom: 4px solid #fff;
}

.headerwrap {
    width: 96%;
    max-width: 1480px;
    padding: 5px 2%;
    margin: 0 auto;
}

.logo {
    float: left;
}

.headlocation {
    float: right;
    text-align: right;
    margin-top: 35px;
}

.headlocation h4 {
    color: #fff;
    line-height: 1.1em;
    padding: 0;
}

.headlocation h4 span {
    display: block;
}

.headlocation a {
    color: #f17120 !important;
    font-size: 20px;
    font-weight: bold;
}

.headlocation a:hover {
    color: #fff !important;
}

.header .headlocation p {
    color: #fff;
    font-style: italic;
    margin-top: 15px;
}

/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
}

.internal {
    padding: 3% 0;
}

.pagetitler {
    border-bottom: 3px solid #f17120;
    color: #f17120;
    padding-bottom: 3px;
    margin-bottom: 1%;
    line-height: 1.2em;
}

.copyleft {
    float: left;
    width: 60%;
}

.copyright {
    float: right;
    width: 35%;
    margin-left: 5%;
}

.copyright iframe {
    height: 500px;
}

.copyleft h4 {
    padding: 0;
}

/*=====================
	welcome styles
=======================*/

.welcome {
    padding-bottom: 20px;
}

.welcometext {
    width: 90%;
    padding: 30px 5% 0 5%;
    margin: 0 auto;
}

.welcomehead {
    position: absolute;
    top: -50px;
    z-index: 103;
    width: 100%;
    left: 0;
    right: 0;
}

.welcome h1 {
    color: #000;
}

.welcome {
    background: #f17120;
    text-align: center;
    position: relative;
}

.welcome h4 {
    color: #fff;
    padding: 0;
    line-height: 1.1em;
}

.welcome h1 {
    color: #fff;
    padding-bottom: 0;
    line-height: 1.2em;
}

.welcome p {
    color: #fff;
    padding: 0;
}

.welcome p {
    margin-bottom: 20px;
}

.welcome .button {
    background: #000;
    color: #fff;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin: 0 auto !important;
    width: 100% !important;
    padding: 10px 50px;
    transition: all 0.3s;
    font-size: 12px;
}

.welcome .button:hover {
    background: #777777;
}

/*=====================
	popup window styles
=======================*/

.video-button {
    width: 550px;
    height: 300px;
    position: relative;
    margin: 0 auto;
}

.video-button-overlay {
    background: linear-gradient(0deg, rgba(2, 0, 36, 0.48503151260504207) 0%, rgba(0, 0, 0, 0.0984768907563025) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    transition: all 0.3s ease-out;
}

.video-button:hover .video-button-overlay {
    opacity: 0.5;
}

.icon-play {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 22px solid #fff;
    border-bottom: 15px solid transparent;
    margin-left: 8px;
    transition: all.25s ease
}

.video-play-btn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .25s ease;
}

.video-play-btn:hover {
    border-color: orange;
}

.video-play-btn:hover:before,
.video-play-btn:hover:after {
    border-color: orange;
    background-color: orange;
    animation-duration: 2s;
}

.modal-dialog {
    max-width: 900px !important;
    margin: 1.75rem auto;
}

.video-play-btn:before {
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: 3s pulse infinite;
    pointer-events: none;
}

.video-play-btn:after {
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: 3s pulse infinite;
    animation-delay: .5s;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        width: 80px;
        height: 80px;
        opacity: .6;
        background: rgba(#fff, .2);
    }

    100% {
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}


/*=====================
	quicklink styles
=======================*/

.quicklinks {
    background: #f17120;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 1% 0;
}

.linkbox {
    width: 22%;
    margin: 1%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: bottom;
}

.linkbox h3 {
    color: #fff;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
    line-height: 1em;
}

.linkbox:hover img {
    transform: scale(1.05);
    -moz-transition: 0.25s all ease;
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
}

.conditionrow {
    width: 100%;
    margin: 0 auto;
    background: #000;
    display: block;
}

.usedlink {
    background: #fff !important;
    color: #f17120 !important;
}

.conditionrow a:hover {
    background: #f17120 !important;
    color: #fff !important;
}

.three {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 32%;
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: 5px 0;
}

.two {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 48.5%;
    font-size: 14px;
    color: #fff;
    background: #000;
    padding: 5px 0;
}

/*=====================
	brandbar styles
=======================*/

.brandbar {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 1% 0;
    text-align: center;
}

#brands img {
    text-align: center;
    margin: 0 auto;
}

/*=====================
	product styles
=======================*/

.productgrid {
    margin: 0 auto;
    width: 100%;
}

.branded {
    border-bottom: 2px solid #f17120;
    padding: 2% 0;
}

.branded:last-of-type {
    border-bottom: none;
}

.brandcopy {
    width: 75%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.brandcopy h4 {
    padding: 0;
    text-decoration: underline;
}

.brandimage {
    width: 20%;
    margin-left: 4%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    text-align: center;
}

.brandlink {
    background: #f17120;
    color: #fff;
    width: 300px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.brandlink:hover {
    background: #000;
}

/*=====================
	slideshow styles
=======================*/

.slides {
    background: url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

.arch {
    position: absolute;
    height: 200px;
    bottom: -60px;
    background: url("../siteart/arch.png") center center no-repeat;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100%;
    z-index: 102;
}

.cycle-slideshow {}

.cycle-slideshow img {
    width: 100%;
    display: block;
}

/* pager */

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager>* {
    cursor: pointer;
}

/*=====================
	Form styles
=======================*/

#formpage {
    padding: 0 10px;
}

#formpage form {
    margin: 0 0 0;
}

#formpage label {
    display: block;
    font-size: 16px;
    padding-top: 2%;
    width: 100%;
}

#formpage input {
    font-family: 'Hind', sans-serif;
    border: #999999 solid 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}

#formpage input:focus {
    border: #2885b3 solid 1px;
}

#formpage input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#formpage input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

#formpage .half {
    width: 48%;
    margin: 0 1%;
    float: left;
}

#formpage select {
    font-family: 'Hind', sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
}

#formpage textarea {
    font-family: 'Hind', sans-serif;
    border: #999999 solid 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
}

#formpage .captchabox {
    width: 80%;
    margin: 0 auto;
}

.CaptchaPanel {
    margin: 10px 0px 10px 0px;
    text-align: center;
    padding: 10px;
}

.CaptchaImagePanel {
    padding: 5px 5px 10px 5px;
}

.CaptchaImage {}

.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: #000;
}

.CaptchaAnswerPanel {
    padding: 5px 0;
}

.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    padding: 5px 5px 10px 5px;
    color: #f17120;
}

#formpage .captchabox input {
    width: 98%;
    padding: 8px 1% !important;
}

#formpage .commentbox {
    width: 97%;
    margin-left: 1%;
}

#formpage #sendbutton {
    background: #f17120;
    color: #fff;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin: 0 auto !important;
    width: 100% !important;
}

#formpage #sendbutton:hover {
    background: #000;
    cursor: pointer;
}

/*=====================
	footer styles
=======================*/

.pagebottom {
    width: 100%;
    padding: 30px 0;
    background: url("../siteart/dark_circles_@2X.jpg") repeat;
}

.pagebottom p,
.pagebottom a {
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
}

.pagebottom a:hover {
    color: #f17120;
}

.footerpages {
    width: 23%;
    margin-right: 2%;
    float: left;
}

.footerpages a {
    display: block;
    margin: 0 auto;
}

.footerpages h3 {
    color: #f17120;
    padding: 0;
    line-height: 1.2em;
}

.footerphone {
    margin: 5% 0 !important;
    display: block !important;
    color: #f17120 !important;
    font-weight: bold;
}

.footerphone:hover {
    color: #fff !important;
}

.footer {
    width: 80%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    border-bottom: none;
    display: inline;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #f17120;
}

.footertext {
    font-size: 11px;
    color: #ccc;
}

.smallfootertext {
    font-size: 11px;
    color: #ccc;
}

.divfooter {
    text-align: left;
    margin: 0 auto;
    line-height: 1em;
}

.bottombar {
    background: #fff;
    padding: 5px 0;
    text-align: center;
}

.bottombar img {
    margin: 0 auto;
    max-width: 120px;
}

/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1650px) {
    .brandslider {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1500px) {
    .linkbox h3 {
        font-size: 20px;
    }

    .linkbox img {
        max-width: 200px;
    }

    .two,
    .three {
        font-size: 13px;
    }

    .mowerthumb {
        max-height: 160px;
    }

    .footerpages {
        width: 19%;
        margin-right: 0;
        margin-left: 2%;
    }

    .footerleft {
        width: 35%;
        margin-left: 0;
    }

    .brandcopy {
        width: 65%;
    }

    .brandimage {
        width: 30%;
    }
}

@media screen and (max-width: 1280px) {
    .arch {
        display: none;
    }

    .welcomehead {
        position: relative;
        top: auto;
    }

    .quicklinks {
        padding-bottom: 30px;
    }

    .linkbox h3 {
        font-size: 18px;
    }

    .two,
    .three {
        display: block;
        width: 100%;
    }

    .two {
        padding: 12.7px 0;
    }
}

@media screen and (max-width: 1100px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 16px;
    }

    .linkbox img {
        max-width: 160px;
    }

    .dropped {
        display: block;
    }

    .footerpages h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    .logo {
        max-width: 180px;
    }

    .headlocation {
        margin-top: 30px;
    }

    .linkbox {
        width: 40%;
    }

    .dropped {
        display: inline;
    }

    .two,
    .three {
        padding: 5px 0;
    }

    .pagebottom {
        position: relative;
        text-align: center;
    }

    .footer {
        width: 92%;
        left: 4%;
        right: 4%;
        position: absolute;
        bottom: 50px;
    }

    .divfooter {
        text-align: center;
    }

    .footerpages {
        width: 45%;
        margin: 2%;
        display: inline-block;
        zoom: 1;
        *display: inline;
        text-align: center;
        float: none;
        vertical-align: top;
    }

    .footerright {
        margin-bottom: 120px;
    }

    .internal {
        padding-top: 5%;
    }

    .invfooter {
        padding-bottom: 90px;
    }

    .brandcopy {
        width: 55%;
    }

    .brandimage {
        width: 40%;
    }

    .branded {
        padding: 4% 0;
    }

    .copyleft,
    .copyright {
        width: 100%;
        margin: 0 auto;
    }

    .copyright {
        text-align: center;
    }

    .copyright iframe {
        height: 300px;
        margin-top: 5%;
    }
}

@media screen and (max-width: 650px) {
    .headlocation h4 {
        font-size: 16px;
    }

    .headlocation a {
        font-size: 18px;
    }

    .linkbox {
        width: 47%;
    }

    .video-button {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 15px;
    }

    p {
        font-size: 15px;
    }

    .logo {
        max-width: 150px;
    }

    .headlocation {
        margin-top: 25px;
    }

    .headlocation h4 {
        font-size: 14px;
    }

    .linkbox img {
        max-width: 120px;
    }

    .dropped {
        display: block;
    }

    .brandslider {
        width: 70%;
    }

    .pagebottom p,
    .pagebottom a {
        font-size: 14px;
    }

    .invfooter {
        padding-bottom: 60px;
    }

    .brandcopy,
    .brandimage {
        width: 100%;
        margin: 0 auto;
    }

    .brandlink {
        width: 100%;
        margin-bottom: 5%;
    }

    #formpage .half,
    #formpage .commentbox,
    #formpage .captchabox {
        width: 100%;
        margin: 0 auto;
    }

    .copyright iframe {
        height: 240px;
    }
}

@media screen and (max-width: 410px) {
    .headerwrap {
        padding: 8px 2%;
    }

    .logo,
    .headlocation {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .footerpages h3 {
        font-size: 18px;
    }

    .footerright {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 350px) {
    .welcometext {
        width: 96%;
        padding: 30px 2% 0 2%;
    }

    .welcometext h1 {
        font-size: 22px;
    }

    .linkbox h3 {
        font-size: 16px;
    }

    .footerpages {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 4%;
    }

    .footerright {
        margin-bottom: 160px;
    }
}