/**
 * Stylesheet declaration for Owl Carousel - BEACHMAJORS STYLES
 *
 *
 * @url        /the-sport
 * @author     Tanja Almasy
 * @copyright  (c) 2018 ACTS Communication GmbH
 * @license    all rights reserved
 */

.owl-beachmajors-theme .owl-dots,
.owl-beachmajors-theme .owl-nav {
	text-align 						: center;
	-webkit-tap-highlight-color 	: transparent;
}

.owl-dots {
	position: absolute;
    left: 25%;
    right: 25%;
    bottom: -40px;
}


.owl-beachmajors-theme .owl-nav [class*=owl-] {
	color 							: #FFF;
	font-size 						: 14px;
	padding 						: 4px 7px;
	background 						: red;
	display 						: inline-block;
	cursor 							: pointer;
	border-radius 					: 3px;
}

.owl-beachmajors-theme .owl-nav [class*=owl-]:hover {
	background 						: #869791;
	color 							: #FFF;
	text-decoration 				: none;
}

.owl-beachmajors-theme .owl-nav .disabled {
	opacity 						: 1;
	cursor 							: default;
}

/* --- OWL NAVIGATION --- */
.owl-beachmajors-theme .owl-nav .owl-prev,
.owl-beachmajors-theme .owl-nav .owl-next {
    background 						: #FFFFFF;
    border-radius 					: 3px;
    color 							: #0071BA;
    cursor 							: pointer;
    display 						: inline-block;
	padding 						: 0;
	font-size 						: 33px;
	width 							: 56px;
	height 							: 56px;
	line-height 					: 56px;
}

.owl-beachmajors-theme .owl-nav .owl-prev:hover,
.owl-beachmajors-theme .owl-nav .owl-next:hover {
    background 						: #FFFFFF;
}

/* --- OWL DOTS --- */
.owl-beachmajors-theme .owl-nav.disabled+.owl-dots {
	margin-top 						: 10px;
}

.owl-beachmajors-theme .owl-dots .owl-dot {
	display 						: inline-block;
	zoom 							: 1;
}

.owl-beachmajors-theme .owl-dots .owl-dot span {
	width 							: 8px;
	height 							: 8px;
	margin 							: 5px 7px;
	background 						: rgba(255,255,255,.2);
	display 						: block;
	-webkit-backface-visibility 	: visible;
	transition 						: opacity .2s ease;
	border-radius 					: 30px;
}

.owl-beachmajors-theme .owl-dots .owl-dot.active span,
.owl-beachmajors-theme .owl-dots .owl-dot:hover span {
	background 						: #FFF;
}

