body {
 font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	scroll-behavior: smooth;
}

# {
position: absolute;
display: block;
height: 100%;
width: 100%;
background-color: #563D7C;
top: 0px;
z-index: -1;
}



.sfondo {
	background: linear-gradient(276deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("img/sipario-teatro.jpg") ;
	background-size: cover;
	background-attachment: fixed;
	background-position: left center;
	
	height: 100vh; 
	min-height: 750px;
}



.carousel-indicators {
  position: absolute;
  bottom: 10% !important;
	justify-content: left !important;
}
.carousel-caption {
	z-index: 10;
}
.icona {
	padding: 20px;
font-size: 33px;
}
.icona p {
	font-size: xx-large;
}


/*-- THEME COLOR --*/
.theme-color .icona {
	background: linear-gradient(306deg, rgba(107,63,148,0.8) 0%, rgba(73,14,161,0.8) 100%);
}
.theme-color  .btn-primary{
	color: #fff;
	background-color: #771dc4;
	border-color: #771dc4;
}
.theme-color .btn-primary:hover {
	background-color: #470094;
	border-color: #470094;
}
.theme-color .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.theme-color .btn-secondary:hover {
	 color: #fff;
  background-color: #4c555d;;
  border-color: #4c555d;
}
.theme-color .btn-outline-primary {
  color: #771dc4;
  border-color: #771dc4;
}
.theme-color .btn-outline-primary:hover {
  color: #fff;
  background-color: #771dc4;
  border-color: #771dc4;
}
.theme-color a {
  color: #771dc4;
  text-decoration: unset;
}
.theme-color a:hover {
  color: #771dc4;
}
.theme-color .text-white a {
	color: #6c757d;
}
.theme-color .text-white a:hover {
	opacity: 0.8;
}
.theme-color .themed-container {
  padding: .75rem;
  margin-bottom: 1.5rem;
   background: rgb(107,63,148);
background: linear-gradient(306deg, rgba(107,63,148,1) 0%, rgba(73,14,161,1) 100%); 
}
.theme-color .bg-color {
	width: 100%;
position: absolute;
height: 100%;
background: rgb(107,63,148);
background: linear-gradient(306deg, rgba(107,63,148,0.8) 0%, rgba(73,14,161,0.8) 100%); 
}
.sot-tit {
  width: 10%;
  display: block;
  margin: 10px auto 20px;
  border-bottom: #D00003 4px solid;
}
.sot-tit-b {
width: 10%;
  display: block;
  margin: 10px 0px;
  border-bottom: #D00003 4px solid;
}
/*-- THEME COLOR --*/


.jcarousel-control-prev, .jcarousel-control-next{
	position: absolute;
top: 40%;
z-index: 1;
display: block;
padding: 10px 25px;
font-size: 30px;
color: #fff !important;
}
.jcarousel-control-prev{
	left: 0px;		
}
.jcarousel-control-next{
	right: 0px;	
}

.row-halfscreen {
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
}
.row-halfscreen .half-image {
  background-color: #faf8f9;
  background-position: center;
  background-size: cover;
  min-height: 250px;
}
.row-halfscreen .half-post {
  background-color: #f4f4f4;
  padding: 70px 12% 60px;
}


.slide-bg {
	
}

.carousel-fade{
	position: absolute;
display: block;

}

.social-menu {
	padding: 10px;
	list-style-type: none;
}
.social-menu a:link, .social-menu a:visited {
  color: rgba(255, 255, 255, 1);
  padding: 5px 10px;
}
.navbar-toggler:focus {
  box-shadow: unset !important;
	background-color: rgba(255, 255, 255, 0.1);
}

.collapsing, .collapse.show {
  text-align: center;
  padding: 20px 30px 40px !important;
}

/* FONT */

h1, h2, h3, h4, h5, h6 {
	font-weight: 900 !important;
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	font-size: 13px !important;
  font-weight: 500 !important;
}
p {
	
}


/* GRID */

.row {
  margin-right: unset !important;
  margin-left: unset !important;
}

.container-fluid {
  margin: 0px !important;
}

.container-fluid  .gridboot-incastro [class*="col-"] {
	padding: 4px !important;
}
.gridboot-incastro .box-margin {
	padding: .75rem;
}
.background-color {
  background-color: #f5f5f5;
  border: 0.02px solid #d0d0d0;
}

.container .box-content {
    /*padding: 100px 0px 100px;*/
}

.themed-grid-col {
padding-top: .75rem;
padding-bottom: .75rem;
background-color: #f5f5f5;
border: 0.02px solid #d0d0d0;
}

#introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
  height: 95vh;
	min-height: 500px;
}

.carousel-caption {
  position: absolute !important;
width: 100% !important;
top: 50% !important;
margin-top: -110px !important;
width: auto !important;
max-width: 800px !important;
height: 278px;
}

.text-center-on-mobile {
  text-align: left !important;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 30px;
}

.carousel-control-next, .carousel-control-prev {
  width: 8% !important;
	font-size: 30px !important; 
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: rgba(255,255,255,0.1) !important;
}


			#errori{background: none repeat scroll 0 0 #e74c3c; color: #fff;margin: 10px 0;	padding: 18px 16px;	float:left;	width:100%;	text-align:center;}
			#risultato{background: none repeat scroll 0 0 #00ab5d;color: #fff;float: left;margin: 10px 0;padding: 18px 16px;width: 100%;text-align:center;}
			.asterisco{font-size:12px; color:#da9393;}			
			.info_form{color:#7f7d7d;font-style:italic;font-size:14px;margin-top:-12px;}




@media only screen and (max-width: 991px) {
	
	.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #414141 !important;
}
	.navbar-dark .navbar-nav .nav-link {
  color: rgba(0,0,0,.55) !important;
}
	.social-menu a:link, .social-menu a:visited {
  color: rgba(225, 225, 225, 1);
  padding: 5px 10px;
}
	.navbar-dark .navbar-toggler {
  color: rgba(246,246,247,1) !important;
	}
	#navbarsExample05 {
		background-color: #fff;
	}
	.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #7c7c7c !important;
  text-align: center !important;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
	.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 1px 0 20px !important;
  margin: 0;
    margin-top: 0px;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent !important;
  background-clip: padding-box;
  border-radius: .25rem;
  border: unset !important;
}

}



@media only screen and (max-width: 768px) {
	
	#introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
  height: 65vh;
		max-height: unset !important;
}
	
	.carousel-caption {
  margin-top: -165px !important;
	}
	
	
	.sfondo { 
	height: auto; min-height: unset;
	}
	
}





@media only screen and (max-width: 480px) {

}
      
