.modal-live {
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    padding-right: 17px;
}

.modal-live .modal-content {
    background: none;
    height: 420px;
    width: 750px;
    padding: 0;
    border: 0;
}

.modal-live .close {
    z-index: 100;
    filter: alpha(opacity=90);
    opacity: .9;
    top: 10px;
    right: -5px;
    outline: none;
}

.modal-live .close:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.modal-live .flaticon-close47 {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -35px;
    background: url(../img/sprite-modal-live.png) 0 0 no-repeat;
}

.modal-live .flaticon-close47:before {
    content: '';
}

div.modal-live .modal-header {
    padding: 0;
    min-height: 0;
    border: 0;
}

.modal-live .modal-content > .modal-body {
    height: 420px;
    background: #9d1c23 url(../img/leomax-logo.svg) no-repeat center;
    padding: 0;
}

.modal-live .modal-dialog {
    width: 750px;
}

@media (max-width: 1024px) {
    .modal-live .modal-content {
        width: 100%;
        background: none;
        height: 420px;
        border: 0;
    }

    .modal-live .modal-dialog {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .modal-live .modal-content {
        width: 100% !important;
    }

    .modal-live .modal-dialog {
        width: 100%;
    }
}