/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
body {
	overflow-x: hidden;
	padding-top: 170px;
}

.content.col-xs-12 {
	padding: 0;
}

.clear-element {
  clear: both;
}

.btn-black {
  background-color: #000;
  color: #FFF;
}

.btn-black:hover,
.accoglienza-header .btn-black.active{
  background-color: #FFCC00;
  color: #FFF;
}

.btn.btn-yellow {
  background-color: #FFCC00;
  color: #000;
}

.btn.btn-yellow:hover {
  background-color: #000;
  color: #FFF;
}

.section {
	margin-bottom: 70px !important;
}

.section.no-margin {
	margin-bottom: 0 !important;
}

.title-line {
	display: block;
	color: #000;
}

.title-line .section-title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.title-line .section-title h1, 
.title-line .section-title h2{
  position: relative;
  font-family: exo;
  font-weight: 800;
  font-size: 50px;
  text-align: center;
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding: 0 30px;
}

.title-line .section-title:before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.section-title h1,
.section-title h2{
	font-family: Exo;
	font-size: 50px;
	font-weight: 800;
	display: block;
	margin: 0 0 30px;
	position: relative;
	z-index: 5;
}

.title-center .section-title {
	text-align: center;
}

.two-column {
	column-count: 2;
	column-gap: 50px;
}

.page-content {
	overflow: hidden;
}

@media(max-width: 991px){
	body {
		padding-top: 153px;
		font-size: 16px;
	}
	
	.section {
		margin-bottom: 50px !Important;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 35px;
	}

	.title-line .section-title h1,
	.title-line .section-title h2 {
		font-size: 35px;
	}
}

