.slider,
#slider_container{
	position:relative;	
}
.slider .slide{
/*	position:absolute;*/
	z-index:50;
	top:0;
	left:0;	
	bottom:0;
	right:0
}
.slider img{
	position:absolute;
	z-index:55;
	top:0;
	left:0;	
}

#slider-1 .swiper-slide .slide-title,
#slider-1 .swiper-slide .slide-description,
#slider-7 .swiper-slide .slide-title,
#slider-7 .swiper-slide .slide-description,
.slider .swiper-slide .slide-custom 
{
    position: relative;
    clear: both;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.5);
    color: #fff;
	text-align:center;
	max-width: 1160px !important;
	margin: 0 auto !important;
}
#slider-1 .swiper-slide .slide-title,
#slider-7 .swiper-slide .slide-title,
.slider .swiper-slide .slide-custom

{
	z-index:60;
	font-size:3.6em;
	margin-bottom:0.2em;
	text-transform:uppercase;
}
#slider-1 .swiper-slide .slide-description,
#slider-7 .swiper-slide .slide-description 
{
	height:inherit;
	left:inherit;
	width:auto;
	top: inherit;
	font-size:24px;
	z-index: 99;					
}
.slider .swiper-slide .slide-title a
{
	color:#fff;
	display:block;	
}
.slider .swiper-slide .slide-custom {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    box-sizing: border-box;	
}

.home #slider-1 .swiper-slide {
	padding-top: 150px;
}

.swiper-wrapper.oneslide {
    transform: translate3d(0px, 0, 0) !important;
}

/*
#slider-6 ,
#slider-6 .slide{
	height:350px	
}
#slider-6 .slide .slide-description{
	background: url('images/slider-desc-bg.png');
	bottom:0;
	top:auto;
	left:0;
	padding:10px;
	font-size:12px	
}
#slider-6 .slide .slide-description p{
	margin:0	
}
.slider .slide .slide-description{
	color:#fff;
	position:absolute;
	top:130px;
	left:30px;
	color:#fff;
	font-size:20px;
	width:500px;
	z-index:60
}*/
/*navigation*/
.slider-navigation{
	width: 940px;
	position:absolute;
	left:30px;
	bottom:30px;
	height:8px;	
	z-index:70;
	list-style:none;
	margin: 0;
	padding:0;
	text-align:center
}
.slider-navigation li{
	cursor:pointer;
	display:inline-block;
	margin: 0 5px;
	background: url('images/slide-nav.png');
	width:8px;
	height:8px;
}
.slider-navigation li.current{
	background: url('images/slide-nav-current.png');
}
/*gallery*/
.gallery .image{
	float:left;
	margin: 0 10px 10px 0	
}
.gallery .image.last-child{
	margin:0
}
.gallery .image img:hover{
	opacity: 0.8	
}
.slider img {
	width: 100%;
}
#sidebar .widget .button {
	z-index: 999;
	margin-bottom: 0;
}
@media screen and (max-width: 1190px) {
	.gallery .image {
		width: 46%;
	}
}
@media screen and (max-width: 800px) {
	.gallery .image {
		width: 100%;
	}
	.swiper-container {
		max-width: 100%;
	}	
}
@media screen and (max-width: 620px) {
	.gallery .image {
		width: 46%;
	}
}