html { overflow-x: hidden; }
body { 
	background: #000; 
	color:#FFF; font-family: "Arial"; font-size: 16px;  
	position:relative; 
	overflow-x: hidden;
	padding-right: 0px!important;
}
.limit-width { max-width: 1030px; margin:auto;}
strong, .strong { color:#ffd31c; }
.small {font-size: 12px}
a, a:hover, a:focus {color:#000; text-decoration: underline;}

.anchor {
    padding-top: 0px;
    display: block;
}
.anchor:after {
    content: "";
    display: table;
    clear: both;
}


#MainMenu, #spacer {height: 85px;}
.anchor {padding-top: 83px;}

@media (min-width: 768px) { 
  #MainMenu, #spacer {height: 130px;}
  .anchor {padding-top: 128px;}
}

@media (min-width: 992px) {
  #MainMenu, #spacer {height: 120px}
  .anchor {padding-top: 118px;}
}

/********* HEADER MENU *****************/
header {
  width: 100%;
  background-color: #000000;
  z-index: 1000;
}

        /********* HEADER MENU SPARISCE *****************/
        header.overflow {
          top: -100px;
          transition: all 0.3s ease-in;
          -webkit-font-smoothing: antialiased;
        }
        
        /********* HEADER MENU FISSO *****************/
        
        header.overflow {
          top: 0px;
          position: fixed;
          left:    0px;
          right: 0px;
       }


header .navbar {
  min-height: 50px;
  z-index: 1000;
}

    /********* HEADER MENU BRAND *****************/

        @media (max-width: 767px) {
          header .navbar-brand {
            max-width: calc(100% - 60px);
            max-height: 52px;
            padding: 9px 15px 0;
          }
		  		 		  
        }
		
		
		
        @media (min-width: 768px) {
          header .navbar-brand {
            padding: 9px 15px;
            height: auto;
          }
		 
        }
        
        header .navbar-brand img {
          max-height: 100%;
          max-width: 200px;
        }
        
        header.overflow .navbar-brand {
          height: auto;
        }
        
        @media (min-width: 992px) {
	        header .navbar-brand img {
	          max-width: 180px;
	        }
        }
        
		 @media (min-width: 1200px) {
	        header .navbar-brand img {
	          max-width: 230px;
	        }
        }
        
        
/********* NAVBAR TOP *****************/

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}


.navbar-default {
  background-color: #000;
  border-color: #000;
}

   
.navbar-default .navbar-nav > li > a {
  font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0 15px; 
  padding: 10px;
  color: #ffffff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: 3px solid transparent;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffd31c;
  border-color: transparent;
}


.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
  background-color: #000;
  color: #fff;
  border-color: #ffd31c;
}


@media (min-width: 768px) and (max-width: 785) { 
	.navbar-default .navbar-nav { margin: 1px; }
  
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
    margin:0;
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav { margin: 1px; }
  
  .navbar-default .navbar-nav > li > a {
    font-size: 19px;
    margin:0;
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 26px;
    padding: 10px;
  }
}

.navbar-default .navbar-toggle {
  border-color: #000;
  color: #FFF;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background-color: #000;
}
.navbar-default .navbar-collapse {
  max-height: 380px;
  padding-top: 15px;
  border-color: #000;
  background: #000;
}


/***** titolo sezione ***/

.section-title {
  background:#FFF;
  color: #000;
  border-bottom: 4px solid #ffd31c;
  border-top: 4px solid #ffd31c;
  padding-top: 6px; 
  padding-bottom: 6px;
  
}
.section-title h3{
    font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    font-size: 5vw;
    text-transform: uppercase;
    margin: 1px auto;  
    text-align: center;
}

@media (min-width: 500px) {
  .section-title h3 { font-size: 4vw;  }
}

@media (min-width: 768px) { 
  .section-title {
    padding-top: 8px; 
    padding-bottom: 8px;
  }
  .section-title h3 {  font-size: 3vw;  }
}

