.slider{
	position:relative;
	width:100%;
	height:100%;
}
.slider .s-outer{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	width:100%;
	height:100%!important;
	padding:15px;
	box-shadow:inset 0 150px 50px rgba(0,0,0,.1);
	background-color:rgba(0,0,0,0);
}
.slider .s-outer .outer-bdr{
	border:double 0px rgba(255,255,255,.2);
	width:100%;
	height:100%!important;
	text-align:center;
}
.slider .s-outer .outer-bdr img{
	position:absolute;
	z-index:10;
	left:50%;
	bottom:50px;
	width:240px;
	height:auto;
	margin:0 0 0 -120px;
}
.slider .h-mika{
	position:relative;
	z-index:1;
	top:-410px;
	width:750px!important;
}

.responsive-slider {
	width: 100%;
	height:auto;
	max-height:100%;
	overflow:hidden;
	position: relative;
	background-color:#84451e;
}
.responsive-slider [data-animate] {
	opacity: 0;
}
.responsive-slider .slides {
	position: relative;
	overflow: hidden;
}
.responsive-slider .slides ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 0;
}
.responsive-slider .slides ul li {
	display: inline-block;
	width:100%;
	max-width: 100%;
	position:relative!important;
}
.responsive-slider .slides ul li .slide-body {
	display: block;
	width:100%!important;
	position: relative!important;
	max-width: 100%;
	font-size: 14px;
	white-space:normal;
	text-shadow:1px 1px 5px rgba(0,0,0,.5);
}
.responsive-slider .slides ul li .slide-body img {
	width:100%;
	height:auto;
}
@media screen and (max-width : 992px) {
.slider{
	height:420px;
	border-top:solid 3px #a86b2e;
}

.slider .s-outer .outer-bdr img{
	position:absolute;
	z-index:10;
	left:50%;
	bottom:130px;
	width:200px;
	margin:0 0 0 -100px;
}
.slider .h-mika{
	top:-310px;
	width:550px!important;
}
}
@media screen and (max-width : 768px) {
.slider{
	height:310px;
}
.slider .s-outer .outer-bdr img{
	position:absolute;
	z-index:10;
	left:50%;
	bottom:90px;
	width:140px;
	margin:0 0 0 -70px;
}
.slider .h-mika{
	top:-210px;
	width:350px!important;
}
}
@media screen and (max-width : 580px) {
.slider{
	height:200px;
}
.slider .s-outer .outer-bdr img{
	position:absolute;
	z-index:10;
	left:50%;
	bottom:20px;
	width:80px;
	margin:0 0 0 -50px;
}
.slider .h-mika{
	top:-150px;
	width:280px!important;
}
}
@media screen and (max-width : 400px) {
.slider{
	height:160px;
}
}

.responsive-slider .slider-control {
  position: absolute;
  z-index:2;
  font-size: 12px;
  color: rgba(0,0,0,.8)!important;
  top: 50%;
  margin:-25px 0 0 0;
  padding: 15px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color:rgba(255,255,255,.2);
}
.responsive-slider .slider-control.left {
  left:60px;
}
.responsive-slider .slider-control.right {
  right:60px;
}

@media screen and (max-width : 768px) {
.responsive-slider .slider-control {
  display:none;
}
}

.responsive-slider .pages {
  position: absolute;
  z-index:2;
  bottom: 30px;
  right: 20px;
  width: 100%;
  text-align: right;
  display:none;
}
@media screen and (max-width : 480px) {
.responsive-slider .pages {
  bottom: 40px;
}
}
.responsive-slider .pages .container{
	padding-top:0;
	padding-bottom:0;
}
.responsive-slider .pages .page {
  display: inline-block;
  color: transparent;
  width: 30px;
  height: 10px;
  border:solid 2px #fff;  
  background-color:rgba(255,255,255,0);
  border-radius: 10px;
}
.responsive-slider .pages .page.active {
   background-color:rgba(255,255,255,1)
}
.responsive-slider .cloud{
  width: 100%;
  height:auto;
  position:absolute;
  z-index:1;
  bottom:0;
  left:0;
}
.responsive-slider .cloud img{
	width:100%;
	height:auto;
}