﻿/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address,
section {
    display: block;
}

/***** BEGIN RESET *****/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

/***** END RESET *****/

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
	overflow-x: hidden;
	line-height: 1.4;
}


.body-content {
    height: auto !important;

}

.gray {color: #707070;}

h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000f60;
    margin-bottom: 15px;
}

p {
    font-size: 13px;
    color: #000b46;
    line-height: 20px;
}

p span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

a img {
    border: 0;
}

a {
    color: #eb001f;
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

#wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .4);
}

.text-area {
    background: #fff;
    padding: 25px 25px;
    max-width: 1050px;
    width: 95%;
}

#btm-shadow {
    background: url(../siteart/slide-shadow.png) no-repeat center top;
    height: 30px;
    max-width: 1050px;
    width: 100%;
    margin: 0px auto;
}



.pic-left {
    float: left;
    position: relative;
    border: 1px solid #707070;
    margin-right: 30px;
    margin-bottom: 20px;
}

#form h1, #content h1 {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000f60;
    margin-bottom: 15px;text-shadow:none;}

#topline h1 {    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 45px;
    text-shadow: 2px 2px 5px #000;}

/*HEADER
---------------------------------------------------*/
header {
    padding: 0;
    /*For IE7*/
    background: #201750;
    width: 100%;
    position: relative;
    z-index: 900;
}

header#hs-header-wrapper #wrapper {margin: 0 auto 1.75em;}
#hs-main-content {max-width: 1200px; margin: 1em auto;}
.page-header .page-header-title h1 {text-shadow: none; color: inherit;}
.hs-btn.hs-highlighted {background-color: #201750!important; color: #fff!important;}
.hs-btn.hs-highlighted:hover {background-color: #000!important; transition: .3s ease-in-out all;}

#hs-footer-wrapper {padding: 0;

}

.logo {
    float: left;
    margin-top: 33px;
    position: relative;
}

.go-right-logos {
    float: right;
    position: relative;
    margin: 30px 0 0 0;
    display: inline !important;
    width: 30%;
}

.go-right-logos img {
    padding: 0 2%;
    height: 50px;
    text-align: right;
    display: inline;
}

.clear {
    clear: both;
}

.head-logo {
    max-height: 65px;
    width: auto;
}

/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */

.hide {
    display: none !important;
}

#parallelogram {
    width: 300px;
    height: 45px;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    background-color: #000;
    margin: 0 10px 0 0;

}

#secondary_nav {
    padding: 0;
    margin: 0 0 -32px 0;
    display: block;
    z-index: 100;
    position: relative;
}

#secondary_nav ul {
    margin: 0;
    padding: 0;
}

#secondary_nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    display: block;
    list-style-type: none;
    border-left: #fff solid 1px;

}

#secondary_nav ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 18px;
}

#secondary_nav ul li a:hover {
    color: #6dc6e7;
}

#secondary_nav ul li:first-child {
    border-left: none;
}




/*CONTENT
---------------------------------------------------*/
#content {
    background: #fff url(../siteart/pattern.jpg) repeat-x top;
    padding: 30px 0;
}

#content2 {
    background: #fff url(../siteart/pattern.jpg);
    padding: 30px 0;
    max--width: 1100px;
}


/* NEWSLETTER AREA */

.news-wrap {
    padding-top: 65px;
    padding-bottom: 20px;
}

.btn-wrap {
    padding-top: 20px;
}

.gen-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 5px 30px;
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    background-color: #ebebeb;
    cursor: pointer;
}

.gen-btn:hover {
    background-color: #333333;
    color: #fff;
	transition: .3s eaae-in-out all;
}

.news-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 17px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #eb001f;
    display: inline;
    position: absolute;
    cursor: pointer;
	border: 1px solid transparent;
}

.news-btn:hover {
    background-color: transparent;
	border: 1px solid #fff;
    color: #fff;
	transition: .3s ease-in-out all;
}

.head-btn-wrap {
    padding: 0 2%;
    display: inline;
}

.sub-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 8px 30px;
    border: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    background-color: #ebebeb;
    cursor: pointer;
}

.sub-btn:hover {
    background-color: #333333;
    color: #fff;
}





/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}







/*FOOTER
---------------------------------------------------*/
footer {
    background: #000b46;
    padding: 40px 0px;
    max--width: 1100px;
    width: 100%;
}

.column2 {
    width: 50%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    color: #fff;
}

.column2 p {
    color: #fff;
}

.column2 iframe {
    width: 100%;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

a.footerlink:hover {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

.smallfootertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
}

.divfooter {
    width: 550px;
    text-align: left;
    margin: 0px auto;
    line-height: 13px;
    float: right;
    position: relative;
}

footer a {
	color: #fff!important;
	font-size: 13px;
}

footer a:hover {
	color: #707070!important;
    cursor: pointer!important;
}




@media screen and (max-width: 1201px) and (min-width:1101px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    #boxes {
        margin-top: 30px;
        width: 100%;
        display: block;
    }

    .news-wrap {
        padding-top: 65px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 1200px) {
    #box1 {
        float: left;
        position: relative;
        margin: 0 2%;
    }

    #box2 {
        float: left;
        position: relative;
        margin: 0 2%;
    }

    #box3 {
        float: left;
        margin: 0 2%;
    }


}

@media screen and (max-width: 1160px) {

    .divfooter {
        width: 100%;
        margin: 35px auto 15px;
        float: left;
    }

    #box1 {
        float: left;
        position: relative;
        margin: 0 1%;
    }

    #box2 {
        float: left;
        position: relative;
        margin: 0 1%;
    }

    #box3 {
        float: left;
        position: relative;
        margin: 0 1%;
    }




}

