/*===================== 
	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 */



@font-face {
    font-family: 'oswaldbold';
    src: url('../webfonts/oswald-bold-webfont.eot');
    src: url('../webfonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-bold-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-bold-webfont.woff') format('woff'),
        url('../webfonts/oswald-bold-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldlight';
    src: url('../webfonts/oswald-light-webfont.eot');
    src: url('../webfonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-light-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-light-webfont.woff') format('woff'),
        url('../webfonts/oswald-light-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswaldmedium';
    src: url('../webfonts/oswald-medium-webfont.eot');
    src: url('../webfonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-medium-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-medium-webfont.woff') format('woff'),
        url('../webfonts/oswald-medium-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'oswald_regularregular';
    src: url('../webfonts/oswald-regular-webfont.eot');
    src: url('../webfonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/oswald-regular-webfont.woff2') format('woff2'),
        url('../webfonts/oswald-regular-webfont.woff') format('woff'),
        url('../webfonts/oswald-regular-webfont.ttf') format('truetype'),
        url('../webfonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'oswaldlight';
    margin: 0;
    padding: 0;
    background: url(../siteart/mountainrange3.jpg) center center fixed no-repeat !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    color: #000;
}

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%;
}

/*===================== 
	typography 
=======================*/
.notInv h1,
.notInv h2,
.notInv h3,
.notInv h4,
.notInv h5,
.notInv h6 {
    font-family: 'oswaldbold';
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: normal;
    line-height: 1.5em;
    color: #353535;
}

.notInv h1 {
    font-size: 30px;
    padding: 0 0 2% 0;
}

.notInv h2 {
    font-size: 26px;
    padding: 0 0 1.5% 0;
}

.notInv h3 {
    font-size: 24px;
    padding: 0 0 1% 0;
}

.notInv h4 {
    font-size: 20px;
    padding: 0 0 0.5% 0;
}

.notInv h5 {
    font-size: 18px;
    padding: 0;
}


p {
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'oswaldbold';
    font-weight: normal;
}

/*===================== 
	link styles 
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
    font-family: 'Open Sans', sans-serif;
}

a:hover {
    text-decoration: none;
    color: #fff;
}


.appbutton {}

.appbutton a {
    background: #38b749;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.appbutton a:hover {
    background: #262626;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

/*===================== 
	list styles 
=======================*/
ul.list {
    margin: 0;
    padding: 0 0 5% 7%;
}

ul.list li {
    font-size: 16px;
}

/*===================== 
	header styles 
=======================*/
header {
    width: 100%;
    margin: 0;
    padding: 32px 0 0 0;
    background: #fff;
    text-align: center;
    border-bottom: 3px solid #ec1c24;
}

.headerwrap {
    width: 96%;
    max-width: 1640px;
    margin: 0 auto;
    position: relative;
}

.logo {
    position: absolute;
    z-index: 999;
    left: 0;
    top: -19px;
}

.navbar {
    float: right;
}


/*===================== 
	content styles 
=======================*/
.wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
}

#internal {
    margin-top: 80px;
    margin-bottom: 5%;
}

.pagetitle {
    text-align: left;
}

.cf {
    background: url(../siteart/white.png) repeat;
}

/*===================== 
	slideshow styles 
=======================*/
.slides {
    background: url(../siteart/concrete_wall.png) repeat;
    padding: 0;
    color: #fff;
    position: relative;
}

.cycle-slideshow {
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .75);
}

.cycle-slideshow img {
    width: 100%;
}

/* 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;
    color: #ddd;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.cycle-pager span.cycle-pager-active {
    color: #2885b3;
}

.cycle-pager > * {
    cursor: pointer;
}



/*===================== 
	welcome styles 
=======================*/
.welcome {
    padding: 1% 0 8% 0;
    position: relative;
    border-bottom: 12px solid #353535;
}

.invlinks {
    margin: 0 auto;
    text-align: center;
}

.invbutton {
    /*width:23%;*/
    width: 30%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 0.75%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #000;
    padding: 5px 0 2px 0;
    text-align: center
}

.invbutton:hover {
    background: #fff;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    transition: .2s ease-in;
}

.invbutton:hover h4 {
    color: #353535;
}

.invbutton h4 {
    padding: 0;
    color: #cdc6b1;
}

.welcomeleft {
    float: left;
    width: 60%;
    margin-top: 2%;
}

#contactbutton {
    width: 40%;
}

