@import url(fonts.css);
/* Variables
 ================================================== */
.nowrap {
  white-space: nowrap;
}

/* Reset
 ================================================== */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: white;
  margin-top: -25px;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles
 ================================================== */
/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar {
  padding: 0px;
  background: none;
  color: white;
  transition: all 0.6s ease;
  padding: 0 0 0 0;
}
.navbar .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar .col-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .inspect {
    padding: 15px 30px;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  padding: 20px 0 10px;
  background: #231f20;
  background-position-y: -15px;
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.4);
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 20px 0 10px;
  }
}

.project-logo-standard {
  width: 280px;
  height: 280px;
  margin: 0 0;
  background: url(../images/project-logo-2.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    width: 160px;
    height: 160px;
  }
}

.project-logo-compressed {
  width: 300px;
  height: 50px;
  display: inline-block;
  background: url(../images/project-logo-compressed.svg) left center no-repeat;
  margin: 5px 0 0 30px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    width: 150px;
    height: 65px;
    margin: 0 0 0 10px;
    background-size: contain;
  }
}

#hidden-button {
  width: auto;
  background: #00A79D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  float: right;
  text-align: center;
  padding: 15px 40px 15px 40px;
  margin: 0 0 0 0;
  transition: 0.5s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#hidden-button:hover {
  background: #006570;
}
@media screen and (max-width: 767px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 15px;
    margin: 7px 10px 0 0;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar .button {
  color: inherit !important;
}

.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}

h1, .section-header, h3, h4, h5 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0;
}

/* Header Section
 ================================================== */
#header {
  width: 100%;
  padding: 15vh 0;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) -30%, transparent 90%), url(../images/header-desktop-3.jpg) right center no-repeat;
  color: white;
  background-size: cover !important;
}
#header .container {
  max-width: 1400px;
}
#header .project-logo {
  width: 100%;
  height: 250px;
  margin: 0px 0 30px;
  background: url(../images/project-logo.svg) center top no-repeat;
  background-size: contain;
}
#header .section-header {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3.25rem;
  padding: 0 2rem;
  margin: 0 0 1.5rem;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#header .section-header > span {
  color: #00A79D;
  font-size: 2.125rem;
  text-shadow: 0 0 30px rgba(35, 31, 32, 0.8);
}
#header .sub-header {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #FFFFFF;
  letter-spacing: 4px;
  padding: 0 110px;
  text-align: center;
  text-shadow: 0 0 30px rgba(35, 31, 32, 0.8);
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 40px 0 40px;
    height: 770px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) -30%, transparent 60%), url(../images/header-tablet-landscape-3.jpg) center bottom no-repeat;
  }
  #header .container {
    max-width: 960px;
  }
  #header .project-logo {
    width: 100%;
    height: 220px;
    margin: 0px 0 20px;
    background-size: contain;
  }
  #header .section-header {
    font-size: 2.5rem;
    padding: 0 2rem;
    margin: 2rem 0 1.5rem;
  }
  #header .section-header > span {
    font-size: 1.75rem;
  }
  #header .sub-header {
    text-transform: uppercase;
    font-size: 1.25rem;
    padding: 0 70px;
  }
}
@media screen and (max-width: 992px) {
  #header {
    padding: 70px 0 80px;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) -30%, transparent 60%), url(../images/header-tablet-portrait-3.jpg) right bottom no-repeat;
  }
  #header .container {
    max-width: 960px;
  }
  #header .project-logo {
    width: 100%;
    height: 180px;
    margin: 0px 0 20px;
    background-size: contain;
  }
  #header .section-header {
    font-size: 1.75rem;
    padding: 0 0;
    margin: 0 0 1.5rem;
  }
  #header .section-header > span {
    font-size: 1.25rem;
  }
  #header .sub-header {
    font-size: 1rem;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 53vh 15px 0px 15px;
    height: auto;
    background: #231f20 url(../images/header-mob-3.jpg) center top no-repeat;
    background-size: 100% 50vh !important;
  }
  #header .container {
    max-width: 100%;
  }
  #header .project-logo {
    height: 160px;
    margin: 0 0 30px;
  }
  #header .section-header {
    font-size: 1.5rem;
    padding: 0 0rem;
    margin: 0 0 1.25rem;
  }
  #header .section-header > span {
    font-size: 1.125rem;
  }
  #header .sub-header {
    font-size: 1rem;
    padding: 0 20px;
    margin: 0 0;
  }
}
@media screen and (max-width: 375px) {
  #header {
    padding: 370px 15px 0px 15px;
    height: auto;
  }
  #header .container {
    max-width: 100%;
  }
  #header .project-logo {
    height: 160px;
    margin: 0 0 30px;
  }
  #header .section-header {
    font-size: 1.375rem;
    padding: 0 0rem;
    margin: 0 0 1.25rem;
  }
  #header .section-header > span {
    font-size: 1.125rem;
  }
  #header .sub-header {
    font-size: 1rem;
    padding: 0 0px;
  }
}
@media screen and (max-width: 360px) {
  #header {
    padding: 355px 15px 0px 15px;
    height: auto;
  }
  #header .container {
    max-width: 100%;
  }
  #header .project-logo {
    height: 160px;
    margin: 0 0 30px;
  }
  #header .section-header {
    font-size: 1.375rem;
    padding: 0 0rem;
    margin: 0 0 1.25rem;
  }
  #header .section-header > span {
    font-size: 1.125rem;
  }
  #header .sub-header {
    font-size: 1rem;
    padding: 0 0px;
  }
}
@media screen and (max-width: 320px) {
  #header {
    padding: 355px 15px 0px 15px;
    height: auto;
  }
  #header .container {
    max-width: 100%;
  }
  #header .project-logo {
    height: 160px;
    margin: 0 0 30px;
  }
  #header .section-header {
    font-size: 1.375rem;
    padding: 0 0rem;
    margin: 0 0 1.25rem;
  }
  #header .section-header > span {
    font-size: 1.125rem;
  }
  #header .sub-header {
    font-size: 1rem;
    padding: 0 0px;
  }
}

