#gite-home .btn-get-started {
  border: 2px solid #50c466;
  color: #50c466;
}

#gite-home .btn-get-started:hover {
  background: #50c466;
  color:#fff;
}

#gite-home ul {
  list-style: none;
  padding: 0;
}

#gite-home ul li a {
  margin:20px 20px 0 0;
}

#gite-intro h1 {
  text-align: center;
}

#gite-carrousel {
}

#gite-carrousel .container-fluid {
  padding: 0px;
}

#gite-carrousel .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#gite-carrousel .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#gite-carrousel .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gite-carrousel .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gite-carrousel .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#gite-description {
  padding: 10px 0 14px 0;
}

#gite-description p {
  margin:0;
  padding:0;
}

#gites-price {
  padding: 20px 0 20px;
}

.gites-price-img {
  text-align: center;
}

.gites-price-calendar {
  padding: 50px 0 50px;
  text-align: center;
}

#gites-equipments {
  padding: 50px 0 50px;
}

#gites-equipments .container i {
  font-size: 20px;
  padding-right: 4px;
  color: #50c466;
}

#gites-equipments .container ul {
  list-style: none;
  padding: 0;
}

#gites-equipments .container ul li {
  padding-bottom: 4px;
}

.gite-calendar {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  max-width:400px;
}
