/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

   @font-face {
    font-family: 'futura';
    src: url('futura-webfont.eot');
    src: url('futura-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura-webfont.woff') format('woff'),
         url('futura-webfont.ttf') format('truetype'),
         url('futura-webfont.svg#futura_ltcondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a {
    text-decoration: none;
}

ul, li {
    list-style-type: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../img/background.jpg');
    background-size: cover;
}

.construction {
    min-width: 1000px;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 50px;
    background: #f4f3ee;
    text-align: center;

    font-family: 'futura';
    font-size: 20px;
    color: #2f2b2c;
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.3);

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.construction .close {
    font-family: 'Droid Sans', sans-serif;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
    color: green;
}


#slideWrap {
    margin: auto;
    width: 1000px;
    height: 250px;
}

#slideWrap h1 {
    position: absolute;
    left: 36px;
    top: 65px;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 0px #222;
}

#slideWrap .description {
     font-family: 'Droid Sans', sans-serif;
    margin: 20px;
    color: #fff;
    width: 500px;
    font-size: 14px;
    text-shadow: 1px 1px 0px #222;

    position: absolute;
    left: 20px;
    bottom: 35px;
}

#slideWrap a {
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 85px;
    width: 225px;
    padding: 20px;
    background: #4d4d4d;
    color: #222;
    border-radius: 2px;

    font-family: 'futura';
    font-size: 20px;
    color: #f4f3ee;
    text-transform: uppercase;
    font-weight: normal;

    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2, 0.8);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2, 0.8);
    box-shadow: 0px 2px 0px rgba(2,2,2, 0.8);

}


#mainWrap {
    position: relative;
    width: 1000px;
    min-height: 800px;
    height: 100%;

    margin: auto;

    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color:rgba(255,255,255, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

    z-index: 0;
}

.login {
    position: absolute;
    right: 20px;
    top: 50px;

    width: 200px;

    background: transparent;
}

.login p {
    font-family: 'futura';
    font-size: 15px;
    color: #2f2b2c;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

.login input[type=text], .login input[type=password]  {
    background: #f4f3ee;
    border: none;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 10px;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.3);
}

.login input[type=text]:active, .login input[type=password]:active  {
    outline: 0;
    border: none;
}


.login input[type=submit] {
    float: left;
    width: 85%;
    height: 30px;
    background: #5d5d5d;
    border: none;
    border-radius: 2px;

    font-family: 'futura';
    font-size: 15px;
    color: #f4f3ee;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
}

.login input[type=submit]:hover {
    background: #4d4d4d;
}

.welcome {
    width: 500px;
    min-height: 100px;
    background: transparent;
    margin-left: 100px;

    margin-bottom: 50px;
    position: relative;
}

.news {
    width: 500px;
    min-height: 100px;
    background: transparent;
    margin-left: 100px;
}

.news h1 {
    margin-bottom: 15px;
}

.news ul {
    width: 500px;
    margin-bottom: 100px;
}

.news ul li {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #5d5d5d;
    margin-bottom: 5px;

    cursor: pointer;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.7);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.7);

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.news ul li:hover {
    background: #4d4d4d;
}

.news ul li .date {
    font-family: 'Droid Sans', sans-serif;
    color: #2f2b2c;
    position: absolute;
    top: 35%;
    left: 5%;
}

.news ul li p {
    font-family: 'futura';
    font-size: 25px;
    color: #f4f3ee;
    text-transform: uppercase;
    font-weight: normal;

    position: absolute;
    top: 18%;
    left: 21%;

    text-shadow: 0px 1px 1px #2f2b2c;
}

.news ul li .arrow {
    position: absolute;
    right: 5%;
    top: 40%;
    width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    
    border-left: 5px solid #f4f3ee;
}

h1 {
    font-family: 'futura';
    font-size: 45px;
    color: #2f2b2c;
    text-transform: uppercase;
    font-weight: normal;
}

.welcome p {
    font-family: 'Droid Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 1.75;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

.welcome .button {
    position: absolute;
    right: 0px;
    bottom: -90px;
    display: inline-block;
    background: #8cc1a7;
    border-radius: 2px;

    padding: 25px 60px 25px 60px;
    font-family: 'futura';
    font-size: 20px;
    color: #f4f3ee;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;

    text-shadow: 0px 1px 0px #222;

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
}

.welcome .button:hover {
    background-color: #9cd0b6;
}

.logo {
   margin-left: 80px;
padding-top: 50px;
margin-bottom: 30px;

}


#mainWrap .nav {
    position: absolute;
    right: 255px;
    top: 100px;
    max-width: 510px;

}

