/* Main jade color */
.greengrad_bg {
  background: #0a7b72;
  background: -webkit-linear-gradient(top, #0a7b72 0%, #119f89 100%);
  background: linear-gradient(to bottom, #0a7b72 0%, #119f89 100%);
  margin: 0;
  padding: 0; }

.midnight_bg {
  background: #154d6f;
  background: -webkit-linear-gradient(315deg, #154d6f 0%, #113c57 40%, #1d3747 100%);
  background: linear-gradient(135deg, #154d6f 0%, #113c57 40%, #1d3747 100%); }

.fade_bg {
  background: -webkit-linear-gradient(top, #154d6f 0%, rgba(17, 60, 87, 0.4) 50%, rgba(29, 55, 71, 0) 100%);
  background: linear-gradient(to bottom, #154d6f 0%, rgba(17, 60, 87, 0.4) 50%, rgba(29, 55, 71, 0) 100%); }

.jade_grad_bg {
  background: #55C0AE;
  background: -webkit-linear-gradient(315deg, #55C0AE 0%, #30A995 40%, #0a7b72 100%);
  background: linear-gradient(135deg, #55C0AE 0%, #30A995 40%, #0a7b72 100%); }

.jade_grad_bg_vert_rev {
  background: #55C0AE;
  background: -webkit-linear-gradient(top, #55C0AE 0%, #30A995 40%, #0a7b72 100%);
  background: linear-gradient(to bottom, #55C0AE 0%, #30A995 40%, #0a7b72 100%); }

.jade_grad_bg_vert {
  background: #0a7b72;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #0a7b72 0%, #30A995 60%, #55C0AE 100%);
  background: linear-gradient(to bottom, #0a7b72 0%, #30A995 60%, #55C0AE 100%); }

.white {
  color: #FFFFFF; }

.jade {
  color: #119f89; }

.jade_bg {
  background-color: #119f89; }

.jade_bg_80 {
  background-color: rgba(17, 159, 137, 0.8); }

.jade_bg_10 {
  background-color: rgba(17, 159, 137, 0.1); }

.dark {
  color: #11181c; }

.teal {
  color: #0a7b72;
  color: #0a7b72; }

.teal_bg {
  background-color: #0a7b72;
  background-color: #0a7b72; }

/* As hex codes */
.color-jade-0 {
  color: #119F87; }

/* Main jade color */
.color-jade-1 {
  color: #55C0AE; }

.color-jade-2 {
  color: #30A995; }

.color-jade-3 {
  color: #02836D; }

.color-jade-4 {
  color: #006756; }

.color-orange-0 {
  color: #ff5e79; }

.steel {
  color: #1d3c50; }

.steel_bg {
  background-color: #1d3c50; }

.steel_bg_10 {
  background-color: rgba(29, 60, 80, 0.1); }

.steel_bg_80 {
  background-color: rgba(29, 60, 80, 0.8); }

.dark_bg {
  background-color: #11181c; }

.dark_bg_10 {
  background-color: rgba(17, 24, 28, 0.1); }

a,
a:link,
a:visited {
  color: #FFFFFF; }

footer {
  padding: 30px 0 20px 0;
  background-color: #1F3E58;
  color: #FFFFFF;
  color: rgba(255, 255, 255, 0.8); }
  footer h1 {
    font-size: 21px; }
  footer h2 {
    font-size: 16px; }
  footer p, footer .top-bar h1, .top-bar footer h1 {
    font-size: 12px; }

.micm {
  background-color: #005daa;
  color: #FFFFFF;
  padding: 30px 0;
  position: relative;
  min-height: 90px; }
  .micm h1 {
    font-size: 21px;
    margin: 0;
    line-height: 1.6em; }
  .micm h2 {
    font-size: 16px;
    margin: 0;
    line-height: 1.4em; }
  .micm p, .micm .top-bar h1, .top-bar .micm h1 {
    font-size: 12px;
    padding-top: 1em; }

ul.lead,
address.lead {
  font-size: 16px;
  line-height: 1.6em; }

div.leftglyph {
  padding-left: 48px;
  padding-bottom: 16px;
  position: relative; }
  div.leftglyph span.glyphicons {
    left: 0px;
    top: 0;
    position: absolute;
    font-size: 32px; }

.times {
  font-size: 16px; }
  .times strong {
    min-width: 110px;
    display: inline-block;
    font-weight: 200; }
  .times p.lead, .times .top-bar h1.lead, .top-bar .times h1.lead {
    padding-bottom: 0;
    margin-bottom: 0; }

#top_section {
  position: relative;
  height: auto;
  overflow: hidden; }

.clearit {
  clear: left; }

@-webkit-keyframes point {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); } }

@keyframes point {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); } }
.underline {
  color: #ff5e79;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  padding-left: 56px; }
  .underline span.glyphicons {
    position: absolute;
    display: block;
    color: rgba(255, 94, 121, 0.6);
    font-size: 38px;
    left: 0px;
    top: -6px;
    -webkit-animation: point 2s infinite;
            animation: point 2s infinite;
    min-width: 50px;
    overflow: visible; }
  .underline strong {
    border-bottom: 2px solid #ff5e79;
    font-weight: 400; }

/* end junk */
.right_form {
  padding-top: 0;
  margin-top: 0px;
  margin-bottom: 30px;
  border: 1px solid #113c57;
  border-radius: 1px;
  overflow: hidden;
  min-height: 340px;
  -webkit-transition: height 10ms,  min-height 10ms;
          transition: height 10ms,  min-height 10ms;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  @media (min-width: 992px) {
    .right_form {
      margin-top: 60px; } }
  @media (max-width: 415px) {
    .right_form {
      width: 100%;
      margin: 0px -0 60px;
      padding: 0px; } }

@media (max-width: 415px) {
  .no-pad {
    padding: 0px !important; } }
@media (max-width: 991px) {
  .affix {
    position: relative;
    top: 0px !important; } }
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .affix {
    position: relative;
    top: 0px !important; } }
@media (min-width: 992px) {
  aside {
    min-height: 500px;
    width: 310px;
    position: absolute;
    margin-top: 0px;
    z-index: 99;
    overflow: hidden; }

  .affix {
    position: fixed;
    top: 0px; } }
.right_form h1 {
  text-shadow: 0 -1px 1px rgba(17, 60, 87, 0.6); }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-weight: 400; }

h1,
h2 {
  font-weight: 200; }

small {
  color: inherit !important; }

small.dollar {
  color: #ffffff;
  vertical-align: central; }

.navbar-absolute-top {
  position: absolute; }

.navbar-default {
  border-color: transparent;
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-weight: 300;
  -webkit-transition: background-color ease-out 600ms;
          transition: background-color ease-out 600ms;
  z-index: 2;
  border: none;
  background-color: #119f87;
  height: 60px;
  margin: 0;
  border-radius: 0; }
  .navbar-default .container {
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border: none;
    padding: 0 40px;
    margin-top: 5px
    /* transition: max-width ease-out 600ms, padding ease-out 300ms ;*/ }

.navbar-default.affix {
  background-color: rgba(20, 33, 43, 0.9);
  top: 0px;
  position: fixed; }
  .navbar-default.affix .container {
    max-width: 100%;
    padding: 10px 40px;
    border-bottom: none; }

.navbar-default .navbar-brand {
  color: #ffffff;
  background-image: url("../images/SBGRAND_logo_final_light-mono.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  min-width: 170px;
  height: 40px;
  margin-top: 3px; }

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #ffffff;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #ffffff; }

.navbar-default .navbar-nav > li > a {
  color: #ffffff; }

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  text-decoration: none; }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-nav > .link > a,
.navbar-default .navbar-nav > .link > a:focus,
.navbar-default .navbar-nav > .link > a:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 0px;
  height: 26px;
  margin: 12px 0;
  line-height: 26px;
  padding: 0 20px 4px;
  font-size: 14px; }

.navbar-default .navbar-nav > .link > a:focus,
.navbar-default .navbar-nav > .link > a:hover {
  background-color: #ffffff;
  color: #1D2635;
  text-decoration: none; }

.navbar-default .navbar-nav > .pill > a,
.navbar-default .navbar-nav > .pill > a:focus,
.navbar-default .navbar-nav > .pill > a:hover {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  height: 30px;
  margin: 10px 20px 0 30px;
  line-height: 28px;
  padding: 0 30px;
  text-transform: uppercase; }

.navbar-default .navbar-nav > .pill > a:focus,
.navbar-default .navbar-nav > .pill > a:hover {
  background-color: #ffffff;
  background: #ffffff;
  color: #1D2635;
  text-decoration: none; }

/* orange pill */
.navbar-default .navbar-nav > .orangepill > a,
.navbar-default .navbar-nav > .orangepill > a:focus,
.navbar-default .navbar-nav > .orangepill > a:hover {
  color: #FFFFFF;
  background-color: #ff5e79;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$_cta+0,ff9248+11,fb751b+49 */
  background: #ff5e79;
  background: -webkit-linear-gradient(top, #ff5e79 0%, #ff5e79 11%, #ff5e79 49%);
  background: linear-gradient(to bottom, #ff5e79 0%, #ff5e79 11%, #ff5e79 49%);
  border: 1px solid #ff5e79; }

.navbar-default .navbar-nav > .orangepill > a:focus,
.navbar-default .navbar-nav > .orangepill > a:hover {
  background-color: #ffffff;
  background: #ffffff;
  border-color: #FFFFFF;
  color: #ff5e79;
  text-decoration: none; }

.cta-button,
#theform .btn.cta-button {
  color: #FFFFFF;
  background-color: #ff5e79;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$_cta+0,ff9248+11,fb751b+49 */
  background: -webkit-linear-gradient(top, #ff5e79 0%, #ff5e79 11%, #ff5e79 49%);
  background: linear-gradient(to bottom, #ff5e79 0%, #ff5e79 11%, #ff5e79 49%);
  border: 1px solid #ff5e79;
  border-radius: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }

.cta-button:hover,
#theform .btn.cta-button:hover {
  background-color: #ffffff;
  background: #ffffff;
  border-color: #FFFFFF;
  color: #ff5e79;
  text-decoration: none; }

.cta-button span.glyphicons {
  font-size: 16px;
  margin-top: 5px; }

@-webkit-keyframes move {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate(-3%, 0);
            transform: translate(-3%, 0);
    -webkit-transform: translate3d(-3%, 0, 0);
            transform: translate3d(-3%, 0, 0); } }

@keyframes move {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate(-3%, 0);
            transform: translate(-3%, 0);
    -webkit-transform: translate3d(-3%, 0, 0);
            transform: translate3d(-3%, 0, 0); } }
.hero-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 0px; }
  .hero-container .hero, .hero-container .hero .slide {
    height: 440px; }
    @media (min-width: 480px) {
      .hero-container .hero, .hero-container .hero .slide {
        height: 560px; } }
    @media (min-width: 1200px) {
      .hero-container .hero, .hero-container .hero .slide {
        height: 660px; } }
    .hero-container .hero .slide {
      width: 100%;
      overflow: hidden;
      background-size: cover;
      position: relative;
      background-attachment: scroll;
      background-position: center center;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
      @media (min-width: 920px) {
        .hero-container .hero .slide {
          background-size: cover; } }
      .hero-container .hero .slide img {
        width: 100%; }
    .hero-container .hero .motion {
      top: 0;
      width: 106%;
      -webkit-animation: move 8s ease infinite;
              animation: move 8s ease infinite; }

.post-paralax {
  position: relative;
  z-index: 3;
  background-color: #ffffff; }

@media (min-width: 920px) {
  .heading {
    padding: 30px 40px;
    text-shadow: 0 -1px 0px rgba(10, 123, 114, 0.6);
    text-align: center
    /* &:after {
      content: '';
      position: absolute;
      display: block;
      margin: 10px 25%;
      width: 20%;
      height: 1px;
      border-bottom: 1px solid #fff;
      opacity: 0.3;
    }*/ }

  .heading h4 {
    font-size: 18px; }

  section {
    margin-top: 40px;
    padding-bottom: 40px; } }
#snapshot_row {
  min-height: 120px; }
  #snapshot_row .heading {
    padding: 20px 0; }
    @media (min-width: 768px) {
      #snapshot_row .heading {
        padding: 20px 40px 0; } }
    #snapshot_row .heading h1 {
      font-size: 32px;
      margin: 0em 0 20px 0;
      text-transform: none;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      display: inline-block; }
      #snapshot_row .heading h1 span.glyphicons {
        opacity: 0.4;
        padding: 0 0.3em 0 0.1em; }
      #snapshot_row .heading h1 strong {
        font-size: 44px;
        font-weight: 700;
        padding: 0 0.16em 0 0.04em; }
    #snapshot_row .heading h2 {
      font-size: 21px;
      margin-bottom: 0.3em;
      margin-top: 0em;
      font-weight: 400;
      line-height: 1.4em;
      display: inline-block; }
      #snapshot_row .heading h2 strong {
        font-weight: 700; }

.midbox {
  background-color: #55C0AE;
  z-index: 10;
  padding-top: 0px;
  border: 1px solid rgba(244, 244, 244, 0.1);
  border-radius: 1px; }
  @media (min-width: 768px) {
    .midbox {
      min-height: 140px;
      margin-top: -10px;
      padding-top: 10px; } }

.imagebox {
  background-image: url(../images/stock/iStock_000049441814_XXXLarge-copy.jpg);
  background-size: auto 100%;
  background-position: top right; }

.heroslides_controlls {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 160px;
  z-index: 900; }
  @media (min-width: 992px) {
    .heroslides_controlls {
      bottom: 50px;
      right: 50px; } }

.heroslides_controlls > span {
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 10px 0 0;
  background-color: #314152;
  opacity: 0.8;
  cursor: pointer;
  float: right; }
  @media (min-width: 992px) {
    .heroslides_controlls > span {
      height: 60px;
      width: 60px; } }
  .heroslides_controlls > span span {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    width: 60px; }
    @media (min-width: 992px) {
      .heroslides_controlls > span span {
        height: 60px;
        width: 60px;
        font-size: 20px;
        line-height: 60px; } }
  .heroslides_controlls > span#heroslides_prev {
    visibility: hidden; }
    @media (min-width: 992px) {
      .heroslides_controlls > span#heroslides_prev {
        visibility: visible; } }

.heroslides_controlls span:hover {
  opacity: 1;
  background-color: #314152; }

.sm_heroslides_controlls {
  bottom: 10px;
  top: auto;
  right: 10px;
  width: 30px; }

.sm_heroslides_controlls span {
  height: 30px;
  width: 30px;
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 30px; }

.location {
  margin-top: 0;
  padding: 0;
  min-height: 401px; }

/* MAP */
#touchmap {
  position: absolute;
  overflow: hidden;
  height: 401px;
  margin-top: -401px;
  z-index: 999;
  background-color: rgba(220, 31, 51, 0.7);
  color: #FFFFFF; }

#touchmap a {
  color: #FFFFFF;
  width: 95%;
  height: 440px;
  line-height: 3em;
  text-align: center;
  display: block;
  font-size: 1.3em;
  text-shadow: 0 1px 1px rgba(220, 31, 51, 0.9);
  text-decoration: none; }

.googlemap {
  width: 100%;
  min-height: 401px; }

.googlemapfix {
  box-sizing: content-box; }

@media (min-width: 768px) {
  .no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    overflow: hidden; }

  #touchmap {
    display: none; } }
.progress-bar-danger {
  background-color: #ff5e79; }

.progress-bar-danger.jade {
  background-color: #119f89; }

body div section {
  border-color: red; }

body div section h1 {
  border-bottom: 2px; }

body div section h1 a {
  color: blue; }

fieldset {
  border: none; }

#theform a.prev {
  float: left;
  padding-left: 0;
  margin-left: -10px;
  background: none;
  border: none; }

.next {
  float: right; }

label.booked_out {
  background: #56717f !important;
  border-color: #56717f !important;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.2) !important;
  margin: 0 1% 14px 1% !important;
  text-decoration: line-through;
  opacity: 0.5; }

label.booked_out span {
  text-decoration: none; }

label.booked_out:hover {
  background: #56717f !important;
  border-color: #56717f !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  margin: 0 1% 14px 1% !important; }

label.booked_out span.isbooked {
  float: right;
  margin-right: 1em;
  font-size: 12px; }

/* Monica */
label.booked_out_day span {
  text-decoration: none; }

label.booked_out_day {
  background: #56717f !important;
  border-color: #56717f !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  margin: 0 1% 14px 1% !important; }

label.booked_out_day:hover {
  background: #56717f !important;
  border-color: #56717f !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) !important;
  margin: 0 1% 14px 1% !important; }

#theform input[type=radio] + label.second,
#theform input[type=checkbox] + label.second {
  background-color: #1163AF;
  background-color: #5b9ce0;
  border: 1px solid rgba(244, 244, 244, 0.1);
  -webkit-transition: background 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
          transition: background 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
  background: -webkit-linear-gradient(left, #5b9ce0 -10%, #5b9ce0 50%, #83ae51 50%, #83ae51 110%);
  background: linear-gradient(to right, #5b9ce0 -10%, #5b9ce0 50%, #83ae51 50%, #83ae51 110%);
  background-repeat: repeat;
  background-size: 210% 100%;
  background-position: 1% 0%; }

#steps {
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px; }

#steps li {
  font-size: 24px;
  float: left;
  padding: 10px;
  color: #b0b1b3; }

#steps li span {
  font-size: 11px;
  display: block; }

#steps li.current {
  color: #000; }

#makeWizard {
  background-color: #b0232a;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 18px; }

#makeWizard:hover {
  background-color: #000; }

.sub {
  position: absolute;
  right: 15px;
  margin-top: -50px;
  z-index: 9999; }

.error_msg {
  color: #DE5358;
  display: inline;
  position: absolute;
  font-weight: normal;
  font-size: 12px; }

.wrapper {
  width: 100%;
  margin: 0 auto; }

.border {
  border: 1px solid white;
  width: 310px; }

.title {
  color: white; }

#message,
#enq_message {
  display: none;
  margin-top: 0;
  width: 100%;
  position: relative;
  overflow: hidden; }

#message #checkmark {
  margin-left: 170px; }

#close {
  position: absolute;
  right: -8px;
  top: -10px; }

.hide {
  display: none; }

.formcontainer {
  position: relative;
  height: auto;
  overflow: hidden;
  border: 1px solid red; }

.step {
  display: block;
  position: relative;
  overflow: visible;
  left: auto;
  top: 0; }

.hidden {
  opacity: 1;
  z-index: 0;
  position: absolute; }

.visible {
  opacity: 1;
  z-index: 10;
  left: auto;
  right: 0; }

.next1.slidein {
  -webkit-animation: next-move-in 800ms ease;
          animation: next-move-in 800ms ease; }

.next1.slideout {
  -webkit-animation: next-move-out 860ms ease;
          animation: next-move-out 860ms ease; }

@-webkit-keyframes next-move-out {
  from {
    top: 0;
    left: 0;
    opacity: 1; }
  to {
    top: 0;
    left: -500px;
    opacity: 0; } }

@keyframes next-move-out {
  from {
    top: 0;
    left: 0;
    opacity: 1; }
  to {
    top: 0;
    left: -500px;
    opacity: 0; } }
@-webkit-keyframes next-move-in {
  from {
    top: 0;
    left: 500px;
    opacity: 0; }
  to {
    top: 0;
    left: 0;
    opacity: 1; } }
@keyframes next-move-in {
  from {
    top: 0;
    left: 500px;
    opacity: 0; }
  to {
    top: 0;
    left: 0;
    opacity: 1; } }
.prev1.slidein {
  -webkit-animation: prev-move-in 800ms ease;
          animation: prev-move-in 800ms ease; }

.prev1.slideout {
  -webkit-animation: prev-move-out 860ms ease;
          animation: prev-move-out 860ms ease; }

@-webkit-keyframes prev-move-out {
  from {
    top: 0;
    left: 0;
    opacity: 1; }
  to {
    top: 0;
    left: 500px;
    opacity: 0; } }

@keyframes prev-move-out {
  from {
    top: 0;
    left: 0;
    opacity: 1; }
  to {
    top: 0;
    left: 500px;
    opacity: 0; } }
@-webkit-keyframes prev-move-in {
  from {
    top: 0;
    left: -500px;
    opacity: 0; }
  to {
    top: 0;
    left: 0;
    opacity: 1; } }
@keyframes prev-move-in {
  from {
    top: 0;
    left: -500px;
    opacity: 0; }
  to {
    top: 0;
    left: 0;
    opacity: 1; } }
#theform {
  text-align: left;
  z-index: 3; }

#theform fieldset {
  margin-top: -1em; }

#theform h1 {
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-size: 26px;
  font-weight: 300; }

#theform h2 {
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.6em; }

#theform h3 {
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  margin-top: -1em;
  margin-bottom: 2em;
  line-height: 1.3em; }

#theform h3 span {
  font-weight: bold; }

#theform h4 {
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  margin: 1.2em 0; }

#theform p, #theform .top-bar h1, .top-bar #theform h1 {
  /*display: block;*/
  position: relative
  /*overflow: hidden;*/ }

#theform .form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 1em; }

.progress {
  height: 4px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #EEEEEE;
  border-radius: 4px;
  box-shadow: none; }

#progressbar {
  width: 0%; }

#progressbar.pro0 {
  width: 0%; }

#progressbar.pro25 {
  width: 25%; }

#progressbar.pro33 {
  width: 33%; }

#progressbar.pro50 {
  width: 50%; }

#progressbar.pro66 {
  width: 66%; }

#progressbar.pro75 {
  width: 75%; }

#progressbar.pro99 {
  width: 99%; }

