* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    border: 0 none;
    background: none repeat scroll 0 0 transparent
}

*:focus, *:active {
    outline: 0
}

body, html {
    height: 100%;
    background-color: #f5f5f5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    min-width: 320px;
    overflow-y: scroll;
}



#rotate{
    width:100%;
    height:100%;
    position:absolute;
    z-index: 3000;
    top:0px;
    left:0px;
    background: white url('./rotate-to-portrait.png') no-repeat center center;
    display:none;
}







.game_title{
    font-size:20px;float:left;padding-left: 15px;
}


/*.start_container{*/
    /*width:100%;*/
    /*height:90px;*/
    /*padding-left: 15px;*/
    /*position:relative;*/
/*}*/



/*#crossword_theme{*/
    /*position:absolute;*/
    /*bottom:5px;*/
    /*margin-bottom: 0;*/
    /*left:15px*/


/*}*/

/*#btn_start_wrapper{*/
    /*position: absolute;*/
    /*z-index: 10;*/
    /*right:10%;*/
    /*bottom:0*/
/*}*/

/*#btn_start{*/
    /*bottom: -27.5px;*/
/*}*/

#chrono{
    /*position:absolute;*/
    /*right:15px;*/
    /*top:7px;*/
    float: right;
    /*margin-left: 15px;*/
    margin-top: 15px;
    margin-bottom: 14px;
}

#header_clue_wrapper{
    width:100%;
    /*height:60px;*/
    position:relative;
    z-index: 500
}


img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}




button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}


.clear, #intro:after {
    clear: both
}


#intro:before, #intro:after {
    display: table;
    line-height: 0;
    content: ""
}

.dialog_btn{
    /*width:100px;*/
    width:auto;
    font-size: 10px;
    padding-left:5px;
    padding-right:5px;
    text-align: center;
}

#modal2{
    width:90%;
}




#description{
    margin-top:15px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    text-align: left;
}

.primary_text{
    color: rgba(255, 255, 255, 0.87);
}

#intro_content h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.15;
}



#content {
    min-height: 100vh;
    min-height: calc(100vh - 20px);
    margin-bottom: 40px;
    /*height: 85%;*/
    /*height: 85vh;*/
    background-color: #f5f5f5;
    position: relative;
    display: flex;
    flex-direction: column;
}



#intro, #crossword {
    display: none;
    /*min-height: 100%*/
}

#crossword {
    /*position: absolute;*/
    width: 100%;
    /*top: -99999em;*/
    /*min-height: 100%;*/
    /*background-color: #AAA*/
}

#game_view {
    background-color: #fff;
    width:100%;
    height: 100%;
}

.crossword-wrapper {
    /*height: calc(100vh - 200px);*/
    /*height: calc(80vh - 200px);*/
    position: relative;
    height: 100vw;
    width: 100%;
}
@media (min-width: 601px) {
    .crossword-wrapper {
        height: calc(100vw * 0.65);
    }
}
@media (min-width: 1201px) {
    .crossword-wrapper {
        height: calc(1200px * 0.65);
    }
}

.crossword-wrapper-o {
    display: flex;
    flex-direction: column;
}
@media (max-width: 600px) {
    .crossword-wrapper-o {
        flex-direction: column-reverse;
        border-bottom: 1px solid #b1b1b1;
    }
}

#intro {
    width: 100%;
    text-align: center;
    background-color: #f5f5f5;
}

/*.fixed-action-btn{*/
    /*position: absolute;*/
/*}*/

#intro_content {
    text-align: center;
    padding: 2px 16px 124px;
    max-width: 460px;
    margin: 30px auto
}





.logo img {
    width: 163px;
    height: auto;
}
@media screen and (max-width: 992px) {
    .logo img {
        width: 108.666666666666666px;
    }
}
@media screen and (max-width: 600px) {
    .logo img {
        width: 108.666666666666666px;
    }
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
}


.material-icons.md-48 { font-size: 48px; }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }

.v_center{
    vertical-align: middle;
    display: table-cell !important;
}

.toolbar_item{
    line-height:56px;
    height:56px;
}



#loader {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
}

.preloader-wrapper{
    top: 45%;
}


#header_clue{
    display: flex;
    vertical-align: middle;
    line-height: 20px;
    /*height:60px;*/
    min-height:80px;
    padding: 10px 40px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    width:100%;
}



.visible {
    display: block
}



/*@media all and (min-width: 501px) {*/

    /*.logo img {*/
        /*width: 182px;*/
        /*height: auto*/
    /*}*/

/*}*/

/*@media all and (min-width: 701px) {*/
    /*.logo img {*/
        /*width: 240px;*/
        /*height: auto*/
    /*}*/
