.sw_homeslider-container {
  /*margin-bottom: 50px;*/
  position: relative;
  width: 100%;
}

.sw_homeslider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.sw_homeslider li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.sw_homeslider img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.sw_homeslider .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  padding: 10px 20px;
  margin: 0;
  max-width: none;

  top: 35%;
  left: 5%;
  width: 300px;
}

.sw_homeslider_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../sw_homeslider.gif") no-repeat left top;
  margin-top: -45px;
}

.sw_homeslider_nav:active {
  opacity: 1.0;
}

.sw_homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  min-width: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  min-width: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  opacity: 1;
}

.owl-nav span{
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}


.owl-carousel .icon-prev {
  left: 1rem;
}

.owl-carousel .icon-next {
  right: 30px;
}

@media (min-width: 576px) {
  .owl-carousel .icon-prev {
    margin-left: -15px;
  }
}
@media (min-width: 576px) {
  .owl-carousel .icon-prev, .owl-carousel .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}

.owl-carousel .icon-prev, .owl-carousel .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.icon-prev i {
  font-size: 3.125rem;
  color: #fff;
}

.owl-carousel .icon-next i{
  font-size: 3.125rem;
  color: #fff;
}

.caption{
  position: absolute;
  /*bottom: 28px;
  left: 10%;
  max-width: 340px;*/

  left: 50%;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.sw_homeslider-container .item .caption {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: unset;
  transform: translate(-50%, -50%);
  text-align: center;
}

.sw_homeslider-container .item .caption p {
  font-size: 2.5rem;
  text-align: center;
  font-family: "EBGaramond";
  font-weight: 500 !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 6rem;
  line-height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sw_homeslider-container .item .caption p em {
  color: #d99a39;
}

@media(max-width: 500px){
  .caption{
    /*left: 55px;
    max-width: 190px;*/
  }
}

.sw_homeslider-container .item .caption .button {
  background: transparent;
  color: #fff;
  border-color: #fff !important;
  border-width: 2px !important;
  width: fit-content;
  margin: 25px auto 0;
  padding: 8px 35px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 36px;
}

.sw_homeslider-container .item .caption .button:hover {
  border-color: #d99a39 !important;
}

.sw_homeslider-container p,
.sw_homeslider-container h3{
  color: white;
}

.sw_homeslider-container a{

}

.sw_homeslider-container .item a {
  height: 500px;
  display: flex;
  position: relative;
  background: #000;
}

.sw_homeslider-container .item a img {
  object-fit: cover;
  opacity: 0.5;
}

.owl-dots{
  text-align: center;
}

.owl-dots > .owl-dot{
  width: 50px;
  height: 20px;
  background: white;
  border: 1px solid darkgrey;
  border-radius: 5px;
  margin: 5px;
}

.owl-dots > .owl-dot.active{
  background: darkgrey;
}

.sw_homeslider-container button:focus{
  outline: none!important;
}

.mobile{
  display: none;
}

@media(max-width: 991px) {
  .sw_homeslider-container .item a {
    height: 300px;
  }
}

@media(max-width: 767px){
  .dekstop{
    display: none;
  }
  .mobile{
    display: block;
  }
}