
#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #ff6a00;
    position: absolute;
    z-index: 100;
    bottom: 0;
}

#progressBar {
    width: 100%;
    background: transparent;
}


.owl-prev, .owl-next {
    position: absolute;
    display: block;
    height: 36px;
    width: 32px;
    line-height: 52px;
    font-size: 0;
    cursor: pointer;
    background: #ff6a00;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .owl-prev:hover, .owl-prev:focus, .owl-next:hover, .owl-next:focus {
        outline: none;
        background: #ff6a00;
        color: transparent;
    }

        .owl-prev:hover:before, .owl-prev:focus:before, .owl-next:hover:before, .owl-next:focus:before {
        }

    .owl-prev.owl-disabled:before, .owl-next.owl-disabled:before {
    }

    .owl-prev:before, .owl-next:before {
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.owl-prev {
    left: 0;
}
    .owl-prev:before {
        content: "\f177";
    }

.owl-next {
    right: 0;
}
    .owl-next:before {
        content: "\f178";
    }

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 10px;
            height: 5px;
            margin: 5px 4px;
            background: #3d566e;
        }

            .owl-theme .owl-controls .owl-page span:hover {
                background: #78899b;
            }

.owl-theme .active span {
    background: #ff6a00 !important;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}


#sync2 .item {
    margin-right:  5px;
    cursor: pointer;
}

#sync2 .owl-wrapper-outer {
}

#sync2 .synced .item {
    border: 2px solid #ff6a00;
    border-radius:3px;  
}

.business {
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-unstyled li a img {
    margin-right: 10px;
}

.list-unstyled li {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .list-unstyled li:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 5px;
    }

    .list-unstyled li a:hover h4 {
        color: #ff6a00;
    }

    .list-unstyled li a:hover .img-thumbnail {
        border: 1px solid #82c2c8;
    }

#vid-thumbs .owl-controls {
    margin-top: 10px;
    text-align: right;
}

#vid-thumbs-travel .owl-controls {
    margin-top: 10px;
    text-align: right;
}


.lifestyle .owl-prev, .lifestyle .owl-next {
    margin-top: -55px;
}

.lifestyle .owl-prev {
    left: 5px;
}

.lifestyle .owl-next {
    right: 5px;
}

.lifestyle .owl-item {
}



@media (max-width:767px) {
    .navbar-header {
        float: none;
    }

    .owl-prev, .owl-next {
        display: none;
    }
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav li:first-child a {
        padding-left: 15px;
    }

    .owl-item img {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
