html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,
ul, li
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

a {
    outline: 0 none;
}

/* Helpers */
.clearfix {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}

.hidden {
    display: none;
}

/* Fonts */
@font-face{
    font-family:'MPL';
    src: url('fonts/MyriadPro-Light.otf'),
        url('fonts/MyriadPro-Light.woff') format('woff');
}
@font-face{
    font-family:'MPR';
    src: url('fonts/MyriadPro-Regular.otf'),
        url('fonts/MyriadPro-Regular.woff') format('woff');
}
@font-face{
    font-family:'MPS';
    src: url('fonts/MyriadPro-Semibold.otf'),
        url('fonts/MyriadPro-Semibold.woff') format('woff');
}
@font-face{
    font-family:'MPB';
    src: url('fonts/MyriadPro-Bold.otf'),
        url('fonts/MyriadPro-Bold.woff') format('woff');
}


/* Main */
html, body {
    height: 100%;
}

body {
    font-family: 'MPR', sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.3;
}

#logo {
    background: url('../images/logo.png') no-repeat scroll center transparent;
    height: 259px;
    left: 50%;
    margin: -130px 0 0 -130px;
    position: fixed;
    top: 50%;
    width: 259px;
    z-index: 1000;
}

#main-content {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    background: url('../images/content_bg_index.jpg') no-repeat scroll left center transparent;
    background-size: cover;
}

#overlay-reveal-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#overlay-reveal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    margin: -1500px 0 0 -1500px;
    border: 1500px solid #ffffff;
    border-radius: 50%;
    z-index: 100;
}

#jpreOverlay {
    background-color: #fff;
}
#jpreSlide{
    font-size:22px;
    font-weight:bold;
    color:#ccc;
    text-align:center;
    width:50%;
    height:30%;
}
#jpreLoader{
    width:300px;
    height:25px;
}

#preloader {
    background: url('../images/preloader.gif') no-repeat scroll center transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#preloader-images {
    display: none;
}

.slide-button:hover {
    cursor: pointer;
}


.button {
    font-family: 'MPR', sans-serif;
    font-size: 20px;
    background-color: #ffffff;
    color: #ff9c00;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 39px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.button.white {
    font-family: 'MPR', sans-serif;
    font-size: 18px;
    background-color: transparent;
    color: #ffffff;
    border-radius: 50px;
    display: inline-block;
    padding: 16px 31px 16px 35px;
    border: 1px solid #ffffff;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.button.white:hover {
    background-color: transparent;
    border: 1px solid #074465;
    color: #074465;
}

.button:hover {
    background-color: #074465;
    color: #ffffff;
}

.button > span {
    background: url('../images/button_arrow.png') no-repeat scroll right 4px center transparent;
    padding-right: 20px;
    padding-bottom: 4px;
    -webkit-animation: movearrow 2s infinite;
    animation: movearrow 2s infinite;
}
.button:hover > span {
    background: url('../images/button_arrow_hover.png') no-repeat scroll right 4px center transparent;
}


@keyframes movearrow {
    0% {
        background-position: right 4px center;
    }
    10% {
        background-position: right 0px center;
    }
    20% {
        background-position: right 4px center;
    }
    30% {
        background-position: right 0px center;
    }
    40% {
        background-position: right 4px center;
    }
    100% {
        background-position: right 4px center;
    }
}

@-webkit-keyframes movearrow {
    0% {
        background-position: right 4px center;
    }
    10% {
        background-position: right 0px center;
    }
    20% {
        background-position: right 4px center;
    }
    30% {
        background-position: right 0px center;
    }
    40% {
        background-position: right 4px center;
    }
    100% {
        background-position: right 4px center;
    }
}


.content-links a {
    display: inline-block;
    font-size: 15px;
    background: url('../images/index_link_arrow.png') no-repeat scroll right center transparent;
    padding-right: 11px;
    margin-right: 10px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.content-links a:hover {
    color: #074465;
}

#ad-fingers-right {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 1000;
}

