.owl-theme .owl-controls {
     padding-left: 25px;
     text-align: center;
}

.blocked-area .owl-theme .owl-controls {
     padding-left: 0px;
}

.owl-theme .owl-buttons div {
     background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
     color: #cccccc;
     display: none;
     font-size: 12px;
     margin: -15px 5px 5px;
     padding: 9px 15px;
     position: absolute;
     top: 50%;
     z-index: 11;
}

.owl-theme:hover .owl-buttons div {
     display: block;
}

.owl-theme .owl-buttons div:hover {
     color: #666666;
     text-decoration: none;
}

.owl-theme .owl-buttons div.owl-prev {
     left: 30px;
}

.owl-theme .owl-buttons div.owl-next {
     right: 0px;
}

.owl-theme .owl-buttons div:hover {
     color: #ffffff;
}

.carousel-alt.owl-theme .owl-buttons div {
     background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%;
     color: #999999;
     display: block;
     margin-top: -10px;
}

.carousel-alt.owl-theme .owl-buttons div.owl-prev {
     left: 20px;
}

.carousel-alt.owl-theme .owl-buttons div.owl-next {
     right: -10px;
}

.single-carousel.owl-theme .owl-buttons div.owl-prev {
     left: 15px;
}

.single-carousel.owl-theme .owl-buttons div.owl-next {
     right: 15px;
}

.owl-theme .owl-page {
     display: inline-block;
}

.owl-theme .owl-page span {
     background: #eceae4 none repeat scroll 0% 0%;
     border-radius: 20px;
     display: block;
     height: 12px;
     margin: 5px 7px;
     width: 12px;
}

.owl-theme .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
     opacity: 1;
}

.owl-theme .owl-page span.owl-numbers {
     border-radius: 30px;
     color: #ffffff;
     font-size: 12px;
     height: auto;
     margin-top: 10px;
     padding: 2px 10px;
     width: auto;
}

.owl-item.loading {
     background: rgba(0, 0, 0, 0) url("../images/AjaxLoader.html") no-repeat scroll center center;
     min-height: 150px;
}

.owl-carousel .item {
     margin-left: 30px;
}

.owl-carousel .owl-wrapper-outer {
     width: 101% ! important;
}

.owl-carousel.single-carousel .owl-wrapper-outer {
     width: 100% ! important;
}

.owl-carousel.single-carousel .item {
     margin-left: 15px;
     margin-right: 15px;
}

.owl-carousel.single-carousel {
     margin-left: 0px;
}

.owl-carousel {
     list-style-type: none;
     margin: 0px;
}

.carousel-fw.owl-theme .owl-buttons {
     width: 100%;
}

.owl-pagination {
     margin-top: 30px;
}

.owl-carousel {
     margin-left: -15px;
}

.hero-area .owl-theme .owl-controls {
     margin-top: 0px;
}

.hero-area .owl-carousel {
     margin-left: 0px;
}

.hero-area .owl-carousel .item {
     margin: 0px;
}

.hero-area .owl-carousel .item img {
     height: auto;
     width: 100%;
}

.hero-area .carousel-alt.owl-theme .owl-buttons div {
     background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
     display: none;
     font-size: 14px;
     padding: 13px 20px;
}

.hero-area .carousel-alt.owl-theme:hover .owl-buttons div {
     display: block;
}

.hero-area .owl-theme.carousel-alt .owl-buttons div.owl-prev {
     left: 0px;
}

.hero-area .owl-theme.carousel-alt .owl-buttons div.owl-next {
     right: 0px;
}

