.usttenBosluk {
    margin-top: 30px !important;
}

.cerceve {
    background: transparent;
    padding: 8px;
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #999;
}

.sagAlttaGoster {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .sagAlttaGoster i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        background: #5fcf80;
        color: #fff;
        transition: all 0.4s;
    }

        .sagAlttaGoster i:hover {
            background: #3ac162;
            color: #fff;
        }

.lightbox-gallery {
    /*background-image: linear-gradient(#4A148C, #E53935);*/
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

    .lightbox-gallery p {
        color: #fff
    }

    .lightbox-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: #fff
    }

@media (max-width:767px) {
    .lightbox-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px
    }
}

.lightbox-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px
}

    .lightbox-gallery .intro p {
        margin-bottom: 0
    }

.lightbox-gallery .photos {
    padding-bottom: 20px
}

.lightbox-gallery .item {
    padding-bottom: 30px
}

#lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    background-color: rgba(0,0,0,0.8);
    z-index: 9998;
}

#lightbox-content {
    display: none;
    position: static;
    margin: 100px auto;
    width: 480px;
    height: 600px;
    padding: 16px;
    border: 1px solid #ccc;
    background-color: white;
    z-index: 9999;
    overflow: none;
}

    #lightbox-content iframe {
        width: 100%;
        height: 100%;
        overflow: none;
    }