#progressbar.pro100 {
  width: 100%; }

#theform input,
#theform select {
  font-size: 14px !important;
  line-height: 38px;
  padding: 0 1em; }

#theform .badge {
  margin-top: -0px; }

#theform .btn {
  font-size: 14px;
  border-radius: 0;
  height: 38px;
  line-height: 24px;
  padding: 6px 1em;
  text-align: center;
  border-width: 2px; }

.form-btn {
  display: inline-block;
  float: left;
  border-radius: 1px;
  font-size: 18px;
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  line-height: 38px;
  color: #FFF;
  text-align: center;
  padding: 0 1em;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ff5e79;
  border: 1px solid rgba(244, 244, 244, 0.1);
  -webkit-transition: background 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
          transition: background 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
  background: -webkit-linear-gradient(left, #ff5e79 -10%, #ff5e79 50%, #55c0ae 50%, #55c0ae 110%);
  background: linear-gradient(to right, #ff5e79 -10%, #ff5e79 50%, #55c0ae 50%, #55c0ae 110%);
  background-repeat: repeat;
  background-size: 210% 100%;
  background-position: 1% 0%;
  box-shadow: 0px 1px 2px black;
  margin: -2px 0 20px 0;
  white-space: nowrap; }
  .form-btn:hover {
    box-shadow: 0px 4px 2px black;
    margin: -4px 0 22px 0;
    color: #ffffff;
    text-decoration: none; }
  .form-btn:active {
    outline: 0;
    color: #ffffff;
    box-shadow: 0px 1px 0px black;
    margin: 0px 0 18px -0; }
  .form-btn .glyphicons {
    line-height: 34px;
    margin-left: 0.4em; }

.form-btn.btn-disabled {
  background: #119f89;
  color: rgba(255, 255, 255, 0.3); }

#theform .btn-link .glyphicons {
  top: 6px;
  font-size: 0.9em;
  padding: 0 0.5em; }

#theform .btn-danger {
  border: 2px solid #df593e;
  background-color: rgba(223, 89, 62, 0.8); }

