/* 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 {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #000;
    text-decoration: none;

}

a:hover {
    color: #222;
    text-decoration: none;
}

p {
    padding: 7px 0;
}




/* GLOBAL SITE FRAMEWORK
------------------------------------------------*/
.clear {
    clear: both;
}

.my-left {
    float: left;
}

.my-right {
    text-align: right;
}

.none {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.my-wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
}

.my-no-pad-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}




::selection {
    color: #fff;
    background: #356088;
}

::-moz-selection {
    color: #fff;
    background: #356088;
}



/* HEADER 
----------------------------------------------*/
.my-header {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    background: url("/siteart/header-bg.jpg");
    background-size: cover;
}

.my-logo {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
}

.my-logo img {
    width: 300px;
    margin: 0 auto;
    display: inline-block !important;
}




/* HOME PAGE STYLES
-----------------------------------------------*/

.fixed-width {
    max-width: 1040px;
    width: 100%;
    padding: 25px 10px;
}

.maintext {
    font-size: 24px;
    color: #356ebd;
    font-weight: bold;
    letter-spacing: .5;
}

.img-responsive {
    width: 80%;
}



.blue-btn {
    display: inline-block;
    border: solid 4px #356ebd;
    font-size: 20px;
    text-align: center;
    padding: 7px 30px;
    color: #356ebd;
    font-weight: bold;
}

.blue-btn:hover {
    background: #356ebd;
    color: #fff;
    text-decoration: none;
}

.home-contact {
    background: #eeeeee;
    padding: 20px 10px;


}

.spacer {
    padding: 20px;
}



/* INVENTORY
------------------------------------------------*/
.cf {
    background: #fff;
}

.hosted-content input[type='submit'],
.hosted-content button[type='submit'],
.hosted-content .btn,
.hosted-content .button {
    background: #356ebd !important;
}




/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}



/* FOOTER
------------------------------*/
.my-footer {
    width: 100%;
    color: #eaeaea;
    font-size: 12px;
    text-align: center;
    background: #356ebd;
    padding: 0 0 30px 0;
}

.my-footer a {
    color: #eaeaea;
    text-decoration: underline;
}

.my-footer a:hover {
    color: #eaeaea;
    text-decoration: none;
}

.divfooter {
    width: 60%;
    margin: 20px auto;
	display:none;
}





@media screen and (max-width:768px) {
    .img-responsive {
        width: 50%;
        margin: 0 auto;
    }

    .my-logo img {
        width: 50%;
        margin: 0 auto;
    }

    .contact-section {
        text-align: center;
    }

}
