@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
  font: normal 14px/1.55 "Open Sans", sans-serif;
  color: #8c9093; }

a {
  cursor: pointer; }

input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #1cb1c2;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

textarea {
  height: 100px; }

h1 {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

h2 {
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  color: #000;
  letter-spacing: 1px; }

h3 {
  margin: 0 0 15px;
  font-size: 16px;
  text-transform: uppercase; }

h4 {
  margin: 0 0 20px;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px; }

hr {
  display: block;
  max-width: 170px;
  height: 1px;
  border: none;
  background: #0d7787;
  margin: 40px auto; }
  hr.small-pad {
    margin: 20px auto; }

a, a:active, a:visited {
  color: #30cfe1; }

a:hover {
  color: #5cd9e8; }

p {
  margin: 0 0 20px; }

button {
  padding: 11px 38px;
  background: transparent;
  font-size: 20px;
  color: #0d7787;
  text-transform: uppercase;
  border: 1px solid #0d7787;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear; }
  button:hover {
    background: #0d7787;
    color: #fff; }

.scroll-this {
  cursor: pointer; }

.social {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none; }
  .social li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
    background: #1cb1c2;
    color: #fff; }
    .social li:hover {
      background: #1cb1c2; }

#nav {
  padding: 8px 0 11px;
  color: #fff;
  background: #0d7787;
  font-size: 14px;
  overflow: hidden; }
  #nav ul {
    margin: 0;
    padding: 5px 0 0; }
    #nav ul li {
      display: inline-block;
      margin: 0 30px 0 0;
      padding-bottom: 5px;
      text-transform: uppercase;
      border-bottom: 1px solid #202020;
      cursor: pointer; }
      #nav ul li.active, #nav ul li:hover {
        border-color: #1cb1c2; }
  #nav .row {
    display: flex;
    align-items: center; }
  #nav #header-about-me {
    text-align: right;
    font-size: 13px;
    line-height: 24px;
    color: #fff; }
    #nav #header-about-me img {
      float: right;
      margin: 0 0 0 15px;
      max-height: 60px;
      width: auto; }
    #nav #header-about-me .header-name {
      font-weight: 700;
      cursor: pointer; }
    #nav #header-about-me div {
      margin-bottom: -5px; }
  #nav .navbar-toggle {
    width: 44px;
    margin: 8px 0 0;
    border: 1px solid #fff;
    text-align: center; }
    #nav .navbar-toggle:active, #nav .navbar-toggle:hover {
      background: #1cb1c2;
      border-color: #1cb1c2; }
  #nav #mobile-nav.navbar-collapse {
    box-shadow: none; }
  #nav #mobile-nav ul {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #1cb1c2; }
    #nav #mobile-nav ul li {
      display: block;
      margin: 0 0 10px;
      border: none;
      text-align: left; }
      #nav #mobile-nav ul li.active {
        color: #1cb1c2; }

header {
  min-height: 460px;
  padding: 110px 0;
  background: #eaeaea;
  color: #000;
  text-align: right;
  border-bottom: 1px solid #0d7787;
  overflow: hidden; }
  header p {
    display: inline-block;
    margin: 0;
    padding: 2px 20px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    background: #0d7787;
    letter-spacing: .0306em; }
  header .col-sm-6 {
    position: relative; }
  header #hr-img {
    margin: 40px 0; }
  header #slider img {
    position: absolute;
    top: -110px;
    left: -380px; }
    header #slider img[data-header="2"] {
      opacity: 0; }
  header #mobile-slider {
    margin: 0 -15px; }
    header #mobile-slider img {
      width: 100%;
      height: auto; }