/* Section 1
 ================================================== */
#section-1 {
  background: #231f20;
  color: #E7E1E5;
  text-align: center;
  text-align: left;
}
#section-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dff0f1 url(../images/land-map-2.jpg) center bottom no-repeat;
  background-size: cover !important;
}
#section-1 .float-right {
  float: right;
  display: inline;
}
#section-1 .float-right .section-header {
  padding: 15vh 10vh 0 6vh;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 7px;
  color: #00A79D;
  text-align: left;
  line-height: 1.5;
  display: block;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  #section-1 .float-right .section-header {
    font-size: 2.25rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .float-right .section-header {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .float-right .section-header {
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center;
  }
}
#section-1 .float-right .section-intro {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 3vh 6vh 0 6vh;
  color: #E7E1E5;
}
#section-1 .float-right .section-header:after {
  content: "";
  display: block;
  margin: 0;
  width: 10%;
  padding-top: 20px;
  border-bottom: 3px solid;
  transition: 0.5s;
}
#section-1 .float-right .section-header:hover:after {
  width: 15%;
}
#section-1 .float-right .button {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #00A79D;
  font-size: 1.25rem;
  width: 100%;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  letter-spacing: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 4vh 6vh 15vh 6vh;
  width: 450px;
  color: white !important;
}
#section-1 .float-right .button:hover {
  background: #00A79D;
}
@media screen and (max-width: 1024px) {
  #section-1 .float-right .button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .float-right .button {
    margin: 18px auto 0 auto;
  }
}
#section-1 img {
  float: right;
  height: auto;
  position: bottom center;
}
@media screen and (max-width: 1024px) {
  #section-1 .float-right .section-header {
    padding: 80px 50px 0 80px;
  }
  #section-1 .float-right .section-intro {
    font-size: 1rem;
    padding: 50px 50px 0 80px;
  }
  #section-1 .float-right .button {
    color: white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    background: #00A79D;
    font-size: 1.25rem;
    width: 100%;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    letter-spacing: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 50px 50px 80px 80px;
    width: auto !important;
  }
  #section-1 .float-right .button:hover {
    background: #00A79D;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #section-1 .float-right .button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #section-1 .float-right .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .float-right .section-header {
    padding: 60px 35px 0 60px;
  }
  #section-1 .float-right .section-intro {
    font-size: 1.125rem;
    padding: 35px 35px 0 60px;
  }
  #section-1 .float-right .button {
    margin: 35px 35px 60px 60px;
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 767px) {
  #section-1 .bg {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    background: #dff0f1 url(../images/land-map-2.jpg) right bottom no-repeat;
  }
  #section-1 .float-right .section-header {
    padding: 35px 35px 0 35px;
  }
  #section-1 .float-right .section-header:after {
    display: block;
    margin: auto;
    width: 10%;
    padding-top: 20px;
    border-bottom: 3px solid #00A79D;
  }
  #section-1 .float-right .section-intro {
    font-size: 1.125rem;
    padding: 35px 35px 0 35px;
  }
  #section-1 .float-right .button {
    margin: 35px 35px 35px 35px;
    font-size: 0.875rem !important;
  }
}

/* Section 2
 ================================================== */
