.hide {
    display: none;
}

.modal-app {
    z-index: 20000;
    background: #fff;
    padding: 60px 90px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.modal-overlay {
    background: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10050;
    display: none
}

.loading_img {
    width: 50px;
    height: 50px;
    margin: 50px auto;
    display: block
}

.modal-overlay.show, .reveal-modal.show {
    display: block;
    visibility: visible
}

#Loader-Modal.reveal-modal {
    position: fixed;
    width: 400px;
    text-align: center;
    max-width: 100%;
}

#Loader-Modal.reveal-modal .modalTitle {
    margin-bottom: 0;
}

body.mfp-loading .mfp-bg, body.mfp-loading .mfp-wrap {
    display: none
}

.modal-backdrop {
    background: #000;
    background: rgba(0,0,0,.45);
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 10004
}

.modal-backdrop, .reveal-modal {
    display: none;
    left: 0;
    position: fixed
}

.reveal-modal {
    border-radius: 3px;
    top: 10%;
    visibility: hidden;
    width: 665px;
    z-index: 10051;
    background-color: #fff;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    padding: 3.5rem 5.5rem 2.1rem
}

@media only screen and (min-width: 35.61111em) {
    .reveal-modal {
        left: 0;
        margin: 0 auto;
        max-width: 55.55556rem;
        right: 0
    }
}

@media only screen and (max-width: 768px) {
    .reveal-modal {
        width: 100%;
        top: 0
    }
}

.reveal-modal .modalTitle {
    font-size: 1.4rem;
    margin-bottom: 1.7rem
}

.reveal-modal .lead {
    font-size: 1.15rem
}

.reveal-modal p {
    font-size: .82rem;
    letter-spacing: -.15px;
    margin-bottom: 1.3rem
}

.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 2.22222rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: .55556rem;
    right: 1.22222rem;
    text-decoration: none
}

.lds-container {
    text-align: center;
}

    .lds-container .lds-ellipsis {
        height: 40px;
        margin-top: -20px;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #4f4f4f;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.mfp-content {
    background-color: #fff;
}

    .mfp-content > div {
        margin: 10px;
    }



@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**************************LOADER***************************/
.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
transform-origin: 40px 40px;
}

.lds-roller div:after {
content: " ";
display: block;
position: absolute;
width: 7.2px;
height: 7.2px;
border-radius: 50%;
background: currentColor;
margin: -3.6px 0 0 -3.6px;
}

.lds-roller div:nth-child(1) {
animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
top: 62.62742px;
left: 62.62742px;
}

.lds-roller div:nth-child(2) {
animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
top: 67.71281px;
left: 56px;
}

.lds-roller div:nth-child(3) {
animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
top: 70.90963px;
left: 48.28221px;
}

.lds-roller div:nth-child(4) {
animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
top: 72px;
left: 40px;
}

.lds-roller div:nth-child(5) {
animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
top: 70.90963px;
left: 31.71779px;
}

.lds-roller div:nth-child(6) {
animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
top: 67.71281px;
left: 24px;
}

.lds-roller div:nth-child(7) {
animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
top: 62.62742px;
left: 17.37258px;
}

.lds-roller div:nth-child(8) {
animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
top: 56px;
left: 12.28719px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*KENTICO EDIT STYLES*/

body.edit-mode {
    margin-left: 0;
    padding-left: 0;
}

    body.edit-mode video {
        max-width: 100%;
    }

.DynamicDropDown-Container option:checked {
    background-color: #3297FD;
    color: #fff;
}

.title .text-editor {
    min-width: 100px;
}

.repeatable-section-dialog .fr-wrapper {
    border: 1px solid #ccc;
    background-color: #fcfcfc;
}

body.edit-mode .card-listing-section .cell {
    padding-top: 3rem;
}
