.carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
	background:#ffffff;
	box-shadow: rgba(0, 0, 0, 0.95) 0px 25px 20px -20px;
}

.carousel-wrap2 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item, .owl-carousel2 .item {
  position: relative;
  margin:0;
  z-index: 100; 
}

.owl-carousel .item2 {
  position: relative;
  margin:10px auto;
  z-index: 100;
  padding:10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


-webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.43);
-moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.43);
box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.43);
}

.owl-carousel .item .caption, .owl-carousel .item2 .caption{position:absolute; z-index:2000;
bottom:40%; left:30px; text-align:center;}

.owl-carousel .item .caption > h1, .owl-carousel .item2 .caption > h1{
font-weight:bold; font-size:52px; font-family:'Arial-narrow'; color:#000000; text-transform:uppercase; padding-bottom:0; margin-bottom:0;
}

.owl-carousel .item .caption > h1:after, .owl-carousel .item2 .caption > h1:after{display:none;}

.owl-carousel .item .caption > h5, .owl-carousel .item2 .caption > h5{
font-size:30px; font-family:'Dancing Script'; color:#000000; padding-bottom:20px;
}

.owl-carousel .item .caption > span, .owl-carousel .item2 .caption > span{
background:#521e0c; padding:10px; border-radius:20px; color:#ffffff; font-size:16px; text-transform:uppercase;
}

.owl-carousel .item .caption > span > a, .owl-carousel .item2 .caption > span > a{
	color:#ffffff; text-decoration:none;
}


.owl-carousel .item > .img, .owl-carousel .item2 > .img{width:100%; height:auto;}
.owl-carousel .item > .img2, .owl-carousel .item2 > .img2{width:95%; height:250px; margin:0 auto;}
.owl-carousel .item > span, .owl-carousel .item2 > span {display:block; text-align:justify; font-size:18px; padding:70px 80px 70px 60px;}
.owl-carousel .item > span:before, .owl-carousel .item2 > span:before {content:""; padding:50px 50px; background:url(../images/quote.png) no-repeat left top;}

.owl-carousel .item > span > h1, .owl-carousel .item2 > span > h1{font-size:22px; font-family:arial; font-weight:bold; text-align:right;}

.owl-carousel .item > img, .owl-carousel .item2 > img{width:180px; height:362px; margin:0 auto;}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 40%;
  color: #ffffff;
}

.owl-nav i {
  font-size: 62px!important;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

@media (max-width: 800px) {
.carousel-wrap {
    margin: 0 auto 20px;
}

.owl-nav > div {
  margin-top: -26px;
  top: 80%;
}

.owl-nav .owl-prev {
  left: 80%;
}

.owl-nav i {
  font-size: 29px!important;
}

}

@media (max-width: 580px) {		
.owl-carousel .item > .img2, .owl-carousel .item2 > .img2{width:100%; height:260px; margin:0 auto;}
}

@media (max-width: 580px) {

.owl-carousel .item .caption, .owl-carousel .item2 .caption{position:absolute; z-index:2000;
bottom:25%; left:20px; text-align:left;}

.owl-carousel .item .caption > h1, .owl-carousel .item2 .caption > h1{
font-weight:bold; font-size:20px; font-family:'Arial-narrow'; color:#000000; text-transform:uppercase; padding-bottom:0; margin-bottom:0;
}
.owl-carousel .item .caption > h5, .owl-carousel .item2 .caption > h5{
display:none;
}

.owl-carousel .item .caption > span, .owl-carousel .item2 .caption > span{
padding:5px 15px; border-radius:20px; color:#ffffff; font-size:12px; text-transform:uppercase;
}

}

@media (max-width: 450px) {

.owl-nav .owl-prev {
  left: 75%;
}
}