@media (max-width: 999px)
{
 body{
      margin:0px;
      background-color:#151318;
      font-family:Arial;
}

.button_red { display:inline-block; background:#eb3e40; font-style:normal; text-decoration:none; color:#fff; font-weight:bold; padding: 6px 15px; margin:5px 0 0; 
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius:3px; /* Safari, Chrome */
-khtml-border-radius:3px; /* Konqueror */
border-radius:3px;}
.button_red:hover {background:#991a1c;}

#content_container{
width:100%;
}

.clear{clear:both;}

#footer_clear{
margin-bottom:50px;}

header#site_header{
width:100%;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
box-sizing:border-box;
-moz-box-sizing:border-box;
background:rgba(255,255,255,0.02);
background:-webkit-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.2));
background:-o-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.2));
background:-moz-linear-gradient(top,rgba(255,255,255,0),rgba(255,255,255,0.2));
background:linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.2));
}

section#site_header_container{
width:100%;
display:block;
}

#logo{
display:block;
width:80%;
max-width:437px;
height:auto;
margin:0px auto;
}

nav#site_navi{
display:none;
width:100%;
box-sizing:border-box;-moz-box-sizing:border-box;
padding-left:10px;
padding-right:10px;
background:rgba(255,255,255,0.1);
}

/* Mobile Navi */
nav#site_navi_mobile{
width:100%;
box-sizing:border-box;-moz-box-sizing:border-box;
padding-left:10px;
padding-right:10px;
background:rgba(255,255,255,0.1);
}

ul#site_navi_list_mobile{
padding:0px;
margin:0px;
}

ul#site_navi_list_mobile li{
width:100%;
display:block;
}

ul#site_navi_list_mobile li a{
height:40px;
text-align:center;
line-height:40px;
display:block;
font-size:11pt;
text-decoration:none;
color:#FFFFFF;
text-shadow:0px 0px 3px rgba(0,0,0,1);
}

ul#site_navi_list_mobile li:hover{
background:rgba(21,19,24,0.5);
}

/* Mobile Navi end */

main#site_content{
clear:both;
box-sizing:border-box;
-moz-box-sizing:border-box;
margin-left:10px;
margin-right:10px;
margin-top:20px;
padding:10px;
border:1px solid rgba(255,255,255,0.1);
background:rgba(21,19,24,0.5);
color:#FFFFFF;font-size:11pt;
}

main h1{margin-top:0px;margin-bottom:5px;color:#f28f01;text-shadow:0 0 3px #000000;text-transform:uppercase;font-size:18pt;}

main h2{margin-top:0px;margin-bottom:10px;color:#ffffff;text-shadow:0 0 3px #000000;text-transform:uppercase;font-size:12pt;}

main a:link,main a:visited{color:#ffffff;text-decoration:none;}

main a:active,main a:hover{text-decoration:underline;}

footer#site_footer{
margin-left:10px;
margin-right:10px;
margin-top:20px;
font-size:11pt;
}

div#site_footer_links{
float:left;
width:30%;
}

div#site_footer_links a,div#site_footer_links a:visited{
color:#ffffff;
text-decoration:none;
}

div#site_footer_links a:active,div#site_footer_links a:hover{color:#FFFFFF;}
}