/*}*/

@media (max-width: 600px) {

    #header_clue_wrapper{
        display: none !important;
    }

    /*.fixed-action-btn{*/
        /*bottom: 10px !important;*/
        /*right: 10%;*/
    /*}*/

    #clue_list{
        display: none;
    }

    .dialog_btn{
        /*width:90px;*/
        width:auto;
    }

    #description{
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*.logo {*/
        /*padding: 0px 0 10px;*/
    /*}*/
}






.page-footer {
    clear: both;
    position: relative;
    /*bottom: 0;*/
    width: 100%;
    /*height:36px;*/
    /*height:36px;*/
    display: block;
    padding:0 !important;
    margin-top: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /*padding-top: 11px !important;*/
}

.page-footer:after {
    content: '';
    display: block;
    clear: both;
}

#clue_list{
    position: absolute;
    bottom: 0;
    max-height: none !important;
    cursor: default;
}

.clue_list_wrapper{
    height: 50%;
    position: relative;
}

.clue_list_label{
    height:20px;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f9f9f9;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(148,148,148,1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(148,148,148,1);
    box-shadow: 0px 1px 1px 0px rgba(148,148,148,1);
}

.clue_text{
    font-size: 13px;
    padding-left: 5px;
    display: block;
}

#across_list, #down_list{
    position: absolute;
    width: 100%;
    top:20px;
    bottom:0;
    overflow-y: scroll;
}



.clue_hover{
    background: rgba(232, 234, 246, 0.50);;
}





.clue_highlight{
    background: #edb78e;
}


.tile_animator {
    display: block; position: absolute;
    background: #ec6803;
    border-radius: 100%;
    transform: scale(0);
}

.tile_animator.animate {animation: ripel 0.7s ease-in;}




.ink {
    display: block;
    position: absolute;
    background: #edb78e;
    border-radius: 100%;
    transform: scale(0);
}

.ink.animate {animation: ripel 0.5s linear;}


@keyframes ripel {
    100% {opacity: 0; transform: scale(2.5);}
}

#clue_list ul li {
    list-style-type: none;
    position: relative;
    overflow: hidden;
}

#clue_list ul li a {
    display: block;
    color:black;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

li{
    cursor:pointer;
}


#board {
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #b1b1b1;
    overflow: hidden;
    /*top: 100px;*/
    top: 0;
    /*bottom: 36px;*/
    bottom: 0;

    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}


@media all and (min-width: 601px) {
    #content {
        /*max-width: 796px;*/
        max-width: 1200px;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, .25) 0 5px 15px;
        /*background-color: #fff;*/
        background-color: #f5f5f5;
    }

    /*body, html {*/
        /*!*background-color: #e2e2e2;*!*/
        /*background-color: #f5f5f5;*/
    /*}*/

    #game {
        width: 65%;
        float: left;
        height: 100%;
    }

    #clue_list{
        box-shadow: none;
        position: relative;
        width: 35%;
        float: right;
        top: inherit;
        left: inherit;
        bottom: inherit
    }

    .desc_wrapper {
        float: right;
        width: 62%
    }

    /*.logo {*/
        /*float: left;*/
        /*width: 36%*/
    /*}*/

    /*.logo img {*/
        /*max-width: 100%*/
    /*}*/

    #intro_content {
        max-width: 780px !important;
        padding: 35px 16px 20px 0 !important
    }

    #clue_list {
        width: 35%;
        background-color: #fff;
        /*bottom: 36px;*/
        bottom: 0;
        max-height: inherit !important;
        position: absolute;
        /*top: 100px;*/
        top: 0;
        overflow: auto;
        right: 0;
        border-radius: 0
    }

    /*#board {*/
        /*bottom: 60px*/
        /*bottom: 0;*/
    /*}*/

    /*.fixed-action-btn{*/
        /*bottom: 18px;*/
        /*right: 35.5%;*/
    /*}*/
}



.bitmap_icon{
    margin-left: auto;
    margin-right:auto;
    text-align: center;
}

/*@media all and (max-width: 480px) {*/

    /*#board {*/
        /*top: 0;*/
    /*}*/

/*}*/





#modal2.modal-footer a{
    font-size: 10px;
}







#dragger {
    -webkit-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -moz-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -ms-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    -o-transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    transition: all 300ms cubic-bezier(0.085, 0.385, 0.420, 0.975);
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 0;
    background-color: #444444;

    left: auto !important;
    top: auto !important;

}





.hidden {
    display: none
}


#svg2{
    width:90%;
    height:auto;
}



