body {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #393939;
	
	line-height: 18px;
	
	margin: 0;
	
	background: #dbdbdb;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	body { font-size: 14px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	body { font-size: 14px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	body { }
}

.main_header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: auto;
	background: #393939;
	z-index: 2000;
}

	.header_top {
		position:relative;
		width: 100%;
		height: auto;
		background: url(/images/header_top_bg.jpg) top center no-repeat;
		background-size: 100%;
	}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.header_top { display: none; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.header_top { display: none; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.header_top { }
		}
	
		.header_top_body {
			position:relative;
			top:0px;
			left:0px;
			width: 1024px;
			height: 180px;
	
			margin: 0 auto;
			overflow: hidden;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.header_top_body { }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.header_top_body { }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.header_top_body { width: 768px; }
		}
		
			#logo {
				position: absolute;
				top: 30px;
				width: 178px;
				height: 120px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#logo { }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#logo { }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#logo { width: 119px; height: 80px; top: 50px; left: 10px; }
			}
			
			#func_cont {
				position: relative;
				left: 224px;
				width: 800px;
				height: auto;
				color: #fff;
				padding-top: 37px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#func_cont { }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#func_cont { }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#func_cont { left: 140px; width: 618px; padding-top: 28px; }
			}
			
				.func_cont_box {
					display: inline-block;
					width: 240px;
					margin-left: 20px;
					text-align: center;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					.func_cont_box { }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					.func_cont_box { }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					.func_cont_box { width: 193px; margin-left: 10px; }
				}
			
				.func_cont_box .fa {
					width: 40px;
					height: 40px;
					line-height: 40px;
					text-align: center;
					border-radius: 50%;
					border: 1px solid #fff;
					margin-bottom: 10px;
					opacity: .5;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					.func_cont_box .fa { }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					.func_cont_box .fa { }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					.func_cont_box .fa { }
				}

	header h1 {
		display: none;
	}

	nav {
		position:relative;
		top:0px;
		left:0px;
		width: 1024px;
		padding-top: 14px;
		height: 31px;
	
		margin: 0 auto;
		text-align: left;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		nav { width: 320px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		nav { width: 480px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		nav { width: 768px; }
	}
	
		#logo_redux {
			position: absolute;
			top: 5px;
			left: 0px;
			width: 71px;
			height: 35px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			#logo_redux { top: 10px; left: 10px; width: 51px; height: 25px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#logo_redux { left: 10px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#logo_redux { left: 10px; }
		}
	
		#menu {
			float: right!important;
			list-style: none;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			#menu { padding-right: 10px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			#menu { padding-right: 10px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			#menu { padding-right: 10px; }
		}
			
			#menu li {
				display: inline-block;
				margin-left: 10px;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#menu li { }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#menu li { }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#menu li { margin-left: 5px; }
			}
			
			#menu a {
				text-decoration: none;
			}
				
				#menu i {
				color: #e84a2d;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					#menu i { font-size: 20px; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					#menu i { font-size: 20px; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					#menu i { }
				}
				
				#menu .menu_link {
					display: inline;
					color: #FFFFFF;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					#menu .menu_link { display: none; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					#menu .menu_link { display: none; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					#menu .menu_link { }
				}
				
				#menu .menu_link:hover {
					color: #dbdbdb;
				}
				
