/**
 * 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-news .owl-dots,
.owl-beachmajors-theme-news .owl-nav {
	text-align 						: center;
	-webkit-tap-highlight-color 	: transparent;
}

.owl-dots {
	position: absolute;
    left: 25%;
    right: 25%;
    bottom: -40px;
}

.owl-beachmajors-theme-news .owl-nav [class*=owl-] {
	font-size 						: 14px;
	padding 						: 4px 7px;
	display 						: inline-block;
	cursor 							: pointer;
	border-radius 					: 0px;
}

.owl-beachmajors-theme-news .owl-nav [class*=owl-]:hover {
	background 						: transparent;
	text-decoration 				: none;
}

.owl-beachmajors-theme-news .owl-nav .disabled {
	opacity 						: .5;
	cursor 							: default;
}

/* --- OWL NAVIGATION --- */
.owl-beachmajors-theme-news .owl-nav .owl-prev,
.owl-beachmajors-theme-news .owl-nav .owl-next {
    cursor 							: pointer;
    display 						: inline-block;
	padding 						: 0;
	font-size 						: 180px;
	width 							: 180px;
	height 							: 100%;
	line-height 					: 180px;
	top 							: 0;
	}

.owl-beachmajors-theme-news .owl-nav .owl-prev {
    position 						: absolute;
    left 							: -120px;
}

.owl-beachmajors-theme-news .owl-nav .owl-next {
    position 						: absolute;
    right 							: -120px;
}

.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left,
.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
	top 							: calc(50% - 90px);
	position 						: absolute;
}

.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left {
    left: 55px;
    transform: scale(2,5);
    font-weight: bold;   
}

.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
	right: 55px;
    transform: scale(2,5);
    font-weight: bold;   
}

.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left:before,
.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right:before {
	color 							: rgba(255,255,255,.5);
	-webkit-transition 				: all 0.2s ease-in-out 0s;
	-o-transition 					: all 0.2s ease-in-out 0s;
	transition 						: all 0.2s ease-in-out 0s;
}

.owl-beachmajors-theme-news .owl-nav [class*=owl-]:hover .icon-Arrow-Vertical-Left:before,
.owl-beachmajors-theme-news .owl-nav [class*=owl-]:hover .icon-Arrow-Vertical-Right:before {
	color 							: #FFFFFF;
}

@media all and (max-width:1400px){
	.owl-beachmajors-theme-news .owl-nav .owl-prev {
		left 							: 0px;
	}

	.owl-beachmajors-theme-news .owl-nav .owl-next {
		right 							: 0px;
	}
	
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left {
		left 							: 20px;
	}

	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		right 							: 20px;
	}	
}

@media all and (max-width:900px){
	.owl-beachmajors-theme-news .owl-nav .owl-prev,
	.owl-beachmajors-theme-news .owl-nav .owl-next {
		font-size 						: 90px;
		width 							: 90px;
	}

	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left,
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		top 							: calc(50% - 57px);
	}
}

@media all and (max-width:576px){
	.owl-beachmajors-theme-news .owl-nav .owl-prev,
	.owl-beachmajors-theme-news .owl-nav .owl-next {
		font-size 						: 50px;
		width 							: 50px;
	}
	
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left {
		left 							: 15px;
	}

	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		right 							: 15px;
	}

	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left,
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		top 							: 150px;
	}
}

@media all and (max-width:460px){
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left,
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		top 							: 110px;
	}
}

@media all and (max-width:400px){
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left,
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		top 							: 90px;
	}
}

@media all and (max-width:350px){
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left,
	.owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		top 							: 75px;
	}
}

/* --- OWL DOTS --- */
.owl-beachmajors-theme-news .owl-nav.disabled+.owl-dots {
	margin-top 						: 10px;
}


.owl-beachmajors-theme-news .owl-dots .owl-dot {
	display 						: inline-block;
	zoom 							: 1;
}

.owl-beachmajors-theme-news .owl-dots .owl-dot span {
	width 							: 8px;
	height 							: 8px;
	margin 							: 5px 7px;
	background 						: rgba(0,113,186,.2);
	display 						: block;
	-webkit-backface-visibility 	: visible;
	transition 						: opacity .2s ease;
	border-radius 					: 30px;
}

.owl-beachmajors-theme-news .owl-dots .owl-dot.active span,
.owl-beachmajors-theme-news .owl-dots .owl-dot:hover span {
	background 						: rgba(0,113,186,1);
}

.blue-slider .owl-beachmajors-theme-news .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;
}

.blue-slider .owl-beachmajors-theme-news .owl-dots .owl-dot.active span,
.blue-slider .owl-beachmajors-theme-news .owl-dots .owl-dot:hover span {
	background 						: rgba(255,255,255,1);
}