#ad-fingers-right a {
    border-right: 2px solid #ffffff;
    display: inline-block;
    padding: 10px 6px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#ad-fingers-right-image {
    background: url('../images/adfingers_right.png') no-repeat scroll left center transparent;
    width: 6px;
    height: 116px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#ad-fingers-right a:hover {
    border-right: 2px solid #074465;
}
#ad-fingers-right a:hover #ad-fingers-right-image {
    background-position: -6px center;
}

#home-link {
    background: url('../images/game_home.png') no-repeat scroll 0 0 transparent;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 19px;
    left: 24px;
    z-index: 1001;
    display: none;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#home-link:hover {
    background-position: 0 -52px;
}


/* Slides */
.slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    /*overflow: hidden;*/
}

/* Columns */
#columns-background {
    width: 100%;
    min-height: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#column-yellow-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#column-yellow-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#column-yellow-left .column-yellow {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.column-yellow {
    background: url('../images/bg_content_yellow.png') no-repeat scroll center transparent;
    background-size: cover;
    float: left;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    position: relative;
}
#column-black {
    background: url('../images/bg_content_black.png') no-repeat scroll center transparent;
    background-size: cover;
    float: left;
    width: 50%;
    height: 100%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    position: relative;
}

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

#columns-background #background-left-image {
    background: url('../images/content_bg_index.jpg') no-repeat scroll left center transparent;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    overflow: hidden;
}

#background-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#columns-background #background-right-image {
    background: url('../images/content_bg_index.jpg') no-repeat scroll right center transparent;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    overflow: hidden;
}

.column {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}

.column .column-wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
}

.column.column-2 {
    text-align: center;
}

.column .slide-title {
    font-family: 'MPL', sans-serif;
    font-size: 55px;
    margin-bottom: 20px;
}

.column .text-title {
    font-family: 'MPL', sans-serif;
    font-size: 38px;
}

.column p {
    margin-bottom: 20px;
}

.column a {
    color: #ffffff;
    text-decoration: none;
}

.column-1 .column-wrapper {
    padding: 0 94px 0 78px;
}

.column-2 .column-wrapper {
    padding: 0 78px 0 94px;
}

/* Index slide */
.index-title {
    font-family: 'MPL', sans-serif;
    font-size: 63px;
}

.index-headline {
    font-family: 'MPR', sans-serif;
    font-size: 16px;
}

.index-text {
    font-family: 'MPR', sans-serif;
    font-size: 19px;
    margin: 30px 0;
}

#slide-index #index-levels {
    padding: 10px 0 20px 0;
}

#slide-index #index-levels .level-a {
    display: inline-block;
    width: 155px;
}
#slide-index #index-levels .level-b {
    display: inline-block;
    width: 125px;
}
#slide-index #index-levels .level-c {
    display: inline-block;
    width: 115px;
}

#slide-index #index-levels .levels span:nth-child(1) {
    float: left;
    font-size: 57px;
    line-height: 50px;
    padding-right: 7px;
}
#slide-index #index-levels .levels span:nth-child(2) {
    display: block;
    font-size: 28px;
    line-height: 28px;
    padding-top: 2px;
    text-align: left;
}
#slide-index #index-levels .levels span:nth-child(3) {
    display: block;
    font-size: 15px;
    line-height: 14px;
    text-align: left;
}

.index-dots {
    background: url('../images/dots.png') no-repeat scroll center center transparent;
    width: 100%;
    height: 10px;
    margin-bottom: 20px;
}

#index-fb {
    text-align: center;
    margin: 25px 0;
}

#index-fb a {
    display: inline-block;
    background: url('../images/index_fb.png') no-repeat scroll 0 0 transparent;
    width: 30px;
    height: 30px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#index-fb a:hover {
    background-position: 0 -30px;
}

.results-text {
    font-family: 'MPL', sans-serif;
    font-size: 22px;
}

/* Game pre-info */
#slide-game-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#game-pre-info-block {
    background: url('../images/bg_content_yellow.png') no-repeat scroll center transparent;
    background-size: cover;
    border: 5px solid #ffffff;
    margin: 86px;
    text-align: center;
    color: #ffffff;
}

#game-pre-info-block #game-pre-info-crown {
    background: url('../images/game_preinfo_crown.png') no-repeat scroll center transparent;
    width: 100%;
    height: 124px;
    margin: 52px 0 52px 0;
}

