﻿/*===================== 
	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: '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: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    background: #fff;
    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: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: 700;
    line-height: 1.5em;
    color: #a91717;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0 0 2% 0;
    font-size: 18px;
    line-height: 1.5em;
    margin: 0;
}

strong {
    font-family: 'Open Sans', 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: #262626;
}

.wrapper.invStuff {
    width: 100% !important;
}

.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 
=======================*/
.sticky {
    position: absolute;
    z-index: 9999;
    display: block;
    width: 100%;
    top: 0;
}

.topbar {
    background: #891313 url(../siteart/addressbar-bg.jpg) center center repeat-x;
    padding: 2px 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.topbar p {
    padding: 0 0 0 0;
}

.topbar i {
    margin-right: 5px;
}

.topbar ul {
    list-style: none;
}


.topbar ul li {
    float: left;
    padding: 7px 40px 7px 0;
}

.topbar ul li:last-child {
    float: right;
    padding: 7px 0 7px 0;
}

header {
    position: relative;
    z-index: 9999;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: url(../siteart/header-bg.png) repeat;
    text-align: left;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.75);
}

.headerwrap {
    max-width: 99%;
    margin: 0 auto;
}

.logo {
    float: left;
    width: 15%;
}

.address {
    text-align: right;
    padding-top: 10px;
}

.address h2 {
    padding: 0;
    color: #000;
}

.address h5 {
    padding: 0;
    color: #000;
}




/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}



/*===================== 
	slideshow styles 
=======================*/
.slides {
    display: block;
    padding: 0;
    margin: 0;
    color: #fff;
    border-bottom: #a91717 4px solid;
}

.cycle-slideshow {}

.cycle-slideshow img {
    width: 100%;
    height: auto;
}

.arrowdown {
    position: absolute;
    left: 50%;
    bottom: -35px;
    z-index: 1000;
    margin-left: -30px;
}

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 5px;
    overflow: hidden;
}

.cycle-pager span {
    font-family: arial;
    font-size: 42px;
    width: 14px;
    height: 14px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #a91717;
}

.cycle-pager>* {
    cursor: pointer;
}

/* prev / next links */
.cycle-prev,
.cycle-next {
    position: absolute;
    top: 0;
    width: 10%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

/*===================== 
	banner styles 
=======================*/


/*===================== 
	Form styles 
=======================*/
/*===================== 
	Form styles 
=======================*/
.contactbox {
    padding: 0 10px;
}

form {
    margin: 0 0 0;
}

label {
    display: block;
    font-size: 16px;
    padding-top: 4%;
    width: 100%;
}

input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 98%
}

input:focus {
    border: #2885b3 solid 1px;
}

input.button1 {
    display: block;
    width: 50%;
    margin: 0 auto 5% auto;
    border: #cccccc solid 1px;
    background-color: #a91717;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

input.button1:hover {
    background-color: #343434;
}

select {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 102%;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
}

.halfbox {
    width: 45%;
    float: left;
    padding-right: 5%;
}

/*========*/

.form-wrapper {
    background: #262626 url(../siteart/linkboxbg.jpg) repeat;
    border-color: #424242;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 5px;
    margin: 0 40px;
    margin-top: 15px;
    overflow: hidden;
    padding: 1%;
    max-width: 450px;
    width: 98%;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


.form-wrapper #search {
    border: 1px solid #424242;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    height: 20px;
    padding: 10px 2%;
    max-width: 320px;
    width: 70%;
}


.form-wrapper #search:focus {
    border-color: #000;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
    outline: 0;
}

.form-wrapper #search:-moz-placeholder,
.form-wrapper #search:-ms-input-placeholder,
.form-wrapper #search::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper #submit {
    background-color: #feb300;
    border: 1px solid #00748f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fafafa;
    cursor: pointer;
    height: 42px;
    float: right;
    font: 15px Arial, Helvetica;
    padding: 0;
    max-width: 100px;
    width: 23%;
}

