/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

html {
    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
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

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

textarea {
    resize: vertical
}

.browsehappy {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.bcgAlign {
    position: relative;
    overflow: hidden
}

.bcgAlign img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none
}

body {
    font: 16px/1.5 'Open Sans', Helvetica, Helvetica Neue, Arial, sans-serif;
    background-color: #000;
    color: #222
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative
}

.bcg-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bcg {
    height: 100vh
}

.card-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#intro,
#windowOutlines,
#xmas {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1280px;
    height: 720px;
    z-index: 4
}

#intro {
    z-index: 5
}

#mouseLeftHover,
#mouseRightHover,
#xmas {
    visibility: none;
    opacity: 0
}

#logoIcon {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 999;
    width: 80px;
    height: 39px;
    opacity: 0
}

#socialLinks {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
    width: 143px;
    height: 39px;
    opacity: 0
}

#windowOutlines {
    z-index: 998
}

#mouseClick {
    display: block;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    z-index: 999;
    border-radius: 100%;
    text-indent: -9999em;
    overflow: hidden;
    outline: 0;
    opacity: 0
}

#mouseClick:after {
    content: '';
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%
}

#MouseInTree,
.box {
    cursor: pointer
}

#sound {
    z-index: 10000;
    width: 24px;
    height: 24px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -17px;
    position: absolute;
    opacity: 1
}

#sound a {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    outline: 0
}

#sound a.on {
    background-position: top left
}

#pauseBtn,
#playBtn {
    display: none
}

footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 30px;
    right: 30px;
    font-size: 14px;
    opacity: .7;
    z-index: 999
}

footer a {
    text-decoration: none;
    color: #222
}

footer a:hover {
    text-decoration: underline
}

@media only screen and (min-width:480px) {
    footer {
        text-align: left
    }
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden
}

.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:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    * {
        background: 0 0!important;
        color: #000!important;
        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) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}