/* F - da 1600px in poi */

header {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	z-index:3000;
	background-color:rgba(255,255,255,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header_top {
	height:80px;
	background-color:rgba(240,240,240,1);
}
.navigation {
	position:relative;
	width:1600px;
	max-width:100%;
	height:inherit;
	padding:0px 20px;
	margin:0px auto;
}
.nav_button {
    display: none;
}
.logo_nav {
	position: absolute;
	top:0px;
	width:320px;
	height:100px;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	background-image:url(../images/logo-verdeblu-travel.png);
	image-rendering:auto;
	z-index: 200;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo_nav_top {
	top:14px;
	height:52px;
}
nav {
	position: relative;
	top:30px;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	z-index: 100;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav_top {
	top:20px;
}
nav ul {
	position: relative;
	float:right;
	width: auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
nav ul.nav_left {
	float:right;
	right:50%;
	margin-right:120px;
}
nav ul.nav_right {
	float:left;
	left:50%;
	margin-left:120px;
}
nav ul.nav_left_top {
	margin-right:100px;
}
nav ul.nav_right_top {
	margin-left:100px;
}
nav ul li {
	position: relative;
	float:left;
	list-style-type: none;
	margin:0px 10px;
}
nav ul li a {
	position: relative;
	display: block;
	width: auto;
	padding:0px 15px;
	font-family: bio_sanssemibold;
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	color:rgba(0,0,0,1);
	border-style:solid;
	border-width:0px;
	border-color:transparent;
	background-color:transparent;
}
nav ul li .a_top {
}
nav ul li a:hover {
	border-color:transparent;
	color:rgba(255,255,255,1);
	background-color:rgba(3,195,219,1);
}
nav ul li a:before {
    position: absolute;
    content: "";
    left: 50%;
	right: 50%;
	bottom: 0px;
	height: 2px;
	background-color:rgba(0,0,0,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:none;
}
nav ul li a:hover:before {
	left: 0%;
	right: 0%;
}
nav ul li.active {
}
nav ul li.active a, nav ul li.active a:hover {
	border-color:transparent;
	color:rgba(255,255,255,1);
	background-color:rgba(134,198,20,1);
}
nav ul li.active a:before {
	left: 40%;
	right: 40%;

}
.info_bar {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	padding:0px 20px;
	z-index: 1000;
}
.info_bar > .inner {
	position:relative;
}
.info {
	position:relative;
	float:right;
}
.info > .inner {
	position:relative;
}
.info .icon_info {
	position:relative;
	float:left;
	line-height:50px;
	margin-left:10px;
	margin-right:10px;
	font-size: 20px;
	color:rgba(215,90,105,1);
}
.info .txt_info {
	position:relative;
	float:left;
	line-height:50px;
	margin-right:20px;
	font-family: source_sans_proregular;
	font-size:16px;
	letter-spacing: 0px;
	color:rgba(0,0,0,1);
}
.info a {
	position:relative;
	font-family: robotolight;
}
.info a:hover .txt_info {
}
.flag {
	position:relative;
	float:right;
	margin:0px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flag > .inner {
	position:relative;
}
.flag .my_flag {
	position:relative;
	float:left;
	width:50px;
	height:40px;
	margin:0px 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.flag .my_flag.it {
	background-image: url(../images/it.png);
}
.flag .my_flag.en {
	background-image: url(../images/en.png);
}
.flag .my_flag.de {
	background-image: url(../images/de.png);
}
.flag .my_flag:hover {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
}
.flag .selected {
	opacity:0.4;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.social {
	position:relative;
	float:right;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social > .inner {
	position:relative;
}
.social .icon_social {
	position:relative;
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	margin:0px 5px;
	text-align:center;
	font-size: 30px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.my_facebook {
	color:#1877f2;
}
.my_instagram {
	color:#e1306c;
}
.my_pinterest {
	color:#e60023;
}
.my_whatsapp {
	color:#25d366;
}
.my_email {
	color:#0094d9;
}
.my_youtube {
}

.social .icon_social:hover {
	font-size: 24px;
	color:rgba(255,255,255,1);
}

.my_facebook:hover {
	background-color:#1877f2;
}
.my_instagram:hover {
	background-color:#e1306c;
}
.my_pinterest:hover {
	background-color:#e60023;
}
.my_whatsapp:hover {
	background-color:#25d366;
}
.my_email:hover {
	background-color:#0094d9;
}
.my_youtube:hover {
}




@media (min-width: 1400px) and (max-width: 1599px) { /* E - da 1400px a 1599px */

header {
}
.header_top {
}
.logo_nav {
}
.logo_nav_top {
}
nav {
}
nav ul li {
}
nav ul li a {
}
.social .icon_social, .flag .my_flag {
}

}

@media (min-width: 1200px) and (max-width: 1399px) { /* D - da 1200px a 1399px */

header {
}
.header_top {
}
.logo_nav {
	width:300px;
}
.logo_nav_top {
}
nav {
}
.nav_top {
}
nav ul li {
}
nav ul li a {
}
.social .icon_social, .flag .my_flag {
}

}

@media (min-width: 1025px) and (max-width: 1199px) { /* C - da 1025px a 1199px */

header {
	height:80px;
}
.header_top {
}
.logo_nav {
	top:15px;
	height:50px;
}
.logo_nav_top {
	top:15px;
	height:50px;
}
nav {
	top:20px;
}
.nav_top {
	top:20px;
}
nav ul li {
	margin:0px 8px;
}
nav ul li a {
	padding:0px 10px;
}
.social .icon_social, .flag .my_flag {
}

}

@media (min-width: 768px) and (max-width: 1024px) { /* B - TABLET da 768px a 1024px */

header {
	height:80px;
}
.header_top {
	height:80px;
}
.nav_button {
	position: absolute;
	top:10px;
	right:20px;
	display: block;
	width:60px;
	height:60px;
	line-height:60px !important;
	font-size: 34px;
	color:rgba(0,0,0,1);
	cursor: pointer;
	z-index:2000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.logo_nav {
	top:15px;
	height:50px;
}
.logo_nav_top {
	top:15px;
	height:50px;
}
.info_bar {
	display:none;
	position:absolute;
	top:100px;
	left:0px;
	padding:0px;
	z-index:3000;
}
.flag, .social {
	float:none;
	margin:30px 0px;
}
.flag > .inner, .social > .inner {
	display:inline-block;
	vertical-align:top;
}
nav {
	display:none;
	top:80px;
	left:0px;
	height:100vh;
	padding-top:20px;
	background-color:rgba(3,195,219,1);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.nav_top {
	top:80px;
}
nav ul {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin-right:0px;
	margin-bottom:150px;
}
nav ul li {
	float:none;
	margin:10px 0px;
}
nav ul li a {
	padding:0px 20px;
	font-size: 17px;
	color:rgba(255,255,255,1);
}
/* Scroll navigation */
nav {
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	bottom: 0px;
}
nav::-webkit-scrollbar { 
	display: none;
}
/* Fine  */

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) { /* B - TABLET VERTICALE da 768px a 1024px */
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) { /* B - TABLET ORIZZONTALE da 768px a 1024px */
}

@media (max-width: 767px) { /* A - SMARTPHONE da 0px a 767px */

header {
	height:70px;
}
.header_top {
	height:70px;
}
.nav_button {
	position: absolute;
	top:10px;
	right:10px;
	display: block;
	width:50px;
	height:50px;
	line-height:50px !important;
	font-size: 30px;
	color:rgba(0,0,0,1);
	cursor: pointer;
	z-index:2000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.logo_nav {
	top:15px;
	height:40px;
}
.logo_nav_top {
	top:15px;
	height:40px;
}
.info_bar {
	display:none;
	position:absolute;
	top:70px;
	left:0px;
	padding:0px;
	z-index:3000;
}
.flag, .social {
	float:none;
	margin:30px 0px;
}
.flag > .inner, .social > .inner {
	display:inline-block;
	vertical-align:top;
}
nav {
	display:none;
	top:70px;
	left:0px;
	height:100vh;
	padding-top:20px;
	background-color:rgba(3,195,219,1);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.nav_top {
	top:70px;
}
nav ul {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin-right:0px;
	margin-bottom:150px;
}
nav ul li {
	float:none;
	margin:10px 0px;
}
nav ul li a {
	padding:0px 20px;
	font-size: 17px;
	color:rgba(255,255,255,1);
}
/* Scroll navigation */
nav {
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	/*bottom: 0px;*/
}
nav ul::-webkit-scrollbar { 
	display: none;
}
/* Fine  */

}

@media (max-width: 767px) and (orientation:portrait) { /* A - SMARTPHONE VERTICALE da 0px a 767px */
}

@media (max-width: 767px) and (orientation:landscape) { /* A - SMARTPHONE ORIZZONTALE da 0px a 767px */
}