.wt_we_do_slider {
	display:block;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	/* margin-top:47px !important; */
}
.wt_we_do_slider .wt-we-do-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.wt_we_do_slider .wt-we-dol-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.wt_we_do_slider .wt-we-dol-wrapper, .wt_we_do_slider .wt-we-do_item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.wt_we_do_slider .wt-we-dol-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.wt_we_do_slider .wt-we-do_item {
	float: left;
}
#wt_we_do_page_section .item {
/*	padding-left:15px;
	padding-right:15px;
	border:1px solid red;*/
}
/* .wt-we-do-theme .wt_we_do_controls {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: auto;
	left: auto;
} */
.wt_we_do_controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wt-we-do-theme .wt_we_do_controls .wt_we_do {
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.wt_we_do_controls .wt_we_do, .wt_we_do_controls .wt-we-do_buttons div {
	cursor: pointer;
}
.wt-we-do-theme .wt_we_do_controls .wt_we_do span {
	display: block;
	width: 28px;
	height: 28px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.wt-we-do-theme .wt_we_do_controls .wt_we_do.active span, .wt-we-do-theme .wt_we_do_controls.clickable .wt_we_do:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.wt-we-do-theme .wt_we_do_controls .wt-we-do_buttons div {
	height: 28px;
	margin: 30px 0px 0 10px;
	width: 28px;
	opacity: 0.9;
	display:inline-block;
	
}
.wt-we-do_buttons{
	margin: 0 auto;
	display: table;
}
.wt-we-do-theme .wt_we_do_controls .wt-we-do_buttons div.owl-next {
	background:url(../images/news-event-arow.png) no-repeat scroll right top!important;
	right:0px;
	left:0;
	
}
.wt-we-do-theme .wt_we_do_controls .wt-we-do_buttons div.owl-next:hover {
	background: url(../images/news-event-arow.png) no-repeat scroll right bottom !important;
}
.wt-we-do-theme .wt_we_do_controls .wt-we-do_buttons div.owl-prev {
	background:url(../images/news-event-arow.png) no-repeat scroll left top !important;
	right:0px;
	left:auto;
	
}
.wt-we-do-theme .wt_we_do_controls .wt-we-do_buttons div.owl-prev:hover {
	background:url(../images/news-event-arow.png) no-repeat scroll left bottom !important;
}


.wt-we-do_item > .item {
	padding-right:15px;
	padding-left:15px;
}

