html, body {
	height: 100%;
	min-height: 100%;
}
body {
	-webkit-font-smoothing: antialiased;
	color: #f0f0f0;
	font-size: 18px;
	background-color: #262626;
	font-family: 'Open Sans Condensed', sans-serif;
}
@font-face {
    font-family: 'alien_league_ii_outlineRg';
    src: url('/bin/fonts/alienleagueiiout/alienleagueiiout-webfont.eot');
    src: url('/bin/fonts/alienleagueiiout/alienleagueiiout-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bin/fonts/alienleagueiiout/alienleagueiiout-webfont.woff') format('woff'),
         url('/bin/fonts/alienleagueiiout/alienleagueiiout-webfont.ttf') format('truetype'),
         url('/bin/fonts/alienleagueiiout/alienleagueiiout-webfont.svg#alien_league_ii_outlineRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fix-padding {padding: 0px !important;}
.fix-margin-top {margin-top: 0px;}
.fix-margin {margin: 0px !important;}
.fix-margin-top {margin-top: 0px !important;}
.mini-space-top {margin-top: 5px;}
.mini-space-bottom {margin-bottom: 5px;}
.mini-space-left {margin-left: 5px;}
.mini-space-right {margin-right: 5px;}
.little-space-top {margin-top: 10px;}
.little-space-bottom {margin-bottom: 10px;}
.little-space-left {margin-left: 10px;}
.little-space-right {margin-right: 10px;}
.big-space-top {margin-top: 20px;}
.big-space-bottom {margin-bottom: 20px;}
.big-space-left {margin-left: 20px;}
.big-space-right {margin-right: 20px;}
.xl-space-top {margin-top: 30px;}
.xl-space-bottom {margin-bottom: 30px;}
.xl-space-left {margin-left: 30px;}
.xl-space-right {margin-right: 30px;}
.xxl-space-top {margin-top: 40px;}
.xxl-space-bottom {margin-bottom: 40px;}
.xxl-space-left {margin-left: 40px;}
.xxl-space-right {margin-right: 40px;}
.placeholder, input.placeholder {color: #999999;}
.bold {font-weight: bold !important;}
.alert {padding: 8px; font-size: 12px; box-shadow:none;}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
	-moz-binding: url('ellipsis.xml#ellipsis');
}
.row-fluid div[class*="col-"] {
	padding: 0;
}
.inline {
	display: inline-block !important;
}
p {
	word-wrap: break-word;
}
label {
	cursor: default;
}
.btn:focus, input:focus, textarea:focus, a, .select-standard, input[type=checkbox]:focus {
	outline: none !important;
}
.textarea-block {
	resize: none;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.fix {
	color: inherit;
	text-decoration: none;
}
.border-radius-fix {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.border-fix {
	border: 0px !important;
}
.full-height {
	min-height: 100%;
	margin: 0px;
}
ul.float li {
	padding: 0px !important;
	float: left;
}
input.large, select.large {
	height: 50px;
}
input.error, select.error, textarea.error {
	border-color: #B1393B;
	-moz-box-shadow: 0px 0px 10px 1px #a91317;
	-webkit-box-shadow: 0px 0px 10px 1px #a91317;
	box-shadow: 0px 0px 10px 1px #a91317;
}
ul.list-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
ul.list-table > li {
	display: table-cell;
}
.underline {
	text-decoration: underline;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex .flex-item {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-flex-pack: center;
    align-self: center;
}
@media(max-width: 767px){
    .flex {
        display: block;
    }
}

/* Error Page */
.error-page {
	background: url(/bin/img/bg_error.jpg) fixed top no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-shadow: 0 1px 30px rgba(0, 0, 0, 0.8);
	color: #fafafa;
	text-align: center;
}
.error-page h1 {
	margin-top: 0px;
	font-size: 60px;
	line-height: 70px;
	padding-top: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.error-page p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 35px;
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.error-page a.btn {
	width: 250px;
	text-align:center;
}
@media(max-width:767px){
	.error-page h1 {
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.error-page p {
		font-size: 16px !important;
	}
}
@media(max-width:480px){
	.error-page h1 {
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.error-page p {
		font-size: 16px !important;
	}
}

.btn-danger {
  background-color: #9f1d1d;
  border-color: #9f1d1d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #891919;
  border-color: #741515;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #9f1d1d;
  border-color: #9f1d1d;
}
/*
@media(max-width:767px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
*/

/* Custom */
::selection {
   background-color: #f9c945;
   color: #f0f0f0;
}
::-moz-selection {
   background-color: #f9c945;
   color: #f0f0f0;
}
/*** Scrollbar ***/
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar {
	width: 5px;
	background-color: #231f20;
}
::-webkit-scrollbar-thumb {
	background-color: #231f20;
}
.container-fluid {
	max-width: 1920px;
	margin: auto;
}
.navbar .container-fluid, .footer-copy .container-fluid {
	max-width: none;
	margin: auto;
}
.alert-danger, .alert-success {
    border: 0px;
	padding: 0px;
    border-radius: 0px;
    font-size: 20px;
    background: transparent;
    color: #f0f0f0;
    text-shadow: none;
}
.alert-success {
	color: #fff;
}
.alert-danger {
	color: #fff;
}
#fb-like-wrapper iframe {
    max-width: 575px !important;
}
a {
	color: #f0f0f0;
}
a:hover {
	color: #f0f0f0;
}
.wrap {
	min-height: 100%;
	padding-bottom: 400px;
}
.wrap h1 {
	text-transform: uppercase;
	font-size: 100px;
	margin-bottom: 20px;
}
.form-control {
	border-radius: 0;
}
.btn-link {
	border: 2px solid #f0f0f0;
	color: #f0f0f0;
	padding: 3px 50px;
	font-weight: 400;
	font-size: 20px;

	transition: all 0.4s linear;
	-webkit-transition : all 0.4s linear;
	-moz-transition : all 0.4s linear;
	-o-transition : all 0.4s linear;
}
.btn-link:hover {
	background-color: #f0f0f0;
	text-decoration: none;
	color: #272425;
}
.btn-link:focus {
	color: #272425;
	background-color: #f0f0f0;
	text-decoration: none;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #f0f0f0;
}

/* Footer */
.brand-container {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #272425;
}
.brand-container .item, .brand-detail .item {
	transition: all 0.4s linear;
	-webkit-transition : all 0.4s linear;
	-moz-transition : all 0.4s linear;
	-o-transition : all 0.4s linear;

	opacity: 0.5;
}
.brand-container .item:hover, .brand-detail .item:hover {
	opacity: 1;
}
.brand-container .list-inline {
	margin-left: -15px;
}
.brand-container .list-inline > li {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
}
.brand-container .item img {
	max-width: 130px;
}
@media(max-width: 767px) {
	.brand-container .list-inline {
		width: 100%;
	}
	.brand-container .list-inline > li {
		float: left;
		width: 50%;
	}
}
.social-container {
	padding: 50px 0;
}
.footer-container {
	margin-top: -380px;
}
.footer {
	color: #f0f0f0;
	padding-top: 20px;
	padding-botton: 20px;
	background-color: #ff3f3d;
}
.footer .link-tel {
	text-decoration: none;
}
.footer h3 {
	text-transform: uppercase;
	font-size: 20px;
}
.footer .number-container {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.footer .number-container h4 {
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
}
.footer-content {
	padding: 50px 0;
}
.footer .form-control {
    border: 0;
    border-radius: 0;
    color: #272425;
    font-size: 18px;
}
.footer .form-control:focus {
	border: 0;
    box-shadow: 0 0 1px 1px rgba(34,34,34, 0.8);
    outline: 0 none;
}
.footer .address {
	font-size: 20px;
	text-transform: uppercase;
}
.footer .newsletter i.fa{
	font-size: 3.6em;
}
.footer .newsletter .form-control:focus {
	border-color: #fff;
	box-shadow: none;
}
.footer .newsletter .alert i.fa{
	font-size: inherit;
}
.footer .newsletter .btn-link{
	padding: 9px 30px;
}
@media (max-width: 767px) {
	.footer .newsletter {
		margin-top: 50px;
	}
	.footer .newsletter h3 {
		margin-top: 0;
	}
}

.footer-copy {
	color: #f0f0f0;
	padding: 10px 0;
	font-size: 14px;
	background-color: #272425;
}
.footer-copy .agency {
	font-weight: bold;
}
@media(max-width:991px){
	.brand-container .item {
		min-height: 170px;
	}
}

/* Header Bottom */
#countdown {
	color: #f0f0f0;
	font-family: 'alien_league_ii_outlineRg';
	font-size: 40px;
	line-height: 50px;
}
.header-bottom {
	text-align: center;

	-webkit-animation: pulse 40s infinite alternate;
	-moz-animation: pulse 40s infinite alternate;
	-o-animation: pulse 40s infinite alternate;
	animation: pulse 40s infinite alternate;
}
@media(max-width: 480px){
	#countdown {
		font-size: 36px;
	}
}
@-webkit-keyframes pulse {
	0% {
		background-color: rgba(255,63,61,0.7);
	}
	25% {
		background-color: rgba(99,204,146,0.7);
	}
	50% {
		background-color: rgba(204,50,49,0.7);
	}
	75% {
		background-color: rgba(239,183,92,0.7);
	}
	100% {
		background-color: rgba(153,223,237,0.7);
	}
}
@-moz-keyframes pulse {
	0% {
		background-color: rgba(255,63,61,0.7);
	}
	25% {
		background-color: rgba(99,204,146,0.7);
	}
	50% {
		background-color: rgba(204,50,49,0.7);
	}
	75% {
		background-color: rgba(239,183,92,0.7);
	}
	100% {
		background-color: rgba(153,223,237,0.7);
	}
}
@-o-keyframes pulse {
	0% {
		background-color: rgba(255,63,61,0.7);
	}
	25% {
		background-color: rgba(99,204,146,0.7);
	}
	50% {
		background-color: rgba(204,50,49,0.7);
	}
	75% {
		background-color: rgba(239,183,92,0.7);
	}
	100% {
		background-color: rgba(153,223,237,0.7);
	}
}
@keyframes pulse {
	0% {
		background-color: rgba(255,63,61,0.7);
	}
	25% {
		background-color: rgba(99,204,146,0.7);
	}
	50% {
		background-color: rgba(204,50,49,0.7);
	}
	75% {
		background-color: rgba(239,183,92,0.7);
	}
	100% {
		background-color: rgba(153,223,237,0.7);
	}
}

/* Navbar */
.header {
	background-color: #272425;
	margin-bottom: 0;
    min-height: 125px;
}
.header .navbar-left {
	margin-top: 38px;
}
.header .navbar-right {
	margin-top: 28px;
}
.header .navbar-right > li > a {
	padding-left: 0px;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
    padding-top: 10px;
	color: #f0f0f0;
	font-size: 24px;
	font-weight: 300;
	border: 1px solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: transparent;
	text-transform: uppercase;
}
.navbar-nav > li.active > a, .navbar-nav > li > a:hover {
	border: 1px solid #f0f0f0;
}
.navbar-right > li > a {
	border: 0px;
}
.navbar-right > li.active > a, .navbar-right > li > a:hover {
	border: 0px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-image: none;
	background-color: transparent;
	filter: none;
}
.navbar-nav > li.btn {
	padding: 0;
}
.navbar-nav > li.btn > a {
	background-color: #ff3f3d;
	color: #fff;
}

/* Home */
.home, .location {
	margin-top: -120px;
}
.bg-white {
	background-color: #f0f0f0;
	color: #272425;
}
.bg-black {
	background-color: #272425;
	color: #f0f0f0;
}
.bg-red {
	background-color: #ff3f3d;
	color: #f0f0f0;
}
.bg-home {
	z-index: -1;
	background: url(/bin/img/bg_home2022.jpg) no-repeat top;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0px;
	position: fixed;
}
.bg-location {
	z-index: -1;
	background: url(/bin/img/bg_location.jpg) no-repeat center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0px;
	position: fixed;
}
.big-day {
	position: absolute;
	left: 0px;
	right: 0px;
}
.big-day h1 {
	color: #f0f0f0;
	font-family: 'alien_league_ii_outlineRg';
	/*line-height: 200px;*/
	text-align: center;
}
.big-day h1 small {
	display: block;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
}
.big-day > div {
	text-align: center;
}
.big-day > div > a.btn-link {
	margin-top: 25px;
	text-transform: uppercase;
	color: #fff;
	background-color: #ff3f3d;
	border-color: #ff3f3d;
	font-weight: bold;
	padding: 8px 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	animation: scale_animation 2s infinite;
	transition: all .5s;
}
@keyframes scale_animation {
	0% {transform: scale(1); }
	50% {transform: scale(1.15); }
	75% {transform: scale(1);}
}
@media (max-width: 767px) {
	.big-day > div > a.btn-link {
		display: inline-block;
	}
}
@media(max-width:480px){
	.big-day h1 {
		line-height: 100px;
	}
}
.img-responsive {
	margin: auto;
}
.section-1 {
	padding-top: 200px;
	padding-bottom: 200px;
}
.btn-danger {
	color: #f0f0f0;
	padding: 5px 50px;
	font-weight: 400;
	font-size: 24px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #a91317;
	background-image: none;
	filter: none;
	line-height: 40px;

	transition: all 0.4s linear;
	-webkit-transition : all 0.4s linear;
	-moz-transition : all 0.4s linear;
	-o-transition : all 0.4s linear;
}
.btn-danger:hover {
	text-decoration: none;
	color: #f0f0f0;
}
.btn-danger:focus {
	text-decoration: none;
}
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus {
  color: #f0f0f0;
}
.section-1 .btn-danger {
	margin-top: 100px;
	width: 40%;
	max-width: 100%;
}
@media(max-width:992px){
	.section-1 .btn-danger {
		width: auto;
		display: block;
		font-size: 20px;
	}
}
.section-1 .big-num {
	line-height: 150px;
	text-transform: uppercase;
}
.section-1 .big-num {
	text-align: center;
}
.section-1 .big-num span.num {
	font-size: 150px;
	font-weight: bold;
	display: block;
}
.section-1 .big-num span.text {
	font-size: 60px;
	line-height: 50px;
	max-width: 180px;
	margin: auto;
	display: block;
}
.section-1 .table {
	margin-bottom: 0px;
}
.section-1 .table tr, .section-1 .table td {
	border: 0px;
}
.section-1 .big-logo {
	padding-bottom: 100px;
}

.big-list {
	text-align: center;
	padding-top: 200px;
	padding-bottom: 160px;
}
.big-list h2 {
	font-size: 34px;
	font-weight: normal;
	margin: 0px;
}
.big-list h3 {
	font-size: 30px;
	margin: 0px;
	display: inline-block;
	color: #ff3f3d;
}
.big-list ul {
	margin-top: 10px;
}
.big-list li {
	padding: 12px 0;
}
.artist-container {
	position: relative;
	overflow: hidden;
}
.artist-container span {
	position: absolute;
	color: #f0f0f0;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	background-color: rgba(0,0,0,.5);
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.filter img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.filter img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}

/* Artist index */
.artist-index, .artist-detail, .open-air-detail, .hotel {
	padding-bottom: 380px;
}
.artist-index .navbar-nav {
	display: inline-block;
	float: none;
	margin: 0;
}
.artist-index h1 {
	font-size: 52px;
}
.artist-index .navbar-sm > li > a {
	padding-bottom: 10px;
	min-height: 42px;
}
.artist-index .navbar-sm > li > a:hover {
	border-width: 1px;
	border-color: transparent;
	padding-bottom: 10px;
}
.open-air {
	min-height: 0px;
	padding-bottom: 0px;
}
@media (max-width: 991px) {
	.artist-index .navbar-nav > li:first-child > a {
    	margin-left: 5px;
	}
}

/* Artist detail */
.artist-detail {
	color: #f0f0f0;
	font-size: 24px;
}
.artist-detail h1 {
	margin: 0 0 30px;
	font-size: 42px;
}
.artist-detail span {
	display: block;
	margin-bottom: 10px;
}
.artist-detail .offset {
	padding: 20px;
}

/*** Hotel ***/
.hotel .badge-full {
	border-radius: 0;
    padding: 14px;
    display: block;
    background: #A71216;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 30px 0;
}
@media(max-width:767px){
	.hotel h1 {
		font-size: 32px;
	}
}

/* Come arrivare */
.maps-container {
	height: 100%;
	min-height: 100%;
}
.come-arrivare {
	padding: 50px 0;
}
.come-arrivare p {
	font-size: 18px;
}

/* Location */
.list-service {
	margin-top: -65px;
	text-align: center;
}
.list-service ul {
	margin-left: 15px;
	display: inline-block;
}
.list-service img {
	transition: all 0.4s linear;
	-webkit-transition : all 0.4s linear;
	-moz-transition : all 0.4s linear;
	-o-transition : all 0.4s linear;

	opacity: 0.5;
}
.list-service img:hover {
	opacity: 1;
}

/* Open Air */
.open-air .item {
	margin-bottom: 30px;
}
.open-air .item,
.open-air .item > a {
	position: relative;
	overflow: hidden;
}
.open-air .bg-pattern {
	background: url(/bin/img/pattern.png);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.9;

	transition: all 0.4s linear;
	-webkit-transition : all 0.4s linear;
	-moz-transition : all 0.4s linear;
	-o-transition : all 0.4s linear;
}
.open-air a:hover .bg-pattern {
	opacity: 0.3;
}
.open-air h2 {
	color: #f0f0f0;
	font-weight: bold;
	text-transform: uppercase;
}
.open-air .head-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.open-air .head-container > div {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.open-air .head-container .caption {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}
.open-air-detail .element {
	padding-bottom: 80px;
}
.open-air-detail .element h1,
.open-air-detail .element .list-inline {
	text-align: center;
}
.open-air-detail .element p {
	margin-top: 50px;
}
.open-air-detail .brand-detail {
	margin-top: 50px;
	margin-bottom: 50px;
}
.open-air-detail .btn-link {
	margin-top: 50px;
	width: 200px;
}
.open-air-form .select-date select {
	width: 32.8%;
	display: inline-block;
}
.open-air-form .checkbox input {
	position: relative;
	margin-right: 5px;
	top: 0;
}
.open-air-form .form-control {
	font-size: 18px;
}
.open-air-form .form-control:focus {
	border: 1px solid #f9c945;
    box-shadow: rgba(249, 201, 69, 0.6) 0 0 8px;
}
.open-air-form label {
	font-size: 20px;
	margin-bottom: 10px;
}
.open-air-form label.small {
	font-size: 16px;
}
.open-air-form h4 {
    display: block;
    margin: 25px 0;
    background-color: #F9C945;
    color: #272425;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
}
.open-air-form label span {
	margin-left: 5px;
    display: inline-block;
    float: right;
}
.open-air-form .help-block {
	color: #fff;
}
.open-air-form .error .help-block {
	color: #ff3f3d;
	font-size: 16px;
}
.open-air-form .btn-file {
    position: relative;
    overflow: hidden;
    padding: 1px 25px;
}
.open-air-form .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.open-air-form .input-group .form-control {
	border: 0 !important;
}
@media(max-width:767px){
	.open-air h1 {
		font-size: 32px;
	}
}

/* Sitemap */
.sitemap h1 {
	font-size: 80px;
}
.sitemap-container {
	padding-top: 30px;
	padding-bottom: 100px;
}
.sitemap-container ul {
	list-style: none;
}
.sitemap-container ul a {
	font-size: 20px;
	font-weight: 300;
	color: inherit;
	text-decoration: none;
	text-transform: capitalize;
}
.sitemap-container ul a:hover {
	text-decoration: underline;
}
.sitemap-container ul:first-child {
	padding: 0px;
}
.sitemap-container ul > li.top > a {
	font-weight: bold;
}

/* Program */
.program {
	padding-top: 0;
}
.day-name, .day-number {
	display: block;
	font-family: 'alien_league_ii_outlineRg';
	text-align: center;
}
.day-name {
	font-size: 120px;
	line-height: 170px;
}
.day-number {
	font-size: 400px;
	line-height: 250px;
}
.program .info-container {
    margin-top: 50px;
	text-align: center;
}
.program .info-container {
    padding: 0 80px;
}
.program .info-container span {
    font-size: 32px;
}
.program ul {
	margin-top: 50px;
	margin-bottom: 50px;
}
.program ul span {
	display: block;
	padding: 5px 0;
}
.program li {
	font-size: 22px;
	padding: 15px 30px;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);

	background-color: rgba(255,255,255,0);
	transition: all 0.2s linear;
	-webkit-transition : all 0.2s linear;
	-moz-transition : all 0.2s linear;
	-o-transition : all 0.2s linear;
}
.program ul li:last-child {
	border-bottom: 0px;
}
.program li:hover {
	background-color: rgba(255,255,255,0.05);
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
}
.program li .title {
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 20px;
}
.program h4 {
    font-size: 32px;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 30px;
}
.program .detail-container {
	margin-top: 140px;
}
.program .detail-container li {
    font-size: 24px;
}
@media(max-width:1199px){
	.navbar-nav > li > a {
		font-size: 18px;
		padding: 5px 10px;
		margin-left: 5px;
	}
}
@media(max-width:1099px){
	.big-list h2 {
		font-size: 30px;
    	line-height: 28px;
	}
	.artist-detail {
		font-size: 18px;
	}
	.artist-detail h1 {
		font-size: 40px;
	}
}
@media(max-width:991px){
	.navbar-nav > li > a {
		padding: 5px 5px;
	}
	.header .navbar-left {
		margin-top: 43px;
	}
	.navbar-nav > li:first-child > a {
		margin-left: 0px;
	}
}
@media(max-width:767px){
	.home, .location {
		margin-top: -100px;
	}
	.sitemap h1, .open-air-detail h1, .open-air-form h1 {
		font-size: 40px;
	}
	.open-air-detail .element {
		padding-bottom: 40px;
	}
	.open-air-detail .element p {
		margin-top: 40px;
	}
	.open-air-detail p {
		-webkit-columns:auto;
		-moz-columns: auto;
		columns: auto;
	}
	.open-air-detail .btn-link {
		display: block;
		width: auto;
	}
	.open-air-form .pull-left, .open-air-form .pull-right {
		float: none;
		display: block;
		width: 100%;
	}
	.open-air-detail ul.list-inline li {
		padding: 0px;
		display: block;
		margin-bottom: 10px;
	}
	.btn-link {
		display: block;
	}
	.header {
		min-height: 100px;
	}
	#fb-like-wrapper {
		display: none;
	}
	.list-service img {
		width: 25px;
		height: 25px;
	}
	.list-service {
		text-align: center;
	}
	.list-service ul {
		margin-left: 0;
	}
	.artist-detail .offset {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.footer-copy .text-right, .footer-copy, .footer h3 {
		text-align: center !important;
	}
	.footer .number-container > div {
		margin-top: 20px;
	}
	.footer .number-container > div:first-child {
		margin-top: 0px;
	}
	.footer h3 {
		margin-top: 100px;
	}
	.footer-copy .row > div:first-child {
		margin-bottom: 10px;
	}
	.footer .pull-left, .footer .pull-right {
		float: none;
		display: block;
		width: 100%;
	}
	.navbar-brand img {
		width: 70px;
	}
	.section-1 .table {
		margin-top: 100px;
	}
	.section-1 .big-num {
		line-height: 150px;
		text-transform: uppercase;
	}
	.section-1 .big-num {
		text-align: center;
	}
	.section-1 .big-num span.num {
		font-size: 100px;
		line-height: 110px;
	}
	.section-1 .big-num span.text {
		font-size: 40px;
		line-height: 35px;
	}
	.big-list, .section-1 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.navbar-collapse {
		margin-top: 5px;
		box-shadow: none;
		background-color: rgba(38, 38, 38, 0.6);
	}
	.navbar-collapse .menu-social {
		display: none;
	}
	.navbar-collapse .navbar-nav > li > a {
		margin: 5px 15px;
		border-radius: 0px;
		border: 1px solid;
		border-color: transparent;
		padding: 7px 0px;
	}
	.navbar-nav > li.active > a, .navbar-nav > li > a:hover {
		border-bottom: 1px solid #f0f0f0;
	}
	.navbar-collapse .navbar-left {
		margin-top: 10px;
	}
	.navbar-toggle {
		margin-top: 30px;
	}
	.navbar-toggle .icon-bar {
		background: #f0f0f0;
		height: 2px;
		margin-bottom: 5px;
		width: 30px;
	}
	.open-air-form .select-date select {
		width: 32.5%;
	}
}

/* Video Wrapper */
.videoWrapper {
	position: relative;
	height: 720px;
	max-width: 1920px;
	margin: auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 720px;
}

/*** Modal Policy ***/
form .checkbox {
	font-size: 14px;
	margin: 15px 0;
}
form .checkbox label{
	margin-bottom: 8px;
}
form .checkbox a {
	font-weight: bold;
}
form .checkbox a:focus {
	color: inherit;
}
.modal .modal-content {
	border-radius: 0px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	color: #000 !important;
}
.modal p {
	margin: 0px;
}
.modal .btn-link {
	border: 2px solid #000;
	color: #000;
}

/*** Cookie Policy ***/
.alert-cookie {
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding: 8px 20px;
	width: 100%;
	filter: none;
	text-shadow: none;
	background-image: none;
	box-shadow: none;
	border: 0px;
	margin: 0px;
	background-color: #000;
	background-color: rgba(0, 0, 0,0.9);
	color: #fff;
	font-size: 14px;
	z-index: 99999;
}
.alert-cookie a, .alert-cookie a:hover, .alert-cookie a:focus {
	text-decoration: none !important;
	font-weight: bold;
	color: #fff;
}
.alert-cookie .btn-cookie {
	border: 0;
	margin-left: 5px;
	filter: none;
	background-image: none;
	font-weight: bold;
	font-size:13px;
	width: 50px;

	background-color: #fff;
	color: #000;
	outline: none;
}

/*** Cookie Page ***/
.cookie-container {
	margin: 50px 0;
}
.cookie-container a {
	text-decoration: none;
	color: #FF3F3D;
}
.cookie-container > ul {
	margin-top:30px;
}

/*** Fancy ***/
.fancybox-next span, .fancybox-prev span {
	background-image: none !important;
	color: #fff !important;
	font-size: 90px !important;
	opacity: 0.5 !important;
	margin-top: -45px !important;
}
.fancybox-prev span {
	left: -15px !important;
}
.fancybox-next span {
	right: -15px !important;
}

@media(max-width: 991px){
	.nav > li > a > img {
		display: none;
	}
}

/*** Iscrizione ***/
.iscrizione .alert-danger {
	border: 1px solid #FF413F;
    color: #FF413F;
    padding: 5px 15px;
    font-size: 18px;
}
.iscrizione .alert-success {
	border: 1px solid #8CE0B5;
    color: #8CE0B5;
	padding: 5px 15px;
    font-size: 18px;
}
.navbar-sm > li > a {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
	border: 0;
}
.navbar-sm > li > a:hover {
	border: 0;
	padding-bottom: 0;
	text-decoration: underline;
}
@media(max-width:768px) {
	.artist-index .text-right {
		text-align: left !important;
	}
}