section {
  padding: 70px 0; }
  section .h2-block {
    margin-bottom: 40px;
    text-align: center; }
    section .h2-block p {
      margin: 0; }
  section#i1 {
    padding: 40px 0;
    background: #fbfbfb;
    border-bottom: 1px solid #e6e6e6;
    text-align: center; }
    section#i1 img {
      display: block;
      max-width: 100%;
      margin: 0 auto 10px; }
    section#i1 p {
      margin: 0 0 10px; }
  section#i2 .box {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    text-align: center; }
    section#i2 .box img {
      margin: 30px auto 20px; }
    section#i2 .box .link {
      margin: 0; }
  section#i3, section#t1 {
    background: #fbfbfb;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    section#i3 #kitchen-tile .inner, section#t1 #kitchen-tile .inner {
      background-image: url(../images/bg-1.jpg); }
    section#i3 #living_room-tile .inner, section#t1 #living_room-tile .inner {
      background-image: url(../images/bg-2.jpg); }
    section#i3 #bathroom-tile .inner, section#t1 #bathroom-tile .inner {
      background-image: url(../images/bg-3.jpg); }
    section#i3 #bedroom-tile .inner, section#t1 #bedroom-tile .inner {
      background-image: url(../images/bg-4.jpg); }
    section#i3 #garage-tile .inner, section#t1 #garage-tile .inner {
      background-image: url(../images/bg-5.jpg); }
    section#i3 #storage-tile .inner, section#t1 #storage-tile .inner {
      background-image: url(../images/bg-6.jpg); }
    section#i3 .room-tile, section#t1 .room-tile {
      height: 170px;
      color: #fff;
      background-size: cover; }
      section#i3 .room-tile .inner, section#t1 .room-tile .inner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background-size: cover; }
        section#i3 .room-tile .inner img, section#t1 .room-tile .inner img {
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -ms-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out; }
        section#i3 .room-tile .inner:hover img, section#t1 .room-tile .inner:hover img {
          opacity: 0;
          -moz-transform: translate(0, -10px);
          -o-transform: translate(0, -10px);
          -ms-transform: translate(0, -10px);
          -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px); }
        section#i3 .room-tile .inner:hover .hover-box, section#t1 .room-tile .inner:hover .hover-box {
          opacity: 1; }
          section#i3 .room-tile .inner:hover .hover-box *, section#t1 .room-tile .inner:hover .hover-box * {
            -moz-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
      section#i3 .room-tile:nth-child(1), section#i3 .room-tile:nth-child(2), section#i3 .room-tile:nth-child(3), section#t1 .room-tile:nth-child(1), section#t1 .room-tile:nth-child(2), section#t1 .room-tile:nth-child(3) {
        margin-bottom: 20px; }
      section#i3 .room-tile .hover-box, section#t1 .room-tile .hover-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 10px 20px 20px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 3px;
        opacity: 0;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
        section#i3 .room-tile .hover-box *, section#t1 .room-tile .hover-box * {
          -webkit-transition: all 250ms ease-in-out;
          -moz-transition: all 250ms ease-in-out;
          -ms-transition: all 250ms ease-in-out;
          -o-transition: all 250ms ease-in-out;
          transition: all 250ms ease-in-out;
          -moz-transform: translate(0, -5px);
          -o-transform: translate(0, -5px);
          -ms-transform: translate(0, -5px);
          -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px); }
        section#i3 .room-tile .hover-box span, section#t1 .room-tile .hover-box span {
          display: block;
          margin: 0 auto 10px;
          text-align: center;
          font-size: 16px; }
        section#i3 .room-tile .hover-box p, section#t1 .room-tile .hover-box p {
          font-size: 12px; }
  section#i4 .h2-block {
    margin: 0; }
  section#i4 button {
    margin: 10px auto 0; }
  section#s1 {
    text-align: center; }
    section#s1 #getStarted {
      display: none;
      margin: 40px auto 0; }
      section#s1 #getStarted button {
        font-size: 26px;
        font-weight: 700;
        border: 2px solid #0d7787;
        background: #1cb1c2;
        color: #fff; }
        section#s1 #getStarted button:hover {
          background: #0d7787; }
    section#s1 #videoContainer {
      height: 641px; }
    section#s1 #password-div {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 641px;
      padding: 0 20px;
      color: #fff;
      font-size: 20px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      background: url(../images/video_blur.jpg);
      background-size: cover; }
      section#s1 #password-div input[type="password"] {
        max-width: 300px;
        color: #333; }
      section#s1 #password-div button {
        display: block;
        margin: 40px auto 0;
        border-color: #fff;
        color: #fff; }

footer {
  padding: 60px 0;
  background: #0d7787;
  color: #fff; }
  footer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 40px; }

