/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.social_con_slide .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    bottom:-35px;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    bottom:55%;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
}

.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../images/ico_next.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    transform: rotate(180deg);
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div {
}

/* 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);
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.social_con_slide .owl-theme .owl-controls .owl-page {
    text-align: center;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.social_con_slide .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 3px;
    filter: Alpha(Opacity=100);
    opacity: 1.0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: none;
    overflow: hidden;
    border: 1px #ccc solid;
    vertical-align: middle
}

.social_con_slide .owl-theme .owl-controls .owl-page.active span, .social_con_slide .owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1.0;
    background: none;
    border: 1px #114889 solid;
}

/* 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
}


@media screen and (max-width: 1024px) {
    .social_con_slide .owl-theme .owl-controls .owl-page span {
        width: 8px;
        height: 8px;
    }
}