/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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 {
	position: absolute;
	top: 50%;
	right: 0;
    left: 0;
	margin-top: -20px;
}
.owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 0px;
	font-size: 28px;
	color: #000000;
	line-height: 0;
	cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-] span {
	display: block;
}
.owl-theme .owl-nav button.owl-prev {
	background-image: url(../images/owl-prev-round-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: -60px;
}
.owl-theme .owl-nav button.owl-next {
	background-image: url(../images/owl-next-round-blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: -60px;
}
.owl-theme .owl-nav .disabled {
	/*opacity: .5;
	cursor: default;*/
}
/*.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0px;
}*/
.owl-theme .owl-dots {
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
    width: auto;
    height: auto;
	margin: 0 7px;
	background: none;
	border-radius: 100%;
    transition: all 1s ease-out;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot:first-child {
	margin-left: 0;
}
.owl-theme .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 0 auto;
	background: #7BBD42;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 100%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #2C3178;
}


/* #Additional - Large Screens beyond 1366px
================================================== */
@media only screen and (min-width: 1180px) and (max-width: 1366px) {
.owl-theme .owl-nav { position: static; display: flex; justify-content: center; grid-gap: 30px; margin-top: 30px; }
.owl-theme .owl-nav [class*=owl-] { position: static; }
}

/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {
.owl-theme .owl-nav { position: static; display: flex; justify-content: center; grid-gap: 30px; margin-top: 30px; }
.owl-theme .owl-nav [class*=owl-] { position: static; }
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.owl-theme .owl-nav { position: static; display: flex; justify-content: center; grid-gap: 30px; margin-top: 30px; }
.owl-theme .owl-nav [class*=owl-] { position: static; }
}

/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
.owl-theme .owl-nav { position: static; display: flex; justify-content: center; grid-gap: 30px; margin-top: 30px; }
.owl-theme .owl-nav [class*=owl-] { position: static; }
}