/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated, .owl-carousel-SCROLL .animated  {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background:#fff;
	margin-bottom:-5px;
	position:relative;
	
	
}
.owl-carousel .owl-animated-in  {
  z-index: 0;
}
.owl-carousel .owl-animated-out  {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel{
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */

  z-index: 1;
}
.owl-carousel .owl-stage, .owl-carousel-SCROLL .owl-stage{
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after, .owl-carousel-SCROLL  .owl-stage:after{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer, .owl-carousel-SCROLL  .owl-stage-outer{
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-repeat: no-repeat!important;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item,
.owl-carousel-SCROLL  .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item, 
.owl-carousel-SCROLL .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img,
.owl-carousel-SCROLL .owl-item img,{
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item,
.owl-carousel-SCROLL.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



/* MR*/

.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent; }
  
  
  .owl-theme .owl-nav [class*='owl-'] {
    color: #555;
    font-size: 25px;
    background: none;
    display: block;
    cursor: pointer;
	background-repeat: no-repeat!important;
  }
	
	
	
	

.owl-theme .owl-nav [class*='owl-']:hover {
      background:none;
      text-decoration: none; 
	  background-repeat: no-repeat!important;}

.owl-theme .owl-nav .disabled {
    opacity: 0;
    cursor: default; }


.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }


.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }


.owl-theme .owl-dots .owl-dot {
    display: inline-block; 
    zoom: 1;
    *display: inline; }



.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 10px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
	  
	  
	  
.btn.next, .btn.prev,
.owl-prev, .owl-next {
	background: none;
	width:48px;
	height: 200px;
	line-height: 200px;
	margin-top: 0px;
	text-shadow: 0 0 5px #fff;
	border: none;
	text-decoration: none;
	position: absolute;
	z-index: 88888888;
	top: 20%;
	background-size:25px;
	opacity:0.5;

}


.btn.next:hover, .btn.prev:hover,
.owl-next:hover, .owl-prev:hover {
	color: #672112;
	background:transparent;
	border:none;
	background-repeat: no-repeat;
	opacity:0.9;
}

.btn.next, .owl-next  {
	right: 0px;
	text-align: right;
	background-position: right center!important;
	background-image: url(/images/next.svg)!important;
	background-repeat: no-repeat;
	background-size:25px;
	
	}
.btn.prev, .owl-prev{
	left: 0px;text-align: left;background-position: left center!important; background-image: url(/images/prev.svg)!important;
	background-repeat: no-repeat;}
	
	
	
	.owl-carousel .item h2, .MAINBODY.owl-carousel .item h2 {
	text-align: center;
	margin-top: 5px;
	color: #069;
	text-transform: capitalize;
	padding:0;
}

.owl-theme .owl-dots .owl-dot.active span{
	background: #c60!important;
	opacity: 1;
}

.owl-theme .owl-dots .owl-dot{cursor: pointer;}

.owl-theme .owl-dots  {
	margin-top: -28px!important;
	position:absolute;    z-index: 99999999999999;
	width:30%;float:left;
	left:30%;
}


.owl-carousel {margin:0 auto!important;max-width:1600px!important;}
.owl-carousel .item {background-color: transparent!important; width:100%;margin:auto;max-width:1400px;min-height:100px;overflow:hidden;}
.owl-carousel .item img{max-width:100%!important;max-height:400px!important;margin:auto!important;}
.owl-carousel .item a{text-decoration:none;}
.owl-carousel .item p{
	font-size: 15px;
	text-align: left;
	margin: auto;
	letter-spacing: normal;
	color: #444!important;
	font-weight: normal;
	margin-top:10px;
}



h4.anim-heading{
	background: rgba(250,250,250, 0.3);
	padding:40px 0!important;margin:0;
	}
	
	
.owl-carousel .item h4{
	font-family: 'MyFontMed', Arial;
	font-size: 44px;
	width:35%;
	box-sizing: border-box;
	text-align: left;
	padding: 10px 3%!important;
	color: #03ab76!important;
	opacity: 0.9;
	position: absolute;
	top:5%;
	left:3%;
	margin:auto;
	letter-spacing: 1px;
	text-transform: none;
}


.owl-carousel .item h4 .anim-heading-second-line {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	margin: auto;
	margin-top:20px;
	box-sizing: border-box;
	text-align: left;
	color: #047763!important;
	opacity: 0.9;
	letter-spacing: normal;
	text-transform: none;
	display: block;
	clear: both;
	line-height: 24px;
	padding: 3px 0;
}

.activeBTN{display:block;color: #fff!important;background:#C60;border-radius:2px;line-height:37px;margin: 30px 0;padding:0px 12px;max-width:260px;text-align:center;letter-spacing: 1px;font-size: 19px;font-family: 'MyFontMed', Arial, serif;}

.activeBTN:hover{background-color: #B55A00;}

#heroAnim{
	height: auto;width:100%;
	border-bottom: 2px none #eee;
	overflow: hidden;
	-webkit-box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 999;
	}


#AnimHolder{margin:0 auto!important;max-width:1550px!important;margin-bottom:-5px;}




.owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav:hover [class*='owl-'] {background-size: 70% auto;}


@media(max-width:1280px){
.owl-carousel .item h4{width:44%;}	
.owl-carousel .item h4{font-size:35px;line-height: 1.2em!important;}
.owl-carousel .item h4 .anim-heading-second-line {font-size: 16px;}
.owl-carousel .item p{font-size:14px;line-height: 1.2em!important;}
}



@media(max-width:1023px){	
.owl-carousel .item h4{font-size:28px;}
.activeBTN{line-height:36px;margin: 10px 0 20px 0;padding:0px 5px;text-align:center;font-size:18px;}
.owl-theme .owl-dots  {display:none;}
}

@media (max-width: 801px){
.owl-carousel .item h4{width:55%;}
	}


@media(max-width:600px){	
.owl-carousel .item h4{width: 100%;position:static;}
.btn.next, .btn.prev,
.owl-prev, .owl-next {top: 5%;height: 100px;background-size:15px;opacity:0.5;}
.owl-carousel .item h4 .anim-heading-second-line {margin-top:5px;}


.owl-theme .owl-nav [class*='owl-'], .owl-theme .owl-nav:hover [class*='owl-'] {background-size: 50% auto;}

}

@media(max-width:460px){	

}