/* Holm House Hotel Live CSS */

@charset "UTF-8";
@import url(../../../bower_components/flaticon/flaticon.css);
@import url(../../../bower_components/jquery-ui.min.css);
@import url(http://holmhousehotel.com/bower_components/ion.zoom.css);
@import url(../../../bower_components/lightbox.css);

/* VARIABLES */
/* MIXINGS */
@font-face {
  font-family: 'penumbra';
  src: url(http://local.holmhouse.com//media/style/fonts/penumbra_serif_std_regular.eot);
  src: local("☺"), url(../fonts/penumbra_serif_std_regular.woff) format("woff"), url(http://local.holmhouse.com//media/style/fonts/penumbra_serif_std_regular.ttf) format("truetype"), url(http://local.holmhouse.com//media/style/fonts/penumbra_serif_std_regular.svg) format("svg");
  font-weight: normal;
  font-style: normal; }
.need-content {
  outline: 2px solid red !important;
  padding: 10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /* padding-left: 0 !important; */
  padding: 1 !important; }




/* -- Global Style -- */
body {
  margin: 0;
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  color: #617B76 !important; }

h1 {
  font-family: "proxima-nova",sans-serif;
  text-transform: uppercase;
  /* letter-spacing: -1px !important; */
  color: #819D93 !important;
  font-family: 'penumbra' !important; }

h2, h3 {
  color: #819D93 !important;
  font-family: 'penumbra' !important; }

a, p {
  font-weight: 200;
  line-height: 2em;
  color: #2c443e;
  letter-spacing: 0.05em;
  font-family: "proxima-nova", sans-serif; }

a:hover {
 text-decoration: none; !important;}

li .list-icon:before {
  margin: 0 !important;
  font-size: 15px;
  color: #8EA69D !important;
  padding: 0 10px 0 0; }

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row p {
    padding-left: 0 !important; }

.hidden {
  display: none;
  visibility: hidden; }

/* -- Run through out all pages, not index -- */
.jumbotron.parallax {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  height: 550px;
  margin: 3% 0;
  margin-bottom: 0; }

/* -- Color changes -- */
.color-change-1 {
  color: #ffffff !important; }

.color-change-2 {
  color: #879D91 !important; }

.color-change-3 {
  color: #487067 !important; }

.color-change-4{
  color: #931917 !important;}

/* -- Line bg title -- */
.title {
  margin: 60px auto 35px; }

h1.line-bg {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  letter-spacing: 2px !important;
  font-weight: 200 !important;
  font-size: 2.1em;
  color: #91A69D !important; }
  h1.line-bg:before {
    border-top: 1px solid #D4DDDA;
    /* #91A69D */
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 13px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  h1.line-bg span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px; }
    h1.line-bg span.line {
      height: 1px;
      width: 40%;
      background: #91A69D; }

/* -- Custom button style-- */
.c-btn-style {
  padding: 5px 10px;
  margin: 20px 0;
  color: white;
  background: #8EA69D;
  appearance: normal;
  outline: none;
  border: none; }

/* -- Global Booking button -- */
.global_booking {
  position: relative;
  width: 100%;
  height: 70px;
  background: #8FA69D;
  top: -70px;
  transition: top 0.25s ease-in-out;
  /* mobile phone */ }
  .global_booking.active {
    top: 0px; }
  .global_booking .container {
    position: relative;
    z-index: 1; }
    .global_booking .container .holder {
      position: relative;
      border: 3px solid #8FA69D;
      height: 30px; }
      .global_booking .container .holder input {
        background: none repeat scroll 0 0 white;
        color: #4E6E73;
        padding: 5px;
        margin: 20px auto;
        appearance: button;
        border: none;
        outline: none;
        border-radius: 3px;
        font-family: penumbra !important;
        width: 100%; }
        .global_booking .container .holder input.submit-btn {
          background: #8EA59B;
          appearance: button;
          outline: none;
          border-radius: 0;
          padding-left: 2px !important;
          color: #FFFFFF;
          text-transform: uppercase;
          font-family: penumbra !important; }
          .global_booking .container .holder input.submit-btn:hover {
            color: #FFFFFF;
            background: #6B7A72; }
  .global_booking .btn {
    height: 40px;
    box-shadow: 0px 0px 3px 3px #6B7A72;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 70px;
    left: 75%;
    z-index: 0;
    background: #8EA59B;
    transition: top 0.25s ease-in-out; }
    .global_booking .btn p {
      color: #FFFFFF;
      line-height: 25px;
      text-transform: uppercase; }
  @media (max-width: 768px) {
    .global_booking {
      display: none; } }

/* -- Global Navigation -- */
.global-navigation {
  position: relative;
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0px;
  height: 50px;
  background: #8EA69D;
  transition: height 0.25s ease-in-out;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  /* -- Hover effect  -- */ }
  .global-navigation .arrow {
    background-position: 20px 10px;
    background-repeat: no-repeat;
    background-size: 26px 21px;
    color: white;
    cursor: pointer;
    display: block;
    height: 50px;
    padding: 10px 0px 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99; }
    .global-navigation .arrow:before {
      margin: 0 !important;
      padding: 0 !important; }
  .global-navigation .nav {
    margin-top: 22px; }
    .global-navigation .nav .tab {
      cursor: pointer;
      margin: 10px 0px 0px;
      padding: 0;
      width: 16%; }
      .global-navigation .nav .tab a {
        display: block;
        color: white !important;
        font-family: penumbra; }
        .global-navigation .nav .tab a:hover, .global-navigation .nav .tab a:active {
          text-decoration: none !important; }
        .global-navigation .nav .tab a .icon {
          display: block;
          width: 100%;
          height: 70px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 15%;
          opacity: 0.5; }
      .global-navigation .nav .tab.home a .icon {
        background-image: url(../../images/global/global_nav/index.svg);
        width: 95% !important;
        margin-left: 2%; }
      .global-navigation .nav .tab.booking a .icon {
        background-image: url(../../images/global/global_nav/booking.svg); }
      .global-navigation .nav .tab.rooms a .icon {
        background-image: url(../../images/global/global_nav/rooms.svg); }
      .global-navigation .nav .tab.spa a .icon {
        background-image: url(../../images/global/global_nav/spa.svg); }
      .global-navigation .nav .tab.restaurant a .icon {
        background-image: url(../../images/global/global_nav/restaurant.svg);
        width: 80% !important;
        margin-left: 8%; }
      .global-navigation .nav .tab.contact a .icon {
        background-image: url(../../images/global/global_nav/contact.svg); }
      .global-navigation .nav .tab a p {
        text-align: center;
        color: white !important;
        font-weight: 500;
        text-transform: uppercase; }
  .global-navigation:hover {
    height: 150px; }
    @media (max-width: 768px) {
      .global-navigation:hover {
        height: 400px; } }
  .global-navigation.open {
    height: 150px; }
    .global-navigation.open .nav {
      opacity: 1;
      display: block;
      visibility: visible; }
  @media (min-width: 769px) and (max-width: 48em) {
    .global-navigation.open {
      height: 150px; } }
  @media (max-width: 768px) {
    .global-navigation.open {
      height: 400px; }
    .global-navigation .icon {
      background-size: 13% !important; }
    .global-navigation .tab {
      width: 50% !important; } }

#page-bottom-pading {
  height: 50px; }

/* -- Sectional Navigation -- */
.header {
  overflow: hidden !important; }
  .header .logo {
    background-image: url(../../images/global/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 170px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    background-size: 200px; }
    .header .logo a {
      display: block;
      width: 100%;
      height: 100%; }
  .header .sectional-nav {
    background-color: white;
    z-index: 99;
    width: 100%;
    background: white; }
    .header .sectional-nav .navbar-header .navbar-toggle {
      margin: 0 auto;
      z-index: 999;
      float: none;
      background-color: white; }
      .header .sectional-nav .navbar-header .navbar-toggle .icon-bar {
        background: #8EA69D; }

.sticky-wrapper {
  z-index: 9999; }
  .sticky-wrapper.is-sticky .sectional-nav {
    left: 0;
    top: 0; }
  @media (max-width: 768px) {
    .sticky-wrapper {
      height: 75px;
      position: fixed;
      top: 0px;
      left: 0px; } }
  @media (min-width: 769px) and (max-width: 48em) {
    .sticky-wrapper {
      height: 75px; } }
  @media (min-width: 49em) {
    .sticky-wrapper {
      height: 50px; } }

#menu {
  margin: 0 auto;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  border-bottom: 1px solid #8FA69D;
  padding: 10px 0 !important; }
  @media (max-width: 768px) {
    #menu {
      position: fixed;
      top: 34px;
      width: 270px;
      overflow: hidden !important;
      background: white;
      overflow: hidden !important;
      z-index: 999;
      opacity: 0.9; }
      #menu ul {
        width: 100%; }
        #menu ul li {
          width: 100%; } }
  @media (min-width: 769px) and (max-width: 48em) {
    #menu {
      width: 95%; } }
  @media (min-width: 49em) {
    #menu {
      width: 95%; } }
  #menu ul {
    float: none;
    width: 100%;
    margin: 0 auto; }
    #menu ul li {
      float: left;
      margin: 0 !important;
      padding: 0 !important; }
      #menu ul li p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        margin: 30px;
        padding: 0 30px; }
        #menu ul li p a {
          color: #A0B4AD;
          padding: 3px 0; }
        #menu ul li p.current a {
          background: transparent;
          text-decoration: none;
          border-bottom: 1px solid #91A69D; }
        #menu ul li p a:hover {
          background: transparent;
          text-decoration: none;
          border-bottom: 1px dashed #91A69D; }
      #menu ul li span {
        background: none repeat scroll 0 0 #8ea69d;
        border-radius: 50%;
        display: block;
        height: 5px;
        width: 5px;
        position: absolute;
        right: -3px;
        top: 15px; }

.lb-number {
  display: none !important; }

body.home {
  /* -- Slider -- */
  /* -- Champagne -- */
  /* -- Mid week -- */
  /* -- Hideaway sundays -- */
  /* -- Gooseberry dinner -- */
  /* -- Spa -- */
  /* -- film -- */
  /* -- weddings & events -- */
  /* -- contact -- */
  /* -- Footer -- */ }
  body.home .tile {
    padding: 3em !important;
    position: relative;
    overflow: hidden !important; }
    body.home .tile.hei-x1 {
      height: 320px;
      min-height: 320px;
      max-height: 320px; }
    body.home .tile.hei-x2 {
      height: 640px;
      min-height: 640px;
      /* max-height: 640px;  */ }
    body.home .tile .link {
      position: absolute;
      width: 100%;
      height: 100%;
      display: table;
      position: relative;
      overflow: hidden;
      color: white;
      z-index: 1; }
    body.home .tile .mid-title {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      font-size: 2em;
      text-shadow: 0 0 5px black; }
      body.home .tile .mid-title span {
        display: block; }
    body.home .tile h1 {
      font-family: penumbra !important; }
      body.home .tile h1 a {
        color: white;
        z-index: 1; }
        body.home .tile h1 a:hover {
          color: white;
          text-decoration: none !important; }
  body.home .logo {
    background: #8EA59B;
    color: white;
    display: table; }
  body.home .logodoodle {
    background: #8EA59B;
    background-image: url(../../images/home/snowlogo.gif);
    color: white;
    display: table; }
    body.home .logo h1 {
      background-image: url(../../images/global/logo_text.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 191px auto;
      text-indent: -99999px; }
  body.home .cover-photo {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center; }
    body.home .cover-photo .bg-image {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      -webkit-transition: -webkit-transform  4s ease;
      /* Safari and Chrome */
      -moz-transition: -moz-transform  4s ease;
      /* Firefox */
      -ms-transition: -ms-transform  4s ease;
      /* IE 9 */
      -o-transition: -o-transform  4s ease;
      /* Opera */
      transition: transform  4s ease; }
    body.home .cover-photo:hover .bg-image {
      -webkit-transform: scale(1.05);
      /* Safari and Chrome */
      -moz-transform: scale(1.05);
      /* Firefox */
      -ms-transform: scale(1.05);
      /* IE 9 */
      -o-transform: scale(1.05);
      /* Opera */
      transform: scale(1.05); }
  body.home .menu .bg-image {
    background-image: url(../../images/home/food.png); }
  body.home .menu .video {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1; }
    body.home .menu .video video {
      height: auto !important;
      position: absolute;
      width: 200% !important; }
  body.home .logo-two {
    display: table;
    position: relative;
    margin: 0;
    padding: 0 !important; }
    body.home .logo-two h1 {
      background-image: url(../../images/global/logo_green.svg);
      background-repeat: no-repeat;
      background-position: center center;
      text-indent: -99999px;
      background-size: 30% auto;
      display: none; }
    body.home .logo-two .carousel {
      position: absolute;
      width: 100%;
      height: 320px; }
      body.home .logo-two .carousel .carousel-inner {
        width: 100%;
        height: 320px; }
        body.home .logo-two .carousel .carousel-inner .item {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          background-color: ;
          width: 100%;
          height: 320px;
          /* -- Jazz-night -- */
          /* -- Fathers day -- */
          /* -- Marine parade -- */
          /* -- Secret spa -- */
          /* -- malyasian voyage -- */
          /* -- Vintage garden party -- */
          /* -- Summer Holiday -- */
          /* -- Marine Moments -- */ }
          body.home .logo-two .carousel .carousel-inner .item .cover {
            background-color: rgba(255, 255, 255, 0.7);
            position: absolute;
            padding: 5%;
            width: 80%;
            height: 80%;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
            body.home .logo-two .carousel .carousel-inner .item .cover a {
              display: block;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain; }
          body.home .logo-two .carousel .carousel-inner .item.champagne {
            background-image: url(http://holmhousehotel.com/media/images/home/champagne/bg.jpg); }
            body.home .logo-two .carousel .carousel-inner .item.champagne .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/champagne/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.mid-week {
            background-image: url(http://holmhousehotel.com/media/images/home/midweek/bg.jpg); }
            body.home .logo-two .carousel .carousel-inner .item.mid-week .cover a {
              background-size: 50%;
              background-image: url(http://holmhousehotel.com/media/images/home/midweek/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.jazz-night {
            background-image: url(http://holmhousehotel.com/media/images/home/jazz_night/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.jazz-night .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/jazz_night/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.fathers-day {
            background-image: url(http://holmhousehotel.com/media/images/home/fathers_day/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.fathers-day .cover {
              opacity: 0; }
              body.home .logo-two .carousel .carousel-inner .item.fathers-day .cover a {
                /*    background-image: url(http://holmhousehotel.com/media/images/home/fathers_day/cover.svg);*/ }
          body.home .logo-two .carousel .carousel-inner .item.marine-parade {
            background-image: url(http://holmhousehotel.com/media/images/home/marine_parade/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.marine-parade .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/marine_parade/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.secret-spa {
            background-image: url(http://holmhousehotel.com/media/images/home/secret_spa/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.secret-spa .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/secret_spa/cover.png); }
          body.home .logo-two .carousel .carousel-inner .item.malyasian-voyage {
            background-image: url(http://holmhousehotel.com/media/images/home/malyasian_voyage/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.malyasian-voyage .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/malyasian_voyage/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.vintage-garden-party {
            background-image: url(http://holmhousehotel.com/media/images/home/vintage_garden_party/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.vintage-garden-party .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/vintage_garden_party/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.summer-holiday {
            background-image: url(http://holmhousehotel.com/media/images/home/summer_holiday/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.summer-holiday .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/summer_holiday/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.marine-moments {
            background-image: url(http://holmhousehotel.com/media/images/home/marine_moments/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.marine-moments .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/marine_moments/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.hideaway-sundays {
            background-image: url(http://holmhousehotel.com/media/images/home/hideaway_sundays/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.hideaway-sundays .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/hideaway_sundays/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.gooseberry-dinner {
            background-image: url(http://holmhousehotel.com/media/images/home/gooseberry_dinner/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.gooseberry-dinner .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/gooseberry_dinner/cover.svg); }
          body.home .logo-two .carousel .carousel-inner .item.the_glorious_twelfth {
            background-image: url(http://holmhousehotel.com/media/images/home/the_glorious_twelfth/bg.png); }
            body.home .logo-two .carousel .carousel-inner .item.the_glorious_twelfth .cover a {
              background-image: url(http://holmhousehotel.com/media/images/home/the_glorious_twelfth/cover.svg); }
  body.home .booking {
    background-image: url(../../images/home/book.jpg);
    padding: 0 !important; }
    body.home .booking .container {
      position: absolute;
      width: 70%;
      height: 70%;
      left: 15%;
      top: 15%;
      z-index: 2;
      background: rgba(255, 255, 255, 0.7); }
      body.home .booking .container form ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        body.home .booking .container form ul li {
          margin: 5px 0;
          padding: 0; }
          body.home .booking .container form ul li .holder {
            display: block;
            width: 100%; }
          body.home .booking .container form ul li.left .holder, body.home .booking .container form ul li.right .holder {
            width: 95%; }
          body.home .booking .container form ul li.left .holder {
            float: left; }
          body.home .booking .container form ul li.right .holder {
            float: right; }
          body.home .booking .container form ul li .holder lable {
            text-transform: uppercase;
            display: block;
            color: #064359;
            font-weight: 800;
            font-family: penumbra_serif !important; }
          body.home .booking .container form ul li .holder input {
            background: none repeat scroll 0 0 #4e6e73;
            color: white;
            padding: 5px;
            width: 100%;
            margin: 0 auto;
            appearance: button;
            border: none;
            outline: none;
            border-radius: 3px; }
            body.home .booking .container form ul li .holder input.submit-btn {
              background: #829B90;
              appearance: button;
              border: none;
              outline: none;
              border-radius: 0;
              padding: 5px 10px;
              width: 100%;
              color: white;
              text-transform: uppercase;
              font-family: penumbra_serif !important; }
    body.home .booking .video {
      position: absolute;
      overflow: hidden;
      width: 100%;
      height: 100%;
      z-index: 1; }
      body.home .booking .video video {
        height: auto !important;
        position: absolute;
        width: 200% !important; }
  @media only screen and (max-width: 48em) {
    body.home .booking .video {
      display: none; } }
  body.home .welcome {
     /* background-image: url(../../images/home/welcome.png); */
     position: relative; }
    body.home .welcome .floating {
      width: 80%;
      height: 200px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  body.home .rooms .bg-image {
    background-image: url(../../images/home/room.png); }
  body.home .news-and-events {
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 710px !important; }
    body.home .news-and-events h1 {
      font-size: 2.5em;
      padding: 37px 20px 20px;
      margin-top: -4px; }
    body.home .news-and-events ul {
      list-style: none outside none;
      margin: 0;
      padding: 0;
      bottom: 0;
      height: 87%;
      width: 98%;
      overflow: scroll;
      position: absolute; }
      body.home .news-and-events ul li {
        border-bottom: 2px solid #8EA69D;
        width: 90%;
        margin: 0 auto; }
        body.home .news-and-events ul li:last-child {
          border-bottom: 0; }
        body.home .news-and-events ul li p {
          padding: 1em 0;
          color: #5E7C82; }
          body.home .news-and-events ul li p a {
            color: #5E7C82;
            text-decoration: none; }
          body.home .news-and-events ul li p span {
            font-weight: bolder;
            padding: 0 10px; }
  @media only screen and (max-width: 75em) {
    body.home .news-and-events {
      height: 640px !important; } }
  body.home .spa .bg-image {
    background-image: url(../../images/home/spa.png); }
  body.home .film .bg-image {d
    background-image: url(../../images/home/film.png); }
  body.home .events .bg-image {
    background-image: url(../../images/home/events.png); }
  body.home .contact .bg-image {
    background-image: url(../../images/home/contact.png); }
  body.home .welcome .bg-image {
    background-image: url(../../images/home/welcome.png); }

  /* Advert Tiles */
  body.home .dealbig .bg-image {
    background-image: url(../../images/home/deal/tile/bigtile1.png); }
  body.home .dealbigmob .bg-image {
    background-image: url(../../images/home/deal/tile/bigtile1small.png); }
  body.home .dealbigsmall .bg-image {
    background-image: url(../../images/home/deal/tile/bigtile1small.png); }
  body.home .dealbig2 .bg-image {
    background-image: url(../../images/home/deal/tile/bigtile2.png); }
  body.home .dealbig2small .bg-image {
    background-image: url(../../images/home/deal/tile/bigtile2small.png); }
  body.home .deal1 .bg-image {
    background-image: url(../../images/home/deal/tile/tile1.png); }
  body.home .deal2 .bg-image {
    background-image: url(../../images/home/deal/tile/tile2.png); }
  body.home .deal3 .bg-image {
    background-image: url(../../images/home/deal/tile/tile3.png); }
  body.home .deal4 .bg-image {
    background-image: url(../../images/home/deal/tile/tile4.png); }


  /* -- Footer --*/
  body.home .footer {
    border-top: 1px solid #a8abac;
    /* -- location -- */
    /* -- Site map -- */
    /* -- social -- */ }
    body.home .footer p {
      margin: 0;
      padding: 0; }
    body.home .footer .item {
      border-right: 1px solid #a8abac; }
    body.home .footer .location {
      padding: 10px 0;
      height: 70px; }
      body.home .footer .location .holder {
        padding: 17px 0 0 0 !important; }
        body.home .footer .location .holder a {
          color: green;
          margin: 0;
          padding: 0;
          line-height: 18px;
          color: #8EA59B; }
        body.home .footer .location .holder p {
          margin: 0;
          padding: 0;
          line-height: 18px;
          color: #8EA59B; }
      body.home .footer .location .icon {
        padding: 18px 0;
        text-align: center; }
        body.home .footer .location .icon:before {
          color: #567172;
          font-size: 3em;
          margin: 10px !important;
          color: #8EA59B !important; }
    body.home .footer .site-map {
      height: 70px; }
      body.home .footer .site-map .holder {
        padding: 12px  0px !important; }
      body.home .footer .site-map span a {
        display: block;
        color: #567172;
        line-height: 15px; }
    body.home .footer .social {
      height: 70px; }
      body.home .footer .social .find-us-here {
        background-image: url(../../images/home/labclass.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        text-indent: -99999px;
        background-size: 55% auto; }
        body.home .footer .social .find-us-here a {
          width: 100%;
          display: block;
          background: none; }
      body.home .footer .social .row .col-xs-3 {
        padding: 0 !important; }
      body.home .footer .social span {
        text-indent: -999px;
        display: none;
        overflow: hidden; }
      body.home .footer .social a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background: #FFFFFF;
        display: block;
        padding: 0;
        margin: 18px auto;
        margin-bottom: 0; }
        body.home .footer .social a:before {
          color: white;
          padding: 0;
          margin: 0;
          font-size: 1.2em; }
  @media only screen and (max-width: 61.875em) {
    body.home .footer .social {
      border-top: 1px solid #a8abac; }
      body.home .footer .social .find-us-here {
        background-size: 30% auto; } }
  @media only screen and (max-width: 48em) {
    body.home .footer .site-map {
      border-top: 1px solid #a8abac; }
    body.home .footer .social .find-us-here {
      background-size: 30% auto; } }

    /* Lab Class and Recommened Section */
    body.home .footer .labclass {
      height: 70px; }
      body.home .footer .labclass .row .col-xs-3 {
        padding: 0 !important; }
      body.home .footer .labclass span {
        text-indent: -999px;
        display: none;
        overflow: hidden; }
      body.home .footer .labclass a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        background: #FFFFFF;
        display: block;
        padding: 0;
        margin: 10px auto;
        margin-bottom: 0; }
        body.home .footer .labclass a:before {
          color: white;
          padding: 0;
          margin: 0;
          font-size: 1.2em; }
  @media only screen and (max-width: 61.875em) {
    body.home .footer .labclass {
      border-top: 1px solid #a8abac; }
      body.home .footer .labclass .find-us-here {
        background-size: 30% auto; } }
  @media only screen and (max-width: 48em) {
    body.home .footer .site-map {
      border-top: 1px solid #a8abac; }
    body.home .footer .labclass .find-us-here {
      background-size: 30% auto; } }

body.admin {
  /* .dash-board-v2 ul li .item.update .icon { background-image: url(http://holmhousehotel.com/media/style/images/admin/update1.svg) !important; } */
  /* .dash-board-v2 ul li .item.upload .icon { background-image: url(http://holmhousehotel.com/media/style/images/admin/cloud32.svg) !important; } */ }
  body.admin h1 {
    text-align: center;
    background-image: url(../../images/global/logo_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 120px;
    text-indent: -9999px;
    margin: 0 1em;
    padding: 0; }
  body.admin h2 {
    margin: 1em; }
  body.admin .input-btn {
    display: inline-block;
    border: none;
    appearance: button;
    float: left;
    padding: 5px 10px;
    margin: 10px; }
  body.admin h3 {
    margin: -1.7em 1.7em; }
  body.admin .numb {
    text-align: center; }
  body.admin .login {
    width: 500px;
    height: 410px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); }
  body.admin .login form input {
    display: block;
    margin: 2em auto;
    padding: 1em;
    width: 90%; }
  body.admin .dash-board-v2 {
    margin: 100px auto 50px;
    position: relative;
    z-index: 1; }
  body.admin .dash-board-v2 ul {
    margin-top: 60px;
    z-index: -3;
    list-style: none;
    transition: all 0.5s ease-in-out;
    opacity: 0.5;
    transform: scale(2, 2);
    overflow: hidden; }
  body.admin .dash-board-v2.intro ul {
    opacity: 1;
    transform: scale(1, 1); }
  body.admin .dash-board-v2 ul li {
    margin: 1% 0; }
  body.admin .dash-board-v2 ul li .item {
    /*  background: rgba(255,255,255,0.5); */
    background: rgba(143, 166, 158, 0.7);
    transition: scale 0.5s ease-in-out;
    height: 100px;
    border-radius: 3px;
    margin: 0 auto;
    width: 99%; }
  body.admin .dash-board-v2 ul li .item:hover {
    background: #8fa69e; }
  body.admin .dash-board-v2 ul li .item .icon {
    background-image: url(http://holmhousehotel.com/media/style/images/admin/pdf.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 100px; }
  body.admin .dash-board-v2 ul li .item .name {
    color: white;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
    position: absolute;
    top: 20px; }
  body.admin .dash-board-v2 ul li .item .details {
    position: absolute;
    top: 64px;
    white-space: nowrap;
    color: white; }
  body.admin .dash-board-v2 ul li .item.action-btn .submit-btn {
    background: none;
    border: none;
    width: 100%;
    appearance: button;
    color: white;
    text-transform: uppercase;
    display: block;
    width: 100%;
    height: 100px;
    cursor: pointer; }
  body.admin .dash-board-v2 ul li .item.action-btn .icon {
    background-image: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 5px;
    z-index: 0; }
  body.admin .dash-board-v2 ul li .item.action-btn .icon:before {
    font-size: 3em;
    color: white;
    margin: 30px -20px; }
  body.admin .dash-board-v2 ul li .item.action-btn .title {
    position: absolute;
    display: block;
    width: 100%;
    color: white;
    line-height: 50px;
    text-align: center;
    z-index: 0; }
  body.admin .dash-board-v2 ul li .item.update {
    position: relative; }
  body.admin .dash-board-v2 ul li .item.update .submit-btn {
    opacity: 0.0;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)";
    /* IE 8 */
    -khtml-opacity: 0.0;
    /* Safari 1.x */
    -moz-opacity: 0.0;
    /* FF lt 1.5, Netscape */ }
  body.admin .dash-board-v2 ul li .item.upload {
    position: relative; }
  body.admin .dash-board-v2 ul li .item.upload .file-select {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    cursor: pointer; }
  body.admin .dash-board-v2 ul li .item.upload .file-select input {
    height: 100px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 100px;
    z-index: 2;
    opacity: 0.0;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)";
    /* IE 8 */
    -khtml-opacity: 0.0;
    /* Safari 1.x */
    -moz-opacity: 0.0;
    /* FF lt 1.5, Netscape */ }

body.book .header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 150px;
  background: white;
  z-index: 999;
  background-image: url(../../images/global/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.2); }
  body.book .header a {
    display: block;
    width: 100%;
    height: 150px; }
body.book .container-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 150px; }
  body.book .container-fluid .container {
    overflow: scroll;
    position: relative;
    height: 825px; }
    body.book .container-fluid .container p {
      margin: 1em 0;
      text-align: center; }
    body.book .container-fluid .container iframe {
      margin: 0 auto;
      display: block; }
  body.book .container-fluid #myiFrame iframe {
    width: 100%;
    height: 720px;
    border: 0; }

body.contact .jumbotron {
  background-image: url(../../images/global/hdr_one.png); }
body.contact #map_canvas {
  width: 100%;
  height: 500px; }
body.contact #section-directions .root .tab-content h2 {
  font-size: 1.2em; }
body.contact #section-form {
  margin: 50px auto; }
  body.contact #section-form form item {
    margin: 10px 0; }
    body.contact #section-form form item input {
      outline: none;
      border: none;
      border-bottom: 1px solid #BBD2CA;
      border-radius: 0 !important;
      -webkit-appearance: none;
      width: 90%;
      margin: 0 auto; }
    body.contact #section-form form item textarea {
      border-radius: 0 !important;
      -webkit-appearance: none;
      outline: none;
      width: 100%;
      height: 120px;
      margin: 15px 0;
      border: 1px solid #BBD2CA;
      color: #919191;
      padding: 10px; }
    body.contact #section-form form item .c-btn-style {
      margin: 0;
      width: 100px; }

body.events .left {
  float: left; }
body.events .section {
  overflow: auto; }
  body.events .section .title {
    margin: 3% 0;
    overflow: auto; }
body.events .event-section h1 {
  text-align: center;
  width: 100%; }
body.events .event-section .events-img .image-content {
  padding: 0px 30px 12px 0px;
  width: 335px;
  float: left; }
body.events .small-print {
  font-size: 12px;
  line-height: 1.1;
  text-align: center; }

body.restaurant .section {
  overflow: auto; }
  body.restaurant .section .title {
    margin: 3% 0;
    overflow: auto; }
body.restaurant .jumbotron {
  margin: 0;
  padding: 0; }
  body.restaurant .jumbotron.parallax {
    background-image: url(../../images/global/hdr_six.png); }
body.restaurant .welcome h1 {
  text-align: center;
  width: 100%; }
body.restaurant .welcome .menu-list ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background-image: url(http://holmhousehotel.com/media/images/restaurant/menu_bg.png);
  background-position: center center;
  background-size: cover; }
  body.restaurant .welcome .menu-list ul li {
    height: 100px;
    background: #8EA69D;
    outline: 1px solid white;
    position: relative; }
    body.restaurant .welcome .menu-list ul li a {
      display: block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%; }
      body.restaurant .welcome .menu-list ul li a h2 {
        color: white !important;
        text-transform: uppercase;
        font-size: 1.3em;
        line-height: 25px;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        body.restaurant .welcome .menu-list ul li a h2 span {
          display: block;
          font-size: 0.8em;
          font-family: "proxima-nova", sans-serif; }
body.restaurant .reservation .info p {
  text-align: center;
  height: 200px; }
  body.restaurant .reservation .info p span {
    font-weight: bold;
    font-size: 1.5em; }
body.restaurant .reservation .info .btn {
  color: white;
  background: #8EA69D;
  appearance: normal;
  outline: none;
  border: none;
  display: block;
  margin: 10px auto;
  width: 60%;
  border-radius: 0; }
body.restaurant .reservation .form {
  width: 100%;
  max-width: 270px;
  height: 280px;
  margin: 0 auto;
  border-radius: 10px;
  float: right; }
@media only all and (max-width: 55em) {
  body.restaurant .restaurant .restaurant-img img {
    float: none !important;
    display: block;
    margin: 0 auto; } }
body.restaurant .right img {
  float: right; }
body.restaurant .menu {
  margin: 0 auto;
  margin-top: 50px;
  background: white;
  background-image: url(http://holmhousehotel.com/media/images/restaurant/hero_2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 650px; }
  body.restaurant .menu .container {
    background: white;
    margin-top: 50px; }
  body.restaurant .menu .logo {
    display: block;
    height: 130px;
    width: 100%;
    background-image: url(../../images/global/logo.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px; }
  body.restaurant .menu .intro {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20px 0; }
  body.restaurant .menu ul.nav-tabs {
    width: 80%;
    margin: 0 auto; }
    body.restaurant .menu ul.nav-tabs ul li {
      display: inline-block; }
    body.restaurant .menu ul.nav-tabs ul il a {
      text-align: center;
      font-size: 1.5em;
      color: #2B4561; }
  body.restaurant .menu .menu-items .item h2 {
    font-style: italic;
    text-align: center;
    padding: 20px 0 0 0;
    font-weight: 800; }
  body.restaurant .menu .menu-items p {
    text-align: center; }
    body.restaurant .menu .menu-items p.info {
      font-style: italic;
      text-align: center;
      padding: 20px 0 0 0;
      font-weight: 800; }
  body.restaurant .menu .menu-items h2 {
    font-size: 1.3em;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold; }
body.restaurant .row p {
  padding-left: 8px;
  padding-top: 8px; }

body.rooms .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  body.rooms .embed-container iframe, body.rooms .embed-container .embed-container object, body.rooms .embed-container .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
body.rooms .section {
  overflow: auto; }
  body.rooms .section .section .title {
    margin: 3% 0;
    overflow: auto; }
body.rooms .jumbotron {
  background-image: url(../../images/global/hdr_two.png); }
body.rooms .welcome .welcome h1 {
  text-align: center;
  width: 100%; }
body.rooms .rooms {
  height: auto; }
  body.rooms .rooms .room:nth-child(odd) .description {
    float: right !important; }
  body.rooms .rooms .room .description {
    height: 435px;
    max-height: 435px;
    overflow-y: scroll;
    display: table;
    text-align: justify; }
  body.rooms .rooms .room .carousel {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    background: white; }
    body.rooms .rooms .room .carousel video {
      position: absolute;
      width: 100% !important;
      max-width: 1280px;
      height: auto !important;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: white; }
    body.rooms .rooms .room .carousel .carousel-inner {
      height: 528px;
      width: 100%;
      position: relative; }
      body.rooms .rooms .room .carousel .carousel-inner .item {
        background: #8EA69D;
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        body.rooms .rooms .room .carousel .carousel-inner .item p {
          text-align: center;
          color: white;
          font-size: 3em;
          width: 100%;
          margin: 0 auto;
          text-shadow: 1px 1px 3px black; }
@media only all and (max-width: 61.3125em) {
  body.rooms .rooms .room .description {
    height: auto !important; } }
body.rooms .rooms .room .description .content {
  display: table-cell;
  vertical-align: middle; }
body.rooms .rooms .room .description .content {
  height: 500px; }
body.rooms .rooms .room .description .content h2,
body.rooms .rooms .room .description .content p {
  margin: 10px 50px;
  display: block; }
body.rooms .rooms .room .description .content p a {
  padding: 10px;
  color: white;
  background: #8EA69D;
  appearance: normal;
  outline: none;
  border: none;
  margin: 10px 0 !important;
  width: 30%; }

body.spa {
  /* #more-services .content .item.left .showcase  { float: left; } */
  /* #more-services .content .item.right { float: right; } */ }
  body.spa .section {
    overflow: auto; }
    body.spa .section .title {
      margin: 3% 0;
      overflow: auto; }
  body.spa .jumbotron {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: auto !important; }
    body.spa .jumbotron.parallax {
      background-image: url(../../images/global/hdr_five.png);
      position: relative; }
  body.spa #welcome h1 {
    text-align: center;
    width: 100%; }
  body.spa #welcome .gallery {
    position: relative;
    margin: 3% 0 0 0;
    display: none; }
    body.spa #welcome .gallery .slid-btn {
      background: #C1D0CA;
      height: 150px;
      position: absolute;
      width: 50px; }
      body.spa #welcome .gallery .slid-btn a {
        color: white;
        display: block;
        height: 150px;
        line-height: 150px;
        text-align: center; }
        body.spa #welcome .gallery .slid-btn a:hover {
          text-decoration: none; }
        body.spa #welcome .gallery .slid-btn a.left {
          left: 0; }
        body.spa #welcome .gallery .slid-btn a.right {
          right: 0; }
    body.spa #welcome .gallery .slids {
      overflow: scroll; }
      body.spa #welcome .gallery .slids ul {
        list-style: none;
        margin: 0 auto;
        width: 2900px; }
        body.spa #welcome .gallery .slids ul li {
          float: left; }
          body.spa #welcome .gallery .slids ul li a img {
            margin: 0 0.5em; }
  body.spa .panel {
    border-radius: none;
    box-shadow: none !important; }
    body.spa .panel .panel-heading {
      border-top-left-radius: 0 !important;
      border-top-right-radius: 0 !important;
      border-radius: none !important;
      background: #C1D0CA; }
      body.spa .panel .panel-heading h4 {
        color: white;
        margin: 1% 3%;
        padding: 0;
        text-transform: uppercase; }
    body.spa .panel .panel-body img {
      margin: 0 2% 0% 0; }
    body.spa .panel .panel-body ul {
      list-style: none; }
      body.spa .panel .panel-body ul li {
        margin: 1%; }
  body.spa #the-product h3 {
    text-align: center; }
  body.spa .treatment-brochure {
    position: relative;
    height: 100px; }
    body.spa .treatment-brochure h1 {
      display: none; }
    body.spa .treatment-brochure .button {
      width: 300px;
      height: 45px;
      margin: 0 auto;
      color: white;
      background: #8EA69D;
      border-radius: 5px;
      cursor: pointer;
      position: absolute;
      bottom: 30px;
      left: 0;
      top: 40%;
      border: 0;
      right: 0; }
      body.spa .treatment-brochure .button p {
        text-transform: uppercase;
        text-align: center;
        padding: 0 10px;
        margin: 0;
        font-size: 1.3em;
        line-height: 48px; }
        body.spa .treatment-brochure .button p a {
          color: white; }
  body.spa .specialities .info .content {
    width: 90%; }
    body.spa .specialities .info .content h2 {
      font-size: 1.5em; }
    body.spa .specialities .info .content p {
      text-align: justify; }
  body.spa #spechial-offer {
    display: none; }
  body.spa #spechial-offer .content {
    /*     padding: 0 1em 0 0; */ }
  body.spa #spechial-offer .content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  body.spa #spechial-offer .content ul li {
    margin: 1em 0; }
  body.spa #spechial-offer .content ul li:first-child {
    margin-top: 0; }
  body.spa #more-services .content div[class^="col-"] {
    padding: 0; }
  body.spa #more-services .content .item {
    width: 100%; }
  body.spa #more-services .content .item .showcase {
    height: 350px;
    margin: 0;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  body.spa #more-services .content .item.right .showcase {
    float: right !important; }
  @media only screen and (max-width: 30em) {
    body.spa #more-services .content .item {
      margin: 0;
      padding: 0 !important; } }
  body.spa #more-services .content .item .showcase .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 4s ease; }
  body.spa #more-services .content .item:hover .showcase .bg-image {
    transform: scale(1.1); }
  body.spa #more-services .content .item.hair .showcase .bg-image {
    background-image: url(../../images/spa/hair.jpg); }
  body.spa #more-services .content .item.guest-passes .showcase .bg-image {
    background-image: url(../../images/spa/guest_passes.jpg); }
  body.spa #more-services .content .item.gift-vouchers .showcase .bg-image {
    background-image: url(../../images/spa/gift_vouchers.jpg); }
  body.spa #more-services .content .item.bridal-packages .showcase .bg-image {
    background-image: url(../../images/spa/bridal_packages.jpg); }
  body.spa #more-services .content .item .info {
    height: 250px;
    position: relative; }
    body.spa #more-services .content .item .info .desc {
      padding: 1em 0.2em;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 70%; }
    body.spa #more-services .content .item .info h2 {
      padding: 0;
      font-size: 2em;
      text-transform: uppercase;
      font-weight: 100; }
    body.spa #more-services .content .item .info p {
      padding-bottom: 3em; }

body.thefilm .jumbotron {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: auto !important; }
body.thefilm .jumbotron.parallax {
  background-image: url("http://holmhousehotel.com/media/style/images/global/hdr_five.png");
  position: relative; }

body.four-zero-four .container-fluid {
  padding: 0;
  margin: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0; }
  body.four-zero-four .container-fluid .header {
    width: 100%;
    height: 150px;
    background: white;
    background-image: url(../../images/global/logo.svg);
    background-repeat: no-repeat;
    background-position: center center; }
    body.four-zero-four .container-fluid .header a {
      display: block;
      width: 100%;
      height: 150px; }
  body.four-zero-four .container-fluid h1 {
    color: white !important;
    width: 100%;
    font-size: 6em;
    margin: 0.5em 0;
    text-align: center;
    font-family: penumbra_serif !important; }
  body.four-zero-four .container-fluid .container .btn {
    width: 70%;
    margin: 0 auto;
    display: block;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #778E85;
    cursor: pointer; }
    body.four-zero-four .container-fluid .container .btn a {
      text-transform: uppercase;
      text-align: center;
      padding: 10px 0;
      color: #778E85;
      font-size: 2em; }
body.four-zero-four .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: transparent !important; }
  body.four-zero-four .video video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: transparent !important;
    background-image: url(../../images/404/waves.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

/* Spa Package CSS */
.spag {
  		padding: 0.25em;
			overflow: hidden;
		}
		.spag li {
			float: left;
			width: 50%;
			padding: 0.25em;
		}
		.spag img {
			display: block;
		}
		.spag li:nth-child(odd) {
			clear: left;
		}
	
		@media screen and (min-width: 40em) {
			.spag li {
		    	width: 33.3333333333333333%; 
		  	}
		  	.spag li:nth-child(3n+1) {
		  		clear: left;
		  	}
		  	.spag li:nth-child(odd) {
				clear: none;
			}
		}
		@media screen and (min-width: 55em) {
			.spag li {
		    	width: 25%; 
		  	}
		  	.spag li:nth-child(4n+1) {
		  		clear: left;
		  	}
		  	.spag li:nth-child(3n+1) {
				clear: none;
			}
		}
		@media screen and (min-width: 72em) {
			.spag li {
		    	width: 20%; 
		  	}
		  	.spag li:nth-child(5n+1) {
		  		clear: left;
		  	}
		  	.spag li:nth-child(4n+1) {
				clear: none;
			}
		}
		@media screen and (min-width: 90em) {
			.spag li {
		    	width: 16.666666666%; 
		  	}
		  	.spag li:nth-child(6n+1) {
		  		clear: left;
		  	}
		  	.spag li:nth-child(5n+1) {
				clear: none;
			}
		}