.slider,
#slider_container{
	position:relative;	
}
.slider .slide{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 680px;
	width: 100%;
	overflow: hidden;
	background: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home .slider .slide
{
	background-position: center 64%;
}
.slider img{
	position:absolute;
	z-index:55;
	top:0;
	left:0;	
}
#slider .slide-wrapper
{	margin-top:165px;
	width:50%;	
}
.home #slider .slide-wrapper {
	margin-top:25%;	width:100%;
}
.slider .slide .slide-title,
.slider .slide .slide-description
{
	position: relative;
	clear:both;
	color: #6d6d6d;	font-weight:bold;	
	text-align:left;
}
.slider .slide .slide-title
{

}
.home .slider .slide .slide-title
{
	margin-top:18%;	
}
.slider .slide .slide-description
{
	font-size:22px;
	font-weight:300;	
}
.slider .slide .slide-description p
{
	margin-bottom:1.2em;	
}

/*navigation*/
.slider-navigation
{
	width: 100%;
	height:2.083rem;	
	z-index:999999;
	list-style:none;
	margin: 0;
	padding:0;
	width:100%;
	height: 20px;
	position:absolute;
	top: 750px;
}
.slider-navigation li
{
	cursor:pointer;
	display:inline-block;
	width:10px;
	height:10px;
	border:1px solid #fff;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0.4% 0 0.4%;
	-webkit-transition: background-color .9s ease-in-out, border .9s ease-in-out;
	-moz-transition: background-color .9s ease-in-out, border .9s ease-in-out;
	transition: background-color .9s ease-in-out, border .9s ease-in-out;
}
.slider-navigation li.current
{
	border:1px solid #fff;
	background:none;
	margin-bottom:0;
}
/* 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
{
	display:inline-block;	
}
.gallery .image{
	float:left;
	margin: 0 10px 10px 0	
}
.gallery .image.last-child{
	margin-right:0
}
.gallery .image img:hover{
	opacity: 0.8	
}