#section-2 {
  padding: 70px 0;
  background: #E7E1E5;
  text-align: center;
}
#section-2 .section-header {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 7px;
  color: #00A79D;
  padding: 0px 150px;
}
@media screen and (max-width: 992px) {
  #section-2 .section-header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-header {
    font-size: 1rem;
    letter-spacing: 4px;
  }
}
#section-2 .section-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 7px;
  color: #00A79D;
  display: block;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-header span {
    font-size: 2.25rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-header span {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 .section-header span {
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center;
  }
}
#section-2 .section-header:after {
  content: "";
  display: block;
  margin: auto;
  width: 10%;
  padding-top: 20px;
  border-bottom: 3px solid #00A79D;
  transition: 0.5s;
}
#section-2 .section-header:hover:after {
  width: 15%;
}
#section-2 p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #58585A;
  text-align: left;
  font-size: 1.125rem;
  padding: 30px 0;
}
#section-2 .package {
  position: relative;
  height: 220px;
  margin: 0 0.5rem;
  background: #231f20;
}
#section-2 .package .builder-logo {
  width: 82px;
  height: 33px;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
}
#section-2 #builders {
  margin: 0 0 0 0;
}
#section-2 #builders .slick-next:before {
  margin-left: 60px;
  font-family: "Ionicons";
  content: "\f362";
  font-size: 4rem;
}
#section-2 #builders .slick-prev {
  left: -65px;
}
#section-2 #builders .slick-next {
  right: -5px;
}
#section-2 #builders .slick-prev:before {
  content: "\f360";
  font-family: "Ionicons";
  font-size: 4rem;
}
#section-2 #builders .slick-dots {
  background: white;
  padding: 20px;
}
#section-2 #builders .slick-dots li button:before {
  color: #00A79D;
}
#section-2 #builders .slick-dots {
  bottom: -31px;
}
#section-2 #builders button.slick-prev:before,
#section-2 #builders .slick-next:before {
  color: #00A79D !important;
  height: 25vh;
}
#section-2 #master-builders-logo {
  width: 100%;
  height: 79px;
  background: url(../images/master-builders-logo.png) center center no-repeat;
  background-size: contain;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-header {
    padding: 0px 100px;
  }
  #section-2 p {
    font-size: 1rem;
  }
  #section-2 .package {
    height: 200px;
    margin: 0 0.5rem;
    background: #231f20;
  }
  #section-2 .package .builder-logo {
    width: 82px;
    height: 33px;
    position: absolute;
    top: 157px;
  }
  #section-2 #builders {
    margin: 0 0 0 0;
  }
  #section-2 #builders .slick-next:before {
    margin-left: 60px;
    font-size: 4rem;
  }
  #section-2 #builders .slick-prev {
    left: -25px;
  }
  #section-2 #builders .slick-next {
    right: 25px;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-header {
    padding: 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 50px 0;
  }
  #section-2 p {
    padding: 30px 30px;
  }
  #section-2 #builders {
    margin: 0 16px;
  }
  #section-2 #builders .package {
    height: 230px;
    margin: 0 0.5rem;
    background: #231f20;
  }
  #section-2 #builders .package .builder-logo {
    width: 102px;
    height: 33px;
    position: absolute;
    top: 177px;
  }
  #section-2 #builders .slick-next:before {
    margin-left: 60px;
    font-size: 2rem;
  }
  #section-2 #builders .slick-prev:before {
    margin-left: -20px;
    font-size: 2rem;
  }
  #section-2 #builders .slick-prev {
    left: -25px;
  }
  #section-2 #builders .slick-next {
    right: 15px;
  }
}

/* Section 3 - Lifestyle styling
 ================================================== */
#section-3 {
  padding: 70px 0 40px;
  background: white;
  color: #00A79D;
  text-align: center;
}
#section-3 .section-header, #section-3 .sub-header {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 7px;
  color: #00A79D;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-header, #section-3 .sub-header {
    font-size: 2.25rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-header, #section-3 .sub-header {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .section-header, #section-3 .sub-header {
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center;
  }
}
#section-3 .section-header:after {
  content: "";
  display: block;
  margin: auto;
  width: 10%;
  padding-top: 20px;
  border-bottom: 3px solid #00A79D;
  transition: 0.5s;
}
#section-3 .section-header:hover:after {
  width: 15%;
}
#section-3 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 30px 0;
  column-gap: 30px;
}
#section-3 .cols p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #58585A;
  text-align: left;
  font-size: 1.125rem;
}
#section-3 .cols a {
  color: #00A79D;
  border-bottom: 2px solid #00A79D;
  padding: 5px;
}
#section-3 .cols a:hover {
  text-decoration: none;
}
#section-3 .button {
  width: auto;
  background: #00A79D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
  text-align: center;
  padding: 15px 40px 15px 40px;
  margin: 0 0 70px 0;
  transition: 0.5s;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#section-3 .button:hover {
  background: #006570;
}
@media screen and (max-width: 1024px) {
  #section-3 .button {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .button {
    font-size: 12px;
    padding: 14px 15px;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  #section-3 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 30px 0;
    column-gap: 40px;
  }
  #section-3 .cols p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .cols {
    -webkit-columns: 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 2;
    /* Firefox */
    columns: 2;
    padding: 30px 0;
    column-gap: 20px;
  }
  #section-3 .cols p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 50px 0 0;
  }
  #section-3 .sub-header {
    padding: 0 20px;
  }
  #section-3 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 30px 20px;
    column-gap: 20px;
  }
  #section-3 .cols p {
    font-size: 1rem;
  }
}

/* Carousel
 ================================================== */
