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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}

a img {
    border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}



body {
    text-align: center;
    min-height: 100%;
    background: #fff
}

html {
    min-height: 100%
}

.progress-bar {
    position: fixed;
    left: 0; 
    top: 185px;
    height: 3px;
    display: inline-block;
    background: #ff7373;
    width: 20%;
    z-index: 99999;
}

.inner-header {
    background: #333;
    color: #fff;
    padding: 20px 0
}

#layout {
    width: 100%;
    margin: 0px auto;
    background: #f5f5f5
}

#header {
    padding: 20px 0;
    max-width: 800px;
    margin: 0 auto
}

#header h1 {
    font: 40px 'AleoBold';
    color: #fff
}

#header h2 {
    font: 28px/32px 'AleoRegular';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px
}

#header h3 {
    font: 24px 'AleoRegular';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px
}

#header h4 {
    font: 22px 'AleoRegular';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px
}

#header h5 {
    font: 20px 'AleoRegular';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px
}

#header h6 {
    font: 18px 'AleoRegular';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px
}

#header p {
    font: 16px/26px 'AleoRegular';
    color: rgba(255, 255, 255, 0.6);
    margin-top: 12px
}

#header a {
    text-decoration: none;
    color: #666
}

#header ul,
#header ol {
    font: 16px/26px 'AleoRegular';
    color: #666;
    margin-top: 12px
}

#header ul {
    list-style-type: disc
}

#header ol {
    list-style-type: lower-hexadecimal
}

#header blockquote {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px
}

#header blockquote ul,
#header blockquote ol {
    margin-left: 17px
}

#header blockquote *:first-child {
    margin-top: 0
}

#map {
    width: 100%;
    height: 100%
}

#map_container {
    height: 350px
}

#map_container.attachTop {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

#content {
    padding: 40px 40px 80px;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    min-height: 1800px
}

#content img {
    max-width: 100%;
    margin: 20px 0 0 0
}

#content.attachMap {
    margin-top: 250px
}

#content>div {
    margin-top: 40px;
    background: #fff;
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1)
}

#content>div:first-child {
    margin: 0
}

#content h1 {
    font: 26px 'AleoBold';
    color: #333
}

#content h1:before {
    content: "";
    height: 3px;
    display: block;
    width: 70px;
    background: #333;
    margin-bottom: 15px
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font: 18px 'AleoBold';
    color: #333;
    margin-top: 20px
}

#content p {
    font: 16px/26px 'AleoRegular';
    color: #666;
    margin-top: 20px
}

#content a {
    text-decoration: none;
    color: #666
}

#content ul,
#content ol {
    font: 16px/26px 'AleoRegular';
    color: #666;
    margin-top: 20px
}

#content ul {
    list-style-type: disc
}

#content ol {
    list-style-type: lower-hexadecimal
}

#content blockquote {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    border-radius: 4px
}

#content blockquote ul,
#content blockquote ol {
    margin-left: 17px
}

#content blockquote *:first-child {
    margin-top: 0
}

#content strong {
    font-family: "AleoBold"
}

#content em {
    font-style: italic
}

div#credits {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    background-color: #FFF;
    border-top: 1px solid #e5e5e5;
    z-index: 1000001
}

div#credits a {
    color: #ff7373
}

div#credits span {
    padding: 18px 0 0 0;
    position: absolute;
    font-size: 12px;
    text-transform: uppercase
}

div#credits span.title {
    left: 40px;
    font-family: 'Proxima N W01 Bold', Sans-serif;
    color: #333
}

div#credits span.author {
    right: 40px;
    font-family: AleoRegular, Serif;
    color: #999;
    letter-spacing: 2px;
    font-size: 10px;
    text-align: right
}