/*************************************
*
* OWl crousal
*
*************************************/
.owl-carousel{
	margin:0
}
.owl-carousel .owl-stage-outer{
	padding: 0;
}
.owl-carousel .owl-nav{
    margin: 0;
}
.owl-carousel .owl-nav [class*=owl-],.rt-block .owl-theme .owl-controls .owl-nav [class*=owl-]{
	width: 30px;
    height: 30px;
    line-height: 30px;
    background:  #e5e5e5 !important;
    box-shadow: none;
    border: none  !important;
    font-size:25px;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -15px;
    opacity: 1;
    color: #4d0080 !important;
	overflow:hidden;
	text-align:center;
	padding: 0;
	border-radius:0;
    box-sizing: border-box;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav [class*=owl-]:before,.rt-block .owl-theme .owl-controls .owl-nav [class*=owl-]:before{
	font-family: FontAwesome,sans-serif;
	    display: block;
}
.owl-carousel  .owl-prev:before,.rt-block .owl-theme .owl-controls .owl-nav .owl-prev:before{
	
	content:"\f105";
}
.owl-carousel  .owl-next:before,.rt-block .owl-theme .owl-controls .owl-nav .owl-next:before{
	content: "\f104";
}
.owl-carousel .owl-nav [class*=owl-]:hover,.rt-block .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background:#4d0080 !important;
	color:#fff !important
}
.owl-carousel .owl-nav .owl-prev,.rt-block .owl-theme .owl-controls .owl-nav .owl-prev{
	right:-45px;
	float:right;
}
.owl-carousel .owl-nav .owl-next,.rt-block .owl-theme .owl-controls .owl-nav .owl-next {
	left:-45px;
	float:left;	
}
.owl-theme .owl-dots{
	margin-top:40px;
}
.owl-theme .owl-dots .owl-dot{
	padding:0;
	margin:0 0.5rem
}
.owl-theme .owl-dots .owl-dot span{
	width:15px;
	height:15px;
	border-radius:0;
	background:none;
	border:1.4pt solid #7d8078;
	margin:0;
}
.owl-theme .owl-dots .owl-dot.active span{
	background:#7d8078;
}
@media only all and (max-width:59.938rem){
	.moduletable .sprocket-features-arrows .next {
		right: 0.5rem;
	}
	.moduletable .sprocket-features-arrows .prev {
		left: 0.5rem;
	}
}