@media(max-width: 767px){
	body {
		padding-top: 90px;
		font-size: 16px;
	}

	.section {
		margin-bottom: 30px !Important;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.title-line .section-title h1,
	.title-line .section-title h2 {
		font-size: 25px;
	}

	.two-column {
		column-count: 1;
	}

	.title-line .section-title {
		margin-bottom: 20px;
	}

	.btn-black {
	    font-size: 16px;
	}
}
/* ---------------------------------------------------------------------------------------------- */




/* Header
------------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	padding: 30px;
	transition: all 0.4s ease;
	background-color: #FFF;
}

header .container {
	position: relative;
}

.navbar-brand > img {
  max-height: 95px;
  transition: max-height 0.4s;
}

header.shrink .navbar-brand > img {
  max-height: 70px;
}

header .slogan {
	margin-left: 50px;
	display: inline-block;
}

header .slogan span {
	background-color: #000;
	color: #FFF;
	font-family: Exo;
	font-weight: 800;
	font-size: 25px;
	line-height: 33px;
	padding: 0 10px;
}


/*Tasto menù*/
.fixed-menu {
	position: absolute;
	right: 0;
	top: -6px;
	z-index: 10;
}

.fixed-menu .name {
  font-family: Exo;
  color: #000;
  font-weight: 800;
  font-size: 18px;
}

.fixed-menu a .image {
	background-image: url('../Images/OpenNav.png') !important;
	width: 43px;
	height: 43px;
	background-size: contain !important;
	display: block;
}

.open-navbar .fixed-menu a .image {
	background-image: url('../Images/CloseNav.png') !important;
}

@media(max-width: 991px){
	.fixed-menu a .image {
		height: 50px;
		width: 50px;
	}

	.fixed-menu .name {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.fixed-menu .name {
		font-size: 14px;
	}
}

/*Menù*/
.overlay-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background-color: rgba(255,204,0,0.9);
	overflow-x: hidden;
	transition: 0.5s;
	width: 0;
}

.open-navbar .overlay-menu {
	width: 100%;
}

.overlay-content {
	position: relative;
	top: 130px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1400px;
}

.overlay-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/*Voci di menù*/
.navbar-nav > li > a {
  color: #000;
  display: inline-block;
  font-weight: 800;
  font-family: Exo;
  font-size: 31px;
}

.navbar-nav > li {
  float: none;
  margin-bottom: 10px;
}

.navbar-nav > li.active > a,
.navbar-nav > li > a:hover, 
.navbar-nav > li > a:focus {
	background-color: transparent;
	color: #FFF;
}


@media(max-width: 991px){
	header .slogan {
		margin-left: 0px;
		margin-top: 2px;
	}

	.navbar-brand > img {
		height: 80px;
	}

	.navbar-brand {
		float: none;
	}

	header .slogan span {
		font-size: 15px;
		line-height: 23px;
	}
}

@media(max-width: 767px){
	header {
		padding: 15px 0px;
	}

	.navbar-brand > img {
		height: 36px;
		margin-top: 12px;
	}

	header .slogan {
		line-height: 9px;
	}

	header .slogan span {
		font-size: 12px;
		line-height: 20px;
	}

	.fixed-menu {
		right: 15px;
		top: 1px;
	}

	.navbar-nav > li > a {
		font-size: 20px;
		margin: 0px;
		padding: 0px 15px;
	}

	.fixed-menu a .image {
		width: 35px;
		height: 34px;
	}

}

/* Login */

.login-section {
    position: absolute;
    right: 150px;
    top: -2px;
}

.login-section .icon-label {
	font-size: 60px;
	margin-top: 9px;
	margin-right: 20px;	
}

.info.info-login {
	position: absolute;
	background-color: #FFF;
	width: 300px;
	left: -4px;
	top: 90px;
	padding: 14px;
	z-index: 3;
	background-color: #FFCC00;
	color: #000;
}

.login-section > a {
    color: #000;
	font-size: 50px;
}

.login-section ul {
	list-style-type: none;
}

.login .button.btn.btn-primary {
	color: #fff;
	font-size: 20px;
}

.login .password-rerinder a {
	color: #000;
}

.login-section .user-name-container {
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	border: 1px solid;
	padding: 10px;
	margin-bottom: 20px;
}

.login-section .btn.btn-primary {
	margin-bottom: 10px;
	width: 100%;
}


@media(max-width: 767px){
	.info.info-login {
		left: -152px;
	}

	.login-section {
		right: 101px;
	}
	
	.login-section .icon-label {
		font-size: 45px;
		margin-top: 5px;
		display: inline-block;
	}
}

/* Selettore Lingue */
.language-section {
    position: absolute;
    right: 80px;
    top: -2px;
}

.language-section a {
    display: block;
    color: #000;
    font-family: Exo;
    font-weight: 800;
    font-size: 28px;
    line-height: 39px;
}

.language-section a.active {
	color: #FFCC00;
}

@media(max-width: 991px) {
	.language-section a {
		line-height: 42px;
	}
}

@media(max-width: 767px){
	.language-section {
		top: 5px;
		right: 65px;
	}
	
	.language-section a {
		line-height: 30px;
		font-size: 22px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: #000;
	margin-top: -1px;
	padding: 40px 80px 20px;
}

footer .row {
	margin: 0;
}

footer img {
	display: inline-block !important;
	margin-top: 12px;
}

footer .logo-container a {
	color: #fff;
	font-size: 18px;
}

footer .logo-container a:hover {
	color: #FFCC00;
}

footer .valtellina-logo img {
	margin-top: -10px;
}

footer .text-container {
	color: #FFF;
	text-align: center;
	padding-top: 30px;
}

footer .date {
	display: block;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: Exo;
	font-weight: 800;
}

footer .links-container {
  text-align: right;
  margin-top: 10px;
}

footer .links-container a {
  color: #FFF;
  font-size: 35px;
  margin-left: 30px;
}

footer .links-container a:hover {
  color: #FFCC00;
}

footer .loghi-big {
	display: block;
	text-align: center;
	border-top: 1px solid #ffffff30;
	margin-top: 50px;
	padding: 30px 0px;
}

footer .loghi-big img {
	margin: 0 auto;
	width: 250px;
}

footer .loghi-list {
	border-top: 1px solid #ffffff30;
	border-bottom: 1px solid #ffffff30;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px 0px 20px;
	text-align: center;
}

footer .loghi-list .image {
	display: inline-block;
}

footer .loghi-list img {
	width: 90px;
}

footer .credits {
	font-size: 14px;
	display: block;
	text-align: center;
	color: #FFF;
	margin-top: 30px;
}

footer .credits a {
  color: #FFF;
  text-decoration: none;
}

footer .credits a:hover {
  text-decoration: underline;
}

footer::after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}

@media(max-width: 1450px){
	footer .valtellina-logo img {
		margin-top: -10px;
	}
}

@media(max-width: 1200px){
	footer .text-container {
	    padding-top: 20px;	
	}
}

@media(max-width:991px){
	footer {
	  padding: 20px;
	}
	footer img {
	  max-width: 350px !important;
	  margin: 0 auto;
	  display: block !important;
	}
	footer .text .date {
	  font-size: 23px;
	  line-height: 23px;
	}

	footer .links-container {
		text-align: center;
	}

	footer .loghi-list {
		margin-top: 15px;
		text-align: center;
		padding-bottom: 10px;
	}

	footer .loghi-list .image{
		display: inline-block;
	}

	footer .logo-container a {
		display: block;
		text-align: center;
		margin-top: 10px;
	}

	footer .valtellina-logo img {
		margin-top: 0px;
	}

	footer .loghi-big {
		margin-top: 15px;
		padding: 15px 0px;
	}
}

@media(max-width:767px){
	footer {
	  text-align: center;
	}
	footer img {
		max-width: 150px !important;
		display: block !important;
	}
	footer .text .date {
		font-size: 16px;
		line-height: 18px;
	}
	footer .text {
	  float: none;
	  text-align: center;
	}
	footer .credits {
	font-size: 11px;
	margin-top: 10px;
	}

	footer .date {
		font-size: 20px;
		line-height: 20px;
		margin-top: 0px;
	}

	footer .links-container {
		margin-top: 10px;
		text-align: center;
	}

	footer .links-container a {
		font-size: 15px;
		padding-left:  0px;
		margin-left: 10px;
	}

	footer .text-container {
		padding-top: 0px;
	}

	footer .logo-container a {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	footer .loghi-list .image img {
		width: 60px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Prima fascia*/
.home-header {
	background-image: url('/Sites/436/WebExplorer/Home/Header.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

#section-54396.home-header {
	background-image: url('/Sites/436/WebExplorer/Home/Header-2025.jpg');
}

.home-header.mobile {
	background-image: url('/Sites/436/WebExplorer/Home/HeaderMobile.jpg');
	background-position: center;
}

#section-54397.home-header.mobile {
	background-image: url('/Sites/436/WebExplorer/Home/HeaderMobile-2025.jpg');
	background-position: center;
}

.home-header .container {
  position: relative;
  z-index: 2;
}

.home-header .left-column {
	padding: 200px 50px 200px 15px;
}

.home-header .left-column h1 {
  margin-top: 0;
  font-family: Exo;
  font-weight: 800;
  margin-bottom: 100px;
}

.home-header .left-column h1 span {
  display: block;
}
.home-header .left-column h1 span.first {
  font-size: 30px;
}

.home-header .left-column h1 span.second {
  font-size: 120px;
  line-height: 110px;
}

.home-2025 .home-header .left-column h1 span.second {
	 font-size: 90px;
}

.home-header .left-column h1 span.third {
  font-size: 30px;
}

.home-header .left-column .text {
  font-size: 22px;
  max-width: 600px;
  font-weight: 600;
  padding-right: 50px;
}

.home-header .left-column .text a {
  margin-top: 30px;
  margin-right: 30px;
}

.home-header .second-column {
	padding: 400px 15px 200px 83px;
}

.home-header .second-column h3 {
  font-family: Exo;
  font-size: 45px;
  margin-top: 40px;
  margin-bottom: 50px;
  font-weight: 800;
}

.home-header .second-column h3 .second {
  display: block;
  font-size: 65px;
}

.home-header .second-column h3 .first {
  font-style: italic;
}

.home-header .second-column .text div.slogan span {
	background-color: #000;
	color: #FFF;
	display: inline-block;
	font-size: 32px;
	font-family: Exo;
	font-weight: 900;
	padding: 0 15px;
	margin-bottom: 4px;
}

.home-header .second-column .countdown-text {
	background-color: #000;
	color: #FFF;
	display: inline-block;
	font-size: 32px;
	font-family: Exo;
	font-weight: 900;
	padding: 0 15px;
	margin-bottom: 30px;
}

.home-header .second-column #countdown .item {
	background-color: #FFCC00;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	float: left;
	margin-right: 10px;
	padding: 10px;
}

.home-header .second-column .text .links {
  margin-top: 88px;
}

.home-header .second-column .text .links a {
  margin-right: 30px;
}

@media(max-width: 991px){
	.home-2025 .home-header .left-column h1 span.second {
		margin-bottom: 20px;
	}
}

@media(max-width: 767px){
	.home-header .second-column .text .links a {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.home-2025 .home-header .left-column h1 span.second {
	 font-size: 40px;
	}
}

/*Fascia filosofia*/
.home-philosophy {
  position: relative;
  padding-top: 100px;
}

.home-philosophy .section-title {
	max-width: 750px;
}

.home-philosophy .image-container img {
  width: 100%;
}

.home-philosophy .text-container {
  margin-top: 443px;
  padding-left: 50px;
}

.home-philosophy .text-container a {
  margin-top: 30px;
}

.home-philosophy .image-yellow {
  position: absolute;
  height: 600px;
  width: 65%;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  top: 0;
  opacity: 0.8;
}

/*Main sponsor*/
/*.home-main-sponsor-carousel {
	max-width: 1100px;
	margin: 0 auto;
}*/

.home-main-sponsor {
  position: relative;
  padding-top: 50px;
}

.home-main-sponsor:before {
  background-color: #EDEDED;
  width: 4000px;
  position: absolute;
  height: 75%;
  content: "";
  left: -2000px;
  top: 0;
  z-index: -1;
}

.home-main-sponsor .section-title h2 {
  background-color: #ededed;
}

.home-main-sponsor .sponsor-grid {
	margin: 70px;
}

.home-main-sponsor .item {
  color: #000;
  height: 250px;
  width: 20%;
  float: left;
  background-size: cover;
  background-position: center;
}

.home-sponsor {
  position: relative;
  padding-top: 50px;
}

.home-sponsor:before {
  background-color: #EDEDED;
  width: 4000px;
  position: absolute;
  height: 102%;
  content: "";
  left: -2000px;
  top: 0;
  z-index: -1;
}

.home-sponsor .section-title h2 {
  background-color: #ededed;
}

.home-sponsor .sponsor-grid {
	margin: 0px;
}

.home-sponsor .item {
  color: #000;
  height: 250px;
  width: 25%;
  float: left;
  background-size: cover;
  background-position: center;
}


/*.home-main-sponsor .intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.home-main-sponsor .item .image {
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position: center;
  text-align: center;
  padding-top: 70px;
}

.home-main-sponsor .item .image img {
  width: auto;
  margin: 0 auto 0;
}

.home-main-sponsor .item  .text-container {
  height: 350px;
  display: table;
}

.home-main-sponsor .item .text-container .caption {
  display: table-cell;
  vertical-align: middle;
}

.home-main-sponsor .item .text-container .caption .title {
  font-size: 40px;
  display: block;
  font-family: Exo;
  font-weight: 800;
  margin-bottom: 20px;
}
/*


/*.home-main-sponsor .intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
}

.home-main-sponsor .item .image {
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position: center;
  text-align: center;
  padding-top: 70px;
}

.home-main-sponsor .item .image img {
  width: auto;
  margin: 0 auto 0;
}

.home-main-sponsor .item  .text-container {
  height: 350px;
  display: table;
}

.home-main-sponsor .item .text-container .caption {
  display: table-cell;
  vertical-align: middle;
}

.home-main-sponsor .item .text-container .caption .title {
  font-size: 40px;
  display: block;
  font-family: Exo;
  font-weight: 800;
  margin-bottom: 20px;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
  font-size: 50px !important;
  position: absolute !important;
  left: -100px !important;
  top: 50% !important;
  margin-top: -35px !important;
}

.owl-carousel .owl-nav button.owl-next {
  left: auto !important;
  right: -100px !important;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent !important;
  color: #FFCC00 !important;
}*/

/*Premium Sponsor*/
.home-premiun-sponsor {
	position: relative;
	padding-bottom: 80px;
	margin-bottom:0 !important;
}

.home-premiun-sponsor::before {
	background-color: #FCF5D6;
	width: 4000px;
	position: absolute;
	height: 60%;
	content: "";
	left: -2000px;
	bottom: 0;
	z-index: -1;
}

.home-premiun-sponsor-carousel {
	padding: 0 100px;
}

.home-premiun-sponsor-carousel .item {
  position: relative;
  display: block;
  height: 250px;
}

.home-premiun-sponsor-carousel .item .image {
  height: 250px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.home-premiun-sponsor-carousel .item img {
  width: auto;
  max-width: 150px;
  margin: -200px auto 0;
  z-index: 5;
  position: relative;
}

/*Random photo*/
.random-photo {
  position: relative;
  padding-left: 150px;
}

.random-photo .image {
  height: 800px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.random-photo .title-container {
	transform: rotate(-90deg);
	position: absolute;
	display: block;
	width: 800px;
	left: -332px;
	top: 339px;
	height: 125px;
	overflow: hidden;
}

.random-photo .title-container .title {
  font-family: Exo;
  font-weight: 800;
  display: block;
  font-size: 50px;
}

.home-main-sponsor .item:nth-child(3),
.home-main-sponsor .item:nth-child(10),
.home-main-sponsor .item:nth-child(13) {
	filter: grayscale(1);
}

@media(max-width: 1450px){
	.home-header .left-column .text a:nth-child(2n+1){
		margin-top: 15px;
	}

	.home-header .second-column .text .links {
		padding-top: 30px;
	}
}

@media(max-width: 1200px){

	
	.home-header .second-column .text .links  {
		 padding-top: 15px;
	}

}

@media(max-width: 991px){
	.home-header .second-column .text .links {
		margin-top: 65px;
	}

	.home-header .second-column {
		padding-left: 50px;
		padding-top: 81px;
	}

	.random-photo .title-container .title {
		font-size: 35px;
	}

	.random-photo {
		padding-left: 100px;
	}

	.home-main-sponsor .item {
		width: 25%;
		height: 100px;
	}

	.home-sponsor .item {
		width: 25%;
		height: 100px;
	}

	.home-main-sponsor .item:nth-child(13),
	.home-main-sponsor .item:nth-child(14),
	.home-main-sponsor .item:nth-child(15){
		display: none;
	}

	.home-philosophy .text-container {
		padding-left: 15px;
	}

	.home-header .left-column .text {
		padding-right: 0px;
	}
}

@media(max-width: 767px){
	.random-photo .image {
		height: 400px;
	}

	.random-photo .title-container .title {
		height: auto;
		font-size: 20px;
	}

	.random-photo .title-container {
		height: auto;
		top: 0px;
		left: 0px;
		position: relative;
		transform: rotate(0);
		margin-bottom: 20px;
	}

	.random-photo {
		padding-left: 0px;
	}

	.home-main-sponsor {
		padding-top: 30px;
	}

	.home-main-sponsor .sponsor-grid {
		margin: 15px;
	}

	.home-philosophy .text-container {
		margin-top: 30px;
	} 

	.home-philosophy .image-container img {
		width: 209px;
	}

	.home-philosophy .image-yellow {
		width: 58%;
		height: 370px;
	}

	.home-header .left-column {
		padding: 30px 15px;
	}

	.home-header .second-column {
		padding: 0px 15px 70px;
	}

	.home-header .left-column h1 {
		margin-bottom: 20px;
	}

	.home-header .second-column h3 {
		margin-top: 0px;
		margin-bottom: 30px;
		font-size: 30px;
	}

	.home-header .second-column .text .links {
		margin-top: 30px;
		padding-top: 0px;
	}

	.home-header .second-column h3 .second {
		line-height: 40px;
		font-size: 40px;
	}

	.home-header .second-column .text div.slogan span {
		font-size: 20px;
	}

	.home-header .second-column .countdown-text {
		font-size: 20px;
	}

	.home-header .second-column #countdown-smartphone .item {
		background-color: #FFCC00;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
		float: left;
		margin-right: 10px;
		padding: 10px;
	}
	
	.home-header .left-column .text {
		font-size: 19px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Mappa
------------------------------------------------------------------------------------------------- */
.map-band {
  background-size: contain;
  background-position: right;
  padding: 100px 0;
  background-repeat: no-repeat;
  height: 900px;
}

.map-band .subtitle {
  font-family: Exo;
  font-size: 33px;
  font-style: italic;
  max-width: 900px;
  margin-bottom: 40px;
}

.map-band .links a {
  margin-right: 10px;
}

.map-band .links a.active {
  background-color: #FFCC00;
}

.map-band .items .item {
  max-width: 650px;
  margin: 30px 0;
}

.map-band .image-mobile {
	display: none;
}

.map-section-page .subtitle {
    font-weight: 600;
    font-family: Exo;
    font-style: italic;
    margin-bottom: 30px;
}

.map-section-page .links {
	margin-bottom: 30px;
}

.map-section-page .items {
	margin-bottom: 30px;
}

@media(max-width: 1450px){
	.map-band .subtitle {
		width: 700px;
	}
}

@media(max-width: 1200px){
	.map-band {
		height: 1000px;
	}

	.map-band .subtitle {
		width: 500px;
		font-size: 30px;
	}

	.map-band .items .item {
		max-width: 400px;
	}
}

@media(max-width: 991px){
	.map-band {
		background-position: bottom;
		background-image: unset !important;
		height: auto;
	}

	.map-band .items .item {
		max-width: 100%;
	}

	.map-band .subtitle {
		max-width: 100%;
	}

	.home-header .left-column h1 span.second {
		font-size: 80px;
		line-height: 80px;
	}

	.map-band .image-mobile {
		display: block;
		margin-top: 50px;
	}

	.map-band .subtitle {
		width: 100%;
		font-size: 30px;
	}
}

@media(max-width: 767px){
	.map-band {
		height: auto;
		padding: 30px 0px;
		background-position: bottom 20px right 100px;
	}

	.map-band .subtitle {
		font-size: 20px;
	}

	.home-header .left-column h1 span.second {
		font-size: 40px;
		line-height: 40px;
	}

	.map-band .subtitle {
		font-size: 18px;
	}

	.map-section-page {
		padding: 0px;
		padding-top: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Pre - Iscrizione
------------------------------------------------------------------------------------------------- */
.page-form {
  background-color: #FFCC00;
}

.page-form .page-content {
  padding-top: 80px;
}

.pre-subscription .legend {
  display: none;
}

.pre-subscription .tableFields {
  margin: 30px -15px 30px;
}

.inputbox.vertical .validation-required,
.inputbox.form-horizontal .validation-required {
  background-image: none !important;
  padding: 0 !important;
}

.inputbox.vertical .validation-required:after,
.inputbox.form-horizontal .validation-required:after{
	content: "*";
}

.inputbox.vertical .validation-required span,
.inputbox.form-horizontal .validation-required span{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
}



.input-group label {
  font-weight: 300;
}

.pre-subscription .input-group {
  display: inline-block;
  margin-right: 30px;
}

.pre-subscription .privacy-field {
  position: relative;
  padding-left: 38px;
  border-top: 1px solid;
  padding-top: 30px;
}

.pre-subscription .privacy-field .control-label.validation-required {
  font-weight: 300;
  font-size: 14px;
}

.pre-subscription .privacy-field .control-label.validation-required a {
	color: #000;
	text-decoration: underline;
}

.pre-subscription .privacy-field .input-div {
  position: absolute;
  left: 15px;
  top: 31px;
}

.pre-subscription .privacy-field .validation-error-label {
	position: relative;
	bottom: auto;
}

.pre-subscription .confirm {
	font-size: 30px;
}

.pre-subscription .tableFields .form-group a {
	color: #000;
	text-decoration: underline;
}

.pre-subscription .tableFields .form-group a:hover {
	opacity: 0.8;
}

.pre-subscription .complete-inscription .control-label {
	font-size: 35px;
	font-family: Exo;
	width: 70%;
}

@media(max-width: 991px){
	.page-form .page-content {
		padding-top: 50px;
	}
}

@media(max-width:767px){
	.pre-subscription .tableFields .form-group {
	  width: 100%;
	}
	.pre-subscription .confirm {
		font-size: 24px;
	}

	.page-form .page-content {
	    padding-top: 30px;
	}

	.pre-subscription .complete-inscription .control-label {
		font-size: 20px;
		line-height: 27px;
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Privacy
------------------------------------------------------------------------------------------------- */
.privacy-page .img-responsive.privacy-logo {
  margin-top: 30px;
  max-width: 400px;
  width: 100%;
}
/* ---------------------------------------------------------------------------------------------- */



/* Elenco iscritti
------------------------------------------------------------------------------------------------- */
.subscriber-list .actions {
  display: none;
}

.subscriber-list .city,
.subscriber-list .province,
.subscriber-list .state {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    text-transform: uppercase;
}

.subscriber-list .item.item-header {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  border-bottom: 2px solid;
}

.subscriber-list .item {
	border-bottom: 1px solid;
	padding: 5px 0;
}

.subscriber-list .item .place {
  display: none;
}

.subscriber-list .name {
  text-transform: uppercase;
  font-weight: 500;
}

.subscriber-list .city {
  text-transform: capitalize;
}

.subscriber-list .item.item-header .city {
  text-transform: uppercase;
}

.subscriber-list div.layout-container .pagination {
	display: block;
	border-radius: 0;
}

div.layout-container .pagination span.goto-page, 
table.data-table tfoot .pagination span.goto-page {
  display: none !important;
}

div.layout-container .pagination .total-rows, 
table.data-table tfoot .pagination .total-rows {
  padding-left: 0 !important;
  font-weight: 500;
}

@media(max-width:767px){
	.subscriber-list .item .place {
	  display: block;
	}
	.subscriber-list .item .city, .subscriber-list .item .province, 
	.subscriber-list .item .state {
	  display: none;
	}
	.subscriber-list .item.item-header {
	  margin-top: 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* News
------------------------------------------------------------------------------------------------- */
/*Carosello Home e Lista*/
.home-news .item,
.news-list .item {
  color: #000;
  display: block;
}

.news-list .item {
  margin-bottom: 30px;
}

.home-news .item .image,
.news-list .item .image {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  filter: grayscale(1);
}

.home-news .item .date,
.news-list .item .date {
	font-family: Exo;
	font-weight: 800;
	margin-bottom: 25px;
	display: block;
}

.home-news .caption,
.news-list .caption {
	background-color: rgba(255,204,0,0.6);
	padding: 15px;
	margin-top: -50px;
	z-index: 3;
	position: relative;
}

.home-news .item:hover .caption,
.news-list .item:hover .caption {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
}

.home-news .caption .more,
.news-list .caption .more {
  font-family: Exo;
  font-weight: 800;
}

.home-news .caption .title,
.news-list .caption .title {
  display: block;
  height: 80px;
  overflow: hidden;
}

/*Dettaglio*/
.news-detail .image-container > div {
  height: 500px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.news-detail .text-container {
  padding-left: 50px;
}

.news-detail .text-container .date {
  font-family: Exo;
  font-weight: 900;
  font-size: 35px;
  margin-top: 30px;
  display: block;
}

.news-detail .text-container h1 {
  margin: 5px 0 25px;
  font-family: Exo;
  font-weight: 800;
  font-size: 30px;
}

.news-detail .other-text {
	margin-top: 30px;
}

.news-list .view-all {
	display: block;
}

.news-detail table .column-first {
	background-color: #ffedb9;
}

.news-detail table .column-second {
	background-color: #b8e08c;
}

@media(max-width: 1200px) {
	.home-news .caption .title,
	.news-list .caption .title {
		height: 100px;
	}

	.home-news .item .date,
	.news-list .item .date {
		margin-bottom: 10px;
	}

	.home-news .item .image,
	.news-list .item .image {
		height: 400px;
	}
}

@media(max-width: 991px){
	.home-news .caption .title,
	.news-list .caption .title {
		height: auto;
		margin-bottom: 10px;
	}

	.home-news .item .image,
	.news-list .item .image {
		height:300px;
	}
	
	.news-detail .text-container {
		padding-left: 30px;
	}

	.home-news .caption {
		margin-top: -45px;
	}
}

@media(max-width: 767px){
	.home-news .item .image,
	.news-list .item .image {
		height: 300px;
	}

	.home-news .item .date,
	.news-list .item .date {
		margin-bottom:  0px;
	}

	.home-news .caption .title,
	.news-list .caption .title {
		height: auto;
		margin-bottom: 0px;
	}

	.news-detail .image-container > div {
		height: 300px
	}

	.news-detail .text-container .date {
		margin-right: 15px;
		margin-top: 15px;
		font-size: 20px;
	}

	.news-detail .text-container {
		padding-left: 15px;
	}

	.news-detail .text-container h1 {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.home-news .caption {
		margin-top: -40px;
	}

	.news-detail table .column-first {
		max-width: 400px !important;
		white-space: break-spaces !important;
	}

	.news-detail table .column-second {
		white-space: break-spaces !important;		
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Edizioni
------------------------------------------------------------------------------------------------- */
/*Carosello home*/
.home-mello-history {
  position: relative;
  padding-left: 150px;
  padding-right: 15px;
}

.home-mello-history .image-background {
  height: 497px;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  background-size: cover;
  background-position: center;
}

.home-mello-history .text-container {
  text-align: right;
  padding-top: 30px;
  position: relative;
  float: right;
  max-width: 420px;
  margin-bottom: 50px;
  color: #000;
}

.home-mello-history .text-container .title {
  font-size: 50px;
  font-family: Exo;
  font-weight: 900;
  display: block;
}

.home-mello-history .text-container:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.home-video-container{
	background-color: #FFF;
	background-position: 0% 50%;
	background-size: cover;
	height: 600px;
	position: relative;
} 

#vimeohero {
	width: 100%;
	background: #eee;
	height: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: #000;
}

#vimeohero iframe {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
}


.home-mello-history  .item,
.grid-mello-history  .item {
  display: block;
  color: #FFF;
  position: relative;
}

.home-mello-history .item .image,
.grid-mello-history .item .image {
  height: 380px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.home-mello-history .item .overlay,
.grid-mello-history .item .overlay {
  width: 100%;
  opacity: 0;
}

.home-mello-history .item .year,
.grid-mello-history .item .year {
  position: absolute;
  font-family: Exo;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 60px;
  font-weight: 800;
  margin-top: -42px;
}

.grid-mello-history .item .overlay {
	background-color: #FFCC00;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
}

.home-mello-history .item:hover .overlay,
.grid-mello-history .item:hover .overlay {
  opacity: 0.5;
}

.home-mello-history .owl-carousel .owl-nav button.owl-prev {
  display: none;
}

.grid-mello-history .intro {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 100px;
}

.grid-mello-history .current-edition {
	column-count: 2;
	margin-bottom: 50px;
	column-gap: 30px;
}

.grid-mello-history .current-edition .text {
	column-count: 1;
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}

.grid-mello-history .text {
	margin-bottom: 50px;
	column-count: 2;
	column-gap: 30px;
	border-bottom: 1px solid #000;
	padding-bottom: 30px;
}

.grid-mello-history .title {
	font-family: Exo;
    font-weight: 800;
}

.grid-mello-history .row {
  margin: 0;
}

.grid-mello-history .row > div {
  padding: 0;
}

.grid-mello-history .item .image {
  height: 550px;
}

.home-mello-history .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	left: -100px;
	bottom: 50%;
	font-size: 70px !important;
	margin-bottom: -35px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background-color: transparent !Important;
}

@media(max-width: 991px) {
	.grid-mello-history .current-edition {
		column-count: 1;
	}
}

/*Header Random Foto*/
.random-photo-edition .image {
  width: 85%;
  height: 700px;
  float: right;
  filter: grayscale(1);
  margin-top: -80px;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center;
}

.random-photo-edition .title-container {
  background-color: rgba(255,204,0,0.8);
  padding: 20px 20px 100px 20px;
  display: inline-block;
  width: 700px;
  z-index: 3;
  position: relative;
}

.random-photo-edition .title-container .subtitle {
  display: block;
  font-weight: 800;
  font-family: Exo;
  font-size: 25px;
}

.random-photo-edition .title-container .title {
  display: block;
  font-family: Exo;
  font-weight: 800;
  font-size: 50px;
}

.random-photo-edition .title-container .caption {
  display: block;
  margin-top: 10px;
}

@media(max-width: 1200px) {
	.grid-mello-history .item .image {
		height: 400px;
	}
}

@media(max-width: 991px){
	.random-photo-edition .image {
		height: 400px;
	}
	
	.home-video-container {
		height: 500px;
	}
}

@media(max-width: 767px){
	.random-photo-edition .title-container {
		width: 100%;
		padding: 15px;
	}

	.random-photo-edition .title-container .subtitle {
		font-size: 20px;
	}

	.random-photo-edition .title-container .title {
		font-size: 25px;
	}

	.random-photo-edition .image {
		width: 100%;
		margin-top: 15px;
	} 

	.grid-mello-history .intro {
		margin-bottom: 15px;
		padding: 0px 15px;
	}

	.grid-mello-history .text {
		column-count: 1;
		text-align: justify;
		margin-bottom: 15px;
	}

	.grid-mello-history .item .image {
		height: 200px;
	}

	.home-mello-history .item .year, 
	.grid-mello-history .item .year {
		font-size: 30px;
		margin-top: -22px;
	}

	.home-video-container {
		height: 300px;
	}

	.home-mello-history .text-container {
		margin-bottom: 30px;
	}

	.home-mello-history .owl-carousel .owl-nav button.owl-next {
		font-size: 30px !important;
		left: -50px;
	}
	
	.home-mello-history {
		padding-left: 60px;
	}

	.home-mello-history .item .image {
		height: 200px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Programma
------------------------------------------------------------------------------------------------- */
.program-section h2 {
	padding-left: 370px;
	text-align: left;
}

.daily-program {
	margin-top: 50px;
	width: 100%;
	margin: 0 auto;
}

.daily-program .item {
	position: relative;
	text-align: left;
	padding-left: 110px;
}

.daily-program .item .hour {
    font-size: 34px;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: -9px;
    text-align: right;
    width: 350px;
    font-family: 'Exo';
}

.daily-program .item .description {
	margin-bottom: 20px;
	padding-left: 260px;
}

@media(max-width: 991px){
	.program-section h2 {
		padding-left: 210px;
	}

	.daily-program .item .description {
		padding-left: 100px
	}
}

@media(max-width: 767px){
	.program-section h2 {
		padding-left: 60px;
	}

	.daily-program .item .description {
		padding-left: 0px;
		margin-bottom: 5px;
		min-height: 40px;
	}

	.daily-program .item {
		padding-left: 78px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Cos'è Mello Blocco
------------------------------------------------------------------------------------------------- */
.about-header {
	position: relative;
	padding-top: 50px;
	min-height: 600px;
}

.about-header .title,
.edition-header .title {
	margin-top: 0;
	font-family: Exo;
	font-weight: 800;
	margin-bottom: 100px;
	display: block;
	position: relative;
	z-index: 5;
}

.about-header .title {
	margin-bottom: 80px;
}

.about-header .title span,
.edition-header .title span {
  display: block;
}

.about-header .title span.first,
.edition-header .title span.first {
  font-size: 40px;
}

.about-header .title span.second,
.edition-header .title span.second {
  font-size: 120px;
  line-height: 110px;
}

.about-header .title span.third,
.edition-header .title span.third {
  font-size: 30px;
}

.about-header .image {
	position: absolute;
	height: 600px;
	width: 85%;
	right: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	top: 0;
	opacity: 1;
}

.about-header .overlay {
	background-color: #FFCC00;
	opacity: 0.8;
	width: 85%;
	height: 600px;
	position: absolute;
	right: 0;
	top: 0;
}

.about-header .text {
	position: relative;
	z-index: 5;
	max-width: 450px;
	margin-bottom: 50px;
}

.about-header .btn-black {
	z-index: 2;
	position: relative;
}


/*Testi*/
.about-text .section-title h2 {
  text-align: center;
  font-style: italic;
  font-size: 30px;
}

.about-text  .intro {
  margin: 0 100px 50px;
  text-align: center;
}

.about-text .image > div {
  height: 400px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}

.about-text .text {
  padding-left: 50px;
}

.about-text .full-image {
  margin: 50px 0 50px;
}

.about-text .full-image::after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}

.about-text .full-image > div {
	height: 700px;
	background-size: cover;
	background-position: center;
	width: 85%;
	float: right;
}

.about-text .slogan {
  margin-top: 50px;
}

.about-text .contact {
	background-color: #000;
    font-family: Exo;
    color: #FFF;
    padding: 3px 50px;
    font-size: 40px;
    float: left;
    margin-right: 2%;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.about-text .slogan span {
  background-color: #000;
  font-family: Exo;
  color: #FFF;
  padding: 3px 50px;
  font-size: 40px;
  float: left;
  margin-right: 2%;
  width: 80%;
}

.about-text .slogan .btn {
  font-size: 40px;
  width: 18%;
}

.about-text .contact a {
		color: #fff;	
}

.about-text .contact a:hover {
	color: #FFCC00;
}

.about-header .message {
	display: inline-block;
	background-color: #FFCC00;
	margin-top: 10px;
	padding: 10px;
	font-weight: 600;
}

@media(max-width: 1450px){
	.about-text .slogan span {
		padding: 3px 40px;
	}
}

@media(max-width: 1200px){
	.about-text .slogan span {
		padding: 3px 10px;
		font-size: 35px;
	}

	.about-text .contact {
		font-size: 35px;
	}

	.about-text .slogan .btn {
		font-size: 35px;
		width: 18%;
	}

	.about-text .text {
		padding-left: 30px;
	}
}

@media(max-width: 991px){
	.about-header .title span.second,
	.edition-header .title span.second {
		font-size: 35px;
		line-height: 55px;
	}

	.about-text .slogan span {
		font-size: 20px;
	}

	.about-text .slogan .btn {
		font-size: 20px;
	}

	.about-text .full-image > div {
		width: 100%;
		height: 500px;
	}

	.about-text .text {
		padding-left: 15px;
		text-align: justify;
	}

	.about-text .intro {
		margin: 15px 50px;
	}

	.about-header .title {
		margin-bottom: 30px;
	}

	.about-header,
	.about-header .image{
		height: 500px;
		min-height: 500px;
	}

	.daily-program .item .hour {
		width: 200px;
		font-size: 30px;
	}

	.about-text .contact {
		font-size: 20px;
		margin-top: 10px;
	}
}

@media(max-width: 767px){
	.about-header .title span.first,
	.edition-header .title span.first {
		font-size: 20px;
	}

	.about-header .title span.second,
	.edition-header .title span.second {
		font-size: 30px;
		line-height: 30px;
	}

	.about-header .title span.third,
	.edition-header .title span.third {
		font-size: 20px;
	}

	.about-text .slogan span {
		width: 100%;
		text-align: center;
		font-size: 16px;
	}

	.about-text .contact {
		font-size: 16px;
		margin-top: 15px;
	}

	.about-text .slogan .btn {
		width: 100%;
		margin-top: 15px;
		font-size: 16px;
	}

	.about-text .slogan {
		margin-top: 20px;
	}

	.about-text .full-image {
		margin: 15px 0px;
	}

	.about-text .intro {
		margin: 15px 0pc;
	}

	.about-header,
	.about-header .image {
		height: 350px;
		min-height: 350px;
	}

	.daily-program .item .hour {
		width: 67px;
		font-size: 18px;
		top: 0px;
		line-height: 23px;
	}

	.about-header .text {
		margin-bottom: 30px;
	}

	.about-text .section-title h2 {
		font-size: 25px;
	}

	.about-text .image > div {
		height: 300px;
		margin-bottom: 15px;
	}

	.about-text .full-image > div {
		height: 300px;
	}

	
}
/* ---------------------------------------------------------------------------------------------- */



/* Dettaglio Edizione
------------------------------------------------------------------------------------------------- */
.edition-header .title {
  margin-bottom: 30px;
}

.edition-header .text-container {
  padding-right: 50px;
}

.edition-header .image {
	float: right;
	height: 800px;
	width: 50%;
	margin-left: 100px;
	background-size: cover;
	background-position: center;
}

.edition-header {
  margin-top: 50px;
}

.edition-header .text-title {
	font-weight: 600;
	margin-bottom: 15px;
}

.edition-header .text {
	margin-bottom: 50px;
}

.edition-header .technical-data .data {
	column-count: 2;
	column-gap: 40px;
	margin-bottom: 30px;
}

.edition-header .technical-data .title {
	padding-bottom: 15px;
	color: #000;
	margin-bottom: 0px;
}

.edition-header .buttons {
	padding-bottom: 30px;
	border-bottom: 2px solid #000;
}

.edition-header .btn.btn-yellow {
	margin-right: 20px;
}

@media(max-width: 1450px){
	.edition-header .text-container {
		padding-right: 0px;
	}
}

@media(max-width: 1200px){
	.edition-header .image {
		margin-left: 50px;
	}
}

@media(max-width: 991px){
	.edition-header .image {
		float: none;
		width: 100%;
		margin-left:  0px;
		height: 700px;
		margin-bottom: 30px;
	}

	.edition-header .text {
		margin-bottom: 30px;
	}
}


@media(max-width: 767px){
	.edition-header {
		margin-top: 0px;
	}
	
	.edition-header .image {
		height: 350px;
	}

	.edition-header .text-container {
		padding-right: 15px;
	}

	.edition-header .image,
	.edition-header .title {
		margin-bottom: 15px;
	}

	.edition-header .text-title {
		margin-bottom: 0px;
	}

	.edition-header .text {
		text-align: justify;
		margin-bottom: 15px;
	}

	.edition-header .text a {
	white-space: break-spaces;
	}

	.edition-header .btn.btn-yellow {
		margin-bottom: 10px;
	}

	.edition-header .buttons {
		padding-bottom: 15px
	}

	.edition-header .technical-data .data {
		column-count: 1;
		margin-bottom: 0px;
	}

	.edition-header .technical-data .title {
		padding-bottom: 0px;
	}
}

/*Links altre edizioni*/
.editions-link a {
  color: #000;
  font-size: 40px;
  font-weight: 900;
  font-family: Exo;
}

.editions-link a:hover, 
.editions-link a.active {
  color: #FFCC00;
}

.editions-link a + a:before {
  content: ".";
  margin: 0 15px;
  color: #000;
}

/*Galleria fotografica*/
.justified-gallery>a>.caption, 
.justified-gallery>div>.caption {
    display: none; 
}

.justified-gallery > a > .caption, 
.justified-gallery > div > .caption {
    width: 100% !important;
    height: 100% !important;
    color: #000 !important;
    background-color: rgba(255, 204, 0, 0.8) !important;
    font-size: 30px !important;
    text-align: center;
}

.lg-sub-html {
	display: block !important;
}

.justified-gallery > a > .caption.caption-visible {
	display: table !Important;
}

.justified-gallery > a > .caption.caption-visible span{
	display: table-cell !Important;
	vertical-align: middle;
}

@media(max-width: 991px){
	.editions-link a {
		font-size: 30px;
	}

	.editions-link a + a:before {
		margin: 0px 5px;
	}
}

@media(max-width: 767px){
	.editions-link a {
		font-size: 20px;
	} 
}
/* ---------------------------------------------------------------------------------------------- */



/* Sponsor
------------------------------------------------------------------------------------------------- */
.main-sponsor,
.premium-sponsor {
  position: relative;
  FONT-VARIANT: JIS83;
  padding: 50px 35px;
}

.premium-sponsor {
	border-bottom: 2px solid #000;
	margin: -15px;
}

.main-sponsor::before,
.premium-sponsor::before {
	background-color: #EDEDED;
	width: 4000px;
	position: absolute;
	/*height: 430px;*/
    height: 100%;
	content: "";
	left: -2000px;
	top: 0;
	z-index: -1;
}

.premium-sponsor::before {
	background-color: #FCF5D6;
}

.main-sponsor .intro,
.premium-sponsor .intro {
	max-width: 800px;
}

.main-sponsor .item .image,
.premium-sponsor .item .image {
  background-size: cover;
  width: 100%;
  height: 350px;
  background-position: center;
  text-align: center;
}

.main-sponsor .item .image img,
.premium-sponsor .item .image img {
  width: auto;
  margin: 0 auto 0;
}

.main-sponsor .item .text-container,
.premium-sponsor .item .text-container {
	height: 350px;
	display: table;
	position: relative;
	padding-left: 30px;
}

.main-sponsor .item .text-container .caption,
.premium-sponsor .item .text-container .caption {
  display: table-cell;
  vertical-align: middle;
}

.main-sponsor .item .text-container .caption .title,
.premium-sponsor .item .text-container .caption .title {
  font-size: 40px;
  display: block;
  font-family: Exo;
  font-weight: 800;
  margin-bottom: 0px;
}

.main-sponsor .item,
.premium-sponsor .item {
  margin-top: 30px;
}

.main-sponsor .item .text-container:after {
  top: auto;
  bottom: 0;
}

.main-sponsor .item .text-container .caption .text,
.premium-sponsor .item .text-container .caption .text {
  display: block;
}

.main-sponsor .item .text-container .caption .more,
.premium-sponsor .item .text-container .caption .more {
	display: block;
}

.main-sponsor .item .text-container a,
.premium-sponsor .item .text-container a {
  font-weight: bold;
  color: #000;
  display: inline-block;
  font-family: Exo;
}

.main-sponsor .item .text-container a:hover,
.premium-sponsor .item .text-container a:hover {
  color: #FFCC00;
}

.main-sponsor .item:nth-child(2n+1) .image-container {
  float: right;
}

.main-sponsor .item:nth-child(2n+1) .text-container {
  padding-left: 15px;
  padding-right: 50px;
}

.main-sponsor .item:nth-child(2n+1) .text-container:after, 
.main-sponsor .item:nth-child(2n+1) .text-container:before {
  left: 15px;
  right: 50px;
}

/*Premium*/
.premium-sponsor .section-title {
  text-align: right;
}

.premium-sponsor .intro {
  text-align: right;
  float: right;
}

.premium-sponsor .item .text-container {
    float: right;
    padding-right: 50px;
}

.premium-sponsor .item .image-container {
    text-align: right;
    float: right;
}

/* Media Partner */

.media-partner .item {
    background-color: #FCF5D6;
    float: left;
    margin-right: 30px;
    padding: 15px;
}

.media-partner .item img {
    max-width: 100px;
}

@media(max-width: 991px){
	.main-sponsor .item,
	.premium-sponsor .item {
		margin-top: 0px;
	}

	.main-sponsor .item .text-container .caption .title,
	.premium-sponsor .item .text-container .caption .title {
		font-size: 35px;
	}

	 .premium-sponsor .item .text-container {
	   height: auto;
	   clear: both;
	   margin: 30px 0px;
	   padding-right: 0px;
	 }
}

@media(max-width: 767px){
	.main-sponsor .item .text-container .caption .title,
	.premium-sponsor .item .text-container .caption .title {
		font-size: 25px;
	}

	.premium-sponsor .item .image {
		height: 200px;
	}

	.premium-sponsor .item .text-container {
		height: 200px;
	}

	.main-sponsor,
	.premium-sponsor {
		padding: 30px 15px;
	}

	.main-sponsor::before,
	.premium-sponsor::before {
		height: 200px;
	}

	.main-sponsor .item .text-container a,
	.premium-sponsor .item .text-container a {
		font-size: 14px;
	}

	.media-partner .item {
		margin-right: 15px;
	}

	.media-partner .item img {
		width: 70px;
	}

    .premium-sponsor .item {
           margin-right: 15px; 
    }

    .premium-sponsor .item .image-container {
          width: 60%;
     }
  
     .premium-sponsor .item .text-container {
           height: auto;
           clear: both;
           margin-top: 20px;
           padding-right: 0px;
           margin-bottom: 20px;
     }
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Dove alloggiare
------------------------------------------------------------------------------------------------- */
.where-stay,
.accoglienza-header,
.where-eat,
.where-shop {
  position: relative;
  padding: 50px 35px 0px 35px;
}

.where-stay h2,
.where-eat h2,
.where-shop h2{
	font-size: 25px;
	margin-bottom: 0px;
}

.accoglienza-header .btn-black {
	width: 33%;
}

.accoglienza-header.big-title .section-title h2 {
	position: relative;
	font-family: exo;
	font-weight: 800;
	font-size: 50px;
	text-align: center;
	margin: 0;
	display: inline-block;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.accoglienza-header:before, .where-stay:before, .where-eat:before, .where-shop:before {
	background-color: #EDEDED;
	width: 4000px;
	position: absolute;
	height: 240px;
	content: "";
	left: -2000px;
	top: 0;
	z-index: -1;
}

.where-stay .intro {
	max-width: 600px;
}

.where-eat .item,
.where-stay  .item, 
.where-shop  .item {
  border-top: 1px solid;
  padding-top: 15px;
  margin-top: 15px;
  position: relative;
  padding-left: 105px;
}

.where-eat .item .image,
.where-stay  .item .image,
.where-shop  .item .image {
	height: 90px;
	width: 90px;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 12px;
}

.where-eat .item .name,
.where-stay .item .name,
.where-shop .item .name {
  font-family: Exo;
  font-weight: 800;
}

.where-eat .item i,
.where-stay .item i,
.where-shop .item i {
  color: #FFCC00;
  margin-right: 5px;
}

.where-eat .item a + a:before,
.where-stay .item a + a:before,
.where-shop  .item a + a:before {
  content: "|";
  color: #000;
  margin: 0 10px;
}

.where-eat .item a,
.where-stay .item a,
.where-shop .item a {
  color: #000; 
}

.where-eat .item a:hover,
.where-stay .item a:hover,
.where-shop .item a:hover {
  color: #FFCC00;
}

#section-49182,
#section-49173,
#section-49176,
#section-49178,
#section-49197,
#section-49179,
#section-49243,
#section-49234,
#section-49235,
#section-49236,
#section-49237 {
	display: none;
}

@media(max-width: 1200px){
	.accoglienza-header .btn-black {
		width: 32.5%;
	}
}

@media(max-width: 991px){
	.where-stay,
	.where-eat,
    .where-shop {
		padding: 30px 15px;
	}
	
	.big-title .section-title h2 {
		font-size: 35px;
		padding-bottom: 0px;
	}

	.main-sponsor .item,
	.premium-sponsor .item {
		margin-top: 0px;
	}
}

@media(max-width: 767px){
	.where-stay,
	.where-eat,
    .where-shop,
	.accoglienza-header {
		padding: 15px 0px 0px 0px;   
	}

	.accoglienza-header.big-title .section-title h2 {
		font-size: 25px;
		padding-bottom: 0px;
		margin-bottom: 15px;
	}

	.accoglienza-header .btn-black {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.where-stay.big-title .section-title h2,
	.where-eat.big-title .section-title h2,
    .where-shop.big-title .section-title h2 {
		font-size: 25px;
	}

	.where-stay .item,
	.where-eat .item,
 	.where-shop .item {
		padding-left: 60px;
		padding-top: 10px;
		margin-top: 7px;
	}

	.where-eat .item .image,
	.where-stay .item .image, 
	.where-shop .item .image {
		height: 50px;
		width: 50px;
	}

	.where-stay .item i,
	.where-eat .item i,
 	.where-shop .item i {
		margin-right: 2px;
	}

	.where-stay .item a + a:before,
	.where-eat .item a + a:before,
 	.where-shop .item   + a:before{
		margin: 0px;
	}

	.where-stay:before,
	.where-eat:before, 
	.where-shop:before {
		height: 100px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.form-control, 
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	height: 50px !important;
}

textarea.form-control {
	height: auto !important;
}

.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email,
.input-div input {
	max-width: 100% !important;
}

.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist,
.input-div input {
	text-transform: uppercase;
}

/*Validazioni*/
.input-div {
  position: relative;
}

.inputbox .validation-highlight {
  background-image: none !important;
  background-color: #f5f6f7 !important;
  border-color: #AE0000;
}

.validation-error-label {
	background-image: none !important;
	padding: 1px 10px !important;
	background-color: #AE0000 !important;
	color: #FFF !important;
	font-weight: 400;
	font-size: 12px;
	position: absolute;
	left: 0px;
	bottom: -16px;
}

.single-checkbox.form-group{
	position: relative;
	padding-left: 20px;
}

.form-group.single-checkbox input {
	width: 15px !Important;
	height: 15px !Important;
}

.form-group.single-checkbox label {
	font-weight: 300;
	position: relative;
	z-index: 3;
}

.form-group.single-checkbox .input-div {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.single-checkbox .validation-error-label {
	display: inline-block;
    float: right;
}

.pre-subscription .description {
	margin-bottom: 30px;
	font-weight: 600;
}
/* ---------------------------------------------------------------------------------------------- */



/* Buone Pratiche
------------------------------------------------------------------------------------------------- */
/*Fascia intro*/
.good-practice-intro {
  position: relative;
  padding-top: 100px;
}

.good-practice-intro .section-title {
	max-width: 550px;
}

.good-practice-intro .image-container img {
	position: absolute;
	bottom: 0;
	right: 15px;
	width: 40%;
}

.good-practice-intro .text-container {
	padding-right: 50px;
	z-index: 2;
}

.good-practice-intro .text-container img {
	max-width: 450px;
	margin-bottom: 50px;
	filter: grayscale(0.6);
}

.good-practice-intro .image-container {
	z-index: 2;
	position: relative;
	height: 757px;
}

.good-practice-intro .image-yellow {
  position: absolute;
  height: 500px;
  width: 75%;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  top: 0;
  opacity: 1;
}

.good-practice-intro .image-yellow .overlay {
  background-color: #FFCC00;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

/*Decalogo*/
.good-practice .item:nth-child(2n+1) {
  border-right: 2px solid;
  padding-left: 115px;
  padding-right: 30px;
}

.good-practice .item {
  padding: 20px 15px 20px 115px;
  position: relative;
  min-height: 184px;
}

.good-practice .item .number {
  position: absolute;
  font-size: 100px;
  font-family: Exo;
  font-weight: 900;
  left: 30px;
  top: 0;
}

.good-practice  .caption span {
  background-color: #FFCC00;
  display: block;
  padding: 30px;
  margin-top: 30px;
  margin-left: 20px;
}

.good-practice .image img {
  width: 100%;
  margin-top: 50px;
}

@media(max-width: 1200px){
	.good-practice .item {
		min-height: 212px;
	}
}

@media(max-width: 991px){
	.good-practice-intro {
		padding-top: 50px;
	}

	.good-practice-intro .text-container img {
		margin-bottom: 30px;
	}

	.good-practice .item {
		min-height: 170px;
		padding: 0px 15px 20px 80px;
	}

	.good-practice .item .number {
		font-size: 50px;
	}

	.good-practice .caption span {
		margin-top: 0px;
	}
}

@media(max-width: 767px) {
	.good-practice-intro .image-container {
		display: none;
	}

	.good-practice .item .number {
		font-size: 26px;
		left: 15px;
	}

	.good-practice .item {
		padding: 0px 15px 10px 40px;
		min-height: auto;
	}

	.good-practice .item:nth-child(2n+1) {
		border-right: 0px;
		padding-left: 40px;
		padding-right: 15px;
	}

	.good-practice .caption span {
		margin-left: 0px;
		margin-top: 0px;
		padding: 15px;
	}

	.good-practice-intro .text-container {
		padding-right: 15px;
	}

	.good-practice-intro .text-container img {
		/* max-width: 100%; */
		height: 300px;
	}

	.good-practice-intro {
		padding-top: 15px;
	}

	.good-practice .image img {
		margin-top: 30px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Iscrizione 2024
------------------------------------------------------------------------------------------------- */
.optionbutton-inline .input-group {
    display: inline-block;
    margin-right: 30px;
}

.bag-purchase {
    border-top: 1px solid;
    padding-top: 30px !important;	
}

.bag-purchase > label {
    font-size: 35px;
    font-family: Exo;
    display: inline-block;
}

.bag-purchase-container .no-delivery-message {
	font-weight: 600;
	margin-bottom: 20px;
	display: inline-block;
}

.inscription-form .buttons {
	margin-top: 25px;
}

.list {
	margin-bottom: 30px;	
}

.inscriptions-list .btn.btn-primary {
	margin-bottom: 30px;
	white-space: break-spaces;
}

.inscriptions-list .title {
    font-size: 35px;
    font-family: Exo;
    margin-bottom: 30px;
    display: inline-block;
}

.inscriptions-list .inscription:nth-child(1) .full-name {
	background-color: #000;
	padding: 10px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	color: #FFCC00;
	width: 100%;
}

.inscriptions-list .inscription .full-name {
	color: #fff;
	background-color: #333;
	padding: 10px;
	font-weight: 600;
	width: 100%;
	display: inline-block;
	position: relative;
	text-align: center;
    text-transform: uppercase;
}

.inscriptions-list .item > div {
	padding: 20px 20px 0px;
	text-align: left;
}

.inscriptions-list .item .to-confirm {
	background-color: #AE0000;
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -35%;
	width: 70%;
	text-align: center;
}

.inscriptions-list .item .confirmed {
	background-color: #008000;
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -35%;
	width: 70%;
	text-align: center;
}

.inscriptions-list .item .bag-purchase-descriptions {
	padding: 0px 20px 0px;
	text-align: left;
}


.list {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.list .item {
	border: 1px solid;
	position: relative;
	min-height: 264px;
	background-color: #fff;
	padding-bottom: 55px;
	margin-bottom: 30px;
}

.inscriptions-list .item:nth-child(1) .full-name a.remove-inscription {
	position: absolute;
	right: 15px;
	top: 3px;
	color: #fff;
	font-weight: 900;
	font-size: 30px;
}

.inscriptions-list .item a.edit-inscription {
	position: absolute;
	left: 15px;
	top: 6px;
	background-color: #fff;
	font-size: 17px;
	font-weight: 600;
	z-index: 2;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	color: #000;
	padding: 5px;
}

.inscriptions-list .item a.remove-inscription {
	position: absolute;
	right: 15px;
	top: 2px;
	color: #fff;
	font-weight: 900;
	font-size: 29px;
}

.inscriptions-list .item .text-label {
	font-weight: 600;
	margin-right: 3px;
	display: inline-block;
	margin-bottom: 6px;
}

.single-checkbox {
    position: relative;
    padding-left: 40px;
}

.single-checkbox a {
	color: #000;
	text-decoration: underline;
}

.privacy-checkbox{
	border-top: 1px solid;
	padding-top: 30px;
}

.single-checkbox .input-div {
    position: absolute;
    left: 10px;
    top: -15px;
}

.privacy-checkbox .input-div {
	top: 12px;
}

.error-section .text,
.confirm-section .text {
	margin-bottom: 20px;
}

.error-section a.mail {
	color: #000;
}

.error-section a.mail:hover {
	text-decoration: underline;
}

@media(max-width: 1200px){
	.list .item {
		padding-bottom: 80px;
		min-height: 345px;
	}
}

@media(max-width: 991px){
	.list .item {
		min-height: auto;
		margin-bottom: 15px;
		margin-left: auto;
		padding-bottom: 50px;
	}
}

@media(max-width: 767px){
	.bag-purchase > label,
	.inscriptions-list .title{
		font-size: 22px;
		margin-bottom: 10px;
	}

	.inscriptions-list .btn.btn-primary {
		margin-bottom: 0px;
	}

	.list {
		width: 100%;
		margin: 0 auto;
	}

	.list > div {
		width: 100%;
		padding: 0px;
	}

	.inscriptions-list .item .to-confirm {
		width: 98%;
		left: 50%;
		margin-left: -49%;
	}

	.inscriptions-list .item .confirmed {
		width: 98%;
		left: 50%;
		margin-left: -49%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Reset Password
------------------------------------------------------------------------------------------------- */
.reset-password {
    background-color: #FFCC00;
}

.reset-password .page-content {
    padding: 100px 70px;
}

.button-secondary {
    color: #000;
    font-weight: 600;
}

.reset-password h1 {
    font-family: Exo;
    font-size: 35px;
}

.inputbox .legend {
    display: none;
}

@media(max-width: 991px){
    .reset-password .page-content {
        padding: 50px 0px;
    }
}

@media(max-width: 767px){
    .reset-password .page-content {
        padding: 30px 0px;
    }

    .reset-password h1 {
        font-size: 20px;
        padding-left: 15px;
    }

	.reset-password .inputbox.form-horizontal .validation-required {
		padding-left: 15px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */




/* Cambio Password
------------------------------------------------------------------------------------------------- */
.set-new-password {
    background-color: #FFCC00;
}

.set-new-password .page-content {
    padding: 100px 70px;
}

.set-new-password h1 {
    font-family: Exo;
    font-size: 35px;
}

@media(max-width: 991px){
    .set-new-password .page-content {
        padding: 50px 0px;
    }
}

@media(max-width: 767px){
    .set-new-password .page-content {
        padding: 30px 0px;
    }

    .set-new-password h1 {
        font-size: 20px;
        padding-left: 15px;
    }
  
  	.set-new-password .inputbox.form-horizontal .validation-required {
		padding-left: 15px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Modifica profilo utente
------------------------------------------------------------------------------------------------- */
.user-profile {
    background-color: #FFCC00;
}

.user-profile .page-content {
    padding: 100px 70px;
}

.user-profile legend {
    font-family: Exo;
    font-size: 35px;
    border-bottom: 0px;
}

@media(max-width: 991px){
    .user-profile .page-content {
        padding: 50px 0px;
    }
}

@media(max-width: 767px){
    .user-profile .page-content {
        padding: 30px 0px;
    }

    .user-profile legend {
        font-size: 20px;
        padding-left: 15px;
        margin-bottom: 5px;
    }
  
  	.user-profile .inputbox.form-horizontal .validation-required {
		padding-left: 15px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Registrazione workshop
------------------------------------------------------------------------------------------------- */
.limits {
	padding-top: 30px;
	font-size: 15px;
	text-decoration: underline;
}

.inputbox .validation-summary ul {
	color: #000 !Important;
	font-size: 16px;
}

.inputbox .validation-summary {
	background-color: #ecb5af !important;
	color: #000 !important;
	border: #ecb5af !important;
	padding: 20px 10px 10px 10px !important;
}

#infobox {
	background-color: #ecb5af !important;
	color: #000 !important;
	border: #ecb5af !important;
	padding: 10px !important;
	font-weight: 300;
	text-align: center;
}

.inputbox .validation-summary h4 {
	margin: 2px !Important;
	margin-bottom: 5px !important;
}

h4.modal-title{
	font-size: 25px !Important;
	font-weight: 600;
}

.modal-header .close {
	opacity: 1;
	color: #fff;
}

.modal-body {
	text-align: center;
	padding: 30px 0px;
}

.table-view .header-html .sold-out {
   background-color: #FF4B3A;
   margin-bottom: 15px;
   padding: 5px;
}

.close-inscriptions-message {
    border: 1px solid #000;
    padding: 20px;
    background-color: #ecb5af;
    font-weight: 600;
}

@media(max-width: 767px){
	.close-inscriptions-message {
		padding: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */
