.slider,
#slider_container{
	position:relative;	
}
.slider .slide{

}
.slider img{

}
.slider .slide .slide-content{
	position:absolute;
	top:0;
	padding-top:7%;
	width:55%;	
}

.slider .slide .slide-title{
	font-weight:900;
	font-size:300%;
	color:#3399cc;
	line-height:100%;
	text-transform:uppercase;
	padding:0 0 5px 0;
}

.slider .slide .slide-description{
	color:#fff;
	font-size:200%;
	line-height:100%;
	text-transform:uppercase;
}

/*

Slider dots

 */

.slider .owl-dots{position: absolute;text-align: center;bottom: 20px;width: 100%;}

.slider .owl-dots .owl-dot{width: 12px;height: 12px;background: #fff;display: inline-block;margin: 0 5px;border-radius: 50px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;}

.slider .owl-dots .owl-dot.active{

	background-color:#97c310;

	/*width:36px*/

}
/*navigation*/
.slider-navigation{
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	text-align:center;
	height:30px;	
	z-index:70;
	list-style:none;
	margin: 0;
	padding:0;

}
.slider-navigation li{
	cursor:pointer;
	display:inline-block;
	margin: 0 5px;
	width:10px;
	height:10px;
	background:#84c1df;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
}
.slider-navigation li.current{
	background:#eeb630
}
/* SLIDER THUMBS */
.slider-thumbnails{
	list-style:none;
	margin:0;
	padding:30px 0 0 0;
	height:80px;	
}
.slider-thumbnails li{
	float:left;
	margin: 0 15px 0 0
}
.slider-thumbnails li img{
	cursor:pointer;
	border:2px solid #ccc	
}
.slider-thumbnails li.current img{
	border-color:#087da9	
}
/*gallery*/
.gallery .image{
	float:left;
	margin: 0 10px 10px 0	
}
.gallery .image.last-child{
	margin:0
}
.gallery .image img:hover{
	opacity: 0.8	
}