#country-blocker .modal-content{
}

#country-blocker .sitting-character img{
    max-width: 100%;
}

#country-blocker h2{
    font-family: 'museo_sans900','museo_sans_cyrl900';
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: 0 0 10px 0;
}

#country-blocker p, #country-blocker .buttons{
    font-family: 'museo_sans300';
    color: #cad0f1;
}

#country-blocker a.link{
    text-decoration: underline;
    color: #cad0f1;
}

#country-blocker.modal .close{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    text-shadow: none;
    font-size: inherit;
    background: #ffd71f;
    padding: 10px;
}

#country-blocker.modal .row{
    display: flex;
}

#country-blocker.modal .col{
    display: flex;
    align-items: center;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    #country-blocker.modal .row{
        display: block;
    }

    #country-blocker.modal .col{
        display: block;
    }

    #country-blocker .modal-body {
        padding: 60px 20px 0 20px;
    }

    #country-blocker .modal-body .buttons{
        text-align: center;
    }

    #country-blocker .modal-body .buttons a{
        display: block;
    }
}

@media screen and (min-width: 505px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 992px) {
}

@media screen and (min-width: 993px) and (max-width: 1024px) {}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {   
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}
/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}


@media only screen and (min-device-width: 480px) and (max-device-width: 504px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 505px) and (max-device-width: 667px) and (orientation: landscape) {
}

@media only screen and (min-device-width: 667px) and (max-device-width: 736px) and (orientation: landscape) {
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    /* Styles */
}