.slidert {
	margin: 0px 20px;
    font-size: 16px;
    line-height:150%;
    display: flex;
	}
.slidert .slide {
	margin:0px 0px;
    border-right: 1px solid #7fc2d7;
    padding: 0px 20px;
	}
@media only screen and (max-width : 480px) {
.slidert {
	margin: 0px 0px;
	}
.slidert .slide {
    margin: 0px 15px;
    padding: 0px 60px;
	}

}
    

/* ================================
 RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin-bottom: 20px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	}
.bx-wrapper img {
	/*width: 100%;
	display: block;*/
	}
.bxslider {
	margin: 0;
	padding: 0;
	}
ul.bxslider {
	list-style: none;
	}
.bx-viewport {
	-webkit-transform: translatez(0);
	}


/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../../img/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	}


/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	padding-top: 80px;
	}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
@media only screen and (max-width : 480px) {
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	}



}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #0086af;
	}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
	}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
	}


/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0px;
	background: url('../../img/controls.png') no-repeat 0 -50px;
	}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
	}
.bx-wrapper .bx-next {
	right: 0px;
	background: url('../../img/controls.png') no-repeat -50px -50px;
	}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -50px 0;
	}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index: 99;
	}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
	}
