.carousel-wrap {
   width: 100%;
   margin: auto;
   position: relative;
 }
 .owl-carousel .owl-item {
   padding: 20px;
 }
 .owl-carousel .owl-nav{
   overflow: hidden;
   height: 0px;
 }
.salesdiv .owl-carousel .owl-nav img{
   background-color: white;
   border-radius: 50px;
   width: 38px;
   height: 38px;
}
 .owl-theme .owl-dots .owl-dot.active span, 
 .owl-theme .owl-dots .owl-dot:hover span {
   background: #2caae1;
 }

.salesdiv .owl-carousel .item {
   text-align: center;
  width: auto !important;
 }


.salesdiv .owl-carousel .nav-btn{
   height: 26px;
   position: absolute;
   cursor: pointer;
   top: 74px;
 }

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
   pointer-events: none;
   opacity: 0.2;
 }

.salesdiv .owl-carousel .prev-slide{
left:0px; 
 }

.salesdiv .owl-carousel .next-slide{
  right:0px;
 }
.salesdiv .owl-carousel .prev-slide:hover{
 background-position: 0px -53px;
 }
.salesdiv .owl-carousel .next-slide:hover{
 background-position: -24px -53px;
 }

.salesdiv{
 text-align:center; 
 padding: auto;
 /* padding-bottom: 60px !important; */
}

.salescol{
 padding:20px 10px;
}

.sales{
 color:#333333;
 font-family:MuseoSans;
 font-size:60px;
 text-align:center;
 margin: 50px 0 2px 0; 
}

.subsalessec{
 color: #454545 ;
 font-family: Museo-300;
 font-size: 24px;
 text-align: center;
 }

.imagesales{
 height: auto;
 width: 144px !important;
 padding-bottom: 20px;
}

.items{
 text-align: center !important;
}

.salesname{
  color: #333333;
   font-family: MuseoSans-700;
   font-size: 18px;
   padding-bottom: 10px;
   font-weight: 600;
   display: inline;
   letter-spacing: 1px;
}

.salesdes{
 text-align:left;
 padding-left:12%;
 padding-top: 10px;
 margin: auto;
}

.salesdesitem a{
 color: #333333 !important;
}

.salesdesitem p{
  margin: 0 0 0;
}


.salesdescription{
  display: block;
  margin: auto;
  overflow: hidden;
}
.salesadd
{
 float:left;
 content:url("https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/location-icon.png");
 padding:2px 10px 0 0;
 width: auto !important;
 color:  #666666;
}

.salesmail
{
 float:left;
 content:url("https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/email-icon-2.png");
 padding-right:10px;
 width: auto !important;
 color:  #666666;
}

.salesphone {
 float:left;
 content:url("https://d5i0fhmkm8zzl.cloudfront.net/basic_page_content/phone-icon-2.png");
 padding-right:10px;
 width: auto !important;
 color:  #666666;
}

.salesdesitem {
 padding: 5px 0 5px 0;
 font-family: MuseoSans-300 !important;
 margin: auto 0;
 color: #333333;
}

.rowsalesname{
 color: #333333;
 font-family: Museo-500;
 font-size: 24px;
 padding-bottom: 10px;
 text-transform: uppercase;
}

.saleshr{
 height: 1px;
 background-color: #CCCCCC;
 margin: 60px 0 50px 0;
}

.owl-carousel .owl-item img {
 display: inline;
 margin: auto;
}
.salesdiv .carousel-wrap {
  margin-bottom: -40px !important;
}
@media (min-width:768px){
	.subsalessec{
		margin-bottom: -25px;
	}
}
@media (max-width:767px){
	
	.subsalessec{
		margin-bottom: -3px;
	}
 
 .rowsalesname{
   color: #333333;
   font-family: Museo-500;
   font-size: 22px;
   padding-bottom: 10px;
   text-transform: uppercase;
 }

 .saleshr {
   height: 1px;
   background-color: #CCCCCC;
   margin: 30px 0 30px 0;
}
.salesdiv .owl-carousel .owl-nav img{
  width: 30px;
  height: 30px;
}
 
}