#gallery {
  background: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 10%, #FFFFFF 10%, #EAE6E2 10%, #EAE6E2 10%, #EAE6E2 85%, #FFFFFF 85%, #FFFFFF 100%, #FFFFFF 100%);
}
@media screen and (max-width: 767px) {
  #gallery {
    background: linear-gradient(-180deg, #FFFFFF 0%, #FFFFFF 20%, #FFFFFF 20%, #EAE6E2 20%, #EAE6E2 20%, #EAE6E2 70%, #FFFFFF 70%, #FFFFFF 100%, #FFFFFF 100%);
  }
}

#carousel {
  padding: 0px 0 30px;
}

#carousel .slick-slide img {
  padding: 0 40px;
  height: 750px;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#carousel .slick-next:before {
  margin-left: 60px;
  font-family: "Ionicons";
  content: "\f362";
  font-size: 4rem;
}

#carousel .slick-prev {
  left: -25px;
}

#carousel .slick-prev:before {
  content: "\f360";
  font-family: "Ionicons";
  font-size: 4rem;
}

#carousel .slick-dots {
  background: white;
  padding: 20px;
}

#carousel .slick-dots li button:before {
  color: #00A79D;
}

#carousel .slick-dots {
  bottom: -31px;
}

button.slick-prev:before,
.slick-next:before {
  color: #00A79D !important;
  height: 25vh;
}

@media screen and (max-width: 1024px) {
  #carousel .slick-slide img {
    height: 500px;
    padding: 0 90px;
  }
}
@media screen and (max-width: 992px) {
  #carousel .slick-slide img {
    height: 450px;
    padding: 0 90px;
  }
  #carousel .slick-next:before {
    margin-left: 49px;
  }
}
@media screen and (max-width: 767px) {
  #carousel {
    padding: 30px 0 30px;
  }
  #carousel .slick-slide img {
    padding: 0px 30px 25px 30px;
    height: 250px;
  }
  #carousel .slick-next:before {
    margin-left: 60px;
    font-family: "Ionicons";
    content: "\f362";
    font-size: 2rem;
  }
  #carousel .slick-prev {
    left: -25px;
  }
  #carousel .slick-prev:before {
    content: "\f360";
    font-family: "Ionicons";
    font-size: 2rem;
  }
}
/* Section 4 - Location styling
 ================================================== */
#section-4 {
  padding: 70px 0;
  background: white;
  color: #00A79D;
  text-align: center;
}
#section-4 .section-header {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 7px;
  color: #00A79D;
}
@media screen and (max-width: 992px) {
  #section-4 .section-header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 .section-header {
    font-size: 1rem;
    letter-spacing: 4px;
  }
}
#section-4 .section-header span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.4rem;
  letter-spacing: 7px;
  color: #00A79D;
  display: block;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-header span {
    font-size: 2.25rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-header span {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  #section-4 .section-header span {
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center;
  }
}
#section-4 .section-header:after {
  content: "";
  display: block;
  margin: auto;
  width: 10%;
  padding-top: 20px;
  border-bottom: 3px solid #00A79D;
  transition: 0.5s;
}
#section-4 .section-header:hover:after {
  width: 15%;
}
#section-4 .section-intro {
  letter-spacing: 0.8px;
  font-size: 1.375rem;
  line-height: 1.3;
  padding: 30px 0;
  color: #58585A;
}
#section-4 .section-intro > span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#section-4 .emoji {
  font-size: 80px;
  text-align: center;
  margin: 0 0;
  padding: 0 0;
}
#section-4 .location-info {
  color: #58585A;
  letter-spacing: 0px;
  font-size: 1.125rem;
  line-height: 1.3;
  padding-top: 0;
}
#section-4 .location-info > span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: block;
  padding-top: 5px;
  text-transform: none;
}
#section-4 .shop-icon {
  background: url(../images/icon-shop.svg) center center no-repeat;
  background-size: contain;
  height: 70px;
  padding: 0 0 0 41px;
}
#section-4 .car-icon {
  background: url(../images/icon-car.svg) center center no-repeat;
  background-size: contain;
  height: 70px;
  padding: 0 0 0 41px;
}
#section-4 .school-icon {
  background: url(../images/icon-school.svg) center center no-repeat;
  background-size: contain;
  height: 70px;
  padding: 0 0 0 41px;
}
#section-4 .medical-icon {
  background: url(../images/icon-medical.svg) center center no-repeat;
  background-size: contain;
  height: 70px;
  padding: 0 0 0 41px;
}
#section-4 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#section-4 .embed-container iframe, #section-4 .embed-container object, #section-4 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 50px 0;
  }
  #section-4 .section-header {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 7px;
    color: #00A79D;
  }
}
@media screen and (max-width: 1024px) and (max-width: 992px) {
  #section-4 .section-header {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #section-4 .section-header {
    font-size: 1rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1024px) {
  #section-4 .section-header span {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 7px;
    color: #00A79D;
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #section-4 .section-header span {
    font-size: 2.25rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 992px) {
  #section-4 .section-header span {
    font-size: 2rem;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  #section-4 .section-header span {
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  #section-4 .section-intro {
    letter-spacing: 0.8px;
    font-size: 1.25rem;
    padding: 30px 0;
  }
  #section-4 .emoji {
    font-size: 70px;
    text-align: center;
    margin: 0 0;
    padding: 0 0;
  }
  #section-4 .location-info {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 40px 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 0 0 50px 0;
  }
  #section-4 .section-intro {
    font-size: 1.125rem;
    padding: 30px 0 0;
  }
  #section-4 .emoji {
    font-size: 60px;
    text-align: center;
    margin: 0 0;
    padding: 0 0;
  }
  #section-4 .location-info {
    font-size: 1rem;
  }
}

