#loading-mask {
    background: #333439;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
    display: none;
}

.loading-img {
    height: 100%;
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
}
html, body {
    overflow: auto !important;
}

.note p {
    font-size: 13px;
    font-family: Dosis;
    font-weight: 500 !important;
    text-align: center !important;
    max-height: 150px;
}

.note .excerpt {
    padding: 0px 5px 0px 5px;
    min-height: 150px;
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
}

.media-wrapper {
    overflow: hidden;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #fff;
}

.note {
    background-color: #323338;
    border: 1px solid #4e595f;
    margin-bottom: 20px;
    max-width: 200px;
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

    .note:hover {
        transform: translateY(-6px);
        border-color: #7b8a92;
        box-shadow: 0 10px 24px rgba(0,0,0,.28);
        background-color: #383a40;
    }

    .note .media-wrapper {
        min-height: 188px;
        background-color: #fff;
        text-align: center !important;
        border-bottom: 1px solid #4e595f;
        position: relative;
        overflow: hidden;
    }

        .note .media-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: var(--bgimg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            transition: transform .28s ease;
        }

    .note:hover .media-wrapper::before {
        transform: scale(1.04);
    }

    .note .excerpt h4,
    .note .excerpt p,
    .note .excerpt .color {
        transition: color .22s ease;
    }

    .note:hover .excerpt h4,
    .note:hover .excerpt .color {
        color: #fff !important;
    }

    .note:hover .excerpt p {
        color: #d7dbe0 !important;
    }

.brosur-link,
.brosur-link:hover,
.brosur-link:focus,
.brosur-link:active {
    text-decoration: none;
    color: inherit;
    outline: 0;
    display: block;
}

.mobilapp2 {
    display: none;
    background-image: url('images/bg-trans.png');
    background-repeat: repeat;
    height: 100% !important;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=40);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100% !important;
    z-index: 999999999;
}

    .mobilapp2 .mdl {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 400px;
        height: 230px;
        background: #333439;
        border: 1px solid #333439;
        border-radius: 10px;
        padding: 30px;
    }

        .mobilapp2 .mdl .inr {
            float: left;
            height: 50px;
            text-align: center;
            display: table;
            font-size: 20px;
        }


.fa-close, .aplnk {
    cursor: pointer;
}



.mobilapp2 .mdl .bir {
    width: 100%;
    height: 50px;
    text-align: center;
    display: table;
    font-size: 20px;
    padding-bottom: 15px;
}

    .mobilapp2 .mdl .bir .bir1 {
        width: 300px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .mobilapp2 .mdl .bir .bir2 {
        display: table-cell;
        vertical-align: middle;
        padding-left: 50px;
    }

    .mobilapp2 .mdl .bir .bir3 {
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;
        font-size: 23px;
    }

.mobilapp2 .mdl .iki {
    width: 100%;
    height: 50px;
    text-align: center;
    display: table;
    font-size: 17px;
}

    .mobilapp2 .mdl .iki span {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

.mobilapp2 .mdl .uc {
    width: 100%;
    text-align: center;
    display: table;
    font-size: 24px;
    font-size: 17px;
    text-align: center;
    border-radius: 10px;
    padding: 7px;
}

.mobilapp2 .mdl .dort {
    width: 100%;
    height: 50px;
    text-align: center;
    display: table;
    font-size: 20px;
    padding: 30px;
}

    .mobilapp2 .mdl .dort span {
        margin-left: 130px;
        width: 32px;
        height: 32px;
        text-align: center;
        background: #333439;
        border: 1px solid #333439;
        border-radius: 50px;
        display: table;
        padding-bottom: 2px;
        cursor: pointer;
    }