@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="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #30a7d6;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

textarea {
  height: 100px;
}

h1 {
  margin: 0 0 10px;
  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;
  text-align: center;
}

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;
}

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

a:hover {
  color: #5bb9de;
}

p {
  margin: 0 0 20px;
}

button {
  padding: 6px 20px;
  background: #30a7d6;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

button.small {
  padding: 2px 40px;
  background: #a9a9a9;
  font-size: 14px;
}

button:hover {
  background: #5bb9de;
}

.scroll-this {
  cursor: pointer;
}

.social {
  margin: 10px 0 0;
  padding: 0;
}

.social li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}

.social .iconic {
  cursor: pointer;
}

.social .iconic * {
  fill: #30a7d6;
  stroke: #30a7d6;
}

.social .iconic:hover * {
  fill: #5bb9de;
  stroke: #5bb9de;
}

#nav {
  padding: 8px 0 11px;
  color: #fff;
  background: #202020;
  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: #30a7d6;
}

#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;
  border: 1px solid #5e6d70;
}

#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: #30a7d6;
  border-color: #30a7d6;
}

#nav #mobile-nav.navbar-collapse {
  box-shadow: none;
}

#nav #mobile-nav ul {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #30a7d6;
}

#nav #mobile-nav ul li {
  display: block;
  margin: 0 0 10px;
  border: none;
  text-align: left;
}

#nav #mobile-nav ul li.active {
  color: #30a7d6;
}

header {
  height: 620px;
  padding: 50px 0 0;
  background: url(../images/hero.jpg) no-repeat;
  background-size: cover;
  color: #000;
  text-align: center;
}

header img {
  display: block;
  margin: 0 auto 20px;
}

header p {
  margin: 0 0 30px;
  font-size: 18px;
  letter-spacing: .0306em;
}

header.small {
  display: flex;
  align-items: center;
  height: 170px;
  padding: 0;
  text-align: left;
  background: url(../images/hero-small.jpg) no-repeat;
  background-size: cover;
}

header.small img {
  float: left;
  margin: -8px 15px 0 0;
}

header.small h1 {
  margin: 0 0 5px;
  font-size: 36px;
}

header.small p {
  margin: 0;
}

.page {
  display: none;
}

.page#page-1 {
  display: block;
}

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-kitchen.jpg);
}

section#i3 #living_room-tile .inner, section#t1 #living_room-tile .inner {
  background-image: url(../images/bg-living_room.jpg);
}

section#i3 #bathroom-tile .inner, section#t1 #bathroom-tile .inner {
  background-image: url(../images/bg-bathroom.jpg);
}

section#i3 #bedroom-tile .inner, section#t1 #bedroom-tile .inner {
  background-image: url(../images/bg-bedroom.jpg);
}

section#i3 #garage-tile .inner, section#t1 #garage-tile .inner {
  background-image: url(../images/bg-garage.jpg);
}

section#i3 #storage-tile .inner, section#t1 #storage-tile .inner {
  background-image: url(../images/bg-storage.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 ul, section#t1 .room-tile .hover-box ul {
  margin: 0 0 15px;
  padding: 0;
}

section#i3 .room-tile .hover-box ul li, section#t1 .room-tile .hover-box ul li {
  font-size: 12px;
}

section#i3 .room-tile .hover-box button, section#t1 .room-tile .hover-box button {
  display: block;
  margin: 0 auto;
}

section#i4 .h2-block {
  margin: 0;
}

section#i4 button {
  margin: 10px auto 0;
}

section#t2 {
  padding: 0;
  font-size: 16px;
}

section#t2 .panel-collapse > div {
  padding: 70px 15px 0;
}

section#t2 .picture {
  display: block;
  max-width: 100%;
  height: auto;
}

section#t2 .icon {
  float: left;
  margin: 0 20px 0 0;
}

section#t2 h4 {
  margin-top: 20px;
}

section#t2 ul li {
  color: #30a7d6;
  text-transform: uppercase;
  cursor: pointer;
}

section#t2 ul li:hover {
  text-decoration: underline;
}

section#l1 {
  background: #fbfbfb;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

section#l1 h2 {
  text-align: center;
}

section#l1 ul {
  margin: 30px 0 0;
  color: #30a7d6;
}

section#l1 ul li {
  font-size: 24px;
  text-transform: none;
}

section#l1 ul li:hover {
  text-decoration: underline;
}

section#l2 {
  padding: 30px 0 0;
}

section#l2 h4 {
  margin-top: 40px;
}

section#l2 ul li {
  cursor: pointer;
}

section#l2 ul li:hover {
  text-decoration: underline;
}

