html,
body {
    height: 100%;
	font-family: 'Montserrat', sans-serif !important;
	color: #000000 !important;
	font-weight:  500 !important;
}

body {
    padding-bottom: 0px !important;
}

*::-moz-selection {
   background: #DFDFDF none repeat scroll 0 0;
    color: #000000;
}

.link-cont {
	color: #8c8c8c !important;
text-transform: uppercase;

font-weight: 800;
}

.background-collabora {
	background-image: url('img/bg3.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
}

.bg-quad {
background-image: url('img/quad.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 340px;
padding: 10% 0px !important;
}

span {
	color: #39a9db;
}

.bg-cross {
	position: relative;
height: 80px;
background-color: #fff;
background-image: url('img/bg-cross.jpg');
}

.carousel-indicators {
    bottom: 110px !important;
}

.loghino {
width: 80px;
margin-bottom: 20px;
margin-top: -80px;
}

.img-start {
	
}

.intro-1 {
	
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important;
	font-weight: 900 !important;
	text-transform: uppercase;
}

.tizio {
position: absolute;
width: 490px;
height: 710px;
background-image: url('img/max.png');
background-repeat: no-repeat;
background-position: right bottom;
background-size: 510px;
bottom: 0px;
right: 50%;
margin-right: -475px;
}

.tizio2 {
position: absolute;
width: 490px;
height: 710px;
background-image: url('img/pg2.png');
background-repeat: no-repeat;
background-position: right bottom;
background-size: 510px;
bottom: 0px;
right: 50%;
margin-right: -475px;
}

.tizio3 {
position: absolute;
width: 490px;
height: 710px;
background-image: url('img/pg3.png');
background-repeat: no-repeat;
background-position: right bottom;
background-size: 510px;
bottom: 0px;
right: 50%;
margin-right: -475px;
}

#contact {
	float: left;
	padding: 0px 0px;
}

.tasto_special:link{
	background-color: #563d7c;
	display: block;
	position: relative;	
} 

.tasto_special:link .text-special{
	visibility: hidden;
    color: white !important;
    transition: all 200ms linear 0s;
    transform: translateY(30px);
} 

.tasto_special:hover .text-special{
	visibility: visible;
	transform: translateY(0px);
} 

.tasto_special:link img{
	transition: all 200ms linear 0s;
}

.tasto_special:hover img{	
	opacity: 0;
}

.link_special {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.tasto_special {
width: 100%;
height: 100%;
position: relative;
display: block;	
}



/* CAROUSEL */

.carousel.carousel-fade .carousel-item {
    display: block;
		position: absolute;
		opacity: 0 !important;
	visibility: hidden !important;
		transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}
.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
	visibility: visible !important;
	transition-delay:0s;
}
.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
}
.carousel-caption {
position: absolute !important;
width: 100% !important;
top: 50% !important;
margin-top: -160px !important;
width: auto !important;
max-width: unset !important;
height: 278px;
left: 0% !important;
right: 0% !important;
margin-left: unset !important;
background-image: url(img/quad.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 300px auto;
padding: 10px;
}

.carousel-item {
    height: 100% !important;
    background-color: #777;
}

#myCarousel {
position: absolute;
display: block;
height: 100%;
width: 100%;
}


#carousel-fade {
position: absolute;
display: block;
height: 100%;
width: 100%;
background-color: #000000;
}

/*FADE CAROUSEL BOOTSTRAP*/

.carousel-indicators li {
cursor: pointer !important;
height: 18px !important;
border-radius: 50px;
width: 18px !important;
margin-left: 10px !important;
margin-right: 10px !important;
}

.carousel {
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
}
.carousel-inner {
  background-color: transparent;
  height: 100%;
}
.carousel-item {
  background-color: transparent;
  opacity .5;
}
a.carousel-control-next:link, a.carousel-control-prev:link {
  background-color: transparent;
  text-decoration: none;
  opacity: .5;
}
a.carousel-control-next:hover, a.carousel-control-prev:hover  {
  background-color: transparent;
  text-decoration: none;
  opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  position:relative;
  background-image: none;
}    
.carousel-control-next-icon:before {
  top:0;
  left:-5px;
  padding-right:10px;
 }
.carousel-control-prev-icon:before {
  top:0;
  left:-5px;
  padding-right:10px;
}
/*FADE CAROUSEL BOOTSTRAP*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: transparent;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}




 /*COVER*/
.footer-cover {
	display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
}


.header-cover {
	position: fixed;
float: left;
height: 100% !important;
width: 100% !important;
display: grid;
overflow: auto;
}

.container-cover {
height: 100%;
position: absolute;
overflow: auto;
width: 100%;
}

.attesa {
position: absolute;
left: 50%;
top: 50%;
margin-left: -585px !important;
margin-top: -278px;
padding: 10px !important;
}



/*supersized navigator*/
#prevslide { 
	left:10px;
	z-index: 5;
	font-size: 33px !important;
	color: white;
	text-align: right;
	width: 20px !important;
}

