/* F - da 1600px in poi */

header {
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	z-index:3000;
	-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 {
	/*background-color:rgba(178,52,57,1);
	background-repeat: repeat;
	background-position: center center;	
	background-image: url(../pattern/bg-1.png);*/
}

.navigation {
	position:relative;
	width:100%;
	max-width:100%;
	height:auto;
	padding:0px;
	margin:0px auto;
}
.nav_button {
    display: none;
}
.button_up {
	display:none;
	position: absolute;
	top:-500px;
}
.logo_nav {
	position: absolute;
	top:0px;
	left:30px;
	width:350px;
	height:100px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	/*image-rendering:auto;*/
	z-index: 1200;
	-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;
	cursor:pointer;
}
.logo_nav_top {
}
nav {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	padding: 25px 0px;
	z-index: 1100;
	-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 {
}
nav ul {
	position: relative;
	float:right;
	width: auto;
	margin-right:20px;
	-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 15px;
}
nav ul li a {
	position: relative;
	display: block;
	width: auto;
	padding:0px 10px;
	font-family: khandmedium;
	font-size: 19px;
	line-height: 50px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:rgba(255,255,255,1);
	border:solid 2px transparent;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
nav ul li a:hover {
	border:solid 2px rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.2);
}
nav ul li a:before {
    position: absolute;
    content: "";
    left: 51%;
	right: 51%;
	bottom: 12px;
	height: 2px;
	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.1s ease-in-out;
}
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 {
	color:rgba(255,255,255,1);
}
nav ul li.active a:before {
	left: 5px;
	right: 5px;
	background-color:rgba(255,255,255,1);
}



.info_bar {
	position: relative;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	height: auto;
	padding:0px 20px;
	z-index: 1000;
	/*background-color:rgba(56,60,65,1);
	background-color:rgba(207,207,207,1.00);*/
}
.info_bar > .inner {
	position:relative;
}
.info {
	position:relative;
	float:right;
	margin-right:20px;
}
.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(235,110,125,1);
}
.info .txt_info {
	position:relative;
	float:left;
	line-height:50px;
	margin-right:20px;
	font-size:15px;
	letter-spacing: 1px;
	color:rgba(125,145,155,1);
}
.info a {
	position:relative;
	font-family: robotolight;
}
.info a:hover .txt_info {
}
.flag {
	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;
}
.flag > .inner {
	position:relative;
}
.flag .my_flag {
	position:relative;
	float:left;
	width:30px;
	height:50px;
	margin:0px 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;
	float:right;
	margin-right:20px;
	-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:auto;
	line-height:50px;
	margin:0px 10px;
	text-align:center;
	font-size: 26px;
	color:rgba(125,145,155,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 .icon_social:hover {
	color:rgba(235,110,125,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;
}

@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 */
}

@media (min-width: 1025px) and (max-width: 1199px) { /* C - da 1025px a 1199px */

.logo_nav {
	width:250px;
}
nav ul li {
	margin:0px 10px;
}

}

@media (min-width: 768px) and (max-width: 1024px) { /* B - TABLET da 768px a 1024px */

#container {
	padding-top:80px;
}
header {
	height:80px;
}
.navigation {
	padding:0px;
}
.nav_button {
	display:none !important;
	position: absolute;
	top:0px;
	right:20px;
	display: block;
	width:80px;
	height:80px;
	line-height:80px !important;
	font-size: 35px;
	color:rgba(235,110,125,1);
	background-color: rgba(255,255,255,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;
}
.button_up {
	top:15px;
	right:25px;
	width:50px;
	height:50px;
	line-height:45px !important;
	font-size: 35px;
	color:rgba(255,255,255,1);
	border:solid 2px rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.15);
	cursor: pointer;
	z-index:2000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.logo_nav {
	width:300px;
	height:80px;
}
.info_bar {
	display:none;
	position:absolute;
	top:80px;
	left:0px;
	padding:0px;
	background-color: rgba(230,230,230,1);
	z-index:3000;
}
.flag, .social {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin:0px 20px;
}
nav {
	display:none;
	top:80px;
	left:0px;
	height:100vh;
	background-color: rgba(255,255,255,1);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
nav ul {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-top:60px;
	border:none;
}
nav ul li {
	float:none;
	margin:10px 0px;
}
nav ul li a {
	font-size: 22px;
}
/* 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 */

#container {
	padding-top:70px;
}
header {
	height:70px;
}
.navigation {
	padding:0px;
}
.nav_button {
	display:none !important;
	position: absolute;
	top:0px;
	right:0px;
	display: block;
	width:70px;
	height:70px;
	line-height:70px !important;
	font-size: 35px;
	color:rgba(235,110,125,1);
	background-color: rgba(255,255,255,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;
}
.button_up {
	top:15px;
	right:10px;
	width:40px;
	height:40px;
	line-height:35px !important;
	font-size: 30px;
	color:rgba(255,255,255,1);
	border:solid 2px rgba(255,255,255,1);
	background-color:rgba(0,0,0,0.15);
	cursor: pointer;
	z-index:2000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.logo_nav {
	left:10px;
	width:230px;
	height:70px;
}
.info_bar {
	display:none;
	position:absolute;
	top:70px;
	left:0px;
	padding:0px;
	background-color: rgba(230,230,230,1);
	z-index:3000;
}
.flag, .social {
	display:inline-block;
	vertical-align:top;
	float:none;
	margin:0px 20px;
}
nav {
	display:none;
	top:80px;
	left:0px;
	height:100vh;
	background-color: rgba(255,255,255,1);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
nav ul {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-top:50px;
	border:none;
}
nav ul li {
	float:none;
	margin:10px 0px;
}
nav ul li a {
	font-size: 22px;
}
/* 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 */
}