/* Font family e colore di sfondo */

body {
 background-color: #eee;
}

@font-face {
  font-family: 'Open Sans', sans-serif;
  font-display: swap;
}

a:link, a:visited, a:hover, a:active { color: #000000; text-decoration: underline;}

a.nav-link:link, a.nav-link:visited, a.nav-link:hover, a.nav-link:active { color: #000000; text-decoration: none;}

a.link:link, a.link:visited, a.link:active {
 color: #000000;
 text-decoration: none;
 }
 
a.link:hover {
 color: grey;
 text-decoration: none;
 }
 
/* Stile pulsanti link affiliazioni */

.btn-ticket {
  display: inline-block;
  color: #333;
  background-color: #e6e6e6;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
  border: 1px solid rgba(209, 209, 209, 1);
  border-radius: 5px;	
}

.btn-ticket:hover {
  display: inline-block;
  color: #333;
  background-color: #e6e6e6;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(189, 189, 189, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(189, 189, 189, 1) 100%);
  border: 1px solid rgba(209, 209, 209, 1);
  border-radius: 5px;
}

a.box-btn:link, a.box-btn:visited, a.box-btn:hover, a.box-btn:active { 
  margin: 0 0 10px;
  padding: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}

a.img-btn:link, a.img-btn:visited, a.img-btn:hover, a.img-btn:active { 
  margin: 0 0 10px;
  padding: 8px;
  font-size: 18px;
  text-decoration: none;
  color: #333;
} 
 
/* Pagine */ 
 
.page {
	max-width: 1200px;
	margin: 5px auto 0px;
	background-color: #fff;
}

.container-fluid {
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
}

.margine-bottom {margin-bottom: 20px;}

.img-rounded {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 5px;
}

.img-rounded1 {
	display: block;
	height: auto;
	max-width: 100%;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
}

.img-rounded2 {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}

.font-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #C80815;
}

.font-body {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #800000;
}

.font-bolt {
 font-weight: bold;
 }
 
p {
  margin: 0 0 10px;
  font-size: 16px;
}

h1 { color: #339cef; font-weight: bold; font-size:26px; text-shadow: 0px 1px 1px rgba(6, 6, 0, 1);}
h2 { color: #339cef; font-weight: bold; font-size:24px; text-shadow: 0px 1px 1px rgba(6, 6, 0, 1);}
h3 { color: #339cef; font-weight: bold; font-size:22px; text-shadow: 0px 1px 1px rgba(6, 6, 0, 1);}

.testo-centrato {
	margin: 0 0 10px;
    font-size: 16px;
	text-align: center;
}

strong {
	font-weight: normal;
	font-size: 16px;
	}
	
.box-widget {
	float: left;
	width: 300px;
	height: 240px;
	margin-right: 15px;
	margin-bottom: 10px;
	}

.box-social {
	float: left; 
	padding-right: 5px; 
	}

.container-centrato {
  padding-top: 5px;
  margin: 0px auto 0px;
  padding-bottom: 5px;
  width: 290px; 
}	

/* Stile immagine principale */

.immagine-principale {
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  background-color: #fff;
}

.font-titolo-intro {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.font-sottotitolo-intro {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.intro-titolo {
    position: relative;
    padding-top: 15%;
	padding-bottom: 15%;
}

.intro-titolo > h1 {
	  font-size: 56px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 2px 2px 3px rgba(0,0,0,1);   
      margin: 0;     
}

.intro-titolo > h2 {
	font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0,0,0,1);
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	color: #FFF;
}

ul.intro-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    }

@media(max-width:767px) {
    .intro-titolo {
        padding-bottom: 15%;
    }

    .intro-titolo > h1 {
        font-size: 3em;
    }

    ul.intro-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}
 
/* Stile per rendere responsive i video di youtube */
.video {
	margin: 20px;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.video iframe,
.video object,
.video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


/* Stili per sovrascrivere e modificare la Navbar di Bootstrap */

.navbar { border: 0px; background-color: rgba(255, 252, 255, 1);}

.icona { 
	margin: 10px; 
	float: right; 
	margin-right: 1.5%;
}
@media (max-width: 600px) {
.icona {
  display: none;
}
}

.logo { 
	float: left;
	margin-left: 15px;  
	margin-top: 12px;
	height: auto;
}

@media (max-width: 900px) {
.image-logo {
  width: 300px;
}
.logo { 
	float: left;
	margin-left: 1px;  
	margin-top: 12px;
	height: auto;
	max-width: 70%;
}
}

@media (max-width: 500px) {
.image-logo {
  max-width: 100%;
}	
.logo { 
	float: left;
	margin-left: 1px;  
	margin-top: 12px;
	height: auto;
	width: 200px;
}
}

.navbar-menubuilder { margin-top: 80px;}

#active.nav .navbar-nav .navbar-left { background-color: #e6e6e6; }

#custom-bootstrap-menu.navbar.navbar-brand { 
	background-color: #fff;
	width: 100%;
	}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: #fff;
}
#custom-bootstrap-menu.navbar-default {
    font-size: 18px;
    background-color: #fff;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: #333;
    background-color: #e6e6e6;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
	border: 1px solid rgba(209, 209, 209, 1);
	border-radius: 5px;
	margin: 2px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: #e6e6e6;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(189, 189, 189, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(189, 189, 189, 1) 100%);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(3, 3, 3, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-top: 12px;
  margin-right: 10px;
  padding: 12px 15px;
  background-color: transparent;
  background-image: none;
  border: 2px solid #000;
  border-radius: 4px;
}




/* Stili per sovrascrivere e modificare i menu dropdown di Bootstrap */

.dropdown-menu {
 padding: 0 0;
 border-radius: 0;
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
}
.dropdown-menu > li > a {
 padding: 10px;
 border-bottom: 1px solid #ccc;
 background-color: #fff;
}

/* Stili per sovrascrivere e modificare lo slideshow carousel */

.carousel-inner {
  margin-top: 10px;
  margin-bottom: 10px; 
  border-radius: 20px;
  color: #fcfcfc;
}


/* Footer */

footer {
 padding: 25px;
 background-color: #fafafa;
 color: #000;
}



/* Stili per sovrescrivere le dimensioni dei box */

.row {
 margin: 1 auto;
 }

.col-320 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-sm-9 {
   width: 100%;
}

@media (max-width: 360px) {
.col-320 {
  width: 100%;
}
}



