.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;}
	
.owl-carousel .owl-item{
	float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{ width:18px; height:18px; background:#ffffff; border-radius:100%;  display:inline-block; margin-left:12px;
	cursor: pointer;}
.owl-controls .active { background:#3aaa68;}
.owl-controls .owl-page:hover {  background:#3aaa68;}
.owl-pagination{ max-width:1170px; width:100%; margin:0 auto; text-align: center;}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.body-container .wide-slider .owl-carousel .item .content .small { line-height:37px;
  font-size:37px;  font-family: 'OpenSansBold';
  color: #000; 
}
.body-container .wide-slider .owl-carousel .item .content .small .heading1{ color:#fff; font-size:37px; line-height:37px; background:#2c3544; padding:5px 20px;   font-family: 'OpenSansBold';}
.body-container .wide-slider .owl-carousel .item .content .small .heading2{  
  font-size:40px;  font-family: 'Lato';
  color: #000; font-weight:400; line-height:49px;}
.body-container .wide-slider .owl-carousel .item .content .small .heading2 .normal{ font-weight:300;  }
.body-container .wide-slider .owl-carousel .item .content .small .heading2 .bold{ font-weight:600; font-size:66px;  }
.grayc{ font-weight:700;}
@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .small {
    font-size: 30px;
    line-height: 40px;}
}
@media (max-width: 320px) {
  .body-container .wide-slider .owl-carousel .item .content .small { display:none; }
}


@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.owl-item.loading {
  background: url(../images/ajax.gif) no-repeat center center;
}
.body-container .wide-slider .owl-carousel .item img {

}
.body-container .wide-slider .owl-carousel .item .content {
  position: absolute;
  width: 100%;
  bottom:35%;
  z-index: 99;
}
.body-container .wide-slider .owl-carousel .item .content .small {
  margin: 0 0 0px 0; text-align:left; border-left:solid 4px #29192c; padding-left:30px; padding-bottom:7px;

}
@media (max-width: 480px) {
  .body-container .wide-slider .owl-carousel .item .content .small {
    display: none;
  }.fadeInDown-3{ display:none;}
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .large {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xlarge {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xlarge {
    display: none;
  }
}

@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xxlarge {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .med {
  font-family: 'Roboto', sans-serif;
  font-size: 22px; 
  color: #000;
  line-height: 20px;
  margin: 0 0 30px 0;
  text-transform:capitalize
}

@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .med {
    display: none;
  }
}

@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xmedium {
    display: none;
  }
}

@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .xsmall {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
  }
}
.body-container .wide-slider .owl-carousel .item .content .text-shadow {
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.body-container .wide-slider .owl-carousel .owl-controls {
  position: absolute; margin:0 auto;
  bottom: 7%;
  width: 100%;
}
@media (max-width:799px){
	.owl-prev{ display:none;}
	.owl-next{ display:none;}
	}
.body-container .wide-slider .owl-carousel .owl-controls .owl-prev { display:none;
  position: absolute;
  left: 0; bottom:50%;
  text-indent: -9999px;
  background:url(../../images/icons/ico-slider-arrow-left.png) no-repeat;
  width: 48px;
  height: 48px; 
  opacity: 0.6; 
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.body-container .wide-slider .owl-carousel .owl-controls .owl-prev:hover {
  opacity: 1;
}
.body-container .wide-slider .owl-carousel .owl-controls .owl-next { display:none;
  position: absolute;
  right: 0; bottom:50%;
  text-indent: -9999px;
  background:url(../../images/icons/ico-slider-arrow-right.png) no-repeat;
  width: 48px;
  height: 48px; 
  opacity: 0.6;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.body-container .wide-slider .owl-carousel .owl-controls .owl-next:hover {
  opacity: 1;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  top: auto;
  z-index: 999;
  text-align: center;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-buttons {
  
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-pagination {
  display: inline-block;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-pagination .owl-page {
  float: left;
  margin: 0 2px;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-pagination .owl-page span:after {
  font-family: fontawesome;
  content: "\f111";
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #f5f5f5;
}
.body-container .wide-slider.wide-slider-pagination.wide-slider-pagination-center .owl-controls {
  text-align: center;
}
.body-container .wide-slider.wide-slider-pagination.wide-slider-pagination-right .owl-controls {
  text-align: right;
}
.body-container .wide-slider.wide-slider-pagination.wide-slider-pagination-left .owl-controls {
  text-align: left;
  padding-left: 30px;
}
.body-container .wide-slider.wide-slider-pagination .item .content {
  position: absolute;
  bottom: 110px;
  left: 10%;
}
.body-container .wide-slider.wide-slider-pagination .item .content.content-inline {
  display: inline-block;
  width: auto;
}
@media (max-width: 1450px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: 110px;
  }
}
@media (max-width: 991px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: 70px;
  }
  
}
@media (max-width: 620px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: auto;
    top: 20px;
  }
}
.body-container .wide-slider.wide-slider-small .owl-controls {
  position: absolute;
  bottom: 20px !important;
  right: 30px !important;
  top: auto;
  z-index: 999;
}

.body-container .wide-slider.wide-slider-small .owl-controls .owl-pagination {
  display: block;
  float: right;
}
.body-container .wide-slider.wide-slider-small .owl-controls .owl-pagination .owl-page {
  float: left; 
  margin: 0 2px;
}
.body-container .wide-slider.wide-slider-small .owl-controls .owl-pagination .owl-page span:after {
  font-family: fontawesome;
  content: "\f111";
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #f5f5f5;
}
.body-container .wide-slider.wide-slider-small .item .content {
  left: 55px;
  bottom: 60px;
  width: 80%;
  max-width: 260px;
  text-align: center;
}
/* Product Slider */
.body-container .product-slider {
  min-height: 470px;
}
.body-container .product-slider.product-slider-small {
  min-height: 350px;
}
.body-container .product-slider.product-slider-no-buttons .owl-buttons {
  display: none;
}
.body-container .product-slider .owl-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.body-container .product-slider .owl-controls .owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 34px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid #c2c2c2;
}
.body-container .product-slider .owl-controls .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.body-container .product-slider .owl-controls .owl-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid #c2c2c2;
}
.body-container .product-slider .owl-controls .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.body-container .product-slider .owl-carousel .owl-item .product {
  margin-left: 10px;
  margin-right: 10px;
}
/* Default Slider */
.default-slider .owl-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.default-slider .owl-controls .owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 34px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.default-slider .owl-controls .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.default-slider .owl-controls .owl-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 0px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.default-slider .owl-controls .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
/* Custom Controls */
.owl-controls-custom {
  position: relative;
  display: inline-block;
}
.owl-controls-custom .owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 34px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.owl-controls-custom .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.owl-controls-custom .owl-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.owl-controls-custom .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}