@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
body {
    margin: 0;
    height: 100%;
    font-family: Verdana;
    font-size: 1em;
    background: #252525;
}
h1 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: Verdana;
    margin: 0;
    line-height: 1;
}
img{border: 0;}
a{text-decoration: none;}

div.background{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
div.background:first-child{ z-index: 3; }
div.background:nth-child(2){ z-index: 2; }

div#background_overlay{
    z-index: 4;
    top: 0; left: 0;
    position: absolute;
    width: 100%; height: 100%;
    background: url('/images/background_overlay.png') transparent;
}

#top_content{
    position: relative;
    z-index: 5;
    text-align: center;
}
#logo{ margin-top: 70px; }
#slogans{ 
    width: 500px;
    margin: 90px auto 20px;
    text-align: center;
    position: relative;
    min-height: 150px;   
}
#slogans div.slogan{
    position: absolute;
    top: 0; left: 0;
}

#paging{
    position: fixed;
    bottom: 72px; left: 50%;
}
#paging a{
    position: relative;
    top: 0; left: -50%;
    color: #252525;
    font-size: 2.8em;
}
#paging a.active{ color: #FFF; }

#menu, #menu_mobile{
    position: relative;
    z-index: 5; 
    background: #252525;
    width: 100%;
}
#menu{ height: 39px; position: fixed; bottom: 0; left: 0; padding: 16px; }

#menu a, #menu_mobile a{ 
    color: #FFF;
    display: block;
    padding: 9px 17px;
    font-family: 'HelveticaNeue Medium', 'Arimo', sans-serif;
    font-size: 1.15em;
    text-transform: uppercase;
    border-left: 1px solid #FFFFFF;
}
#menu_mobile a{ 
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 20px;
}
#menu li:first-child a, #menu li.icons a{border: 0;}
#menu li.icons a{ padding: 4px 3px; }
#menu ul, #menu ul li, #menu_mobile ul, #menu_mobile ul li{ list-style-type: none; padding: 0; margin: 0; }
#menu ul { 
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:48%;
    text-align:center;    
}
#menu ul li{ float: left; position:relative; right:50%;}

/** MESSAGES **/
#message { clear: both; margin-bottom: 0.5em; }
#message div{
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    border: 1px solid #ccc;
}
#message div div.text { padding: 0 0 0 3em; font-weight: bold; border: 0; }
#message .success { background: #E2F1D0 url('/images/icons/check.png') 10px 7px no-repeat; color: #061A5B; }
#message .error { background: #FFD9D9 url('/images/icons/delete.png') 10px 7px no-repeat; color: #800; }
#message .info { background: #F0F1FF url('/images/icons/note.png') 10px 7px no-repeat; color: #060C6A; }

@media screen and (min-width: 981px) {
    #menu{ display: block; }
    #menu_mobile{ display: none; }
}
@media screen and (max-width: 980px) {
    div#menu{ display: none; }
    div#menu_mobile{ display: block; }
    div.background{ height: 290px; }
    div#background_overlay{ height: 290px; }
    div#logo{ margin: 0; padding-top: 20px; }
    div#logo img{ width: 200px; }
    
    div#slogans{ width: 300px; margin: 20px auto; min-height: 104px }
    div.slogan img{ width: 300px; }
    #paging { position: absolute; bottom:auto; top: 245px; }
    
}