@charset "UTF-8";
/* CSS Document */



.CC1Pwrapper {
	width: 100%;
	height: 100%;
	background-color:#fff;
	background-size: auto;
	overflow: hidden;
}

#SlideOverlay {
	z-index: 11;
	alignment-baseline: baseline;
	width: 29.6%;
	height: 26%;
	position: absolute;
	top: 65.5%;
	right: 0;
	bottom: 0;
	left: 55%;
}
body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
a:focus {
	outline: none;
}
#panel {
	background-image: url(../Images/LMA/LMA1BOL-Down.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	/*background: #FFF;*/
	height: 75%;
	display: none;
}
.Overlay {
	margin: 0; 
	padding: 0;
	background: url(../Images/LMA/btn-slide.svg) no-repeat center top;
	background-size: 100%;
	height: 20%;
}
.btn-slider {
	/*background: url(../Images/CC/white-arrow.svg) no-repeat right -50px;*/
	text-align: center;
	width: 56%;
	height: 50%;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	color: #fff;
	text-decoration: none;
}
.OverlayActive {
	background: url(../Images/LMA/btn-slideACTIVE.svg) no-repeat center top;
	background-size: 100%;
	height: 20%;
}
/*.active {
	background-position: right 10px;
}*/