/* BEACH FACTS */

.widget97 {
	width					: 80%;
	background-image		: none;
	padding-top				: 70px;
	max-width: 1520px;
	margin: 0 auto;
}

@media all and (max-width:1520px) {
	.widget97 {
		width					: 100%;
		max-width: 100%;
	}
}

/* .em2021 .widget97 {
	background-image: radial-gradient(circle at bottom left, #00009F , var(--header_bg_color));
} */

.em2021.em_bg .widget97 {
	background-image		: none;
}

.widget97-headline {
	margin-left				: 100px;	
}

.widget97 .team_header {
	color					: var(--accent_bg_color);
}

#widget97-beach-facts {
	position 				: relative;
	z-index 				: 1;
	padding					: 0 100px;
}

@media all and (min-width:570px) {
	#widget97-beach-facts::before, #widget97-beach-facts::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100px;
		pointer-events: none;
		z-index: 2;
	}

	#widget97-beach-facts::before {
		left: 0;
		background: linear-gradient(to right, var(--home_bg_color), #FFFFFF00);
	}

	#widget97-beach-facts::after {
		right: 0;
		background: linear-gradient(to left, var(--home_bg_color), #FFFFFF00);
	}
}

#widget97-beach-facts .beach-facts-container {
	color 					: var(--home_text_color);
	padding 				: 50px 0;
	padding-top				: 10px;
	position 				: relative;
	z-index 				: 1;
}

/* --- FACTS CAROUSEL --- */

#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left {
    left					: 55px;
    transform				: scale(11,11.5);
    font-weight				: normal;   
}

#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
    right					: 55px;
    transform				: scale(11,11.5);
    font-weight				: normal;   
}

#widget97-beach-facts .owl-beachmajors-theme-news .owl-item {
	padding: 0px 10px;
}

#widget97-beach-facts .facts-carousel h2.heroes,
#widget97-modal .modal-content .heroes {
    font-family				: var(--home_teams_headline_font);
    font-size				: var(--home_teams_headline_font_size);
    line-height				: calc(var(--home_teams_headline_font_size) - 5px );
	padding-top				: 2px;
}

#widget97-beach-facts .facts-carousel h3,
#widget97-modal .modal-content .team_header {
	font-family				: var(--home_teams_headline_font);
	font-size				: var(--home_text_size);
    line-height				: calc(var(--home_text_size) + 12px);
	color					: var(--accent_bg_color);
}

@media all and (min-width:1920px) {
	#widget97-beach-facts .facts-carousel h2.heroes,
	#widget97-modal .modal-content .heroes {
		font-size				: var(--home_teams_headline_font_maxsize);
		line-height				: calc(var(--home_teams_headline_font_maxsize) - 5px );
	}

	#widget97-beach-facts .facts-carousel h3,
	#widget97-modal .modal-content .team_header {
		font-size				: var(--home_text_maxsize);
		line-height				: calc(var(--home_text_maxsize) + 12px );
	}
}

#widget97-beach-facts .block {
	display 				: flex;
	flex-wrap 				: wrap-reverse;
	justify-content			: center;
}

#widget97-beach-facts .block .right {
	/* ms-flex 				: 0 0 50%; */
	flex 					: 0 0 50%;
	max-width 				: 75%;
	/*padding 				: 150px 0;*/
	padding 				: 55px 0;
	z-index: 1;
}

#widget97-beach-facts .block .right img {
	max-width 				: 700px;
	margin-bottom: 10px;
	/* margin 					: 0 auto; */
}

#widget97-beach-facts .block .left {
	ms-flex 				: 0 0 41.6666667%;
	flex 					: 0 0 41.6666667%;
	/* max-width 			: 41.6666667%; */
	max-width 				: 28%;
	/* margin-left 			: 8.3333333%; */
	margin-left 			: 10%;
	margin-top				: 8%;	
    overflow				: hidden;
	padding-left			: 10px;
	z-index: 2;
	overflow: visible;
}

#widget97-beach-facts .block .left p {
	max-width 				: 80%;
}

#widget97-beach-facts .block .left p {
	color 					: var(--home_text_color);
	padding 				: 20px 0 20px 0;
}

#widget97-beach-facts .block .left h2 + p {
	padding 				: 40px 0 50px 0;
}

#widget97-beach-facts .block .left p.pre {
	color 					: rgba(255,255,255,.5);
}



#widget97-beach-facts .block .left .button {
	background			: transparent;
	border				: transparent;
	color				: var(--home_text_color);
	cursor				: pointer;
	margin-top			: 10px;
	/* display				: inline-block; */
	padding: 0px;
}

#widget97-beach-facts .button-open-mobile {
   display: none;
}

#widget97-beach-facts .accordion-container  {
	padding-top: 25px;
	max-height: 95%;
	background: transparent ;	
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
}

#widget97-beach-facts .accordion-container.fold-inactive {
	transition				: max-height 0.3s ease-in-out;
	max-height				: 260px;
	overflow				: hidden;
	font-family				: var(--heros_text_font);
    font-size				: var(--heros_text_size);
    line-height				: calc(var(--heros_text_size) + 2px );
	padding-top				: 2px;
}

