<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

header,
nav,
section,
aside,
article,
footer {
    display: block;
}

html,
body {
    height: 100%;
}

body {
    font: 12px/20px Helvetica, Arial, sans-serif;
    color: #444;
}

p,
ul,
ol,
table,
hr {
    margin-bottom: 17px;
}

.clear {
    clear: both;
}

.img-left {
    float: left;
    margin-right: 15px;
    vertical-align: top !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.contact {
    font-family: 'Source Sans Pro', sans-serif;
    color: #8ec0b0;
    font-weight: 200;
}

h1 {
    font-size: 24px;
}

h2,
.contact {
    font-size: 16px;
}

h3,
h4,
h5,
h6 {
    font-size: 14px;
}

.contact {
    line-height: 60px;
}

a {
    color: #444;
}

a:hover {
    color: #333;
}

#top_section {
    height: 450px;
    background: #8ec0b0;
}

#logo {
    margin: auto;
    width: 250px;
}

#logo img {
    margin: 75px 0 25px 25px;
}

#logo span {
    display: block;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 200;
}

#logo small {
    font-size: 16px;
}

a.logo_small {
    margin-top: 26px;
    float: left;
}

.pic {
    width: 30%;
    display: block;
    float: left;
    margin: 7px 25px 25px 1px;
}

#nav_colum {
    height: 100px;
    margin-bottom: 55px
}

.nav_row {
    height: 60px;
    background: url(../images/bg_nav.png) center bottom repeat-x;
}

.nav_bar {
    padding: 0 0 15px 0;
}

.span12 ul {
    float: right !important;
    margin-right: 38px;
}

.span12 li {
    float: left !important;
    list-style: none;
    margin-left: 46px;
}

.span12 li a {
    float: left !important;
    text-decoration: none;
    height: 20px;
    padding-top: 40px;
}

.span12 li a:hover {
    background: url(../images/nav_hover.png) center top no-repeat;
}

.span12 li a.active {
    background: url(../images/nav_active.png) center top no-repeat;
    color: #8ec0b0;
}

.span3 {
    margin-left: 10px;
}

.inner {
    padding-left: 15px;
}

ul.bull {
    margin: 0 0 15px 0;
}

ul.bull li {
    list-style: none;
    background: url(../images/list_bull.png) 0 3px no-repeat;
    padding-left: 20px;
    margin-bottom: 15px;
}

#footer {
    background: url(../images/bg_footer.png) #f6f6f6 repeat-x;
    margin-top: 60px;
}

a.totop {
    width: 74px;
    height: 74px;
    background: url(../images/btn_top.png) no-repeat;
    display: block;
    text-indent: -9999px;
    margin: auto;
}

#nav_phone {
    background: #5f857a;
    min-height: 50px;
    color: #fff;
}

#click_open {
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background: url(../images/phone_menu_bg.png) center 34px no-repeat;
    padding-bottom: 37px;
}

#open {
    display: none;
    text-align: center;
}

#open ul {
    margin: 0 !important;
}

#open li {
    list-style: none;
}

#open li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding: 10px 0;
    background: #6a998b;
    margin-bottom: 1px;
}

.span6 a {
    color: #6a998b;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -142px;
}

#footer {
    height: 142px;
    color: #acacac;
    font-size: 11px;
    text-align: left;
}

#footer a {
    color: #acacac;
}

#footer a:hover {
    color: #8ec0b0;
}

#footer span {
    color: #6a998b;
    font-size: 15px;
}

.res-nav {display: none;}
</pre></body></html>