@charset "utf-8";

.bxslider-title ul { 
	padding:0px; margin:0px; 
}
.bxslider-title li { 
	list-style:none; 
}
.bxslider-title img { 
	/*width:100%; */
}

/* bxSlider */
.bxslider-title .bx-wrapper { 
	margin-bottom:0px; 
}
.bxslider-title .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  0;
	left: 0px;
	background: #fff;
}
.bxslider-title .bx-wrapper .bx-pager {
	bottom: 50px;
}

.bx-wrapper .bx-prev {
	display: none;
    background: url('./img/controls.png') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    /* background: url('./img/controls.png') no-repeat -43px 0px; */
    background: none;
}
.bx-wrapper .bx-next:after { content:'\e940'; font-family: xeicon; font-size: 32px; color:#222; }



.bx-wrapper .bx-controls-direction a { color:transparent; font-size: 0; text-indent:0;}
.bx-wrapper .bx-controls-direction a.bx-next { right: 20px;}

@media (max-height: 900px), (max-width: 991px) {
	.bx-wrapper .bx-controls-direction a { display: none;}	
}



.bxslider-title .bx-wrapper .bx-pager.bx-default-pager a {
	background:rgba(255,255,255,0.4);
	transition: all 0.3s ease-in-out;
}
.bxslider-title .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bxslider-title .bx-wrapper .bx-pager.bx-default-pager a.active {
	/*background: rgb(233, 27, 35);
	width:30px;
	*/
	border:0px;
	background:rgba(255,255,255,1);
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 10px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}