/* RESETS */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,abbr,article,aside,command,details,figcaption,figure,footer,header,hgroup,mark,meter,nav,output,progress,section,summary,time { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,figcaption { font-size: 1em; font-weight: normal; font-style: normal; }
fieldset,iframe { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
article,aside,footer,header,hgroup,nav,section,figure,figcaption { display: block; }
img { border:0; }
body, html { height: 100%; }
h1,h2,h3,h4{
    font-family: Berthold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h1,h2,h3,p { margin-bottom: 20px;}
h1 { font-size: 30px; line-height: 30px; margin-bottom: 40px; }
h2 { font-size: 24px; line-height: 26px; color: #666; }
h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 14px;
}
h4 { font-size: 16px; line-height: 22px; }
a { color: #1c94c3; cursor:pointer; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }
caption{
    font-size:18px;
    line-height:22px;
    font-weight:normal;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
strong{
    font-weight:bold;
}
em{
    font-style:italic;
}
article ol{
    margin-left:20px;
    list-style: outside decimal;
}
article ul{
    margin-left:20px;
    list-style:outside disc;
}
article li{
    margin-bottom:20px;
}
article li:last-child{
    margin-bottom:0;
}
.cf:after{
    clear: both;
    content: "";
    display: block;
}
body {
    background: #426191 url(../img/layout/bg.png) repeat-x;
    color: #fff;
    font: 14px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#content {
    text-align: center;
    padding-bottom: 20px;
}
#footer {
    text-align: center;
    padding-bottom: 40px;
    font-size: 12px;
    line-height: 18px;
}
#copyright {
    display: inline-block;
    margin-right: 30px;
}
#copyright a{
    color: #fff;
}
#footer-links {
    list-style: none;
    display: inline-block;
}
#footer-links li {
    display: inline-block;
    margin-right: 16px;
}
#footer-links li:last-child {
   margin-right: 0;
}
#footer-links a {
    color: #fff;
}
#content{
    padding-top: 5%;
    max-width: 1000px;
    margin: 0 auto;
}
#home-logo {
    margin: 0 auto 8% auto;
}
#home-logo img {
    width: 50%;
    max-width: 400px;
    height: auto;
}
#home-get-it {
    margin: 0 auto 18px auto;
}
#home-get-it img {
    width: 40%;
    max-width: 245px;
    height: auto;
}
#home-buttons {
    background-color: #374f73;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    width: 50%;
    max-width: 340px;
}
#btn-ios {
}
#btn-android {
    margin-right: 10%;
}
#home-buttons img {
    max-width: 201px;
    width: 45%;
    height: auto;
    display: block;
    float: left;
}

#privacy {
    background: #fff;
    width: 100%;
    max-width: 800px;
    color: #333;
    text-align: left;
    margin: 0 auto;
}
#privacy-wrapper {
    padding: 5px 30px 60px 30px;
}

@media (max-width: 700px) {
    #copyright {
        display: block;
        margin-right: 0;
    }
}