﻿/* The Modal (background) */
.modalCTN {
    display: none;
    position: fixed;
    z-index: 11;
    padding-top: 10px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-contentCTN {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 83px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    background-color: #983ffd;
    border-radius: 50px;
    height: 38px;
    padding-left: 19px;
}

    .close .xButton {
        float: left;
        margin-left: -11px;
        padding: 5px 8px 5px 0px;
        margin-top: -16px;
    }

    .close:hover {
        color: white !important;
        background-color: #ff00a0;
    }


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}




.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}




.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

    .active,
    .demo:hover {
        opacity: 1;
    }
