#body{
	background-image:linear-gradient(#08ACE7, #09ACE7);
    min-width: 100vw;
    min-height: 100vh;
}
canvas{
	position: absolute;
    top: 0;
}
.background {
    /*background: #118ab2ff;*/
    background: #191919ab;
}
.container-fluid{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.p-3 {
    padding: 3px !important;
}
.pl-15, .px-15 {
    padding-left: 15px !important;
}

.pr-15, .px-15 {
    padding-right: 15px !important;
}

/*Menu*/
.city-show{
    display: block!important;
}
button#city-search-button svg {
    width: 20px;
}
.city-header-content {
    padding: 0 15px;
    position: relative;
    float: left;
    width: 100%;
}

.city-left {
    float: left;
}

.city-logo {
    float: left;
    height: 30px;
    overflow: hidden;
}
.city-logo a{
    color: #6ad3ff;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: -1px -1px 0 #3f51b5, 1px -1px 0 #3f51b5, -1px 1px 0 #3f51b5, 1px 1px 0 #3f51b5;
    padding: 0 3px;
}

.city-logo a:hover{
    color: #74fffd;
    /*text-shadow: 0px 0px 3px #6ad3ff;*/
	text-shadow: 0px 0px 3px #3f51b5;
}

.city-menu-header {
    float: left;
    /*    position: absolute;
        left: 100px;
        top: 50%;
        transform: translateY(-50%);
        width: 65%;
        z-index: 1000;*/
}

.city-menu-header ul{
    list-style: none;
    height: 30px;
    margin-bottom: 0;
	padding-left: 10px;
}

.city-menu-header li {
    float: left;
}

.city-menu-header a, .city-menu-header p, .city-menu-header .tile_h1, .city-menu-header h1{
    color: #fff;
    font-size: 13px;
    margin-left: 8px;
    text-transform: capitalize;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
	text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555, 1px 1px 0 #555;
}
.city-menu-header h1{
	margin-left: 0px;
    font-weight: normal;
    display: inline-block;
}

.city-menu-header a:hover, .city-menu-header p:hover {
    color: #ffa500;
}
.tile_h1:hover .tilehover{
	color: #ffa500;
} 

.city-menu-header a:hover svg{
    fill: #ffa500;    
}

.city-right {
    float: right;
}

input#city-input-search {
    border: none;
    padding: 5px 15px;
    outline: none;
    border: none;
}

button#city-search-button {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    height: 100%;
    color: #fff;
    width: 31px;
    border: none!important;
    outline: none!important;
}
.city-header-frame {
    position: fixed;
    bottom: 0;
    right: 0;
    /* overflow: hidden; */
    float: left;
    display: block;
	z-index: 5;
	width: 100%;
    background: #191919ab;
    background: -linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
}

.city-menu-header a:hover {
    text-decoration: none;
}
.city-logo img {
    height: 100%;
    display: block;
}
span#city-pull {
    display: none;
}
.city-menu-header-mobile {
    display: none;
}
span#city-pull svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}
.city-dropdown-content {
    bottom: 30px;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.4);
    background: #118ab2ff;
    left: 0;
    z-index: 100;
    display: none;
}

.city-dropdown-content a {
    float: none;
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    margin-left: 0px;
    height: fit-content;
}

.city-dropdown-content a:hover{    
    color: #fff !important;
}

.city-item-container a {
    float: left;
    display: block;
}
.city-dropdown{
    position: relative;
}
span.city-icon-dropdown svg {
    width: 13px;
    height: 13px;
    fill: #fff;
    float: right;
    margin-left: 5px;
    margin-top: 8px;
}
.city-dropdown-content a:hover {
    background: orange;
}
.city-menu-header-mobile .city-dropdown-content a:hover {
    background: none;
}
.city-formsearch {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media (min-width: 1400px) {
    *{

    }
}

@media (max-width: 1399px) {
    *{

    }
}
@media (max-width: 1199px) {
    *{

    }
    .city-left {
        /*width: 75%;*/
    }
    .city-menu-header {
        /*width: 54%!important;*/
        left: 127px;
    }
}
@media (max-width: 991px) {
    *{

    }
    .city-menu-header-mobile ul{
        padding-left: 0px;
    }
    .city-menu-header-mobile .city-item-container svg {
        margin-top: 6px;
    }
    .city-menu-header-mobile li.city-dropdown-mobile {
        width: 100%;
        overflow: hidden;
    }

    .city-menu-header-mobile .city-item-container {
        width: fit-content;
        margin: auto;
        overflow: hidden;
    }

    .city-menu-header-mobile .city-dropdown-content-mobile {
        float: unset;
        position: unset;
        text-align: center;
        overflow: hidden;
        margin: auto;
        width: fit-content;
        background: none;
        box-shadow: none;
        width: 100%;
        background: #333333;
    }
    .city-logo img {
        margin-top: 2px;
    }
    .city-menu-header-mobile {
        display: block;
    }
    .city-right {
        height: 100%;
    }
    span#city-pull {
        display: block;
    }
    .city-logo {
        margin-top: 0;
    }
    .city-menu-header {
        display: none;
    }

    .city-formsearch {
        left: 143px;
        width: fit-content;
    }
    span#city-pull {
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .city-header-content {
        padding: 0 15px;
        height: 100%;
        position: relative;
        overflow: hidden;
    }


    .city-header-frame {
        height: 30px;
    }
    .city-menu-header-mobile {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .city-menu-header-mobile a, .city-menu-header-mobile p{
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    a.city-btn-unset {
        position: absolute;
        top: -5px;
        right: 15px;
        font-size: 35px;
    }

}
@media (max-width: 575px) {
    *{

    }
}
@media (max-width: 430px) {
    *{

    }
    .city-formsearch {
        width: 145px;
        overflow: hidden;
    }
}
@media (max-width: 430px) {
    *{

    }
    div#default-demo {
        padding-right: 5px;
    }
    .city-formsearch {
        width: 110px;
    }
    span.rate-info {
        display: none;
    }


    .game-play .weel-panel-heading h1 {
        max-width: 91px;
    }

    div#rating {
        padding-right: 0px;
    }
}
@media (max-width: 320px) {
    *{

    }
    .city-logo {
        height: 40px;
    }
    div#rating {
        padding-right: 0px;
    }

    div#expand svg {
        width: 25px!important;
        height: 25px!important;
    }

    .game-play .weel-panel-heading h1 {
        max-width: 71px;
    }
    div#rating {
        padding-right: 0px!important;
    }

    .city-formsearch {
        width: 95px;
        margin-right: 36px;
        left: 115px;
        padding-right: 19px;
        overflow: hidden;
    }

    .city-header-frame {
        padding-top: 7px;
    }

    .city-left {
        width: fit-content;
    }

}
/*End menu*/

#block_how_to_play, #block_about{
    display:none;
}
#block_how_to_play, #block_about{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    width:100%;
    height:100%;
    padding:10px;
}
.block_how_to_play_content, .block_about_content{
    width:100%;
    height:auto;
	max-height:100vh;
    background:#fff;
    color:#000;
    overflow-y: auto;
    padding: 15px;
    position: relative;
    z-index:100;
}
.block_how_to_play_content p, .block_about_content p{
    margin:5px;
}
.close_block_how_to_play, .close_block_about{
    font-family: -apple-system,BlinkMacSystemFont,roboto,sans-serif;
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 45px;
    right: 30px;
    background: red;
    padding: 0px 12px;
    border-radius: 5px;
}
.close_block_how_to_play:hover, .close_block_about:hover{
    background:#dc0101;
    color:#eee;
}