@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');
.contentx{overflow: hidden;}
.active .slide {
  display: block !important;
  visibility: hidden;
  transition: left .6s ease-out;
}
.active .slide img{
  width: 100%;
}
.active .slide.current {
  visibility: visible;
  left: 0;
  position: relative;
}

.active .slide.next {
  left: 100%;
}

.active .slide.prev {
  left: -100%;
}

.active .slide.next.in-transition,
.active .slide.prev.in-transition {
  visibility:visible;
}

.carousel, .slide {
    width: 100%;
    padding:0;
    margin: 0;
    overflow: hidden;
  }
  .carousel {
    position: relative;
  }
  .carousel ul {
    margin:0;
    padding: 0;
  }
  .slide {
  max-height: 890px;
  height: auto;
    background-size: cover;
    position: relative;
    margin-bottom:1em;
    border:1px solid #333;
  }
  .slide h4 {
    display: inline-block;
    float: right;
    font-size: 1.25em;
    margin: 0;
    padding: .25em;
    text-align: right;
    background-color: rgba(255,255,255,.8);
    float: right;
    border-radius: 0 0 0 .5em;
    position: absolute;
    top: 0;
    width: auto;
    right: 0px;
  }
  .slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
    clear:both;
    padding: 5px;
    background-color: rgba(255,255,255,.8);
  }
  .slide a {
    display:block;
    text-align: right;
  }

.carousel.active {
  /*max-height: 890px;*/
  height: auto;
/*  border: 1px solid #333;*/
  position:relative;
}
.controls{
   position: absolute;
   top: 50%;
   width: 100%;
-webkit-transform:transalteY(-50%);
-moz-transform:transalteY(-50%);
transform:transalteY(-50%);
}
.active .slide {
  border: none;
  display: none;
  position:absolute;
  top:0;
  left:0;
  z-index:200;
}

.slide.current {
  display:block;
  z-index: 500;
}

.btn-prev,
.btn-next {
  position:absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border:0;
  background: rgba(255,255,255,.6);
  line-height: 1;
  padding:10px 5px;
  transition: padding .4s ease-out;
}

.btn-next:hover,
.btn-next:focus,
.btn-prev:hover,
.btn-prev:focus {
  padding-left: 15px;
  padding-right:15px;
}

.btn-prev {
  left:0;
  border-radius: 0 .25em .25em 0;
}

.btn-next {
  right:0;
  border-radius: .25em 0 0 .25em;
}

.carousel.with-slidenav {
  /*background-color: #fff;*/
}
.carousel.with-slidenav .slide {
  /*border-bottom: 1px solid #333;*/
}

.slidenav {
  position: absolute;
  bottom:45px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
}

.slidenav li {
  display:inline-block;
  margin: 0 .3em;
}

.slidenav button {
  border: 2px solid #000000;
  background-color: #000000;
  line-height: 1em;
     height: 20px;
    width: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  /*padding:0!important;*/
}
.slidenav button .start-in{
  width: 25px;
  height: 25px;
}
.slidenav button.current {
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #000000;
  color: #333;
  height: 20px;
}

.slidenav button:hover,
.slidenav button:focus {
  border: 2px dotted #fff;
}

.slidenav button.current:hover,
.slidenav button.current:focus {
  border: 3px dotted #000000;
}
.start-in, .stop-in {
    top: 0;
    /*width: 25px !important;
    height: 25px !important;*/
    width: auto !important;
    height: auto !important;
    position: relative;
    border-radius: 15% !important;
    padding: 3px!important;
} 
.start-in i.fas, .stop-in i.fas {
    font-size: 12px;
    position: relative;
    top: -1px;
}
/*.ada_slider .entry-header{
    display: none;
}
.ada_slider #primary .entry-content{
    width: 100%!important;
}
.ada_slider .wrap{
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.ada_slider header{
    display: none;
}
.ada_slider #content{
    padding:0px!important;
}*/
@media only screen and (max-width: 1199px) {
  .carousel.active{
    height: auto;
  }
  .slide{
    height: auto;
  }
  .active .slide.current {
    visibility: visible;
    left: 0;
    position: relative;
    }
}