/* Google Map
 ================================================== */
#map-header {
  width: 100%;
  background: #231f20;
  padding: 50px 0 60px;
  text-align: center;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  /* form stuff */
  /* infield label */
  /*the container must be positioned relative:*/
  /* Privacy Policy */
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
#map-header #formcontent {
  background: white;
  width: 80%;
  float: right;
  padding: 20px 0 15px 0;
  margin: 100px 0 0 0;
  z-index: 100;
  /*
      -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  */
  transition: all 0.6s ease;
  min-height: 180px;
  border: 5px solid #E7E1E5;
  min-height: 300px;
}
#map-header #formcontent h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #231f20;
  font-size: 1.875rem;
  letter-spacing: 3px;
  padding: 15px 30px 20px 30px;
}
#map-header #formcontent h3 > span {
  font-size: 1rem;
}
#map-header #formcontent:hover {
  -webkit-box-shadow: 0 0 64px 0 rgba(35, 31, 32, 0.2);
  box-shadow: 0 0 64px 0 rgba(35, 31, 32, 0.2);
  border: 5px solid #00A79D;
}
#map-header #formcontent .button-download {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #00A79D;
  font-size: 1.25rem;
  width: 100%;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  letter-spacing: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 20px 10px;
  margin: 0 auto;
  width: 280px;
}
#map-header #formcontent .button-download:hover {
  background: #00A79D;
}
@media screen and (max-width: 1024px) {
  #map-header #formcontent .button-download {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header #formcontent .button-download {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #map-header #formcontent {
    margin: 50px 0 0 0;
    width: 100%;
    float: none;
  }
  #map-header #formcontent h3 {
    font-size: 1.65rem;
    padding: 10px;
  }
  #map-header #formcontent h3 > span {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  #map-header #formcontent .button-download {
    width: 243px;
  }
}
@media screen and (max-width: 992px) {
  #map-header #formcontent {
    margin: 0px 0 0 0;
    height: auto;
  }
  #map-header #formcontent h3 {
    font-size: 1.5rem;
    padding: 10px 20px 15px 20px;
  }
  #map-header #formcontent h3 > span {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  #map-header #formcontent .button-download {
    width: 243px;
  }
}
@media screen and (max-width: 767px) {
  #map-header #formcontent {
    margin: 30px 0 30px 0;
  }
  #map-header #formcontent h3 {
    font-size: 1.5rem;
    padding: 0px 20px 20px 20px;
  }
  #map-header #formcontent h3 > span {
    font-size: 1.1rem;
  }
  #map-header #formcontent h4 {
    font-size: 12px;
  }
  #map-header #formcontent .button-download {
    width: 280px;
  }
}
@media screen and (max-width: 336px) {
  #map-header #formcontent {
    margin: 30px 0 30px 0;
  }
}
#map-header .clearfix {
  *zoom: 1;
}
#map-header .clearfix:before,
#map-header .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
#map-header .clearfix:after {
  clear: both;
}
#map-header label {
  width: auto;
}
#map-header #thankyou1,
#map-header #sorry1 {
  display: none;
  color: #000000;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
  height: 100px;
}
#map-header #jpform {
  height: 295px;
}
#map-header form,
#map-header fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
#map-header fieldset {
  padding: 0px 30px 30px;
}
@media screen and (max-width: 1024px) {
  #map-header fieldset {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  #map-header fieldset {
    padding: 0 20px 20px 20px;
  }
}
#map-header input,
#map-header label,
#map-header a.selectbox-link span.selectbox-link-text {
  font-size: 14px;
  color: #231f20;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  #map-header input,
  #map-header label,
  #map-header a.selectbox-link span.selectbox-link-text {
    font-size: 12px;
  }
}
#map-header input {
  width: 100%;
  height: 47px;
  border: 2px solid #231f20;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0px 0 15px 0px;
  padding: 0 0 0 11px;
  background: #E7E1E5;
  box-shadow: none;
  border-radius: 0px;
}
#map-header input:hover, #map-header input:focus {
  border: 2px solid #00A79D;
  outline: none !important;
}
@media screen and (max-width: 992px) {
  #map-header input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}
#map-header a.selectbox-link {
  width: 100%;
  float: left;
  height: 30px;
  border: 0px;
  border-bottom: 1px solid #00A79D;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0px;
  background-color: white !important;
  position: relative;
  z-index: 100;
}
#map-header a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid #00A79D;
  box-shadow: none;
}
#map-header a.selectbox-link span.selectbox-link-icon span,
#map-header span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 4px no-repeat;
}
#map-header a.selectbox-link span.selectbox-link-icon,
#map-header span.selectbox-disabled span.selectbox-link-icon {
  background-image: none;
  background: white;
  border-left: none;
}
#map-header a.selectbox-link span.selectbox-link-text,
#map-header span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
}
#map-header a.selectbox-link span.selectbox-link-text,
#map-header span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
}
#map-header input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}
#map-header input#Select_Something {
  left: -210px;
}
#map-header .selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid #00A79D;
  list-style: none;
  color: black;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
}
#map-header .selectbox-container {
  padding: 0px;
}
#map-header .selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: #58585A;
}
#map-header .custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#map-header .custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}
#map-header .selectbox-container ul li:first-child {
  display: none !important;
  /*hide original SELECT element:*/
}
#map-header .selectbox-container ul li.selectbox-selected {
  background-color: #58585A;
  color: #fff;
}
#map-header a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}
#map-header form p {
  position: relative;
  margin: 1px 0;
}
#map-header form p label {
  position: absolute;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  #map-header form p label {
    top: 6px;
  }
}
#map-header form p br {
  display: none;
}
#map-header form fieldset p label {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  #map-header form fieldset p label {
    font-size: 12px;
  }
}
#map-header label.infield {
  margin: 5px 0 0 0;
  color: grey;
}
#map-header label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}
#map-header .button-link {
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  padding: 10px 0 10px 0;
  background: #00A79D;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.6s ease;
  color: white;
  border: 0px;
}
#map-header .button-link:hover, #map-header .button-link:focus {
  background: #00A79D;
}
#map-header .button-link span.msg,
#map-header .button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}
#map-header #loadingbtn,
#map-header #thankyou {
  display: none;
}
#map-header .comment {
  height: 60px;
  line-height: 60px;
}
#map-header ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00A79D;
  line-height: 60px;
}
#map-header ::-moz-placeholder {
  /* Firefox 19+ */
  color: #00A79D;
  line-height: 60px;
}
#map-header :-ms-input-placeholder {
  /* IE 10+ */
  color: #00A79D;
  line-height: 60px;
}
#map-header :-moz-placeholder {
  /* Firefox 18- */
  color: #00A79D;
  line-height: 60px;
}
#map-header .privacy-policy,
#map-header p.privacy-policy,
#map-header a.policy-link,
#map-header a:hover.policy-link,
#map-header #privacy-policy,
#map-header #privacy-policy-2 {
  color: #58585A;
}
#map-header .privacy-policy {
  font-size: 11px;
  color: #58585A;
}
#map-header p.privacy-policy {
  font-size: 11px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 15px;
}
#map-header a.policy-link {
  text-decoration: underline;
  color: #58585A;
}
#map-header a:hover.policy-link {
  text-decoration: none;
  color: #58585A;
}
#map-header #privacy-policy,
#map-header #privacy-policy-2 {
  display: none;
  font-size: 9px;
}
#map-header .custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  color: #231f20;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  #map-header .custom-select {
    font-size: 12px;
  }
}
#map-header .custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}
#map-header .select-selected {
  background-color: #E7E1E5;
  transition: all 0.6s ease;
  border: 2px solid #231f20 !important;
  border-radius: 0;
  color: #58585A;
}
#map-header .select-selected:hover {
  border: 2px solid #00A79D !important;
}
#map-header .select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #231f20 transparent transparent transparent;
}
#map-header .select-selected.select-arrow-active:after {
  border-color: transparent transparent #231f20 transparent;
  top: 12px;
}
#map-header .select-items div,
#map-header .select-selected {
  color: #231f20;
  padding: 12px 1rem;
  border: none;
  border-top: 2px solid #231f20 !important;
  border-radius: 0;
  cursor: pointer;
}
#map-header .select-selected {
  border-top: 2px solid #231f20 !important;
}
#map-header .select-items {
  position: absolute;
  background-color: white;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  border-top: 0px;
}
@media screen and (max-width: 992px) {
  #map-header .select-items {
    font-size: 12px;
  }
}
#map-header .select-hide {
  display: none;
}
#map-header .select-items div:hover,
#map-header .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
#map-header .section-header {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.4;
  margin: 0 0;
  padding: 0 0;
  letter-spacing: 3px;
  text-align: center;
  color: #00A79D;
}
#map-header .section-header > span {
  transition: 0.5s;
}
#map-header .section-intro {
  letter-spacing: 0.8px;
  font-size: 1.375rem;
  line-height: 1.3;
  padding: 10px 0 0;
  color: white;
}
#map-header .section-intro > span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
#map-header .button {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #00A79D;
  font-size: 1.25rem;
  width: 100%;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  letter-spacing: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px auto 0;
  display: inline-block;
  width: auto;
  color: white;
  padding: 20px 30px;
  background: #00A79D;
}
#map-header .button:hover {
  background: #00A79D;
}
@media screen and (max-width: 1024px) {
  #map-header .button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header .button {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 40px 0 55px;
  }
  #map-header .section-header {
    font-size: 1.5rem;
  }
  #map-header .section-intro {
    font-size: 1.25rem;
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 20px 60px;
  }
  #map-header .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #map-header .section-header {
    font-size: 1.25rem;
  }
  #map-header .section-intro {
    font-size: 1.125rem;
    padding: 10px 0 0;
  }
  #map-header .button {
    margin: 10px 0;
    font-size: 0.875rem !important;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 40px 25px 45px;
  }
  #map-header .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #map-header .section-header {
    font-size: 1.25rem;
  }
  #map-header .section-intro {
    font-size: 1.125rem;
    padding: 10px 0 0;
  }
  #map-header .button {
    margin: 10px 0;
    font-size: 0.875rem !important;
  }
}

