.img_slider {
	width: 100%;
	height: 100%;
}
.img_slider .slider_container {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 100%;
	width: 100%;
}
.img_slider .slider_container ul {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.img_slider .slider_container ul li {
	display: none;
	list-style: none;
	height: 100%;
	width: 100%;
}
.img_slider .slider_container ul li img {
	width: 100%;
	display: block;
	height: 100%;
}
.img_slider .slider_container ul li:first-child {
	display: block;
}
.img_slider .slider_container .prev_slide, .img_slider .slider_container .next_slide {
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	height: 17px;
}
.img_slider .slider_container .prev_slide i, .img_slider .slider_container .next_slide i {
	margin-top: 7px;
	font-size: 25px;
}
.slide_btn {
	cursor: pointer;
	width: 15px !important;
	height: 15px !important;
}
.slide_btn_t {
	cursor: pointer;
	position: absolute;
}
.img_slider .slider_container .prev_slide .fa-angle-left, .img_slider .slider_container .next_slide .fa-angle-left {
	margin-right: 4px;
}
.img_slider .slider_container .prev_slide .fa-angle-right, .img_slider .slider_container .next_slide .fa-angle-right {
	margin-left: 4px;
}
.img_slider .slider_container .prev_slide {
	right: 25px;
}
.img_slider .slider_container .next_slide {
	right: 12px;
}
.img_slider .slider_container .buttons {
	left: 55px;
	bottom: 40px;
	text-align: center;
	position: absolute;
}
.img_slider .slider_container .buttons span {
	width: 30px;
	height: 5px;
	opacity: 0.5;
	margin: 0 5px;
	cursor: pointer;
	background: #DFDFD9;
	border-radius: 2px;
	display: inline-block;
	box-sizing: border-box;
	transition: all 300ms ease;
}
#slider_controll {
	width: 450px;
	position: relative;
}
.img_slider .slider_container .buttons .current_slide_counter {
	opacity: 1;
	width: 100px;
	background: #2882E3;
}
.img_slider .slider_container .play_pause {
	right: 40px;
	bottom: 35px;
	position: absolute;
}
.img_slider .slider_container .play_pause i {
	opacity: 0.5;
	cursor: pointer;
}

div.helium-slider {
	width: 100%;
	position: relative;
	margin: 0;
	height:100%;
}
div.helium-slider div.slide-window {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	transition: height 0.5s ease;
	height: 100%;
}
/*div.helium-slider.loading{ background: url('img/loading.gif') no-repeat center center; }*/
div.helium-slider ul.slide-holder {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	/*opacity: 0;*/

}
div.helium-slider ul.slide-holder li {
	position: relative;
	float: left;
}
div.helium-slider ul.slide-holder li.loop {
	position: absolute !important;
	float: none !important;
}
div.helium-slider ul.slide-holder li .slide img {
	width: 100%;
	height: 250px;
}
@media screen and (max-width:1279px) {  
	div.helium-slider ul.slide-holder li .slide img {
	height: 250px;}
}

@media screen and (min-width:1280px) and (max-width:1699px) { 
	div.helium-slider ul.slide-holder li .slide img {
	height: 200px;}
}
@media screen and (min-width:1700px) {  
	div.helium-slider ul.slide-holder li .slide img {
	height: 250px;
}
}
div.helium-slider ul.slide-holder li .pane {
	position: absolute;
}
/*==== customizable elements ====*/
div.helium-slider .next, div.helium-slider .prev {
	position: absolute;
	cursor: pointer;
	display: block;
}
div.helium-slider .next img, div.helium-slider .prev img{
	width:15px !important; height:15px !important;
	}
div.helium-slider .next {
	right: 40px;
	top: 25px;
}
div.helium-slider .prev {
	right: 55px;
	top: 25px;
}
div.helium-slider ul.slide-holder li .caption {
	left: 10%;
	bottom: 20px;
}
div.helium-slider ul.slide-holder li .caption2 {
	right: 10%;
	bottom: 20px;
}
div.helium-slider ul.slide-holder li .caption3 {
	left: 50%;
	top: 20px;
}
div.helium-slider .pauser {
	display: inline-block;
	position: absolute;
	z-index: 11;
	opacity: 1;
	vertical-align: top;
	cursor: pointer;
}
div.helium-slider .controls.on .player:hover, div.helium-slider .controls.on .pauser:hover {
	opacity: 0.85;
}
div.helium-slider .pauser.paused {
	opacity: 1 !important;
}
div.helium-slider .controls.on {
	position: absolute;
	top: 25px;
	right: 55px;
}
div.helium-slider .controls.on .pauser {
	position: static;
	margin: 0;
	opacity: 1;
}
div.helium-slider .controls.on .paused.player {
	display: inline-block;
	text-indent: -9999px;
	vertical-align: top;
	height: 0;
	width: 0;
	border-top: 12px solid transparent;
	border-right: none;
	margin: 0 3px;
	border-bottom: 12px solid transparent;
	border-left: 20px solid white;
	opacity: 0.7 !important;
}
div.helium-slider .controls img{width:15px !important; height:15px !important;}

div.helium-slider ul.slide-nav {
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 11;
	display: none;
}
div.helium-slider ul.slide-nav li {
    background: #666;
    margin: 0px 4px;
    height: 10px;
    width: 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}
div.helium-slider ul.slide-nav li.active {
    background: #333;
}
div.helium-slider ul.slide-nav li .access {
	text-indent: -9999px;
	height: 0;
	width: 0;
}
div.helium-slider ul.slide-nav.thumbnails li {
	max-width: 10%;
}
div.helium-slider ul.slide-nav.thumbnails li a {
	background: none;
	height: auto;
	width: auto;
	border-radius: 0;
	border: 2px solid transparent;
	display: inline-block;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
div.helium-slider ul.slide-nav.thumbnails li a img {
	max-width: 100%;
}
div.helium-slider ul.slide-nav.thumbnails li.active a {
	background: none;
	border: 2px solid #eee;
}
#slide_play {
	margin-left: -5px;
}
