body {
  font-family: "Helvetica Neue", HelveticaNeue;
}

#fixed-head {
  position: fixed;
  width: 100%;
  background-color: rgba(0,0,0,0.88);
  border-bottom: 2px solid rgb(24,24,24);
  height: 50px;
  z-index: 9999;
  -webkit-box-shadow: 2px -4px 8px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px -4px 8px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px -4px 8px 4px rgba(0, 0, 0, 0.5);
}

.img-centered-logo {
  display: block;
  margin-right: 1em;
  padding-top: 1em;
  max-width: 70px;
  float: right;
}

.img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.carPic {
  width: 88%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.addressTitle {
  font-family: 'Corporate A Bold';
  font-size: 24px;
  letter-spacing: 0px;
  color: rgb(0,0,0);
  text-transform: none !important;
}

.addressLines {
  font-family: 'Corporate S Regular';
  font-size: 20px;
  color: black;
  text-transform: uppercase;
}

.carTxt {
  padding-left: 2rem !important;
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.custom-h1 {
  font-size: 20px;
  font-weight: 423;
  color: #000;
  padding-bottom: 12px;
  display: block;
}

.fieldLabel {
  font-family: 'Libre Franklin', Arial black, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: rgba(0,163,228,0)!important;
  border-radius: 1px;
}

.btn-primary.focus, .btn-primary:focus {
  /*box-shadow: 0 0 0 .2rem rgba(40,81,126,0.98);*/
}

.form-control {
  border-radius: 0px !important;
}

.list-group-item {
  border-radius: 1px !important;
}

a:hover {
  /*color: #1E4895;*/
}

.text-justify.mentions {
  font-size: 0.6em;
}

.map1 {
  border: 3px solid rgb(38,172,235);
}

#answer {
  border: 1px solid green;
  border-radius: 10px;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(28,135,194)!important;
  /*border-color: rgba(0,98,204,0)!important;*/
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(52,104,210);
  border-color: rgba(0,92,191,0)!important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #35373b;
  border-color: rgba(0,92,191,0)!important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  /*color: #fff;*/
  background-color: #2a2a2a!important;
  /*border-color: #4e555b;*/
}

@media (min-width: 992px) and (max-width: 1199px) {
  #bg-car {
    /*padding-top: 10px;*/
    background-image: url("../../assets/img/bg-992.jpg");
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #bg-car {
    /*padding-top: 10px;*/
    background-image: url("../../assets/img/bg-1366.jpg");
  }
}

@media (min-width: 1500px) {
  #bg-car {
    /*padding-top: 10px;*/
    background-image: url("../../assets/img/bg-3840.jpg");
  }
}

#text-slider {
  font-family: 'Cabin';
  color: gray;
}

#title-slider {
  color: white;
  font-weight: 400;
}

.head-slider2 {
  font-family: 'Cabin';
  font-weight: 630;
  color: white;
  text-transform: uppercase;
  font-size: 20.5px;
}

.head-slider {
  font-family: 'Cabin';
  font-weight: 630;
  color: white;
  /*text-transform: uppercase;*/
  font-size: 20.5px;
}

.text-slider {
  font-family: 'Cabin';
  color: white;
  font-size: 18px;
  margin-top: -6px;
}

.text-sliderr {
  font-family: 'Cabin';
  color: white;
  font-size: 18px;
  margin-top: 3px;
}

#hidden {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  display: none;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

sup {
  top: -.0em;
}

sub, sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline;
}

a {
  color: #007bff;
  text-decoration: underline;
  background-color: transparent;
}