@media screen and (max-width: 1100px) and (min-width:1023px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    #box1 {
        float: left;
        position: relative;
        margin: 0 5px;
    }

    #box2 {
        float: left;
        position: relative;
        margin: 0 5px;
    }

    #box3 {
        float: left;
        position: relative;
        margin: 0 5px;
    }

    .news-wrap {
        padding-top: 65px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 1095px) {

    .go-right-logos {
        width: 32%;
    }


}

@media screen and (max-width: 1023px) and (min-width:876px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    #box1 img {
        width: 100%;
        max-width: 279px;
    }

    #box2 img {
        width: 100%;
        max-width: 279px;
    }

    #box3 img {
        width: 100%;
        max-width: 279px;
    }

    .news-wrap {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 890px) {

    .go-right-logos {
        width: 50%;
    }
	
	#topline {display: none;}

	header#hs-header-wrapper #wrapper {margin: 0 auto 1em;}

}

@media screen and (max-width: 875px) and (min-width:768px) {

    #wrapper {
        padding: 0 25px;
        width: 92%;
    }

    .logo {
        float: left;
        padding-top: 33px;
        margin: 0;
		text-align: center;
    }

    header {
        height: auto;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 92%;
    }

    #btm-shadow {
        width: 95%;
    }

    .news-wrap {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 776px) {

    .mobile-wrap {
        padding-top: 40px;
    }


}

@media screen and (max-width: 775px) {

    .go-right-logos {
        float: none;
        display: inline !important;
        text-align: center;
        width: 100%;
    }

    .go-right-logos img {
        text-align: center !important;
    }


}

@media screen and (max-width: 767px) and (min-width:501px) {

    #wrapper {
        padding: 0;
        width: 92%;
    }

    .logo {
        float: none;
        padding-top: 33px;
        margin: 0;
		text-align: center;
    }

    h1 {
        font-size: 35px;
        text-shadow: 2px 2px 5px #000;
    }

    #headline {
        font-size: 19px;
    }

    #topline {
        top: -54px;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 90%;
    }

    #btm-shadow {
        width: 93%;
    }

    .news-wrap {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .mobile-wrap {
        padding: 10px 0;
        margin-left: -12%;
    }

}

@media screen and (max-width: 704px) {



    #box1 {
        float: none;
        position: relative;
        margin: 0 22%;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 22%;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 22%;
    }





}

@media screen and (max-width: 630px) {

    #box1 {
        float: none;
        position: relative;
        margin: 0 18%;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 18%;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 18%;
    }

    h1 {
        font-size: 29px;
    }

    #headline {
        font-size: 16px;
    }

    .column2 {
        width: 100%;
        padding-right: 0;
        margin: 2% 0;
    }

}

@media screen and (max-width: 500px) and (min-width:381px) {

    #wrapper {
        padding: 0 25px;
        width: 86%;
    }

    .logo {
        float: none;
        padding-top: 33px;
        margin: 0;
		text-align: center;
    }
	
    h1 {
        font-size: 35px;
        text-shadow: 2px 2px 5px #000;
    }

    #headline {
        font-size: 19px;
    }

    #box1 {
        float: none;
        position: relative;
        margin: 0 12%;
        background: #707070;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 12%;
        background: #707070;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 12%;
        background: #707070;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 90%;
    }

    #btm-shadow {
        width: 93%;
    }

    .pic-left {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .mobile-wrap {
        padding: 10px 0;
        margin-left: -20%;
    }

}

@media screen and (max-width: 450px) {

    #box1 {
        float: none;
        position: relative;
        margin: 0 7%;
        background: #707070;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 7%;
        background: #707070;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 7%;
        background: #707070;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }


}

@media screen and (max-width: 420px) {

    #box1 {
        float: none;
        position: relative;
        margin: 0 0;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 0;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 0;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }

    #wrapper {
        padding: 0 25px;
        width: 76%;
    }

    #slideshow {
        display: none;
    }


    #content {
        padding-top: 3px;
    }

    .mobile-wrap {
        padding: 10px 0;
        margin-left: -28%;
    }

}

@media screen and (max-width: 380px) and (min-width:200px) {

    #wrapper {
        padding: 0 25px;
        width: 78%;
    }

    .logo {
        float: none;
        padding-top: 15px;
        margin: 0;
		text-align: center;
    }

    .logo img {
        width: 100%;
    }

    #topline {
        display: none;
    }

    #headline {
        display: none;
    }

    #box1 {
        float: none;
        position: relative;
        margin: 0 0;
        width: 95%;
    }

    #box2 {
        float: none;
        position: relative;
        margin: 0 0;
        width: 95%;
    }

    #box3 {
        float: none;
        position: relative;
        margin: 0 0;
        width: 95%;
    }

    #box1 a #photo {
        width: 95%;
        max-width: 276px;
    }

    #box2 a #photo {
        width: 95%;
        max-width: 276px;
    }

    #box3 a #photo {
        width: 95%;
        max-width: 276px;
    }

    .text-area {
        background: #fff;
        padding: 25px 25px;
        max-width: 1050px;
        width: 85%;
    }

    #btm-shadow {
        width: 93%;
    }

    .pic-left {
        float: none;
        margin: 0;
        width: 100%;
    }

    .news-btn {
        padding: 11px 10px;
    }
}

@media screen and (max-width: 355px) {


    .go-right-logos {
        width: 100%;
    }

    .go-right-logos img {
        margin: auto 0;
        text-align: center !important;
        height: 37px;

    }

    .news-btn {
        padding: 11px 10px;
    }


}