#game-pre-info-block #game-pre-info-title {
    font-family: 'MPL', sans-serif;
    font-size: 38px;
    margin-bottom: 28px;
}

#game-pre-info-block #game-pre-info-text {
    font-family: 'MPR', sans-serif;
    font-size: 19px;
    margin-bottom: 45px;
}

#game-pre-info-block #game-pre-info-buttons {
    display: inline-block;
    margin-bottom: 45px;
}

#game-pre-info-block #game-pre-info-buttons #game-pre-info-arrow {
    margin-top: 14px;
    background: url('../images/game_preinfo_arrow.png') no-repeat scroll center 0 transparent;
    width: 100%;
    height: 13px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
#game-pre-info-block #game-pre-info-buttons:hover #game-pre-info-arrow {
    background-position: center -13px;
}

/* Google */
#google-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#google-maps {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 1;
    z-index: -1;
}

#google-street-view {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

/* Game */
#slide-game {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1000;
}

#slide-game #question-block {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    position: fixed;
    top: 46px;
    right: 46px;
    width: 279px;
}

#slide-game #question-block #question-title {
    background: url('../images/bg_question_yellow.png') no-repeat scroll center top transparent;
    background-size: cover;
    color: #ffffff;
    font-family: 'MPR', sans-serif;
    font-size: 22px;
    text-align: center;
    box-shadow: 0px 5px 9px 0px rgba( 0, 0, 0, 0.1 );
    padding-bottom: 34px;
}

#slide-game #question-block #question-title #question-crown {
    background: url('../images/game_crown.png') no-repeat scroll center 13px transparent;
    width: 100%;
    height: 94px;
}

#slide-game #question-block #question-number-wrapper {
    text-align: center;
}

#slide-game #question-block #question-number {
    display: inline-block;
    box-shadow: 0px 5px 9px 0px rgba( 0, 0, 0, 0.13);
    padding: 3px 14px;
    position: relative;
    top: -13px;
    background-color: #ffffff;
}

#slide-game #question-block #question-text {
    font-family: 'MPR', sans-serif;
    font-size: 26px;
    text-align: center;
    padding: 26px 0;
}

#slide-game #question-block #question-words {
    position: relative;
}

#slide-game #question-block #question-words ul {
    margin: 0 25px;
}

#slide-game #question-block #question-words ul li {
    float: left;
    background-color: #1a8dde;
    border-top: 1px solid #ffffff;
    margin: 2px;
    width: 110px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    line-height: 42px;
    font-family: 'MPR', sans-serif;
    font-size: 21px;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    position: relative;
    z-index: 1;
}
#slide-game #question-block #question-words ul li.answer-active:hover {
    cursor: pointer;
    background-color: #ffbf00;
    box-shadow: 0px 14px 21px 0px rgba( 0, 0, 0, 0.63 );
    z-index: 10;
}

#slide-game #question-block #question-words ul li.answer-disabled {
    background-color: #ffbf00;
}

#slide-game #question-block #question-text .enter.word-active {
    font-family: 'MPS', sans-serif;
    font-size: 26px;
    color: #1a8dde;
    text-transform: uppercase;
}

#slide-game #question-block #question-next {
    color: #ffffff;
    background: url('../images/question_next_arrow.png') no-repeat scroll 177px center #1a8dde;
    border-top: 1px solid #ffffff;
    text-align: center;
    margin: 10px 28px;
    padding: 15px 5px;
    display: none;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#slide-game #question-block #question-next:hover {
    cursor: pointer;
    background-color: #ffbf00;
    box-shadow: 0px 14px 21px 0px rgba( 0, 0, 0, 0.63 );
}

#slide-game #question-block #question-reset {
    font-family: 'MPL', sans-serif;
    font-size: 16px;
    color: #838383;
    text-align: center;
    text-decoration: underline;
    margin: 18px 0;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#slide-game #question-block #question-reset:hover {
    cursor: pointer;
    color: #1a8cdd;
}

/* Game footer */
#game-footer {
    opacity: 0;
    position: fixed;
    bottom: -55px;
    left: 0;
    height: 55px;
    width: 100%;
    background-color: #2b2b2b;
    z-index: 2000;
    line-height: 55px;
}

