﻿/*=====================
	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
=======================*/


/*=====================
	base styles
=======================*/

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background: url(../siteart/p6.png) repeat;
    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
=======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: 700;
    line-height: 1.5em;
    color: #bf2026;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    margin: 0;
}

strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}


/*=====================
	link styles
=======================*/

a.link:focus {
    outline: thin dotted;
    /*reset*/
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #bf2026;
}

.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: 20px 0 0 0;
    background: #fff;
    position: relative;
}

.headerwrap {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
}

.headleft {
    float: left;
    text-align: left;
    width: 20%;
}

.logos a {
    display: block;
    margin: 0 auto;
}

.logos a:hover img {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.headcenter {
    float: left;
    text-align: center;
    width: 60%;
}

.headcenter p {
    color: #6c6c6c;
    line-height: 1.2em;
    padding: 0;
    font-weight: 700;
}

.headcenter p span,
.headcenter p i {
    color: #bf2026;
}

.headcenter p a {
    color: #000;
}

.headcenter p a:hover {
    color: #bf2026;
}

.headlink {
    font-family: 'Montserrat', sans-serif;
    background: #bf2026;
    padding: 5px 0;
    width: 25%;
    margin: 1% 1% 2% 1%;
    text-align: center;
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-weight: 700;
}

.headlink:hover {
    background: #000;
    color: #fff;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.headright {
    float: right;
    text-align: right;
    width: 20%;
}

.navbar {
    ;
    background: #000;
}


/*=====================
	content styles
=======================*/

.wrapper {
    width: 96%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

.internal {
    background: url("../siteart/dark_matter_@2X.jpg") repeat;
	background-color: #000;
    padding: 2% 0;
}

.pagetitle {
    padding: 0;
    margin-bottom: 1%;
    color: #fff;
    border-bottom: 5px solid #bf2026;
}

.cf {
    background: #fff;
}

.contentwindow {
    background: url(../siteart/white.png) repeat;
    padding: 2%;
}

.contentleft {
    width: 58%;
    float: left;
}

.contentright {
    width: 38%;
    float: right;
    margin-left: 2%;
    text-align: center;
}

.leftedge {
    text-align: left;
    color: #000;
    padding: 0;
}


/*=====================
	slideshow styles
=======================*/

.heroslide {
    position: relative;
}

.slideblock {
    position: relative;
}

.slidetext {
    position: absolute;
    z-index: 20;
    width: 750px;
    right: 0;
    top: 0%;
    bottom: 0;
    padding: 2% 5% 2% 2%;
	background-color: #bf2026de;
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 40% 100%);
}

.slidetext-construction {
    position: absolute;
    z-index: 20;
    width: 750px;
    right: 0;
    top: 0%;
    bottom: 0;
    background-color: #cb9400d6;
	clip-path: polygon(3% 0, 100% 0, 100% 100%, 40% 100%);
    padding: 2% 5% 2% 2%;
}

.slidetext h2,
.slidetext-construction h2,
.slidetext a,
.slidetext-construction a {
    text-transform: uppercase !important;
}

.slider-button-only {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.stihl-orange {
    color: #f37a1f !important;
}

.texthold {
    width: 65%;
    display: block;
    float: right;
}

.texthold h2 {
    color: #d3d3d3;
    line-height: 1.2em;
}

.texthold p {
    color: #fff;
    padding: 0;
}

.texthold a {
    background: #fff;
    padding: 8px 0;
    margin-top: 1%;
    width: 400px;
    display: block;
    text-align: center;
    color: #c51230;
    font-weight: 700;
}

.texthold a:hover {
    background: #000;
    color: #fff;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}


/*Cycle 2*/

.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
=======================*/

.padit {
    padding: 2% 0;
}

.welcome {
    background: url("../siteart/dark_matter_@2X.jpg") repeat;
    margin-top: -5px;
	background-color: #000;
}

.welcomeleft,
.welcomeright {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.welcomeleft {
    width: 70%;
}

.welcomeleft h3 {
    padding: 0;
    font-weight: 300;
    color: #fff;
    line-height: 1.2em;
}

.welcomeleft h1 {
    line-height: 1.2em;
    padding-bottom: 0.5%;
}

.welcomeleft p {
    color: #fff;
}

.welcomeleft a {
    width: 40%;
    margin: 1% 2% 1% 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    background: #bf2026;
    padding: 8px 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.welcomeleft a:hover {
    background: #fff;
    color: #bf2026;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.welcomeright {
    width: 27%;
    margin-left: 2%;
    text-align: center;
}

.linkbox {
    display: block;
    margin-bottom: 3%;
}


/*=====================
	contact styles
=======================*/

.contactleft {
    width: 56%;
    margin-right: 4%;
    float: left;
}

.contactleft p,
.contactright p {
    color: #fff;
}

.contactright {
    width: 40%;
    float: left;
}

.contactright iframe {
    width: 100%;
    height: 300px;
}

.contactright h3 {
    padding: 0;
}

.contactright h4 {
    color: #fff;
    font-weight: 400;
}

.contactright p strong {
    color: #e1030b;
}


/*=====================
	brandbar styles
=======================*/

.brandbar {
    width: 100%;
    background: #fff;
    padding: 1% 0;
}

.brandbar h3 {
    text-align: left !important;
    color: #4c4c4c;
    padding: 0;
    line-height: 1.2em;
    font-weight: 400;
}

.brandbar h2 {
    text-align: left !important;
    color: #bf2026;
    padding-bottom: 3px;
    border-bottom: 5px solid #bf2026;
    line-height: 1.2em;
}

.brandgrid {
    width: 70%;
    float: left;
    text-align: center;
}

.brandright {
    width: 28%;
    margin-left: 2%;
    float: left;
}

.branded {
    width: 22%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    margin: 1%;
}

.branded:hover img {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}


/*=====================
	Form styles
=======================*/

#formpage .half {
    width: 48%;
    float: left;
    margin: 0 1%;
}

#formpage .commentbox {
    width: 98%;
    margin: 0 auto;
}

#formpage .captchabox {
    width: 60%;
    margin: 0 auto;
    color: #fff;
}

form {
    margin: 0 0 0;
}

#formpage label {
    font-size: 16px;
    width: 100%;
    color: #fff;
}

#formpage input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
    margin-bottom: 20px;
}