.checkmark {
    width: 240px;
    /*max-width: 100%;*/
    margin: 0 auto;
    height: 240px;
    overflow: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    /*margin-right:40%;*/

}

#congrat{
    overflow:hidden;
    text-align: center;
}



.check{
    stroke-dasharray: 110;
    stroke-dashoffset: -110;
    stroke-width: 0;
}

.check-complete{
    -webkit-animation: check 1s ease-in forwards;
    animation: check 1s ease-in forwards;
    stroke-width: 15;
    stroke-dashoffset: 0;
}





#key_interceptor{
    position:absolute;
    font-size:1px;
    opacity:0;
    left:-100px;
    top:-100px;
    -webkit-user-modify: read-write-plaintext-only;
}

#key_interceptor:focus{
    -webkit-user-modify: read-write-plaintext-only;
}


@media all and (min-width:601px) {
    #board {
        width:65%!important;
        /*bottom:36px;*/
        /*bottom:46px;*/
    }
}

input[type="password"] { border:0 none; height:1px; background-color:transparent;}

#crossword_canvas{
    box-shadow:rgba(0,0,0,.3) 0 0 12px;
}


nav{
    position: relative;
    overflow: hidden;
}

.fixed-action-btn {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0;
    z-index: auto;
    float: left;
}

.fixed-action-btn ul {
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    visibility: visible;
    float: left;
    position: relative;
}
.fixed-action-btn ul li {
    float: left;
    margin-bottom: 0;
}
.btn .material-icons {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

#cw_menu ul .btn img {
    position: relative;
    top: -1px;
}
#cw_menu ul .btn i {
    width: 25px;
    text-align: center;
    position: relative;
    top: -1px;
}

/*@media (min-width: 601px) and (max-width: 800px) {*/
    /*#cw_menu ul .btn img,*/
    /*#cw_menu ul .btn i {*/
        /*display: none !important;*/
    /*}*/
/*}*/
#cw_menu ul .btn {
    display: block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-align: left;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 12px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.kr-header {
    text-align: center;
    position: relative;
    zoom: 1;
    min-height: 720px;
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    background: #aaa 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 80px;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .kr-header {
        min-height: calc(100vw * 0.6);
    }
}

h1 {
    color: #fff;
}

.kr-intro {
    position: relative;
    zoom: 1;
    flex: 1;
}

.kr-section .btn-wrap {
    padding-top: 30px;
}
.kr-section {
    padding: 60px 0;
}
.kr-container {
    max-width: 1200px;
    padding: 0 40px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.kr-footer {
    color: #fff;
    background: #5c666f;
    text-align: center;
    padding: 60px 0;
}

h2,
.h2 {
    margin-bottom: 2.3rem;
    font-size: 36px;
    font-weight: 700
}
h3,
.h3 {
    margin-bottom: 2.3rem;
    font-size: 24px;
    font-weight: 700
}

.text {
    position: relative;
    margin-bottom: 1.3rem
}

.soc-wrap .text img {
    display: initial;
    position: relative
}

.soc-wrap .text img.left {
    left: -4px;
    top: -7px
}

.soc-wrap .text img.right {
    top: -6px
}

/*.soc-wrap p {*/
    /*display: initial;*/
    /*font-size: 18px;*/
    /*color: #fff;*/
    /*line-height: 1.6em*/
/*}*/

.workers {
    padding-top: 60px;
    text-align: center;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 3rem;
    }

    .kr-container {
        font-size: 16px;
    }

    .kr-header {
        padding-top: 100px;
    }

    .kr-container, #header_clue {
        padding: 0 20px;
    }

    .kr-footer {
        padding: 45px 0;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 20px;
    }

}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 2.5rem;
    }

    .kr-container, #header_clue {
        padding: 0 20px;
    }

    .kr-header {
        padding-top: 80px;
    }

    .kr-footer {
        padding: 30px 0;
    }

    #chrono, .fixed-action-btn {
        width: auto;
        text-align: center;
        float: none;
        display: block;
    }

    .fixed-action-btn {
        margin-left: -5px;
        margin-right: -5px;
    }
    .fixed-action-btn ul {
        float: none;
        margin-top: 10px;
    }
    .fixed-action-btn ul li {
        float: none;
        display: inline-block;
    }
    #cw_menu ul .btn {
        margin: 5px 10px;
    }

    #btn_menu_reveal_letter, #btn_menu_reveal_word {
        display: none !important;
    }

}

.ya-share2__container_size_m .ya-share2__icon {
    width: 56px !important;
    height: 56px !important;
}
.ya-share2__badge {
    border-radius: 50% !important;
}
.ya-share2__container_size_m .ya-share2__item {
    margin: 5px 5px !important;
}