#nextslide { 
	right:10px;
	z-index: 5;
	font-size: 33px !important;
	color: white;
	text-align: left;
	width: 20px !important;
}

.jumbotron iframe {
	margin-bottom: -6px !important;
}

.footer .box-content {
	padding: 20px 20px 15px !important;
}

.bg-black {
	background-color: #000 !important;
}

.text-center-on-mobile .sot-tit.left {
    margin-left: 0px;	
}

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

.text-center-on-mobile2 {
	text-align: right !important;
}

label {
    display: inline-block;
    margin: 10px 1px !important;
}

.btn {
	margin-bottom: 5px;	
}

#bottone-contact {
	cursor: pointer;
width: 100%;
max-width: 160px;
background-color: white;
}

#social-box {
	font-size: 20px;
	letter-spacing: 14px;
}

.tasto-link {
	background-color: #868789 !important;
	border-radius: 30px !important;
	color: #fff !important;
	width: 100%;
	padding: 12px 25px;
	max-width: 230px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.form-control {
	border-radius: 0px !important;
	padding: 11px 12px !important;
	margin: 0px 0px 15px;
	display: block !important;
	position: relative !important;
	float: left;
}


#contact #messaggio {
	height: 175px;
}


/* FANCYBOX */

.fancybox-active {
    height: 100% !important;
}

.fancybox-arrow::after {
    border-radius: 100px;
}

.fancybox-caption {
    padding: 20px 20px 30px;
    border-top: unset !important;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
    text-align: center;
    font-weight: 600;
}
/* FANCYBOX */


/*J-CAROUSEL*/

.jcarousel-control-next {
    color: #009cea;
    float: right;
    right: 0;
    margin-right: 20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
	font-size: 30px;
}

.jcarousel-control-prev {
    color: #009cea;
    float: left;
    left: 0;
    margin-left: 20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
	font-size: 30px;
}

/*J-CAROUSEL*/


.esempio {
	
}

a:hover {
      opacity: 0.85 !important;
}

.box-update  .fa-check{
	color: #765D9C;
}

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



#background {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
background: url("img/bg2.jpg") no-repeat;
background-size: cover;
}

.background-color {
	background-color: #3a68a6;
border: unset;
}

.navbar.bg-dark {
    background-color: #563D7C !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
	color: #000;
}

.carousel-caption h1 {
	font-size: 50px;
font-weight: 800 !important;
text-align: center;
}

h1 {
   
}

h2 {
	
}

h3 {
	
}

h4 {
	line-height: 36px !important;
}

h5 {
	color: #9c9c9e !important;
	line-height: 35px !important;
}

h6 {
	font-size: 13px !important;
}

p {
	
}

.dropdown-item {
	font-weight: 500 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #4F3675 !important;
	color: #fff !important;
}


#controls-wrapper {
 background: rgba(86, 61, 124, 0.5) none repeat scroll 0 0;
    display: block;
    position: relative;
}

.btn-secondary {
color: #000 !important;
background-color: #fff !important;
border-color: #fff !important;
border-radius: 7px !important;
width: auto;
max-width: unset;
text-transform: uppercase;
padding: 5% 10% !important;
font-size: 15px !important;
font-weight: 700 !important;
}

.btn-secondary:hover {    		
	color: #fff !important;
	opacity: 0.7;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: unset !important;
}

a:link, a:visited {
	color: #563D7C;
	transition: all 200ms linear 0s;
}

a:hover {    		
	color: #CFCFE4 !important;
    text-decoration: none !important;
}

.sot-tit {
    width: 10%;
    display: block;
    margin: 10px auto 20px;
    border-bottom: #B69DDC 4px solid;
}

.sot-tit.left {
    margin-left: 0px;
}

.sot-tit.right {
    margin-right: 0px;
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: .25rem solid #eceeef;
}

.navbar {
	z-index: 100;
	margin-bottom: 10px;
}

.navbar-brand {
	width: 350px;
}

.navbar-brand img{

}
	
.bg-inverse.bg-drive {
    background-color: transparent !important;
    z-index: 4;
}


.social-menu  a:link, .social-menu  a:visited {
color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
}

.social-menu  a:hover {
color: rgba(255, 255, 255, 1);
}

.gridboot [class*="col-"] {
    background-color: #f5f5f5;
    border: 0.02px solid #e0e0e0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.gridboot-incastro [class*="col-"] {
   /* background-color: #f5f5f5;*/
    padding: 0;
}

.gridboot-gallery [class*="col-"] {
   /* background-color: #f5f5f5;*/
    padding: 0;
}

.jumbotron.galleria {
	padding-bottom: 0px !important;
padding-top: 0px !important;
}

.galleria .gridboot-gallery img {
 padding: 0px;
}

.gridboot-gallery img {
 padding: 2px;
}

.jumbotron {
    padding: 0px 0px !important;
    margin-bottom: 0px !important;
    background-color: #C9CBCC !important;
	border-radius: 0px !important;
}

.jumbotron .box-content [class*="col-"] {
    padding: 10px 20px;
margin: 0px 0px;
}