main {
	position:relative;
	width: 100%;
	height: auto;
}

	.main_body {
		position:relative;
		top:0px;
		left:0px;
		width: 1024px;
		height: auto;
	
		margin: 0 auto;
		padding-top: 131px;
		padding-bottom: 20px;
		background: #FFFFFF;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.main_body { width: 320px; padding-top: 106px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.main_body { width: 480px; padding-top: 111px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.main_body { width: 768px; }
	}

		.main_body_left {
			position:relative;
			top:0px;
			left:0px;
			width: 664px;
			height: auto !important;
			height: 1200px;
			min-height: 1200px;
			padding: 0 20px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.main_body_left { width: 300px; padding: 0 10px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.main_body_left { width: 460px; padding: 0 10px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.main_body_left { width: 728px; }
		}

		.main_body_right {
			position:absolute;
			top:131px;
			left:704px;
			width: 300px;
			height: auto;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.main_body_right { display: none; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.main_body_right { display: none; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.main_body_right { display: none; }
		}

footer {
	position:relative;
	width: 100%;
	height: auto;
}

	.footer_body {
		position:relative;
		top:0px;
		left:0px;
		width: 1024px;
		height: auto;
	
		margin: 0 auto;
	}
	
	@media screen and (min-width : 320px) and (max-width : 479px) {
		.footer_body { width: 320px; }
	}
	@media screen and (min-width : 480px) and (max-width : 767px) {
		.footer_body { width: 480px; }
	}
	@media screen and (min-width : 768px) and (max-width : 992px) {
		.footer_body { width: 768px; }
	}
	
		.footer_cont {
			position: relative;
			width: 1024px;
			padding: 20px 0;
			background: #393939;
			font-size: 14px;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.footer_cont { width: 320px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.footer_cont { width: 480px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.footer_cont { width: 768px; }
		}
			
			#app_cont {
				display: inline-block;
				width: 220px;
				padding: 0 40px;
				color: #FFFFFF;
				vertical-align: top;
				text-align: right;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#app_cont { display: block; width: 240px; text-align: center; padding: 0 40px 20px 40px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#app_cont { display: block; width: 400px; text-align: center; padding: 0 40px 20px 40px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#app_cont { width: 170px; padding: 0 20px; }
			}
			
			#social_cont {
				display: inline-block;
				width: 374px;
				padding: 0 20px;
				border-left: 1px dotted #686868;
				border-right: 1px dotted #686868;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#social_cont { display: block; width: 280px; border-left: 0px; border-right: 0px; padding: 20px; border-top: 1px dotted #686868; border-bottom: 1px dotted #686868; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#social_cont { display: block; width: 440px; border-left: 0px; border-right: 0px; padding: 20px; border-top: 1px dotted #686868; border-bottom: 1px dotted #686868; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#social_cont { width: 300px; }
			}
			
				#fb_cont {
					width: 374px;
					height: 200px;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					#fb_cont { width: 280px; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					#fb_cont { width: 440px; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					#fb_cont { width: 300px; }
				}
			
			#menu_bottom_cont {
				display: inline-block;
				width: 220px;
				padding: 0 40px;
				color: #FFFFFF;
				vertical-align: top;
			}
	
			@media screen and (min-width : 320px) and (max-width : 479px) {
				#menu_bottom_cont { display: block; width: 240px; text-align: center; padding: 20px 40px 0 40px; }
			}
			@media screen and (min-width : 480px) and (max-width : 767px) {
				#menu_bottom_cont { display: block; width: 400px; text-align: center; padding: 20px 40px 0 40px; }
			}
			@media screen and (min-width : 768px) and (max-width : 992px) {
				#menu_bottom_cont { width: 169px; padding: 0 20px; }
			}
			
				#menu_bottom_cont li {
					display: block;
					margin-bottom: 10px;
				}
	
				@media screen and (min-width : 320px) and (max-width : 479px) {
					#menu_bottom_cont li { display: inline-block; }
				}
				@media screen and (min-width : 480px) and (max-width : 767px) {
					#menu_bottom_cont li { display: inline-block; }
				}
				@media screen and (min-width : 768px) and (max-width : 992px) {
					#menu_bottom_cont li { }
				}
			
				#menu_bottom_cont a {
					text-decoration: none;
				}
				
					#menu_bottom_cont i {
						width: 20px;
						color: #e84a2d;
						text-align: center;
					}
				
					#menu_bottom_cont .menu_link {
						display: inline;
						color: #FFFFFF;
					}
				
					#menu_bottom_cont .menu_link:hover {
						color: #dbdbdb;
					}
	
		.credits {
			position: relative;
			width: 984px;
			padding: 20px;
			font-size: 12px;
			text-align: center;
		}
	
		@media screen and (min-width : 320px) and (max-width : 479px) {
			.credits { width: 300px; padding: 20px 10px; }
		}
		@media screen and (min-width : 480px) and (max-width : 767px) {
			.credits { width: 460px; padding: 20px 10px; }
		}
		@media screen and (min-width : 768px) and (max-width : 992px) {
			.credits { width: 728px; }
		}