section#w1 {
  text-align: center;
}

section#w1 p {
  font-size: 20px;
  line-height: 28px;
}

section#w1 h2 {
  margin: 0 auto 40px;
}

section#w1 h3 {
  margin: 30px auto 10px;
  font-size: 24px;
  font-weight: bold;
}

section#w1 #times {
  padding: 0;
  list-style: none;
}

section#w1 #times li {
  font-size: 24px;
  line-height: 34px;
}

section#w1 img {
  display: block;
  margin: 50px auto;
}

section#w1 button {
  margin: 0 auto 20px;
}

section#w1 .disclaimer {
  font-style: italic;
  font-size: 16px;
}

section#b1 h2 {
  margin: 0 auto 40px;
  text-align: center;
}

section#b1 #pictures img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border: 1px solid #e6e6e6;
}

section#b1 #bio p {
  text-align: left;
}

section#b1 #contact {
  margin-top: 60px;
}

section#b1 #contact img {
  float: left;
  margin: -15px 10px 0 0;
}

section#b1 #contact span {
  float: left;
}

section#b1 #contact .social {
  margin: 0;
  text-align: right;
}

section#b2 {
  padding-top: 0;
  text-align: center;
}

#page-3 ul li {
  font-size: 16px;
  color: #30a7d6;
  text-transform: uppercase;
}

footer {
  padding: 75px 0 120px;
  background: #202020;
  text-align: center;
}

.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: 500px;
  width: auto;
}

.modal .modal-dialog .close {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 10;
  display: block;
  background: #202020;
  padding: 10px;
  height: 30px;
  width: 30px;
  opacity: 0.8;
  border-radius: 100%;
  color: white;
  text-shadow: none;
  line-height: 0;
}

.modal .modal-dialog .close:hover {
  opacity: 1;
}

.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 {
  font-weight: bold;
  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 .modal-content {
  max-height: 690px;
}

#form-modal .modal-body {
  border: none;
}

#form-modal .modal-body #progress #bar {
  width: 100%;
  height: 30px;
  background: #f1f1f1;
}

#form-modal .modal-body #progress #bar #fill {
  width: 80%;
  height: 100%;
  background: #30a7d6;
}

#form-modal .modal-body #progress #numbers {
  position: relative;
  height: 40px;
}

#form-modal .modal-body #progress #numbers span {
  display: inline-block;
  position: absolute;
  font-size: 10px;
}

#form-modal .modal-body #progress #numbers span#n1 {
  left: 0;
}

#form-modal .modal-body #progress #numbers span#n2 {
  left: 50%;
  margin-left: -10px;
}

#form-modal .modal-body #progress #numbers span#n3 {
  left: 80%;
  margin-left: -15px;
  color: #30a7d6;
  font-size: 14px;
  font-weight: 900;
}

#form-modal .modal-body #progress #numbers span#n4 {
  right: 0;
}

#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 button {
  background: #30a7d6;
}

#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: #30a7d6;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
}

#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: 10px auto -20px;
}

#form-modal .modal-body input[type="checkbox"] {
  margin-left: 20px;
}

#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: #30a7d6;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #30a7d6;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #30a7d6;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #30a7d6;
  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#i3 .room-tile, section#t1 .room-tile {
    height: 195px;
  }
  section#l1 ul li {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  section#i3 .room-tile, section#t1 .room-tile {
    height: 250px;
  }
  header.small img {
    display: none;
  }
  header.small h1 {
    font-size: 26px;
  }
  section#l1 ul li {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  #nav .row {
    display: block;
  }
  #nav ul {
    margin: 0 0 10px;
    text-align: center;
  }
  #nav ul li {
    margin-bottom: 5px;
  }
  #nav #header-about-me {
    text-align: left;
  }
  #nav #header-about-me img {
    float: left;
    margin: 0 15px 0 0;
  }
  header {
    height: auto;
    padding: 40px 0;
    background-position: 30% 0;
  }
  header.small {
    height: auto;
    padding: 40px 0;
    background-position: 78% 0;
  }
  header.small h1 {
    margin: 0 0 10px;
  }
  header.small button {
    margin-top: 20px;
  }
  section {
    padding: 40px 0;
  }
  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;
  }
  section#t2 ul {
    margin: 0;
  }
  section#l1 ul {
    margin: 0;
  }
  section#l2 {
    padding: 0 0 40px;
  }
  section#l2 h4 {
    font-size: 28px;
  }
  section#w1 p {
    font: inherit;
    padding: 0 !important;
  }
  section#w1 img {
    max-width: 100%;
    height: auto;
  }
  footer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
