/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
	/*margin-top: 10px*/
}
.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}
.sliderRow .owl-carousel .owl-nav .owl-prev, .sliderRow .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: 25%;
	text-indent: -1000em;
	width: 20px;
	height: 34px;
}
.sliderRow .owl-carousel .owl-nav .owl-prev {
	left: 10%;
	background: url(/sites/phf/themes/phf/modules/custom/home_banners/img/btn-carouselLeft.png) no-repeat !important;
	background-size: 20px auto !important;
}
.sliderRow .owl-carousel .owl-nav .owl-next {
	right: 10%;
	background: url(/sites/phf/themes/phf/modules/custom/home_banners/img/btn-carouselRight.png) no-repeat !important;
	background-size: 20px auto !important;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}
.owl-theme .owl-dots {
	position: relative;
	z-index: 2;
	height: 31px;
	background: url(/sites/phf/themes/phf/modules/custom/home_banners/img/bg-dotNav.png) repeat-y center center;
	margin: -31px 0 0;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-theme .owl-dots .owl-dot span {
	/*width: 8px;
	height: 8px;*/
	width: 15px;
	height: 15px;
	margin: 8px 4px;
	/*background: #635d5e;*/
	background: url(/sites/phf/themes/phf/modules/custom/home_banners/img/btn-dotInactive.png) no-repeat;
	background-size: 15px 15px !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	/*border-radius: 30px*/
	border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	/*background: #1e22aa*/
	background: url(/sites/phf/themes/phf/modules/custom/home_banners/img/btn-dotActive.png) no-repeat;
}

@media (min-width:768px) {
.sliderRow .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	top: 46.5% !important;
}
.sliderRow .owl-carousel .owl-nav .owl-prev {
	left: 4% !important;
}
.sliderRow .owl-carousel .owl-nav .owl-next {
	right: 4% !important;
}
}
@media (min-width:992px) {
.sliderRow .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	top: 46.5% !important;
}
.sliderRow .owl-carousel .owl-nav .owl-prev {
	left: 4% !important;
}
.sliderRow .owl-carousel .owl-nav .owl-next {
	right: 4% !important;
}
}
@media (min-width:1200px) {
.sliderRow .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
	top: 46.5% !important;
}
.sliderRow .owl-carousel .owl-nav .owl-prev {
	left: 4% !important;
}
.sliderRow .owl-carousel .owl-nav .owl-next {
	right: 4% !important;
}
}
