h1 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
  text-align: center;
}

h2 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  opacity: 1;
  text-align: left;
}

a {
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-decoration: none;
}

.button {
  display: inline-block;
  max-width: 160px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 16px;
  border-radius: 6px;
  background-color: #5f4285;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), 1px 1px 3px 0 #000;
  opacity: 1;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  border-style: none;
  border-color: #000;
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #5f4285;
  color: #fff;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.navigation {
  top: 0px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  text-align: left;
}

.nav-link {
  display: inline-block;
  padding: 20px 10px 0px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #5f4285;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  color: #5f4285;
}

.nav-link.menu {
  display: none;
}

.section {
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Exo, sans-serif;
}

.section.main {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, 0), #000), url('../images/use_your_illusion.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #000), url('../images/use_your_illusion.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 27px;
  font-family: Exo, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  background-image: url('../images/use_your_illusion.png');
  background-position: 0px 0px;
  background-size: 27px;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #2b2c2e;
  background-image: url('../images/use_your_illusion.png');
  background-position: 0px 0px;
  background-size: 27px;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 0px;
  background-color: #2b2c2e;
  background-image: none;
}

.section.gray {
  background-color: #646464;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #cacaca;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
  text-decoration: underline;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.dark {
  display: inline-block;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #3f329c;
}

.page-link.dark:hover {
  text-decoration: none;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  border-color: #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  max-width: 320px;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  float: right;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  margin-top: 20px;
  margin-bottom: 45px;
  color: #050000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.section-subtitle.centered {
  text-align: center;
}

.text-light {
  margin-top: 29px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.feature {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 12px;
  clear: none;
  text-align: left;
}

.main-image {
  padding-bottom: 0px;
  border-radius: 0px;
  box-shadow: 4px 4px 10px 5px rgba(0, 0, 0, .52);
  opacity: 1;
  text-shadow: none;
}

.roomicons {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  margin-left: 5px;
  float: none;
  clear: both;
  direction: rtl;
}

.roomicontext {
  display: inline-block;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Changa One', Impact, sans-serif;
  color: #25f10a;
}

.h2-light {
  margin-top: 10px;
  color: #e2dfdf;
}

.navimg {
  max-height: 100px;
  margin-top: auto;
  margin-bottom: 5px;
}

.navbrand.w--current {
  text-align: left;
}

.navmenu {
  top: 20px;
  margin-top: -25px;
  text-align: right;
}

.stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.faq-link {
  text-decoration: none;
  cursor: default;
}

.faq-link.question {
  display: block;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.question {
  display: block;
  text-decoration: none;
}

.answer-text {
  color: #fce381;
}

.faq-container {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.policy {
  display: block;
  padding: 10px 40px;
  background-color: #2b2c2e;
  text-align: center;
}

.paragraph-light {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
}

.paragraph-light.links {
  color: #fce381;
  text-decoration: none;
}

.paragraph-light.links:hover {
  text-decoration: underline;
}

.paragraph-light.links:active {
  text-decoration: none;
}

.terms {
  padding: 10px 40px;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.room1 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/spyshop-videoroom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.room1-color {
  background-color: rgba(104, 1, 5, .85);
}

.room-image {
  min-width: 400px;
  box-shadow: 3px 3px 16px 3px hsla(0, 0%, 100%, .81);
  opacity: 1;
}

.room-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.room1-text {
  color: #f85b5b;
}

.roompic {
  margin-right: 10px;
  margin-left: 10px;
}

.room-copy {
  max-width: 680px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.roombutton {
  display: block;
}

.roomstat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 5px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.statsrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.room2-color {
  background-color: rgba(0, 82, 3, .85);
}

.room2 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/SouthEastHigh2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.room2-text {
  color: #34eb11;
}

.room3-text {
  color: #e0ff00;
}

.room3-color {
  position: relative;
  z-index: 10;
  background-color: rgba(102, 77, 0, .85);
}

.room3 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/Tomb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.room4-color {
  background-color: rgba(30, 10, 255, .85);
}

.room4-text {
  color: #00ebff;
}

.room4 {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/background.png');
  background-position: 50% 50%;
  background-size: cover;
}

.video {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.navigation-pop-in {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: #000;
}

.navimgsmall {
  max-height: 50px;
}

.name-first {
  display: block;
  width: 50%;
  height: 40px;
  float: left;
  border: 1px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.map {
  height: 400px;
  background-image: url('../images/map.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.maplink {
  display: block;
  height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.subscribe_form {
  display: inline-block;
}

.name-last {
  width: 50%;
  height: 40px;
  float: left;
  border: 1px solid #000;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #e8e8e8;
}

.scrolling {
  padding-top: 5px;
  padding-bottom: 5px;
}

.business-name {
  color: #939596;
}

.city {
  color: #939596;
  font-weight: 400;
}

.state {
  color: #939596;
  font-weight: 400;
}

.zip {
  color: #939596;
  font-weight: 400;
}

.address {
  color: #939596;
}

.locality {
  color: #939596;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="on-load"] {
  display: none;
}

html.w-mod-js *[data-ix="scale-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="navstart"] {
  display: none;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="grayout"] {
  opacity: 0.4;
}

@media (max-width: 991px) {
  .navigation {
    text-align: right;
  }
  .nav-link {
    display: block;
    padding: 18px 0px 18px 10px;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section.main {
    padding-top: 124px;
  }
  .feature {
    width: 50%;
  }
  .main-image {
    margin-top: 49px;
  }
  .navicon {
    color: #fff;
  }
  .navbrand {
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: inline-block;
  }
  .navbrand.w--current {
    max-height: 90%;
    text-align: left;
  }
  .navmenu {
    background-color: #000;
  }
  .room-image {
    max-width: 100%;
  }
  .room-container {
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .room1-text {
    margin-bottom: 20px;
  }
  .room-copy {
    margin-right: 10px;
    margin-left: 10px;
  }
  .statsrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .nav-link.menu {
    padding-right: 15px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    padding-top: 110px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .person {
    display: none;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .navimg {
    max-width: 70%;
  }
  .faq-link.question {
    text-align: left;
  }
  .room-image {
    min-width: 90%;
  }
  .room-container {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .roombutton {
    margin-top: 20px;
  }
  .statsrow {
    display: block;
  }
  .name-first {
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .navigation {
    display: none;
  }
  .nav-link.menu {
    padding: 8px 0px;
  }
  .section.main {
    padding-top: 70px;
  }
  .feature {
    width: 100%;
  }
  .feature-icon {
    display: none;
  }
  .navicon {
    margin-right: 10px;
  }
  .navimg {
    max-width: 90%;
    margin-top: 3px;
    margin-right: 0px;
    padding-right: 10px;
  }
  .navbrand {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .navbrand.w--current {
    max-width: 90%;
  }
  .room-image {
    min-width: 90%;
  }
  .room-copy {
    margin-right: 0px;
    margin-left: 0px;
  }
  .roombutton {
    margin-top: 20px;
  }
  .statsrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navimgsmall {
    margin-bottom: 2px;
  }
}