#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Footer
 ================================================== */
#footer {
  padding: 60px 0;
  background: #231f20;
  color: white;
}
#footer p {
  font-size: 0.875rem;
  margin: 0 0;
  padding: 0 0;
}
#footer #logo-pelican, #footer #logo-henzells {
  height: 80px;
  width: 100%;
  transition: all 0.6s ease;
  margin: 0 auto;
  background-size: contain;
  display: inline-block;
}
#footer #logo-pelican:hover, #footer #logo-henzells:hover {
  opacity: 0.6;
}
#footer #logo-pelican {
  background: url(../images/logo-pelican-waters.svg) center center no-repeat;
}
#footer #logo-henzells {
  background: url(../images/logo-henzells.svg) center center no-repeat;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 20px 0;
  }
  #footer p {
    font-size: 0.75rem;
  }
}

.modal-dialog {
  max-width: 70%;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .modal-dialog {
    max-width: 75%;
  }
}

.img-fluid {
  width: 100%;
  height: auto;
}

.modal {
  top: 10vh;
}

.modal-header {
  background: #E7E2DC;
}
.modal-header .close {
  background: #00A79D;
  border-radius: 0 3px 0 3px;
  text-shadow: none;
}

.modal-body {
  padding: 0px 40px 40px 40px;
  background: #E7E2DC;
}
@media screen and (max-width: 767px) {
  .modal-body {
    padding: 0px;
  }
}

