/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.sync1 .item {
    height: auto;
}

.sync1 .item img {
    width: 100%;
}

.slide-text {
    position: absolute;
    bottom: 50px;
    left: 40px;
}

.slide-text h3 {
    text-transform: uppercase;
    letter-spacing: 12px;
    padding: 10px 0 10px 0;
    color: #fff;
    text-align: left;
}

.slide-text p {
    font-size: 12px;
    color: #fff;
    text-align: left;
}

.owl-controls {
    position: absolute;
    top: 45%;
    width: 100%;
}

.owl-prev {
    width: 39px;
    height: 80px;
    background: url(slide-arrow.svg) left top no-repeat;
    display: inline-block;
    float: left;
    margin-left: 40px;
    text-indent: -9999px;
}

.owl-next {
    width: 39px;
    height: 80px;
    background: url(slide-arrow.svg) -39px top no-repeat;
    display: inline-block;
    float: right;
    margin-right: 40px;
    text-indent: -9999px;
}

.sync2 {
    margin-top: 10px;
}

.sync2 .item img {
    border-radius: 4px;
    width: 100%;
    border: solid 1px #BBBBBB;
}

.sync2 .item {
    padding: 0 0px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.sync1 .item {
    padding: 0 0px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .owl-controls {
        top: 38%;
    }
    .design-sec-three-left figure {
        height: 500px;
    }
    .design-sec-three-right-top figure {
        height: 245px;
    }
    .design-sec-three-right-bottom figure {
        height: 255px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /*.sync1 .item{ height:400px;}*/
    .slide-text {
        bottom: 20px;
        left: 20px;
    }
    .owl-prev {
        width: 24px;
        height: 45px;
        background: url(slide-arrow-m.svg) left top no-repeat;
        margin-left: 25px;
    }
    .owl-next {
        width: 24px;
        height: 45px;
        background: url(slide-arrow-m.svg) -24px top no-repeat;
        margin-right: 25px;
    }
    .slide-text h3 {
        text-align: center;
        font-size: 18px;
        letter-spacing: 4px;
        padding-bottom: 5px;
    }
    .slide-text {
        width: 84%;
        left: 8%;
        bottom: 12px;
    }
    .slide-text p {
        text-align: center;
        font-size: 10px;
    }
    .owl-controls {
        top: 35%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .owl-controls {
        top: 45%;
    }
}