/*HEADER*/

.header {
	position: absolute;
    width: 100%;
    z-index: 300;
    top: 0;
    left: 0;
}

.site_header_bottom {
	position: relative;
	height: 220px;
}

.site_header_bottom_inside {
	position: relative;
	height: 220px;
}

a.logo {
	display: block;
	position: absolute;
	top:30px;
	left:0;
	width:160px;
	height: 160px;
    background-image: url("../img/Logo_La_Tartufaia.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}

.navigation {
    display: block;
    position: relative;
	text-align: right;
	height: inherit;
	z-index: 1;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    display: inline-block;
	position: relative;
    padding: 0;
	margin-left: 20px;
    vertical-align: middle;
}

.navigation ul li.dropdown ul li:first-of-type {
	float:none;
}

a.nav_a_main {
    position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:16px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: 0.01em; 
    padding: 100px 0;
	transition: color 0.3s;
}

a.nav_a_main:hover {
	color: #fff;
}

a.nav_a_main::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 95px;
    left: 0%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scale(0,1);
    transition: all 0.3s;
    transform-origin: top;
}

a.nav_a_main:hover::after {
	transform: scale(1,1);
}

a.nav_a_main.active::after {
	transform: scale(1,1);
}

/*END HEADER*/

/*MENU OPEN*/

.open_nav i {
	font-size:9px;
	vertical-align: middle;
	margin-right: 5px;
}

.nav_open {
	position: absolute;
	top:90%;
	left:50%;
	width:300px;
	margin-left: -150px;
	padding: 35px 50px;
	border: 1px solid #eca977;
    background-color: #2a2c2d;
	text-align: left;
	display: none;
}

.navigation ul li .nav_open ul li {
	display: block;
	width:100%;
	border-bottom: 1px solid #eca977;
	transition: all 0.3s;
	margin: 0;
	margin-bottom: 15px;
}

.navigation ul li .nav_open ul li:last-of-type {
	margin-bottom: 0;
}

a.nav_a_open {
    position: relative;
	display: block;
	font-family: 'Oswald', sans-serif;
	color:#fff;
	font-size:16px;
	line-height: 16px;
	font-weight: 300;
	letter-spacing: 0.03em; 
    padding-bottom: 15px;
	transition: color 0.3s;
}

.dropdown:hover .nav_open {
	display: block;
}

a.nav_a_open:hover {
	color: #eca977;
}



/*.dropdown:hover .open_nav i {
	transform: rotate(45deg);
}*/



/*END MENU OPEN*/

/* MENU MOBILE */

.hamburger {
	position: absolute;
    width: 38px;
    height: 38px;
    top: 50%;
    right: 0;
    cursor: pointer;
    transform: translate(0,-50%);
    display: none;
    z-index: 1001;
	background-color: #e5ded7;
	border-radius:50%;
}

.hamburgericon {
	position: absolute;
	width: 15px;
    height: 12px;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}

.hamburger span {
	position: absolute;
	width: 100%;
	height: 1px;
	border: none;
	top: 0;
	left: 0;
	background: #575656;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger span.middle {
	top: 50%;
    margin-top: -1px;
}

.hamburger span.bottom {
	top: auto;
    bottom: 1px;
	width: 80%;
}

.openMenu .hamburger .top {
	-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
	transform: translateY(5px) translateX(0) rotate(45deg);
	left:0;
}

.openMenu .hamburger .middle {
	opacity: 0;
}

.openMenu .hamburger .bottom {
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	transform: translateY(-5px) translateX(0) rotate(-45deg);
	left:0;
	width: 100%;
}

.nav_mobile  {
	display: none;
	width: 240px;
    position: absolute;
    z-index: 1002;
	top: 110px;
    right: 30px;
    padding: 20px 20px;
    background-color: #e5ded7;
	border: 1px solid #d3c7bc;
}


.nav_mobile li {
    display: block;
	width:100%;
	border-bottom: 1px solid #d3c7bc;
	transition: all 0.3s;
	margin: 0;
	margin-bottom: 5px;
    color: #575656;
}

.nav_mobile li:first-of-type {
	margin-top: 5px;
}

.nav_mobile a {
	position: relative;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    color: #575656;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0.03em;
    padding-bottom: 10px;
    margin: 0;
}

.nav_mobile a:hover {
    color: #575656;
}



.nav_mobile li.active a {
    text-decoration: none;
    color: #fff;
}

.openMenu .nav_mobile  {
	display: block;
	/*transition-delay: 0.5s;
	transform: translate(100%,0);*/
}

/*.openMenu #main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	overflow: scroll;
}*/

/* END MENU MOBILE */


/*INSIDE_NOIMAGE*/

.inside_noimage .header {
	background-color: #e5ded7;
}

.inside_noimage, .inside_noimage a.nav_a_main {
	color:#575656;
}

.inside_noimage a.nav_a_main:hover {
	color: #575656;
}

.inside_noimage a.nav_a_main::after {
    background-color: #575656;
}





