﻿
.owl-carousel {
    overflow: hidden;
}

.owl-buttons {
    position: static;
}

.owl-prev,
.owl-next {
    opacity: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 16px;
    text-align: center;
    color: #111;
    z-index: 6;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

    .owl-prev:before,
    .owl-next:before {
        content: "";
        display: block;
        width: 66%;
        height: 66%;
        position: absolute;
        top: 17px;
        left: 0;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

    .owl-next:before {
        left: auto;
        right: 0;
    }

    .owl-prev .fa,
    .owl-next .fa {
        position: relative;
    }

    .owl-prev:hover,
    .owl-next:hover {
        -webkit-transition: 0 none !important;
        -moz-transition: 0 none !important;
        -ms-transition: 0 none !important;
        -o-transition: 0 none !important;
        transition: 0 none !important;
    }

        .owl-prev:hover:before,
        .owl-next:hover:before {
            opacity: 0.87;
        }

    .owl-prev:active:before,
    .owl-next:active:before {
        opacity: 0.6;
    }

.owl-carousel:hover .owl-prev {
    opacity: 0.6;
    left: -35px;
}

.owl-carousel:hover .owl-next {
    opacity: 0.6;
    right: -35px;
}

.owl-carousel .owl-prev:focus {
    opacity: 1;
    left: -35px;
}

.owl-carousel .owl-next:focus {
    opacity: 1;
    right: -35px;
}

.owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    text-align: center;
}

.owl-page {
    display: inline-block;
    padding: 8px 6px;
    position: relative;
}

    .owl-page span {
        width: 10px;
        height: 10px;
        display: block;
        background: rgba(255,255,255, .9);
        position: relative;
        z-index: 1000 !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 10px;
        -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
        box-shadow: 1px 1px 0px rgba(0, 0, 0, .1);
        -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }

    .owl-page:hover span {
        background: rgba(255,255,255, 1);
    }

    .owl-page.active span {
        background: transparent;
        bordeR: 1px solid rgba(255,255,255, .8);
        -webkit-transform: scale(1.3333333);
        -moz-transform: scale(1.3333333);
        -o-transform: scale(1.3333333);
        -ms-transform: scale(1.3333333);
        transform: scale(1.3333333);
    }

.item-carousel .owl-prev {
    left: -125px;
}

.item-carousel .owl-next {
    right: -125px;
}

.item-carousel.owl-carousel:hover .owl-prev,
.item-carousel.owl-carousel .owl-prev:focus,
.small-item-carousel.owl-carousel:hover .owl-prev,
.small-item-carousel.owl-carousel .owl-prev:focus {
    opacity: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.item-carousel.owl-carousel:hover .owl-next,
.item-carousel.owl-carousel .owl-next:focus,
.small-item-carousel.owl-carousel:hover .owl-next,
.small-item-carousel.owl-carousel .owl-next:focus {
    opacity: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.item-carousel {
    margin-bottom: -50px;
    padding-bottom: 50px;
}

    .item-carousel .owl-pagination {
        bottom: 0;
    }

.work-full-slider .owl-pagination,
.content-slider .owl-pagination {
    bottom: 15px;
}

.single-carousel,
.small-item-carousel {
    margin-bottom: 35px;
}

    .single-carousel .owl-pagination,
    .small-item-carousel .owl-pagination {
        position: relative;
        left: 0;
        top: 35px;
        margin: 0;
    }

    .single-carousel.black .owl-page span,
    .small-item-carousel.black .owl-page span {
        background: rgba(0,0,0, .15);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .single-carousel.black .owl-page:hover span,
    .small-item-carousel.black .owl-page:hover span {
        background: rgba(0,0,0, .4);
    }

    .single-carousel.black .owl-page.active span,
    .small-item-carousel.black .owl-page.active span {
        background: rgba(0,0,0, .4);
    }

    .single-carousel.black .owl-prev,
    .single-carousel.black .owl-next,
    .small-item-carousel.black .owl-prev,
    .small-item-carousel.black .owl-next {
        color: rgba(0,0,0, .2);
        text-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .single-carousel.black .owl-prev:hover,
        .single-carousel.black .owl-next:hover,
        .small-item-carousel.black .owl-prev:hover,
        .small-item-carousel.black .owl-next:hover {
            color: rgba(0,0,0, .35);
        }

    .single-carousel .owl-prev,
    .small-item-carousel .owl-prev {
        left: -125px;
    }

    .single-carousel .owl-next,
    .small-item-carousel .owl-next {
        right: -125px;
    }

section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
    opacity: 1;
    left: -80px;
}

section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
    opacity: 1;
    right: -80px;
}

.black-arrows .owl-prev,
.black-arrows .owl-next {
    color: #fff;
}

    .black-arrows .owl-prev:before,
    .black-arrows .owl-next:before {
        background: rgba(0,0,0, 1);
    }




.works-filter {
    text-align: center;
    padding: 50px 0 50px 0;
}

    .works-filter a {
        color: #333;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
    }

        .works-filter a:after {
            content: "/";
            margin: 0 15px;
        }

        .works-filter a:last-child:after {
            content: none;
            margin: 0;
        }
