
.owl-theme .owl-controls {
    position: absolute !important;
    bottom: 9%;
    z-index: 10;
    width: 12%;
    text-align: right;
    right: 4%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}

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

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-controls .owl-buttons .owl-prev {
	position: absolute;
	left: 0;
}
.owl-controls .owl-buttons .owl-next {
	position: absolute;
	right: 0;
}
.owl-controls .owl-buttons .owl-prev .left span, .owl-controls .owl-buttons .owl-next .right span {
	background-repeat: no-repeat;
	width: 29px;
	height: 57px;
	position: absolute;
	opacity: 0.7;
}
.owl-controls .owl-buttons .owl-prev .left span:hover, .owl-controls .owl-buttons .owl-next .right span:hover {
	opacity: 1;
}
.owl-controls .owl-buttons .owl-prev .left span {
	background-image: url(../images/index/slideleft.png);
	left: 40px;
}
.owl-controls .owl-buttons .owl-next .right span {
	background-image: url(../images/index/slideright.png);
	right: 40px;
}

.sltext {
    color: #fff;
    height: 100%;
    width: 428px;
    right: 13px;
    top: 0 !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

.sltext p {
    font-size: 18px;
}

.slideshow .btn.btn-hero.btn-lg {
    background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 30px;
    z-index: 99999;
}

.slideshow {
    position: relative;
}
.slideshow .container {
    position: relative;
}
.but {
    bottom: 30px;
    height: 29px;
    position: absolute;
    width: 100%;
}
.but a {
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.6;
}

.but a:hover {
    opacity: 1;
}

#owl-demo .item img {
    display: block;
    width: auto;
}
.shadow {
    position: absolute;
    background: url("../../static/images/slideshow/shadow.png") no-repeat;
    height: 400px;
    width: 91px;
    left: -76px;
}
@media (max-width: 1325px) {
    .owl-item .sltext {
        right: 0;
    }
}
@media (min-width: 1023px) and (max-width: 1325px) {
    .owl-wrapper .container {
        width: 100%;
    }
    .shadow {
        display: none;
    }
    .col-md-7, .col-md-5 {
        padding: 0;
    }
    .sltext {
        margin-left: 0;
        padding: 15px 30px;
    }
    .slideshow .btn.btn-hero.btn-lg {
        font-size: 15px;
    }
    .owl-theme .owl-controls {
        width: 150px;
        right: 0;
    }
    .owl-theme .owl-controls .owl-page span {
        width: 13px;
        height: 13px;
    }
}
@media (min-width: 768px) and (max-width: 1022px) {
    .owl-wrapper .container {
        width: 100%;
    }
    .col-md-7, .col-md-5 {
        padding: 0;
    }
    .shadow {
        display: none;
    }
    .sltext {
        margin-left: 0;
        padding: 15px 30px;
    }

    .slideshow .btn.btn-hero.btn-lg {
        bottom: 70px;
    }
    .owl-theme .owl-controls {
        position: absolute;
        bottom: 3%;
        width: 35%;
        right: 3%;
    }
}
@media (max-width: 767px) {

    .col-md-7, .col-md-5 {
        padding: 0;
    }
    .shadow {
        display: none;
    }
    .owl-theme .owl-controls {
        width: 100%;
        left: 0;
        text-align: center;
        height: 40px;
        bottom: 295px;
    }

    .sltext {
        margin-left: 0;
        padding: 20px;
        right: 0;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .sltext p {
        text-align: center;
        z-index: 3;
        position: absolute;
        width: 90%;
        text-align: center;
        top: 45%;
    }

    .owl-item .sltext h1 {
        z-index: 3;
        position: absolute;
        width: 90%;
        text-align: center;
        top: 5%;
    }
    .owl-item .sltext {
        top: 25%;
        position: relative;
        height: 300px;
        width: 100%;
    }
    .slideshow .btn.btn-hero.btn-lg {
        position: absolute;
        bottom: 15px;
        width: 250px;
        left:50%;
        margin-left:-125px;
    }
    .bg-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 450px) {
    .owl-item .sltext {
        top: 25%;
    }
}
@media (min-width: 768px){
    .owl-item .sltext {
        background-image: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sltext h1 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .slideshow .btn.btn-hero.btn-lg {
        bottom: 45px;
        font-size: 15px;
        padding: 7px 12px;
    }
    .sltext p {
        font-size: 13px;
    }
}
@media (min-width: 922px) and (max-width: 1022px) {
    .slideshow .btn.btn-hero.btn-lg {
        bottom: 40px;
        font-size: 15px;
    }
    .sltext p {
        font-size: 15px;
    }
}