
/*OWL*/
.nav-top-right .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.nav-top-left .owl-nav {
    position: absolute;
    top: -50px;
    left: 0;
}

.nav-top-right.nav-style8 .owl-prev {
    margin-right: 20px;
}

.nav-top-left.nav-style8 .owl-next {
    margin-left: 20px;
}


.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    display: inline-block;
}

.owl-carousel.nav-center-center .owl-next,
.owl-carousel.nav-center-center .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.owl-carousel.nav-center-center .owl-next {
    right: -30px;
}

.owl-carousel.nav-center-center .owl-prev {
    left: -30px;
}

.nav-center-center.owl-carousel:hover .owl-next {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}

.nav-center-center.owl-carousel:hover .owl-prev {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}

.owl-carousel.nav-center-outside .owl-next,
.owl-carousel.nav-center-outside .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.owl-carousel.nav-center-outside .owl-next {
    right: 100px;
}

.owl-carousel.nav-center-outside .owl-prev {
    left: 100px;
}

.nav-center-outside.owl-carousel:hover .owl-next {
    right: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}

.nav-center-outside.owl-carousel:hover .owl-prev {
    left: -30px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: inherit;
}


.owl-carousel.nav-style1 .owl-next,
.owl-carousel.nav-style1 .owl-prev {
    color: #222;
    padding: 12px 7px;
    text-align: center;
    text-transform: uppercase;
    width: 25px;
    word-wrap: break-word;
}

.owl-carousel.nav-style2 .owl-next,
.owl-carousel.nav-style2 .owl-prev {
    text-transform: uppercase;
    width: 30px;
    height: 30px;
    word-wrap: break-word;
    color: #aaaaaa;
    text-align: center;
    line-height: 30px;
    font-size: 0;
}

.owl-carousel.nav-style8 .owl-next,
.owl-carousel.nav-style8 .owl-prev {
    font-size: 0;
    color: #aaaaaa;
}

    .owl-carousel.nav-style2 .owl-next:before,
    .owl-carousel.nav-style3 .owl-next:before,
    .owl-carousel.nav-style4 .owl-next:before,
    .owl-carousel.nav-style5 .owl-next:before,
    .owl-carousel.nav-style6 .owl-next:before,
    .owl-carousel.nav-style7 .owl-next:before,
    .owl-carousel.nav-style8 .owl-next:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 35px;
    }

    .owl-carousel.nav-style2 .owl-prev:before,
    .owl-carousel.nav-style3 .owl-prev:before,
    .owl-carousel.nav-style4 .owl-prev:before,
    .owl-carousel.nav-style5 .owl-prev:before,
    .owl-carousel.nav-style6 .owl-prev:before,
    .owl-carousel.nav-style7 .owl-prev:before,
    .owl-carousel.nav-style8 .owl-prev:before {
        content: "\f104";
        font-family: 'FontAwesome';
        font-size: 35px;
    }

    .owl-carousel.nav-style2 .owl-next:hover,
    .owl-carousel.nav-style2 .owl-prev:hover,
    .owl-carousel.nav-style8 .owl-next:hover,
    .owl-carousel.nav-style8 .owl-prev:hover {
        color: #303030;
    }

    .owl-carousel.nav-style8 .owl-next:before,
    .owl-carousel.nav-style8 .owl-prev:before {
        font-size: 24px;
    }

.owl-carousel.nav-style3 .owl-next:before,
.owl-carousel.nav-style3 .owl-prev:before {
    font-size: 14px;
}

.owl-carousel.nav-style3 .owl-next,
.owl-carousel.nav-style3 .owl-prev {
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.1;
    color: #fff;
    font-size: 0;
    text-align: center;
}

    .owl-carousel.nav-style3 .owl-next:hover,
    .owl-carousel.nav-style3 .owl-prev:hover {
        opacity: 1;
        border-color: #aaa;
        color: #aaa;
    }

.owl-carousel.nav-style4 .owl-next,
.owl-carousel.nav-style4 .owl-prev {
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    line-height: 60px;
    color: #fff;
    font-size: 0;
    text-align: center;
}

    .owl-carousel.nav-style4 .owl-next:before,
    .owl-carousel.nav-style4 .owl-prev:before {
        font-size: 24px;
    }

    .owl-carousel.nav-style4 .owl-next:hover,
    .owl-carousel.nav-style4 .owl-prev:hover {
        background-color: #c99947;
    }

.owl-carousel.nav-style5 .owl-next,
.owl-carousel.nav-style5 .owl-prev {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #e7e7e7;
    line-height: 33px;
    color: #aaaaaa;
    font-size: 0;
    text-align: center;
}

    .owl-carousel.nav-style5 .owl-next:before,
    .owl-carousel.nav-style5 .owl-prev:before {
        font-size: 14px;
    }

    .owl-carousel.nav-style5 .owl-next:hover,
    .owl-carousel.nav-style5 .owl-prev:hover {
        background-color: #111;
        color: #fff;
        border-color: #111;
    }

.owl-carousel.nav-style6 .owl-next,
.owl-carousel.nav-style6 .owl-prev {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    line-height: 28px;
    color: #fff;
    font-size: 0;
    text-align: center;
}

    .owl-carousel.nav-style6 .owl-next:before,
    .owl-carousel.nav-style6 .owl-prev:before {
        font-size: 14px;
    }

    .owl-carousel.nav-style6 .owl-next:hover,
    .owl-carousel.nav-style6 .owl-prev:hover {
        background-color: #c99947;
        color: #fff;
        border-color: #c99947;
    }

.owl-carousel.nav-style7 .owl-next,
.owl-carousel.nav-style7 .owl-prev {
    width: 30px;
    height: 30px;
    background-color: transparent;
    line-height: 30px;
    color: #333;
    font-size: 0;
    text-align: center;
    background-color: #ccc;
}

    .owl-carousel.nav-style7 .owl-next:before,
    .owl-carousel.nav-style7 .owl-prev:before {
        font-size: 14px;
    }

    .owl-carousel.nav-style7 .owl-next:hover,
    .owl-carousel.nav-style7 .owl-prev:hover {
        background-color: #c99947;
        color: #fff;
        border-color: #c99947;
    }

.owl-carousel.no-overflow .owl-stage-outer {
    overflow: inherit;
}



/*---------------------- nav button styles ----------------- */
.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

    span.img-text:hover {
        color: #2caae1;
    }
