﻿.bx-wrapper .bx-caption,
.bx-wrapper .bx-loading,
.bx-wrapper .bx-prev {
    position: absolute;
    left: 0;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 26px;
    z-index: 99;
    right: 48%;
    background: rgba(0, 0, 0, 0.51);
    padding: 7px 7px 1px;
    border-radius: 5px;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: 700;
    color: #fff;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #ccc;
}
.bx-wrapper .bx-next {
    right: 0;
    position: absolute;
}
.bx-next:before,
.bx-prev:before {
    position: relative;
    margin: 0 auto;
    font-family: Linearicons-Free;
    font-size: 21px;
    color: #000;
    text-align: center;
    width:44px;
    height:44px;
    border-radius:50%;
    background-color:#fff;
    display:block;
    border-radius: 100px;
border: 0.5px solid rgba(0, 0, 0, 0.30);
background: #E8E8E8;
padding-top:5px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: 0;
    outline: 0;
    width: 26px;
    height: 94px;
    z-index: 99;
    background-size: 100% 100%;
    padding-top: 30px;
}
.bx-prev {
    background-image: url("../images/nx.png");
}
.bx-prev:before {
        content: "\e875";
    left: 24px;
    top: 12px;
    color:#353535;
}
.bx-next:before {
    content: "\e876";
    right:-15px;
     top: 12px;
    color:#353535;
}
.bx-next {
    background-image: url("../images/prx.png");
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    bottom: 0;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}


.bx-prev {
width: 71.5px!important;
height: 120px!important;
background-size:100% 100%;
display:block;
left:-21px!important;
}
.bx-next {
width: 71.5px!important;
height: 120px!important;
background-size:100% 100%;
display:block;
right:24px!important;
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {

    bottom: 10px;
    background:none;
}
.bx-wrapper img{
    height:100% !important;
}