.close {
  color: #00A79D;
  opacity: 1;
  background: #00A79D;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .modal-dialog {
    max-width: 100%;
    height: auto !important;
  }
  .img-fluid {
    width: 100%;
    height: auto;
  }
}
.modal-header {
  border-bottom: 0px;
}

.pricebox {
  text-align: center;
  padding: 0px 0px;
}
.pricebox h3 {
  color: white;
  text-align: center;
  margin: 20px 0;
  padding: 0;
  line-height: 1.6;
}
.pricebox h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: white;
  margin: 10px 0 10px 0;
}
.pricebox h4 span {
  font-size: 52px;
  display: block;
  font-style: normal;
}
.pricebox a span.hover {
  opacity: 1;
  transition: opacity linear 0.15s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.pricebox a:hover span.hover {
  opacity: 1;
}
.pricebox a span.hover::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.pricebox a span.hover span.caption {
  display: inline-block;
  vertical-align: middle;
}
.pricebox a span.hover span.caption {
  border: 3px solid #00A79D;
  background-color: rgba(255, 255, 255, 0.87);
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.87), 0px 3px 10px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  text-transform: uppercase;
  color: #00A79D;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}

/* form stuff */
#formcontent {
  background: white;
  width: 80%;
  float: right;
  padding: 20px 0 15px 0;
  margin: 100px 0 0 0;
  z-index: 100;
  /*
      -webkit-box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  */
  transition: all 0.6s ease;
  min-height: 180px;
  border: 5px solid #E7E1E5;
  min-height: 300px;
}
#formcontent h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #231f20;
  font-size: 1.875rem;
  letter-spacing: 3px;
  padding: 15px 30px 20px 30px;
}
#formcontent h3 > span {
  font-size: 1rem;
}
#formcontent:hover {
  -webkit-box-shadow: 0 0 64px 0 rgba(35, 31, 32, 0.2);
  box-shadow: 0 0 64px 0 rgba(35, 31, 32, 0.2);
  border: 5px solid #00A79D;
}
#formcontent .button-download {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  background: #00A79D;
  font-size: 1.25rem;
  width: 100%;
  padding: 20px 0 20px 0;
  text-transform: uppercase;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  letter-spacing: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 20px 10px;
  margin: 0 auto;
  width: 280px;
}
#formcontent .button-download:hover {
  background: #00A79D;
}
@media screen and (max-width: 1024px) {
  #formcontent .button-download {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  #formcontent .button-download {
    margin: 18px auto 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  #formcontent {
    margin: 50px 0 0 0;
    width: 100%;
    float: none;
  }
  #formcontent h3 {
    font-size: 1.65rem;
    padding: 10px;
  }
  #formcontent h3 > span {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  #formcontent .button-download {
    width: 243px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    margin: 0px 0 0 0;
    height: auto;
  }
  #formcontent h3 {
    font-size: 1.5rem;
    padding: 10px 20px 15px 20px;
  }
  #formcontent h3 > span {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
  #formcontent .button-download {
    width: 243px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    margin: 30px 0 30px 0;
  }
  #formcontent h3 {
    font-size: 1.5rem;
    padding: 0px 20px 20px 20px;
  }
  #formcontent h3 > span {
    font-size: 1.1rem;
  }
  #formcontent h4 {
    font-size: 12px;
  }
  #formcontent .button-download {
    width: 280px;
  }
}
@media screen and (max-width: 336px) {
  #formcontent {
    margin: 30px 0 30px 0;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1,
#sorry1 {
  display: none;
  color: #000000;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
  height: 100px;
}

