.clearfix{
  clear: both
}

.noMargin {

  margin-left:0px !important;
  margin-right:0px !important;

}

.bluBar {
  background-color: #1E4874;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.containerPage {
  background: url('../images/home.png');
  background-repeat:no-repeat;
  padding-top:15px;
}

.containerPageFranchising {
  background: url('../images/franchising.png');
  background-repeat:no-repeat;
  padding-top:15px;
}

.headerFm {
  background: url('../images/header.png');
  background-repeat: repeat no-repeat;
  height:133px;

}

#menu {
  color: #fff;
  top: 16px;
  position: relative;
}

#menu a {
  color:#fff;
}

.footerFm {
  padding: 10px;
  font-size: 11px;
  font-family: arial;
  background-color: #1f4877;
  color: #fff;
}
.footerFm a {
  color: #fff;
}

.infoFm {
  background-color: #E8E8E8;
  padding-top: 15px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255,255,255,0.8);
  top: 0px;
  left: 0px;
  cursor:none;
  z-index:100;
  pointer-events: none;
}

.gifLoading {
  position:relative;
  width:120px;
  height:120px;
  position: relative;
  left:50%;
  margin-left:-75px;
  top:180px;

}

.errors {

  position: fixed;
  background: #fff;
  border: #c9c9c9 1px solid;
  border-radius: 5px;
  padding: 5px;
  width:300px;
  left: 50%;
  margin-left:-150px;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  top: 150px;
  cursor: pointer;
  z-index: 10;
}

.closed {
  background: url('../images/closed.png');
  width: 18px;
  height: 18px;
  position: absolute;
  left: 290px;
  top: -8px;
  cursor: pointer;
  z-index: 10;

}

.modulo {
  padding-left:15px;
  padding-right:15px;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}

.hide-bullets li{
  list-style-type: none;
}

.contenitore_singola_auto .panel-body{
  padding: 0
}

.contenitore_singola_auto h3{
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 26px;
}

.contenitore_singola_auto h3 .navbar-right{
  padding-right: 30px;
  font-size: 30px;
  color: #EA5B00;
}

.contenitore_singola_auto .container{
  padding-bottom: 20px;
}

.label_condivisione{
  text-align: right;
  line-height: 32px;
}


.caratteristiche_auto{
  margin-top: 0px;
}

.caratteristiche_auto .caratteristica, .caratteristiche_auto .last_caratteristica{
  height: 14px;
  line-height: 14px;

}

.titleAuto {
    background: #ea5b00;
    color: #fff !important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.titleAuto a {
  color:#fff;
}

.caratteristiche_auto .last_caratteristica{
  border-top: 1px solid #ccc;
  padding-top: 7px;
  height: 25px;
  padding-bottom: 2px;
}

.blocco_consumi_auto{
  margin-top: 5px;
}

.img_consumi_auto{
  float: left;
  margin-right: 10px;
}
.text-info {
  font-size: 24px;
  color: #31708f;
}

.paragrafo_consumi{
  margin-left: 5px;
}

.paragrafo_consumi span{
  font-size: 11px;
}

.pulsante{
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #1F4975;
  color: #EA5B00;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border: none;
}

.pulsante:hover{
  background: #EA5B00;
  text-decoration: none;
  color: #1F4975;
}

#accordion .dettaglio, #accordion .last_dettaglio{
  height: 32px;
  line-height: 32px;
  border-top: 1px solid #dedede;
}

#accordion .dettaglio:first-of-type{
  border: none;
}

#accordion p{
  padding: 15px;
}

.titolo_form{
  background: #1F4975;
  color: #EA5B00;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.telefono_form{
  color: #EA5B00;
}

@media (min-width: 1200px){
  .container {
      width: auto;
  }
}
@media (min-width: 768px){
  .navbar-right {
    float: right!important;
    margin-right: 0;
  }
}
@media (min-width: 992px){
.container {
    width: auto;
}
}

@media (min-width: 768px){
.container {
    width: auto;
}}