.background-jumbo .gridboot-incastro [class*="col-"] {
    padding: 5px !important;
}

.background-jumbo {
background-color: #83bafb !important;
}

.background-jumbo a:link, .background-jumbo a:visited {
	color: #fff;
	transition: all 200ms linear 0s;
}

.background-jumbo a:hover {    		
	color: #cccccc !important;
    text-decoration: none !important;
}

.container-fluid {
     padding: 50px 20px !important;
}

.container .box-content {
		padding: 50px 0px 50px;
}

.gridboot-incastro .box-margin {
	padding: 20px;
}

.gridboot-incastro [class*="col-"] {
    padding: 10px !important;
}


.box-content [class*="col-"] {
    padding: 10px 10px;
    margin: 0px 0px;
}

.row  .row [class*="col-"] {
	padding: 5px;
}

.container .box-content {
		
}

#logo-icona {
    background-color: #765D9C;
	border-radius: 60px;
	display: block;
	height: 90px;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 26px 26px;
	position: relative;
	text-align: center;
	width: 90px;
	color: white;
	font-size: 28px;
}

#logo-icona i {
    color: white;
    font-size: 29px;
}

.row {
	padding: 0px 0px;
	margin: 0px !important;
}

.row .row { 
   margin: 0px;
}

/* Header */
header {
    position: relative;
}
header, #supersized {
height: 100% !important;
min-height: 800px;
background-color: transparent;
height: 800px !important;
}

.navbar .container {
	width: 100%;
    max-width: 1140px;
}

/*Container*/

li {
	list-style-position: inside;
}


    /* Large desktop */
 @media only screen and (max-width: 1200px) {	
		
.attesa {
    margin-left: -478px !important;
    margin-top: -278px;
}
	 
		.dropdown-menu a:link, .dropdown-menu a:visited {
	text-align: left;
		}
		
		.collapsing, .collapse.show {
    background-color: transparent;
 padding: 10px;
		}

}
     
    /* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 992px) {	
	 
	 /*Navbar Push*/
.navbar-push .collapsing, .navbar-push .collapse.show {
    display: block !important;
	position: absolute !important;
    margin-top: 0px !important;
    top: 0px !important;
    left: 0px !important;
	width: 100%;
}

.close-button {
	margin-top: 20px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255, 0.5) !important;
    border-color: transparent !important;
	padding: 2px;
}
	 
	 /*COVER*/	 
.attesa {
    margin-left: -356px !important;
    margin-top: -278px;
}
	 
	.navbar-brand {
  width:  340px;
}
	 .bg-dark .bg-navbar { 
	 background-color: transparent!important;
	 }
	 
	  .bg-transparent .bg-navbar { 
	 background-color: #004b89 !important;
	 }
	 	 	 
	 .collapsing, .collapse.show {
    display: block !important;
    padding: 20px 30px 40px !important;
    text-align: center;
    margin-top: 11px;
}

	 
	 .dropdown-menu {
    background-clip: padding-box;
    background-color: transparent !important;
    border: medium none !important;
    border-radius: 0.25rem;
    color: #fff !important;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: outside none none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0;
    position: absolute;
    text-align: center;
    top: 100%;
    z-index: 1000;
}
	 
	 .dropdown-item {
    color: rgba(255,255,255,.5) !important;
}
	 
	 
	 .dropdown-menu a:link, .dropdown-menu a:visited {
    text-align: center !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent !important;
    color: #fff !important;
    text-decoration: none;
}

	 
	 
}




     
    /* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 768px) {	

	 header, #supersized {
		 min-height: 700px;
		 height: 700px !important;
	 }
	 
	 h1 {
		 font-size: 33px !important;
	 }
	 
	 h4 {
		 font-size: 20px;
line-height: 30px !important;
	 }
	 
	 
	 .tizio, .tizio2, .tizio3  {
		margin-right: unset;
right: 0px;
width: 100%;
background-size: 430px;
background-position: center bottom;
	 }
	 
	
	 
.carousel-caption {

}
	 
	 .carousel-caption h1 {
    font-size: 26px;
	 }
	 
	 
.attesa {
    margin-left: 0px !important;
    top: 0px !important;
    margin-top: 0px;
    left: 0px;
    display: block;
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
}
	 
	 .text-center-on-mobile .sot-tit.left {
    margin-left: auto !important;
		 margin-right: auto !important;
}
	 
.text-center-on-mobile {
	text-align: center !important;
}
	 
	 .text-center-on-mobile2 {
	text-align: center !important;
}
	 
	 .navbar-brand {
		 width: 280px;
	 }
	
	 .box-content [class*="col-"] {
		 padding: 10px 10px;
		 margin: 0px 0px;
	 }	 
	 
}

    /* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 480px) {	
	 .navbar-brand {
		 width: 220px;
	 }	 
}




    /* Portrait tablet to landscape and desktop */
 @media only screen and (max-width: 320px) {	
	 .navbar-brand {
		 width: 190px;
	 }
}