.owl-carousel .galThumb {
    height: 78px;
    max-width: 175px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    transition: all 0.5s ease;
    text-align: left;
		background-repeat: no-repeat;
}

.owl-limited {
	text-align:center;
	display:block;
}

.owl-limited:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.owl-limited .sliderLogo {
	margin:auto;
	display:inline-block;
	max-width: 120px;
	vertical-align: top;
}

.owl-carousel .sliderLogoProd .galThumb {
    height: 130px;
    max-width: 130px;
}

.owl-limited .sliderLogo .sliderLogoProd {
	max-width: 80px;
}

.owl-limited.limited1 .sliderLogo {
	width: 100%;
	margin: 0 10px;
}
.owl-limited.limited2 .sliderLogo {
	width: 45%;
	margin: 0 10px;
}
.owl-limited.limited3 .sliderLogo {
	width: 30%;
	margin: 0 10px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: -5px;
	top: 70px;
}

.owl-carousel .owl-nav .owl-prev:before {
	font-family: revicons;
	content: "\e824";
	position: relative;
	left: -1px;
	top: 0px;
	color: white;
}

.owl-carousel .owl-nav .owl-next {
	right: -5px;
	top: 70px;
}

.owl-carousel .owl-nav .owl-next:before {
	font-family: revicons;
	content: "\e825";
	position: relative;
	left: 1px;
	top: 0px;
}

.owl-theme .owl-nav [class*=owl-] {
	border-radius: 5px;
	background-color: #ea2a2d;
}


@media (min-width: 992px) {
	
	#headMain.headerBarHlight .nav-pills>li>a {
			border-top: 5px solid transparent;
			padding-top: 5px;
			padding-bottom: 5px;
	}
	
	#headMain.headerBarHlight.hBarBtm .nav-pills>li.active>a, #headMain.headerBarHlight.hBarBtm .nav-pills>li.active>a:focus, #headMain.headerBarHlight.hBarBtm .nav-pills>li.active>a:hover, #headMain.headerBarHlight.hBarBtm .nav>li>a:focus, #headMain.headerBarHlight.hBarBtm .nav>li>a:hover, #headMain.headerBarHlight.hBarBtm .navMenuBtn {
			border-top: none;
			border-bottom: 3px solid #f79239;
	}
	
	#headMain.headerBarHlight.hBarBtm .nav-pills>li>a {
			border-top: none;
			border-bottom: 3px solid transparent;
	}
	
	#headMain .nav>li>a {
			font-size: 1.1rem;
			font-weight: bold;
			text-transform: uppercase;
	}
	
	#headMain .navoffset {
			left: 200px;
			min-width: 252px;
	}
	
}

@media screen and (max-width: 991px) {

	.bgTitleInner h1.text-left {
			max-width: 75%;
	}
	
}

@media (max-width:600px) {
	
	.bgTitleInner h1.text-left {
			max-width: 90%;
	}
	
}