.asenz-slider .absolute {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:1;
}

.asenz-slider {
  overflow: hidden;
  background: #8da3b8;
  border:0 !important;
	background:none !important;
	border-radius:0 !important;
	margin-bottom:0 !important;
}
.asenz-slider ul.slides {
  padding: 0;
}

.asenz-slider .slides li {
  height: 340px;
  position: relative;
}

.asenz-slider .slides li.has-backdrop:before {
	content:'';
  display:block;
  background:rgba(0,0,0,.6);
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  z-index:1;
}

.asenz-slider .wrapped-content {
	position:relative;
	height:100%;
}

@media (min-width: 768px) {
  .asenz-slider .slides li {
    height: 600px;
  }
}

.asenz-slider div.caption {
  padding:0;
  z-index:2;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.asenz-slider div.caption h2 {
font-size: 28px;
    line-height: 38px;
  width: 100%;
  padding:15px;
  background:rgba(0,0,0,.75);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
  color:#fff;
}

@media (min-width: 768px) {
	
	.asenz-slider div.caption {
		width:auto;
		bottom:40px;
		left:auto;
	}
	
  .asenz-slider div.caption h2 {
        width: 100%;
    max-width: 700px;
    z-index: 15;
    background: transparent;
    font-size: 35px;
    font-size: 44px;
    line-height: 54px;
    padding: 15px 0 15px 0;
  }

  .asenz-slider div.caption h2 {
    -webkit-text-shadow:1px 1px 5px rgba(0,0,0,.8);
    -moz-text-shadow:1px 1px 5px rgba(0,0,0,.8);
	text-shadow:1px 1px 5px rgba(0,0,0,.8);
}

  .asenz-slider div.caption h2 > strong {
  text-transform:uppercase;
  font-family:'Poppins', sans-serif;
  font-size:20px;
  display:block;
  margin-top:15px;
  
}


}


.asenz-slider div.caption div.text {
  padding: 15px 15px 15px 60px;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}

.asenz-slider div.caption div.text h2 {
  text-align: left;
  font-size: 14px;
  color: #fff;
}



.asenz-slider .flex-direction-nav .flex-next {
 color:transparent; 
}
.asenz-slider .flex-direction-nav .flex-next:before {
  content:'';
  color:transparent;
}
.asenz-slider div.caption-wrap {
  background: transparent;
  opacity: 1;
  z-index:2;
  bottom:40px;
}


.asenz-slider .flex-control-nav {
  bottom: 15px;
  left: 0;
  z-index: 2;
  text-align: right;
}
.asenz-slider .flex-control-nav a {
  background: #e1e2d8;
  margin: 0 4px;
  color: transparent;
}
.asenz-slider .flex-control-nav a.flex-active {
  background: #304050;
}
.asenz-slider .flex-direction-nav a {
  width: 27px;
  height: 32px;
  margin: -30px 15px 0;
  top: 52%;
}



.asenz-slider ul.flex-direction-nav li a {
  background: url(../images/iconsprite-asenz-slider.png) no-repeat 0 0;
  width:39px;
height:68px;
  margin:-45px 10px 0;
  position:absolute;
  color:transparent;
  text-indent:9999px;
}

.asenz-slider ul.flex-direction-nav li a:before {
	display:none;
}

.asenz-slider .flex-direction-nav li a.flex-prev{
	background-position:0 -221px;
  }
  
  .asenz-slider .flex-direction-nav li a.flex-next{
	background-position:-62px -221px;
  }

