/*
|--------------------------------------------------------------------------
| Fonts
|--------------------------------------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');


/*
|--------------------------------------------------------------------------
| Commons
|--------------------------------------------------------------------------
*/

html, body {
	height: 100%;
	margin: 0;
}
body {
	background: #FFF;
	font-family: 'Lato', Helvetica, sans-serif;
	color: #808285;
	font-size: 15px;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}
.container {
	margin: 0 auto;
	max-width: 1100px;
	padding: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
h1 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #00523b;
	text-align: center;
}
h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	color: #00523b;
	text-align: center;
}


/*
|--------------------------------------------------------------------------
| Header
|--------------------------------------------------------------------------
*/

header {
	width: 100%;
}
.navbar {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	border: none;
	border-radius: 0px;
}
header nav {
	float: right;
	margin-top: 39px;
	font-size: 20px;
}
header nav ul {
	padding: 0px;
}
header nav ul li {
	display: block;
	float: left;
	margin-left: 0px;
}
.navbar-toggle {
	margin-top: 22px;
	margin-right: 5px;
	padding: 5px;
	border-radius: 0px;
	border: none;
}
.navbar-default .navbar-toggle {
	background: none;
}
.navbar-default .navbar-toggle:hover {
	background: none;
}
.icon-bar {
	background: #CCC!important;
}


/*
|--------------------------------------------------------------------------
| Hero
|--------------------------------------------------------------------------
*/

.flexslider, .flex-viewport {
	background: #EEE;
	width: 100%;
	height: 560px;
}
.flexslider .slides li {
	background-position: center center;
	width: 100%;
	height: 100%!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.flex-caption {
	display: table;
	width: 100%;
}
.flex-text {
	display: table-cell;
	vertical-align: middle;
	height: 560px;
	font-size: 38px;
	line-height: 48px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.80);
}
.flex-text h1 {
	padding-bottom: 20px;
	color: #FFF;
	text-transform: lowercase;
}
.flex-control-nav {
	bottom: 20px!important;
	z-index: 100!important;
}
@media (min-width: 768px) and (max-width: 991px) {

	.flexslider, .flex-viewport {
		height: 350px;
	}
	.flex-text {
		height: 350px;
	}

}
@media (max-width: 767px) {

	.flexslider, .flex-viewport {
		height: 300px;
	}
	.flex-text {
		height: 300px;
	}

}


/*
|--------------------------------------------------------------------------
| Pages
|--------------------------------------------------------------------------
*/

section {
	background: url('../images/background.jpg') left bottom no-repeat;
	width: 100%;
	height: 100vh;
}
.col-sx {
	height: 100vh;
	border-right: 20px solid #00815B;
}
.col-padding {
	padding: 0px 25px;
}
.logo-bcg {
	padding-top: 20px;
	padding-left: 10px;
}
.logo-bcg img {
	max-width: 100%;
	max-height: 50px;
}
.payoff {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.payoff img {
	max-width: 100%;
	max-height: 25px;
}
.col-dx {
	height: 100vh;
}
.logo {
	padding-top: 20px;
}
.logo img {
	max-width: 100%;
	max-height: 50px;
}
.content {
	margin: 25px 0px 20px 0px;
}
.youtube-video {
	position: relative;
	height: 0;
	margin: 15px 0px;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.youtube-video iframe, .youtube-video object, .youtube-video embed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.content-image {
	margin: 15px 0px;
	text-align: center;
}
.content-image img {
	max-width: 100%;
	max-height: 250px;
}
.content-link {
	margin: 10px 0px;
	text-align: center;
}
.vote-content {
	margin: 15px 0px 20px 0px;
	text-align: center;
}
.vote-content img {
	height: 30px;
}
.no-results {
	padding: 70px 0px;
	text-align: center;
}


/*
|--------------------------------------------------------------------------
| Footer
|--------------------------------------------------------------------------
*/

footer {
	width: 100%;
	font-size: 18px;
	color: #FFF;
}
.main-footer {
	background: #EEE;
	padding: 30px 0px;
}
.copy-footer {
	font-size: 13px;
	padding: 10px 0px;
	text-align: center;
}


/*
|--------------------------------------------------------------------------
| Forms
|--------------------------------------------------------------------------
*/

label {
	font-weight: 400;
}
input[type="text"], input[type="email"] {
	height: auto!important;
	padding: 12px 16px!important;
	border: 1px solid #CCC!important;
}
input[type="checkbox"] {
	margin-top: 16px;
	margin-right: 8px;
	cursor: pointer;
}
textarea {
	padding: 16px!important;
	border: 1px solid #CCC!important;
	resize: vertical;
}
input:focus, textarea:focus {
	outline: none!important;
	border: 1px solid #CCC!important;
	box-shadow: 0 0 4px #CCC!important;
}
.btn-default, .btn-default:disabled {
	display: inline-block;
	position: relative;
	background: #00523b;
	padding: 14px 18px;
	height: auto!important;
	font-size: 20px;
	font-weight: 500;
	color: #FFF!important;
	border: none!important;
	border-radius: 0px;
	overflow: hidden!important;
	transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default:hover, .btn-default:focus {
	background: #00523b;
	color: #FFF!important;
	border: none!important;
	outline: 0!important;
}
.btn-default.btn-lg, .btn-default.btn-lg:disabled {
	display: block;
	background: #00523b;
	margin: 30px 0px;
	padding: 35px 18px;
	width: 100%!important;
	height: auto!important;
	font-size: 35px;
	font-weight: 500;
	color: #FFF!important;
	border: none!important;
	border-radius: 0px;
	text-align: center;
	overflow: hidden!important;
	transition: color 0.3s linear, background 0.3s linear;
	-moz-transition: color 0.3s linear, background 0.3s linear;
	-webkit-transition: color 0.3s linear, background 0.3s linear;
}
.btn-default.btn-lg:hover, .btn-default.btn-lg:focus {
	background: #00523b;
	color: #FFF!important;
	border: none!important;
	outline: 0!important;
}
.btn-default span {
	position: relative;
	z-index: 1;
}
.btn-default:before {
	position: absolute;
	content: "";
	background: #177b57;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.btn-default:before {
	top: 100%;
	left: 0;
}
.btn-default:hover:before {
	top: 0;
}
.btn.already-voted {
	pointer-events: none;
	cursor: not-allowed;
}
.form-control::-webkit-input-placeholder {
	color: #b1b1b1;
}
.form-control:-moz-placeholder {
	color: #b1b1b1;
}
.form-control::-moz-placeholder {
	color: #b1b1b1;
}
.form-control:-ms-input-placeholder {
	color: #b1b1b1;
}


/*
|--------------------------------------------------------------------------
| Links
|--------------------------------------------------------------------------
*/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #00523b;
	transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
}
a:hover {
	text-decoration: none;
	color: #00815B;
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	background: #FFF;
	padding: 39px 25px;
	text-decoration: none;
	color: #333;
}
a.nav-link:hover {
	background: #EEE;
	text-decoration: none;
	color: #333;
}
a.nav-link-attivo:link, a.nav-link-attivo:visited, a.nav-link-attivo:active {
	background: #DDD;
	padding: 39px 25px;
	text-decoration: none;
	color: #FFF;
}
a.nav-link-attivo:hover {
	background: #EEE;
	text-decoration: none;
	color: #FFF;
}
a.footer-link:link, a.footer-link:visited, a.footer-link:active {
	text-decoration: none;
	color: #808285;
	border-bottom: none;
}
a.footer-link:hover {
	text-decoration: none;
	color: #333;
}


/*
|--------------------------------------------------------------------------
| Responsive: large desktop
|--------------------------------------------------------------------------
*/

@media (min-width: 1200px) {

}


/*
|--------------------------------------------------------------------------
| Responsive: desktop and tablet
|--------------------------------------------------------------------------
*/

@media (min-width: 992px) and (max-width: 1199px) {
	
}


/*
|--------------------------------------------------------------------------
| Responsive: tablet portrait
|--------------------------------------------------------------------------
*/

@media (min-width: 768px) and (max-width: 991px) {

	.container {
		padding: 0px 2%;	
	}

}


/*
|--------------------------------------------------------------------------
| Responsive: phone
|--------------------------------------------------------------------------
*/

@media (max-width: 767px) {
	
	.container {
		padding: 0px 5%;	
	}
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 25px;
		line-height: 35px;
	}
	.navbar-header {
		width: 100%;
		margin: 0px!important;
	}
	header nav {
		float: none;
		margin: 15px 0px;
	}
	header nav ul li {
		display: block;
		float: none;
		padding: 5px 0px;
		margin: 0px;
		text-align: center;
	}
	.col-sx {
		border-right: none;
	}
	.col-padding {
		padding: 15px 0px;
	}
	.logo-bcg img {
		height: 40px;
	}
	.logo img {
		height: 40px;
	}
	.payoff {
		margin-top: 50px;
	}
	.copy-footer {
		font-size: 14px;
		padding: 10px 0px;
	}
	.btn-default.btn-lg, .btn-default.btn-lg:disabled {
		margin: 20px 0px;
		padding: 25px 18px;
		font-size: 22px;
	}
	a.nav-link:link, a.nav-link:visited, a.nav-link:active {
		background: none;
		padding: 0px;
	}
	a.nav-link-attivo:link, a.nav-link-attivo:visited, a.nav-link-attivo:active {
		background: none;
		padding: 0px;
	}
	
}


/*
|--------------------------------------------------------------------------
| Responsive: collapse sidebar on tablet portait
|--------------------------------------------------------------------------
*/

@media (max-width: 991px) {
	
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in { 
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

}