/*.headerCont {
  background: none;
  position: relative;
  padding-top: 60p
  overflow: hidden;
  padding-bottom: 60px;
}
.headerCont2 {
  width: 100%;
  margin: 0 auto;
}
.headerCont3 {
  width: 45%;
}
.headerCont4 {
  width: 55%;
  margin-left: 50%;
}
.headerCont5 {
  width: 55%;
  margin-left: 50%;
}
.headerCont6 {
  width: 45%;
  margin-left: 50%;
}
.headerLogoCont {
  padding: 97px 0 67px 0;
}
.headerLogoCont3 {
  margin: -55px auto;
  padding: 0;
  clear: both;
  top: 50%;
  position: absolute;
  z-index: 1;
  display: block;
  width: 45%;
  left: 0;
}
.headerLogoCont5 {
  margin: -55px auto;
  padding: 0;
  clear: both;
  top: 50%;
  position: absolute;
  z-index: 1;
  display: block;
  width: 45%;
  right: 0;
}*/


.carousel {
  /*height: 400px;*/
  overflow: hidden;
}
.headerCont2 {
    width: 100%;
    margin: 0 auto;
    position: absolute;
}
.visorLogoCont {
    top: 50%;
    position: absolute;
}
.visorLogoCont-right {
    top: 50%;
    position: absolute;
    margin-left: 50%;
    z-index: 2;
}
.headerLogo2 {
    margin: -55px auto;
    width: auto;
    display: block;
    max-width: 300px;
    height: auto;
    max-height: 110px;
}
.visorSearchCont {
    top: 50%;
    position: absolute;
    margin-left: 50%;
    width: 50%;
}
.visorSearchCont-left {
    top: 50%;
    position: absolute;
    margin-left: 0;
    width: 50%;
}
.visorSearchCont3 {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    margin-top: 50%;
}
.visorSearchCont4 {
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    margin-top: 50%;
}
.visorSearchCont-left {
    top: 50%;
    position: absolute;
    z-index: 2;
}
.headerSearchCont2 {
    padding: 0;
    clear: both;
    margin: -25px auto 0 0;
    z-index: 1;
    width: 80%;
    position: relative;
}
.headerSearchCont2-left {
    padding: 0;
    clear: both;
    margin: -25px 0 0 auto;
    z-index: 1;
    width: 80%;
}
.headerSearchCont3 {
    padding: 0;
    clear: both;
    margin: -25px auto 0 auto;
    z-index: 1;
    width: 50%;
}
.headerVisor {
  width: 100%;
  /*height: 400px;*/
}
.visor-img-bg {
  height: auto;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
.visor-img {
  /*max-height: 350px;*/
  height: auto;
  width: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
}



.carousel-control {
  z-index: 100;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  margin: 0px;
}



.headerSearchCont{
  margin: 10px 0 0 0;
  padding: 0;
  clear: both;
}
/*.headerSearchCont2 {
  margin: -25px auto;
  padding: 0 25%;
  clear: both;
  top: 50%;
  position: absolute;
  width: 100%;
  z-index: 1;
  display: table;
}
.headerSearchCont3 {
  margin: -25px 0;
  padding: 0;
  clear: both;
  top: 50%;
  position: absolute;
  width: 35%;
  z-index: 1;
}
.headerSearchCont4 {
  margin: -25px auto;
  padding: 0 10%;
  clear: both;
  top: 50%;
  position: absolute;
  width: 55%;
  z-index: 1;
  right: 0;
}
.headerSearchCont6 {
  margin: -25px auto;
  padding: 0 10%;
  clear: both;
  top: 50%;
  position: absolute;
  width: 55%;
  z-index: 1;
  left: 0;
}*/
.headerSearchBox{
  padding: 5px 12px;
  font-size: 15pt;
  background: rgba(0,0,0,0.5);
  border: 1px solid transparent;
  width: 450px;
  left: 0;
}
.form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 49px;
}





/* ---------- Medias ---------- */
@media (max-width: 767px){
  .headerCont {
    width: 100%;
  }
  .headerVisor {
    width: auto;
    display: none;
  }
  .visor-img {
    display: none;
  }
  .navbar-nav {
    display: none;
  }
  .headerSearchCont {
    padding: 24px 0;
  }
  .carousel {
    height: auto;;
  }
}


@media (min-width: 768px) and (max-width: 991px){
  .carousel-indicators {
    bottom: 100px;
}
}

@media (min-width: 992px) and (max-width: 1199px){

  .carousel-indicators {
    bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .carousel-indicators {
    bottom: 100px;
  }
}