/* GOOGLE FONTS  **************************************************/

@import url(//fonts.googleapis.com/css?family=Montserrat);




/* NAVBAR  **************************************************/
nav .nav-container ul li span {
	font-family: Montserrat;
}
.default nav{
	font-family: Montserrat;
	background-color:#e6e6e6;
}
.default nav .nav-container ul li a:link{
	font-size:1em;
	color:#7e7e7e;
}
.default nav .nav-container ul li a:visited{
	font-size:1em;
	color:#7e7e7e;
}
.default nav .nav-container ul li a:hover{
	font-size:1em;
	color:#006464;
}
.mobile.default nav .nav-container{
	background-color:#e6e6e6;
	margin-top: 25px;
}

header {
	height: 50px;
	float: left;
	background-color:#006464;
}

a, a:link, a:visited, a:active, a:hover, a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none;
}
header a {
	width: 270px;
}
a {
	display: block;
	position: initial;
	width: auto;
}





/* FOOTER  **************************************************/

#footer{
	position:relative;
	clear:both;
	margin:auto;
	height:170px;
	text-align:center;
}

#footer-mobile{
	position:relative;
	clear:both;
	margin:auto;
	height:170px;
	text-align:center;
}

.vocifooter{
	position:relative;
	float:left;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	padding-top:0;
	margin-top:10px;
	border-left:1px solid #FFFFFF;
	font-size:10px;
	line-height:12px;
}

.vocifooter2{
	font-family: 'Montserrat', sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

@media (min-width: 1001px){

	#footer{width:100%}

	.vocifooter{
		width:138px;
		padding:4px;
		height: 124px;
	}

	.vocifooter a{
		font-size:10px;
	}

	.vocifooter a:hover, .vocifooter a.active {
		color: #f6ed01;
	}


	.vocifooter2{
		font-size:12px;
	}

	.vocifooter2 a:hover, .vocifooter2 a.active {
		color: #f6ed01;
	}

	#footer-mobile{display:none}

}

@media (min-width: 759px) and (max-width: 1000px) {

	#footer{width:90%}

	.vocifooter{
		width:88px;
		padding:2px;
	}

	.vocifooter a{
		font-size:9px;
	}

	.vocifooter a:hover, .vocifooter a.active {
		color: #f6ed01;
	}


	.vocifooter2{
		font-size:10px;
	}


	.vocifooter2 a:hover, .vocifooter2 a.active {
		color: #f6ed01;
	}


	#footer-mobile{display:none}

}

@media (min-width: 0px) and (max-width: 758px) {
	#footer{display:none}
	#footer-mobile{display:block}
}

/*
@media (min-width: 1018px)
{
	.vocifooter {
		line-height: 24px!Important;
	}
}    */      