#theform .btn i.fa {
  margin-left: 0.8em;
  margin-right: -0.3em; }

#theform .btn i.fa-spinner {
  margin: 0;
  padding: 0; }

.form-control {
  height: 40px;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 8px 1em;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(255, 255, 255, 0.9);
  background-image: none;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(55, 55, 55, 0.2);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  background-color: #0a7b72;
  border: 1px solid transparent;
  border-bottom: 1px solid #0a7b72;
  border-radius: 0px; }

@media only screen and (max-width: 668px) {
  #theform input,
  #theform select {
    font-size: 16px !important; }

  #enquiry input,
  #enquiry select,
  #enquiry textarea {
    font-size: 16px !important; }

  #theform .radio {
    margin-bottom: 8px !important; } }
#theform .radio {
  display: block;
  position: static;
  overflow: visible;
  margin: 0;
  padding: 0; }

#theform .radio-50 {
  display: block;
  position: static;
  overflow: visible;
  width: 48%;
  float: left;
  margin: 0;
  padding: 0; }

#theform .radio-50:nth-child(odd) {
  margin-right: 4%; }

#theform .radio-33 {
  display: block;
  position: relative;
  width: 32%;
  float: left;
  overflow: hidden;
  margin: 0 2% 0 0;
  padding: 0; }

