/* 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;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

/* FRAMEWORK */

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-text-size-adjust: none
}

::-moz-selection {
    background: #036fa0;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #036fa0;
    color: #fff;
    text-shadow: none
}

.main {
    background: url("../siteart/bg.jpg") repeat-x top;
    padding: 0 0 25px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: none;
}


/* TYPOGRAPHY */

h1 {
    font-size: 24px;
    color: #036fa0;
    margin-bottom: 15px;
}

p {
    line-height: 24px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in-out;
}

a:hover {
    color: inherit;
}

/* HEADER */

.navigation {
    background: #ccc;
    padding: 0 0 10px;
    border-bottom: 1px #aaa solid;
}

.header {
    background: #D6D8D3;
    padding: 25px 0;
}

.header .title {
    float: left;
    font-size: 24px;
    font-weight: 900;
    color: #036fa0;
}

.header .title span {
    font-stretch: condensed;
    font-weight: 400;
    color: #4d4d4c;
}

.header .title .subtitle {
    font-size: 18px;
    font-stretch: condensed;
    font-weight: 400;
    color: #4d4d4c;
    margin: 0 0 5px;
}

.header .phone {
    float: right;
}

.header .phone img {
    vertical-align: middle;
    padding-right: 5px;
}

/* HERO */

.hero {
    position: relative;
    color: #fff;
}

.hero .hero-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: 9999;
}

.hero img {
    display: block;
    border: 1px #fff solid;
}

.shadow {
    text-align: center;
}

.shadow img {
    display: block;
    margin: 0 auto;
}

.about {
    padding: 25px 0;
}

.about a {
    font-weight: 700;
    color: #036fa0;
}

.about a:hover {
    opacity: .75;
}

.about .title {
    font-size: 24px;
    font-weight: 900;
    color: #036fa0;
    margin-bottom: 10px;
}

.about .title span {
    font-stretch: condensed;
    font-weight: 400;
    color: #036fa0;
}

.about .column4 {
    display: flex;
}

.about .column4 .column6 {
    flex: 1;
    padding: 0 15px;
    text-align: center;
    border-left: 1px #ccc solid;
}

.about .column4 .column6 img {
    margin-bottom: 5px;
}

/* STYLES */

iframe {
    display: block;
}

/* FOOTER */

.scrolling-wrap {
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
}

.footer {
    background: #D6D8D3;
    padding: 25px 0;
    border-top: 1px #aaa solid;
}

.divfooter {
    max-width: 600px;
    margin: 0 auto;
    font-size: 11px;
    text-align: center;
    line-height: 17px;
    color: #999;
}

.divfooter a {
    text-decoration: underline;
}

.divfooter a:hover {
    text-decoration: none;
}

/* RESPONSIVE */

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {

    .column8,
    .column4 {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .header .title,
    .header .phone {
        float: none;
        width: 100%;
        text-align: center;
    }

    .hero .hero-text {
        position: relative;
        background: #333;
        font-size: 18px;
        padding: 15px;
    }

    .about .column4 .column6 {
        padding: 25px 0;
    }

    .about .column4 .column6:first-child {
        border-left: none;
    }
}

@media screen and (max-width: 480px) {
    .column6 {
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .about .column4 {
        display: block;
    }

    .about .column4 .column6 {
        flex: none;
        border-left: none;
        border-top: 1px #ccc solid;
    }
}