/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


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

@font-face {
    font-family: '8bit';
    src: url('8bit/8-bit_wonder-webfont.eot');
    src: url('8bit/8-bit_wonder-webfont.eot?#iefix') format('embedded-opentype'),
         url('8bit/8-bit_wonder-webfont.woff2') format('woff2'),
         url('8bit/8-bit_wonder-webfont.woff') format('woff'),
         url('8bit/8-bit_wonder-webfont.ttf') format('truetype'),
         url('8bit/8-bit_wonder-webfont.svg#8bit_wondernominal') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body {
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

::-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;
    max-width: 100%;
}

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

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0;
    background: #FFADAD;
    color: #000;
    padding: 0.4em 0;
    text-align: center;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.chromeframe a {
    color: blue;
}


/* ==========================================================================
   THE FUN STUFF
   ========================================================================== */

a {
    color: #006DC4;
}

a:hover {
    color: #44A0E9;
}

body, html {
    height: 100%;
}

.sidebar {
    width: 280px;
    background: #222;
    overflow: hidden;
    font-family: 'Futura', sans-serif;
    position: fixed;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
}

header {
    width: 100%;
    background: #bb2001;
    overflow: hidden;
}

header img {
    width: 120px;
    margin: 0 auto;
    display: block;
}

nav ul {
    list-style-type: none;
    padding: 0;
    width: 86%;
    margin: 20px 7%;
}

nav li {
    border-bottom: 1px solid #333;
    padding: 5px 0;
}

nav li span {
    display: inline-block;
    width: 30px;
}

nav a {
    color: #FFF;
    text-decoration: none;
}

nav a:hover {
    color: #999;
}

nav a.active {
    color: #bb2001;
}

.sidebar p {
    width: 90%;
    font-size: 14px;
    color: #888;
    position: absolute;
    bottom: 10px;
    left: 7%;
}

.sidebar > p > a {
    color: #888;
    text-decoration: none;
}

.sidebar > p > a:hover {
    color: #666;
}

.sidebar > a > img {
    position: absolute;
    bottom: 28px;
    right: 7%;
    width: 28px;
}

.sidebar > a > img:hover {
    opacity: 0.6;
}

.main {
    overflow: hidden;
    min-height: 100%;
    margin-left: 280px;
    position: relative;
}

.main.homepage {
    background: #666 url(../img/landscape.jpg) no-repeat center center;
    background-size: 120%;
    background-size: cover;
    height: 100%;
}

.mobile {
    background: url(../img/landscape.jpg) no-repeat center center;
    background-size: cover;
}

.buttonwrap {
    text-align: center;
    margin: 7% 0;
}

.myButton {
    background-color:transparent;
    -moz-border-radius:28px;
    -webkit-border-radius:28px;
    border-radius: 12px;
    border:2px solid #ffffff;
    display:inline-block;
    cursor:pointer;
    color: #ffffff;
    font-family:arial;
    font-size:17px;
    padding: 14px 25px;
    text-decoration:none;
}
.myButton:hover {
    background-color: #32CFA5;
    border-radius: 12px;
    border:2px solid #32CFA5;

}
.myButton:active {
    position:relative;
    top:1px;
}

.main.homepage h1 {
    border-bottom: none;
    color: #FFF;
    width: 80%;
    margin: 21% auto 0 auto;
    font-size: 68px;
    line-height: 1;
}

.main.homepage h3 {
    color: #FFF;
    width: 80%;
    margin: 30px auto;
}

.main.homepage h3 a {
    color: #FFF;
}

.main.homepage h3 a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.container {
    width: 90%;
    min-width: 320px;
    max-width: 700px;
    padding: 0 5% 10px 5%;
    margin: 0 auto;
    background: #FFF;
    overflow: auto;
}

.container img {
    width: 50%;
    float: left;
    max-width: 50%;
    margin: 0 15px 5px 0;
}

.container img.featured {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 5px 0 20px 0;
}

.container img.icon {
    width: 30%;
    margin: 0 15px 5px 0;
    max-width: 30%;
}

small {
    position: relative;
    top: -15px;
    left: -15%;
    width: 130%;
    display: inline-block;
    font-style: italic;
}

p small {
    left: 0;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'futura_bookbold';
    text-transform: uppercase;
    font-weight: normal;
}

h4 {
    margin-top: 20px;
}

.main h1 {
    border-bottom: 5px solid #333;
}

.quote {
    font-size: 22px;
    font-style: italic;
    background: url(../img/quote.png) no-repeat left center;
    padding-left: 130px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.quote span {
    font-size: 12px;
}

.halfit {
    width: 40%;
    margin: 0 5%;
    float: left;
}

.mobile_top {
    display: none;
}

.game-canvas {
    width: 100%;
    border: 5px solid #000;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    font-family: '8bit';
    overflow: auto;
    background: #2ecc71;
}

.game-canvas h1 {
    font-family: '8bit';
    border-bottom: none;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}

.game-canvas.winner h1 {
    font-size: 24px;
    margin-top: 40px;
}

.game-canvas .box-wrap {
    width: 80%;
    margin: 20px auto 45px auto;
    overflow: auto;
}

.game-canvas .box {
    display: block;
    float: left;
    height: 0;
    width: 18%;
    padding-bottom: 18%;
    background: #298655;
    margin: 1%;
    cursor: pointer;
}

.game-canvas .box:hover {
    opacity: 0.8;
}

.game-canvas .box.clicked {
    opacity: 0.4;
}

.game-canvas.winner {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
}

@-webkit-keyframes flash {
  0%, 100% {
    background: #2ecc71;
  }

  50% {
    background: #64E49A;
  }
}

@keyframes flash {
  0%, 100% {
    background: #2ecc71;
  }

  50% {
    background: #64E49A;
  }
}

.form_row {
    padding: 10px 0;
    overflow: auto;
    border-bottom: 1px solid #CCC;
}

label {
    width: 40%;
    display: block;
    float: left;
    margin: 5px 0;
}

.form_row input, .form_row textarea {
    width: 50%;
    float: right;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #CCC;
    margin: 2px 0 0 0;
}

#submit {
    float: right;
    padding: 10px 40px;
    background: #27ae60;
    color: #FFF;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 15px 0 0 0;
}

#submit:hover {
    opacity: 0.8;
}

