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

/* General
------------------------------------------------------------------------------------------------- */
body{
 overflow-x: hidden; 
}

.strong-500-pink {
    font-weight: 500; 
    color: #9F5454;
}

.strong-700-pink {
    font-weight: 700; 
    color: #9F5454;
}

.blue {
     color: #2E5B7B;
}

.program-link {
    background-color: #262A21;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 22px;
}

.program-link:hover {
    background-color:#564E44;
    color: #fff;
}

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

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

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

.section-title h1,
.section-title h2 {
	margin-top: 0;
	font-family: Cedarville Cursive;
	margin-bottom: 50px;
	font-size: 45px;
}

.decoration-list {
  padding: 0;
}

.decoration-list li {
  position: relative;
  list-style: none;
  padding-left: 10px;
}

.decoration-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 17px;
  left: 0;
}

/*.title-section {
  margin-top: 0;
  font-family: Cedarville Cursive;
  margin-bottom: 30px;
  font-size: 45px;
  display: block;
  text-align: left;
  line-height: 45px;
}*/

.title-section {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 40px;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
}

.borderBottom {
	border-bottom:1px dashed #564E44;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.embed-responsive-1by1 {
    padding-top: 100%;
    margin-bottom: 15px;
}

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

.page-gray-background {
	background-color: #EFEEEB;
}



@media(max-width:991px){
	.title-section {
		font-size: 35px;
		margin-bottom: 15px;
	}
	
	.section-title h1,
	.section-title h2 {
		margin-bottom: 15px;
		font-size: 35px;
	}

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

@media(max-width:767px){
	.title-section {
		font-size: 23px;
		line-height: 36px;
	}

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

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

	.section-title h2 {
		font-size: 30px;
	}

	h1 {
		font-size: 22px;
	}
}

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

.modal {
	top: 100px;
}

/* ---------------------------------------------------------------------------------------------- */


/* Menu
------------------------------------------------------------------------------------------------- */
.logo-container {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 30px;
}

header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999999;
	width: 100%;
}

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

.brown-header {
	padding-top: 200px;
}

.brown-header header {
	background-color: #564E44;
}

.brown-header .logo-container img {
	height: 80px;
}

header.shrink {
	background-color: #564e44f0;
}

header .navbar-nav {
	margin-top: 30px;
	padding-right: 110px;
}

.navbar-default .navbar-nav > li > a:after {
	content: "//";
	margin-left: 15px;
}

.navbar-default .navbar-nav > li:last-child > a:after {
	display: none;
}

header .navbar-collapse.collapse {
	float: right;
}

header .logo-container img {
	max-height: 150px;
}

header.shrink .logo-container img {
	height: 66px;
}
@media(max-width:1200px){
	.logo-container img {
		max-height: 150px;
	}
}

@media(max-width:991px){

	.logo-container img {
	  max-height: 120px;
	}
	
	.logo-container {
	  top: 20px;
	  left: 20px;
	}

	header .logo-container img {
		height: 80px;
	}

	header .navbar-nav {
		margin-top: 0px;
		padding-right: 80px;
	}

	.brown-header {
		padding-top: 150px;
	}
}

@media(max-width:767px){
	.logo-container {
	  top: 15px;
	  left: 15px;
	}

	.navbar-toggle i {
		color: #fff;
	}

	header .navbar-nav {
		width: 100%;
	}

	header .navbar-collapse.collapse {
		float: none;
		width: 100%;
	}

	.navbar-default .navbar-nav {
		margin-top: 13px;
		padding-right: 0px;
	}

	.navbar-default .navbar-nav > li > a:after {
		display: none;
	}

	.navbar-default .navbar-nav > li > a {
		margin: 0px 5px;
		padding: 10px 0px;
		text-align: right
	}

	header .logo-container {
		top: 9px;
		display: inline-block;
		height: auto;
	}

	header.shrink .logo-container {
		top: 5px;
	}

	header .logo-container img {
		max-height: 40px;
	}

	header .navbar-header {
		display: inline-block;
		width: 100%;
		padding-bottom: 8px;
	}
	header.shrink .logo-container img {
		height: 34px;
		margin-top: 8px;
	}

	.brown-header {
		padding-top: 76px;
	}
}

/* Login Area Riservata */

.header-section-reserved-area {
	position: absolute;
	right: 30px;
	top: 38px;
}

.header-section-reserved-area .section {
	margin-bottom: 0px !Important;
}

header .icon-login-container {
	padding: 15px 30px;
	position: relative;
	cursor: pointer;
}

header .info.info-login {
	position: absolute;
	background-color: #fff;
	width: 250px;
	right: -2px;
	padding: 14px;
	z-index: 3;
	top: 94px;
}

header .info.info-login .input-div {
	padding-left: 0px !Important;
}

header .info.info-login .form-control {
	color: #333;
}

header .info.info-login label {
	color: #333;
}

header .info.info-login .login-label {
	background-color: #002e51;
	display: block;
	margin-bottom: 15px;
	padding: 10px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 4px;
}

header .info.info-login .buttons {
  margin-bottom: 0;
}

header .info.info-login .password-reminder {
  color: #002e51;
  text-decoration: underline;
  font-size: 13px;
}

header .info.info-logi .keep-login label {
	display: none;
}

header .info.info-login .password-reminder:hover {
	color: #002e51;
}

header .info.info-login .user-name-container {
	background-color: #564E44;
	padding: 10px 0;
	margin-bottom: 10px;
	color: #111;
	text-align: center;
}

header .info.info-login .user-name-container span {
	color: #fff;
}

