:root{
    /*--theme-color: #653405;*/

}

.carousel-wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
	background:#ffffff;
}

.carousel-wrap-footer {
    width: 100%;
	height:100px;
    position: absolute;
	background:#ffffff;
	bottom:0;
	left:0;
	z-index:1000;
	clip-path: polygon(50% 51%, 100% 0, 100% 100%, 0 100%, 0 0);
}

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

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

.owl-carousel .item2 {
  position: relative;
  margin:0 10px 10px;
  z-index: 100;
  padding:2% 2px 2%;
  border-radius:5px;
  border:solid 1px #cccccc;

}

.owl-carousel .item .caption, .owl-carousel .item2 .caption{position:absolute; z-index:2000;
bottom:50%; left:0; right:0; 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 .caption1 > a{font-weight:bold; font-size:42px; font-family:'Arial-narrow'; color:#000000;  background:#f74f21; border:solid 7px #ffffff; border-radius:45px;text-transform:uppercase; padding-bottom:0; margin-bottom:0;
-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.22);
}

.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 > a, .owl-carousel .item2 .caption > span > a{
	color:#ffffff; text-decoration:none;
}

.owl-carousel .item2 .text{font-size:14px;}

.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;}

.owl-carousel .item2 h4 {padding-top:30px; font-size:20px;}
.owl-carousel .item2 h5 {font-size:14px; padding-top:15px;}


.owl-carousel .owl-item img {
	width:95%;
	height:200px;
}


.carousel-caption {
    position: absolute;
    left:6%;
    bottom: 40%;
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
	text-align:left;
	z-index:0;
}

.product-captionblock {
	opacity:0;
	position: absolute;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3a3b3d+0,232222+50,68c7ff+100&0.7+0,0.7+51,0.7+100 */
background: radial-gradient(ellipse at center,  rgba(58,59,61,0.7) 0%,rgba(35,34,34,0.7) 50%,rgba(36,37,38,0.7) 51%,rgba(104,199,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


	width:100%;
	height:100%;
	left:0; bottom:-100px;
	padding:5%;
	color: #fff;
	text-align:left;
	z-index:0;
}

.owl-carousel .item2:hover .product-captionblock {
	opacity:1;
	left:0; bottom:0;
	transition:ease all 0.5s;
}

.product-captionblock > h1 {
    position: absolute;
	color:#ffffff;
	left:0; bottom:0;
	padding:5%;
	font-size:16px;
}
.product-captionblock > h1 > a {color:#ffffff; text-decoration:none; 	width:100%;}

.carousel-caption > h2, .carousel-caption > h2 strong {
    font-size: 40px!important;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               4px 4px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: -10%;
    color: #cccccc;
    /* background: #f74f21; */
    padding: 0 10px;
}

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

.owl-nav .owl-prev {
  right: 50px;
  background:var(--theme-color);
}

.owl-nav .owl-next {
  right: 12px;
  background:var(--theme-color);
}

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

.carousel-wrap-footer {
   display:none;
}

.owl-carousel .owl-item img {
	height:auto;
}

.carousel-caption {
    position: absolute;
    bottom: 50%;
    left: 5%;
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align:left;
	z-index:0;
}

.carousel-caption > h2, .carousel-caption > h2 strong {
    font-size: 20px!important;
}

.carousel-caption > h3 {
    display:none;
}

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


.owl-carousel .item .caption1 > a {
    font-size: 28px;
    border: solid 7px #ffffff;
}

}

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

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


}

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

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