
.desktop_header{
    background-color: #fff; 
    background-image: url('../pics/battery_hero.jpg'); 
    background-repeat: no-repeat;
    background-position: center center; 
    background-position-y: -350px; 
    text-align: center;
}

.mobile_header{
    background-image: url('../pics/battery_hero.jpg'); 
    background-repeat: no-repeat;
    background-position: center center; 
    text-align: center;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
color: #01afee;    
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  color: #4dc6f5;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* Larger than mobile */
@media (max-width: 992px) {
    
     .panel_body{
    text-align: center;
    }

    .tel_mob p{
        font-size: 12px; 
        font-weight: bold; 
        text-decoration: none; 
        color: #fff;  
        }

    .tel_mob a{
        color: #fff; 
        text-decoration: none; 
        font-size: 18px;
        }
    
    
    
    #logo img{
        margin-bottom: 5%; 
        width: 50%;
    }
    
    #image_header{
        width: 50%; 
        margin-top: -30px; 
        margin-bottom: 10px;
    }
    
    .contact_box{
        margin: auto; 
        background: none; 
        color: #fff; 
        width: 90%;
    }
    
    #orari_mob{
        font-size: 12px; 
        font-weight: bold; 
        border-bottom: 1px solid white; 
        padding-bottom: 5px;
    }
    
   /* .mobile_header{
      visibility: visible;
      background-color: white;  
    } */
    
     .desktop_header{
        display:none;
        background-color: white;
    }
    
    /* .desktop_header{
        visibility: hidden;
        background-color: white;
    }*/
    
  /* Navbar positioning foo 
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px){ 
    
    
    .panel_body{
        text-align: center;
    }
    
   
    
    
    .mobile_header{
      display: none;
      
    } 
    
   
    
  .featurette-heading {
    margin-top: 120px;
  }
}


/* */

#heading_object {
    /*margin-top: 20%;*/
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 20px;
    /*border: solid 5px white;*/
}

.auction_wrapper{
    
}

.photo_header{
    width: 50%; 
    margin-top: -30px; 
    margin-bottom: 10px;
}
