/***********************************************************
					Stores Page Styles
************************************************************/
#stores #map {
  width: 100%;
  height: 447px;
  margin-bottom: 26px; }
#stores input#addressInput {
  display: inline-block;
  width: 269px; }
#stores .address-input {
  float: left;
  margin-right: 19px; }
  @media (max-width: 767px) {
    #stores .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
  #stores .address-input label {
    margin-right: 5px; }
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px; }
  #stores .radius-input label,
  #stores .radius-input .selector {
    float: left; }
  #stores .radius-input label {
    margin-right: 10px; }
  #stores .radius-input #radiusSelect {
    width: 78px; }
#stores .store-content {
  padding-bottom: 30px; }
#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }
  #stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
  margin-bottom: 16px; }
#stores label {
  font-weight: normal;
  color: #777777; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden; }
#stores #stores-table {
  display: none; }
  #stores #stores-table tbody td {
    padding: 20px; }
    #stores #stores-table tbody td.num {
      background: #fbfbfb;
      width: 46px; }
    #stores #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }


#stores .container {
  max-width: 100%!important;
}

#stores .marque-banner-5 {
  height: 700px!important;
  overflow: hidden;
}

#stores .breadcrumb {
  display: none;
 }

#stores .marque-banner-5 .part_left {
  margin-right: auto;
  margin-left: auto;
  margin-top: 200px;
  float: none!important;
}

#stores-inner {
  padding: 30px 60px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

#stores-inner h2 {
  color: #000;
  font-family: gotham_mediumregular;
  font-size: 24px;
}

.boutiques-thumbnails {
  width: 95%;
  margin-left: auto;
  margin-right: auto;

}

.boutique-thumb {
  width:33%;
  min-height: 300px;
  display: block;
  float: left;
  padding: 15px 15px;
}
.thumb-orleans {
  background-image: url("../img/stores/orleans-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-orleans:hover {
  background-image: url("../img/stores/orleans-thumb.jpg");
}

.boutique-thumb p{
  font-family: gotham_bookregular;
  margin-top: 5px;
}

.thumb-chartres {
  background-image: url("../img/stores/chartres-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-chartres:hover {
  background-image: url("../img/stores/chartres-thumb.jpg");
}


.thumb-st-lazare {
  background-image: url("../img/stores/st-lazare-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-st-lazare:hover {
  background-image: url("../img/stores/st-lazare-thumb.jpg");
}


.thumb-rivoli {
  background-image: url("../img/stores/rivoli-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-rivoli:hover {
  background-image: url("../img/stores/rivoli-thumb.jpg");
}

.thumb-alesia {
  background-image: url("../img/stores/none-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-alesia:hover {
  background-image: url("../img/stores/none-thumb.jpg");
}

.thumb-tours {
  background-image: url("../img/stores/none-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-tours:hover {
  background-image: url("../img/stores/none-thumb.jpg");
}

.thumb-lille {
  background-image: url("../img/stores/none-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-lille:hover {
  background-image: url("../img/stores/none-thumb.jpg");
}

.thumb-st-germain {
  background-image: url("../img/stores/none-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-st-germain:hover {
  background-image: url("../img/stores/none-thumb.jpg");
}

.thumb-rouen {
  background-image: url("../img/stores/none-thumb-nb.jpg");
  background-size: cover;
  display: block;
  height: 250px;
  width: 100%;
}

.thumb-rouen:hover {
  background-image: url("../img/stores/none-thumb.jpg");
}

@media screen and (max-width: 640px) {
.boutique-thumb {
  width:100%;
  min-height: 300px;
  display: block;
  float: left;
  padding: 30px 15px;
}

  #stores-inner {
    padding: 0px 30px;
  }

  #stores-inner .storelocator-panel {
    display: none;
  }

  .marque-banner-5 .part_left {
    width: 400px!important;
  }


}

#stores h1 {
  font-family: gotham_mediumregular;
  color: #000;
}

.features {
  display: none;
}