


.special__button {
    padding: 16px;
    text-decoration: none;
    color: #fff;
    background-color: red;
    border-radius: 5px;
    font-weight: 900;
    letter-spacing: 0;
    font-size: .86em;
	text-transform:uppercase;
	margin-bottom: 46px
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 21px;
}

.bodyfix {
  height: 100%;
  background-color: #ab0000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 100;
}

.header {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boarder {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 96%;
  height: 96%;
  margin: auto;
  border: 1px solid #fff;
}

.boarder.inner {
  width: 99.1%;
  height: 98.5%;
  border-width: 6px;
}

.rows {
  width: 100%;
  height: auto;
  padding: 26px 10px 160px;
  float: left;
  clear: both;
}

.rows.footer {
  height: auto;
  padding: 26px;
  background-color:black;
}

.locations {
  position: relative;
  width: 33.33%;
  height: auto;
  padding: 13px;
  float: left;
  cursor: -webkit-zoom-in;
}

.locations.cent {
  display: inline-block;
  float: none;
}

.inner-wrap {
  position: relative;
  display: block;
  width: 1300px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.thumbs {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 32%;
  margin: auto;
}

.location-titles {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  height: 29px;
  margin: auto;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.location-titles.main {
  position: relative;
  height: auto;
  margin-top: 60px;
  margin-bottom: 20px;
  color: white;
}

.pop-stage {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85));
  cursor: default;
}

.loca-wraps {
  position: relative;
  display: block;
  width: 700px;
  height: auto;
  margin: 36px auto 60px;
  padding: 100px 40px 136px;
}

.loca-wraps.nb {
  background-image: url('../images/NEWPORT.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.chic {
  background-image: url('../images/chicago.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.scotts {
  background-image: url('../images/SCOTTS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.vegas {
  background-image: url('../images/VEGAS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.la {
  background-image: url('../images/LOS-ANGELES.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.pa {
  background-image: url('../images/PASEDENA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.sun {
  background-image: url('../images/SUNSET.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.lab {
  background-image: url('../images/LA2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.sm {
  background-image: url('../images/SANTA-MONICA.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.mb {
  background-image: url('../images/mb_b.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loca-wraps.mbsr {
  background-image: url('../images/mb_sr.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}


.loca-wraps.sb {
  background-image: url('../images/SUNSET2_thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.logos {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 60%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.logos.second {
  margin-top: 26px;
}

.flyer-info {
  position: relative;
  z-index: 2;
  text-align: center;
}

.flyer-info.location {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 16px;
  text-transform: uppercase;
}

.event-listings {
  position: relative;
  z-index: 2;
  display: block;
  margin: 36px auto 0px;
  padding-left: 0px;
  text-align: center;
}

.happenings {
  display: block;
  width: 360px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 19px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.happenings.compliment {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}

.happenings.compliment.v01d {
  display: none;
}

.happenings.last {
  margin-bottom: 0px;
}

.view-more {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  height: 73px;
  margin: auto;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.closer {
  position: fixed;
  top: 36px;
  right: 26px;
  z-index: 1000;
  display: none;
  width: 80px;
  height: 80px;
  opacity: 0;
  cursor: pointer;
}

.closer-img {
  width: 100%;
}

.socials {
  width: auto;
  height: 20px;
  margin-right: 10px;
  float: left;
}

.social-links {
  width: 100%;
  height: 100%;
}

.social-cons {
  width: auto;
  height: 100%;
  max-width: none;
}

.social-list {
  float: left;
}

.credit {
  float: right;
  font-size: 12px;
  font-weight: 700;
}

.tamz {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-style: italic;
  font-weight: 900;
  text-decoration: none;
}

.tamz:hover {
  opacity: 0.5;
}

.bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
}

.video {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70vw;
  height: 10vh;
  max-width: 100%;
  margin: auto;
  background-color: #000;
}

.down-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 36px;
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="view-more"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="pop-stage-close"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="pop-stage"] {
  display: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .header {
    height: auto;
  }
  .boarder {
    width: 94%;
    height: 94%;
  }
  .boarder.inner {
    width: 97.8%;
    height: 98.5%;
  }
  .rows {
    height: auto;
    padding-top: 46px;
    padding-bottom: 26px;
  }
  .locations {
    width: 33.33%;
  }
  .inner-wrap {
    max-width: 99%;
  }
  .location-titles {
    font-size: 22px;
    letter-spacing: 3px;
  }
  .location-titles.main {
    margin-top: 46px;
  }
  .loca-wraps {
    width: 100%;
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .closer {
    right: 36px;
    width: 60px;
    height: 60px;
  }
  .video {
    position: relative;
    width: 100vw;
  }
  .down-arrow {
    display: none;
  }
}

@media (max-width: 767px) {
  .boarder.inner {
    width: 97.7%;
    height: 97.8%;
  }
  .rows {
    padding-top: 32px;
    padding-bottom: 26px;
  }
  .locations {
    width: 50%;
  }
  .locations.abcent {
    display: inline-block;
    float: none;
    clear: both;
  }
  .inner-wrap {
    width: auto;
    max-width: 96%;
  }
  .location-titles {
    height: 22px;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 2px;
  }
  .location-titles.main {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .pop-stage {
    padding-top: 44px;
  }
  .event-listings {
    margin-top: 36px;
  }
  .view-more {
    height: 59px;
    font-size: 25px;
    line-height: 28px;
  }
  .closer {
    left: 0px;
    top: 20px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .boarder.inner {
    width: 96.8%;
    height: 97.8%;
  }
  .rows {
    padding-top: 0px;
  }
  .rows.footer {
    text-align: center;
  }
  .locations {
    width: 100%;
  }
  .inner-wrap {
    max-width: 100%;
  }
  .location-titles {
    height: 54px;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 24px;
    line-height: 24px;
  }
  .location-titles.main {
    height: auto;
    font-size: 19px;
  }
  .pop-stage {
    display: none;
    padding-top: 32px;
  }
  .logos {
    height: auto;
    max-width: 100%;
  }
  .flyer-info.location {
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 10px;
  }
  .event-listings {
    margin-top: 26px;
  }
  .happenings {
    font-size: 19px;
    line-height: 21px;
  }
  .happenings.compliment {
    font-size: 13px;
    line-height: 17px;
  }
  .closer {
    width: 30px;
    height: 30px;
  }
  .socials {
    margin-right: 5px;
    margin-left: 5px;
  }
  .social-list {
    display: inline-block;
    float: none;
    clear: both;
    text-align: center;
  }
  .credit {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
  }
}
