/*=============================================================*/
/*       
     _____                           _         _     _      
    |  __ \                         | |       | |   | |     
    | |__) |___ _ __ ___   __ _ _ __| | ____ _| |__ | | ___ 
    |  _  // _ \ '_ ` _ \ / _` | '__| |/ / _` | '_ \| |/ _ \
    | | \ \  __/ | | | | | (_| | |  |   < (_| | |_) | |  __/
    |_|  \_\___|_| |_| |_|\__,_|_|  |_|\_\__,_|_.__/|_|\___|                                                  
    
    Master CSS 2015
    Copyright © Remarkable
    Author X (Remarkable)
    Date: XX/XX/XXX

*/
.tailor-me map,
.tailor-me area {
  outline: none !important;
}
.tailor-me-fabrics {
  position: relative;
  background: url(/Content/img/static/listingpage/landingpages/tailor-me/fabrics-section.jpg) repeat 0 0;
  background-size: cover;
}
.tailorme-video {
  background: black;
}
.js-tailorme-video {
  line-height: 0;
  display: block;
}
.tailor-me-button {
  text-align: center;
}
.tailor-me-button a {
  font-size: 22px;
  padding: 15px 35px;
  font-family: 'Gill Sans', sans-serif;
}
.tailor-me-button.tailor-me-button--float {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 50;
  transform: translate(-50%, 0);
}
.tailor-me-button.tailor-me-button--stuck {
  position: absolute;
  bottom: auto;
}
.tailor-me-button.tailor-me-button--static {
  position: absolute;
  bottom: 20px;
  opacity: 0;
}
@media (max-width: 767px) {
  .tailor-me-button a {
    font-size: 18px;
  }
}
.tailor-me__header {
  padding: 20px 0;
}
.tailor-me__header p {
  font-size: 25px;
  text-align: center;
}
.tailor-me__desc {
  margin: 0 auto;
  max-width: 1000px;
  padding: 18px 0;
}
.tailor-me__desc p {
  font-size: 22px;
  text-align: center;
}
.tailor-me__desc ul {
  text-align: center;
  margin-bottom: 40px;
}
.tailor-me__desc ul li {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 24px;
  list-style: none;
}
.tailor-me__desc ul li h2 {
  font-size: 26px;
  margin: 0;
}
.tailor-me__desc .font-small {
  font-size: 16px;
}
.tailor-me__booking-bug {
  margin: 50px auto 0 auto;
  max-width: 1000px;
}
.tailor-me__booking-bug iframe {
  display: block;
  margin: 0 auto;
  border: 0;
  min-height: 500px;
  width: 100%;
}