#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;
    border-radius: 2px;
}

#formpage input.button2:hover {
    background-color: #277e32;
    cursor: pointer;
}

#formpage select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

#formpage textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 98%;
}

.sendbutton {
    padding: 8px 0 !important;
    background: #bf2026;
    color: #fff;
    font-weight: 700;
    border: none !important;
    font-size: 18px !important;
}

.sendbutton:hover {
    cursor: pointer;
    background: #fff;
    color: #bf2026;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}


/*=====================
	layout styles
=======================*/

.scrolling {
    display: block;
    background: url(../siteart/scrollingbg.jpg) repeat;
    padding: 30px 0;
    border-top: #ffcd07 4px solid;
}

.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--------*/

.mobilecontainer {
    overflow: hidden;
    /* must have this property for mobile phones and tablet display! */
    width: 100%;
    margin: 0 auto;
    height: 92px;
    padding: 0;
    background: #000;
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #000
}


/*=====================
	footer styles
=======================*/

.pagebottom {
    background: url("../siteart/dark_matter_@2X.jpg") repeat;
    padding: 20px 0;
	background-color: #000;
}

.pagebottom p {
    color: #ccc;
    font-size: 16px;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {
    color: #bf2026;
}

.footerleft {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.footerleft h4 {
    padding: 0;
    font-weight: 700;
    line-height: 1.2em;
}

.footernumbers {
    color: #fff;
    font-weight: 700;
    display: block;
}

.footernumbers a {
    color: #fff !important;
}

.footernumbers a:hover {
    color: #bf2026 !important;
}

.footeremail {
    background: #bf2026;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    font-weight: 700;
    width: 250px;
    display: block;
    margin-bottom: 8px;
}

.footeremail:hover {
    background: #fff;
    color: #bf2026;
    -moz-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.footerpages {
    float: left;
    width: 20%;
}

.footerpages a {
    display: block;
    margin: 2px 0;
}

.footerright {
    float: left;
    width: 65%;
    padding-top: 5px;
}

.footerlinks {
    width: 31%;
    float: left;
    margin-right: 2%;
}

.footerlinks a {
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.footerlinks h4 {
    line-height: 1.2em;
}

footer {
    margin: 0 auto;
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
    border-bottom: none;
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 11px;
    color: #ccc;
}

.footertext {
    font-size: 11px;
    color: #ccc;
}

.smallfootertext {
    font-size: 11px;
    color: #ccc;
}

.divfooter {
    text-align: left;
    margin: 2% auto;
}

.dealerbottom {
    padding: 5px 0;
    text-align: center;
    background: #fff;
}

.dealerbottom img {
    max-width: 120px;
    margin: 0 10px;
}


/*=====================
	Responsive styles
=======================*/

@media screen and (max-width: 1550px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    p {
        font-size: 16px;
    }
    .logos img {
        max-width: 180px;
    }
    .slidetext,
    .slidetext-construction {
        width: 690px;
    }
    .brandbar {
        padding: 2% 0;
    }
    .footerleft {
        margin-right: 0%;
    }
    .footerright {
        width: 70%;
    }
    .internal {
        padding: 3% 0;
    }
    .sendbutton {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1320px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    .logos img {
        max-width: 150px;
    }
    .headlink {
        width: 30%;
    }
    .slidetext,
    .slidetext-construction {
        width: 665px;
    }
}

@media screen and (max-width: 1100px) {
    .headlink {
        width: 40%;
        font-size: 14px;
    }
    .slidetext {
        width: 100%;
        position: relative;
        padding: 2% 5%;
        width: 90%;
        text-align: center;
        display: block;
        background: #bf2026;
        min-height: 170px;
    }
    .slidetext-construction {
        width: 100%;
        position: relative;
        padding: 2% 5%;
        width: 90%;
        text-align: center;
        display: block;
        background: #eaab0c;
        min-height: 170px;
    }
    .texthold {
        float: none;
        display: block;
        width: 100%;
    }
    .texthold h2 {
        padding: 0;
    }
    .texthold a {
        width: 60%;
        margin: 1% auto;
        margin-bottom: 0.5%;
    }
    .padit {
        padding: 4% 0;
    }
    .welcomeleft a {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    .texthold a {
        font-size: 15px;
    }
    .welcomeleft {
        float: none;
        display: block;
        width: 96%;
        margin: 0 auto;
        text-align: center;
    }
    .welcomeright {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .welcomeleft a {
        margin: 1% 2%;
        font-size: 15px;
        width: 45%;
    }
    .linkbox {
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        width: 45%;
        margin: 2%;
    }
    .footerleft {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .footerleft p:last-of-type {
        padding: 0;
    }
    .footeremail {
        font-size: 15px;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: middle;
        margin: 1%;
    }
    .footerpages h3 {
        font-size: 18px;
    }
    .footerpages a {
        font-size: 14px;
    }
    .footerright {
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 2%;
    }
    .footerlinks {
        width: 30%;
        float: none;
        display: inline-block;
        zoom: 1;
        *display: inline;
        vertical-align: top;
        margin: 1%;
    }
    .divfooter {
        text-align: center;
    }
    .contactleft {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .contactright {
        margin: 3% auto;
        text-align: center;
        float: none;
        display: block;
        width: 100%;
    }
    #formpage input {
        margin-bottom: 10px;
    }
    .contactright iframe {
        height: 250px;
        margin-bottom: 1%;
    }
}

@media screen and (max-width: 800px) {
    .logos img {
        max-width: 100%;
    }
    .brandbar {
        padding: 3% 0;
    }
    .brandgrid {
        width: 100%;
        float: none;
        display: block;
    }
    .brandtitler {
        width: 100%;
        display: block;
        border-bottom: 5px solid #bf2026;
        margin-bottom: 1%;
    }
    .brandbar h3,
    .brandbar h2 {
        text-align: center !important;
        font-size: 26px;
        display: inline;
        border: none;
    }
    .brandright {
        display: none;
    }
    .footerlinks a {
        font-size: 13px;
        margin: 3px 0;
    }
}

@media screen and (max-width: 700px) {
    .logos {
        display: none;
    }
    header {
        padding-top: 10px;
    }
    .headcenter {
        width: 100%;
    }
    .texthold a,
    .welcomeleft a {
        width: 80%;
    }
    .linkbox {
        margin-top: 4%;
    }
    .footerlinks {
        width: 45%;
    }
    .internal {
        padding: 4% 0;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    p {
        font-size: 15px;
    }
    .wrapper {
        width: 92%;
    }
    .headright {
        width: 80%;
    }
    .welcomeleft {
        width: 100%;
    }
    .brandbar {
        padding: 4% 0;
    }
    .branded {
        width: 30%;
    }
    .brandbar h3,
    .brandbar h2 {
        font-size: 22px !important;
    }
    .footeremail {
        width: 45%;
    }
    #formpage .half,
    #formpage .commentbox,
    #formpage .captchabox {
        width: 100%;
        float: none;
        display: block;
        margin: 1% auto;
    }
    #formpage label,
    #formpage .captchabox {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .texthold a,
    .welcomeleft a {
        width: 100%;
        margin: 1% auto;
    }
    .linkbox {
        width: 80%;
        margin-top: 6%;
    }
    .timberbox {
        margin-top: 2%;
    }
    .branded {
        width: 40%;
    }
    .footerlinks {
        width: 100%;
        margin: 0 auto;
    }
    .footerlinks h4 {
        padding: 4% 0 0 0;
    }
    .internal {
        padding: 6% 0;
    }
}

@media screen and (max-width: 447px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 15px;
    }
    p {
        font-size: 15px;
    }
    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }
}

@media screen and (max-width: 400px) {
    .headcity {
        display: block;
    }
    .headlink {
        width: 45%;
    }
    .welcomeleft {
        width: 96%;
    }
    .linkbox {
        width: 100%;
        margin: 6% auto;
        margin-bottom: 4%;
    }
    .timberbox {
        margin: 2% auto;
    }
    .texthold a,
    .welcomeleft a {
        font-size: 14px;
    }
    .footerpages {
        margin-bottom: 140px;
    }
    .internal {
        padding: 8% 0;
    }
}

@media screen and (max-width: 350px) {
    .footerpages {
        margin-bottom: 160px;
    }
    .footerpages h3 {
        font-size: 16px;
    }
    .footerpages a {
        font-size: 13px;
    }
}