@media all and (min-width:1920px) {
	#widget97-beach-facts .accordion-container.fold-inactive {
		font-size				: var(--heros_text_maxsize);
		line-height				: calc(var(--heros_text_maxsize) + 2px );
	}
}

#widget97-beach-facts .block .left .inactive {
	display: none;
}

#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .owl-prev {
	width: 10px;
}

#widget97-beach-facts .block .left .btn-style-2 {
	display 				: inline-flex;
	border-radius 			: 20px;
	border 					: 3px solid var(--secoundary_accent_color);
	color 					: var(--secoundary_accent_color);
	padding 				: 15px 30px 15px 30px;
	font 					: 600 25px/30px 'Raleway';
	text-align 				: center;
	margin 					: 0 auto;
	align-items 			: center;
}

#widget97-beach-facts .block .left .btn-style-2 span {
	margin-right 			: 15px;
	font-size 				: 35px;
}

#widget97-beach-facts .block .left .btn-style-2 span:before {
	color 					: rgba(255,255,255,.5);
}

#widget97-beach-facts .block .left .btn-style-2:hover {
	background 				: rgba(255,255,255,.5);
	color 					: rgba(255,255,255,1);
	border 					: 3px solid rgba(255,255,255,1);
}

#widget97-beach-facts .block .left .btn-style-2:hover span:before {
	color 					: rgba(255,255,255,1);
}

#widget97-beach-facts .facts-carousel .owl-nav .owl-prev {
	
	left: -80px;
	
}
#widget97-beach-facts .facts-carousel .owl-nav .owl-next {
	
	right:-80px;
	
}
#widget97-beach-facts .facts-carousel .owl-stage-outer {	
	overflow: visible;	
}
#widget97-beach-facts {	
	overflow: hidden;
}



@media all and (max-width:1300px) {
	#widget97-beach-facts .block .left h2 + p {
		padding 			: 20px 0 15px 0;
	}
}

@media all and (max-width:1300px) {
	#widget97-beach-facts .block .left {
		ms-flex 			: 0 0 50%;
		flex 				: 0 0 50%;
		max-width 			: 50%;
		margin-left 		: 0%;
		margin-top			: 2%;
	}

	#widget97-beach-facts .block .left p {
		max-width 			: 95%;
	}

	#widget97-beach-facts .block .right {
		padding-right 		: 0px;
		display: flex;
    	justify-content: center;
	}
}

@media all and (max-width:1050px) {
	#widget97-beach-facts .facts-carousel {
		padding 			: 50px 0;
		padding-top			: 0px;
	}

	#widget97-beach-facts .block .left,
	#widget97-beach-facts .block .right {
		ms-flex 				: 0 0 100%;
		flex 					: 0 0 100%;
		max-width 				: 100%;
		margin-left 			: 0%;
		padding					: 0px 0 0 2px;
	}

	#widget97-beach-facts .block .left p {
		max-width 				: 100%;
	}

	#widget97-beach-facts .block .right {
		padding 				: 50px 0 0 0;
	}
}
@media all and (max-width:570px) {
	#widget97-beach-facts .owl-item {
		/*background-color: green;*/
		padding					: 0 50px;
	}

	#widget97-beach-facts .beach-facts-container {
		padding 				: 10px 0;
	}

	#widget97-beach-facts {
		padding					: 0;
	}

	#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .owl-prev {
		left					: 0;
		top						: 15%;
		
	} 

	#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .owl-next {
		right: 0;
		top: 15%;
	}

	#widget97-beach-facts .accordion-container.fold-inactive {
		max-height: 120px;
		padding-top: 15px;
	}
}

@media all and (max-width:1300px) {
	#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left {
		left					: 35px;
		width: 10px;
	}
}

@media all and (max-width:1000px) {
	#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Left {
		left					: 5px;
		transform				: scale(6,5.5);
		font-weight				: normal;   
	}
}

@media all and (max-width:1300px) {
	#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		right					: 35px;
		width: 10px;
	}
}

@media all and (max-width:1000px) {
	#widget97-beach-facts .owl-beachmajors-theme-news .owl-nav .icon-Arrow-Vertical-Right {
		right					: 5px;
		transform				: scale(6,5.5);
		font-weight				: normal;   
	}
}

@media all and (max-width:1000px) {
	#widget97-beach-facts .button-open-mobile {
		display					: inline-block;
	}
}

@media all and (max-width:1000px) {
	#widget97-beach-facts .button-open,
	#widget97-beach-facts .button-close {
		display					: none;
	}
}

/* MODAL */

#widget97-modal .modal-content{	
	max-width					: 700px;
	background					: var(--secoundary_bg_color);
	border						: 2px solid var(--home_bg_color);
	border-radius				: 20px;
	padding						: 15px 26px;
	position					: relative;
}

#widget97-modal .modal-content .heroes{	
	padding-bottom				: 20px;
}

#widget97-modal .modal-content .close-btn{	
	position					: absolute;
	color						: var(--home_bg_color);
	transform					: scale(2);
	top							: 20px;
	right						: 20px;
}
