/**
 * Owl Carousel v2.3.0
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.news-nav,
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav,.news-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-],.news-nav [class*=news-] {
	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,.news-nav [class*=news-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.view-news .owl-nav .fa,.view-news .news-nav .fa{font-size: 1.5rem;}
.view-news .owl-nav [class*=owl-],.view-news .news-nav [class*=news-]{color:#8a999e;padding: 15px 22px 0;}
.view-news .owl-nav [class*=owl-]:hover,.view-news .news-nav [class*=news-]:hover{color:#ed008c;}
.front #fullpage .section-4 .view-all{left: 100px;bottom: 37px;z-index: 999999;}
.view-news .owl-nav .owl-next:after,.view-news .news-nav .news-next:after{
	position: relative;
	right: 52px;
	bottom: 3px;
	content: '|';
	color:#ccc;
}

.owl-theme .owl-nav .disabled,.news-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}

.view-news .owl-dots .owl-dot span{margin-top:50px;}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791
}
