#pageselect {
    width: 60px;
    height: 30px;
    margin: 3px;
    border-radius: 5px;
}

@media screen and (min-width: 769px) {
    .container .row .panel-body > .row {
        min-height: 600px
    }
}

@media screen and (max-width: 768px ) {
    .read-prev, .read-next, .back-to-album {
        height: 40px !important;
        width: 40px !important;
        border-radius: 30px !important;
        padding: 0 !important;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
        background: #232526;
        border: 1px solid #aaa !important;
    }

    .container .row .panel-body > .row {
        min-height: 300px
    }

    #pageselect {
        font-size: 1.6rem;
        height: 40px;
        width: 96px;
    }
}

.ad_cancel i {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    background: #000000;
    margin: 5px;
    border-radius: 50%;
    padding: 10px;
}

.pop-iframe {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
}

  .thumb-overlay-albums canvas {
    display: block;
    margin: auto;
}

.menu-bolock {
    position: fixed;
    top: 120px;
    right: 5%;
    opacity: 1;
}

.menu-bolock li {
    width: 60px;
    height: 50px;
    margin: 3px;
    padding: 5px;
    background-color: white;
    text-align: center;
    border-radius: 6px;
}

.menu-bolock li a {
    color: #323232;
    text-decoration: none;
}

.menu-bolock li a i {
    color: #000000;
    font-size: 20px;
    width: 100%;
}

.menu-bolock li a span {
    font-size: 10px;
    width: 100%;
    display: block;
}

@media (min-width: 991px) and (max-width: 1366px) {
    .menu-bolock {
        right: 0;
    }
}

@keyframes rocket {
    60% {
        left: 20%;
        opacity: 1;
    }
    100% {
        left: -2em;
        opacity: 1;
    }
}

@keyframes rocketUp {
    70% {
        top: -80%;
        opacity: 1;
    }
    100% {
        top: -90%;
        opacity: 0;
    }
}

.speed_animate {
    position: absolute;
    left: 40%;
    opacity: 0;
    animation: rocket 2s infinite;
    -moz-animation: rocket 2s infinite;
    -webkit-animation: rocket 2s infinite;
    -o-animation: rocket 2s infinite;
}

.speed_animate i {
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    font-size: 2rem;
}

.rocket_animate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1001;
}

.rocket_animate img {
    width: 100%;
}

.rocket_animate .bg_cloud {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
}

.rocket_animate .rocket {
    position: absolute;
    width: 100%;
    height: auto;
    top: 70%;
    animation: rocketUp 1s forwards ease-in;
}
