@import url('https://fonts.googleapis.com/css?family=Asap');
@import url('https://fonts.googleapis.com/css?family=Orbitron:500');
@import url('https://fonts.googleapis.com/css?family=Play');
@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara');

#spanTitoli
{
	font-size:5vw;
}

#cascoLIVALL {
	height:12vw;
}
#logoLIVALL {
	height:10vw;
	padding-left:6vw;
}
#descrLIVALL {
	padding:20px;
	height:6vw;
	font-size:1.5vw;
	background:#f2f2f2;
	width:20vw;
}
#descrLIVALL a {
	color:#e50112;
	font-weight:bold;
}

#tabellaInfo{
	width:100vw;
}
.table_quadrati
{
	height:100%;
}

.btn {
    position: relative;
    top: -7px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    color: #000;
    width:140px;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-bottom	:2px solid #cbf44a;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-family: 'MyWebFont';	
}
#menu {
    background:#fff;
    height: 90PX;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    outline: none;
    font-family: 'MyWebFont';	
}
#menu ul li {
    float: left;
    height: 30px;
    width: 200px;
    padding-left: 41px;
    list-style-type: none;
    text-align: center;
    outline: none;
   font-family: 'Orbitron', sans-serif;
}
#menu ul {
    width: 100%;
    padding-left: 10px;
    margin-top:0;
    height: 25px;

    outline: none;
  font-family: 'Orbitron', sans-serif;
}
.logo_bianco {
    position: relative;
    margin-top:14px;
    padding-left:0px;
    width:16vw;
    height:3vw;
    
}
#contatti {
    background-color: #fff;
    color: #000;
    position:absolute;
    left: 0;
    bottom: 0;
    width: 97vw;
    text-align: center;
    padding-bottom:5px;
    top:70.5vw;
   
}

