@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900|Open+Sans:300,400,600,700,800|Bellefair|Merriweather:400,700|Montserrat:300,400,500,600,700");
@import url("font-awesome.min.css");
@import url("ionicons.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.css");
@import url("magnific-popup.css");
/***
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Lora', serif;
font-family: 'Merriweather', serif;
font-family: 'Montserrat', sans-serif;
***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*:focus {
  outline: none; }

/*---------------------------------------------------------------------------------------
Common
---------------------------------------------------------------------------------------*/
body {
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
  color: #121212;
  font-family: 'Open Sans', sans-serif;
  width: 100%; }

html {
  position: relative;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #121212;
  margin: 10px 0; }

h1 {
  line-height: 43px; }

h2 {
  line-height: 35px; }

h3 {
  line-height: 30px; }

h4 {
  line-height: 22px; }

h5 {
  font-size: 15px; }

p {
  line-height: 1.6;
  margin-bottom: 10px;
  -webkit-margin-before: 0em; }

b {
  font-weight: 600; }

a {
  transition: all ease 0.3s;
  text-decoration: none; }

a:hover {
  outline: 0;
  text-decoration: none; }

a:active {
  outline: 0;
  text-decoration: none; }

a:focus {
  outline: 0;
  text-decoration: none; }

.scale {
  transform: scale(0.9);
  opacity: 0;
  transition: opacity .6s ease-in, transform .6s ease-in; }
  .scale.is-visible {
    transform: scale(1);
    opacity: 1; }

.object-fit {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%; }

  strong { font-weight: bold; }

  .space-it { margin-bottom: 200px; }

