.open-menu{
	display: none;
	position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 25, 0.9);
    padding-top: 10%;
}
.open-menu .section{
	color:#fff;
	text-align: center;
    padding:0% 6%;
	margin:0;
	height: 100%;
}
.open-menu .centerBlock-menu{
    position: absolute;
    top: 42.5%;
    left: 50%;
    transform: translate(-50%, -50%);
	text-transform: uppercase;
}
.open-menu .centerBlock-menu .title{
	font-size:1.05em;
	letter-spacing: 0.2px;
	transition: .4s;
	font-weight: 700;
	font-family: 'Montserrat';
}
.open-menu .section .centerBlock-menu .title:hover{
	cursor: pointer;
	text-decoration:none;
	font-size: 1.2em;
}
.open-menu .section .centerBlock-menu .title a:hover{
	cursor: pointer;
	text-decoration:none;
	font-size: 1.1em;
}
.open-menu .section ul{
	text-align: center;
	list-style: none;
}
.open-menu .section ul li.sub-title{
	display: block;
	transition: .7s;
}
.open-menu .section ul li{
	padding: 0em 0;
	letter-spacing: 2px;
	text-align: center;
}
.open-menu .section ul li.sub-title a{
	color:#fff;
	font-size: 0em;
	letter-spacing: 1px;
	transition: .7s;
	opacity: 0;
	/*display: none;*/
}
.open-menu .section ul li.title a{
	color:#fff;
	font-size: 0.95em;
	letter-spacing: 1px;
	word-break: keep-all;
}

/*CLICK*/
.open-menu .section{
	padding:0 4.5%;
	margin-top: 0%;
	transition: .7s;
}
.open-list{
	background: rgba(25, 25, 25, 0.95);
}
.open-list .section{
	padding:0 6% 0 6%;
}
.open-list .section-show{
	padding: 0 10%;
	/*margin-top: 1.5%;*/
	transition: .4s;
}
.open-list .section-show ul li{
	padding: 0.7em 0;
	transition: .7s;
}
.open-list .section-show ul li.sub-title a{
    font-size: 0.95em;
	opacity: 1;
	transition: .2s;
	display: block;
	transition-delay: .1s;
}
.open-list .section-show .centerBlock-menu{
    width: 100%;
}
.open-list .section-show .centerBlock-menu .title, .open-list .section-show .centerBlock-menu .title:hover{
	font-size:1.8em;
}
.navbar-base a.white{
	color:#fff;
}
.open-list .section-show .centerBlock-menu .line-hover{
	width: 100%;
}
.open-list .section-show .centerBlock-menu .title a:hover{
	font-size: 0.95em;
}

/*FIREFOX*/
.open-menu .section ul li.sub-title, x:-moz-any-link, x:default{
	height:0;
}
.open-menu .section.section-show ul li.sub-title, x:-moz-any-link, x:default{
	height:auto;
}
/*FIREFOX*/

/*LINEA*/
.line-hover{
	background: rgba(0, 132, 182, .8);
    width: 0%;
    height: 5px;
    top: 0px;
    position: relative;
    border-radius: 2px;
	transition: .7s;
}
.open-menu .section .centerBlock-menu .title a:hover .line-hover, .open-menu .section .centerBlock-menu .title:hover .line-hover{
    width: 100%;
}
.section-show .line-hover{
	display: none;
}

strong{
	font-family: 'Avenir-Black';
}
