body {
	color: #040404;
	background-color: #FFFFFF;
	font-family: 'Lato', sans-serif;
}

.btn-custom, .btn-custom:focus {
	background-color: #2AFDAF;
	border-color: #2AFDAF;
	border-radius: 0;
}

.btn-custom:hover,
.btn-custom:focus:active,
.navbar-toggle-custom:hover {
	color: #FFFFFF;
	background-color: #2E3C42 !important;
	border-color: #2E3C42;
}

.navbar-custom {
	background-color: #2AFDAF;
	border-color: #2AFDAF;
	font-size: 15px;
	padding: 15px 0;
	margin: 0;
}

.navbar-custom .navbar-nav > li > a {
	color: #445963;
	text-transform: uppercase;
}

.navbar-brand-custom {
	height: 40px;
	padding: 0 15px;
}

.navbar-brand-custom > img {
	height: 100%;
	margin-top: 5px;
}

.navbar-toggle-custom {
	background-color: #2AFDAF;
	border-color: #2AFDAF !important;
	border-radius: 0;
}

.navbar-toggle-custom:focus {
	background-color: #2AFDAF !important;
	border-color: #2E3C42;
}

.navbar-toggle-custom:focus:hover {
	background-color: #2E3C42 !important;
	border-color: #2E3C42;
}

.icon-bar-custom {
	background-color: #2E3C42 !important;
}

.navbar-toggle-custom:hover > .icon-bar-custom {
	background-color: #FFFFFF !important;
}

#flag-selector-ver {
	position: relative;
	margin-top: 4px;
	margin-left: 25px;
	float: right;
	width: 40px;
	height: 30px;
	top: 8px;
	text-align: center;
	z-index: 120;
}

#flag-selector-ver:hover {
	background: #445963;
}

#flag-selector-ver > .flag > img {
	width: 25px;
	position: relative;
	z-index: 120;
	cursor: pointer;
}

#flag-selector-ver .flags {
	top: 2px;
	background: #445963;
	position: relative;
	z-index: 120;
	text-align: center;
}

#flag-selector-ver .flags .flag {
	width: 25px;
	cursor: pointer;
	position: relative;
	z-index: 120;
}

#flag-selector-hor {
	margin-top: 10px;
	margin-left: 15px;
	display: none;
}

#flag-selector-hor .flag {
	width: 25px;
	cursor: pointer;
}

#flag-selector-hor form {
	display: inline;
}

@media (max-width: 767px) {
	#flag-selector-ver {
		display: none;
	}

	#flag-selector-hor {
		display: block;
	}
}

.banner {
	padding: 100px 0;
	text-align: center;
	color: #f8f8f8;
	background: url(../../immagini/landing/banner.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

footer {
	color: rgba(255, 255, 255, 0.3);
	background-color: #445963;
}

footer li > a,
footer li > a:hover,
footer li > a:visited {
	color: rgba(255, 255, 255, 0.6) !important;
}

.links ul {
	margin-bottom: 0;
}

.links {
	padding: 20px 15px;
}

.copyright {
	border-top-color: hsla(0,0%,100%,.1);
	border-top-style: solid;
	border-top-width: 1px;
	padding: 10px 15px;
}

.navbar-right {float: right !important;}