/* font and btt styles */

.colore {
	color: #e84b2e;
}

.big {
	font-size: 24px;
}

.bold {
	font-weight: 400;
}

.link {
	color: #e84b2e;
	text-decoration: none;
}

	.link:hover {
		text-decoration: underline;
	}

.btt {
	cursor:pointer;
}

.btt_red {
	background: #e84b2e;
	border: 1px solid #e84b2e;
	color: #FFFFFF;
	padding: 8px 0;
	text-align: center;
}
	
	.btt_red:hover {
		text-decoration: underline;
	}

.btt_white {
	background: #FFFFFF;
	border: 1px solid #e84b2e;
	color: #e84b2e;
	padding: 8px 0;
	text-align: center;
}
	
	.btt_white:hover {
		text-decoration: underline;
	}
	
.inactive {
	opacity: .4;
	cursor: default;
}

	.inactive:hover {
		text-decoration: none;
	}
	
/* legend */

.legend {
	position: relative;
	background: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
	z-index: 1;
}

.legend .fa-check {
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	background: #e84b2e;
	border: 1px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
	margin-right: 10px;
}

/*#locate_btt {
	position: fixed;
	top: 50%;
	left: 0px;
	background: #e84b2e;
	padding: 0 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}

	#locate_btt .locate_me {
		padding: 10px 0;
		cursor: pointer;
	}
	
	#locate_btt .delocate_me {
		padding: 10px 0;
		border-top: 1px solid #FFFFFF;
		cursor: pointer;
	}
	
	#locate_btt .fa-location-arrow, .fa-trash {
		width: 20px;
		color: #FFFFFF;
	}
	
	#locate_btt a span { display:none; }
	#locate_btt a:hover span { display:block; }

	#locate_btt a:hover span {
		 background: #dbdbdb;
		 border: 1px solid #bbbbbb;
		 display: block;
		 position: absolute;
		 top: 1.5em;
		 z-index: 1;
		 padding: 5px;
		 color: #393939;
		 font-size: 14px;
	}

	#locate_btt a:hover { position: relative; }*/
	
	#locate_btt {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	z-index: 3000;
}

	#locate_btt .locate_me {
		display: inline-block;
		width: 50px;
		height: 50px;
		background: #e84b2e;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
		border: 1px solid #FFFFFF;
		cursor: pointer;
	}
	
	#locate_btt .delocate_me {
		display: inline-block;
		width: 50px;
		height: 50px;
		background: #e84b2e;
		border-radius: 50%;
		line-height: 50px;
		text-align: center;
		border: 1px solid #FFFFFF;
		cursor: pointer;
	}
	
	#locate_btt .fa-location-arrow {
		font-size: 20px;
		color: #FFFFFF;
	}
	
	#locate_btt .fa-ban {
		color: rgba(255,255,255,0.5);
		margin-top: 5px;
	}

	#locate_btt .tooltip_text {
		background: #dbdbdb;
		border: 1px solid #bbbbbb;
		display: block;
		position: absolute;
		top: -25px;
		right: 0px;
		z-index: 1;
		padding: 5px;
		color: #393939;
		font-size: 14px;
		line-height: 16px;
	}
	
	#locate_btt .delocate_me .tooltip_text {
		width: 150px;
	}