@media (min-width: 1280px) { 
  .section-title h3 {  font-size: 38px;  }
}

/*******location****/

.sfondo {
  background-color:#000;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
}

/* Extra small devices (phones, less than 768px) Nessuna immagine */
@media (max-width: 767px) { }

/* Small devices (tablets, 768px to 991) */
@media (min-width: 768px) and (max-width: 991px) { 
  .sfondoLocation { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_location1000px.jpg"); }
	.sfondoInfo { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_info1000px.jpg"); }
	.sfondoMobilita { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_mobilita1000px.jpg"); }
}

/* Medium devices (desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) { 
  .sfondoLocation { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_location1500px.jpg"); }
  .sfondoInfo { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_info1500px.jpg"); }
	.sfondoMobilita { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_mobilita1500px.jpg"); }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.sfondoLocation { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_location2000px.jpg"); }
	.sfondoInfo { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_info2000px.jpg"); }
	.sfondoMobilita { background-image: url("https://backendcdn.vivaticket.it/wms_images/vasco/sfondo_mobilita2000px.jpg"); }
}


.section-body-location {    
   
    color: #fff;
    background:#000;    
}


.section-text-location {
    margin-right: auto;  
    margin-left: auto;    
}




/*******COLORE BOX GIALLI****/
.box-container {
    margin: 0;
    padding: 25px 0;
}
.sfondo .box-container:first-child {
    padding-top:50px
}
@media (min-width: 768px) {
   .box-container {  padding: 50px 0; }
}

.box-container:after {
  content: "";
  display: table;
  clear: both;
}


.section-body-box {
  color: #000;
  width: 100%;
  background: rgba(255, 204, 51, 1);
}
@media (min-width: 768px) {
    .section-body-box1 { width: 70vw; }
    .section-body-box { width: 70vw; }
}
.enter-right .section-body-box {
	text-align: left;
	float: right;
}
.enter-left .section-body-box {
  text-align: right;
}


.section-fa-box {
  margin-top: 0; 
  vertical-align: middle;
  color: #000;
  padding: 15px 0;
  text-align:center;
}



.section-text-box {
   font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
   font-size: 5vw; 
   line-height: 120%;
   padding: 6px;
}

.section-text-box h3{
  font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 1px auto;  
   
}




/******** DISABILI ******/
.section-text-disabili {
   font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
   font-size: 5vw; 
   line-height: 120%;
   padding: 6px;   
}

a:hover{color:#000; text-decoration: underline;}




@media (min-width: 500px) {
  .section-text-box    { font-size: 3vw; }
  .section-text-disabili { font-size: 2vw; }
  .section-text-box h3 { font-size: 3vw;  }
  .section-fa-box { font-size: 1.6vw; }
}

@media (min-width: 768px) {
    .text-left .section-text-box {
       padding: 0 50px 0 0px;
    }
  .text-right .section-text-box {
     padding: 0 0px 0 50px;
  }
    
    .section-text-box { font-size: 2.5vw; }
	.section-text-disabili { font-size: 2vw; }
    .section-text-box h3 { font-size: 3vw; }
    .section-fa-box { font-size: 1.6vw; }
}

@media (min-width: 1280px) { 
  .section-text-box  {  font-size: 35px;  }
  .section-text-box h3 {  font-size: 38px;  }
  .section-text-disabili  {  font-size: 30px;  }
  .section-fa-box { font-size: 25px; }
}





/******** FAQ *********/

.section-text-faq>ul{
	list-style-type: none;
}

.faq-title h3{
   font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
   font-size: 20px; 
   color: #ffd31c;
   font-weight: bold;
   letter-spacing: 3px;
}
.faq-title ol {	padding-left: 5px; }

.faq-question {
   font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
	 font-size: 20px; 
   color: #fff;
}
.faq-question>span {cursor:pointer;}

.faq-reply {
   font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
	 background-color: #eee;
   border: 1px dashed #000;
   margin: 10px 0;
   padding: 10px;
   cursor: auto;
   color: #000;
   font-size: 18px; 
}

.faq-info { 
  font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 4vw; 
}

@media (min-width: 768px) { 
  .faq-title h3 {  font-size: 30px;  }
  .faq-title ol {  padding-left: 40px; }
  .faq-question {  font-size: 25px;  }
  .faq-reply, .faq-info { font-size: 20px; padding: 20px;   }
}

@media (min-width: 992px) { 
  .faq-title h3 {  font-size: 30px;  }
  .faq-question {  font-size: 25px;  }
  .faq-reply, .faq-info { font-size: 20px;  }
}


@media (min-width: 1280px) { 
  .faq-title h3 {  font-size: 38px;  }
  .faq-question {  font-size: 35px;  }
  .faq-reply, .faq-info { font-size: 35px; }
}


/********************* sponsor partner **************/

.sponsor-partner {
    font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
    color:#ffd31c;
    margin: auto;
    vertical-align: middle;
	 font-size: 4vw; 
}

@media (min-width: 300px) {
  
  .sponsor-partner img { height: 40px; margin: 5px;}
}

@media (min-width: 360px) {
  .sponsor-partner {
    font-size: 20px; 
	} 
	
  .sponsor-partner img { height: 50px; margin: 5px;}
}

@media (min-width: 768px) { 
   .sponsor-partner {
    font-size: 25px; 
	margin: auto;
    display: inline-block;
    vertical-align: middle;	
	}
 
 .sponsor-partner img {  margin: 15px;}

}


@media (min-width: 1280px) { 
   .sponsor-partner {
    font-size: 40px; 
	margin: auto;
    display: inline-block;
    vertical-align: middle;	
	}
 
 .sponsor-partner img {  margin: 15px;}

}


/******** work in progress **********/

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #FFF;
}
@media only screen and (min-width: 992px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
	#cd-timeline::before {
	  left: 18px;
	}
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child { margin-top: 0; }
.cd-timeline-block:last-child {  margin-bottom: 0; }

@media only screen and (min-width: 992px) {
  .cd-timeline-block { margin: 4em 0; }
  .cd-timeline-block:first-child { margin-top: 0; }
  .cd-timeline-block:last-child  { margin-bottom: 0; }
}

.cd-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  background:#ffd31c;
  color: #000;
  font-size: 12px;
}
.cd-date span {
  display: block;
  height: 24px;
  position: relative;
  top: 50%;
  margin-top: -8px;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .cd-date {
    width: 60px;
    height: 60px;
    margin-left: -10px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    font-size: 16px;
  }
  .cd-date span {
    margin-top: -10px;
  }

}

.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 4px;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
.cd-timeline-content.one {
	max-width: 307px;
}
@media only screen and (min-width: 992px) {
  .cd-timeline-content {
    margin-left: 100px;
    padding: 20px;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: auto;
    border-color: transparent;
    border-right-color: white;
  }
}

.carousel-caption {font-weight: bold; font-size:18px}
.modal-title { color:#000; }

.carousel-control {
	background: transparent;
	background-image: none !important;
	opacity: .8;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa-chevron-left {
	margin-left: -10px;
	left: 50%;
	color: #ffd31c;
}
.carousel-control .fa-chevron-right {
  margin-right: -10px;
  right: 50%;
  color: #ffd31c;
}

@media only screen and (min-width: 768px) {
	.carousel-control .fa-chevron-left,
	.carousel-control .fa-chevron-right {
		width: 30px;
		height: 30px;
		margin-top: -10px;
	}
	
}

.cd-timeline-content .carousel-control {
	width: 40px;
}
	
/******************* app ***********/
.app-width {
    margin: auto;
    max-width: 1500px;
}

.App img {  
  width: 200px;
  display: inline-block; 
  padding: 0 5px;
}

.section-text-app, .section-text-testoIconaApp, .section-altrefunzioni,.section-altrefunzioniPic {
   font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.section-text-app h3, .section-text-testoIconaApp h3{
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
}

.section-text-app { font-size: 25px; }
.section-text-app h3 { font-size: 30px; }
.section-text-testoIconaApp { font-size: 20px; }
.section-text-testoIconaApp h3 { font-size: 5vw; color: #ffd31c; text-align: center; margin-bottom: 10px;}

.section-altrefunzioni {
   background-color: #ffd31c;
   vertical-align: middle;
   width: 200px; height: 105px;  
   margin: 20px auto; padding: 10px;
   color: #000; font-weight: bold;  font-size: 20px;
}

.section-altrefunzioniPic { color: #000; }

.badgeApp {
   color: #ffd31c;
   font-weight: bold;
   font-size: 25px; 
   letter-spacing: 4px;
   margin: 0;
   text-align: center;
}

.badgeApp img { width: 200px;  display: inline-block; margin-bottom: 20px}

.iconaApp { text-align: center; margin: 20px 0;} 
.iconaApp img {  
	width: 80px; 
	padding: 5px;
  display: inline; 
  vertical-align: middle;
}

.Appmappa img {  
  width: 150px;
	display: inline; 
}


@media (min-width: 768px) {
  .badgeApp { font-size:30px}
	.badgeApp img{  width: 200px; display: inline-block; padding: 5px; }
  .iconaApp img { width: 135px; padding: 5px;}
  .Appmappa img {  width: 200px; }   
  .section-text-app { font-size: 25px; }
  .section-text-app h3 { font-size: 30px; }
  .section-text-testoIconaApp { font-size: 25px; }
  .section-text-testoIconaApp h3 { font-size: 25px; text-align: left}
  .section-altrefunzioni { font-size: 20px; width: 200px;}
  .section-altrefunzioniPic { font-size: 20px; }
}

@media (min-width: 992px) {
  .badgeApp img:first-of-type { padding-right:25px; } 
  .badgeApp img:last-of-type { padding-left:25px; }
  .iconaApp img { width: 150px; padding: 5px;}
  .section-text-testoIconaApp h3 { text-align: left }
  .section-altrefunzioni { font-size: 25px; width: 300px;}
}
@media (min-width: 1200px) {
  .App img {  width: 400px; }
  .badgeApp img{   width: 250px; padding: 10px; }
  .badgeApp img:first-of-type { padding:10px; } 
  .badgeApp img:last-of-type { padding:10px; }
  .iconaApp img { width: 200px; padding: 10px;}
  .Appmappa img {  width: 250px; }   
  .section-text-app { font-size: 35px;  }
  .section-text-app h3 { font-size: 38px; }
  .section-text-testoIconaApp { font-size: 30px;  }
  .section-text-testoIconaApp h3 { font-size: 35px; }
  .section-altrefunzioni { font-size: 30px; width: 300px; height: 150px;  padding:5px;}
  .section-altrefunzioniPic { font-size: 30px;  }
}


/********************************************** footer ***/

#footer {
    background-color: #000000;
	margin: auto;
    position: relative;
    width: 100%;
} 


#footer-buInfo {
  margin: auto;
  font-size: 14px;
  padding: 10px 0;
  img {display: inline-block; padding: 0 5px;}
} 


.footer-BU {
    
    font-size: 11px;
    margin: auto;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
}

.footer-partner {
    font-family: FuturaBT,Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #ffd31c;
	  font-size: 20px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.footer-partner img { margin-left: 50px;}




@media (min-width: 768px) { 
	.footer-partner:first-of-type {
	    padding-right: 50px; 
	}
  .footer-partner:last-of-type {
      padding-left: 50px; 
  }
}





/* COLUMN SAME HEIGHT */

/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top !important;
}
.col-middle {
  vertical-align: middle !important;
}
.col-bottom {
  vertical-align: bottom !important;
}

@media (min-width: @screen-xs-min) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}



/******** viabilita.htm **********/

.linkwhite {
    color:#fff;
}

