/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

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
   ========================================================================== */

footer {background-color: #4a4b48; position: absolute; bottom: 22px; width: 100%; padding: 4px; height: 95px; z-index: 5;}

#credits {left: 50%; margin-left: -301px; position: absolute; bottom: 32px; z-index: 10; width: 602px; vertical-align: top; text-align: center;font-family: 'BenchNine', sans-serif; text-transform: uppercase; color: #b1b1b1; font-size: 12px; letter-spacing: 2px;line-height: 12px; }

#credits a, a:hover, a:visited {color: #d0d0d0; text-decoration: none; font-weight: 900;}

.donate {
    color: #fff200;
    display: block;
    position: absolute;
    left: 10px;
    top: 25px;
    text-align: left;
    font-size: 14px; 
    font-family: 'Anton', sans-serif; 
    line-height: 15px;
}

.donate a,a:visited, a:hover {
    color: #fff200;
    text-decoration: none;
    font-weight: 100;
}


#watch {margin-top: 40px; margin-bottom: 40px;}

#player {display: none;}

html { 
    background: url(../img/background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main {width: 780px; margin-left: auto; margin-right: auto; text-align: center; margin-top: 40px;}
#mobile {display: none;}

/* ==========================================================================
   SimpleModal
   ========================================================================== */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {color:#bbb; background-color:#000; border:0px; padding:0px; padding-right: 16px; padding-bottom: 12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container h3 {color:#84b8d9;}

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

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

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

#main {display: none;}
#credits {left: 0; margin-left: 11%; position: relative; width: 80%; vertical-align: top; text-align: center;font-family: 'BenchNine', sans-serif; text-transform: uppercase; color: #b1b1b1; font-size: 8px; letter-spacing: 2px;line-height: 12px; padding-top: 80px;}
#mobile {display: block; padding-top: 10%;}
#mobile img {width: 80%; padding-left: 11%; }
html { 
    background-color: #8c8b80;
    background-image: none;
}

footer {display: none;}

.donate a,a:visited, a:hover {
    color: #fff200;
    text-decoration: none;
    font-weight: 100;
}

.donate {
    color: #fff200;
    display: block;
    position: absolute;
    top: 225px;
    left: 80px;
    text-align: center;
    font-size: 14px; 
    font-family: 'Anton', sans-serif; 
    line-height: 15px;
}


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

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

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

.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;
    }
}