.form-wrapper #submit:hover {
    background-color: #FF7200;
}

.form-wrapper #submit:active {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    outline: 0;
}

.form-wrapper #submit::-moz-focus-inner {
    border: 0;
}



/*===================== 
	layout styles 
=======================*/
.padit {
    padding: 2% 0;
}

.welcome {
    text-align: left;
    background: url(../siteart/p6.png) repeat;
}

.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}

.linkbox {
    text-align: center;
}

.linkbox p {
    color: #a91717;
    font-weight: 600;
}

.linkbox img {}

.linkbox a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.linkbox a {
    opacity: 1.00;
    filter: alpha(opacity=100);
}

.mfglogos {
    background: url(../siteart/logo-bg.jpg) center center no-repeat;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mfglogos img {
    margin: 20px 24px;
    vertical-align: middle;
    display: inline-block;
}

.contactus {
    background: url(../siteart/p6.png) repeat;
}

.sitemap {
    background: url(../siteart/escheresque_ste.png) repeat;
    color: #fff;
}

.sitemap p {
    line-height: 2em;
}

.sitemap i {
    font-size: 42px;
    margin-right: 20px;
}

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 2.0%;
}

.col:first-child {
    margin-left: 0;
}

.hosted-content .col {
    margin: 0 0 0 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.5%;
}

.span_10_of_12 {
    width: 83%;
}

.span_9_of_12 {
    width: 74.5%;
}

.span_8_of_12 {
    width: 66%;
}

.span_7_of_12 {
    width: 57.5%;
}

.span_6_of_12 {
    width: 49%;
}

.span_5_of_12 {
    width: 40.5%;
}

.span_4_of_12 {
    width: 32%;
}

.span_3_of_12 {
    width: 23.5%;
}

.span_2_of_12 {
    width: 15%;
}

.span_1_of_12 {
    width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.5%;
}

.span_2_of_4 {
    width: 49%;
}

.span_1_of_4 {
    width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}

/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49%;
}

.span_1_of_2:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 4% 0 4% 0%;
    }

    .span_2_of_2,
    .span_1_of_2 {
        width: 100%;
    }

    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_3,
    .span_2_of_3,
    .span_1_of_3 {
        width: 100%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}


/*===================== 
	footer styles 
=======================*/

.pagebottom {
    background: #111111;
    padding: 50px 0;
}

.pagebottom p {
    color: #fff;
    font-size: 14px;
}

.pagebottom a {
    color: #fff;
}

.pagebottom a:hover {
    color: #ffcd07;
}

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: #fff;
}

.footertext {
    font-size: 11px;
    color: #666;
}

.smallfootertext {
    font-size: 11px;
    color: #666;
}

.divfooter {
    text-align: center;
    margin: 0 auto;
    max-width: 770px;
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1000px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
    .sticky {
        position: relative;
        z-index: 9999;
        display: block;
        width: 100%;
    }

    .topbar ul li:last-child {
        float: left;
        padding: 7px 0 7px 0;
    }

    .logo {
        float: none;
        text-align: center;
        width: auto;
    }

    .address {
        text-align: center;
        padding-top: 20px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    p {

        font-size: 14px;

    }
}

@media screen and (min-width: 601px) {
    .weirdOverride {
        margin-top: -10px !important;
    }

    .inventoryPage .weirdOverride {
        margin-top: -0 !important;
    }
}

@media screen and (max-width: 700px) {
    .linkbox {
        width: 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .topbar {
        text-align: center;
        background: #891313;
    }


    .topbar ul li {
        float: none;
        padding: 7px 0 7px 0;
    }

    .topbar ul li:last-child {
        float: none;
        padding: 7px 0 7px 0;
    }
}

@media screen and (max-width: 447px) {
    .address h2 {
        font-size: 24px;
    }

    .divfooter {
        text-align: center;
    }
}

@media screen and (max-width: 414px) {
    .slides {
        display: none;
    }
}