.welcomeright {
    float: left;
    width: 38%;
    margin-left: 2%;
    margin-top: 2%;
    text-align: right;
}

.contactcolumn {
    width: 48%;
    margin: 0 1%;
    float: left;
}

#mapbutton {
    width: 60%;
    margin: 3% 0;
}

.range {
    position: absolute;
    right: 0;
    bottom: -5px;
}

/*===================== 
	landing page styles 
=======================*/
.categorygrid {
    margin: 0 auto;
    text-align: center;
}

.categorybox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 22%;
    margin: 1%;
    height: 280px;
    position: relative;
    overflow: hidden;
}

.categorybox img {
    display: block;
    height: 100%;
    width: auto;
}

.cattitle {
    position: absolute;
    z-index: 9;
    width: 90%;
    left: 5%;
    right: 5%;
    top: 50%;
    -moz-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}

.cattitle h2 {
    color: #fff;
}

.catslider {
    position: absolute;
    top: -300px;
    width: 96%;
    z-index: 10;
    background: #000;
    height: 96%;
    padding: 2%;
    text-align: left;
}

.catslider a {
    display: block;
    color: #cdc6b1;
    font-size: 14px;
}

.catslider a:hover {
    color: #fff;
}

.categorybox:hover > .catslider {
    top: 0;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    transition: .2s ease-in;
}

.column {
    width: 48%;
    float: left;
    margin: 0 1%;
}

/*
#truckbox{background:url(../siteart/truckback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#trailerbox{background:url(../siteart/trailerback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#constructionbox{background:url(../siteart/constructionback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#farmbox{background:url(../siteart/farmback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#ambulancebox{background:url(../siteart/ambulanceback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#bodybox{background:url(../siteart/bodyback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#attachmentbox{background:url(../siteart/attachback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
#pivotbox{background:url(../siteart/pivotback.jpg) center center no-repeat;-moz-background-size:cover;-webkit-background-size:cover;background-size:cover;}
*/


/*===================== 
	Form styles 
=======================*/
#formpage {
    padding: 0 10px;
}

form {
    margin: 0 0 0;
}

.notInv label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

.notInv input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 10px;
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button2 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #277e32 solid 1px;
    background-color: #38b749;
    color: #fff;
    border-radius: 2px;
}

input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}





/*===================== 
	layout styles 
=======================*/
.scrolling {
    display: block;
    background: #cdc6b1;
    padding: 8px 0;
}


.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}


.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 106px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.hosted-content .pagination > .drop-down-form select {
    width: 8% !important;
}

.hosted-content h1 {
    font-size: 24px !important;
}

.hosted-content h3 {
    font-size: 20px !important;
}

/*===================== 
	footer styles 
=======================*/

.pagebottom {
    background: #353535;
    padding: 30px 0;
}

.pagebottom p {
    color: #fff;
    font-size: 14px;
}

.pagebottom h3 {
    color: #cdc6b1;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {
    color: #cdc6b1;
}

.footerleft {
    float: left;
    width: 25%;
}

.footerinv {
    float: left;
    width: 25%;
}

.footerinv a,
.footerpages a {
    display: block;
    margin: 3px 0;
    font-size: 14px;
}

.footerpages {
    float: left;
    width: 20%;
}

.footerright {
    float: left;
    width: 30%;
}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #cdc6b1;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}

.footertext {
    font-size: 11px;
    color: #fff;
}

.smallfootertext {
    font-size: 11px;
    color: #fff;
}

.divfooter {
    text-align: right;
    margin: 0 auto;
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1450px) {
    .categorybox {
        width: 30%;
        margin: 0.5%;
    }
}

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 28px;
        padding: 0 0 1.5% 0;
    }

    h2 {
        font-size: 24px;
        padding: 0 0 1.25% 0;
    }

    h3 {
        font-size: 22px;
        padding: 0 0 1% 0;
    }

    h4 {
        font-size: 20px;
        padding: 0 0 0.5% 0;
    }

    h5 {
        font-size: 18px;
        padding: 0;
    }

    .logo {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        left: -30px;
    }

    .contactcolumn {
        float: none;
        width: 100%;
        display: block;
        margin: 1% auto;
    }

    .pagebottom h3 {
        font-size: 18px;
    }

    .atlogo {
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .categorybox {
        width: 32%;
    }

    .hourblock p {
        width: 70%;
        padding-left: 30%;
    }
}

