
.indexed_box{ display:block; padding: 12px;
     background:#FFF; border-radius:4px;}
.indexed_box h5{ display:block;font-size: 14px;
    font-weight: 600;
    color: #7b527b; text-align:left; font-family: 'Noto Serif', serif;}
.indexed_slide{ display:block;
width: 92%;
height: 80px;
background: #FFF;
padding: 10px;
border-radius:4px; border:1px #959595 solid; /*margin:10px 0px;*/ }
.indexed_slide img{
width: auto;
height: 58px;
margin:0px auto; 
display:block;}

@media (min-width: 320px) and (max-width: 767px){ .owl-theme .owl-controls .owl-buttons .owl-prev{margin-right:12px;} }

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

/* .owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: contents;
    zoom: 1;
    *display: inline;
    margin: 0px;
    padding: 6px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 0.9
} */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    /* filter: Alpha(Opacity=100);
    opacity: 1; */
    text-decoration: none;
	/* background: #4e42b9; */
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
	color:#fff;
}

.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
}

/* .owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
} */
/* Edit version */
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: -35%;
    left: 44%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 14px;
    height: 14px;
    /* line-height: 40px;
    border-radius: 0;
    background: transparent;
	display:inline; */
} 
.owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    /* left: 44%; */
    float: right;
	right: 48%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    right: 46%;
    /* padding: 6px; */
    float: right;

    /* width: 10px;
    height: 18px; */
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline ! important;
	top: -10%;
    zoom: 1;
    /**: ;*/
    display: inline;
    margin: 0px;
    padding: 0px 0px! important;
    font-size: 12px;
    -webkit-border-radius: 0px! important;
    -moz-border-radius: 0px! important;
    border-radius: 0px! important; 
    background: #7b527b;
     filter: Alpha(Opacity=50);
     opacity: 0.9; 
}
.owl-theme .owl-controls .owl-buttons div:hover {
	background-color:#cdcbcb;
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-prev:after{
    content: "\f053";
font-family: "FontAwesome";
font-weight: 400;
font-size: 9px;
color: #FFF;
padding-right: 0px;
opacity: 1;
display: block;
margin-top: 0px;
padding-top: 0px;
line-height: 15px;
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-prev:hover::after{
    content: "\f053";
font-family: "FontAwesome";
    font-size: 9px;
    color: #000;
    padding-right: 0px;
    opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-next:after{
     content: "\f054";
font-family: "FontAwesome";
font-weight: 400;
font-size: 9px;
color: #FFF;
padding-right: 0px;
opacity: 1;
display: block;
margin-top: 0px;
padding-top: 0px;
line-height: 15px;
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-next:hover::after{
     content: "\f054";
font-family: "FontAwesome";
    font-size: 9px;
    color: #000;
    padding-right: 0px;
    opacity: 1;
} 