@import url(https://fonts.googleapis.com/css?family=Vollkorn|Roboto);

.toggle-button {
    position: absolute;
    top: 15px;
    padding: 9px 10px;
    margin: 8px 15px 8px 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 1000;
}

.toggle-button:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.bar {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: margin .13s ease-out .23s, opacity .13s ease-out .23s, -webkit-transform .13s ease-out, background .14s linear;
    -moz-transition: margin .13s ease-out .23s, opacity .13s ease-out .23s, -moz-transform .13s ease-out, background .14s linear;
    -ms-transition: margin .13s ease-out .23s, opacity .13s ease-out .23s, -ms-transform .13s ease-out, background .14s linear;
    transition: margin .13s ease-out .23s, opacity .13s ease-out .23s, transform .13s ease-out, background .14s linear;
}

/*.bar {*/
/*background-color: #ff5252;*/
/*display: block;*/
/*width: 100%;*/
/*height: 5px;*/
/*border: 0;*/
/*-webkit-transition: all .35s ease;*/
/*transition: all .35s ease;*/
/*}*/

.bar + .bar {
    margin-top: 4px;
}

.middle {
    top: 13px;
}

.bottom {
    top: 22px;
}

.toggle-button:hover {
    opacity: .7;
}

.toggle-active .bar {
    background-color: #fff;
}

.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}

.toggle-active .middle {
    opacity: 0;
}

.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    /*background-image: linear-gradient(120deg, #000 0%, #000 100%);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .20s, visibility .20s, height .20s;
    z-index: 999;
    overflow-y: auto;
}

.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.navbar-header-overlay {
    float: right;
}

nav .brand-logo {
    z-index: 900;
}

.overlay ul.mainNavList {
    display: block;
    position: relative;
    top: 100px;
    left: 0;
    font-size: 55px;
    text-align: center;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    font-weight: 900;
    margin-bottom: 40px;
    width: 100%;
    letter-spacing: -5px;
}

.overlay ul.mainNavList > li {
    display: block;
    text-align: left;
    margin-left: 35%;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 100%;
    -webkit-transform-origin: 40% 40%;
    -ms-transform-origin: 40% 40%;
    transform-origin: 40% 40%;
}

.overlay ul.mainNavList > li:hover {
    background: transparent;
}

.overlay ul.mainNavList > li a {
    color: #fff;
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    /* position: relative; */
    left: 50%;
    /* margin-left: -297px; */
    white-space: nowrap;
    /*-webkit-transition: opacity .1s linear;*/
    /*-moz-transition: opacity .1s linear;*/
    /*-ms-transition: opacity .1s linear;*/
    /*transition: opacity .1s linear;*/
    letter-spacing: normal;
    font-size: 100% !important;
    background: transparent;
}

.overlay ul.mainNavList > li a:hover {
    color: #657b83;
}

.overlay ul.dropdown-content {
    top: 80px;
    background: transparent;
    max-height: none;
    box-shadow: none;
}

.overlay ul.dropdown-content > li {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 10px;
}

.overlay ul.dropdown-content > li:hover {
    background: transparent;
}

.overlay ul.dropdown-content > li a {
    line-height: normal;
    display: inline-block;
    /* position: relative; */
    left: 50%;
    margin-left: 70px;
    white-space: nowrap;
    color: #fff;
    /*-webkit-transition: opacity .1s linear;*/
    /*-moz-transition: opacity .1s linear;*/
    /*-ms-transition: opacity .1s linear;*/
    /*transition: opacity .1s linear;*/
    letter-spacing: normal;
    font-size: 22px !important;
    padding: 0px;
    background: transparent;
}

.overlay ul.dropdown-content > li a img {
    width: 50px;
    margin-right: 10px;
}

.overlay ul.dropdown-content > li a:hover {
    color: #657b83;
}
/*
.giu {
    display: none;
}*/

[id^="menu-lingue"].hidden {
    visibility: hidden;
}

[id^="menu-lingue"] {
    position: relative;
    z-index: 1000;
    margin-left: -85px;
    margin-top: 9px;
}

[id^="menu-lingue"] a {
    padding: 0 5px;
}

[id^="menu-lingue"] a img {
    width: 25px;
}

.footer h5 a, .footer h5 a:hover {
    color: white;
    text-transform: uppercase;
}

.business_view {
    max-width: 150px !important;
    position: initial !important;
    top: 10px !important;
    right: -180px !important;;
}

.open .dropdown-content {
    position: static !important;
}

@media screen and (max-width: 479px) {
	.overlay ul.mainNavList > li{
		margin-left:5%;	
	}
	.overlay ul.mainNavList > li a{
		font-size:50px!important;
	}
	.overlay ul.dropdown-content > li a{
		margin-left: 20px;
		font-size: 18px !important;
	}
}