#content {
   padding-top: 0;
}

#owl-demo .item img {
   display: block;
   width: 100%;
   height: auto;
}

.owl-theme .owl-controls {
   margin-top: 10px;
   text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
   width: 22px;
   margin: 4px;
   height: 13px;
   border-radius: 0;
}

.owl-carousel span {
   background: #38356E !important;
   border: solid 1px #38356E !important;
   opacity: 1 !important;
}

.owl-carousel .active span {
   background: #ee5975 !important;
   border: solid 1px #ee5975 !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
   opacity: 1 !important;
}

.owl-prev, .owl-next {
   position: absolute;
   top: 50%;
   opacity: 1;
   transform: translateY(-100%);
   background-color: transparent !important;
}

.owl-prev img, .owl-next img {
   max-width: 40px;
}

@media (max-width: 1020px) {
   .owl-prev img, .owl-next img {
      max-width: 20px;
   }
}

.owl-prev {
   left: 0;
}

.owl-next {
   right: 0;
}

.container {
   max-width: 1000px;
   margin: auto;
   clear: both;
   overflow-x: hidden;
   padding-right: 70px;
   padding-left: 30px;
}

#owl-demo .description .container {
   padding-top: 5px;
   padding-bottom: 15px;
}

.description {
   background: rgba(0, 0, 0, 0.75);
   padding: 20px 20px;
   bottom: 0px;
   position: absolute;
   width: 100%;
}

div.description>div>h3 {
   color: #ee5975 !important;
   font-size: 34px !important;
   margin-bottom: 6px !important;
   line-height: 34px !important;
}

div.description>div>p {
   color: #fff;
}

.btn-slider {
   background: #38356E;
   border-radius: 0px;
   padding: 8px 12px;
   color: #fff !important;
   transition: background-color 0.5s ease;
}

.btn-slider:hover {
   background: #ee5975;
   color: #fff !important;
}

.pull-right {
   float: right !important;
}

.owl-carousel img {
   position: relative !important;
}

#owl-demo .item .image {
   min-height: 550px;
   background-position-x: center;
   background-size: cover;
   background-repeat: no-repeat;
   position: relative;
}

.owl-carousel .owl-stage {
   background-color: #000000;
}

.owl-carousel .owl-video-tn {
   min-height: 560px;
   background-size: cover !important;
}

.owl-carousel .item-video {
   min-height: 550px !important;
   height: 550px !important;
   position: relative;
}

.owl-carousel .item-video .overlay {
   /*height: 100%;
    width: 100%;
    position: absolute;
    top: 0;*/
}

.owl-carousel .item-video .video {
   height: 702px !important;
   background-color: black;
   top: -3px;
   position: relative;
}

.owl-carousel .item-video .video>iframe {
   min-height: 100%;
}

@media (max-width: 991px) {
   .owl-video-wrapper iframe {
      height: 497px;
      max-height: 507px;
   }
}

@media (max-width: 575px) {
   .owl-theme .owl-controls .owl-nav {
      display: none;
   }

   #owl-demo .description .container {
      padding-right: 40px;
      padding-left: 0;
   }

   #owl-demo .item .image,
   .owl-carousel .owl-video-tn {
      min-height: 340px;
      height: 340px;
   }

   .owl-carousel .item-video {
      min-height: 340px !important;
      height: 340px !important;
   }

   .owl-carousel .item-video .video {
      height: 340px !important;
   }

   .owl-video-wrapper {
      height: 287px !important;
   }

   .owl-video-wrapper iframe {
      height: 297px;
      max-height: 297px;
   }
}
