html { overflow-x: hidden; }
body { 
	background: #000; 
	color:#FFF; font-family: "Arial"; font-size: 16px;  
	position:relative; 
	overflow-x: hidden;
}
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 {height: 85px;}

@media (min-width: 992px) {
  #MainMenu {height: 120px}
}

/********* 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: 300px;
	        }
        }
        
        
        
/********* 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) {
  .navbar-default .navbar-nav {
    margin: 1px;
  }
  
  .navbar-default .navbar-nav > li > a {
    font-size: 20px;
    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: 20px 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("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_location1000px.jpg"); }
	.sfondoInfo { background-image: url("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_info1000px.jpg"); }
	.sfondoMobilita { background-image: url("http://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("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_location1500px.jpg"); }
    .sfondoInfo { background-image: url("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_info1500px.jpg"); }
	.sfondoMobilita { background-image: url("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_mobilita1500px.jpg"); }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.sfondoLocation { background-image: url("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_location2000px.jpg"); }
	.sfondoInfo { background-image: url("http://backendcdn.vivaticket.it/wms_images/vasco/sfondo_info2000px.jpg"); }
	.sfondoMobilita { background-image: url("http://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: 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;  
   
}

@media (min-width: 500px) {
  .section-text-box    { font-size: 3vw; }
  .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-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-fa-box { font-size: 25px; }
  
}

/*** SEZIONE INFO **/



/******** FAQ *********/
.limit-width { max-width: 1030px; margin:auto;}

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

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

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


#footer-buInfo {
  margin: auto;
  font-size: 11px;
  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-size: 12px;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

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