@charset "UTF-8";

.corrections_event{
	position: relative;
	padding-top: 45px;
	background-color: #273142;
}
.corrections_event:before {
	content: '';
	position: absolute; top: 0; left: 0;
	width: 62px; height: 62px;
	background: url('../images/title.png') left top no-repeat;
	z-index: 1;
}
/*slide*/
.corrections_event .bx-wrapper {
	margin: 0 auto;
	position: relative;
}
.corrections_event .bx-wrapper .bx-viewport ul li{
	overflow: hidden;
	margin: 0 !important;
}
.corrections_event .bx-wrapper .bx-viewport ul li ._inner{
	display: block;
}
.corrections_event .bx-wrapper .bx-viewport ul li ._inner img{
	display: block;
	width: 100%;
}
/* slide pager */
.corrections_event .bx-controls {position: absolute; top: -30px; right: 22px; width: 80%;}
.corrections_event .bx-pager,
.corrections_event .bx-controls-auto {float: left;}
.corrections_event .bx-controls-auto-item a.active {display: none;}
.corrections_event .bx-controls-auto-item a.bx-stop {background-position: right top;}
.corrections_event .bx-controls-auto-item a.bx-start {background-position: -44px top;}

.bx-controls-direction a.bx-next {background-position: -22px top;}
.bx-controls-direction a,
.bx-controls-auto-item a{
	float: left; display: block;
	width: 22px; height: 16px; text-indent: -5000px;
	background: url('../images/handler.png') left top no-repeat;
}
.bx-controls-direction a.bx-prev {margin-right: 22px;}
/*controls*/
.corrections_event .bx-wrapper .bx-controls .bx-default-pager{
	position: absolute;
	top: -4px;
	left: 0;
	overflow: hidden;
	z-index: 99;
	color: #fefefe; font-size: 16px; font-weight: 200;
}
.corrections_event .bx-wrapper .bx-controls .bx-controls-direction{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	z-index: 99;
}
.corrections_event .bx-wrapper .bx-controls .bx-controls-auto{
	position: absolute;
	top: 0;
	right: 22px;
	overflow: hidden;
	z-index: 99;
}
.corrections_event .bx-wrapper .bx-controls .bx-controls-auto a.active {display: none;}
.corrections_event .bx-wrapper .bx-controls .bx-pager .bx-pager-item,
.corrections_event .bx-wrapper .bx-controls .bx-pager .bx-pager-item a,
.corrections_event .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item,
.corrections_event .bx-wrapper .bx-controls .bx-controls-auto .bx-controls-auto-item a{
	float: left;
}


body.Tablet .corrections_event .bx-wrapper .bx-controls .bx-default-pager {left: 30px;}
body.Mobile .corrections_event .bx-wrapper .bx-controls .bx-default-pager {left: 30px;}