/* MENIU FIX */
nav {
	position: fixed;
	z-index: 10000;
	background-color: #222;
	width: 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
}
nav ul {
	list-style: none;
	display: block;
	margin: auto;

	margin-bottom: 10px;
}
nav ul li{
	display: inline;
	margin-left: 20px;
}
nav ul li a{ 
	font-size: 1em !important ;
	text-transform: uppercase;
	color: #aaa;
	font-family: 'museo_sans500';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
nav ul li a:hover { 
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 0 4px #fff;
	text-shadow: 0 0 4px #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
li a.active {
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 0 4px #fff;
	text-shadow: 0 0 4px #fff;
}

.social_icon {
	height: 32px;
	width: 32px;
	margin: -5px 0;
	display: inline-block;
	border-radius: 32px;
}
.social_icon:hover {
	-webkit-box-shadow: 0 0 3px 2px #fff;
	box-shadow: 0 0 3px 2px #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav>li>a, .navbar-nav>li>a {
	padding: 0px !important;
	padding-top: 10px !important;
}

#tw{
	background-image: url('/img/tw.png');
}
#tw:hover{
	background-image: url('/img/twh.png');
}
#fb{
	background-image: url('/img/fb.png');
}
#fb:hover{
	background-image: url('/img/fbh.png');
}

/* LOGO */
#logo {
	position: fixed;
	z-index: 15000;

	width: 5%; 
}
a.scrollsections-menuitem.logo {
    margin-right: 100px;
}
.ct-ultimate-gdpr-container.container {
    padding-top: 2%;
}

/* a 8a PAGINA - contact */
#contact {
	background-color: #ddd;
	text-align: center;
	overflow: hidden;
}
#contact h3 {
	font-family: 'museo_sans500';
	margin-top: 5%;
}

.adresa {
	margin-bottom: 2%;
}
.adresa p {
	color: black;
	margin: 0px;
	text-align: center;  
}
.adresa em p{
	font-size: 1.17em;
}


#contact em {
	color: black;
	font-style: normal;
	font-family: 'miria-bold';
}
#contact a {
	text-decoration: none;
	color: black;
}
#contact a:hover{
	text-decoration: none;
	color: #777;
}

.numere{
	width: 183px;
	margin: auto;
}
.numere p{
	margin-bottom: 4px;
}
.numere a{
	float: right;
	font-family: 'miria';
}
.email {
	clear: both;
	padding: 1% 12px;
	margin-bottom: 2%;
}
.email p {
	text-align: center;
}
#map {
	margin: auto;
	height: 600px;
	width: 100%;
}
.harta .col-sm-12 {
	padding: 0px !important;
}
.col-sm-12.contactext {
    padding-top: 2%;
}