/* 
 *  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 */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* fix for link not working on mobile */
  z-index: 0;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;

}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;

}
.owl-carousel .owl-item a, .owl-carousel .owl-item img {
	/* fix for link not working on mobile */
	z-index: 3;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .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;
}
.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 {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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-flex .item-img{
	display: none;
}
#owl-carousel-flex .active .item-img{
	display: block;

}
#owl-carousel-flex .active .item-img img{
	max-width: 471px;
	max-height: 290px;
	margin: 0 auto;
}
#owl-carousel-flex .active .item-txt{
		text-align: left;
		width: 90%;
		margin: 0 auto;
}

#owl-carousel-flex .active .item-txt h2{
	margin: .5em 0 0.25em 0;
	font-weight: 200;
}
#owl-carousel-flex .active .item-txt h2 a{
	text-decoration: none;	
	color: rgb(24,69,59);
	font-weight: 200 !important;
}
#owl-carousel-flex .active .item-txt h2 a:hover{
	text-decoration: underline;
}
#owl-carousel-flex .active .item-txt p{
	margin: .15em 0 1em;
	font-weight: 200;
	line-height: 1.5em;
}

/*@media screen and (min-width:541px) {*/
@media screen and (min-width:614px) {
	#owl-carousel-flex .active .item-img img{
		max-width: 340px;
	}
	#owl-carousel-flex .active .item-txt{
/*		margin-left: 340px;*/
		margin-left: 50%;
		width: 46%;
	}
	#owl-carousel-flex .owl-item .item-img{
		width:50%;
		/*width: auto;*/
		float:left;
		max-height: 290px;
	}
	
	#owl-carousel-flex .active .item-txt{
		text-align: left;
		padding: 0 .5em;
/*		margin-left: 50%;
		width: 46%;*/
	}
	#owl-carousel-flex .active .item-txt h2{
		margin: 0 0 .25em 0;
	}
	#owl-carousel-flex .active .item-txt p{
		margin: .15em 0 0 0;
	}
	#owl-carousel-flex .active .item-txt h2{
		padding-top: .25em;
	}

}

@media screen and (min-width:665px) {
/*	#owl-carousel-flex .active .item-txt{
		margin-left: 51%;
		width: 46%;
	}*/
		#owl-carousel-flex .active .item-txt h2{
			padding-top: .5em;
		}
}

@media screen and (min-width:710px) {
	#owl-carousel-flex .active .item-txt{
		margin-left: 340px;
	}
}
@media screen and (min-width:767px) {
	#owl-carousel-flex .active .item-txt{
		margin-left: 347px;
	}
}

@media screen and (min-width:774px) {
	#owl-carousel-flex .active .item-img img{
		margin: 0;
	}		
/*	#owl-carousel-flex .active .item-txt {
	  margin-left: 51%;
	  width: 46%;
	}*/
	#owl-carousel-flex .active .item-txt{
		margin-left: 350px;
	}
	#owl-carousel-flex .owl-item .item-img{
		width: auto;
	}	
}
@media screen and (min-width:805px) {
	#owl-carousel-flex .active .item-txt{
		margin-left: 360px;
		padding: 1.2em 1em 1em 0;	
		/*width: auto;*/
	}	
	#owl-carousel-flex .active .item-txt h2{
		Padding-top: 0;
	}
}
@media screen and (min-width:1063px) {
	#owl-carousel-flex .active .item-img img{
		margin: 0;
	}
}