.modal {
  color: #606365; }
  .modal.list-modal h2 {
    width: 100%;
    margin: 0 0 20px;
    text-align: left; }
    .modal.list-modal h2.smaller {
      font-size: 20px;
      margin: 0; }
  .modal.list-modal p {
    margin: 0 0 10px; }
    .modal.list-modal p:last-of-type {
      margin: 0; }
  .modal.list-modal table {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .modal.list-modal table th {
      font-weight: 700;
      padding: 5px 10px;
      background: #D63030;
      color: #fff; }
      .modal.list-modal table th:first-of-type {
        width: 40%; }
    .modal.list-modal table#plastic-table th:first-of-type {
      width: 20%; }
    .modal.list-modal table td {
      padding: 5px 10px 10px; }
  .modal .modal-dialog {
    position: relative;
    max-width: 900px;
    width: auto; }
    .modal .modal-dialog .modal-content {
      max-height: 700px;
      overflow: auto;
      border: none;
      border-radius: 2px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
      .modal .modal-dialog .modal-content .modal-header {
        padding: 25px;
        border-radius: 2px; }
        .modal .modal-dialog .modal-content .modal-header .modal-title {
          color: #fff; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 25px;
        border-bottom: 1px solid #e5e5e5; }
        .modal .modal-dialog .modal-content .modal-body:last-of-type {
          border: none; }
      .modal .modal-dialog .modal-content #self {
        text-align: center; }
        .modal .modal-dialog .modal-content #self img {
          display: block;
          margin: 0 auto 20px;
          max-width: 125px;
          height: auto;
          border-radius: 100%;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
        .modal .modal-dialog .modal-content #self span {
          display: block;
          font-size: 14px;
          line-height: 24px; }
          .modal .modal-dialog .modal-content #self span.name {
            font-weight: bold;
            font-size: 22px;
            line-height: 32px; }
      .modal .modal-dialog .modal-content #bio {
        font-family: Georgia, serif;
        font-style: italic; }
      .modal .modal-dialog .modal-content #pictures .left {
        float: left;
        margin-right: 20px; }
      .modal .modal-dialog .modal-content #pictures .right {
        float: right;
        margin-left: 20px; }
      .modal .modal-dialog .modal-content #pictures img {
        margin-bottom: 20px; }

#form-modal {
  text-align: center; }
  #form-modal img {
    display: none; }
  #form-modal .modal-body {
    border: none; }
    #form-modal .modal-body input[type="text"],
    #form-modal .modal-body input[type="email"],
    #form-modal .modal-body input[type="tel"],
    #form-modal .modal-body input[type="submit"],
    #form-modal .modal-body button,
    #form-modal .modal-body textarea {
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    #form-modal .modal-body #loadingGraphic {
      display: none;
      padding-top: 18px; }
    #form-modal .modal-body .note {
      margin-bottom: 0;
      font-size: 14px; }
      #form-modal .modal-body .note:last-of-type {
        margin-bottom: 0; }
    #form-modal .modal-body h4 {
      width: 100%;
      margin-top: 0;
      margin-bottom: -5px;
      padding: 7px 15px;
      background: #ececec;
      color: #1cb1c2;
      font-weight: 500;
      font-size: 22px;
      text-transform: uppercase;
      text-align: left; }
    #form-modal .modal-body.thanks {
      display: none; }
      #form-modal .modal-body.thanks h4 {
        margin-top: 0 !important; }
      #form-modal .modal-body.thanks p {
        margin: 10px 0 0; }
    #form-modal .modal-body .row {
      padding: 10px 0; }
    #form-modal .modal-body button {
      display: block;
      margin: 30px auto 0; }
    #form-modal .modal-body input[type="checkbox"] {
      margin-left: 20px; }

