
html {
  height: 100%;
}

html body {
  height: 100%;
}

html body .carousel-indicators {
  position: relative;
}

html body .carousel-indicators li {
  background-color: deepskyblue;
  height: 6px;
}

html body .sleeve {

}

html body .sleeve .header-phone-number {
  color: white;
  font-weight: bolder;
  margin: 0 auto;
}

html body .sleeve .hidden {
  display: none;
}

html body .sleeve #galleryContainer {
  margin-top: 60px;
}

html body .sleeve #logo {
  margin: 0 auto;
  width: 511px;
}

html body .sleeve .hamburger-menu-holder {
  display: inline-block;
  cursor: pointer;
}

html body .sleeve .hamburger-menubar-1,
html body .sleeve .hamburger-menubar-2,
html body .sleeve .hamburger-menubar-3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

html body .sleeve .change .hamburger-menubar-1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

html body .sleeve .change .hamburger-menubar-2 {
  opacity: 0;
}

html body .sleeve .change .hamburger-menubar-3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

html body .sleeve #MainMenu {
  background-color: #0388D1;
  border-bottom: 2px solid #AAAAAA;
  position: absolute;
  z-index: 9999;
}

html body .sleeve #MainMenu nav .menuitem {
  font-family: 'Bebas', Arial, Helvetica, sans-serif;
}

html body .sleeve #MainMenu nav .menuitem.section,
html body .sleeve #MainMenu nav .menuitem.current {
  color: yellow;
}

html body .sleeve #MainMenu nav ul {
  list-style: none;
  padding-left: 0;
}

html body .sleeve #MainMenu nav ul li {
  margin-bottom: 1.5rem;
}

html body .sleeve #MainMenu nav ul li a {
  font-family: 'Bebas', Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}

html body .sleeve #MainMenu nav ul li a.current {
  color: yellow;
}

html body .sleeve #MainMenu nav ul li a.link {
  color: #CCCCCC;
}

html body .sleeve #MainMenu nav ul li a.link:hover {
  color: yellow;
}

html body .sleeve #MainMenu nav .menuitem.link {
  color: #CCCCCC;
}

html body .sleeve #MainMenu nav .menuitem.link:hover {
  color: #FFF;
}

html body .sleeve .carousel-holder {
  margin-top: 4rem;
}

html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box {
  background-color: rgba(0, 0, 0, 0.7);
  height: 130px;
  margin-top: -130px;
}

html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box h3 {
  color: #FFF;
  margin-bottom: 0;
}

html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box p {
  color: #FFFFFF;
}

html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box a {
  color: deepskyblue;
}

html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box a:hover {
  color: lightblue;
}

html body .sleeve .btn:focus, html body .sleeve .btn:active, html body .sleeve button:focus, html body .sleeve button:active {
  outline: none !important;
  box-shadow: none !important;
}

html body .sleeve .thumb {
  margin-bottom: 30px;
}

html body .sleeve img.zoom {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  border: 10px solid #fff;
  box-shadow: 0px 6px 10px -4px #666;
}

html body .sleeve .transition {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

html body .sleeve .modal-header {
  border-bottom: none;
}

html body .sleeve .modal-title {
  color: #000;
}

html body .sleeve .modal-footer {
  display: none;
}

html body .fancybox-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: none;
}

html body .mainPage {
  margin-top: 2rem;
}

html body footer .nzc-footer-container {
  background-color: #0388D1;
  /* height: 324px; */
}

html body footer .nzc-footer-container .footer-col-1 p,
html body footer .nzc-footer-container .footer-col-2 p,
html body footer .nzc-footer-container .footer-col-3 p {
  color: #DDD;
  font-size: 1.5rem;
}

html body footer .nzc-footer-container .footer-col-1 a,
html body footer .nzc-footer-container .footer-col-2 a,
html body footer .nzc-footer-container .footer-col-3 a {
  color: #FFF;
  font-weight: normal;
}

html body footer .nzc-footer-container .footer-col-1 a:hover,
html body footer .nzc-footer-container .footer-col-2 a:hover,
html body footer .nzc-footer-container .footer-col-3 a:hover {
  color: yellow;
}

html body footer .nzc-footer-container .footer-col-2 .master-joiner-logo {
  padding-top: 8px;
}

html body footer .nzc-footer-container .footer-col-3 .social-media-icon-holder .social-media-icon-image {
  height: 70px;
}

html body footer .nzc-footer-container .footer-col-3 .social-media-icon-holder .social-media-icon-name {
  font-weight: normal;
  text-align: center;
}

html body footer .nzc-footer-container .footer-col-3 .social-media-icon-holder .social-media-icon-name a {
  font-weight: inherit;
}

html body footer .nzc-footer-container p.credits {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3rem;
}

@media only screen and (max-width: 368px) {

  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box {
    height: 254px;
    margin-top: 0;
  }

  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box h3 {
    font-size: 2rem;
  }

  html body .sleeve #galleryContainer {
    margin-top: 1rem;
  }

  html body footer {
    height: auto;
  }
  /* line 306, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-1 {
    margin-bottom: 2rem;
    text-align: center;
  }
  /* line 311, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-2 {
    text-align: center;
  }
}
@media only screen and (min-width: 361px) and (max-width: 740px) {
  /* line 331, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box {
    height: auto;
    margin-top: 0;
  }
  /* line 335, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box h3 {
    font-size: 2rem;
  }
  /* line 346, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve #galleryContainer {
    margin-top: 1rem;
  }
  /* line 351, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer {
    height: auto;
  }
  /* line 354, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-1 {
    margin-bottom: 2rem;
    text-align: center;
  }
  /* line 359, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-2 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 378, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box {
    height: 180px;
    margin-top: 0;
  }
  /* line 382, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box h3 {
    font-size: 2rem;
  }
  /* line 395, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer {
    height: auto;
  }
  /* line 398, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-1 {
    margin-bottom: 2rem;
    text-align: center;
  }
  /* line 403, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-2 {
    text-align: center;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 422, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box {
    height: 180px;
    margin-top: 0;
  }
  /* line 426, ../../../../../themes/nzcab/sass/layout.scss */
  html body .sleeve .carousel-holder .slide .carousel-inner .carousel-item .slide-text-box h3 {
    font-size: 2rem;
  }
  /* line 439, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer {
    height: auto;
  }
  /* line 442, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-1 {
    margin-bottom: 2rem;
    text-align: center;
  }
  /* line 447, ../../../../../themes/nzcab/sass/layout.scss */
  html body footer .footer-col-2 {
    text-align: center;
  }
}