@media screen and (max-width: 1000px) {
    header {
        padding: 5px 0 0 0;
    }

    .logo,
    .navbar {
        float: none;
        display: block;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .logo img {
        margin: 0 auto !important;
    }

    .navbar {
        margin-top: -10px;
    }

    .footerleft,
    .footerinv {
        width: 33.33%;
        text-align: center;
    }

    .footerpages {
        width: 33.33%;
        margin-bottom: 120px;
        text-align: center;
    }

    .footerright {
        float: none;
        display: block;
        width: 100%;
    }

    .divfooter {
        text-align: center;
        width: 90%;
    }

    .categorybox {
        width: 43.5%;
        margin: 1%;
    }

    #internal {
        margin-top: 40px;
    }
}

@media screen and (max-width: 800px) {
    .logo {
        float: none;
        text-align: center;
    }

    .invbutton {
        margin: 0 0.5%;
    }

    h1 {
        font-size: 26px;
        padding: 0 0 1.5% 0;
    }

    h2 {
        font-size: 22px;
        padding: 0 0 1.25% 0;
    }

    h3 {
        font-size: 20px;
        padding: 0 0 1% 0;
    }

    h4 {
        font-size: 18px;
        padding: 0 0 0.5% 0;
    }

    h5 {
        font-size: 16px;
        padding: 0;
    }

    p {
        font-size: 16px;
    }

    .welcome {
        padding-bottom: 10%;
    }

    .hourblock p {
        width: 80%;
        padding-left: 20%;
    }

    .categorybox {
        width: 47.5%
    }
}
@media screen and (max-width: 700px) {
	nav.primary ul li a {
		font-size: 14px!important;
	}
}
@media screen and (max-width: 600px) {
    .wrapper {
        width: 94%;
    }

    .logo {
        width: 70%;
        float: left;
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9);
    }

    .navbar {
        margin: 0 auto;
        float: right;
        width: 30%;
    }

    .slides {
        display: none;
    }

    .invlinks {
        margin: 3% 0 0 0;
    }

    .invbutton {
        width: 90%;
        display: block;
        margin: 2% auto;
    }

    .welcome {
        padding-bottom: 20%;
    }

    .welcomeleft,
    .welcomeright {
        float: none;
        display: block;
        margin: 10% auto;
        width: 100%;
        text-align: center;
    }

    .contactcolumn {
        width: 50%;
        float: left;
        margin: 0 auto;
    }

    #contactbutton {
        width: 60%;
    }

    #mapbutton {
        display: block;
        float: none;
        width: 60%;
        margin: 4% auto;
    }

    .footerleft,
    .footerinv,
    .footerpages {
        float: none;
        display: block;
        width: 100%;
        margin: 5% auto;
    }

    .categorybox {
        width: 75%;
        margin: 2% auto;
    }

    .hosted-content h1 {
        font-size: 20px !important;
    }

    .hosted-content h2 {
        font-size: 18px !important;
    }

    .hosted-content h3 {
        font-size: 16px !important;
        line-height: 1.5em !important;
    }

    #message {
        padding-bottom: 20%;
    }

    .hourblock {
        position: absolute;
        width: 60%;
        left: 20%;
        right: 20%;
        margin: 5px auto;
    }

    .hourblock p {
        width: 80%;
        padding: 0 10%;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 22px;
        padding: 0 0 1.25% 0;
    }

    h2 {
        font-size: 20px;
        padding: 0 0 1% 0;
    }

    h3 {
        font-size: 18px;
        padding: 0 0 0.75% 0;
    }

    h4 {
        font-size: 16px;
        padding: 0 0 0.25% 0;
    }

    h5 {
        font-size: 15px;
        padding: 0;
    }

    p {
        font-size: 15px;
    }

    .welcome {
        padding-bottom: 30%;
    }

    #contactbutton,
    #mapbutton {
        width: 80%;
    }

    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }

    #message {
        padding-bottom: 25%;
    }

    .hourblock {
        width: 70%;
        left: 15%;
        right: 15%;
    }

    .categorybox {
        width: 96%
    }
}

@media screen and (max-width: 400px) {
    .welcome {
        padding-bottom: 40%;
    }

    .contactcolumn {
        width: 100%;
        float: none;
        display: block;
        margin: 1% auto;
    }

    .hourblock {
        width: 80%;
        left: 10%;
        right: 10%;
    }

    #message {
        padding-bottom: 30%;
    }
}
