.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.heures-ouverture.content-pane,
.heures-ouverture.panel {
  min-width: 380px;
  max-width: 420px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.heures-ouverture.content-pane h4,
.heures-ouverture.panel h4 {
  text-align: center;
  line-height: 1.1;
}
.heures-ouverture.content-pane .biz-hours,
.heures-ouverture.panel .biz-hours {
  margin-left: -2rem;
  margin-right: -2rem;
}
.heures-ouverture .panel-heading {
  background-color: #e0e0e0;
  background-image: url('../img/icons/simplicity/64/clock.png');
  background-repeat: no-repeat;
  background-position: 97% 60%;
  padding: 24px 90px 6px 16px;
}
.heures-ouverture .panel-heading .panel-title {
  text-align: left;
  display: inline-block;
  max-width: 60%;
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.heures-ouverture .list-group {
  color: #515151;
}
.heures-ouverture .list-group .list-group-item {
  font-family: "Inconsolata", Menlo, Consolas, "Andale Mono", Monaco, "Courier New", monospace;
  font-size: 15px;
}
.heures-ouverture .list-group .list-group-item .hours {
  color: #101219;
  float: right;
}
.heures-ouverture .list-group .list-group-item .hours .dot {
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}
.heures-ouverture .list-group .highlight {
  background-color: #ffee9d;
}
.heures-ouverture .list-group .highlight,
.heures-ouverture .list-group .highlight .hours {
  color: #000 !important;
}
.heures-ouverture .list-group .online {
  background-color: #daf2de;
  background-color: #9ad2af;
  font-weight: bold;
  text-transform: uppercase;
  color: #212f3d;
  border-color: #156050;
  background-color: #61d490;
}
.heures-ouverture .list-group .online .hours {
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #104b3f;
}
.heures-ouverture .list-group .online .hours .dot {
  text-shadow: none !important;
}
.well.stores-status {
  border-width: 2px 2px 3px;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  padding: 112px 24px 12px 24px;
  background-image: url('../img/icons/simplicity/128/clock.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center 24px;
  background-position: top right;
  border-radius: 8px;
  margin: 24px auto 0;
  max-width: 560px;
}
.well.stores-status hr.dash {
  margin: 24px 0;
}
.well.stores-status .biz-hours {
  font-family: "Inconsolata", Menlo, Consolas, "Andale Mono", Monaco, "Courier New", monospace;
  font-size: 16px;
  line-height: 24px;
}
.well.stores-status.biz-hours--closed {
  border: 4px solid rgba(255, 255, 255, 0.96);
  color: #fff;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}
.well.stores-status.biz-hours--closed h4 {
  font-size: 20px;
  font-weight: 500;
}
.well.stores-status.biz-hours--closed h5 {
  font-size: 18px;
}
.well.stores-status.biz-hours--closed hr.dash {
  border-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-bottom: 0;
}
.well.stores-status.biz-hours--closed .label-offline {
  display: inline-block;
  font-size: 2em;
  letter-spacing: 0.05em;
  background-color: transparent;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  margin-top: 10px;
  padding: 0.25em 0.15em 0.15em;
}
.well.stores-status.biz-hours--closed.red {
  -webkit-box-shadow: 0px 0px 0px 4px #92040a;
  box-shadow: 0px 0px 0px 4px #92040a;
  background-image: -webkit-linear-gradient(top, #d70d16 0%, #92040a 100%);
  background-image: -o-linear-gradient(top, #d70d16 0%, #92040a 100%);
  background-image: linear-gradient(to bottom, #d70d16 0%, #92040a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd70d16', endColorstr='#ff92040a', GradientType=0);
}
.well.stores-status.biz-hours--closed.dark {
  background-image: -webkit-linear-gradient(top, #44464a 0%, #232325 100%);
  background-image: -o-linear-gradient(top, #44464a 0%, #232325 100%);
  background-image: linear-gradient(to bottom, #44464a 0%, #232325 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff44464a', endColorstr='#ff232325', GradientType=0);
  border: 8px solid #f9f7f3;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 1px 2px #44464a;
  box-shadow: 0px 0px 1px 2px #44464a;
  line-height: 1;
  color: #f9f7f3;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 24px;
}
.well.stores-status.biz-hours--closed.dark h4 {
  font-size: 18px;
}
.well.stores-status.biz-hours--closed.dark h4 em {
  font-size: 40px;
  font-weight: 700;
  font-family: 'Roboto Slab', Adelle, Georgia, serif;
  margin-bottom: 12px;
  display: inline-block;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7), 3px 3px 0 rgba(255, 203, 95, 0.7), 4px 4px 0 #000000;
}
.well.stores-status.biz-hours--closed.dark .label-offline {
  font-size: 60px;
  letter-spacing: -0.02em;
  font-family: 'Roboto Slab', Adelle, Georgia, serif;
  margin-top: 0px;
  padding-top: 0.2em;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 8px dotted #997f49;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.7), 3px 3px 0 rgba(255, 203, 95, 0.7), 4px 4px 0 #000000;
}
#is-contact-page #content {
  padding: 0;
  background-color: #c9caca;
  margin-bottom: 48px;
}
#is-contact-page .page-header {
  margin: 0;
  border-color: #000;
  padding-bottom: 0;
  padding-top: 40px;
}
.vintage-mode {
  color: #000;
  border-color: #000;
}
iframe {
  max-width: 100%;
}
.wideScreen {
  padding-bottom: 56.25%;
}
.fourBYthree {
  padding-bottom: 75%;
}
.map {
  height: 500px;
}
@media screen and (min-width: 992px) {
  .map {
    height: 700px;
  }
}
#map img,
#gmap img,
.gmap img {
  max-width: none;
}
.brand-logo {
  padding: 24px;
  max-height: 268px !important;
  text-align: center;
}
.brand-logo img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.btn.map-link {
  display: inline-block;
  padding: 0.4em 1em;
  background: #808080;
  color: #fff;
  margin: 0.5em 0.5em 0.25em;
}
.btn.map-link.btn-xs {
  font-size: 0.7rem;
  padding: 0.5rem;
  border: medium none;
  font-weight: bold;
  -webkit-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 1.1;
  border-radius: 3px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn.map-link:hover,
.btn.map-link:focus {
  color: #fff;
  background: #333;
}
.static-map-img {
  display: block;
  /* Medium Screens */
}
@media all and (min-width: 768px) {
  .static-map-img {
    display: none;
  }
}
.l-home-service {
  max-width: 1200px;
  border-bottom: 3px solid rgba(51, 51, 51, 0.75);
  border-left: 2px solid rgba(95, 95, 100, 0.5);
  border-right: 2px solid rgba(95, 95, 100, 0.5);
  margin-bottom: 24px;
}
.l-home-service + .l-home-service {
  border-top: 3px solid rgba(51, 51, 51, 0.75);
}
.l-home-service .service__body {
  padding: 1em 24px;
  text-align: left;
  position: relative;
}
.l-home-service .service__body:before,
.l-home-service .service__body:after {
  content: " ";
  display: table;
}
.l-home-service .service__body:after {
  clear: both;
}
.l-home-service .embed-responsive {
  padding-bottom: 75%;
  height: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.l-home-service .embed-responsive iframe,
.l-home-service .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* had to specify height/width */
}
@media (max-width: 991px) {
  .l-home-service .service__heading {
    display: block;
    font-size: 24px;
    line-height: 48px;
    line-height: 32px;
    font-family: 'Roboto Slab', Adelle, Georgia, serif;
    font-weight: 500;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 100%;
    max-width: 60%;
    color: #3a2415;
    background-color: #FEE071;
    border-top: 2px solid #666666;
    border-bottom: 2px solid #666666;
    padding: 8px 12px;
    margin-bottom: -8px;
  }
  .l-home-service .service__body {
    border-top: 1px solid #666666;
  }
  .l-home-service .service__object {
    max-height: 350px;
    margin: 0px auto;
    background-color: #666666;
  }
  .l-home-service .service__object .embed-responsive {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
  }
  .l-home-service .service__object .gmap {
    text-align: center;
    border-width: 0 2px;
    overflow: hidden;
  }
  .l-home-service .service__object .gmap .static-map-img {
    display: block;
  }
  .l-home-service .store__info-group {
    display: block;
    font-size: 16px;
    max-width: 100%;
  }
  .l-home-service .store__info-group:before,
  .l-home-service .store__info-group:after {
    content: " ";
    display: table;
  }
  .l-home-service .store__info-group:after {
    clear: both;
  }
  .l-home-service .store__phone {
    float: right;
    margin: 0px 0 4px;
  }
  .l-home-service .store__address {
    font-size: 20px;
    float: left;
    margin: 8px 0 0;
    text-align: left;
  }
  .l-home-service + .l-home-service .service__heading {
    position: absolute;
    right: 0;
    left: auto;
    border-bottom: 2px solid #666666;
    border-radius: 0;
    top: 100%;
    bottom: auto;
    margin: -8px 0 0 0;
    z-index: 1;
  }
  .l-home-service + .l-home-service .service__body {
    border-top: medium none;
    border-bottom: 1px solid #666666;
  }
  .l-home-service + .l-home-service .service__body .brand-logo {
    top: -10px;
    bottom: auto;
  }
  .l-home-service + .l-home-service .store__info-group:before,
  .l-home-service + .l-home-service .store__info-group:after {
    content: " ";
    display: table;
  }
  .l-home-service + .l-home-service .store__info-group:after {
    clear: both;
  }
  .l-home-service + .l-home-service .store__info-group .store__phone {
    margin: 0 0 10px;
  }
  .l-home-service + .l-home-service .store__info-group .store__address {
    float: left;
    text-align: left;
    margin: 8px 0 0;
  }
  .l-home-service + .l-home-service .gmap .btn.map-link {
    position: absolute;
    left: 8px;
    top: 8px;
    right: auto;
    bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-home-service .service__body {
    background-image: -webkit-linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.85) 60%);
    background-image: -o-linear-gradient(left, transparent 1%, rgba(255, 255, 255, 0.85) 60%);
    background-image: linear-gradient(to right, transparent 1%, rgba(255, 255, 255, 0.85) 60%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#d9ffffff', GradientType=1);
  }
  .l-home-service .service__body .brand-logo {
    max-width: 50%;
    right: auto;
    position: absolute;
    left: -24px;
    z-index: 1;
    top: -24px;
    padding: 8px;
  }
  .l-home-service .service__body .store__info-group {
    float: right;
    width: 50%;
  }
  .l-home-service .service__body .store__info-group .store__phone,
  .l-home-service .service__body .store__info-group .store__address {
    text-align: right;
    float: right;
  }
  .l-home-service .service__body .store__info-group .store__phone {
    margin: 0 0 4px;
  }
}
@media (min-width: 768px) {
  .l-home-service .service__body .store__address {
    font-size: 1.4em;
    line-height: 1.25;
  }
  .l-home-service .service__body .store__phone {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 992px) {
  .l-home-service .service__object + .service__body {
    border-left: 1px solid rgba(102, 102, 102, 0.5);
  }
  .l-home-service .service__body {
    min-height: 400px;
    padding-top: 200px;
    padding-bottom: 0;
    border-right: 1px solid rgba(102, 102, 102, 0.5);
  }
  .l-home-service .service__body .brand-logo {
    position: absolute;
    left: 2px;
    right: 2px;
    top: 0px;
    display: block;
    max-height: 228px;
    padding: 8px 24px;
  }
  .l-home-service .service__body .brand-logo img {
    max-height: 100%;
  }
  .l-home-service .service__body .store__info-group {
    text-align: center;
  }
  .l-home-service .service__body .store__address {
    margin: 8px 0 4px;
  }
}
.l-home-service .ribbon {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-home-service .ribbon {
    margin-top: 8px;
  }
}
.l-home-service .ribbon p {
  margin: 0.5em 0 0.75em;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1em;
}
.l-home-service .ribbon strong {
  text-shadow: 1px 1px 1px #333333;
}
