.flexslider .slides > li { 
  background-position: center;
  height: 100%;
  width: 100%;
  display: none; 
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


ul.slides {
  margin: 0;
  padding: 0;
}



.flexslider {
	margin: 0; 
	padding: 0; 
	width: 100%; 
	border: 0; 
	overflow: hidden;
	position: absolute;
}

@media only screen and (min-width: 751px) {
	.flexslider-container, 
	.flexslider .slides, 
	.flex-viewport {
		height: 50%;
	}
	.flexslider {
		height: 100%; 
	}
}

@media only screen and (max-width: 750px) {
	.flexslider {
		height: 300px; 
	}
	.flexslider-container, 
	.flexslider .slides, 
	.flex-viewport {
		height: 300px; 
	}
}
.flexslider-container, 
.flexslider .slides, 
.flex-viewport {
	height: 500px;
}
.flexslider {
	height: 500px;
}

#Mainimage {
	width: auto;
	height: auto;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
 }
 
#Mainimage #Mainpic {
	position: relative;
}
#Mainimage #Mainpic li {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	zoom: 1
}
#Mainimage #Mainpic li img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#Mainimage div.aside {
	background: #fff;
	height: 134px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0
 }

#Mainimage div.aside p {
	font-family: 'Granjon LT W01 Roman';
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
 }
 
#Mainimage img.main_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -74px;
	margin-left: -253px;
	z-index: 4
 }
 
 .swiper-container {
        width: 100%;
        height: 100%;
        background: #000;
}
.swiper-slide {
	font-size: 18px;
	color:#fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 60px;
}
.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.swiper-slide .title {
	font-size: 41px;
	font-weight: 300;
}
.swiper-slide .subtitle {
	font-size: 21px;
}
.swiper-slide .text {
	font-size: 14px;
	max-width: 400px;
	line-height: 1.3;
}