/*---------------------------------------------------------------------------------------
Brochure
---------------------------------------------------------------------------------------*/
.brochure {
  position: fixed;
  right: -1px;
  top: 200px;
  width: 50px;
  height: 280px;
  background-color: #404040;
  border: 1px solid #404040;
  border-radius: 2px;
  z-index: 10000; }
  .brochure .rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    font-size: 25px;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
    .brochure .rotate a {
      color: #ffffff;
      text-decoration: none; }
    .brochure .rotate a:hover {
      color: #ccc; }

a.download {
  display: block;
  color: #ffffff;
  background-color: #404040;
  border: 1px solid #404040;
  border-radius: 2px;
  font-size: 18px;
  width: 200px;
  height: 40px;
  line-height: 39px;
  margin: 0 auto;
  text-align: center; }

a.download:hover {
  background-color: #404040;
  color: #ffffff; }

@media screen and (max-width: 550px) {
  .brochure {
    position: fixed;
    right: -1px;
    top: 88px;
    width: 30px;
    height: 180px;
    background-color: #404040;
    border: 1px solid #404040;
    border-radius: 2px;
    z-index: 10000; }
    .brochure .rotate {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 150px;
      font-size: 16px;
      -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
      transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
      .brochure .rotate a {
        color: #ffffff;
        text-decoration: none; }
      .brochure .rotate a:hover {
        color: #ccc; } }
/*---------------------------------------------------------------------------------------
Navigation
---------------------------------------------------------------------------------------*/
.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  background-color: #044742;
  z-index: 1000; }
  .nav .top-phone {
    display: none;
    position: relative;
    width: 200px;
    float: right;
    padding-top: 10px;
    color: #cccccc;
    right: -17px;
    z-index: 100; }
  .nav .inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 80px; }
    .nav .inner ul {
      position: relative;
      list-style-type: none;
      padding-top: 45px;
      float: right;
      z-index: 500; }
      .nav .inner ul li {
        float: left;
        padding-left: 30px; }
      .nav .inner ul a {
        color: #ffffff;
        font-weight: 600;
        font-style: normal;
        font-size: 14px;
        text-transform: uppercase; }
      .nav .inner ul a:hover {
        color: #ccc; }
      .nav .inner ul a.active {
        color: #ccc;
        padding-bottom: 5px;
        border-bottom: 2px solid #ccc; }
    .nav .inner .logo {
      float: left; }
      .nav .inner .logo img {
        width: 280px;
        height: auto;
        margin-top: 15px; }
  .nav .ribbon {
    position: absolute;
    right: 30px;
    top: 62px;
    background-image: url("../images/ribbon.png");
    z-index: 1500;
    width: 150px;
    height: 115px;
    color: #ffffff; }
    .nav .ribbon span {
      display: block;
      text-align: center;
      padding-top: 50px;
      dont-size: 15px;
      font-weight: bold;
      padding-left: 10px; }
    @media screen and (max-width: 768px) {
      .nav .ribbon {
        display: none; } }

.mobile-menu {
  position: absolute;
  top: 80px;
  left: -350px;
  width: 350px;
  height: 100vh;
  background-color: #1e6e65;
  z-index: 10000;
  transition: all .3s;
  padding-top: 50px; }
  .mobile-menu a {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px;
    color: #ffffff;
    text-decoration: none; }
  .mobile-menu a:hover {
    color: #ccc; }
  .mobile-menu.is-active {
    left: 0px; }

.hamburger {
  display: none; }

@media screen and (max-width: 768px) {
  .hamburger {
    display: block; } }
@media screen and (max-width: 768px) {
  .desktop {
    display: none; }

  .logo {
    float: left;
    padding-top: 0px;
    padding-left: 20px; } }
/*---------------------------------------------------------------------------------------
Header
---------------------------------------------------------------------------------------*/
.header {
  position: relative;
  top: 70px;
  left: 0px;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 500; }

.header h1 {
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 10000;
  line-height: 1.1em;
  text-shadow: 1px 1px 2px #000000; }

.header h1 span {
  font-weight: 700; position: relative;
    top: 20px; left: -100px; }

.header .meta {
  position: absolute;
  left: 9%;
  bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-top: 20px;
  z-index: 10000; }

.header .meta a {
  color: #ffffff; }

.header .meta a:hover {
  color: #999999; }

.header .main-logo {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -115px;
  z-index: 10000; }
  .header .main-logo img {
    width: 250px;
    height: auto;
    margin-top: 0px; }
@media screen and (max-width: 580px) { 
  .header .main-logo img { display: none; }

}

.header .content {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-right: -50%;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 1500; }

@media screen and (max-width: 768px) {
  .header h1 {
    left: 25px;
    top: 10px;
    font-size: 28px; }

  .header h1 span {
    font-weight: 700; }

  .header .meta {
    left: 20px;
    bottom: 13px;
    font-size: 18px;
    margin-top: 22px;
    font-weight: 300;
    letter-spacing: 0px; } }
.top-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 30px;
  transition: all ease 0.3s;
  z-index: 1500; }

.top-down:hover {
  color: #999999; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1000; }

/*---------------------------------------------------------------------------------------
Home Sections
---------------------------------------------------------------------------------------*/
.home-features {
  position: relative;  
  padding: 80px 0px 75px 0px;
  margin-top: 50px; }
  .home-features .inner {
    max-width: 1200px;
    margin: 0 auto; }
    .home-features .inner .featured-item {
      padding: 25px 0px 25px 0px;
      text-align: center; line-height: 1.4em; color: #1e6e65; text-transform: uppercase; letter-spacing: .2em; font-family: "Montserrat",sans-serif; }
      .home-features .inner .featured-item span {
        font-size: 24px; font-weight: bold;     line-height: 1.2em; }    

.home-features .home-intro { position: absolute; }
.home-features .home-intro img { width: 250px; height: auto; margin: 0 auto; margin-bottom: 100px;}
.home-features h1 { display: block; margin: 0 auto; padding-bottom: 30px; font-size: 40px; text-align: center; line-height: 1.4em; color: #1e6e65; text-transform: uppercase; letter-spacing: .2em; font-family: "Montserrat",sans-serif; }
@media screen and (max-width: 680px) {
  
}

.home-plans {
  width: 100%;
  height: 500px;}
  .home-plans .full-highlight {
    position: relative;
    background-image: url(images/pico.jpg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    z-index: 500;
    transition: all ease 0.3s;
    cursor: pointer; }
  .home-plans .full-highlight:hover .overlay {
    opacity: 0.7; }
  .home-plans .full-highlight:hover .over-copy {
    opacity: 1; }
  .home-plans .over-copy {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10000;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    opacity: 0;
    transition: all ease 0.3s; }
  .home-plans .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    z-index: 1000;
    transition: all ease 0.3s; }
  .home-plans .plans {
    width: 100%;
    height: auto; }

.home-specs {
  width: 100%;
  padding: 100px 0px 100px 0px; }
  .home-specs .btn-rounded {
    display: block;
    margin: 0 auto;
    width: 175px;
    border: 2px solid #404040;
    padding: 15px 0px 15px 0px;
    border-radius: 3px;
    color: #404040;
    text-align: center; }
  .home-specs .btn-rounded:hover {
    border: 2px solid #404040;
    background-color: #404040;
    color: #fff; }

.home-contact {
  width: 100%; 
  padding: 75px 0px 75px 0px; }
  .home-contact .contact-logo {
    margin: 0 auto; }
    .home-contact .contact-logo img {
      display: block;
      margin: 0 auto;
      width: 300px;
      height: auto; }
  .home-contact .btn-rounded {
    display: block;
    margin: 0 auto;
    width: 175px;
    border: 2px solid #404040;
    background-color: #404040;
    padding: 15px 0px 15px 0px;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px; }
  .home-contact .btn-rounded:hover {
    border: 2px solid #404040;
    background-color: #ffffff;
    color: #000; }

/*---------------------------------------------------------------------------------------
Content
---------------------------------------------------------------------------------------*/
.pages {
  width: 100%;
  padding: 50px 0px 50px 0px; }
  .pages .inner {
    max-width: 1400px;
    margin: 0 auto; }
    .pages .inner h1 {
      font-size: 30px;
      font-weight: bold;
      color: #1e6e65;
      text-transform: uppercase;
      padding-bottom: 25px; }
  .pages.location {
    margin-top: 100px; }
    .pages.location img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .pages.plans {
    margin-top: 100px;
    padding-bottom: 50px; }
    .plans h1 { text-align: center; font-size: 40px; font-family: "Montserrat", sans-serif }
    .pages.plans img {
      width: 80%;
      height: auto;
      margin: 0 auto; }
  .pages.specs {
    margin-top: 100px; }
    .pages.specs .col-4 {
      background-color: #f1f1f1;
      color: #000000;
      text-align: center;
      margin-bottom: 20px;
      border: 1px solid #63666a;
      padding: 20px 0px 20px 0px; }
      .pages.specs .col-4 span {
        font-weight: normal; }
        .pages.specs .col-4 p {
          font-weight: bold; }
        .pages.specs .col-3 {
          background-color: #f1f1f1;
          color: #000000;
          text-align: center;
          margin-bottom: 20px;
          border: 1px solid #63666a;
          padding: 20px 0px 20px 0px; }
          .pages.specs .col-3 span {
            font-weight: normal; }
            .pages.specs .col-3 p {
              font-weight: bold; }
              .specs h1 { display: block; margin: 0 auto; padding-bottom: 30px; font-size: 40px; text-align: center; line-height: 1.4em; color: #4b5a74; text-transform: uppercase; letter-spacing: .2em; font-family: "Montserrat",sans-serif; }
              .specs img { margin: 0 auto; text-align: center; }
  .pages.photos {
    margin-top: 100px; }
    .pages.photos .col-4 img {
      width: 100%;
      height: auto; }
    @media screen and (max-width: 680px) {
      .pages.photos .col-4 {
        margin-bottom: 20px; } }
        .photos h1 { text-align: center; font-size: 40px; font-family: "Montserrat", sans-serif }
  .pages.contact {
    margin-top: 100px; }
    .contact h1 { text-align: center; font-size: 40px; font-family: "Montserrat", sans-serif }
    .pages.contact a {
      color: #1e6e65;
      font-weight: bold; }
    .pages.contact a:hover {
      color: #333; }
    @media screen and (max-width: 680px) {
      .pages.contact .col-3 {
        text-align: center; } }
    .pages.contact .contact-form label {
      display: block;
      margin-bottom: -10px;
      font-size: 15px; }
    .pages.contact .contact-form input[type="text"], .pages.contact .contact-form input[type="input"], .pages.contact .contact-form input[type="password"], .pages.contact .contact-form input[type="email"], .pages.contact .contact-form input[type="number"], .pages.contact .contact-form input[type="date"], .pages.contact .contact-form input[type="url"], .pages.contact .contact-form input[type="tel"], .pages.contact .contact-form input[type="search"], .pages.contact .contact-form textarea, .pages.contact .contact-form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 10px 10px;
      margin-top: 5px;
      margin: 0;
      width: 80%;
      text-indent: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0), inset 0 0 0 0 rgba(0, 0, 0, 0);
      background-color: transparent;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      transition: all 0.4s ease;
      border: 1px solid #cccccc;
      color: #333333; }
    .pages.contact .contact-form input[type="submit"] {
      display: block;
      padding: 15px 15px;
      text-align: center;
      color: #ffffff;
      background-color: #1e6e65;
      border: 0px;
      transition: all ease 0.3s; }
    .pages.contact .contact-form input[type="submit"]:hover {
      background-color: #000000; }
    .pages.contact .contact-form a {
      color: #59c6f5; }
    .pages.contact .contact-form a:hover {
      color: #000000; }
    @media screen and (max-width: 768px) {
      .pages.contact .contact-form {
        padding: 20px; } }

        .location h1 { text-align: center; font-size: 40px; font-family: "Montserrat", sans-serif }

.btn-dark {
  display: block;
  max-width: 175px;
  color: #ffffff;
  background-color: #1e6e65;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  transition: all .3s;
  margin: 0 auto;
  text-align: center;
  border-radius: 2px;
  margin-top: 20px; }

.btn-dark:hover {
  color: #cccccc;
  background-color: #000000; }

/*---------------------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------------------*/
.footer {
  color: #ffffff;
  /*background-image: url(../images/footer.jpg);*/
  background-color: #1d1d1d;
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px;
  font-size: 13px; }
  .footer .inner {
    max-width: 1200px;
    margin: 0 auto; }
    .footer .inner .left {
      float: left; }
    .footer .inner .right {
      float: right; }
    .footer .inner a {
      color: #cccccc; }
    .footer .inner a:hover {
      color: #ffffff; }
    .footer .inner .logo {
      width: 240px;
      height: auto;
      padding-top: 10px; }

/*---------------------------------------------------------------------------------------
Flexit
---------------------------------------------------------------------------------------*/
.boxes {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  .boxes .box {
    margin-right: 10px;
    padding: 10px;
    width: 33.33333%;
    padding-bottom: 50px; }
  .boxes .box.specs {
    border: 1px solid #cccccc;
    margin-right: 40px;
    padding: 40px 20px 40px 20px;
    width: 33.33333%;
    margin-bottom: 40px; }
    .boxes .box.specs p {
      color: #333333;
      font-weight: 700;
      font-size: 18px;
      text-align: center; }
      .boxes .box.specs p span {
        font-size: 14px;
        font-weight: 500; }

/*---------------------------------------------------------------------------------------
Map
---------------------------------------------------------------------------------------*/
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/*---------------------------------------------------------------------------------------
Pace
---------------------------------------------------------------------------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #121212;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/*---------------------------------------------------------------------------------------
MyGrid
---------------------------------------------------------------------------------------*/
.row {
  display: flex; }

.row > .col-12 {
  width: 100%; }

.row > .col-11 {
  width: 91.66%; }

.row > .col-10 {
  width: 83.33%; }

.row > .col-9 {
  width: 75%; }

.row > .col-8 {
  width: 66.66%; }

.row > .col-7 {
  width: 58.33%; }

.row > .col-6 {
  width: 50%; }

.row > .col-5 {
  width: 41.66%; }

.row > .col-4 {
  width: 33.33%; }

.row > .col-3 {
  width: 25%; }

.row > .col-2 {
  width: 16.66%; }

.row > .col-1 {
  width: 8.33%; }

.row > [class*=col-]:not(:first-child) {
  margin-left: 25px; }

[class*=col-] {
  position: relative;
  width: 100%;
  float: left;
  min-height: 1px;
  vertical-align: middle; }

.row:after {
  content: "";
  display: block;
  clear: both; }

.row.black {
  background-color: #000000;
  color: #ffffff; }

@media screen and (max-width: 580px) {
  .row {
    display: block; }

  .row > [class*=col-] {
    width: 100%;
    display: block; }

  .row > [class*=col-]:not(:first-child) {
    margin-left: 0px !important; } }
/*---------------------------------------------------------------------------------------
Email
---------------------------------------------------------------------------------------*/
.required {
  color: #e9266d; }

#success, #error {
  display: none; }

#success span, #error span {
  display: block;
  position: absolute;
  top: 0;
  width: 100%; }

#success span p, #error span p {
  margin-top: 6em; }

#success span p {
  color: #9bd32d; }

#error span p {
  color: #c0392b; }

.hamburger {
  top: 10px;
  float: right;
  right: 10px;
  position: relative;
  padding: 15px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: #fff;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  border: 0px; }

.hamburger-box {
  display: block;
  width: 40px;
  height: 24px;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.login { width: 500px; margin: 0 auto; text-align: center; }
