#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 77777;
}

    #ouibounce-modal .underlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        cursor: pointer;
        -webkit-animation: fadein 0.5s;
        animation: fadein 0.5s;
    }

    #ouibounce-modal .modal {
        width: 860px;
        height: 600px;
        background-color: #fff;
        z-index: 1;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 4px;
        -webkit-animation: popin 0.3s;
        animation: popin 0.3s;
    }

    #ouibounce-modal .modal-title {
        font-size: 18px;
        padding: 10px;
        margin: 0;
        border-radius: 4px 4px 0 0;
        text-align: center;
    }

    #ouibounce-modal h3 {
        font-size: 26px;
        font-weight: bold !important;
        margin: 0.2em;
        text-transform: uppercase;
        font-weight: 500;
    }

    #ouibounce-modal .modal-body {
        padding: 60px 35px 0;
        font-size: 0.9em;
    }

    #ouibounce-modal form {
        text-align: center;
        margin-top: 35px;
    }

        #ouibounce-modal form input[type=text] {
            padding: 12px;
            font-size: 1.2em;
            width: 300px;
            border-radius: 4px;
            border: 1px solid #ccc;
            -webkit-font-smoothing: antialiased;
        }

        #ouibounce-modal form input[type=submit] {
            text-transform: uppercase;
            font-weight: bold;
            padding: 12px;
            font-size: 1.1em;
            border-radius: 4px;
            color: #fff;
            background-color: #4ab471;
            border: none;
            cursor: pointer;
            -webkit-font-smoothing: antialiased;
        }

        #ouibounce-modal form p {
            text-align: left;
            margin-left: 35px;
            opacity: 0.8;
            margin-top: 1px;
            padding-top: 1px;
            font-size: 0.9em;
        }

    #ouibounce-modal .modal-footer {
        position: absolute;
        bottom: 20px;
        text-align: center;
        width: 100%;
    }

        #ouibounce-modal .modal-footer p {
            text-transform: capitalize;
            cursor: pointer;
            display: inline;
            border-bottom: 1px solid #344a5f;
        }

.teaser-modal-column {
    margin: 0 -10px;
    background: #fff;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.teaser-modal-item {
    padding: 10px 0;
    outline: none;
    width: 50%;
    position: relative;
    vertical-align: top;
}

.teaser-modal-link {
    display: flex;
    align-items: center;
    background: #fff;
}

.teaser-modal-p-text {
    line-height: 16px;
    padding: 23px 0 5px;
    margin-top: 8px;
    background: #fff;
    display: inline-block;
    font-weight: 800;
    font-family: GOTHIC, sans-serif;
    vertical-align: top !important;
    padding-top: 0px !important;
}

.teser-modal-div-img-close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.teaser-modal-left {
    width: 49%;
    display: inline-block;
    line-height: 10;
}

.teaser-modal-right {
    width: 50%;
    display: inline-block;
    line-height: 10;
}

.teaser-modal-img-div {
    display: flex;
    justify-content: flex-end;
    width: 234px;
    height: 141px;
}

.teaser-modal-read_more {
    width: 100%;
    line-height: 5 !important;
    float: left !important;
    margin: 0 0 5px;
    display: none;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    color: #325a83;
    text-decoration: underline;
    float: right;
    margin: 0 0 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: -18px;
    left: 103px;
}

.item-category-modal {
    right: initial !important;
    top: initial !important;
    font-size: .5rem;
    line-height: .625rem;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 4px 8px 3px;
    position: absolute;
    right: 4px;
    top: 4px;
}

.btn-modal-more-news {
    color: #fff;
    display: flex;
    justify-content: center;
}

    .btn-modal-more-news a {
        height: 50px;
        width: 180px;
        border-radius: 10px;
        text-align: center;
        background: #dc3545;
        border-color: #dc3545;
        font-size: 18px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
    }

.closeModal-btn {
    z-index: 999;
    display: block;
    float: right;
    font-size: 250%;
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
    background-image: url(http://qjaknenovosti.com/Themes/NewsFancyTest3/img/closeBtn.png);
    background-repeat: no-repeat;
    background-size: 100%;
}