#game-footer a {
    font-family: 'MPR', sans-serif;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: color 250ms ease-out;
    -moz-transition: color 250ms ease-out;
    -o-transition: color 250ms ease-out;
    transition: color 250ms ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

#game-footer a:hover {
    color: #1a8dde;
}

#game-footer #game-footer-logo {
    float: left;
    background: url('../images/game_footer_logo.png') no-repeat scroll center #1a8dde;
    width: 170px;
    height: 100%;
}

#game-footer #game-footer-links {
    float: left;
}

#game-footer-links-list {
    list-style: disc;
    font-size: 2px;
    margin-left: 20px;
}

#game-footer-links-list li {
    font-size: 8px;
    float: left;
    margin-right: 24px;
}

#game-footer #game-footer-copyright {
    float: right;
    margin-right: 45px;
}


/* Footer */

#footer{z-index:500;position:fixed;bottom:-54px;left:0;width:100%}
#footer ul{font-family:'MPS';font-size:0;text-align:center;text-transform:uppercase}
#footer ul li{
    position:relative;
    display:inline-block;
    width:16.6667%;
    height:48px;
    line-height:48px;
    font-size:13px;
    background-color:#1a8dde;
    vertical-align:bottom;
    cursor:pointer;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}


#footer ul li:nth-child(even){border-bottom:6px solid #36a0eb}
#footer ul li:nth-child(odd){border-bottom:6px solid #074465}

#footer ul li .footer-title{padding:0 7px 0 23px;font-family:'MPB';background:url(../images/footer_list_bullet.png) no-repeat scroll left center transparent;color:#fff}
#footer ul li .footer-text{color:#074465}

#footer ul li .default{
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#footer ul li .hover .footer-title{background:url(../images/footer_list_bullet_white.png) no-repeat scroll left center transparent}
#footer ul li .hover .footer-text{color:#fff}
#footer ul li .hover{
    position:absolute;
    left:0;
    top:56px;
    width:100%;
    height:56px;
    line-height:56px;
    border-bottom:6px solid #05324b;
    background:#074465;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

#footer ul li:hover{line-height:10px}
#footer ul li:hover .default{opacity:0;line-height:12px}

#footer ul li.active .hover,
#footer ul li:hover .hover{top:-8px}


@media (max-height: 810px),(max-width: 810px) {
    /*    .column-wrapper {
            font-size: 14px;
        }

        .column .text-title {
            font-size: 16px;
        }*/
}

@media (max-height: 768px),(max-width: 768px)  {
    .column-wrapper {
        font-size: 14px;
        line-height: 1.2;
    }

    .column .text-title {
        font-size: 26px;
        margin-bottom: 4px;
        margin-top: 8px;
    }

    .column p {
        margin-bottom: 8px;
    }

    #game-pre-info-block #game-pre-info-title {
        font-size: 30px;
    }

    #game-pre-info-block #game-pre-info-text {
        font-size: 14px;
    }
    #game-pre-info-block #game-pre-info-crown {
        margin: 25px 0;
    }

    #game-pre-info-block {
        margin: 46px 86px;
    }

    #slide-game #question-block #question-title #question-crown {
        height: 85px;
    }

    #question-title-text {
        font-size: 14px;
    }

    #slide-game #question-block #question-number {
        font-size: 12px;
    }

    #slide-game #question-block #question-text {
        font-size: 16px;
        padding: 12px 0;
    }

    #slide-game #question-block #question-words ul li {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
    }

    #slide-game #question-block #question-reset {
        font-size: 14px;
        margin: 12px 0;
    }

    #slide-game #question-block #question-text .enter.word-active {
        font-size: 16px;
    }

    .button > span {
        background: url('../images/button_arrow.png') no-repeat scroll right 4px center transparent;
        font-size: 18px;
        padding-bottom: 1px;
    }
    .button:hover > span {
        background: url('../images/button_arrow_hover.png') no-repeat scroll right 4px center transparent;
    }

    .content-links a {
        font-size: 12px;
    }
}

@media (max-width: 768px)  {
    #footer ul li {
        font-size: 10px;
    }
}