@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Montserrat, sans-serif;
}

html, body{
	font-family: 'Nunito', sans-serif;
	font-size:22px;
	font-weight:300;
	overflow-x:hidden;

}


#lingue {
	position:fixed;
	top: 0px;
	right: 20px;
	width: 100px;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	z-index: 9999;
	padding: 3px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	
	
	
}

.intro {
/*  width: 100%;*/
/*  padding: 0;*/
/*  display: table;*/
/*  margin: 0;
  max-width: none;*/
/*  height: 100vh;*/
  background-image:url(../images/curasept-proxi-colore-sfondo.jpg);
  background-position: bottom right;
  background-repeat:no-repeat;
  background-size:cover;
}




.intro-overlay {
  position: absolute; /* Sit on top of the page content */
  /* Hidden by default */
  
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.0); /* Black background with opacity */
  z-index: 200; /* Specify a stack order in case you're using a different order for other elements */
 
}
.table-container{
  display: table;

}

.col-table-cell {
	
position: absolute;
	top: 40%;
	left: 50%;
	margin: 0 auto;
	-webkit-transform: translateY(-40%);
	-webkit-transform: translateX(-50%);
	
	
	text-align: center;
	color: #FFF;
z-index: 300;
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
}



@media (min-width: 992px) {

     .table-container {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .table-container .col-table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
		text-align: center;
		text-shadow: 0 0 10px rgba(0,0,0,0.9);
    }
}

	   
.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  margin-top: 60px; 
	margin-left: auto;
	margin-right: auto;
  display: block;
  width: 64px;
  height: 64px;
  border: 3px solid #666;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 12px);
    transform: rotate(-45deg);
    display: block;
    width: 24px;
    height: 24px;
    content: "";
    border: 3px solid #666;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
	   



.vcenter {
 display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 767px) {
.vcenter {
 display: block;
 text-align:center;
}

}


.space{
	height:50px;
}
.background-blue{
	background-color:#009ee3;
	color:#fff;
}
.background-blue a{
	color:#fff!important;
	text-decoration:none;
}
.background-blue a:hover{
	color:#fff;
	text-decoration:underline;
}
.background-azure{
	background-color:#71CBF4;
	color:#fff;
}
.margin-img{
	margin:20px;
}
.nopadding{
	padding:0;
}
.titolo{
	color:#6D6E71;
	font-family: 'Oswald', sans-serif;
	font-size:45px;
    text-transform: uppercase;
}
.divider-blue{
	height:2px;
	background-color:#009EE3;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
.titolo-infografica{
	color: #009EE3;
    font-weight: bold;
	text-transform:uppercase;
}
.inner-margin{
	margin:20px 20%;
}
.border-left{
	border-left:3px solid #71CBF4;
	padding-left:20px
}
.border-right{
	border-right:3px solid #71CBF4;
	padding-right:20px;
	text-align:right;
}

