.gallery {
    margin-bottom: 30px;
}

.gallery .img {
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.gallery .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.gallery .img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.gallery .tend a {
    display: block;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
}


/*========================================================*/

.gridGallery {
    margin: 0 -15px;
    margin-bottom: 30px;
}

.gridGallery:after {
    content: "";
    display: block;
    clear: both;
}

.gridGallery .colC,
.gridGallery .col {
    width: 33.333333%;
    padding: 0 15px;
}

.gridGallery .col {
    margin-bottom: 30px;
}

.gridGallery img {
    width: 100%;
}

.gridGallery a {
    display: block;
    position: relative;
}

.gridGallery a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-zoom.png) no-repeat 50% 50% transparent;
    background-size: 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gridGallery a:hover:after {
    background: url(../images/icon-zoom.png) no-repeat 50% 50% #e6c8be;
    background-size: 50px 50px;
}


/*=====================================================*/

.theOther .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.theOther .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    border-bottom: solid 1px #333333;
}

.theOther .title h2 {
    font-size: 25px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Tajawal', sans-serif;
}

#slideOther .slick-list {
    margin: 0 -15px;
}

#slideOther .item {
    padding: 0 15px;
}

#slideOther .slick-arrow {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 100%;
    font-size: 0;
    border: solid 2px #e6c8be;
}

#slideOther .slick-prev {
    left: -80px;
}

#slideOther .slick-next {
    right: -80px;
}

#slideOther .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 24px;
}

#slideOther .slick-prev:before {
    content: "\f104";
}

#slideOther .slick-next:before {
    content: "\f105";
}

#slideOther .slick-arrow:hover {
    color: #ffe500;
}


/*========================================================*/

div#slideScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    pointer-events: auto;
}

div#slideScreen iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    min-width: 100%;
    border: none;
}

div#slideScreen .closemn {
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 100%;
    border: solid 2px #ffffff;
    top: 15px;
    right: 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    z-index: 10;
    cursor: pointer;
}

div#slideScreen .closemn:before {
    content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*================================================================*/


/*=========================RESPONSIVE=============================*/


/*================================================================*/

@media all and (max-width: 991px) {
    .slider-gallery .grid {
        margin: 0 -5px;
    }
    .slider-gallery .grid li {
        padding: 5px;
    }
    .grid_gallery .w_item {
        width: 50%;
    }
    .grid_gallery .w_item:nth-child(n) {
        clear: none;
    }
    .grid_gallery .w_item:nth-child(2n+1) {
        clear: left;
    }
    #slideOther {
        padding-bottom: 70px;
    }
    #slideOther .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        top: initial;
    }
    #slideOther .slick-prev {
        margin-left: -30px;
    }
    #slideOther .slick-next {
        margin-left: 30px;
    }
    #slideOther .gallery {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .gridGallery {
        margin: 0 5px;
    }
    .gridGallery .colC,
    .gridGallery .col {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 360px) {
    .gridGallery .colC,
    .gridGallery .col {
        w100%
    }
}