@media only screen and (min-width: 1000px) {
body{
margin:0px;
background-color:#151318;
font-family:Sans Serif, Arial;
}

 /* Dropdown Button */
.dropbtn {
height:50px;
padding-left:20px;
padding-right:20px;
display:table-cell;
vertical-align:middle;
font-size:11pt;
text-decoration:none;
color:#FFFFFF;
text-shadow:0px 0px 3px rgba(0,0,0,1);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #424044;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-shadow:0px 0px 3px rgba(0,0,0,1);
    font-size:11pt;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #505050}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background:rgba(21,19,24,0.5);
}

.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:1000px;
margin:0px auto;
}

.clear{
clear:both;
}

#footer_clear{
margin-bottom:50px;
}

header#site_header{
width:100%;
height:100px;
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:1000px;
height:100px;
margin:0px auto;
display:block;
}

#logo{
display:block;
margin-top:15px;
margin-left:auto;
margin-right:auto;
}

nav#site_navi{
width:1000px;
height:50px;
background:rgba(255,255,255,0.1);
}

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

/* Mobile Navi */
nav#site_navi_mobile{
display:none;
}

/* Mobile Navi end */

main#site_content{
width:1000px;
float:left;
box-sizing:border-box;
-moz-box-sizing:border-box;
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-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_logos img:hover{
opacity:1;
filter:alpha(opacity=100);
}

}