.modal .modal-dialog {
  width: auto;
  max-width: 600px; }
  .modal .modal-dialog .close {
    z-index: 100;
    position: absolute;
    float: none;
    height: 30px;
    width: 30px;
    right: -10px;
    top: -10px;
    background: #8c9093;
    color: #fff;
    line-height: 12px;
    text-align: center;
    text-shadow: none;
    border-radius: 100%;
    box-shadow: inset 0 0 0 1px #fff, 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .modal .modal-dialog .modal-content {
    overflow: visible;
    max-height: 700px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .modal .modal-dialog .modal-content .modal-header {
      padding: 15px 25px;
      border-radius: 2px;
      background: #0d7787; }
      .modal .modal-dialog .modal-content .modal-header .modal-title {
        color: #fff; }
    .modal .modal-dialog .modal-content .modal-inner {
      overflow: auto;
      max-height: 620px; }
    .modal .modal-dialog .modal-content .modal-body {
      padding: 25px;
      border-bottom: 1px solid #e5e5e5; }
      .modal .modal-dialog .modal-content .modal-body:last-of-type {
        border: none; }
    .modal .modal-dialog .modal-content #self {
      text-align: center; }
      .modal .modal-dialog .modal-content #self img {
        display: block;
        margin: 0 auto 20px;
        max-width: 125px;
        height: auto;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      .modal .modal-dialog .modal-content #self span {
        display: block;
        font-size: 14px;
        line-height: 24px; }
        .modal .modal-dialog .modal-content #self span.name {
          font-weight: bold;
          font-size: 22px;
          line-height: 32px;
          color: #0d7787; }
    .modal .modal-dialog .modal-content #pictures .picture-wrap {
      overflow: hidden; }
    .modal .modal-dialog .modal-content #pictures .left {
      float: left;
      margin-right: 20px; }
    .modal .modal-dialog .modal-content #pictures .right {
      float: right;
      margin-left: 20px; }
    .modal .modal-dialog .modal-content #pictures img {
      margin-bottom: 20px;
      max-width: 200px;
      height: auto; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  -webkit-animation: animball_two 1s infinite;
  -moz-animation: animball_two 1s infinite;
  -ms-animation: animball_two 1s infinite;
  animation: animball_two 1s infinite; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: animball_one 1s infinite ease;
      -moz-animation: animball_one 1s infinite ease;
      -ms-animation: animball_one 1s infinite ease;
      animation: animball_one 1s infinite ease; }
      #loader .loaderBall .ball.ball1 {
        background-color: #1cb1c2;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #1cb1c2;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #1cb1c2;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #1cb1c2;
        top: 24px;
        left: 24px; }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-moz-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-ms-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@-moz-keyframes animball_two {
  0% {
    -moz-transform: rotate(0deg) scale(1); }
  50% {
    -moz-transform: rotate(360deg) scale(1.3); }
  100% {
    -moz-transform: rotate(720deg) scale(1); } }

@-ms-keyframes animball_two {
  0% {
    -ms-transform: rotate(0deg) scale(1); }
  50% {
    -ms-transform: rotate(360deg) scale(1.3); }
  100% {
    -ms-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (max-width: 1199px) {
  h2 {
    width: 80%; }
  header.small h1 {
    font-size: 30px; }
  header.small p {
    font-size: 14px;
    letter-spacing: 0; }
  section#s1 #password-div, section#s1 #videoContainer {
    height: 529px; }
  section#i3 .room-tile, section#t1 .room-tile {
    height: 195px; }
  section#l1 ul li {
    font-size: 20px; } }

@media (max-width: 991px) {
  h1 {
    display: inline-block;
    margin: 0 0 10px;
    padding: 6px 20px;
    font-size: 32px;
    color: #fff;
    background: #0d7787; }
  section#s1 #password-div, section#s1 #videoContainer {
    height: 405px; }
  section#i3 .room-tile, section#t1 .room-tile {
    height: 250px; }
  header #slider img[data-header="1"] {
    left: -460px; }
  section#i3 .room-tile {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%; }
  h1 {
    margin: 20px 0 10px;
    font-size: 9vw;
    background: transparent;
    color: #000; }
  h2 {
    width: 100%;
    font-size: 24px;
    line-height: 34px; }
  #nav .row {
    display: block; }
  #nav #logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px; }
  #nav #header-about-me {
    text-align: left; }
    #nav #header-about-me img {
      float: left;
      margin: 0 15px 0 0; }
  header {
    padding: 0 0 40px;
    text-align: center; }
    header .col-md-4 {
      padding: 0; }
    header p {
      font-size: 5vw; }
  section {
    padding: 40px 0; }
    section#s1 #videoContainer {
      height: auto; }
    section#s1 #getStarted button {
      font-size: 20px; }
    section#i2 .box {
      margin-bottom: 20px; }
      section#i2 .box img {
        margin: 0 auto 20px; }
    section#i2, section#i3 {
      padding: 40px 0 20px; }
    section#i3 .room-tile, section#t1 .room-tile {
      height: 195px;
      margin-bottom: 20px; } }