#mainWrap .nav ul li {
    float: left;
    list-style: none;
    display: inline;

    color: white;

    padding: 10px 15px 10px 15px;
    background-color: #2f2b2c;

    font-family: 'futura';
    font-size: 18px;
    color: #f4f3ee;
    text-transform: uppercase;

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
}

#mainWrap .nav ul li:hover {
    background-color: #5d5d5d;
}

#mainWrap .gameframe {
    width: 300px;
    height: 300px;
    position: absolute;
    right: 50px;

    background-color: transparent;

}

#mainWrap .gameframe ul li{
    width: 100%;
    background: #2f2b2c;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;

    font-family: 'futura';
    font-size: 18px;
    color: #f4f3ee;
    text-transform: uppercase;

    border-bottom: 1px solid transparent;

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;

}

#mainWrap .gameframe ul li:hover{
    background: #5d5d5d;
}

#mainWrap .gameframe ul li.more{
    background: #4d4d4d;
}

#mainWrap .gameframe ul li.more:hover{
    background: #5d5d5d;
}

#mainWrap .gameframe ul li.css:before {
    background: url('../img/awp.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: 'awp';
    color: transparent;
    width: 90px;
    height: 40px;
    position: absolute;
    left: -45px;
    top: 10px;
}

#mainWrap .gameframe ul li.kf:before {
    background: url('../img/crossbow.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: 'crossbow';
    color: transparent;
    width: 100px;
    height: 40px;
    position: absolute;
    left: -45px;
    top: 79px;
}

#mainWrap .gameframe ul li.wow:before {
    background: url('../img/thunderfury.png');
    background-size: cover;
    background-repeat: no-repeat;
    content: 'thunderfury';
    color: transparent;
    width: 140px;
    height: 50px;
    position: absolute;
    left: -60px;
    top: 131px;
}

#mainWrap .gametracker {
    width: 300px;
    height: auto;
    position: absolute;
    right: 50px;
    margin-top: 289px;
    background: #2f2b2c;
    border-radius: 2px;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.9);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.9);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.9);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.9);
}

#mainWrap .gametracker .ts {
    float: left;
    width: 50%;
    height: 100%;
}

#mainWrap .gametracker .ts .image {
    width: 35px;
    height: 35px;

    position: relative;
    left: 50%;
    margin-left: -17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#mainWrap .gametracker .ts p {
    font-family: 'Droid Sans', sans-serif;
    color: #f4f3ee;
    font-size: 10px;
    text-align: center;
}

#mainWrap .gametracker .ts .amount {
    font-family: 'futura';
    font-size: 56px;
    color: #f4f3ee;
    text-transform: uppercase;
    text-align: center;
}

#mainWrap .gametracker .ts .button {
    margin: auto;
    margin-bottom: 10px;
    width: 100px;
    background: #8cc1a7;
    border-radius: 2px;

    text-align: center;

    padding: 10px 5px 10px 5px;
    font-family: 'futura';
    font-size: 16px;
    color: #f4f3ee;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;

    text-shadow: 0px 1px 0px #222;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;

}

#mainWrap .gametracker .ts .button:hover {
    background: #9cd0b6;
}

#mainWrap .gametracker .ingame {
    float: left;
    width: 50%;
    height: 100%;
}

#mainWrap .gametracker .ingame .image {
   width: 35px;
height: 33px;

    position: relative;
    left: 50%;
    margin-left: -17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#mainWrap .gametracker .ingame p {
    font-family: 'Droid Sans', sans-serif;
    color: #f4f3ee;
    font-size: 10px;
    text-align: center;
}

#mainWrap .gametracker .ingame .amount {
    font-family: 'futura';
    font-size: 56px;
    color: #f4f3ee;
    text-transform: uppercase;
    text-align: center;
}

#mainWrap .gametracker .ingame .button {
    margin: auto;
    margin-bottom: 10px;
    width: 100px;
    background: #8cc1a7;
    border-radius: 2px;

    text-align: center;

    padding: 10px 5px 10px 5px;
    font-family: 'futura';
    font-size: 16px;
    color: #f4f3ee;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;

    text-shadow: 0px 1px 0px #222;

    box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -webkit-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -moz-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);
    -o-box-shadow: 0px 2px 0px rgba(2,2,2,0.5);

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;

}

#mainWrap .gametracker .ingame .button:hover {
    background: #9cd0b6;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}