#slider{
	min-height: 555px !important;
	/*float: left;
	width: 100%;*/
}
#slider .block{
	height: 100% !important;
	width: 100%;
	float: left;
	margin: 0px !important;
	padding: 0px !important;
}
#slider .block .content{
	height: 100% !important;
	width: 100%;
	float: left;
}

#slider .djslider-default, #slider .djslider-loader-default{
	height: 100% !important;
	float: left;
	width: 100%;
}
#slider .djslider-default .navigation-container{
	top: 50% !important;
}
#slider div.slide-items{
	position: relative;
	z-index: 0;
}
#slider div.slide-items, #slider div.slide-items div{
	/*height: 100%;*/
	max-height: 556px;
}
/*#slider div.slide-items div:first-child{
	display: block !important;
}*/
#slider div.slide-items div{
	/*display: none;*/
}
div.slide-items div.item {
	min-height: 556px;
	position: relative;
	overflow: hidden;
	background: no-repeat center;
	background-size: cover;
}
div.slide-items div.item .container{
	position: relative;
	padding-bottom: 30px;
}
div.slide-items div.item .slogan{
	padding: 80px 0 10px;
	min-height: 300px;
}
div.slide-items div.item .slogan .sous-title-slide{
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 36px;
}
div.slide-items div.item .slogan .sous-title-slide:before{
	content: "";
	width: 33px;
	height: 33px;
	display: inline-block;
	margin: 0 5px 0 0;
	background: url("../images/bg-title.svg") no-repeat left center;
	background-size: 33px 33px;
}
div.slide-items div.item .read-more a.link{
	/*background: url(../images/icon-link.svg) no-repeat left center;
	padding-left: 32px;*/
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	background-size: 20px 25px;
}
div.slide-items div.item .read-more a.link{
	color: #fff;
}
div.slide-items div.item .read-more a.link:hover,
div.slide-items li.item .read-more a.link:focus{
	color: #b30909;
}
div.slide-items div.item .title-slide{
	font-family: 'Raleway', sans-serif;
    color: #fff;
	font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    max-width: 450px;
    width: 100%;
    margin-top: 25px;
    padding-bottom: 20px;
}
div.slide-items div.item .intro-slide{
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	max-width: 580px;
	margin: 10px 0 0;
	width: 100%;
}
div.slide-items div.item .mask{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: 100% 480px;
}

div.slide-items div.item .item-shape {
	position: absolute;
	width: 80%;
	height: 100%;
	opacity: .5;
	background: #000;
	background: -webkit-linear-gradient(to right, #000, rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(to right, #000, rgba(0, 0, 0, 0));
	background: -o-linear-gradient(to right, #000, rgba(0, 0, 0, 0));
	background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}

div.slide-items div.item .img-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: grayscale(30%);
	-webkit-filter: grayscale(30%);
	-moz-filter: grayscale(30%);
	-o-filter: grayscale(30%);
	-ms-filter: grayscale(30%);
}

div.slide-items div.navigation {
	width: 100%;
	max-width: 100%;
	min-height: 20px;
	height: auto !important;
	display: block !important;
	border: 0px;
	margin: 40px 0 0;
	position: absolute !important;
	bottom: 100px;
}
div.slide-items div.navigation a{
	padding: 0 !important;
}
div.slide-items div.navigation span{
	width: 13px;
	height: 13px;
	background: transparent;
	display: inline-block;
	margin: 0 5px;
	border: 1px #fff solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}
div.slide-items .controls-container {
	position: relative;
}
div.slide-items .controls {
	position: absolute;
    bottom: 290px;
    padding: 0;
    
}
div.slide-items .controls .owl-prev {
	width: 12px;
	height: 21px;
	background: url(../images/chevron-previous.svg) no-repeat left center;
	background-size: 12px 21px;
	border: 0 #fff solid;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	position: absolute;
	left: 0;
	top: 3px;
}
div.slide-items .controls .owl-next {
	width: 12px;
	height: 21px;
	background: url(../images/chevron-next.svg) no-repeat right center;
	background-size: 12px 21px;
	border: 0 #fff solid;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	position: absolute;
	right: 0;
	top: 3px;
}
div.slide-items .controls .owl-nav {
	display: none !important;
}
div.slide-items .controls .owl-dots {
	
}
div.slide-items .controls .owl-dot {
	width: 8px;
	height: 8px;
	border: 2px solid #a7a9ab;
	border-radius: 50%;
	display: inline-block;
	margin: 0 12px 0 0;
}
div.slide-items .controls .owl-dot.active {
	border: 2px solid #fff;
	background: #FFF;
}
div.slide-items div.navigation a.prev:hover span,
div.slide-items div.navigation a.prev.active span,
div.slide-items div.navigation a.prev:focus span{
	width: 12px;
	height: 21px;
	background: url(../images/chevron-previous.svg) no-repeat left center !important;
	background-size: 12px 21px;
}
div.slide-items div.navigation a.next:hover span,
div.slide-items div.navigation a.next.active span,
div.slide-items div.navigation a.next:focus span{
	width: 12px;
	height: 21px;
	background: url(../images/chevron-next.svg) no-repeat right center !important;
	background-size: 12px 21px;
}
div.slide-items div.navigation a.active span,
div.slide-items div.navigation a:hover span,
div.slide-items div.navigation a:focus span{
	background: #fff;
}

@media (min-width: 1100px){
	div.slide-items div.item .img-bg{
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	#slider{
		float: none;
	}
}
@media (max-width: 767px) {
	#slider{
		min-height: 350px !important;
	}
	div.slide-items div.item {
		min-height: 350px;
	}
	div.slide-items div.item .slogan {
		padding-top: 20px;
	}
	div.slide-items div.item .slogan:after {
		margin: 15px 0;
	}
	div.slide-items div.item .slogan .title-slide {
		line-height: 40px;
		font-size: 36px;
	}
	div.slide-items div.item .container{
		padding-bottom: 50px;
	}
	.slide-items .controls-container {
		display:none;
	}
}