/*
*
*
* Style file Megawatts Creative Slideshow Plugin
*
*
*
*/

#slideshow .mwc-slider .bx-viewport {
	border: 0;
	left: 0;
	box-shadow: none;
	margin-bottom: 0;
}
#slideshow .bx-wrapper {
	margin-bottom: 0;
	
}
#slideshow .mwc-slider .slide {
	background-attachment: fixed;
	background-size: 100% auto;
	background-position: center center;
}
#slideshow .sitewidth {
	display: block;
	margin: 0 auto;
	float: none;
	clear: both;
	max-width: 1100px;
}
#slideshow .slide-text {
	padding-top: 50px;
	z-index: 99999;
	display: block;
	position: absolute;
}
#slideshow .slide-text strong {
	font-size: 60px;
	text-align: center;
	color: #222;
	font-weight: 500;
	font-family: 'Libre Franklin', Arial, sans-serif;
	text-shadow: 0 0 6px #fff;
}
#slideshow .slide-text p {
	text-align: center;
}

@media All and (min-width: 850px) {
	
	.slide-text .slide-link {
		text-align: center;	
	}
	.slide-text p {
		font-size: 32px;
		text-align: center;
		color: #222;
		margin-bottom: 0;	
	}
	.slide-text .slide-link a {
		display: inline-block;
		width: auto;
		float: none;
		clear: both;
		padding: 10px 20px;
		border-radius: 8px;
		text-align: center;
		background-color: #1CBFB9;
		color: #fff;
		font-size: 24px;
		
	}
	@keyframes slideUpTitle {
		0% { top: 50%; opacity: 0; }	
		100% { top: 35%; opacity: 1; }
	} 
}