/*!
 Miele & Esposito | Studio Commerciale Associato
 Made by TicketClub SRL 
 
 */

/* HEADER */
html,
body {
	width:100%;
    height: 100%;
	padding-top:20px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* ----------- NAVBAR ---------- */
.navbar-header{
height:35px;

}


@media (min-width: 768px) {
.social{
	display:none;
}

}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




/* ------------- FEEDBACK --------------*/

.carousel-content {
    color:black;
    display:flex;
    align-items:center;
}

/* -------------------------------------------------*/
/* FOOTER */ 

footer {
	color:#ffffff;
	background-color:#222;
	padding:10px;
	border-top:1px solid #5A556E;
}
.center-to-left {
 display: block;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 }

.center-to-right {
 display: block;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 }


@media (min-width: 768px) {

.center-to-left {
 text-align: left;
 float: left;
 }
 
.center-to-right {
 float: right;
 text-align: right;
 }
 

}

@media (max-width:768px){
	
 .socialbutton{
	display:none; 
 }

    .navbar-fixed-top .navbar-collapse {
        max-height: none !important;
    }
 
 .navbar-collapse{
	text-align:center; 
 }
 
 .formcenter{
	display:inline-block;
	width:100%; 
	}
	
	
 .column{
	margin-top:100px; 
 }

 .complessx{
     margin-top: 8px !important;
     z-index: 1000;
 }
}

/*- ----------- FINE FOOTER ------------*/

/* CONTAINER MAPPA */


.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.formcenter{
	/*display:inline-block;
	width:20%;*/
	}


