/* F - da 1600px in poi */

header {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height: 80px;
	z-index:3000;
	background-color:rgba(255,255,255,1);
}
.navigation {
	position:relative;
	width:1300px;
	max-width:100%;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
.nav_button {
    display: none;
}
.logo_nav {
	position: absolute;
	top:0px;
	left:0px;
	width: auto;
	line-height: 80px;
	padding-left: 50px;
    padding-right: 50px;
	z-index: 1100;
}
.logo_nav img {
	height:54px;
	vertical-align:middle;
}
nav {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1100;
}
nav ul {
	position: relative;
	float:right;
	width: auto;
	margin-right:50px;
}
nav ul li {
	position: relative;
	float:left;
	list-style-type: none;
}
nav ul li a {
	position: relative;
	display: block;
	width: auto;
	padding:0px 15px;
	font-family: robotomedium;
	font-size: 15px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:rgba(50,163,190,1);
}
nav ul li a:hover {
	color: rgba(225,36,84,1);
}
nav ul li.active {
}
nav ul li.active a, nav ul li.active a:hover {
	color:rgba(255,255,255,1);
	background-color: rgba(50,163,190,1);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.info_bar {
	position:fixed;
	left:0px;
	bottom:0px;
	width: 100%;
	height: 60px;
	padding-top:10px;
	z-index: 1100;
	background-color:rgba(255,255,255,1);
	border-top:solid 1px rgba(50,163,190,1);
}
.info {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.info > .inner {
	position:relative;
	float:right;
	margin-right:20px;
}
.info .icon_info {
	position:relative;
	float:left;
	line-height:40px;
	margin-left:20px;
	margin-right:10px;
	font-size: 20px;
	color:rgba(50,163,190,1);
}
.info .txt_info {
	position:relative;
	float:left;
	line-height:40px;
	font-size:15px;
	letter-spacing: 1px;
	color:rgba(50,163,190,1);
}
.info a {
	position:relative;
	font-family: robotolight;
}
.info a:hover .txt_info {
	color: rgba(225,36,84,1) !important;
}


.flag {
	position:absolute;
	top:15px;
	right:240px;
}
.flag > .inner {
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.flag .my_flag {
	position:relative;
	float:left;
	width:30px;
	height:30px;
	margin-left:10px;
	margin-right:10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-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 .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.3;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.social_footer {
	display:none;
}
.social {
	position:relative;
	display:inline-block;
	vertical-align:top;
	border-left:solid 1px rgba(210,210,210,1);
}
.social > .inner {
	position:relative;
	float:left;
}
.social .icon_social {
	position:relative;
	float:left;
	width:20px;
	height:40px;
	line-height:40px;
	margin-left:20px;
	text-align:center;
	font-size: 20px;
	color:rgba(50,163,190,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;
}
.social .my_facebook {
}
.social .my_instagram {
}
.social .my_youtube {
}
.social .my_location {
	font-size: 25px;
	color:rgba(225,36,84,1);
}
.social .icon_social:hover {
	color:rgba(225,36,84,1);
}


.free_btn {
	position:relative;
	display:inline-block;
	vertical-align:top;
	line-height:40px;
	padding:0px 20px;
	margin-left:20px;
	font-family: robotolight;
	font-size:16px;
	letter-spacing:1px;
	color:rgba(255,255,255,1);
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

@media (min-width: 1400px) and (max-width: 1599px) { /* E - da 1400px a 1599px */
}

@media (min-width: 1200px) and (max-width: 1399px) { /* D - da 1200px a 1399px */

.logo_nav {
	padding-left: 30px;
	padding-right: 30px;
}
nav ul {
	margin-right:30px;
}
nav ul li a {
	padding:0px 10px;
}

}

@media (min-width: 1025px) and (max-width: 1199px) { /* C - da 1025px a 1199px */

.nav_button {
	position: fixed;
	top:15px;
	right:50px;
	display: inline-block;
	width:50px;
	height:50px;
	line-height:50px !important;
	font-size: 25px;
	color: rgba(255,255,255,1);
	background-color:rgba(50,163,190,1);
	cursor: pointer;
	z-index: 1200;
}
nav {
	display:none;
	top:15px;
	left:auto;
	right:50px;
	width:auto;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
	background-color:rgba(240,248,255,1);
	border:solid 1px rgba(210,210,210,1);
}
nav ul {
	float:none;
	margin-right:0px;
	padding:20px 30px;
}
nav ul li {
	float:none;
}
nav ul li a {
	line-height: 50px;
}

}

@media (min-width: 768px) and (max-width: 1024px) { /* B - TABLET da 768px a 1024px */

.nav_button {
	position: fixed;
	top:15px;
	right:50px;
	display: inline-block;
	width:50px;
	height:50px;
	line-height:50px !important;
	font-size: 25px;
	color: rgba(255,255,255,1);
	background-color:rgba(50,163,190,1);
	cursor: pointer;
	z-index: 1200;
}
nav {
	display:none;
	top:15px;
	left:auto;
	right:50px;
	width:auto;
	padding-top:60px;
	padding-left:20px;
	padding-right:20px;
	background-color:rgba(240,248,255,1);
	border:solid 1px rgba(210,210,210,1);
}
nav ul {
	float:none;
	margin-right:0px;
	padding:20px 30px;
}
nav ul li {
	float:none;
}
nav ul li a {
	line-height: 50px;
}

}

@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 */

#container {
	padding-top:70px;
}
header, .navigation {
	height: 70px;
}
.nav_button {
	position: fixed;
	top:10px;
	right:20px;
	display: inline-block;
	width:50px;
	height:50px;
	line-height:50px !important;
	font-size: 25px;
	color: rgba(255,255,255,1);
	background-color:rgba(50,163,190,1);
	cursor: pointer;
	z-index: 1200;
}
.logo_nav {
	line-height: 66px;
	padding-left: 20px;
	padding-right: 20px;
}
.logo_nav img {
	height:46px;
}
nav {
	display:none;
	top:70px;
	left:auto;
	right:0px;
	padding-top:110px;
	width:100%;
	background-color:rgba(240,248,255,1);
	border-bottom:solid 1px rgba(50,163,190,1);
}


/* Scroll navigation */
nav {
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	bottom: 0px;
}
nav::-webkit-scrollbar { 
	display: none;
}
/* Fine  */


nav ul {
	display:inline-block;
	vertical-align:top;
	float:none;
	width:70%;
	margin-right:0px;
	padding:20px 0px;
}
nav ul li {
	float:none;
}
nav ul li a {
	line-height:50px;
}
.info_bar {
	display:none;
	position:absolute;
	top:70px;
	left:0px;
	bottom:auto;
	padding:5px 0px;
	height:auto;
	background-color:rgba(240,240,240,1);
	border-bottom:solid 1px rgba(50,163,190,1);
	z-index:2000;
}
.info {
	width:100%;
}
.info > .inner {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin:0px;
}
.info .icon_info {
	margin-left: 0px;
	font-size: 25px;
}
.info .txt_info {
	font-size:18px;
}
.social {
	border-left:none;
}
.social .icon_social {
	width:auto;
	height:40px;
	font-size: 30px;
	margin:0px 10px;
}

}

@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 */
}