/*
======  Demo Style  ===================================================================
    Version: 1.1
=======================================================================================
*/

@import url('https://fonts.googleapis.com/css?family=Lato|Oswald');

html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}
body{
    color: #333;
    background:#f9f9f9 url(../res/textures_bg.png) repeat top left;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
a{
    color: #fff;
    text-decoration: none;
}
.clear-both {
    clear: both;
}
.text-center {
    text-align: center;
}
h1{
    margin:0px;
    padding:20px 20px 10px 20px;
    font-size: 36px !important;
    color:#333;
    text-shadow:1px 1px 1px #fff;
    font-weight:400 !important;
    text-align:center;
}
h1 span{
    display:block;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-style: italic;
    color:#aaa;
    padding-top:10px;
}
h1 span a {
    color:#aaa;
}
.header{
    font-family: Arial, sans-serif;
    line-height: 30px;
    font-size: 11px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px #000;
}
.header a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #ddd;
    display: block;
}
.header a:hover{
    color: #fff;
}
.mt16 {
    margin-top: 16px;
}