﻿/*===================== 
	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: 'quanticobold';
    src: url('../webfonts/Quantico-Bold-webfont.eot');
    src: url('../webfonts/Quantico-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Quantico-Bold-webfont.woff') format('woff'),
        url('../webfonts/Quantico-Bold-webfont.ttf') format('truetype'),
        url('../webfonts/Quantico-Bold-webfont.svg#quanticobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticobold_italic';
    src: url('../webfonts/Quantico-BoldItalic-webfont.eot');
    src: url('../webfonts/Quantico-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Quantico-BoldItalic-webfont.woff') format('woff'),
        url('../webfonts/Quantico-BoldItalic-webfont.ttf') format('truetype'),
        url('../webfonts/Quantico-BoldItalic-webfont.svg#quanticobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticoitalic';
    src: url('../webfonts/Quantico-Italic-webfont.eot');
    src: url('../webfonts/Quantico-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Quantico-Italic-webfont.woff') format('woff'),
        url('../webfonts/Quantico-Italic-webfont.ttf') format('truetype'),
        url('../webfonts/Quantico-Italic-webfont.svg#quanticoitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quanticoregular';
    src: url('../webfonts/Quantico-Regular-webfont.eot');
    src: url('../webfonts/Quantico-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Quantico-Regular-webfont.woff') format('woff'),
        url('../webfonts/Quantico-Regular-webfont.ttf') format('truetype'),
        url('../webfonts/Quantico-Regular-webfont.svg#quanticoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@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: #2c2d2f !important;
    /* color:#fff; */
}

.textColor {
    color: white
}

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: 'oswaldbold';
    margin: 0;
    padding: 0 0 2% 0;
    font-weight: normal;
    line-height: 1.5em;
    color: #c2962e;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

p {
    font-family: 'oswaldlight';
    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;
}

a:hover {
    text-decoration: none;
    color: #c2962e;
}


.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 
=======================*/
ullisttwo {
    margin: 0;
    padding: 0 0 5% 7%;
}

ullisttwo li {
    font-size: 16px;
}

/*===================== 
	header styles 
=======================*/
.topbar {
    background: #231f20;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
}

.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 {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    background: url(../siteart/escheresque_ste.png) repeat;
    text-align: left;
}

.headerwrap {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.address {
    text-align: right;
    padding-top: 65px;
}

.address h2 {
    padding: 0;
    margin: 0 0 15px 0
}

.address h2 span {
    color: #fff;
}

.address h5 {
    padding: 0;
    color: #000;
}

.address p {
    padding: 0;
}




/*===================== 
	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 {
    background: url(../siteart/socialbg.jpg) repeat;
    padding: 0;
    color: #fff;
    position: relative;
    padding: 35px 0;
    z-index: -1;
}

.cycle-slideshow {
    border: #ab852e 2px solid;
}

.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;
}



/*===================== 
	banner styles 
=======================*/


/*===================== 
	Form styles 
=======================*/
#formpage {
    padding: 0 10px;
}

form {
    margin: 0 0 0;
}

label {
    display: block;
    padding-top: 4%;
    width: 100%;
}

.textColor label {
    font-size: 16px;
}

input {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    margin-bottom: 10px;
}

.textColor input {
    width: 100%;

}

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: 102%;
}

textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    border: #999999 solid 1px;
    border-radius: 2px;
    padding: 1%;
    font-size: 14px;
    width: 100%;
}





/*===================== 
	layout styles 
=======================*/
.padit {
    padding: 2% 0;
}

.welcome {
    text-align: left;
}

.textColor .welcome h3 {
    color: #fff;
}

.scrolling {
    display: block;
    background: #c2962e;
    padding: 30px 0;
    border-top: #a07c26 2px solid;
}


.ribbon {
    text-align: center;
    color: #fff;
    background: #38b749;
    border-bottom: #216c2b 5px solid;
    position: relative;
}

.ribbon h2 {
    color: #fff;
}

.linkbox {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 142px;
    height: 70px;
    padding-top: 100px;
    font-family: 'quanticobold';
    position: relative;
}

a .linkbox {
    color: #fff;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover .linkbox {
    color: #000;
}

.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: 98%;
    max-width: 1170px;
    margin: 0 auto;
    /* height: 92px; */
    padding: 10px 1%;
    /* background: #84661f; */
}

iframe.banner {
    width: 100%;
    height: 92px;
    background: #84661f;
}


/*  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 !important;
}

.hosted-content {
    color: #000;
}

/*  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%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 4% 0 4% 0%;
    }

    .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: #1b1b1b;
    padding: 50px 0;
    border-top: #a07c26 2px solid;
}

.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;
    max-width: 770px;
    margin: 0 auto;
}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1000px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 800px) {
    .logo {
        float: none;
        text-align: center;
    }

    .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 (max-width: 600px) {
    .topbar ul li {
        float: none;
        padding: 7px 0 7px 0;
    }

    .topbar ul li:last-child {
        float: none;
        padding: 7px 0 7px 0;
    }

    .arrowdown {
        display: none;
    }
}

@media screen and (max-width: 447px) {
    .topbar {
        font-size: 12px;
        text-align: center;
    }

    .address h2 {
        font-size: 24px;
    }

    .pagebottom {
        padding: 20px 0;
        text-align: center;
    }

    .divfooter {
        text-align: center;
    }
}

@media screen and (max-width: 414px) {}