.superwide {
    background: url(../img/map.jpg) no-repeat center center;
    height: 400px;
    margin-bottom: 10px;
}

.superwide .container {
    background: transparent;
}

.superwide .inner {
    width: 360px;
    height: 360px;
    background: rgba(0, 0, 0, 0.7);
    float: right;
    padding: 20px;
    color: #FFF;
}

.superwide .inner h4:first-child {
    margin-top: 0;
}

.goback {
    cursor: pointer;
}

.goback:hover {
    background: yellow;
}

.footbar {
    visibility: hidden;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 20px;
   clear: both;
   padding: 5% 0;
}


/* ==========================================================================
   THE RESPONSIVE STUFF
   ========================================================================== */


@media only screen and (max-height: 660px) {

    header img {
        width: 85px;
    }

    .sidebar p {
        font-size: 13px;
        position: relative;
        bottom: auto;
        left: 5%;
    }

    .sidebar {
        overflow: auto;
    }

    .sidebar > a > img {
        position: relative;
        right: 5%;
        float: right;
        margin-top: -44px;
        bottom: auto;
    }

}

@media only screen and (max-width: 860px) {
       .main.homepage h1 {
            font-size: 50px;
            border-bottom: none;
            color: #FFF;
            width: 80%;
            margin: 21% auto 0 auto;
            line-height: 1;
       } 
    }


@media only screen and (max-width: 1025px) {

    #video_background {
        display: none;
    }

    .main.homepage img {
        width: 500px;
        margin-left: -250px;
        margin-top: -40px;
    }

}

@media only screen and (max-width: 960px) {

    .main.homepage img {
        width: 400px;
        margin-left: -200px;
        margin-top: -70px;
    }

}

@media only screen and (max-width: 700px) {
     .desktophome {
        display: none;
    }
    
    body, html {
        height: none;
    }

    .mobile {
        display: block !important;
        visibility: visible !important;
        height: 100%;
    }

    footer {
        display: block !important;
        visibility: visible !important;
    }

    .main.homepage h1{
        margin: 0 auto;
        font-size: 20px;
        line-height: 40px;
        padding-top: 15%;
        text-align: center;
        width: 90%;
    }
     .footbar {
            visibility: visible;
            padding: 0 4%
            text-align: center;
            font-size: 10px;
    }

    .main.homepage a {
        color: #ffffff;
    }

    .titlebig {
        font-size: 45px !important;
    }

    .buttonwrap {
        text-align: center;
        padding: 15% 0;
        margin: 0;
    }

    .halfit {
        width: 100%;
        margin: 0;
    }

    .sidebar {
        left: -280px;
        z-index: 11;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .sidebar.visible {
        left: 0;
    }

    .main {
        margin-left: 0;
        padding-top: 50px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        left: 0;
    }

    .main.homepage {
        background: transparent;
    }

    .main.homepage img {
        width: 80%;
        margin-left: -40%;
        margin-top: -70px;
    }

    .container {
        min-width: 280px;
    }

    .mobile_top {
        display: block;
        width: 100%;
        height: 50px;
        background: url(../img/mobbar.png) center center no-repeat;
        background-size: cover;
        position: fixed;
        z-index: 10;
        left: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .mobile_top.visible {
        left: 280px;
    }

    .container {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .container.visible {
        opacity: 0.5;
    }

    .menubutton {
        width: 30px;
        height: 30px;
        margin: 10px;
        background: url(../img/menu.png) no-repeat center center;
        background-size: 30px;
        color: #FFF;
        border: none;
    }

    #video_backup {
        margin-top: 50px;
    }
    .superwide .inner {
            float: none;
        }
}

@media only screen and (max-width: 480px) {
       .myButton {
        font-size: 13px;
       } 
       .titlebig {
        font-size: 20px !important;
       }
       .main.homepage h1 {
        font-size: 15px;
        line-height: 30px;
       }
       header img {
            width: 80px;
    }
      nav a {
        font-size: 10px;
      }
      .deskcta {
        display: none;
      }
    }

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

/* ==========================================================================
   other promotions
   ========================================================================== */
    .otherimg {
        width: 183px !important;
        margin: 4%;
    }
    
    .row {
        margin: 6% 0;
        overflow: hidden;
    }

.footbar {
    display: block;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #7C7C7C;
}

footer {
      background: #333;
      background-size: cover;
      padding: 2% 0;
}
/* ==========================================================================
   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;
    }
}