#theform .text-success {
  color: #119f89 !important; }

.progress-bar-success {
  background-color: #119f89; }

#theform div.radio-33:nth-child(4n),
#theform div.radio-33:nth-child(7n) {
  margin-right: 0%; }

#theform input[type=radio],
#theform input[type=checkbox] {
  display: block;
  margin-left: -2000px; }

#theform input[type=radio] + label,
#theform input[type=checkbox] + label {
  display: inline-block;
  width: 100%;
  float: left;
  border-radius: 1px;
  font-size: 18px;
  font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  line-height: 38px;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ff5e79;
  border: 1px solid rgba(244, 244, 244, 0.1);
  -webkit-transition: background 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
          transition: background 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
  background: -webkit-linear-gradient(left, #ff5e79 -10%, #ff5e79 50%, #55c0ae 50%, #55c0ae 110%);
  background: linear-gradient(to right, #ff5e79 -10%, #ff5e79 50%, #55c0ae 50%, #55c0ae 110%);
  background-repeat: repeat;
  background-size: 210% 100%;
  background-position: 1% 0%;
  box-shadow: 0px 1px 2px black;
  margin: -2px 0 20px 0;
  white-space: nowrap; }
  #theform input[type=radio] + label:hover,
  #theform input[type=checkbox] + label:hover {
    box-shadow: 0px 4px 2px black;
    margin: -4px 0 22px 0; }