#tabellaContatti
{
	height:5vw;
	width:100vw;
	border-bottom:1px solid black;
	border-top:1px solid black;
}
body
{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}
.btn:after {
    content: "";
    background: rgb(170,170,170,0.2);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.btn:hover {
    color:#aaa;
    
}
.btn2 {
    position: relative;
    top: -7px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    color: #000;
    width:140px;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-bottom	:2px solid #00a7e6;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-family: 'MyWebFont';	
}

.btn2:after {
    content: "";
    background: rgb(170,170,170,0.2);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.btn2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.btn2:hover {
    color:#00a7e6;
    
}
#contenuti1 {
	 background:#f1f1f1;
	 opacity:1;
	 transition: opacity 1s ease;
	 min-height:700px;
	 position:absolute;
	 width:200vh;
	 height:1000px;
}
#contenuti2 {
	 background:linear-gradient(90deg, #d0dd3c, #adc461);
	 opacity:0;
	 transition: opacity 1s ease;
	  min-height:700px;
	 position:absolute;
	 width:200vh;
	 height:1000px;
}
#contenuti3 {
	 background:linear-gradient(90deg, #BF0000, #7F0000);
	 opacity:0;
	 transition: opacity 1s ease;
	  min-height:700px;
	 position:absolute;
	 width:200vh;
	 height:1000px;
}
#contenuti4 {
	 background:linear-gradient(90deg, #00a7e6, navy);
	 opacity:0;
	 transition: opacity 1s ease;
	  min-height:700px;
	 position:absolute;
	 width:200vh;
	 height:1000px;
}
.contenutiQuad{
	background:rgb(0,0,0,0);
	position:absolute;
	width:100vw;
}


.overlayQuadrato {
   
    
    background-repeat:no-repeat;
    background-position: center;
    margin: 63px;
    transition:background 0.2s ease, opacity 0.5s ease-out;
}
.quadrato {
    font-family: 'MyWebFont';	
    vertical-align: middle;
    background: rgba(0,0,0,0.5);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    height: 349px;
    width: 1129px;
    background-position: left;
    background-repeat: no-repeat;
    
    color: #aaa;
    cursor: pointer;
    opacity:1;
    text-align: center;
    transition: background 0.5s ease, color 1.0s ease, opacity 0.5s ease;
}
.overlayQuadrato1 {
    background-image: url("../media/cx.png");
    background-size: 65% auto;
    background-repeat:no-repeat;
    background-position: center;
    margin: 66px;
    transition:background 0.2s ease, opacity 0.5s ease-out;
    background-color:#fff;
}
.quadrato1 {
    font-family: 'MyWebFont';	
    vertical-align: middle;
    background: rgba(0,0,0,0);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    height: 349px;
    width: 377px;
    background-position: left;
    background-repeat: no-repeat;
    opacity:0;
    color: #aaa;
    cursor: pointer;
    text-align: center;
     transition: background 0.5s ease, color 1.0s ease, opacity 0.5s ease;
}

.quadrato:hover {
	background:rgba(0,0,0,0.7);
	opacity:1;
	color:#cbf44a;
}
.overlayQuadrato:hover
{
	background-size:70%;
	
}

.quadrato1:hover {
	background:rgba(0,0,0,0.7);
	color:#c4161c;
	opacity:1;
}
.overlayQuadrato1:hover
{
	background-size:70%;
	
}
.content
{
	margin-top:40px;	
	width:100%;
}
.overlayQuadrato2 {
     background-repeat:no-repeat;
    background-position: center;
    margin: 63px;
    transition:background 0.2s ease, opacity 0.5s ease-out;
}
.quadrato2 {
    font-family: 'MyWebFont';	
    vertical-align: middle;
    background: rgba(0,0,0,0.5);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    height: 349px;
    width: 1129px;
    background-position: left;
    background-repeat: no-repeat;
    
    color: #aaa;
    cursor: pointer;
    opacity:1;
    text-align: center;
    transition: background 0.5s ease, color 1.0s ease, opacity 0.5s ease;
    
}
.quadrato2:hover {
	background:rgba(0,0,0,0.7);
	color:#00a7e6;
	opacity:1;
}
.overlayQuadrato2:hover
{
	background-size:110%;
	
}
.triangolo
{
	height:12px;
	position:absolute;
	top:40px;
	left:89%;
}
.Testo
{
	height:0px;
	position:absolute;
	top:0px;
	left:1046px;
	font-size:30px;
}
.allRay
{
	width:215px;
	height:20px;
}
.link
{
	text-decoration: none !important;
}
.image1
{
	height:200px;
}
.titolo
{
	font-size:40px;
	color:#aaa;
	padding-left:89px;
}
.btn_scopri
{
	outline:none;
	
}
td
{
	
	padding-bottom:15px;
	
	padding-top:15px;
}
.tabella
{
	width:100%;
	border-collapse:collapse;
	margin:5px;
}

#tdContatti
{
	padding:0px 130px 0px 0px;
}
@media only screen and (max-device-width : 900px) {
/* Styles */

#spanTitoli
{
	font-size:7vw;
}


.btn {
    position: relative;
    	
    background-color: #fff;
    border: none;
    font-size: 2vw;
    color: #000;
    width:14vw;
    padding: 0vw;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-bottom	:0.2vw solid #cbf44a;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-family: 'MyWebFont';	
}
#menu {
    background:#fff;
    height: 12vw;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
    overflow: hidden;
    outline: none;
    font-family: 'MyWebFont';	
}
#menu ul li {
    float: left;
    height: 4vw;
    width: 17vw;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    padding-top: 5vw;
    outline: none;
   font-family: 'Orbitron', sans-serif;
}
#menu ul {
    width: 100vw;
    margin-left: 0px;
    margin-top:0;
    height: 12vw;
    padding-top: 0vw;
    padding-left:0px;
    outline: none;
  font-family: 'Orbitron', sans-serif;
}
.logo_bianco {
    position: relative;
    margin-top:-1.65vw;
    width:18vw;
    height:4vw;
    
}
#contatti {
    background-color: #fff;
    color: #000;
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom:5px;
    height:50px;
    top:113vw;
   
}

#tabellaInfo
{
	width:100vw;
	
}
body
{
	margin:0px;
	font-family: 'Open Sans', sans-serif;
}
.btn:after {
    content: "";
    background: rgb(170,170,170,0.2);
    opacity: 0;
    transition: all 0.8s
}

.btn:active:after {
    opacity: 1;
    transition: 0s
}

.btn:hover {
    color:#aaa;
    
}
.btn2 {
    position: relative;
    top: -7px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    color: #000;
    width:140px;
    padding: 20px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-bottom	:2px solid #00a7e6;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    font-family: 'MyWebFont';	
}

.btn2:after {
    content: "";
    background: rgb(170,170,170,0.2);
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px!important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s
}

.btn2:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}

.btn2:hover {
    color:#00a7e6;
    
}
#contenuti1 {
	 background:#f1f1f1;
	 opacity:1;
	 transition: opacity 1s ease;
	 min-height:0px;
	 position:absolute;
	 width:100vw;
	 height:108vw;
}
#contenuti2 {
	 background:linear-gradient(90deg, #d0dd3c, #adc461);
	 opacity:0;
	 transition: opacity 1s ease;
	 position:absolute;
	 width:100vw;
	 min-height:0px;
	 height:108vw;
}
#contenuti3 {
	 background:linear-gradient(90deg, #BF0000, #7F0000);
	 opacity:0;
	 transition: opacity 1s ease;
	 position:absolute;
	 width:100vw;
	 min-height:0px;
	 height:108vw;
}
#contenuti4 {
	 background:linear-gradient(90deg, #00a7e6, navy);
	 opacity:0;
	 transition: opacity 1s ease;
	 position:absolute;
	 width:100vw;
	 min-height:0px;
	 height:108vw;
}
.contenutiQuad{
	background:rgb(0,0,0,0);
	position:absolute;
	width:100vw;
}


