.outer {
    margin: 0 auto;
}

#big .item {
    background: #ec6e46;
    padding: 120px 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    background: #C9C9C9;
    height: 70px;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

    #thumbs .item h1 {
        font-size: 18px;
    }

#thumbs .current .item {
    background: #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #D6D6D6;
    }

#big.owl-theme {
    position: relative;
}

    #big.owl-theme .owl-next, #big.owl-theme .owl-prev {
        background: #f1f1f1;
        width:40px;
        line-height: 40px;
        height: 40px;
        text-align: center;
        border-radius:50%;
        border:1px solid #D6D6D6
    }



#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
    background: #333;
}
#thumbs.owl-carousel{
    margin-top:20px;
}
    #thumbs.owl-carousel .owl-item img{
        cursor:pointer;
    }
    .en #thumbs.owl-carousel .owl-item {
        padding-right: 20px;
    }
.ar #thumbs.owl-carousel .owl-item {
    padding-right: 20px;
}


.ar .outer,
.ar .outer * {
    direction: ltr !important;
}


#big.owl-carousel .owl-nav {
    position: absolute;
    top: -75px;
}
.en #big.owl-carousel .owl-nav {
    right: 0px;
}
.ar #big.owl-carousel .owl-nav {
    left: 0px;
}






/**************/

.galleryDesc {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    padding:20px;
    border-radius:10px;
    pointer-events:none;
}

    .galleryDesc p {
        color: #ffffff;
        font-size: 12px;
        margin-bottom:0;
        cursor:pointer;
        pointer-events:none;
    }

.galleryDate{
    position:absolute;
    top:30px;
    font-size:14px;
    font-style:italic;
    color:#cccccc;
}

.en .galleryDate {
    right:30px;
}

h5.galleryTitle{
height:30px;
}

.videoIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #FFF;
    border-radius: 50%;
    z-index: 9;
    line-height:60px !important;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #f6be00;
    cursor:pointer;
    pointer-events:none;
}





/**** new ***/
/*
.photo-video-carousel, .photo-video-carousel *{
    direction: ltr !important;
}
    */
.photo-video-carousel,
.photo-video-carousel3{
    margin-top: 40px;
    position: relative;
}

    .photo-video-carousel .owl-nav,
    .photo-video-carousel3 .owl-nav{
        position: absolute;
        top: -115px;
        right: 0;
        left: 0;
    }

        .photo-video-carousel .owl-nav .owl-next,
        .photo-video-carousel3 .owl-nav .owl-next,
        .photo-video-carousel .owl-nav .owl-prev,
        .photo-video-carousel3 .owl-nav .owl-prev {
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            text-align: center;
            background-color: rgba(0,0,0,.5) !important;
            font-size: 34px !important;
            color: #fff !important;
        }

            .photo-video-carousel .owl-nav .owl-next span,
            .photo-video-carousel3 .owl-nav .owl-next span,
            .photo-video-carousel .owl-nav .owl-prev span,
            .photo-video-carousel3 .owl-nav .owl-prev span {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
            }

        .photo-video-carousel .owl-nav .owl-next,
        .photo-video-carousel3 .owl-nav .owl-next {
            left: 60px;
        }
        .photo-video-carousel .owl-nav .owl-prev,
        .photo-video-carousel3 .owl-nav .owl-prev {
            right: 60px;
        }