#theform input[type=radio]:checked + label,
#theform input[type=checkbox]:checked + label {
  outline: 0;
  background-position: -92% 0%;
  color: #ffffff;
  box-shadow: 0px 1px 0px black;
  margin: 0px 0 18px -0; }

/* DARK BG SHADOWS - Y U NO SHADOW COLOUR */
.sidebar_fixed #theform input[type=radio] + label,
.sidebar_fixed #theform input[type=checkbox] + label,
body.sidebar_expand #theform input[type=radio] + label,
body.sidebar_expand #theform input[type=checkbox] + label {
  box-shadow: -4px 4px 0px rgba(0, 0, 0, 0.5); }

.sidebar_fixed #theform input[type=radio] + label:hover,
.sidebar_fixed #theform input[type=checkbox] + label:hover,
body.sidebar_expand #theform input[type=radio] + label:hover,
body.sidebar_expand #theform input[type=checkbox] + label:hover {
  box-shadow: -8px 8px 0px rgba(0, 0, 0, 0.5); }

.sidebar_fixed #theform input[type=radio]:checked + label,
.sidebar_fixed #theform input[type=checkbox]:checked + label,
body.sidebar_expand #theform input[type=radio]:checked + label,
body.sidebar_expand #theform input[type=checkbox]:checked + label {
  box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.5); }

#theform input[type=radio] + label span.glyphicons,
#theform input[type=checkbox] + label span.glyphicons {
  float: right;
  padding: 10px 1em;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  -webkit-font-smoothing: antialiased; }

#theform input[type=radio]:checked + label span.glyphicons,
#theform input[type=checkbox]:checked + label span.glyphicons {
  color: white; }

#theform .btn-link {
  font-weight: 400;
  color: #ffffff;
  border-radius: 0; }

.form_container {
  width: 96%;
  margin: 10px auto; }

a.next {
  display: none; }

a.next-doshow {
  display: block; }

p.error_msg, .top-bar h1.error_msg {
  background-color: #DE5358;
  display: block !important;
  position: absolute !important;
  color: white;
  z-index: 99999;
  margin-top: -10px;
  margin-right: -10px;
  padding: 0;
  right: 0;
  font-size: 11px; }

p.error_msg label, .top-bar h1.error_msg label {
  padding: 4px 10px 0; }

p.error_msg label::before, .top-bar h1.error_msg label::before {
  content: "";
  position: absolute;
  right: 10px;
  /* value = - border-top-width - border-bottom-width */
  top: -10px;
  /* controls horizontal position */
  border-width: 0 10px 10px 10px;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #DE5358 transparent;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  opacity: 1;
  z-index: 99999; }

.jelly {
  position: absolute;
  height: 10px;
  width: 10px;
  background: #119f89;
  top: 0; }

/*
.slide {
  &:after {
    content: '';
    position: absolute;
    color: $_white;
    background-color: $_dark;
    bottom: 10%;
    left: 10%;
    padding: 10px 12px;
    font-size: 14px;
  }
}
*/
.slide1 {
  background-image: url(../images/new/mob/SBG_elevation_twilightSen_1.jpg); }
  @media (min-width: 480px) {
    .slide1 {
      background-image: url(../images/new/SBG_elevation_twilightSen_1.jpg); } }

