.hero-section {
  height: 800px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: none;
  background-position: 0px 0px;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: auto;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, .74);
}

.navbar.subpage {
  margin-top: 0px;
  background-color: rgba(0, 0, 0, .4);
}

.navlinks {
  z-index: 1;
  margin-top: 10px;
  margin-right: -22px;
  margin-left: -9px;
  padding: 18px 29px 15px 16px;
  -webkit-transition: all 500ms ease, color 200ms ease;
  transition: all 500ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.navlinks:hover {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0px solid #ffb429;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #fff;
  font-size: 16px;
}

.navlinks.w--current {
  opacity: 1;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.navlinks.w--current:focus {
  color: rgba(255, 180, 41, .2);
}

.navlinks.w--open {
  color: #000;
}

.navlinks.w--open:hover {
  color: #555;
}

.navlinks.contact-us-link {
  margin-top: 20px;
  margin-left: 10px;
  padding: 4px;
  border: 1px solid #fff;
  -webkit-transition: all 500ms ease, color 200ms ease;
  transition: all 500ms ease, color 200ms ease;
  color: #fff;
  font-size: 15px;
}

.navlinks.contact-us-link:hover {
  font-size: 16px;
}

.navlinks.contact-us-link:focus {
  color: #fff;
}

.navlinks.contact-us-link.highlight {
  margin-top: 23px;
  color: #ffb429;
}

.hero-heading {
  margin-top: 100px;
  margin-left: 0px;
  padding-top: 65px;
  padding-left: 0px;
  border: 0px none #000;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
  text-shadow: 1px 1px 0 #000;
}

.sections {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 150px;
  border-style: none;
  border-top-width: 10px;
  border-top-color: #fff;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/manhattan-day-bw-empire-state-336708-BLDG-ALL.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/manhattan-day-bw-empire-state-336708-BLDG-ALL.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sections.fourth {
  height: 275px;
  margin-top: 10px;
  margin-bottom: 11px;
  padding-top: 39px;
  padding-bottom: 29px;
  background-color: #222;
  background-image: none;
  background-size: auto;
}

.sections.fourth.contact-us {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: none;
}

.sections.fourth.contact-us.footer {
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-color: #151515;
  color: #222;
}

.tabs-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  display: block;
  width: 75%;
  margin: -50px auto 0px;
  padding-top: 0px;
  text-align: center;
}

.tabs-menu.tabs-subs {
  left: 0px;
  top: 0px;
  right: 0px;
  width: 71%;
  margin-top: -100px;
  margin-left: 0%;
}

.tabs-menu.tabs-subs.about-tabs {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu.tabs-services {
  width: 70%;
  margin-top: -100px;
  margin-left: auto;
}

.contact-wrapper {
  position: relative;
  text-align: center;
}

.text-fields {
  display: block;
  width: 90%;
  height: 15%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Sans', sans-serif;
  color: #919191;
  text-transform: uppercase;
}

.text-fields:focus {
  border: 5px solid #ffb429;
}

.text-fields.message {
  height: 300px;
  text-transform: none;
}

.message-button {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ccc;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.message-button:hover {
  background-color: #b9b9b9;
  color: #000;
}

.contact-paragraph {
  display: block;
  width: 80%;
  margin: 30px auto 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.footer-text {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: auto;
  margin: 0px 12px 0px auto;
  float: left;
  clear: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-text:hover {
  color: #ffb429;
}

.footer-text.two {
  margin-top: -8px;
  float: none;
  font-family: 'Droid Sans', sans-serif;
  color: #515151;
  font-size: 10px;
}

.navmenu {
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
}

.quote {
  display: block;
  width: 50%;
  margin: 70px auto 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.quote.difference {
  width: 60%;
  margin-top: 20px;
  text-align: center;
}

.quote.difference.small-quote {
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.quote.difference.small-quote.movequote {
  text-align: right;
}

.quote.contact {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.quote.diff-quote {
  margin-top: 20px;
  color: #ffb429;
  font-size: 16px;
}

.overnight-got-easier {
  margin-top: 20px;
  margin-bottom: -1px;
  background-color: rgba(34, 34, 34, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.overnight-got-easier.longshizz {
  margin-top: 0px;
  font-size: 31px;
}

.got-easier-copy {
  margin-bottom: 0px;
  padding-bottom: 27px;
  background-color: rgba(34, 34, 34, 0);
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
}

.got-easier-copy.subcopy {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, .73);
  font-size: 16px;
}

.got-easier-copy.subcopy.opposite {
  padding-top: 27px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.got-easier-copy.subcopy.simplyput {
  width: 75%;
  padding: 20px 10px;
}

.got-easier-copy.subcopy.cetner-babay-box {
  margin-top: 0px;
}

.got-easier-copy.subcopy.careers {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.got-easier-copy.subcopy.weirdo {
  width: 150%;
  margin-left: -30%;
}

.supporting-header-overnight-coverage {
  width: 666px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 21px;
}

.supporting-header-overnight-coverage.even-smaller-head {
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 21px;
}

.rev-and-exp {
  padding-bottom: 0px;
}

.body {
  margin-top: 0px;
  background-color: #000;
  background-image: none;
  background-size: auto;
  color: #222;
}

.faq-head {
  display: block;
  margin: -12px auto -13px;
  padding: 5px 5px 50px;
  border: 5px none #fff;
  background-color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.faq-head:hover {
  border-color: #fff;
  background-color: #000;
  font-size: 18.5px;
}

.faq-head.double {
  line-height: 26px;
}

.faq-text {
  padding: 19px;
  border-top: 5px none #fff;
  background-color: #000;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

.faq-section {
  display: block;
  background-color: #fff;
}

.faq-head-section {
  margin-top: 0px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 1px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.main-logo {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
}

.quotes_small {
  display: none;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
}

.video_bg {
  z-index: auto;
  height: 100%;
  margin-top: -77px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.hidden_section {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: none;
  width: 50%;
  height: 70%;
  margin-top: 0px;
  border: 4px none #fff;
}

.hidden_heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.hidden_blurb {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
}

.hidden_container {
  position: static;
  display: block;
  margin-top: 117px;
  margin-bottom: 0px;
  padding: 10px 58px;
  border: 8px solid #fff;
  background-color: rgba(0, 0, 0, .85);
  text-align: left;
}

.exit {
  font-family: 'Varela Round', sans-serif;
  font-size: 50px;
  text-align: left;
  cursor: pointer;
}

.exit.exit2 {
  margin-left: 500px;
}

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

.hero_row {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.hidden_section_right {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 50%;
  height: 70%;
  border-style: none;
}

.logo_hover {
  display: block;
  width: 90px;
  height: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 1000ms ease-out;
  transition: all 1000ms ease-out;
  text-decoration: none;
}

.logo_hover:hover {
  border-radius: 49px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(783px);
  transform: perspective(783px);
}

.logo_hover.w--current {
  margin-top: 20px;
}

.logo_hover.contactbutton {
  position: absolute;
  display: block;
  margin-top: -50px;
  margin-left: 1000px;
  text-align: center;
}

.logo_hover.contactbutton.w--current {
  margin-left: 68%;
}

.logo_hover.contactbutton.get-intouch {
  display: inline-block;
  margin-left: 1000px;
}

.logo_hover.contactbutton.get-intouch.crowderbtn {
  margin-top: 0px;
}

.logo_hover.contactbutton.crowderbtn {
  margin-top: 0px;
}

.logo_hover.experiencebutton.see-the-bens {
  margin-top: 25%;
}

.logo_hover.giftest {
  width: 200px;
  margin-top: 50px;
}

.logo_hover.giftest.peaceanchor {
  margin-top: -89px;
}

.logo_hover.giftest.stap {
  margin-top: 150px;
}

.logo_hover.giftest.lower {
  margin-top: 100px;
}

.logo_hover.giftest.mainbutton {
  margin-top: -40px;
}

.learn-more-hero {
  display: block;
  width: 200px;
  margin: 10px auto 10px -50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.learn-more-hero.learntext {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-arrow {
  display: block;
  margin: -10px auto 46px;
  padding-top: 0px;
  border: 4px none #ffb429;
  border-radius: 56px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  color: #da8181;
}

.hero-arrow:hover {
  border-style: solid;
}

.hero-arrow.taketotop {
  margin-top: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-arrow.taketotop.arrow-trippin {
  margin-top: 20px;
}

.nav-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.dennis {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  background-color: #000;
}

.shrinklogo {
  position: relative;
  z-index: 1;
  width: 200px;
  margin-top: 11px;
  padding-top: 0px;
  padding-bottom: 8px;
}

.shrink-nav-container {
  margin-top: -10px;
}

.tabstyles {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 20%;
  margin: 100px auto 0px 0px;
  padding: 9px 45px 10px;
  float: left;
  clear: none;
  border-style: none;
  border-right-width: 2px;
  border-right-color: #333;
  background-color: hsla(0, 0%, 100%, .54);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
}

.tabstyles:hover {
  border-bottom: 5px none #000;
  background-color: rgba(255, 180, 41, .54);
}

.tabstyles.w--current {
  display: inline-block;
  width: 20%;
  margin-top: 100px;
  padding-right: 45px;
  padding-left: 45px;
  float: left;
  clear: none;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 180, 41, .54), rgba(255, 180, 41, .54));
  background-image: linear-gradient(180deg, rgba(255, 180, 41, .54), rgba(255, 180, 41, .54));
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}

.tabstyles.w--current:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 180, 41, .54), rgba(255, 180, 41, .54));
  background-image: linear-gradient(180deg, rgba(255, 180, 41, .54), rgba(255, 180, 41, .54));
}

.tabstyles.sub-tabs {
  border-right: 5px none rgba(0, 0, 0, .5);
}

.tabstyles.sub-tabs.w--current {
  border-right: 5px none rgba(0, 0, 0, .5);
}

.tabstyles.sub-tabs.about-us-tabs {
  width: 33%;
  margin-top: 100px;
}

.tabstyles.sub-tabs.about-us-tabs.w--current {
  margin-top: 100px;
}

.tabstyles.sub-tabs.about-us-tabs.longazz {
  font-size: 18px;
}

.tabstyles.sub-tabs-services {
  width: 25%;
}

.tabstyles.sub-tabs-services.w--current {
  padding-top: 10px;
}

.tabstyles.crowder {
  width: 20%;
  float: left;
}

.tabstyles.crowder.w--current {
  margin-bottom: 0px;
}

.tab-pane {
  height: 500px;
  padding-top: 100px;
  background-color: #000;
  background-image: url('../images/nightcity-BLDG-2-min.jpg');
  background-position: 0px 19%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-pane.whatwedo {
  height: 650px;
  margin-top: 50px;
  padding-top: 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/Vault-BW.jpg'), url('../images/Immeuble_du_Crédit_Lyonnais_siège-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/Vault-BW.jpg'), url('../images/Immeuble_du_Crédit_Lyonnais_siège-BW.jpg');
  background-position: 0px 0px, 0px 0px, 0px 19%;
  background-size: auto, cover, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.tab-pane.whatwedo.sub-tabs {
  height: 700px;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/hotel-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/hotel-BW.jpg');
  background-position: 0px 0px, 96% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.tab-pane.whatwedo.sub-tabs.services-section {
  height: 800px;
  background-color: transparent;
  background-image: none;
}

.tab-pane.whatwedo.sub-tabs.services-section.part2 {
  height: auto;
  margin-top: 0px;
}

.tab-pane.whatwedo.sub-tabs.services-section.circuit {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/66EE6E64A5-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/66EE6E64A5-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.tabs-section {
  margin-top: 0px;
}

.tab-title {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 3px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.tab-title.longer-mobile.objective-title {
  font-size: 14px;
  text-align: center;
}

.tab-title.longazz {
  font-size: 14px;
}

.tab-title.single-word-center {
  display: block;
  margin-top: -9px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.tab-img {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.tab-img:hover {
  color: #7a2626;
}

.descript-tabs-div {
  width: 500px;
  height: 200px;
  margin-left: -5px;
  padding-top: 150px;
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.tabs {
  width: 550px;
}

.descript-tabs-div.tabs.crowder2.get-big {
  height: 250px;
}

.descript-tabs-div.sub-container {
  width: 100%;
  height: 475px;
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.sub-container.community {
  height: 300px;
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.sub-container.community.anysize {
  display: block;
  width: 100%;
  height: 200px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.sub-container.community.anysize.biggerbox {
  display: block;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
}

.descript-tabs-div.sub-container.sub-services {
  height: auto;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.sub-container.sub-services-black-box {
  height: 300px;
}

.descript-tabs-div.sub-container.sub-services-black-box.any-size {
  height: 250px;
}

.descript-tabs-div.sub-container.sub-services-black-box.any-size.tighten-box {
  height: 200px;
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.sub-container.sub-services-black-box.dafuck {
  display: block;
  height: 230px;
  margin-top: 50px;
  padding-top: 100px;
}

.descript-tabs-div.sub-container.sub-services-black-box.dafuck.comeon {
  background-color: rgba(0, 0, 0, .73);
}

.descript-tabs-div.sub-container.tohelp {
  height: 300px;
  margin-bottom: 10%;
}

.descript-tabs-div.sub-container.tohelp.ithelp {
  height: 350px;
}

.descript-tabs-div.sub-container._3prong-container {
  height: 550px;
}

.descript-tabs-div.sub-container._3prong-container.farudy-container {
  height: 330px;
}

.descript-tabs-div.sub-container.about-container {
  height: 360px;
}

.descript-tabs-div.crowder2 {
  margin-top: 100px;
}

.tabs-header {
  display: block;
  width: 100%;
  margin: -200px 16px 16px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.tabs-header.crowding {
  margin-top: -200px;
}

.tabs-header.crowder {
  margin-top: -200px;
}

.tabs-header.crowder.recognize {
  font-size: 32px;
}

.tabs-header.movehoe {
  margin-top: -195px;
}

.tabs-descript-modal {
  display: block;
  height: 200px;
  margin: 0% 15px 10%;
  padding-right: 15px;
  padding-bottom: 0%;
  padding-left: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
}

.tabs-descript-modal.fraudy {
  height: 110px;
}

.learn-more-tab-links {
  font-family: 'Droid Sans', sans-serif;
  color: #ffb429;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.learn-more-tab-links.consulty {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.learn-more-tab-links.offy {
  margin-left: 25px;
}

.peaceofmind {
  z-index: 2;
  height: 650px;
  margin-top: 50px;
  padding-top: 180px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/clock-office-building-BW--clock-yellow3-1-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/clock-office-building-BW--clock-yellow3-1-min.jpg');
  background-position: 0px 0px, 0px -80px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.peaceofmind.sub-tabs {
  height: 800px;
  margin-top: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.peaceofmind.sub-tabs.ourteamtabcon {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Y01VDYAX63-1-minBW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Y01VDYAX63-1-minBW.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.thedifference {
  height: 650px;
  margin-top: 50px;
  padding-top: 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/city-647400-BW-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/city-647400-BW-min.jpg');
  background-position: 0px 0px, 50% 54%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zerodefects {
  height: 650px;
  margin-top: 50px;
  padding-top: 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Clock-Movement-5-bw-yellow-all.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Clock-Movement-5-bw-yellow-all.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zerodefects.sub-tabs {
  height: 800px;
  margin-top: 0px;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.zerodefects.sub-tabs.comm-tab {
  height: 700px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/TFE3QMW4XY-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/TFE3QMW4XY-min.jpg');
  background-position: 0px 0px, 0px -236px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.zerodefects.sub-tabs.fruad-man {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/camera.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/camera.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.zerodefects.sub-tabs.our-approach {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/Immeuble_du_Crédit_Lyonnais_siège-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../images/Immeuble_du_Crédit_Lyonnais_siège-BW.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.zerodefects.sub-tabs.budge {
  background-image: none;
}

.zerodefects.sub-tabs.services {
  background-image: none;
}

.guestservices {
  height: 650px;
  margin-top: 50px;
  padding-top: 180px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/door-open-blurry-bg-hotel-1330850-BW-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/door-open-blurry-bg-hotel-1330850-BW-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.form-row {
  height: 800px;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/magnifying.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/magnifying.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.form-middle {
  display: inline-block;
  width: 100%;
  height: 300px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Droid Sans', sans-serif;
}

.topofpage {
  display: block;
  margin: -85px auto 0px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.topofpage.home {
  background-color: rgba(0, 152, 255, 0);
}

.top-of-page {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
  font-family: 'Droid Sans', sans-serif;
  text-decoration: none;
}

.top-of-page.home {
  margin-top: 25px;
  background-color: transparent;
}

.top-of-page.transparent {
  background-color: transparent;
}

.searchfield {
  position: relative;
  z-index: 10;
  display: block;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: transparent;
  -webkit-transition: all 3000ms ease;
  transition: all 3000ms ease;
}

.searchfield.subs-search {
  margin-top: 100px;
  padding-top: 0px;
}

.searchfield.subs-search.sub-search {
  margin-bottom: 50px;
}

.searchbox {
  z-index: 15;
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 93%, 0);
  -webkit-transition: all 4000ms ease;
  transition: all 4000ms ease;
}

.magnifying-glass {
  position: absolute;
  top: 0px;
  z-index: 9999;
  display: block;
  width: 9%;
  margin-top: 19px;
  margin-left: 34px;
  cursor: pointer;
}

.magnifying-glass.small {
  display: block;
  width: 9%;
}

.tabcontainer {
  padding-bottom: 0%;
  background-color: transparent;
}

.tabs-tabs {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.tabs-tabs.sub-tabs {
  margin-top: 0px;
}

.contact-row {
  margin-top: 20px;
  padding-top: 30px;
}

.contact-row.icons-for-contact {
  margin-top: 0px;
  padding-top: 20px;
}

.icons-got-easier {
  display: block;
  width: 75px;
  margin-top: 16%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.icons-got-easier.waiter-icon {
  width: 110px;
  margin-top: 10%;
  margin-left: 70px;
}

.icons-got-easier.waiter-icon.waitertwo {
  margin-top: 0%;
  margin-bottom: -3%;
  margin-left: auto;
}

.icons-got-easier.locky {
  margin-top: 10%;
  margin-bottom: 10%;
}

.icons-got-easier.surpa {
  margin-top: 10%;
  padding-bottom: 10%;
}

.icons-got-easier.calc {
  display: block;
  margin-right: 30px;
  margin-left: 69px;
}

._4-things {
  position: static;
  height: 180px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px 1px 2px 2px;
  border-color: #000;
  background-color: hsla(0, 0%, 100%, .55);
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  cursor: pointer;
}

._4-things:hover {
  background-color: #222;
}

._4-things.services {
  height: 250px;
  background-color: #222;
  color: #111;
}

._4-things.services:hover {
  background-color: #444;
}

._4-things.services._3-guides-services {
  height: auto;
}

._4-things._3things {
  position: relative;
  left: 10px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 160px;
  margin-top: -85px;
  padding-right: 0px;
  padding-left: 0px;
}

._4-things._3things.no-chances {
  height: 200px;
}

._4-things._3things.no-chances.longer {
  height: 230px;
}

._4-things.nohover {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

._4-things.nohover:hover {
  background-color: rgba(255, 180, 41, .47);
}

._4-things-head {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  text-align: center;
}

._4-things-head.long {
  font-size: 22px;
}

._4-things-head.long.subby {
  height: 54px;
  margin-top: 12px;
  margin-bottom: -5px;
  line-height: 19px;
}

._4-things-head.piggy {
  margin-top: 15px;
  font-weight: 700;
}

._4-things-head.piggy.subby {
  margin-top: -5px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

._4-things-head.piggy.noted {
  margin-top: 40px;
  line-height: 34px;
  text-transform: uppercase;
}

._4-things-head.piggy.noted.bigger-title {
  margin-top: 55px;
  font-size: 38px;
  line-height: 65px;
}

._4-things-head.guests {
  margin-top: -10px;
}

._4-things-head.guests.notad {
  margin-top: 40px;
  line-height: 34px;
  text-transform: uppercase;
}

._4-things-head.guests.notad.bigger-title {
  margin-top: 55px;
  font-size: 38px;
  line-height: 65px;
}

._4-things-head.guests.subby {
  margin-top: -5px;
  font-size: 19px;
  text-transform: uppercase;
}

._4-things-head.subby {
  margin-top: -5px;
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase;
}

._4-things-head.noted {
  margin-top: 40px;
  line-height: 34px;
  text-transform: uppercase;
}

._4-things-para {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 150px;
  margin: 30px auto 500px;
  background-color: rgba(34, 34, 34, 0);
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

._4-things-para:hover {
  margin-bottom: 500px;
  background-color: #222;
}

._4-things-para.tightenup {
  display: none;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

._4-things-para.overnight-btn-text {
  height: 90px;
  margin-top: 70px;
}

._4-things-link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: center;
  text-decoration: none;
}

._4-things-link-block.night-time {
  height: auto;
  line-height: 19px;
}

._4-things-link-block.adjust-oc {
  margin-top: -20px;
}

._4-things-para-2 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 150px;
  margin-top: 30px;
  margin-bottom: 500px;
  margin-left: 0px;
  background-color: rgba(34, 34, 34, 0);
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

._4-things-para-2:hover {
  margin-bottom: 500px;
  background-color: #222;
}

._4-things-para-2.overnight-btn-text {
  height: 130px;
  margin-top: 60px;
}

._4-things-para-3 {
  position: static;
  left: 0px;
  display: block;
  width: 100%;
  height: 150px;
  margin: 30px auto 500px 0px;
  background-color: rgba(34, 34, 34, 0);
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

._4-things-para-3:hover {
  margin-bottom: 500px;
  background-color: #222;
}

._4-things-para-3.overnight-btn-text {
  height: 120px;
  margin-top: 50px;
}

._4-things-para-4 {
  position: static;
  left: 0px;
  display: block;
  width: auto;
  height: 150px;
  margin: 30px 10px 500px;
  background-color: rgba(34, 34, 34, 0);
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: center;
}

._4-things-para-4:hover {
  background-color: #222;
}

._4-things-para-4.overnight-btn-text {
  height: 130px;
  margin-top: 50px;
}

.tabs-content {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.sub-hero {
  height: 700px;
  margin-top: 50px;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/camera.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/camera.jpg');
  background-position: 0px 0px, 50% 63%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-hero.gues-service {
  height: 700px;
  margin-top: 50px;
}

.sub-hero.gues-service.careers {
  height: 700px;
  margin-top: 0px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/GVZPI1H2OQ-minBW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/GVZPI1H2OQ-minBW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sub-hero.gues-service.pillowsbg {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/turndown-service-cookies-pillows-BW-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .67), rgba(0, 0, 0, .67)), url('../images/turndown-service-cookies-pillows-BW-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sub-hero.about {
  height: 700px;
  margin-top: 50px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/hotel-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, .71)), url('../images/hotel-BW.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.sub-hero.zero-ds {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nightcity-BLDG-1-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/nightcity-BLDG-1-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sub-hero.consuting {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Y01VDYAX63-1-minBW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Y01VDYAX63-1-minBW.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sub-head {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 36px;
  text-align: center;
}

.sub-head.video-text {
  padding-top: 5%;
}

.sub-head.video-text.about-head.peace-low {
  margin-top: 50px;
}

.sub-head.longaf {
  font-size: 38px;
  line-height: 30px;
}

.sub-head.about-head {
  padding-top: 9%;
}

.sub-head.toolong {
  display: block;
  width: 100%;
  margin-top: 100px;
  padding-top: 3%;
  font-size: 32px;
  text-align: left;
}

.sub-head.toolong.closer {
  margin-bottom: 0px;
}

.sub-head.left-just {
  display: block;
  width: 100%;
  padding-top: 3%;
  font-size: 32px;
  text-align: left;
}

.sub-head.left-just.closer {
  margin-bottom: 0px;
}

.sub-head.justify-header {
  width: 100%;
  text-align: left;
}

.sub-head.lefty {
  width: 150%;
  margin-left: -20%;
  font-size: 40px;
  text-align: left;
}

.sub-head.lefty.weirdo {
  margin-left: -30%;
}

.sub-head.stahp {
  margin-top: 50px;
}

.sub-head.peace-peace {
  width: 75%;
  text-align: left;
  text-transform: uppercase;
}

.sub-head.peace-sub {
  width: 100%;
  padding-top: 0%;
  font-size: 26px;
  text-align: left;
}

.sub-head.career-head {
  font-size: 37px;
  text-align: left;
}

.powerphrase {
  font-size: 24px;
  font-style: italic;
}

.contact-fields {
  display: inline-block;
  margin-right: auto;
  margin-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.contact-fields.address {
  margin-top: 25px;
  font-size: 16px;
  line-height: 25px;
}

.author {
  display: inline-block;
  margin-left: 0%;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}

.services-para {
  margin: 20px 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.services-row {
  display: block;
  width: 100%;
  margin: 50px 0px;
}

.sub-video-bg {
  height: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.sub-video-bg.smallervbg {
  height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32));
}

.contact-icons {
  width: 35px;
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
}

.contact-icons.map-icon {
  margin-top: -47px;
}

.contact-links {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.tech-row {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/WBCW2XFGD2-minBW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/WBCW2XFGD2-minBW.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.faq-contain {
  margin-top: 100px;
}

.non-bold {
  font-style: normal;
  font-weight: 700;
}

.invisible {
  color: transparent;
}

.camera-surv {
  margin-right: 15px;
  margin-left: 15px;
}

.smaller-hero-txt {
  font-size: 25px;
  line-height: 20px;
}

.smaller-hero-txt.bring-line-up {
  font-size: 26px;
  line-height: 24px;
}

.cookie-row {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.city-row {
  height: 600px;
}

.reduce-the-reduce {
  font-size: 16px;
}

.bullet {
  color: #ffcb6b;
  font-size: 22px;
  font-style: italic;
}

.center-col {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 80px;
}

.center-col-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
}

.center-col-3 {
  padding-left: 40px;
}

.row-for-sub-tabs {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
}

.zero-d-right {
  display: block;
  width: 100%;
  text-align: right;
}

.career-row {
  height: 600px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/GVZPI1H2OQ-minBW.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-image: url('../images/GVZPI1H2OQ-minBW.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.row-home-modules {
  padding-bottom: 0px;
}

.the-difference-row {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/Immeuble_du_Crédit_Lyonnais_siège-BW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .68)), url('../images/Immeuble_du_Crédit_Lyonnais_siège-BW.jpg');
  background-position: 0px 0px, 45% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.cookie-section {
  height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Pillows-BW-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Pillows-BW-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-text {
  font-family: Montserrat, sans-serif;
  line-height: 37px;
}

.xero-section {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/street-headlight-blur-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/street-headlight-blur-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hack {
  color: hsla(0, 0%, 100%, 0);
}

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

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

html.w-mod-js *[data-ix="contact-section"] {
  display: none;
  opacity: 0;
  height: 0px;
}

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

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

html.w-mod-js *[data-ix="nav-slide-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -43px);
  -ms-transform: translate(0px, -43px);
  transform: translate(0px, -43px);
}

html.w-mod-js *[data-ix="nav-slide-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -43px);
  -ms-transform: translate(0px, -43px);
  transform: translate(0px, -43px);
}

html.w-mod-js *[data-ix="hero-section-slide-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

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

html.w-mod-js *[data-ix="slide-paragraph"] {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 100px, 2px);
  transform: translate3d(-100px, 100px, 2px);
}

html.w-mod-js *[data-ix="hero-section-slide-in-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

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

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

html.w-mod-js *[data-ix="shrink-nav"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media (max-width: 991px) {
  .hero-section {
    background-image: url('../images/nightcity-BLDG-1-min.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .sections {
    display: none;
  }
  .tabs-menu {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .message-button {
    width: 60%;
  }
  .tabstyles {
    width: 20%;
    padding-bottom: 40px;
  }
  .tabstyles.w--current {
    width: 20%;
    padding-bottom: 40px;
  }
  .tabs-section {
    display: none;
  }
  .tab-title {
    font-size: 18px;
    text-align: left;
  }
  .tab-title.longer-mobile {
    font-size: 11px;
  }
  .contact-row.icons-for-contact {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .tabs-content {
    margin-top: 45px;
  }
  .contact-icons {
    display: none;
  }
  .contact-icons.map-icon {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    margin-left: 20px;
  }
  .sections {
    height: auto;
    padding-bottom: 80px;
  }
  .tabs-menu {
    display: none;
  }
  .text-fields {
    width: 90%;
  }
  .message-button {
    width: 90%;
  }
  .navmenu {
    background-color: rgba(0, 0, 0, .8);
  }
  .menu-btn {
    background-color: transparent;
    color: #fff;
  }
  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
  }
  .got-easier-copy {
    padding-bottom: 0px;
  }
  .logo_hover {
    margin-top: 0px;
  }
  .tabstyles {
    margin-right: 0px;
    text-align: left;
  }
  .tab-title {
    font-size: 12px;
  }
  .peaceofmind {
    display: none;
  }
  .contact-row {
    position: relative;
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-row.icons-for-contact {
    margin-left: auto;
    text-align: left;
  }
  ._4-things {
    height: 300px;
  }
  .contact-icons {
    display: inline-block;
  }
  .contact-icons.map-icon {
    display: inline-block;
  }
  .center-col {
    padding-right: 50px;
    padding-left: 50px;
  }
  .center-col-2 {
    padding-left: 50px;
  }
  .center-col-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
  }
}

@media (max-width: 479px) {
  .tabs-menu {
    display: none;
  }
  .peaceofmind {
    display: none;
  }
  .topofpage.home {
    display: none;
  }
  .top-of-page.home {
    display: none;
  }
  .center-col {
    padding-left: 10px;
  }
  .center-col-2 {
    padding-left: 10px;
  }
  .center-col-3 {
    padding-left: 10px;
  }
}
