.overlay {
	position:fixed;
	z-index:1;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(64,162,185,0.9);
}
#trigger-overlay {
	cursor:pointer;
	height:120Px;
	width:120px;
	overflow: hidden;
	border: none;
	background: url(../img/bntMenu.svg) no-repeat center center;
	background-size:100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	float:left;
}
.overlay .overlay-close {
	cursor:pointer;
	height:120Px;
	width:120px;
	position: absolute;
	Left: 0px;
	top: 0px;
	overflow: hidden;
	border: none;
	background:url(../img/close.svg) no-repeat center center;
	background-size:100%;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
/* Menu style */
.overlay nav {
	font-family: 'Open Sans Light', sans-serif;
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.overlay nav li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1.5em;
}
/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
/*General Accordion****************************************************************************/
/*Set style of open slide*/
.vertical {
	float: left;
	clear:both;
	width:75%;
	padding:0 12.5% 0em 12.5%;
}

.accordion section:target span {
	width:100%;
	display:none;
}
.accordion section:target span a {
	padding:0;
	display:none;
}
.accordion section:target p {
	display:block;
	

}
.accordion section span a {
	color:#fff;
	text-decoration:none;
	font-family: 'Open Sans Light', sans-serif;
	font-size:3em;
	line-height:1.6em;
	padding:0% 5% 0% 0%;
	text-align:right;
	width:85%;
	float:left;
	background:url(../img/btn-more.png) bottom right no-repeat;
}
/*set style of closed slide*/
.accordion section {
	clear: both;
	float: left;
	overflow:hidden;
	cursor:pointer;
	padding-bottom:5em;	
}
.accordion section:hover {
}
.accordion section p {
	display:none;
	font-family: 'Open Sans', sans-serif;
	font-size:1.25em;
	word-spacing:2px;
	letter-spacing:1px;
	width:87.5%;
	padding:0 12.5% 0 0%;
	line-height:1.5em;
	text-align:justify;
	padding-bottom:1em;
	float:left;
	clear:both;
	
}

.accordion section p strong{color:#41a4bc;
}
.accordion section:after {
	position:relative;
	
}
/*End General Accordion****************************************************************************/


/*Vertical Accordion *************************************************************************/
.vertical section {
	width:100%;
	height:auto;

}
/*Set height of the slide*/
.vertical :target {
	height:auto;
	width:100%;
	top:-55px;
}
.vertical section span {
}
 @media screen and (max-height: 30.5em) {
.overlay nav {
	height: 70%;
	font-size: 34px;
}
.overlay ul li {
	min-height: 34px;
}
}