header .info.info-login .user-name {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

header .info.info-login .btn {
  display: block;
  margin-bottom: 10px;
  border: 1px dashed;
  display: inline-block;
  color: #111;
  border-color: #111;
  font-family: Cedarville Cursive;
  font-size: 30px;
  padding: 5px 10px;
  margin-top: 15px;
  width: 100%;
  background-color: transparent;
}


header .info.info-login .password-rerinder a {
	color: #333;
	text-align: center;
	display: block;
}

header .info.info-login .btn:hover {
  background-color: #000;
  color: #FFF;
}

header .info.info-login .btn-register:hover {
  color: #000;
}

header .login .ow-container.keep-login {
	margin-top: 10px;
}

header .login .ow-container.keep-login label {
	display: none;
}

header .login .ow-container.keep-login span {
	font-size: 12px;
	padding-top: 2px;
}

header .info.info-login .btn-register {
	color: #005495;
}

header .info.info-login .btn-register:hover {
	color: #002e51;
}

header .info.info-login .btn-register span {
	font-weight: 600;
	display: block;
	letter-spacing: 2px;
}

header .icon-login-container .icon{
	background-image: url('../Images/Utente.png');
	height: 40px;
	width: 40px;
	display: inline-block;
	background-size: cover;
}

header .section.login .logout .logout {
	text-align: center;
	font-weight: 400x;
}

@media(max-width: 991px){	
	
	header .icon-login-container {
		padding: 0px;
	}

	header .info.info-login {
		top: 64px;
	}

	.header-section-reserved-area  {
		top: 27px;
	}
}

@media(max-width: 767px){
	.header-section-reserved-area {
		top: 11px;
		right: 10px;
	}

	.header-section-reserved-area img {
		width: 30px;
		height: 30px;
	}

	header .icon-login-container .icon {
		width: 30px;
		height: 30px;
	}

	header .info.info-login {
		top: 44px;
	}

	header .info.info-login .form-group {
		padding: 6px 0px !important;
	}

	.navbar-toggle {
		margin-right: 49px;
		padding: 5px 11px;
		background-image: url("../Images/Menu.png");
		background-size: cover;
		width: 24px;
		height: 24px;
		margin-top: 15px;
	}

	header:has(.navbar-collapse.in) .navbar-toggle {
	    background-image: url("../Images/Close.png");
	}

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



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
    color: #fff;
    background-color:  #564E44;
}

footer .footer-section {
	padding: 30px 100px;
	line-height: 41px;
}

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

footer .footer-section a {
   color: #fff;
} 

footer .footer-section a:hover {
   color: #333;
} 

.footer-section .links {
	display: inline-block;
	float: left;
	font-weight: 700;
}

.footer-section .links span + span:before {
	content: "|";
	display: inline-block;
	margin: 0 15px;
	color: #FFF;
}

footer .contact {
	display: inline-block;
	float: right;
}

footer .contact span {
	margin-left: 20px;
}

footer .social-icon img {
	display: inline-block;
}

.footer-image {
	height: 150px;
	background-size: cover;
	background-position: center;
}

footer .note {
	display: block;
	color: #fff;
	padding: 0px 0px 20px;
	text-decoration: underline;
}

@media(max-width:1400px){
	footer .footer-section {
		padding: 30px;
	}
}

@media(max-width:1150px){
	.footer-section .links, 
	footer .contact {
		display: block;
		float: none;
		text-align: center;
	}
	footer .footer-section {
		padding: 15px;
	}
}

@media(max-width:767px){
	footer .note {
	  line-height: 20px;
	}
	footer .footer-section {
	  padding: 15px;
	  line-height: 30px;
	}
	.footer-section .links span {
	  display: block;
	  margin-bottom: 10px;
	  border-bottom: 1px solid;
	  padding-bottom: 10px;
	}
	.footer-section .links span + span::before {
	  content:  "";
	  margin: 0;
	}
	footer .contact span {
	  margin-left: 0;
	  display: block;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Home
------------------------------------------------------------------------------------------------- */
/*Video Vimeo*/
.home-vimeo-container,
.home-vimeo-container-mobile {
	background-color: #FFF;
	background-position: 0% 50%;
	background-size: auto;
	background-size: cover;
	height: 800px;
    position: relative;
} 

.home-vimeo-container-mobile {
	display: none;
}

#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;
}

.video-title {
	position: absolute;
	bottom: 149px;
	left: 50px;
	z-index: 5;
	color: #FFF;
	font-size: 60px;
	font-weight: 800;
	line-height: 70px;
}

.video-subtitle {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 5;
	color: #FFF;
	font-size: 30px;
	font-weight: 800;
	line-height: 35px;
}

@media(max-width:1850px){
	.home-vimeo-container {
		height: 700px;
	} 
}

@media(max-width:1550px){
	.home-vimeo-container {
		height: 650px;
	} 
}

@media(max-width:1350px){
	.home-vimeo-container {
		height: 600px;
	} 
}

@media(max-width:991px){
	.home-vimeo-container {
		height: 400px;
	} 
.video-title {
  font-size: 30px;
  left: 30px;
  top: 218px;
  line-height: 40px;
}
.video-subtitle {
	left: 30px;
	bottom: 30px;
	font-size: 20px;
	line-height: 25px;
}
}

@media(max-width:767px){
.video-title {
	left: 15px;
	top: auto;
	bottom: 81px;
	line-height: 35px;
}
.video-subtitle {
	left: 15px;
	bottom: 13px;
	font-size: 16px;
}
}

@media(max-width:500px){
	.home-vimeo-container {
		display: none;
	} 

	.home-vimeo-container-mobile {
		display: block;
		height: 500px;
	}
}

@media(max-width:450px){
	.home-vimeo-container-mobile {
		height: 450px;
	}
}

@media(max-width:400px){
	.home-vimeo-container-mobile {
		height: 400px;
	}
}

/* Portrait */
@media only screen 
  and (max-device-width: 850px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.home-vimeo-container {
		height: 300px;
		display: block;
	} 
	.home-vimeo-container-mobile {
		display: none;
	}
}

/*Presentazione*/
.home-band-presentation {
  padding-top: 30px;
}

.home-band-presentation .text {
  float: right;
  text-align: right;
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 35px;
  padding-top: 150px;
}

.home-band-presentation  img {
  max-height: 600px;
}

.home-band-presentation .text a {
  margin-top: 30px;
  font-size: 30px;
}

@media(max-width:1200px){
	.home-band-presentation .text {
	  padding-top: 100px;
	}
	.home-band-presentation .text a {
	  padding: 14px;
	}
}


@media(max-width:991px){
	.home-band-presentation {
		padding-top: 0;
	}
	.home-band-presentation .text {
		font-size: 20px;
	}
}

@media(max-width:767px){
	.home-band-presentation .text {
		font-size: 17px;
		line-height: 25px;
		padding-top: 0;
		float: none;
	}
	.home-band-presentation img {
		max-height: 300px;
		margin: 0 auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Filosofia
------------------------------------------------------------------------------------------------- */
.philosophy-band-1 {
  background-color: #FFF;
  text-align: center;
  padding: 40px 15px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 35px;
}

@media(max-width:991px){
.philosophy-band-1 {
	font-size: 20px;
}
}

@media(max-width:767px){
.philosophy-band-1 {
	padding: 20px 15px;
	font-size: 17px;
	line-height: 25px;
}
}

.philosophy-band-2 {
  padding: 40px;
  background-color: #B6C1B8;
}

@media(max-width:991px){
.philosophy-band-2 {
	padding: 20px 0;
}
}

.philosophy-band-3 {
	background-color: #DDE1DD;
	padding: 100px 50px;
	font-size: 25px;
	position: relative;
	line-height: 40px;
	font-weight: bold;
}


.philosophy-band-3 img {
  position: absolute;
  bottom: 50px;
  right: 100px;
  max-width: 400px;
}

@media(max-width:1600px){
.philosophy-band-3 .text {
	max-width: 780px;
}
}

@media(max-width:1400px){
.philosophy-band-3 .text {
	max-width: 630px;
}
}

@media(max-width:1200px){
.philosophy-band-3 .text {
  max-width: 450px;
}
.philosophy-band-3 {
  padding: 40px 30px;
}
}

@media(max-width:991px){
.philosophy-band-3 img {
  right: 20px;
  max-width: 280px;
  bottom: 115px;
}
}

@media(max-width:767px){
.philosophy-band-3 {
	font-size: 17px;
	line-height: 29px;
	max-width: 100%;
  padding: 20px 15px;
}
.philosophy-band-3 img {
  position: relative;
  bottom: auto;
  margin: 10px auto 0;
  right: auto;
}
}
 
.philosophy-band-4 .image{
  background-size: cover;
  background-position: center;
  height: 840px;
} 

.philosophy-band-4 .text {
  padding: 50px;
}

.philosophy-band-4:after {
  clear: both;
  content: ".";
  height: 0;
  display: block;
  overflow: hidden;
}

.philosophy-band-4 .text > div {
	max-width: 600px;
	line-height: 35px;
}

@media(max-width:767px){
.philosophy-band-4 .text {
  width: 100%;
  float: none;
  padding: 15px;
}
.philosophy-band-4 {
  padding: 15px;
}
}

/*Fasce immagine e testo*/
.philosophy-band-5:after, 
.philosophy-band-6:after, 
.philosophy-band-7:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}

.philosophy-band-5 .image,
.philosophy-band-6 .image,
.philosophy-band-7 .image {
  margin-bottom: 50px;
  background-position: bottom left;
  min-height: 800px;
  background-repeat: no-repeat;
}

.philosophy-band-5 .text > div,
.philosophy-band-6 .text > div,
.philosophy-band-7 .text > div {
	max-width: 700px;
	padding-top: 150px;
	padding-left: 100px;
}

.philosophy-band-5 .text .description,
.philosophy-band-6 .text .description,
.philosophy-band-7 .text .description {
  line-height: 35px;
}

.philosophy-band-5 {
  background-color: #E5E7E4;
}

.philosophy-band-6 {
  background-color: #D9DACD;
}

.philosophy-band-6 .image {
	min-height: 800px;
	margin-bottom: 0;
	background-position: center;
	background-size: cover;
}

.philosophy-band-6 .text {
  float: right;
}

.philosophy-band-7 {
  background-color: #EDEEE9;
}

.philosophy-band-7 .image {
  margin-bottom: 0;
  height: ;
}

@media(max-width:1200px){
	.philosophy-band-5 .text .description,
    .philosophy-band-6 .text .description,
    .philosophy-band-7 .text .description {
		line-height: 25px;
		column-gap: 30px;
	}
	.philosophy-band-5 .text > div,
    .philosophy-band-6 .text > div,
    .philosophy-band-7 .text > div {
		padding-left: 30px;
	}
}

@media(max-width:991px){
	.philosophy-band-5 .text .description,
    .philosophy-band-6 .text .description,
    .philosophy-band-7 .text .description {
		column-count: 1;
	}
	.philosophy-band-5 .text > div,
	.philosophy-band-6 .text > div,
	.philosophy-band-7 .text > div {
		padding-left: 15px;
		padding-top: 50px;
	}
}

@media(max-width:767px){
	.philosophy-band-5 .text > div,
	.philosophy-band-6 .text > div,
	.philosophy-band-7 .text > div {
		padding-left: 0;
	}
	.philosophy-band-5 .image,
	.philosophy-band-6 .image,
	.philosophy-band-7 .image{
		background-size: cover;
		background-position: top center;
		margin-top: 30px;
		margin-bottom: 0;
		min-height: 500px;
	}
.philosophy-band-6 .text {
	float: none;
}
}

@media(max-width:767px){
	.philosophy-band-4 .image {
		height: 400px;
	}
}

@media(max-width:600px){
	
	.philosophy-band-5 .image,
	.philosophy-band-6 .image,
	.philosophy-band-7 .image{
		min-height: 400px;
	}

}

@media(max-width:400px){
	.philosophy-band-4 .image,
	.philosophy-band-5 .image,
	.philosophy-band-6 .image,
	.philosophy-band-7 .image {
		min-height: 250px;
	}
}

/*Programma*/
.home-program {
  background-color: #FFF;
  padding: 100px 0;
}

.home-program .item {
  display: block;
  position: relative;
  color: #FFF;
  padding: 25px;
  background-size: cover;
  background-position: center;
  min-height: 670px;
}

/*Fascia mostra d'arte*/
.home-program .item.art-exhibition {
	margin-bottom: 100px;
}

.home-program .item.art-exhibition:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

.home-program .item .title {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}

.home-program .item .caption {
  display: block;
  max-width: 70%;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.home-program .item .more {
	border: 1px dashed;
	display: inline-block;
	font-family: Cedarville Cursive;
	font-size: 30px;
	padding: 5px 10px;
	position: absolute;
	bottom: 30px;
}

.home-program .item.art-exhibition .more {
	z-index: 1;
}


/*.home-program .col-md-6:nth-child(1) .item {
	color: #000;
}

.home-program .col-md-6:nth-child(1) .item .more {
	color: #000;
}

.home-program .col-md-6:nth-child(1) .item .more:hover {
	color: #FFF;
}*/


.home-program a.item .more:hover {
  background-color: #FFF;
  color: #252525;
}

.home-program .full-item.item {
	color: #000;
	background-position: bottom right;
    margin-bottom: 30px;
}

.home-program .black {
	color: #000;
}

@media(max-width:1200px){
.home-program .item {
	min-height: 550px;
}
}


@media(max-width:991px){
.home-program .item {
  margin-bottom: 30px;
}
.home-program {
  padding: 40px 0 10px;
}
.home-program .full-item.item {
  min-height: 350px;
}

.home-program .item .caption {
 max-width: 100%;
}
}

@media(max-width:767px){
.home-program .item .title {
  font-size: 40px;
  line-height: 50px;
}
.home-program .item {
	padding: 15px;
	min-height: 300px;
}

.home-program .item.art-exhibition {
	margin-bottom: 30px;
}
	
.home-program .item .more {
	margin-top: 100px;
	text-align: left;
	position: relative;
}
.home-program .full-item.item {
  min-height: 300px;
}
.home-program .item.festival {
	background-image: url(/Sites/410/WebExplorer/Home/AltroFestival2022-XS.jpg)!important;
}
	
}
/*Citazione*/
.quote-band {
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  color: #FFF;
  text-align: center;
}

.quote-band .quote {
  font-size: 65px;
  font-family: Cedarville Cursive;
  line-height: 75px;
}

.quote-band .author {
  font-weight: bold;
  font-size: 25px;
  margin-top: 50px;
}

@media(max-width:991px){
.quote-band {
  padding: 100px 0;
}
.quote-band .quote {
  font-size: 50px;
  line-height: 70px;
}
.quote-band .author {
  margin-top: 40px;
}
}

@media(max-width:767px){
.quote-band {
  padding: 70px 0;
}
.quote-band .quote {
  font-size: 33px;
  line-height: 40px;
}
.quote-band .author {
  margin-top: 30px;
  font-size: 20px;
}
}
/* ---------------------------------------------------------------------------------------------- */


/* Header - Image
------------------------------------------------------------------------------------------------- */
.header-band {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.header-band .overlay {
	background-color: rgba(0,0,0,0.1);
  	top: 0px;
  	left: 0px;
  	width: 100%;
  	height: 100%;
}

.header-band h1 {
  position: absolute;
  left: 50px;
  top: 400px;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}

#section-49360 .header-band h1 {
	text-transform: unset;
}

.header-bnt {
  position: absolute;
  right: 35px;
  bottom: 35px;
}

.header-bnt .btn {
  font-size: 30px;
  padding: 15px;
}

@media(max-width:991px){
.header-band {
	height: 500px;
}
.header-band h1 {
  font-size: 30px;
  left: 30px;
  top: 200px;
  line-height: 40px;
}
}

@media(max-width:767px){
.header-band {
	height: 350px;
}
.header-band h1 {
  left: 15px;
  top: auto;
  bottom: 110px;
}

.header-bnt {
  right: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
}

.header-bnt .btn {
  font-size: 25px;
  padding: 9px 15px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Info Utili
------------------------------------------------------------------------------------------------- */
/*Prima fascia*/
.band-type-1 .image {
  margin-bottom: 50px;
}

.band-type-1 .image {
  background-position: bottom right;
  min-height: 800px;
  background-repeat: no-repeat;
}

.band-type-1 .text {
  float: right;
}

.band-type-1 .text > div {
  max-width: 1000px;
  padding-top: 150px;
  padding-left: 100px;
}

.band-type-1 .text .description {
  line-height: 35px;
  column-count: 2;
  column-gap: 55px;
}

@media(max-width:1200px){
	.band-type-1 .text .description {
		line-height: 25px;
		column-gap: 30px;
	}
	.band-type-1 .text > div {
		padding-left: 30px;
	}
}

@media(max-width:991px){
	.band-type-1 .text .description {
		column-count: 1;
	}
	.band-type-1 .text > div {
		padding-left: 15px;
		padding-top: 50px;
	}
}

@media(max-width:767px){
	.band-type-1 .text > div {
		padding-left: 0;
	}
	.band-type-1 .text {
		float: none;
	}
	.band-type-1 .image {
		background-size: contain;
		background-position: top center;
		margin-top: 30px;
		margin-bottom: 0;
		min-height: 500px;
	}
}

@media(max-width:600px){
	.band-type-1 .image {
		min-height: 400px;
	}
}

@media(max-width:400px){
	.band-type-1 .image {
		min-height: 250px;
	}
}

/*Seconda fascia*/
.band-type-2 .text {
	padding-right: 100px;
	line-height: 35px;
}

.band-type-2 .text:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.band-type-2 .text .first-item, 
.band-type-2 .text .second-item {
	max-width: 700px;
	float: right;
	padding-left: 30px;
	margin-bottom: 80px;
}

.band-type-2 .image {
  background-position: left top;
  min-height: 1000px;
  background-repeat: no-repeat;
}

@media(max-width:1200px){
	.band-type-2 .text {
		padding-right: 15px;
		line-height: 25px;
	}
}

@media(max-width:991px){
	.band-type-2 .text .first-item, 
	.band-type-2 .text .second-item {
		margin-bottom: 50px;
		padding-left: 0;
	}
}

@media(max-width:767px){
	.band-type-2 .text .first-item, 
	.band-type-2 .text .second-item {
		padding-left: 0;
	}
	.band-type-2 .image {
		background-size: contain;
		background-position: center top;
		min-height: 700px;
	}
}

@media(max-width:600px){
	.band-type-2 .image {
		min-height: 500px;
	}
}

@media(max-width:400px){
	.band-type-2 .image {
		min-height: 400px;
	}
}

/*Seconda fascia*/
.band-type-5 .text {
	padding-left: 30px;
	line-height: 35px;
	float: right;
	margin-top: 100px;
}

.band-type-5 .text .first-item, 
.band-type-5 .text .second-item,
.band-type-5 .text .third-item {
	max-width: 700px;
	padding-left: 30px;
	margin-bottom: 80px;
}

.band-type-5 .text .third-item {
	margin-bottom: 80px;
}

.band-type-5 .image {
  background-position: right top;
  min-height: 1000px;
  background-repeat: no-repeat;
}

@media(max-width:1200px){
	.band-type-5 .text {
		padding-left: 30px;
		line-height: 25px;
		margin-top: 50px;
	}	
	.band-type-5 .text .first-item, 
	.band-type-5 .text .second-item ,
	.band-type-5 .text .third-item {
		padding-left: 0;
		margin-bottom: 50px;
	}
	.band-type-5 .text .third-item {
		margin-bottom: 0;
	}
}

@media(max-width:991px){
	.band-type-5 .text {
		padding-left: 0;
	}	
}

@media(max-width:767px){
	.band-type-5 .image {
		background-size: contain;
		background-position: center;
		min-height: 550px;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.band-type-5 .text {
		padding: 0 15px;
		float: none;
		margin-top: 0;
	}
	.band-type-5 .text .first-item, 
	.band-type-5 .text .second-item {
		margin-bottom: 30px;
	}
	.band-type-5 .text .third-item {
		margin-bottom: 0;
	}
}

@media(max-width:600px){
	.band-type-5 .image {
		min-height: 350px;
	}
}

@media(max-width:400px){
	.band-type-5 .image {
		min-height: 250px;
	}
}

/*Testo due colonne*/
/*Testo due colonne*/
.text-two-column {
  max-width: 1140px;
  margin: 50px auto 100px;
}

.text-two-column > div {
  column-count: 2;
  line-height: 35px;
  column-gap: 55px;
}

@media(max-width:1200px){
	.text-two-column {
	  padding: 0 15px;
	  margin-bottom: 0;
	}	
	.text-two-column > div {
	  line-height: 25px;
	  column-gap: 30px;
	}
}

@media(max-width:991px){
	.text-two-column > div {
	  column-count: 1;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Programma estate
------------------------------------------------------------------------------------------------- */
.summer-events {
  margin-top: 80px;
}

.summer-events .presentation {
  font-size: 20px;
  margin-bottom: 20px;
}

.summer-events .item:after {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  margin-bottom: 30px;
}

.summer-events .item.item-pink {
  background-color: #F2E5E4;
}

.summer-events .item.item-violet {
  background-color: #DFE4F3;
}

.summer-events .item.item-green {
  background-color: #EBEEEB;
}

.summer-events .item .text-event {
  padding: 15px 20px;
  font-size: 15px;
}

.summer-events .item .text-event .title {
  display: block;
  font-weight: 500;
  color: #73948d;
  font-size: 20px;
  text-align: left;
  margin-bottom: 15px;
}

.summer-events .item .image-event {
  height: 400px;
  background-size: cover;
  background-position: center;
}

@media(max-width:1450px){
.summer-events .item .image-event {
	height: 425px;
}
}

@media(max-width:1200px){
.summer-events .item .text-event .title {
	font-size: 18px;
	line-height: 24px;
}
}

@media(max-width:991px){
.summer-events {
	margin-top: 50px;
}
}

@media(max-width:767px){
.summer-events {
	margin-top: 30px;
}
.summer-events .item .text-event {
	padding: 15px;
}
.summer-events .item .image-event {
	height: 350px;
}
}
/* ---------------------------------------------------------------------------------------------- */




/* Iscrizione
------------------------------------------------------------------------------------------------- */
.iscrizione {
	max-width: 800px;
	margin: 100px auto !important;
	text-align: left;
	font-weight: 300;
}

.iscrizione-header {
	background-position: center;
    background-size: cover;
    height: 500px;
}

.iscrizione .inputbox .legend,
.iscrizione label {
	display: none;
}

.iscrizione .modal-content {
	background-color: #C7C2BC;
	color: #FFF;
	font-size: 26px;
}

.iscrizione .modal-content .btn {
	font-size: 30px;
	padding: 10px 20px;
}

.iscrizione .modal-header {
	background-color: #564E44;
    color: #fff;
  	padding: 15px;
}

.iscrizione .modal-body {
    text-align: center;
    padding: 33px;
}

.iscrizione .btn.btn-secondary {
	background-color: #C7C2BC;
    padding: 9px 30px;
    font-size: 19px;
    margin-bottom: 0px;
  	color: #fff;
}

.iscrizione label {
	 display: inline-block;
	 font-weight: 300;
}

.iscrizione .title {
	font-weight: 700;
	margin: 15px 0px;
}

.iscrizione .subtitle {
	font-weight: 500;
	margin-bottom: 10px;
}

.iscrizione .input-group {
	display: block;
	padding-left: 20px;
}

.iscrizione .input-group input {
	position: absolute;
	left: 0;
	top: 1px;
}

.iscrizione .walk {
	display: none;
}

.walk .text,
.bike .text {
	border: 2px dashed #000;
  	padding: 10px;
  	margin-top: 10px;
    margin-bottom: 10px;
}
.walk .text a {
	color: #564E44;
}

.iscrizione .bike {
	display: none;
	margin-bottom: 0;
}

.iscrizione .bike .input-group{
	display: inline-block;
	margin-left: 20px;
}

.iscrizione .bike .ritiro .input-group,
.iscrizione .bike .type .input-group{
	display: block;
}

.iscrizione .bike .input-type-checkbox3,
.iscrizione .bus .input-type-checkbox3 {
	float: left;
}

.registrationLink {
	color:#564E44;
    font-weight: 600;
}

.registrationLink:hover {
	color:#000;
}

@media(max-width:991px){
	.iscrizione-header {
		height: 350px;
	}
	.iscrizione {
		margin-top: 30px !important;
	}
}

@media(max-width:767px){
	.iscrizione-header {
		height: 350px;
	}
	.iscrizione {
		margin-top: 0 !important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Validazioni e regole generali per i form
------------------------------------------------------------------------------------------------- */
.input-div .input-type-textarea,
.input-div input.input-type-text,
.input-div .input-type-dropdownlist,
.input-div input,
.input-div input.input-type-email {
	max-width:100% !important;
    height: 45px !important;
    border-radius: 0px;
}

.input-div .input-type-textarea,
input[type="checkbox"],
input[type="radio"] {
	height: auto !Important;
}

.inputbox.form-horizontal .validation-required {
	background: none! Important;
	margin-bottom: 15px;
}

.inputbox .legend {
	display: none;
}

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

.inputbox.vertical .validation-required {
	background: none !Important;
	padding-left: 0px !Important;
	position: relative;
}

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

.input-div {
	width: 100% !important;
	position: relative;
}

.form-horizontal .form-group {
    width: 100% !Important;
    margin: 0 auto;
}

.form-control:focus {
	border-color: #000;
    box-shadow: none;
}

.inputbox .validation-highlight {
	background: #fff !important;
}

.inputbox label.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;
    right: -8px;
    bottom: -12px;
}

.modal-header {
	background-color:#e7e1d9;
}


.modal-header .close {
	background-color: #564E44;
}

.modal-title {
	font-family: Cedarville Cursive;
  	text-align: center;
}

.modal-title .fa.fa-edit {
	display: none;
}

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

.modal-body .subgroup {
	padding: 0px 15px !IMPORTANT;
}
.modal-body .message {
	padding: 0px 15px;
	font-size: inherit;
	text-align: left;
}

.modal-footer .btn-primary,
.modal-footer .btn-secondary,
.modal-footer .btn-green{
    font-size: 30px;
    padding: 10px 20px;
    color: #111;
    border: 1px dashed #111;
    background-color: transparent;
    margin-left: 15px;
}

.modal-footer .btn-primary:hover,
.modal-footer .btn-secondary:hover,
.modal-footer .btn-green:hover {
	background-color: #111;
	color: #fff;
}

@media(max-width: 767px){

	.modal-body {
		padding: 15px 15px 0px 15px;
	}
	
	.modal-footer .btn-primary,
	.modal-footer .btn-secondary {
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */






/* Info Utili
------------------------------------------------------------------------------------------------- */
.info-utili a {
	color: #000;
	font-style: italic;
}

.info-utili a:hover {
	text-decoration: underline;
}

.band-type-1.info-utili .text .description {
	line-height: 35px;
	column-count: 1;
	column-gap: 0;
}
/* ---------------------------------------------------------------------------------------------- */



/* Coming Soon
------------------------------------------------------------------------------------------------- */
.message {
	font-size: 50px;
    text-align: center;
    padding: 65px;
}

.message a {
	color: #000;
}

.message a:hover {
	color: #fff;
}

.message i {
    padding: 0px 10px;
}

/* ---------------------------------------------------------------------------------------------- */



/* Avviso Popup
------------------------------------------------------------------------------------------------- */
.notice {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    height: 400px;
    width: 600px;
    margin-left: -300px;
    z-index: 1020;
    background-color: #C7C2BC;
    padding: 30px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,.4);
}

.notice .title {
	font-family: Cedarville Cursive;
    font-size: 36px;
}

.notice .message {
	font-size: 20px;
    text-align: center;
    padding: 25px 40px;
}

.notice .close-notice{
    position: absolute;
    top: -9px;
    right: -8px;
    border: 2px dashed #000;
    padding: 5px 10px;
    color: #000;
    background: rgba(255,255,255,0.8);
}

@media (max-width: 650px) {
	.notice {
		max-width: 90%;
  		margin-left: -45%;
        padding: 50px 10px;
	}
}

@media (max-width: 580px){

	.notice .title { 
		font-size: 32px;
	}

}

@media (max-width: 460px){

	.notice .title { 
		font-size: 25px;
	}
	.notice .message {
  		padding: 20px 40px;
        font-size: 18px;
	}

	.notice {
		padding: 50px 20px;
	}
}

@media (max-width: 350px){

	.notice {
		padding: 30px 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Programma 2021
------------------------------------------------------------------------------------------------- */
.program-new .band-title .image {
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.program-new .band-title .text {
	padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    min-height: 1000px;
    min-height: auto;
}

.program-new .band-title .text .info .date, 
.program-new .band-title .text .info .place {
  color: #4D3A0E;
  font-weight: 900;
  font-size: 30px;
}

.program-new .band-title .text .info .intro {
  font-weight: 900;
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}

.program-new .band-color.color-1 {
  background-color: #EFEEEB;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}


.friday-program-box {
    background-color: #fff;
    padding: 15px 15px 30px;
    border: 1px dashed #000;
    width: 100%;
    display: inline-block;
}

.friday-program-box .title {
    color: #73948d;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.friday-program-box .text {
    display: inline-block;
    padding-bottom: 30px;
}

.friday-program-box .date {	
    text-transform: uppercase;
    font-size: 24px !Important;
    color: #000 !Important;
  	padding-bottom: 15px;
  	font-weight: 600 !Important;
}

.friday-program-box .text-blue {    
  	color: #73948d;
    margin-bottom: 20px;
}

.friday-program-box .text-blue i {
    padding-right: 5px;
}

@media(max-width:1450px){
         .program-new .band-title .text {
		padding-left: 15px;
	}
         .program-new .band-title .text .info {
                float: left;
         }

}

@media(max-width: 1330px) {
       .program-new .band-title .text .info { 
               max-width: 100%;
       }
}

@media(max-width:991px){
	.program-new .band-title .text {
		padding-top: 0;
                float: none;
		padding-bottom: 15px;
	}

	.program-new .band-title .text .info {
           width: 100%;
     }

    .program-new .band-title .image { 
           clear: both;
     }

	.program-new .band-color.color-1 {
		padding-right: 30px;
  		padding-left: 30px;
  		padding-top: 30px;
	}
}

@media(max-width:767px){
	.program-new .band-color.color-1 {
		padding-right: 15px;
  		padding-left: 15px;
  		padding-top: 15px;
	}
	
	.program-new .band-title .text {
	  padding-top: 0;
	  padding-bottom: 20px;
	}
	.program-new .band-title .text .info {
	  float: none;
	  padding-left: 0;
	}
	.program-new .band-title .text .info .date, 
	.program-new .band-title .text .info .place {
	  font-size: 22px;
  	  line-height: 26px;
	}
	.program-new .band-title .text .info .intro {
	  margin-top: 10px;
      font-size: 17px;
      margin-bottom: 10px;
	}
	.program-new .band-title .image {
	  min-height: 250px;
	  background-size: contain;
	  background-position: center;
	}

	.friday-program-box {
		width: 100%;
	}

	.friday-program-box .title {
	  font-size: 22px;
      line-height: 17px;
	}

	.friday-program-box .text {	
		padding-left: 0px !	Important;
	}
}

.marginBottom {
    border-bottom: 1px dashed #000;
    padding: 40px 0px;
}

.buttons-list {
    position: relative;
    background-color: #EFEEEB;
    margin-bottom: 40px;
}

.buttons-list:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #000;
}

.buttons-list a {
     display: inline-block;
     border: 1px dashed #000;
     padding: 10px 20px;
     color: #7f7f7f;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 24px;
     margin-right: 15px;
     margin-bottom: 0.1px;
     z-index: 99999;
     position: relative;
     background-color: #EFEEEB;
     padding-bottom: 9px;
}

.buttons-list a:hover {
	background-color: #fff;
	color: #000;
}

.buttons-list div {
    display: inline-block;
    border: 1px dashed #000;
    padding: 10px 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 15px;
    margin-bottom: 0.1px;
    z-index: 99999;
    position: relative;
    background-color: #fff;
    padding-bottom: 9px;
}


.buttons-list a:first-child {
  	margin-left: 50px;
}

.buttons-list div:first-child {
  	margin-left: 50px;
}

.buttons-list a.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #000;
}

.buttons-list div.active {
    border-bottom: 1px solid #fff;
}

@media(max-width: 991px){
	.buttons-list a:first-child {
    	margin-left: 30px;
	}
		
	.buttons-list div:first-child {
    	margin-left: 30px;
	}

	.marginBottom {
		margin-bottom: 0px !important;
	}
}

@media(max-width: 767px){
	.buttons-list a:first-child {
   		margin-left: 15px;
	}

	.buttons-list div:first-child {
   		margin-left: 15px;
	}

	.buttons-list a {
		font-size: 17px;
		margin-right: 7px;
		padding: 10px;
	}	

	.buttons-list a span {
		display: none;
	}

	.buttons-list div {
		font-size: 19px;
    	margin-right: 7px;
  		padding: 10px;
	}	

	.buttons-list div span {
		display: none;
	}

	.buttons-list a:first-child {
		margin-left: 15px;
	}
}

.events-list {
	margin: 40px 0px;
	background-color: #e7e1d9;
}

.events-list .item.visible {
	display: flex;
}

.events-list .item.hidden {
	display: none;
}

.events-list .image-column {
	position: relative;
}

.events-list .image-column img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-list .item:nth-child(2n) .image-column{
    order: 2;
}

.events-list .item .text-column {
	padding: 50px;
}

.events-list .item .title{
        /*color: #73948d;*/
        color: #8e8793;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 20px;
}

.events-list .item .subtitle {
	font-weight: 600;
    margin-bottom: 20px;
}

.events-list .item .guests-list {
	color: #8e8793;
	margin-bottom: 20px;
	padding: 0px;
}

.events-list .item .more{
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
}

.events-list .item .more:hover{
	color: #fff;
    background-color: #111;
}

@media(max-width: 1200px){
	.events-list .item.visible {
		display: flex;
		flex-direction: column;
		margin: 0px;
	}

	.events-list .item.visible .col-md-6 {
		width: 100%;
	}

	.events-list .item.visible .image-column {
		height: 500px;
	}

	.events-list .item:nth-child(2n) .image-column {
		order: 1;
	}

	.events-list .item:nth-child(2n) .text-column {
		order: 2;
	}
}

@media(max-width: 991px){

	.events-list .item {
		margin: 0px;
	}
	
	.events-list .image-column {
		height: 500px;
	}

	.events-list .item .text-column {
		height: auto;
		padding: 30px;
	}

	.events-list .item .title {
		margin-bottom: 10px;
		line-height: 37px;
	}

}

@media(max-width: 767px){

	.events-list {
		font-size: 15px;
	}

	.events-list .image-column {
		height: 300px;
	}
	
	.events-list .item .text-column {
		padding: 15px;
	}

	.events-list .item .title {
		font-size: 22px;
		margin-bottom: 10px;
		line-height: 25px;
	}
	
	.events-list .item .guests-list,
	.events-list .item .subtitle {
		margin-bottom: 10px;
	}

	.events-list .item .more {
		margin-top: 10px;
		font-size: 20px;
	}

	.events-list .item.visible .image-column {
		height: 300px;
	}
}

.walk-slider-band { 
        background-color: #F2E5E4;
}

.art-exposition .walk-slider-band {
	background-color: #fff;
}
.walk-slider-band .intro {
       padding: 50px 0px;
}

.walk-slider-band .intro.row {
	margin-left: 0px;
  	margin-right: 0px;
}

.walk-slider-band .intro .col-md-6,
.walk-slider-band .intro .col-md-8 {
	padding-left: 50px;
}

.walk-slider-band .intro .col-md-6:nth-child(2){
    padding-left: 15px;
  	padding-right: 50px;
}

.walk-slider-band .title{
        color: #73948d;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 20px;
}

.walk-slider-band .bold-text{
        font-weight: 400;
        margin-bottom: 20px;
}

.walk-slider-band .logo {
	width: 400px;
}

.walk-slider-band .intro .text-blue {
        color: #73948d;
        margin-bottom: 20px;
}

.walk-slider-band .text-blue i{
        padding-right: 5px;
}

.walk-slider-band .slider-band .owl-carousel .item{
        background-size: cover;
        background-position: center;
        height: 600px;
        background-repeat: no-repeat;
}

.walk-slider-band .slider-band .text-box {
        background-color: rgba(255,255,255,0.7);
        padding: 50px;
        width: 50%;
}

.walk-slider-band .text-box .text-blue {
        color: #73948d;
        font-weight: 600;
        margin-bottom: 20px;
}

.art-exposition .walk-slider-band .slider-band .image {
	height: 700px;
	background-size: cover;
}

.art-exposition .walk-slider-band .slider-band .text-box {
	height: 700px;
}

.walk-slider-band a{
        color: #73948d;
}

.walk-slider-band a.btn.btn-primary.small {
    border: 1px dashed #000;
    display: inline-block;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
    color: #000;
}

.walk-slider-band a:hover{
        color: #000;
}

.walk-slider-band a.btn.btn-primary.small:hover {
  background-color: #000;
  color: #FFF;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background: transparent !important;
}

.walk-slider-band .owl-prev,
.laboratory-band .owl-prev {
        position: absolute;
        bottom: 40px;
        right: 105px;
}

.walk-slider-band .owl-next,
.laboratory-band .owl-next {
        position: absolute;
        bottom: 40px;
        right: 50px;
}


.walk-slider-band .arrowLeft,
.laboratory-band .arrowLeft {
	background-image: url(../Images/ArrowLeft.png);
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
    background-position: bottom;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    background-size: 50px;
}

.walk-slider-band .arrowRight,
.laboratory-band .arrowRight {
	background-image: url("../Images/ArrowRight.png");	
    width: 50px;
  	height: 50px;	
  	top: 0px;
  	left: 0px;
  	background-position: bottom;
  	background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
   background-size: 50px;
}

.walk-slider-band .arrowRight:hover,
.laboratory-band .arrowRight:hover,
.walk-slider-band .arrowLeft:hover,
.laboratory-band .arrowLeft:hover {
	background-position: top;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !Important;
}

.laboratory-band .owl-carousel .owl-nav.disabled {
	display: none !Important;
}


.site-view-events-custom-list .guests-list .main-title {
	color: #000;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 20px;
}

.site-view-events-custom-list .guests-list {
	padding: 0px 15px;
}

.site-view-events-custom-list .guests-list .item {
     background-color: #E2E6E3;
}

.site-view-events-custom-list .guests-list .title {
    color: #8e8793;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.site-view-events-custom-list .guests-list .subtitle{
    font-weight: 600;
    margin-bottom: 20px;
}

.site-view-events-custom-list .guests-list .description {
    color: #8e8793;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.site-view-events-custom-list .guests-list .description i {
    padding-right: 5px;
    margin-top: 4px;
}

.site-view-events-custom-list .guests-list .item .text-box {
     min-height: 482px;
     padding: 30px;
}

.site-view-events-custom-list .guests-list .item .image {
      background-size: cover;
      background-position: center;
      height: 400px;
}


.walk-band .item {
        background-size: cover;
        background-position: center;
        height: 770px;
        margin-bottom: 27px;
        background-color: #e7e1d9;
}

.walk-band .item:last-child {
	border-bottom: 0px;
}

.walk-band .item:nth-child(2n) .image{
        float: right;
}

.walk-band { 
  	height: 450px;
}

.walk-band .title{
        color: #8e8793;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 20px;
}

.walk-band .bold-text{
        font-weight: 600;
        margin-bottom: 20px;
}

.walk-band .text-blue {
        color: #8e8793;
        margin-bottom: 20px;
        font-weight: 600;
}

.walk-band .text-blue i{
        padding-right: 5px;
}

.walk-band .item .text-box {
        background-color: rgba(255,255,255,0.7);
        padding: 50px;
}

.walk-band .image{
        background-size: cover;
        background-position: center;
        height: 770px;
}

.walk-band .text-band {
    padding: 50px;
}

.walk-band .item .btn-primary {
	color :#000;
	padding: 10px;
	font-size: 20px;
	margin-top: 15px;
}

.walk-band .item .btn-primary:hover {
	color: #fff;
}


.walk-band .more,
.laboratory-band .more,
.walk-slider-band .more{
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
}

.walk-slider-band .more { 
	margin-top: 5px;
}

.walk-slider-band .more.mobile {
	display: none;
}

.walk-band .more:hover,
.laboratory-band .more:hover,
.walk-slider-band .more:hover{
	color: #73948d;
    border-color: #73948d;
}

.laboratory-band .main-title {
	color: #000;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 20px;
}

.laboratory-band {
	padding: 0px 15px;
}

.laboratory-band .item {
     background-color: #E2E6E3;
}

.laboratory-band .item .title {
    color: #8e8793;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.laboratory-band .bold-text{
    font-weight: 600;
    margin-bottom: 20px;
}

.laboratory-band .text-blue {
    color: #8e8793;
    margin-bottom: 20px;
    font-weight: 600;
}

.laboratory-band .text-blue i {
     padding-right: 5px;
}

.laboratory-band .item .text-box {
     min-height: 482px;
     padding: 30px;
}

.laboratory-band .item .image {
      background-size: cover;
      background-position: center;
      height: 400px;
}

.sport .item{ 
       margin-bottom: 27px;
       margin-right: 0px;
       margin-left: 0px;
}

.sport  .item:last-child {
      margin-bottom: 0px;
}

.sport .item .btn-primary {
	color :#000;
	padding: 10px;
	font-size: 20px;
	margin-top: 15px;
}

.sport .item .btn-primary:hover {
	color: #fff;
}

.sport .text-box{
       background-color: #E0E2CD;
       padding: 50px 50px 50px 50px;
       height: 550px;
}

.sport .title {
    color: #73948d;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
}

.sport .bold-text {
    font-weight: 600;
    margin-bottom: 20px;
}

.sport .text-blue {
    color: #73948d;
    margin-bottom: 20px;
    font-weight: 600;
}

.sport .text-blue i {
    padding-right: 5px;
}

.sport .image{
    background-size: cover;
    background-position: center;
    height: 550px;
}

.sport .item:nth-child(2n) .text-box {
    float: right;
    padding: 50px 150px 50px 50px;
}

.sport .item a {
	color: #73948d;
}

.sport .item a:hover {
	color: #000;
}

@media(max-width: 1630px){
	.laboratory-band .item .text-box {
    	min-height: 437px;
	}
}

@media(max-width: 1750px){ 
	.walk-band,
	.walk-band .image {
        height: 770px;
 }

	.laboratory-band .item .text-box {
    	min-height: 436px;
	}	

	.walk-band .item {
		height: 770px;
	}	
}

@media(max-width: 1500px){ 
	.walk-band,
	.walk-band .image {
        height: 950px;
 }


	.walk-band .item {
		height: 950px;
	}	
}


@media(max-width:1400px){
    .sport .text-box,
    .sport .image{
        height: 600px;
    }
}

@media(max-width: 1200px){ 
	.walk-band,
	.walk-band .image {
        height: 1050px;
	}

	.laboratory-band .item .text-box {
	    min-height: 406px;
	}

	 .walk-band .item {
		height: 1050px;
	}
	
	.sport .text-box, .sport .image {
		height: 600px;
		padding: 30px !important;
	}
}

@media(max-width: 1200px){
	.art-exposition .walk-slider-band .slider-band .text-box {
		height: 800px;
	}

	.art-exposition .walk-slider-band .slider-band .image {
		height: 800px;
	}
	
	.walk-slider-band .slider-band .owl-carousel .item {
		height: auto;
	}
}

@media(max-width: 1100px){ 

	.laboratory-band .item .text-box {
        min-height: 400px;
	}	
}


@media(max-width: 991px){

	.walk-band,
	.walk-band .item {
		height: auto;
	}

	.walk-band .image {
		height: 400px;
	}

	.walk-slider-band .more {
		display: none;
	}	

	.walk-slider-band .more.mobile {
	    display: inline-block;
	}

	.walk-slider-band .intro .col-md-6 {
		padding-left: 30px;
	}

	.walk-slider-band .intro {
		padding: 30px 0px;
	}

	.walk-slider-band .title {
    	font-size: 27px;
   	 	margin-bottom: 10px;
	}

	.walk-slider-band .intro .col-md-6:nth-child(2){
    	padding-left: 30px;
  		padding-right: 30px;
	}

	.walk-slider-band .bold-text {
		margin-bottom: 10px;
	}

	.walk-slider-band .more {
    	margin-top: 15px;
  		font-size: 25px;
	}

	.walk-slider-band .slider-band .text-box {
    	padding: 30px;
    	width: 70%;
	}

	.walk-slider-band .intro {
    	padding: 15px 0px;
	}

	.walk-band .text-band {
    	padding: 30px;
	}

	.laboratory-band .item .text-box {
    	min-height: 443px;
	}

	.laboratory-band .item .title {
	 	line-height: 35px;
	}

	.sport .text-box,
	.sport .item:nth-child(2n) .text-box {
		padding: 30px !important;
	}
	
	.walk-band .item:nth-child(2n) .image {
		float: none;
	}
    .sport .text-box,
    .sport .image{
        height: 630px;
    }

	.sport .text-box {
	  height: auto;
	}
	
	.sport .item:nth-child(2n) .text-box {
	  float: none;
	}
	
	.sport .item .image {
	  height: 450px;
	}

	.art-exposition .walk-slider-band .slider-band .text-box {
		width: 100%;
		height: auto;
	}

	.art-exposition .walk-slider-band .slider-band .image {
		height: 400px;
	} 

	.laboratory-band .main-title {
		font-size: 25px;
	}

	.site-view-events-custom-list .guests-list .item .text-box {
		padding: 15px;
		min-height: auto;
	}

	.site-view-events-custom-list .guests-list .title {
		margin-bottom: 10px;
	}

	.site-view-events-custom-list .guests-list .description {
		margin-bottom: 0px;
	}
}

@media(max-width: 767px){
	.walk-slider-band .intro .col-md-6,
	.walk-slider-band .intro .col-md-8{
		padding-left: 15px;
	}	

	.walk-slider-band .intro .col-md-6:nth-child(2) {
		padding-right: 15px;	
  		padding-left: 15px;
	}

	.walk-slider-band .slider-band .text-box {
    	width: 100%;
  		padding: 15px;
	}

	.walk-band,
	.walk-band .item {
		height: auto;
	}

	.walk-band .image {
		height: 300px;
	}

	.walk-band .text-band {
    	padding: 15px;
	}

	.walk-band .title,
	.walk-band .bold-text {
		margin-bottom: 10px;
	}

	.laboratory-band .item .text-box {
    	min-height: auto;
	}

	.walk-slider-band .owl-prev, .laboratory-band .owl-prev,
	.walk-slider-band .owl-next, .laboratory-band .owl-next {
		position: relative;
  		bottom: auto;
  		right: auto;
	}

	.marginBottom {
		padding: 15px 0px;
	}		

	.sport .text-box,
	.sport .item:nth-child(2n) .text-box {
		padding: 15px  !important;
  		height: auto;
  		font-size: 15px;
	}

	.sport .item .image {
		height: 300px;
	}

	.sport .item:nth-child(2n) .text-box {
		float: none;
	}

	.walk-band .item:nth-child(2n) .image {
		float: none;
	}

	.walk-slider-band .title {
		font-size: 22px; 
	}

	.walk-slider-band .intro.row,
	.walk-slider-band .slider-band .text-box,
	.walk-band, .walk-band .item {
		font-size: 15px;
	}

	.walk-band .title,
	.laboratory-band .item .title,
	.sport .title {
		font-size: 22px;
	}

	.walk-band .more, .laboratory-band .more,
	.walk-slider-band .more {
		font-size: 19px;
	}

	.laboratory-band .item .text-box {
		padding: 15px;
  		font-size: 15px;
	}

	.laboratory-band .item .title {
		line-height: 29px;
  		margin-bottom: 10px;
	}

	.laboratory-band .bold-text,
	.laboratory-band .text-blue,
	.sport .bold-text,
	.sport .title,
	.sport .text-blue {
		margin-bottom: 10px;
	}

	.walk-band .more,
    .laboratory-band .more,
	.walk-slider-band .more{
		margin-top: 10px;
	}

	.walk-slider-band .logo {
		max-width: 100%;
	}

	.laboratory-band .main-title {
		font-size: 22px;
	}

	.site-view-events-custom-list .guests-list .title {
		font-size: 22px;
	}

	.site-view-events-custom-list .guests-list .subtitle {
		margin-bottom: 10px;
	}

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



/* Edizioni passate
------------------------------------------------------------------------------------------------- */
.past-editions-years{
    position: relative;
    margin-top: -41px;
}

.past-editions-years:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 1px;
	border-bottom: 1px dashed #000;
	width: 100%;
}

.past-editions-years .year {
     display: inline-block;
     border-left: 1px dashed #000;
	 border-right: 1px dashed #000;
	 border-top: 1px dashed #000;
     padding: 8px 36px;
     color: #000;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 24px;
     margin-right: 15px;
     margin-bottom: 0.1px;
     z-index: 99999;
     position: relative;
     background-color: #ffffff9e;
     padding-bottom: 9px;
     line-height: 23px;
}

.past-editions-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.past-editions-carousel .owl-item {
    width: auto !important;
}

.past-editions-carousel .item {
    white-space: nowrap;
    display: block;
}

.past-editions-years .year:hover {
	background-color: #fff;
	color: #000;
}

.past-editions-carousel {
    transition: padding 0.2s ease;
}

.past-editions-carousel.has-left-arrow {
    padding-left: 40px;
}

.past-editions-carousel.has-right-arrow {
    padding-right: 40px;
}


.past-editions-years .year.active {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #000;
	position: relative;
}

.past-editions-years .year.active:after {
	content: "";
	height: 0px;
	width:100%;
	position: absolute;
	bottom: -2px;
	z-index: 999999999;
	background-color: #fff;
	left: 0px;
}

.past-editions-carousel.arrow-left-visible {
    width: calc(100% - 40px);
    margin-left: 40px;
}

.past-editions-carousel.arrow-right-visible {
    width: calc(100% - 40px);
}

.past-editions-carousel.arrow-left-visible.arrow-right-visible {
    width: calc(100% - 80px);
    margin-left: 40px;
}

.past-editions-years .owl-nav {
	padding: 0px;
	margin: 0px !important;
}

.past-editions-years .owl-nav .owl-next {
	float: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff9e !important;
	padding: 8px 36px !important;
	font-size: 31px !important;
	height: 43px;
	width: 28px;
	border: 1px dashed #000 !important;
	margin: 0px !important;
	color: #000 !important;
}

.past-editions-years .owl-nav .owl-prev {
	float: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #ffffff9e !important;
	padding: 8px 36px !important;
	font-size: 31px !important;
	height: 43px;
	width: 28px;
	border: 1px dashed #000 !important;
	margin: 0px !important;
	color: #000 !important;
}

.past-editions-years .owl-nav .owl-prev.disabled,
.past-editions-years .owl-nav .owl-next.disabled {
	display: none;
}

.buttons-list div.active {
    border-bottom: 1px solid #fff;
}

.past-edition-intro-section {
	padding-bottom: 30px;
	border-bottom: 1px dashed #000;
	padding-top: 50px;
}

.past-edition-intro-section .video-vertical {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
}

.past-edition-intro-section .video-vertical video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.past-edition-intro-section .title {
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
}

.past-edition-intro-section .subtitle {
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 20px;
}

.past-edition-intro-section .buttons .btn.btn-primary {
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
	margin-left: 15px;
}

.past-edition-intro-section .buttons .btn.btn-primary:hover {
	background-color: #111;
	color: #fff;
}

.element-list {
	padding: 50px 0px;
	column-count: 3;
	column-gap: 30px;
}

.element-list .item {
   border-bottom: 2px dashed #564E44;
   margin-bottom: 20px;
   break-inside: avoid;
   display: inline-block;
  vertical-align: top;
   width: 100%;
   page-break-inside: avoid;
}

.element-list .image {
  	margin-bottom: 15px;
}

.element-list .item .description {
	padding-bottom: 15px;
}

@media(max-width: 1200px) {
	.past-editions-years {
		bottom: 0px;
	}
}

@media(max-width: 991px){

	.past-editions-years {
		bottom: 50px;
	}
	
	.past-edition-intro-section .title {
		font-size: 22px;
	}
	
	.element-list {
		padding-top: 30px;	
  		column-count: 2;
	}

}

@media(max-width: 767px){

	.past-edition-intro-section {
		padding-bottom: 10px;
		padding-top: 0px;
	}

	.past-edition-intro-section .title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.past-edition-intro-section .subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.past-edition-intro-section .buttons .btn.btn-primary {
		font-size: 20px;
		padding: 10px;
		margin-top: 0px;
	}
	
	.element-list {
		padding-top: 0px;	
        column-count: 1;
	}

	.past-editions-years {
		bottom: 24px;
		
	}

	.past-editions-years .year {
		font-size: 17px;
		padding: 5px 10px;
		margin-right: 0px;
	}

	.past-editions-years .owl-nav .owl-next,
	.past-editions-years .owl-nav .owl-prev {
		height: 35px;
		font-size: 22px !important;
	}

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



/* Lista weekend per programmi
------------------------------------------------------------------------------------------------- */
.program-weekend-list .item{
  display: block;
  margin-top: 10px;
  position: relative;
  color: #FFF;
  height: 800px;
  background-size: cover;
  background-position: center;
}

.program-weekend-list .item .text-container {
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 40px;
  font-weight: bold;
}

.program-weekend-list .item .text-container .date {
  display: block;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}

.program-weekend-list .item .text-container .text {
  width: 70%;
  display: block;
  line-height: 45px;
  max-width: 100%;
}

.program-weekend-list .item .overlay {
  position: absolute;
  width: 0;
  height: 100%;
  opacity: 0.8;
  transition: all 0.4s ease 0s;
}

.program-weekend-list a.item:hover .overlay {
  width: 100%;
}

@media(max-widt:1200px){
	.program-weekend-list .item {
		height: 600px;
	}
}

@media(max-width:991px){
	.program-weekend-list .item {
	  height: 450px;
	}
	.program-weekend-list .item .text-container {
	  left: 15px;
	  bottom: 15px;
	  font-size: 25px;
	}
	.program-weekend-list .item .text-container .date {
	  font-size: 45px;
	  line-height: 50px;
	  margin-bottom: 15px;
	}
	.program-weekend-list .item .text-container .text {
	  line-height: 35px;
	  width: 100%;
	}
}

@media(max-width:767px){
	.program-weekend-list .item {
	  height: 300px;
	}
	.program-weekend-list .item .text-container {
	  font-size: 18px;
	}
	.program-weekend-list .item .text-container .date {
	  font-size: 30px;
	  line-height: 35px;
	  margin-bottom: 5px;
	}
	.program-weekend-list .item .text-container .text {
	  line-height: 26px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Evento Prototipo
------------------------------------------------------------------------------------------------- */
.event-detail .header-band {
	position: relative;
	height: 800px;
}

.event-detail .header-band img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event-detail .text-band {
	padding: 100px 50px;
	background-color: #e7e1d9;
}

.event-detail .text-band .subtitle {
	font-weight: 600;
	margin-bottom: 20px;
}

.event-detail .text-band .guests-list {
	color: #8e8793;
	margin-bottom: 20px;
	font-weight: 600;
}

.event-detail .description {
	margin-bottom:30px;
}

.event-detail .more{
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
}

.event-detail .more:hover{
	color: #fff;
    background-color: #111;
}

.registration-form-section {
	padding: 0px;
	height: 800px;
	background-color: #fff;
}

.registration-form-section .privacy-html {
	margin-bottom: 0px;
}

.registration-form-section .form {
	padding: 100px 50px 0px 50px;
}

.registration-form-section .buttons.text-center {
	margin: 0px;
}

.registration-form-section .header-html {
	margin-bottom: 0px;
}

.registration-form-section .header-html .image {
	background-image: url(../Images/ManImage.jpg);
	background-size: cover;
	background-position: center;
	height: 780px;
	background-repeat: no-repeat;
	padding: 0px;
}

.registration-form-section h2 {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 20px;
	font-family: 'Roboto';
}

.registration-form-section .btn.btn-primary {
	border-color: #000;
    color: #000;
    margin-top: 30px;
}

.registration-form-section .btn.btn-primary:hover {
	border-color: #564E44;
	color: #564E44;
}

.registration-form-section .legend {
	display: none;
}

.registration-form-section .inputbox.vertical .validation-required {
	background: none;
  	padding-left: 0px;
}

.registration-form-section .waiting-list {
	font-weight: 600;
	margin-top: 5px;
}

.registration-form-section .modal-header {
	background-color: #EFEEEB;
}

.registration-form-section .modal-body {
	text-align: center;
    padding: 20px 15px;
}

.registration-form-section .modal-footer {
	padding: 0px 15px;
}

.registration-form-section .modal-footer .btn.btn-primary {
	margin-top: 0px;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 10px 35px;
}

@media(max-width: 991px){

	.registration-form-section {
		padding: 0px 30px 50px;
		height: auto;
		background-color: transparent;
	}
	
	.registration-form-section h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.event-detail .text-band {
		padding: 50px 30px;
	}

	.registration-form-section .btn.btn-primary {
		font-size: 30px;
	}

	.registration-form-section .header-html .image {
		display: none;
	}

	.registration-form-section .form {
		padding-top: 50px;
	}
}

@media(max-width: 767px) {
	.registration-form-section {
		padding: 0px;
		height: auto;
	}
	
	.registration-form-section h2 {
		font-size: 25px;
		line-height: 30px;
	}

	.event-detail .text-band {
		padding: 30px 15px;
	}

	.registration-form-section .btn.btn-primary {
		font-size: 20px;
	}

	.registration-form-section .header-html .image {
		background-size: contain;
		background-repeat: no-repeat;
		height: 250px;
		margin-bottom: 30px;
	}

	.registration-form-section .form {
		padding: 0px 15px 0px 15px;
	}
	
}

/* Login */
.set-new-password,
.reset-password,
form.login {
    background-color: #EFEEEB;
    padding-top: 150px; 
	padding-top: 200px;
}

.set-new-password header,
form.login header,
.reset-password header{
	background-color: #564E44;
}

form.login .logo-container img {
	height: 80px;
}

.login.panel.panel-success {
	margin-bottom: 150px;
}

.login .panel-heading {
	background-color: #564E44;
	border: 1px solid #564E44;
	color: #fff;
	font-family: "Cedarville Cursive";
	font-size: 30px;
	text-align: center;
}
.set-new-password .buttons,
.reset-password .buttons {
	margin-top: 30px;
	margin-bottom: 50px;
}

.login .ow-container.keep-login input,
.login .ow-container.keep-login span {
	height: auto !Important;
}

.set-new-password .button-secondary,
.set-new-password .btn.btn-primary,
.reset-password .button-secondary, 
.reset-password .btn.btn-primary {
	border: 1px dashed #111;
	color: #000;
	font-size: 30px !important;
	padding: 5px 10px !important;
	font-family: "Cedarville Cursive";
	line-height: 1.42857143;
	display: inline-block;
	vertical-align: middle;
}

.set-new-password .button-secondary:hover,
.set-new-password .btn.btn-primary:hover,
.reset-password .button-secondary:hover,
.reset-password .btn.btn-primary:hover {
	border-color: #111;
	background-color: #111;
	color: #fff;
}

.login .menu-container {
	display: none;
}

.login .form-horizontal .control-label {
	text-align: left;
	margin-bottom: 10px;
	font-weight: 300;
}

.login .form-group {
	height: auto;
	text-align: left;
}

.login .button.btn.btn-primary {
	color: #111;
	border-color: #111;
	font-size: 30px;
	padding: 5px 10px;
	margin-bottom: 30px !important;
}
.set-new-password .set-new-password-container,
.reset-password .reset-password-container {
	margin: 0 auto;
}

.set-new-password .set-new-password-container h1,
.reset-password .reset-password-container h1 {
	padding: 0px 15px;
}

@media (min-width: 768px) {
  .set-new-password-container,
  .reset-password-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .set-new-password-container,
  .reset-password-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .set-new-password-container,
  .reset-password-container {
    width: 1170px;
  }
}
@media (min-width: 1450px) {
  .set-new-password-container,
  .reset-password-container {
    width: 1400px;
  }
}

@media(max-width: 991px){
	.set-new-password,
	.reset-password,
	form.login {
		padding-top: 150px;
	}

	.login.panel.panel-success {
		margin-bottom: 70px;
	}
}

@media(max-width: 767px){
	.set-new-password,
	.reset-password,
	form.login {
		padding-top: 80px;
	}

	.login.panel.panel-success {
		margin-bottom: 30px;
	} 

	.login .panel-heading {
		font-size: 23px;
	}

	.login .form-group {
		padding: 7px 15px !important;
	}

	.login .ow-container.keep-login label {
		display: none;
	}

	.set-new-password .button-secondary,
	.set-new-password .btn.btn-primary,
	.reset-password .button-secondary, 
	.reset-password .btn.btn-primary,
	.login .button.btn.btn-primary {
		margin-bottom: 13px !important;
		font-size: 20px !important;
	}

	.set-new-password .set-new-password-container h1,
	.reset-password .reset-password-container h1 {
		font-size: 20px;
	}
}

/* Gestione Eventi */

.user-logged {	
	background-color: #EFEEEB;
}

.webmaster-manage-page .manage-events,
.webmaster-manage-page .manage-guests {
	margin-bottom: 100px !important;
}

.webmaster-manage-page h2 {
	display: block;
	text-transform: uppercase;
	font-size: 58px;
	line-height: 70px;
	margin-bottom: 30px;
	font-family: Roboto;
}

.webmaster-manage-page .panel-header .subgroup,
.webmaster-manage-page .panel-header h2 {
	color: #73948d;
	text-transform: inherit;
	font-size: 35px;
	margin-bottom: 10px;
}

.webmaster-manage-page .panel-header h2 i {
	display: none;
}

.webmaster-manage-page .section-title h2 span {
	float: none;
}

.webmaster-manage-page .breadcrumb {
	background-color: transparent !Important;
}

.webmaster-manage-page .breadcrumb a {
	color: #73948d;
}

.webmaster-manage-page .breadcrumb a:hover {
	color: #000;
}

.webmaster-manage-page .panel-content {
	padding: 70px 30px 50px 30px;
	background-color: #ffffff;
	position: relative;
}

.webmaster-manage-page .manage-guests .panel-content,
.webmaster-manage-page .race-inscription .panel-content,
.webmaster-manage-page .race .panel-content {
	padding-top: 50px;
}

.webmaster-manage-page table {
	border: 0px;
}

.webmaster-manage-page table.data-table thead tr th {
	background-image: none !Important;
	background-color: #e7e1d9;
	color: #111;
}

.webmaster-manage-page table.data-table thead tr th.th-actions a {
	background-color: #8e8793;
	border: 1px solid #8e8793;
	color: #fff;
	width: 30px;
	height: 30px;
}

.webmaster-manage-page table.data-table thead tr th.th-actions a:hover {
	background-color: #333;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: transparent;
}

.webmaster-manage-page table tr th {
	position: relative;
	padding: 15px 10px;
	border: 0px;
}

.webmaster-manage-page table tr th .sort-action {
	position: absolute;
	right: 10px;
	top: 15px;
}

.webmaster-manage-page table tr th .sort-action i {
	display: block;
	height: 13px
}

.webmaster-manage-page .race table.data-table thead .th-actions {
	min-width: 117px;
}

.webmaster-manage-page .td-actions {
	vertical-align: middle !Important;
}

.webmaster-manage-page .td-actions a {
	background-color: #8e8793;
	display: inline-block !important;
	width: 25px !important;
	height: 25px !important;
	text-align: center;
	color: #fff;
	padding: 5px !important;
	font-size: 11px;
}

.webmaster-manage-page .td-actions a:hover {
	background-color: #333;
}

.webmaster-manage-page table.data-table tfoot tr {
	background: none !Important;
	background-color: transparent !Important;
	}

.webmaster-manage-page table.data-table tfoot {
	 background-color: transparent !important;
	}

.webmaster-manage-pagetable.data-table tfoot tr td {
	background-color: #e7e1d9 !Important;
	border: 0px !IMPORTANT;
}

.webmaster-manage-page .filter .panel-content{
	background-color: #e7e1d9;
	padding: 30px;
	margin: 0px;
}

.webmaster-manage-page .filter .panel-footer {
	background-color: transparent;
	text-align: center;
}

.webmaster-manage-page .filter .panel-footer .btn.btn-primary{
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
	background-color: transparent;
}

.webmaster-manage-page .filter .panel-footer .btn.btn-primary:hover{
	color: #fff;
    background-color: #111;
}


.webmaster-manage-page .action-back {
	margin-bottom: 20px !important;
	display: inline-block;
}

.webmaster-manage-page .filter label {
	font-weight: 600;
}

.webmaster-manage-page .filter .input-div select,
.webmaster-manage-page .filter .input-div input {
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #111;
	max-width: 100%;
	height: 45px;
}

.webmaster-manage-page .subgroup {
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
	margin-bottom: 20px;
	color: #8e8793;
}

.webmaster-manage-page .event-summary {
	position: relative;
}

.webmaster-manage-page .evidence-item-box {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
}

.webmaster-manage-page .evidence-item-box .item-box span {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	display: block;
}

.webmaster-manage-page .item-box label {
	height: 50px;
}

.webmaster-manage-page .manage-image-container,
.manage-suggestions .manage-image-container {
	margin-bottom: 20px;
}

.manage-image-container:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	margin-bottom: 10px;
}

.webmaster-manage-page .manage-image-container .image,
.webmaster-manage-page .manage-image-container .image-empty{
	height: 280px;
	width: 50%;
	background-size: cover;
	background-position: center;
	float: left;
	border: 1px solid #CCC;
}

.webmaster-manage-page .manage-image-container .image-empty{
  border: 1px solid #CCC;
}

.webmaster-manage-page .manage-image-container .image-actions {
	margin-top: 35px;
	float: left;
	width: 50%;
	padding-left: 20px;
}

.webmaster-manage-page .manage-image-container .image-actions span {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.webmaster-manage-page .manage-image-container .image-actions a{
  display: block;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 24px;
  color: #111;
  border: 1px dashed #111;
}

.webmaster-manage-page .input-div .input-type-textarea {
	height: auto;
}

.webmaster-manage-page .manage-image-container .image-actions a i {
	margin-right: 5px;
}

.webmaster-manage-page .panel-footer {
	background-color: transparent;
	padding: 15px 0px;
}

.webmaster-manage-page .panel-footer .btn-primary,
.webmaster-manage-page .panel-footer .btn-secondary{
	font-size: 30px;
	padding: 10px 20px;
	color: #111;
	border: 1px dashed #111;
	background-color: transparent;
	margin-left: 15px;
}

.webmaster-manage-page .panel-footer .btn-primary:hover,
.webmaster-manage-page .panel-footer .btn-secondary:hover{
	color: #fff;
	background-color: #111;
}

.item-box input{
	display: none;
}

.item-box .item-switch{
	padding-right: 2px;
	float: left;
	position: relative;
	width: auto !IMPORTANT;
}

.active-switch {
	float: right;
	padding-left: 15px;
}

.modal-body .item-box .item-switch {
	float: left;
	padding-right: 0px;
}

.item-box .item-switch>input[type="checkbox"]:checked+label::before{
    background: inherit;
    opacity: 0.5;
    background-color: #73948d;
}

.item-box .item-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
    background-color: #73948d;
}

.item-box .item-switch .label-default{
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
	text-align: left;
	margin-top: 13px;
	margin-right: 12px;
}

.item-box .item-switch .label-default:before{
    background: #564E44;
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.modal-body .item-box .item-switch .label-default:before {
	background-color: #b54647;
}

.item-box .item-switch .label-default:after{
    background: #564E44;
    border-radius: 16px;
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.modal-body .item-box .item-switch .label-default:after {
	background-color: #b54647;
}

.webmaster-manage-page .race-inscription .subgroup {
	padding: 0px 15px;
}

.webmaster-manage-page .event-summary .event-info {
	background-image: none;
	background-color: transparent;
	padding: 0px 0px 30px;
	margin-bottom: 0px;
}

.webmaster-manage-page .event-summary .event-info:after {
	display: none;
}

.webmaster-manage-page .event-summary .image a {
	background-size: cover;
	background-position: center;
	height: 250px;
	display: block;
}

.webmaster-manage-page .event-summary .item {
	margin-bottom: 10px;
}

.webmaster-manage-page .event-summary .item span {
  	font-weight: 600;
  	display: table-cell;
  	vertical-align: middle;
}

.webmaster-manage-page .event-summary .year {
	font-size: 25px;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	color: #73948d;
}

.webmaster-manage-page .event-summary .event-name .name {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 35px;
	margin-bottom: 10px;
	display: inline-block;
}

.webmaster-manage-page .event-summary .event-name .name i {
	display: none;
}

.webmaster-manage-page .races .item {
	display: table;
	padding: 15px;
	color: #000;
	position: relative;
	min-height: 87px;
	width: 100%;
	padding-right: 50px;
	background-color: #73948d57;
}

.webmaster-manage-page .races .item .span-anchor {
	background-color: #73948d;
	position: absolute;
	right: 15px;
	top: 21px;
	color: #fff;
	width: 40px;
	height: 40px;
	padding: 5px;
	text-align: center;
	font-size: 21px;
}

.webmaster-manage-page .races .new-button {
	border: 1px solid #73948d;
	display: block;
	padding: 25px;
	text-align: center;
	color: #000;
	min-height: 85px;
	color: #73948d;
}

.webmaster-manage-page .panel-top-button {
	position: absolute;
	top: 130px;
	right: 30px;
	z-index: 9;
}

.webmaster-manage-page .panel-top-button .btn.btn-primary {
	border: 1px dashed #111;
	color: #111;
	font-size: 30px;
	padding: 5px 10px;
	background-color: transparent;
	margin-left: 10px;
}

.webmaster-manage-page .panel-top-button .btn.btn-primary i {
	font-size: 25px;
}

.webmaster-manage-page .panel-top-button .btn.btn-primary:hover {
	background-color: #111;
	color: #fff;
}

.webmaster-manage-page .panel-element {
	position: relative;
}

.webmaster-manage-page .evidence-item-box {
	position: absolute;
	right: 51px;
	top: 37px;
	z-index: 9;
}

.webmaster-manage-page .event .subgroup {
	padding: 0px 15px;
}

.webmaster-manage-page .notification-item-number {
	background-color: #e7e1d9;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 19px 10px;
}

.webmaster-manage-page .notification-item-number i {
	width: 25px;
	height: 25px;
	padding: 5px;
	text-align: center;
	background-color: #564E44;
	color: #fff;
	margin-right: 10px;
	font-size: 12px;
	margin-top: 0px;
}


@media(max-width: 1450px){
	.webmaster-manage-page .manage-image-container .image-actions a {
		font-size: 20px;
		padding: 10px;
	}

	.webmaster-manage-page .manage-image-container .image, .manage-events .manage-image-container .image-empty {
		height: 230px;
	}
}

@media(max-width: 1200px){

	.webmaster-manage-page h2 {
		font-size:50px;
	}
}

@media(max-width: 991px){

	.breadcrumb {
		margin-bottom: 0px;
	}
	
	.webmaster-manage-page .manage-events, .webmaster-manage-page .manage-guests {
		margin-bottom: 50px !important;
	}

	.webmaster-manage-page h2 {
		font-size:30px;
		margin: 0px;
	}

	.webmaster-manage-page .panel-header h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.webmaster-manage-page .evidence-item-box {
		top: 28px;
	}
}

@media(max-width: 767px){

	.breadcrumb {
		margin-bottom: 0px;
		padding: 5px 0px;
	}
	
	.webmaster-manage-page .manage-events, .webmaster-manage-page .manage-guests {
		margin-bottom: 30px !important;
	}

	.webmaster-manage-page h2 {
		font-size:25px;
		margin: 0px;
		line-height: 50px;
	}

	.webmaster-manage-page .panel-header h2 {
		font-size: 20px;
	}

	.webmaster-manage-page .panel-content {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		margin: 0px;
	}

	.webmaster-manage-page .race .panel-content,
	.webmaster-manage-page .manage-guests .panel-content {
		padding-top: 15px;		
	}
	
	.manage-events .event-summary .panel-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	.webmaster-manage-page .evidence-item-box,
	.manage-events .evidence-item-box {
		right: 15px;
	}

	.webmaster-manage-page .evidence-item-box .item-box span,
	.manage-events .evidence-item-box .item-box span {
		margin-left: 15px
	}

	.webmaster-manage-page .panel-top-button .btn.btn-primary,
	.manage-events .panel-top-button .btn.btn-primary {
		font-size: 20px;
	}

	.webmaster-manage-page .subgroup,
	.manage-events .subgroup {
		margin-bottom: 10px
	}

	.webmaster-manage-page .manage-guests .subgroup {
		padding: 0px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/*Iscrizione
------------------------------------------------------------------------------------------------- */
.site-inscription .event-info {
	height: 800px;
	display: flex;
	z-index: 9999;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	padding-left: 50px;
	margin-bottom: 100px;
	padding-right: 50px;
}

.site-inscription .event-info img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.site-inscription .event-info h1 {
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 70px;
}

.site-inscription .event-info .guests-list {
	margin-bottom: 12px;
	font-size: 21px;
}

.site-inscription .event-info .place {
	font-size: 21px;
	padding-left: 25px;
	position: relative;
}

.site-inscription .event-info .place:before {
	content: "";
	background-image: url("../Images/PlaceIcon.png");
	width: 30px;
	height: 30px;
	background-size: cover;
	position: absolute;
	left: -7px;
	top: -5px;
}

.site-inscription .event-info:after {
	content: "";
	background-color: rgba(0,0,0,0.1);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

.site-inscription .description {
	padding: 30px;
	margin-bottom: 46px;
	border: 1px dashed #111;
	position: relative;
	margin-top: 40px;
	background-color: #fff;
}

.site-inscription .description:before {
	content: "";
	border: 1px solid #111;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -30px;
	background-image: url("../Images/Login.png");
	background-size: 67%;
	z-index: 99;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.site-inscription .wait-list-description {
	background-color: #e5fa95;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px dashed #111;
	position: relative;
}

.site-inscription .wait-list-description:before {
	content: "";
	border: 1px solid #111;
	width: 65px;
	height: 64px;
	border-radius: 50%;
	position: absolute;
	left: -22px;
	top: -30px;
	background-image: url("../Images/WaitingList.png");
	background-size: 67%;
	z-index: 99;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}

.site-inscription .inscription {
	margin-bottom: 100px;
}

.site-inscription .inscription .legend {
	display: none;
}

.site-inscription .inscription h2 {
	margin-bottom: 29px;
}

.site-inscription .inscription .optionbutton-inline .input-group {
	width: 33%;
	float: left;
}


.site-inscription .inscription .registration-field > label {
    color: #8e8793;
    font-weight: 900;
    font-size: 30px;
	margin-bottom: 20px;
}


.site-inscription .inscription .text  {
    color: #8e8793;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    margin: 22px 0px;
}

.inputbox.vertical .single-checkbox .validation-required,
.single-checkbox label {
	padding-left: 20px !Important;
	position: relative;
	display: inline-block
}


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

.single-checkbox .input-div input{
	height: 17px !important;
	width: auto;
}

.site-confirm-inscriptions-result {
	margin-bottom: 100px !Important;
}

.site-confirm-inscriptions-result .race-inscriptions-confirmed {
	margin-bottom: 20px;
}

.site-confirm-inscriptions-result .btn-primary,
.site-inscription .inscription .btn-primary,
.site-inscription .inscription .btn-secondary {
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
	margin-left: 15px;
}

.site-confirm-inscriptions-result .btn-primary:hover,
.site-inscription .inscription .btn-primary:hover,
.site-inscription .inscription .btn-secondary:hover {
	background-color: #111;
	color: #fff;
}

.events-list .item .more:hover {
	color: #fff;
    background-color: #111;
}

.site-inscription .inscription .btn-primary:hover {
	color: #fff;
}

@media(max-width:991px){

	.site-inscription .event-info {
		height: 500px;
		margin-bottom: 50px;
	}
	.site-inscription .event-info h1 {
	  font-size: 30px;
	  left: 30px;
	  top: 200px;
	  line-height: 40px;
	}

	.site-inscription .inscription {
		margin-bottom: 0px !Important;
	}

	.site-inscription .inscription .text {
		font-size: 22px;
		margin: 15px 0px;
	}

	.site-confirm-inscriptions-result {
		margin-bottom: 50px !Important;
	}

	.site-confirm-inscriptions-result .race-inscriptions-confirmed {
		padding: 0px 30px;
	}

	.site-confirm-inscriptions-result .race-inscriptions-confirmed {
		margin-bottom: 10px;
	}

	.site-inscription .inscription .registration-field > label {
		font-size: 22px;
	}

	.site-inscription .inscription .optionbutton-inline .input-group {
		width: 50%;
	}
}

@media(max-width:767px){
	.site-inscription .event-info {
		height: 350px;
		margin-bottom: 30px;
		padding: 0px 15px;
	}
		
	.site-inscription .event-info h1 {
	  left: 15px;
	  top: auto;
	  bottom: 110px;
	}

	
	.site-inscription .inscription .text {
		font-size: 19px;
		margin: 10px 0px;
	}

	.site-inscription .inscription .term-and-condition .row {
		margin: 0px;
	}

	.site-inscription .inscription .term-and-condition .row > div {
		padding: 0px;
	}

	.site-confirm-inscriptions-result .btn-primary,
	.site-inscription .inscription .btn-primary,
	.site-inscription .inscription .btn-secondary {
		margin-top: 10px;
		font-size: 20px;
	}

	.site-inscription .inscription .registration-field > label {
		font-size: 19px;
	}

	.site-inscription .inscription .optionbutton-inline .input-group {
		width: 100%;
	}

	.site-inscription .inscription .registration-field > label {
		margin-bottom: 10px;
	}

	.site-inscription .event-info .guests-list {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.site-inscription .event-info .place {
		font-size: 18px;
	}

	.site-inscription .description {
		margin-bottom: 15px;
		padding: 65px 15px 15px 15px;
	}

	.site-inscription .wait-list-description {
		padding: 65px 15px 15px 15px;
		margin-bottom: 15px;
	}

	.site-inscription .inscription h2 {
		margin-bottom: 15px;
	}

	.site-inscription .description:before,
	.site-inscription .wait-list-description:before {
		width: 40px;
		height: 40px;
		left: 15px;
		top: 15px;
	}

}

/* lista iscrizioni */

.site-view-competitor-inscriptions {
	margin-bottom: 50px !important;
}

.site-view-competitor-inscriptions .item {
	border: 3px dashed #8e8793;
	padding: 30px;
	margin: 15px 0px;
}

.site-view-competitor-inscriptions .item .name {
	color: #8e8793;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 15px;
}

.site-view-competitor-inscriptions .item .status {
	display: inline-block;
	color: #fff;
	padding: 3px 15px;
	margin-bottom: 15px;
}

.site-view-competitor-inscriptions .item .status.green {
	background-color: #73948d;
}

.site-view-competitor-inscriptions .item .status.yellow {
	background-color: #dbbf70;
}

@media(max-width: 991px){
	.site-view-competitor-inscriptions .item .name {
		font-size: 26px;
	}
}

@media(max-width: 767px){
	.site-view-competitor-inscriptions .item {
		padding: 15px;
		margin-top: 0px;
	}

	.site-view-competitor-inscriptions .item .name {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.single-checkbox .input-div {
		left: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Modifica profilo
------------------------------------------------------------------------------------------------- */
.site-edit-competitor-profile .text {
	color: #8e8793;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 20px;
}

.site-edit-competitor-profile .btn.btn-primary {
	border: 1px dashed;
    display: inline-block;
    color: #111;
  	border-color: #111;
    font-family: Cedarville Cursive;
    font-size: 30px;
    padding: 5px 10px;
  	margin-top: 20px;
	margin-left: 15px;
}

.site-edit-competitor-profile .notification {
      position: absolute;
      bottom: 15px;
      right: 15px;
      background: #73948d;
      color: #FFF;
      padding: 15px 30px;
      font-size: 20px;
      opacity: 1;
}

.site-edit-competitor-profile .notification a {
      text-transform: uppercase;
      margin-left: 20px;
      color: #fff;
      text-decoration: underline;
}

.site-edit-competitor-profile .notification a:hover {
      color: #FFF;
}

@media(max-width: 991px){
	.site-edit-competitor-profile .text {
		font-size: 22px;
	} 
}

@media(max-width: 767px){
	.site-edit-competitor-profile .text {
		font-size: 19px;
	} 

	.site-edit-competitor-profile .btn.btn-primary {
		font-size: 20px;
	}

	.site-edit-competitor-profile .notification {
		font-size: 17px;
		padding: 10px;
	}
}

/* ---------------------------------------------------------------------------------------------- */



/* Gestione Media
------------------------------------------------------------------------------------------------- */
#modalManageMedia .modal-body {
	background-color:#EFEEEB;
}

#modalManageMedia .modal-body .panel-center .nav-tabs > li.active > a {
	background-color: #e7e1d9 !important;
	color: #555 !important;
}

#modalManageMedia .modal-body .list.tab .quick-search {
	background-color: #fff !important;
	border: 1px dashed #e7e1d9 !important;
}

#modalManageMedia .upload.tab .panel-content,
#modalManageMedia .filters .panel-content {
	padding: 20px 0px 0px 0px;
}

#modalManageMedia .upload.tab .panel-content {
	text-align: center;
}

#modalManageMedia .btn-small {
	font-size: 20px;
	padding: 5px 15px;
	color: #111;
	border: 1px dashed #111;
	background-color: transparent;
	margin-left: 15px;
}

#modalManageMedia .form-group.catalogation-flag,
#modalManageMedia .btn-primary,
#modalManageMedia .btn-green,
#modalManageMedia .btn-secondary {
	font-size: 30px !Important;
	padding: 5px 15px !Important;
	color: #111 !Important;
	border: 1px dashed #111 !Important;
	background-color: transparent;
	margin-left: 15px;
	font-weight: 300 !important;
	background-color: transparent !important;
	font-family: "Cedarville Cursive";
	font-weight: 300 !important;
	width: auto !important;
	display: inline-block;
	cursor: pointer;
}

#modalManageMedia .form-group.catalogation-flag label {
	font-weight: 300;
	padding: 0px !important;
	margin-right: 0px !IMPORTANT;
}

#modalManageMedia .btn-green:hover,
#modalManageMedia .form-group.catalogation-flag:hover,
#modalManageMedia .btn-primary:hover,
#modalManageMedia .btn-secondary:hover,
#modalManageMedia .btn-small:hover {
	background-color: #111 !important;
	color: #fff !important;
}

#modalManageMedia .media-detail-container .data-container i {
    background-color: #564E44 !Important;
}

#modalManageMedia .modal-body .panel-bottom .selected-files-intro .btn-clear {
	color: #564E44 !Important;
}

 #modalManageMedia .catalogation {
	 text-align: left;
 }

@media(max-width: 767px){
	#modalManageMedia .form-group.catalogation-flag,
	#modalManageMedia .btn-primary,
	#modalManageMedia .btn-green,
	#modalManageMedia .btn-secondary {
		font-size: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */