@charset "utf-8";
/* CSS Document */
/* FONT */

/* GENERALI */
body {
  font-size: 14px;
   font-family: 'Oswald', sans-serif;
  color: #000000;
  background-image:url('../img/bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-size: 18px;
}

.row {
   margin-left: 0;
   margin-right: 0;
}


h1, h2, h3, h4, h5. h6{
	color:#000000;
	font-weight: 900;
}

a {
	 font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:#000000;
}

a:hover {
	 font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:#000000;
}

a:focus {
	 font-family: 'Oswald', sans-serif;
	text-decoration:none;
	color:#000000;
}

/* ================
MENU
===================*/
#menu {
	background-color: #fff;
	position: relative;
	z-index: 2000;
	box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}

#menu.fisso {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}
#menu_list li {
	list-style-type: none;
	float: left;
	padding-left: 20px;
	position: relative;

}

#menu_list li a {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font-size: 28px;
	 font-family: 'Huntress', sans-serif;
	 text-transform: lowercase;
}

#menu_list li a.active, #menu_list li a:hover  {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: underline;
	 font-family: 'Huntress', sans-serif;
	 text-transform: lowercase;

}

@media screen and (max-width: 768px) {
	#menu_list li {
		list-style-type: none;
		float: left;
		padding-left: 10px;
		position: relative;
		width: 100%;
	}
}

#logo {
	max-height: 50px;
}

#banner_superiore {
	background-color: #e1251b;
	color: #fff;
	font-family: 'Huntress', sans-serif;
}

#banner_superiore h1 {
	color: #fff;
	font-family: 'Huntress', sans-serif;
	font-size: 55px;
}
/* ================
PREMIO
===================*/
.premio {
	margin-bottom:-4vh;
	z-index: 5!important;
	position: relative;
}

@media screen and (max-width: 768px) {
	.premio {
	margin-bottom:-3vh;
	z-index: 5!important;
	position: relative;
}
}

.font-size_big {
	font-size: 160px;
}

.font-size_small {
	font-size: 100px;
}

@media screen and (max-width: 768px) {
	.font-size_big {
	font-size: 100px;
}

.font-size_small {
	font-size: 80px;
}
}
/* ================
PARTECIPA
===================*/
input.form-control {
	 font-family: 'Oswald', sans-serif;
	border: 1px solid #e7362d;
	height: 45px;
	margin-bottom: 15px;

}

.form-select {
	 font-family: 'Oswald', sans-serif;
	border: 1px solid #e7362d;
	height: 45px;
	margin-bottom: 15px;

}

.form-check-input {
	border: 1px solid #e7362d;
}

select {
	 font-family: 'Oswald', sans-serif;

}

#errore {
	color:#fff;
	background-color: #e7362d;
	border-radius: 0px;
	text-align:center;
	font-size:25px;
	 font-family: 'Oswald', sans-serif;
}

button[type="submit"]{
	 font-family: 'Oswald', sans-serif;
	font-size:18px;
	background-color: #e7362d!important;
	color: #fff;
	border-radius: 0px;
	border-width: 0px;
	padding: 10px 25px;
	border: 0px solid transparent!important;
}


label {
	font-size: 18px;
}
.form-radio {
	width: 0px;
	height: 0px;
	opacity: 0;
}

.light-orange, .light-green, .light-red {
	opacity:.2;
}
/* ================
Le birre
===================*/
#menu_birre span {
	cursor: pointer;
	color: #000;
}
#menu_birre span:hover {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}
#menu_birre span.birra_attivo {
	color: #fff!important;
	text-decoration: underline;
}
/* ================
FOOTER
===================*/
footer {
	background-color: #e7362d;
	color: #fff;
	text-align: center;
	padding: 0px;
	z-index: 20000;
	position: relative;
	font-size: 18px;
}

footer a, footer a:hover {
	display: inline;
	color: #fff;
	text-decoration: underline;
}

#bottom {
	margin-top:-7vh;
	z-index: -1!important;
	position: relative;
	background-image: url('../img/bottom.jpg');
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
	height: 300px;
}

@media screen and (max-width: 768px) {
	#bottom {
	margin-top:-3vh;
	z-index: -1!important;
	position: relative;
	background-image: url('../img/bottom.jpg');
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
	height: 300px;
}
}

