/*******

COLORI
verde: #407e59 // rgba(64, 126, 89, 1)
rosso scuro: #bd463f // rgba(189, 70, 63, 1)
rosso: #8c3025 // rgba(140, 48, 37, 1)
grigio: #80948d // rgba(128, 148, 141, 1)

******/


*, *:after, *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; *behavior: url(boxsizing.htc);
}
html, body {
	text-align:center;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Karla", sans-serif;
}
body {
	position: relative;
}

p {
	font-family: "Vollkorn", Georgia, serif;
	font-size: 18px;
	line-height: 1.2;
}

.btn-giant {
	font-size: 21px;
	font-weight: 800;
	line-height: 1.33;
	border-radius: 6px;
	padding: 20px 0;
}
.btn-giant:hover {
	text-decoration: none !important;
}
#wrapper {
	min-height: 80%;
	max-width: 1004px;
	margin: 0 auto;
}

/* Video Full Background */
.video-main {
	overflow: hidden;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: -999;
    height: 100%;
}
.video-main video {
    position: absolute;
    top: 0;
    left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
    overflow: hidden;
    z-index: -1000;
    padding: 0;
}

/* Navigation Bar */

#navbar-fixed.affix {
	top:0;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
	margin-left: -15px;
	display: block;
	width: 100%;
	max-width: 1004px;
	z-index: 100;

}

.acquista {
	display: none !important;
}

.acquista:hover {
	background-color: #ec971f;
	border-color: #d58512;
}

.acquista:hover a {
	border-bottom: none !important;
}

.acquista .btn-sm {
	border-radius: 0;
	margin-top: -4px;
	padding-bottom: 20px;
}

.affix .acquista {
	display: block !important;
}

.navbar-nav li a {
	color: white;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	padding-top: 20px;
}

.navbar-nav li a:hover {
	background-color: transparent;
	border-bottom: 5px solid #fff;
	text-decoration: none !important;
}

.navbar-nav li.active a {
	border-bottom: 5px solid #fff;
}

.navbar-toggle .text {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 8px 5px;
	border: 2px solid white;
	margin-top: 5px;
	border-radius: 3px;
}


/* Main Wrapper */
.full {
	position: relative;
	min-height: 100%;
	padding-top: 10px;
	color: white;
}

#main {
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: left;
}

#main h1 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -2px;
}

#main h2 {
	font-size: 30px;
	font-weight: 700;
	padding-bottom: 12px;
}
#main p {
	font-family: "Vollkorn", Georgia, serif;
	font-size: 18px;
	line-height: 1.2;
}

#intro {
	margin-top: 20px;
}

#intro p {
	padding-bottom: 20px;
}

/* Callout */
.callout {
	background-color: #bd463f;
	background-color: rgb(140, 48, 37);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding: 5px 0 10px;
}

.callout span {
	font-size: 10px;
}


/* Pannelli Piano */
.panel.panel-default {
	border-color: transparent;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	background-color: transparent;
}

.panel-group {
	margin-bottom: 0;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel.panel-default .panel-heading {
	font-family: Oswald, Georgia, serif;
	font-family: "Oswald", Georgia, serif;
	font-weight: bold;
	color: white;
	text-transform: uppercase;

	background-color: #80948d;
	background-color: rgba(128, 148, 141, 0.7);

	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

}

.panel.panel-default .panel-heading a {
	font-size: 96px;
}

.panel.panel-default .panel-heading a:hover {
	text-decoration: none !important;	
}

.panel-default .panel-heading+.panel-collapse .panel-body {
	border: 0;
	background-color: #80948d;
	background-color: rgba(128, 148, 141, 0.5);
}

h5.label-date {
	background-color: #bd463f;
	background-color: rgba(189, 70, 63, 1);
	font-size: 16px;
}
.panel-collapse .panel-body p {
	padding-bottom: 15px;
}
.panel-collapse .panel-body h5+p {
	margin-top: 15px;
}
p.cura {
	font-family: "Karla", sans-serif !important;
	font-weight: 800;
	font-size: 16px !important;
}

#arretrati {
	background-color: white;
	background-color: rgba(250,250,250, 0.7);
	color: #222;
	padding-top: 30px;
	padding-bottom: 40px;
}

#offerta {
	padding-top: 30px;
	padding-bottom: 40px;
	background-color: black;
	background-color: rgba(0,0,0, 0.7);
	margin-bottom: 0;
}

#footer_slim2 {
	max-width: 100%;
}

#footer_slim2 .search-box input[type="text"] {
	color: #333;
}

#footer_slim2 #footer_logo {
	width: 185px !important;
}
.panel.panel-default .panel-heading {
	border-top: 1px solid #819891;
}
.panel.panel-default:first-child .panel-heading {
	border-top: none;
}

/* Medium devices (desktop, 1004px and below) */
@media (max-width: 1003px) {
	.panel.panel-default .panel-heading a {
		font-size: 60px;
	}
	.navbar-nav li a {
		font-size: 13px;
	}
	#main h1 {
		font-size: 48px;
	}
	#main h2 {
		font-size: 24px;
	}
}

/* Small devices (tablets, 768px and below) */
@media (max-width: 767px) {
	.panel.panel-default .panel-heading a {
		font-size: 48px;
	}
	.navbar-nav li a:hover {
		border-bottom: none;
	}
	.navbar-nav li.active a {
		border-bottom: none;
	}
	.panel-body .img-responsive {
		margin-bottom: 20px;
	}
	.btn-giant {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#navbar-fixed.affix {
		width: auto;
		right: 0;
		margin-left: 0;
		padding-left: 20px;
		background-color: transparent;
	}
	.nav li {
		background-color: white;
		background-color: rgba(0,0,0,0.8);
	}
	.navbar-toggle .text {
		background-color: white;
		background-color: rgba(0,0,0,0.8);
	}
	#pack_1 {
		margin-bottom: 20px;
	}
	.video-main {
		display: none;
	}
	#wrapper {
		overflow: hidden;
	}
	h5.label-date {
		display: block;
		white-space: normal;
	}
	
}

/* Extra small devices (phones, less than 467px) */
@media (max-width: 467px) {

	.panel.panel-default .panel-heading {
		border-top: 1px solid #819891;
	}
	.panel.panel-default .panel-heading a {
		font-size: 30px;
	}
	.panel.panel-default:first-child .panel-heading {
		border-top: none;
	}
	#main h1 {
		font-size: 40px;
		line-height: 1.1;
	}
	#main h2 {
		font-size: 21px;
	}

}