.overlayQuadrato {
   
    
    background-repeat:no-repeat;
    background-position: center;
    padding-left:0px;
    margin-left:0px;
     margin-top: 0vw;
    margin-bottom: 0vw;
    transition:background 0.2s ease, opacity 0.5s ease-out;
}
.quadrato {
    font-family: 'MyWebFont';	
    vertical-align: middle;
    background: rgba(0,0,0,0.5);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    height: 45vw;
    width: 100vw;
    background-position: left;
    background-repeat: no-repeat;
    
    color: #aaa;
    cursor: pointer;
    opacity:1;
    text-align: center;
    transition: background 0.5s ease, color 1.0s ease, opacity 0.5s ease;
}
.overlayQuadrato1 {
    background-image: url("../media/cx.png");
    background-size: 65% auto;
    background-repeat:no-repeat;
    background-position: center;
    padding-left:0px;
    margin-left:0px;
    transition:background 0.2s ease, opacity 0.5s ease-out;
    background-color:#fff;
}
.quadrato1 {
    font-family: 'MyWebFont';	
    vertical-align: middle;
    background: rgba(0,0,0,0);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    height: 349px;
    width: 100vw;
    background-position: left;
    background-repeat: no-repeat;
    opacity:0;
    color: #aaa;
    cursor: pointer;
    text-align: center;
     transition: background 0.5s ease, color 1.0s ease, opacity 0.5s ease;
}

.quadrato:hover {
	background:rgba(0,0,0,0.7);
	opacity:1;
	color:#cbf44a;
}
.overlayQuadrato:hover
{
	background-size:70%;
}
td
{
	padding-bottom:15px;
	
	padding-top:15px;
}


.quadrato1:hover {
	background:rgba(0,0,0,0.7);
	color:#c4161c;
	opacity:1;
}
.overlayQuadrato1:hover
{
	background-size:70%;
	
}
.content
{
	margin-top:40px;	
	width:100%;
}
.overlayQuadrato2 {
     background-repeat:no-repeat;
    background-position: center;
    padding-left:0px;
    margin-left:0px;
        margin-top: 0vw;
    margin-bottom: 0vw;
    transition:background 0.2s ease, opacity 0.5s ease-out;
}
.quadrato2 {
    font-family: 'MyWebFont';	
    vertical-align: middle;
    background: rgba(0,0,0,0.5);
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    height: 45vw;
    width: 100vw;
    background-position: left;
    background-repeat: no-repeat;
    
    color: #aaa;
    cursor: pointer;
    opacity:1;
    text-align: center;
    transition: background 0.5s ease, color 1.0s ease, opacity 0.5s ease;
    
}
.quadrato2:hover {
	background:rgba(0,0,0,0.7);
	color:#00a7e6;
	opacity:1;
}
.overlayQuadrato2:hover
{
	background-size:110%;
	
}
.triangolo
{
	height:0vw;
	position:absolute;
	top:0px;
	left:0px;
}
.Testo
{
	height:0px;
	position:absolute;
	top:0px;
	left:1046px;
	font-size:30px;
}
.allRay
{
	width:215px;
	height:20px;
}
.link
{
	text-decoration: none !important;
}
.image1
{
	height:30vw;
}
.titolo
{
	font-size:40px;
	color:#aaa;
	padding-left:89px;
}
.btn_scopri
{
	outline:none;
	
}
td
{
	
	width:100vw;
	padding-bottom:15px;
	
	padding-top:15px;
}
.tabella
{
	width:100vw;
	border-collapse:collapse;
	margin:0px;
}
.table_quadrati
{
	width:100vw;	
}
.bikeStation
{
	
}
.quadrato2 {
	width: 100vw;
}


#cascoLIVALL {
	height:8vw;
}
#logoLIVALL {
	height:11vw;
	padding-left:0vw;
}
#descrLIVALL {
	padding:20px;
	height:10vw;
	font-size:2vw;
	background:#f2f2f2;
	width:20vw;
}
#descrLIVALL a {
	color:#e50112;
	font-weight:bold;
}

#tabellaInfo{
	width:100vw;
}

#mappa
{
display:none;
}
#tdContatti
{
	padding:0px;
}

#ita
{
	font-size: 3vw;
    position: absolute;
    top: 5vw;
        right: 4vw;
}
#eng
{
	   right: 10vw;
    position: absolute;
    top: 5vw;
    font-size: 3vw;
}

}