.slide2 {
  background-image: url(../images/new/mob/SBG_gym_1-HERO.jpg); }
  @media (min-width: 480px) {
    .slide2 {
      background-image: url(../images/new/SBG_gym_1-HERO.jpg); } }

.slide3 {
  background-image: url(../images/new/mob/SBG_Fac_pool_3.jpg); }
  @media (min-width: 480px) {
    .slide3 {
      background-image: url(../images/new/SBG_Fac_pool_3.jpg); } }

.slide4 {
  background-image: url(../images/new/mob/SBG_Fac_pool_6.jpg); }
  @media (min-width: 480px) {
    .slide4 {
      background-image: url(../images/new/SBG_Fac_pool_6.jpg); } }

.slide5 {
  background-image: url(../images/new/mob/SBG_foyer_18.jpg); }
  @media (min-width: 480px) {
    .slide5 {
      background-image: url(../images/new/SBG_foyer_18.jpg); } }

.slide6 {
  background-image: url(../images/new/mob/SBG_lobby_2a.jpg); }
  @media (min-width: 480px) {
    .slide6 {
      background-image: url(../images/new/SBG_lobby_2a.jpg); } }

.slide7 {
  background-image: url(../images/new/mob/grand_mbed_c_open.jpg); }
  @media (min-width: 480px) {
    .slide7 {
      background-image: url(../images/new/grand_mbed_c_open.jpg); } }

.slide8 {
  background-image: url(../images/new/mob/SBG-3701-bathroom-ensuite.jpg); }
  @media (min-width: 480px) {
    .slide8 {
      background-image: url(../images/new/SBG-3701-bathroom-ensuite.jpg); } }

.slide9 {
  background-image: url(../images/new/mob/SBG-3713-bedroom-bayview-sunny.jpg); }
  @media (min-width: 480px) {
    .slide9 {
      background-image: url(../images/new/SBG-3713-bedroom-bayview-sunny.jpg); } }

.slide10 {
  background-image: url(../images/new/mob/grand_study.jpg); }
  @media (min-width: 480px) {
    .slide10 {
      background-image: url(../images/new/grand_study.jpg); } }

.slide11 {
  background-image: url(../images/new/mob/grand_living_a.jpg); }
  @media (min-width: 480px) {
    .slide11 {
      background-image: url(../images/new/grand_living_a.jpg); } }

.slide12 {
  background-image: url(../images/new/mob/SBG-3701-master-bedroom-dusk.jpg); }
  @media (min-width: 480px) {
    .slide12 {
      background-image: url(../images/new/SBG-3701-master-bedroom-dusk.jpg); } }

.slide13 {
  background-image: url(../images/new/mob/grand_mbed_c_closed.jpg); }
  @media (min-width: 480px) {
    .slide13 {
      background-image: url(../images/new/grand_mbed_c_closed.jpg); } }

.slide14 {
  background-image: url(../images/new/mob/grand_living_b.jpg); }
  @media (min-width: 480px) {
    .slide14 {
      background-image: url(../images/new/grand_living_b.jpg); } }

.slide15 {
  background-image: url(../images/new/mob/SBG-3713-living-views-sunny.jpg); }
  @media (min-width: 480px) {
    .slide15 {
      background-image: url(../images/new/SBG-3713-living-views-sunny.jpg); } }

.slide16 {
  background-image: url(../images/new/mob/grand_living_d.jpg); }
  @media (min-width: 480px) {
    .slide16 {
      background-image: url(../images/new/grand_living_d.jpg); } }

.slide17 {
  background-image: url(../images/new/mob/SBG-3701-kitchen-1_no_prop.jpg); }
  @media (min-width: 480px) {
    .slide17 {
      background-image: url(../images/new/SBG-3701-kitchen-1_no_prop.jpg); } }

.slide18 {
  background-image: url(../images/new/mob/SBG-3701-living-2.jpg); }
  @media (min-width: 480px) {
    .slide18 {
      background-image: url(../images/new/SBG-3701-living-2.jpg); } }