#jpform {
  height: 295px;
}

/* infield label */
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

fieldset {
  padding: 0px 30px 30px;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 992px) {
  fieldset {
    padding: 0 20px 20px 20px;
  }
}

input,
label,
a.selectbox-link span.selectbox-link-text {
  font-size: 14px;
  color: #231f20;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  input,
  label,
  a.selectbox-link span.selectbox-link-text {
    font-size: 12px;
  }
}

input {
  width: 100%;
  height: 47px;
  border: 2px solid #231f20;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0px 0 15px 0px;
  padding: 0 0 0 11px;
  background: #E7E1E5;
  box-shadow: none;
  border-radius: 0px;
}
input:hover, input:focus {
  border: 2px solid #00A79D;
  outline: none !important;
}
@media screen and (max-width: 992px) {
  input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 30px;
  border: 0px;
  border-bottom: 1px solid #00A79D;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0px;
  background-color: white !important;
  position: relative;
  z-index: 100;
}
a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid #00A79D;
  box-shadow: none;
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 4px no-repeat;
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
  background-image: none;
  background: white;
  border-left: none;
}

a.selectbox-link span.selectbox-link-text,
span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
}

a.selectbox-link span.selectbox-link-text,
span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
}

input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
}

.selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid #00A79D;
  list-style: none;
  color: black;
  font-size: 13px;
  cursor: pointer;
  text-transform: uppercase;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
}

.selectbox-container {
  padding: 0px;
}

.selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: #58585A;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}

.selectbox-container ul li:first-child {
  display: none !important;
  /*hide original SELECT element:*/
}

.selectbox-container ul li.selectbox-selected {
  background-color: #58585A;
  color: #fff;
}

a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}

form p {
  position: relative;
  margin: 1px 0;
}

form p label {
  position: absolute;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  form p label {
    top: 6px;
  }
}

form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 992px) {
  form fieldset p label {
    font-size: 12px;
  }
}

label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}

.button-link {
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  padding: 10px 0 10px 0;
  background: #00A79D;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 5px;
  padding-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.6s ease;
  color: white;
  border: 0px;
}
.button-link:hover, .button-link:focus {
  background: #00A79D;
}

.button-link span.msg,
.button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}

#loadingbtn,
#thankyou {
  display: none;
}

.comment {
  height: 60px;
  line-height: 60px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00A79D;
  line-height: 60px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00A79D;
  line-height: 60px;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #00A79D;
  line-height: 60px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #00A79D;
  line-height: 60px;
}

/* Privacy Policy */
.privacy-policy,
p.privacy-policy,
a.policy-link,
a:hover.policy-link,
#privacy-policy,
#privacy-policy-2 {
  color: #58585A;
}

.privacy-policy {
  font-size: 11px;
  color: #58585A;
}

p.privacy-policy {
  font-size: 11px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  padding-left: 15px;
}

a.policy-link {
  text-decoration: underline;
  color: #58585A;
}

a:hover.policy-link {
  text-decoration: none;
  color: #58585A;
}

#privacy-policy,
#privacy-policy-2 {
  display: none;
  font-size: 9px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: black;
  color: #231f20;
  margin-bottom: 30px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .custom-select {
    font-size: 12px;
  }
}

.custom-select select {
  display: none !important;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #E7E1E5;
  transition: all 0.6s ease;
  border: 2px solid #231f20 !important;
  border-radius: 0;
  color: #58585A;
}
.select-selected:hover {
  border: 2px solid #00A79D !important;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #231f20 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #231f20 transparent;
  top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #231f20;
  padding: 12px 1rem;
  border: none;
  border-top: 2px solid #231f20 !important;
  border-radius: 0;
  cursor: pointer;
}

.select-selected {
  border-top: 2px solid #231f20 !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
  border-top: 0px;
}
@media screen and (max-width: 992px) {
  .select-items {
    font-size: 12px;
  }
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