.reset_inspect {
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 0;
  display: none;
  position: absolute; }
  .reset_inspect .glyphicons {
    top: 3px; }
  .reset_inspect:hover {
    color: #FFFFFF; }

.break_cont {
  position: relative;
  overflow: hidden; }

.break {
  width: 100%;
  height: auto;
  min-height: 220px;
  background-size: cover;
  background-position: center; }
  .break.lounge {
    background-image: url(../images/breaks/grand_living_d.jpg);
    position: absolute;
    width: 110%;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    opacity: 0.1; }
  .break img {
    width: 100%;
    min-width: 100%;
    height: auto; }

ul.verbose {
  list-style: none;
  position: relative;
  margin-top: 30px;
  overflow: hidden; }
  ul.verbose li {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-bottom: 18px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1200px) {
      ul.verbose li {
        min-height: 82px;
        margin-bottom: 24px; }
        ul.verbose li:nth-child(odd) {
          margin-right: 20px; }
        ul.verbose li:nth-child(even) {
          margin-right: -20px; } }
    ul.verbose li span {
      position: absolute;
      left: -36px;
      top: 6px;
      font-size: 20px;
      color: #119f89; }
    ul.verbose li h1 {
      font-size: 21px;
      font-weight: 200;
      line-height: 1.4em;
      padding: 0;
      margin: 0;
      color: #119f89; }
    ul.verbose li p, ul.verbose li .top-bar h1, .top-bar ul.verbose li h1 {
      font-size: 16px;
      line-height: 1.4em;
      padding: 0;
      margin: 0;
      display: block; }
      @media (min-width: 1200px) {
        ul.verbose li p, ul.verbose li .top-bar h1, .top-bar ul.verbose li h1 {
          width: 88%; } }

ul.verbose-single {
  list-style: none;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  padding: 0; }
  ul.verbose-single li {
    position: relative;
    display: block;
    margin-left: 0px;
    margin-right: 0;
    margin-bottom: 18px; }
    ul.verbose-single li span {
      position: absolute;
      left: -36px;
      top: 6px;
      font-size: 20px;
      color: #119f89;
      display: none; }
    ul.verbose-single li h1 {
      font-size: 24px;
      font-weight: 200;
      line-height: 1.4em;
      padding: 0;
      margin: 0;
      color: #119f89; }
    ul.verbose-single li p, ul.verbose-single li .top-bar h1, .top-bar ul.verbose-single li h1 {
      font-size: 18px;
      line-height: 1.4em;
      padding: 0;
      margin: 0;
      display: block; }
      @media (min-width: 1200px) {
        ul.verbose-single li p, ul.verbose-single li .top-bar h1, .top-bar ul.verbose-single li h1 {
          width: 88%; } }

ul.verbose.v-teal li span {
  color: #0a7b72;
  left: -40px;
  top: 2px;
  font-size: 26px; }
ul.verbose.v-teal h1 {
  color: #0a7b72; }

.container-pad {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 992px) {
    .container-pad {
      padding-top: 0px;
      padding-bottom: 0px; } }

.enquire-now {
  color: #FFFFFF;
  padding: 60px 0;
  text-align: center; }
  .enquire-now .container {
    max-width: 80%;
    margin: 0 auto; }
  .enquire-now h2 {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 0 0.8em;
    padding: 0;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .enquire-now h2 {
        margin-bottom: 0;
        text-align: right;
        line-height: 40px; } }
  .enquire-now .cta-button {
    font-weight: 400;
    border-radius: 0;
    border: 1px solid rgba(244, 244, 244, 0.1);
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    box-shadow: 0px 1px 2px black;
    margin-top: -2px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    min-width: 90%;
    background-color: #ff5e79;
    -webkit-transition: background 300ms linear, border-color 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out;
            transition: background 300ms linear, border-color 300ms linear, margin 100ms ease-in-out, box-shadow 100ms ease-in-out; }
    .enquire-now .cta-button:hover {
      box-shadow: 0px 4px 2px black;
      margin-top: -4px;
      margin-bottom: 2px;
      background-color: rgba(17, 24, 28, 0.2);
      border-color: #ff5e79; }
    @media (min-width: 768px) {
      .enquire-now .cta-button {
        margin-left: 0;
        min-width: auto; } }

@media (min-width: 992px) {
  .enquire-now {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #theform,
  aside,
  aside.affix,
  .affix-bottom,
  .affix-top {
    position: absolute !important;
    height: 100%;
    min-height: 600px; }

  .ipad-full {
    width: 100%; }
    .ipad-full .col-md-12, .ipad-full .col-md-6 {
      width: 50%; }

  .enquire-now {
    display: block; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ipad-full {
    width: 100%; }
    .ipad-full .col-md-12, .ipad-full .col-md-6 {
      width: 50%; }

  .enquire-now {
    display: block; } }
@-webkit-keyframes not-top-nav {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0); } }
@keyframes not-top-nav {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0); } }
@-webkit-keyframes is-top-nav {
  from {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes is-top-nav {
  from {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
.top-bar {
  position: relative;
  min-height: 80px;
  padding: 15px 0;
  z-index: 999;
  color: #FFFFFF;
  background: #154d6f;
  background: -webkit-linear-gradient(315deg, #154d6f 0%, #113c57 40%, #1d3747 100%);
  background: linear-gradient(135deg, #154d6f 0%, #113c57 40%, #1d3747 100%); }
  .top-bar p, .top-bar h1 {
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    font-size: 14px;
    font-family: "Raleway", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif; }
    @media (min-width: 768px) {
      .top-bar p, .top-bar h1 {
        text-align: right; } }
    .top-bar p strong, .top-bar h1 strong {
      font-size: 120%; }
    .top-bar p small, .top-bar h1 small {
      font-size: 80%; }
  .top-bar h1 {
    font-size: 21px; }
  .top-bar img {
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .top-bar img {
        max-width: 140px;
        margin-bottom: 0; } }

.top-bar span.store-hours {
  max-width: 340px;
  display: block;
  clear: both;
  background-color: #ff5e79;
  color: #FFFFFF;
  font-size: 12px;
  z-index: 9999;
  padding: 0.5em 1em;
  box-shadow: 3px 3px 0 rgba(17, 24, 28, 0.4);
  margin: 13px auto 0;
  text-align: center; }
  @media (min-width: 768px) {
    .top-bar span.store-hours {
      float: right !important;
      font-size: 14px; } }
  .top-bar span.store-hours p, .top-bar span.store-hours h1 {
    font-size: 16px;
    text-align: center;
    font-weight: 400; }
    .top-bar span.store-hours p small, .top-bar span.store-hours h1 small {
      font-size: 14px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.bonus-row {
  padding: 40px 0 0;
  background-color: #1d3c50; }
  .bonus-row p, .bonus-row .top-bar h1, .top-bar .bonus-row h1 {
    font-size: 18px;
    margin: 0 0 1em 0; }
    .bonus-row p:last-child, .bonus-row .top-bar h1:last-child, .top-bar .bonus-row h1:last-child {
      margin-bottom: 40px; }
    .bonus-row p strong, .bonus-row .top-bar h1 strong, .top-bar .bonus-row h1 strong {
      display: block;
      font-size: 14px;
      font-weight: 200;
      text-transform: uppercase;
      color: #ff5e79; }
  .bonus-row h1 {
    color: #ff5e79;
    margin: 0 0 20px 0; }

@media (min-width: 992px) {
  .top-bar {
    position: fixed;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(top, rgba(17, 60, 87, 0.9) 10%, rgba(17, 60, 87, 0.4) 50%, rgba(29, 55, 71, 0) 100%);
    background: linear-gradient(to bottom, rgba(17, 60, 87, 0.9) 10%, rgba(17, 60, 87, 0.4) 50%, rgba(29, 55, 71, 0) 100%); }
    .top-bar img {
      left: 0;
      margin: 0;
      padding: 0;
      -webkit-transition: max-width 400ms ease;
              transition: max-width 400ms ease;
      max-width: 180px; }
    .top-bar p, .top-bar h1,
    .top-bar h1 {
      -webkit-transition: font-size 400ms ease;
              transition: font-size 400ms ease; }
    .top-bar p, .top-bar h1 {
      font-size: 16px; }
    .top-bar h1 {
      font-size: 32px; }
    .top-bar.is-top {
      height: 300px; }
      .top-bar.is-top img {
        max-width: 240px; }
      .top-bar.is-top p, .top-bar.is-top h1 {
        font-size: 22px; }
      .top-bar.is-top h1 {
        font-size: 42px; }
    .top-bar.hide-it {
      -webkit-animation: not-top-nav 2s ease;
              animation: not-top-nav 2s ease;
      -webkit-transform: translate(0, -200px);
          -ms-transform: translate(0, -200px);
              transform: translate(0, -200px);
      -webkit-transform: translate3d(0, -200px, 0);
              transform: translate3d(0, -200px, 0); } }
.video {
  color: #ffffff; }
  @media (min-width: 768px) {
    .video {
      padding: 20px 0 40px; } }

body.go {
  /*
  .top-bar {
    position: relative;
    min-height: 80px;
    padding: 15px 0;
    z-index: 999;
    color: $_white;
    background: #154d6f;
    background: linear-gradient(135deg, $_dblue 0%, $_night 40%, $_ddblue 100%);
    p {
      text-align: center;
      padding: 0;
      margin: 0;
      line-height: 1.4em;
      font-size: 14px;
      font-family: $heading-font;
      @media (min-width: 768px) {
        text-align: left;
      }
      strong {
        font-size: 120%;
      }
      small {
        font-size: 80%;
      }
    }
    h1 {
      @extend p;
      font-size: 21px;
    }
    img {
      margin: 0 auto;
      width: 100%;
      max-width: 220px;
      margin-bottom: 15px;
      @media (min-width: 768px) {
        max-width: 140px;
        margin-bottom: 0;
        ;
      }
    }
  }
  .top-bar span.store-hours {
    max-width: 240px;
    display: block;
    clear: both;
    background-color: $_cta;
    color: $_white;
    font-size: 12px;
    z-index: 9999;
    padding: 0.3em 1em;
    box-shadow: 3px 3px 0 rgba($_dark, 0.4);
    margin: 13px auto 0;
    text-align: center;
    @media (min-width: 768px) {
      float: left !important;
      font-size: 14px;
    }
  }
   @media (min-width:992px) {
    .top-bar {
      position: absolute;
      background: linear-gradient(to bottom, rgba($_night, 0.9) 10%, rgba($_night, 0.4) 50%, rgba($_ddblue, 0) 100%);
      img {
        left: 0;
        margin: 0;
        padding: 0;
        transition: max-width 400ms ease;
        max-width: 180px;
      }
      p,
      h1 {
        transition: font-size 400ms ease;
      }
      p {
        font-size: 16px;
      }
      h1 {
        font-size: 32px;
      }
      &.is-top {
        height: 300px;
        img {
          max-width: 240px;
        }
        p {
          font-size: 22px;
        }
        h1 {
          font-size: 42px;
        }
      }
      &.not-top {}
      &.hide-it {
        animation: not-top-nav 2s ease;
        transform: translate(0, -200px);
        transform: translate3d(0, -200px, 0);
      }
    }
  }
  */ }
  body.go .grandopening {
    color: #ffffff;
    background: -webkit-linear-gradient(315deg, #154d6f 0%, #113c57 40%, #1d3747 100%);
    background: linear-gradient(135deg, #154d6f 0%, #113c57 40%, #1d3747 100%);
    margin: 0;
    padding: 40px 0 40px 0; }
    body.go .grandopening h1 {
      font-size: 34px;
      text-transform: uppercase; }
      body.go .grandopening h1 strong {
        color: #ff5e79; }
  body.go .sneak {
    background-color: #ff5e79;
    color: #FFFFFF;
    padding: 20px 0 40px;
    margin: 0; }
  body.go #snapshot_row .table-cell {
    padding: 20px 10px;
    text-align: center; }
  @media (min-width: 768px) {
    body.go #snapshot_row .table-row {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%; }
      body.go #snapshot_row .table-row .table-cell {
        display: table-cell;
        vertical-align: middle;
        float: none;
        height: 100%;
        padding: 20px 10px;
        text-align: center; } }
  body.go #snapshot_row h1 {
    margin: 0 0 10px 0;
    text-align: center; }
  body.go #snapshot_row h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 10px 0 8px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    display: block; }
    body.go #snapshot_row h2:last-child {
      margin-bottom: 0;
      margin-top: 0; }
    body.go #snapshot_row h2 strong {
      font-weight: 600; }
  body.go #snapshot_row h3 {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    margin: 0 0 10px 0;
    text-shadow: none;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    body.go #snapshot_row h3 strong {
      font-weight: 600; }
  body.go #snapshot_row h5 {
    font-size: 24px;
    padding: 0 0 6px;
    margin: 0 0 10px 0;
    font-weight: 400;
    text-transform: uppercase; }
  body.go #snapshot_row p, body.go #snapshot_row .top-bar h1, .top-bar body.go #snapshot_row h1 {
    font-size: 14px;
    margin: 0 0 10px 0;
    text-shadow: none;
    font-weight: 400; }
  body.go #snapshot_row .midbox {
    background-color: #ff5e79;
    margin: 0; }
    body.go #snapshot_row .midbox h1, body.go #snapshot_row .midbox p, body.go #snapshot_row .midbox .top-bar h1, .top-bar body.go #snapshot_row .midbox h1, body.go #snapshot_row .midbox h2, body.go #snapshot_row .midbox h5 {
      text-shadow: none;
      color: #FFFFFF; }
    body.go #snapshot_row .midbox h2 {
      margin-top: 0; }
  body.go ul.white li {
    min-height: 2px;
    margin-bottom: 10px; }
    body.go ul.white li span {
      color: #FFFFFF;
      font-size: 22px;
      margin: 0 0 0;
      top: 0px; }
  body.go #forsale ul.verbose li {
    min-height: 10px;
    margin-bottom: 36px; }
