/* Scss Document */
/* import variables */
/* variables */
/* breakpoints */
body {
  font-family: 'Martel Sans', sans-serif;
  font-weight: 300;
  overflow-x: hidden; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bellefair', serif; }

h2 {
  color: #00529c;
  text-transform: uppercase;
  margin: 0; }

p {
  line-height: 1.6em; }

header {
  background: white;
  padding: 15px 30px 5px;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.75);
  position: fixed; }
  header:hover {
    opacity: 1; }
  header .tempconstruction {
    padding: 10px;
    background: #f4781f;
    text-align: center;
    color: white;
    margin: 10px; }
  header .header-logo {
    display: inline-block;
    margin-bottom: 7px; }
    @media (max-width: 767px) {
      header .header-logo {
        margin-left: -23px; } }
  header .sub-logo {
    display: none;
    position: absolute;
    top: 43px;
    left: 192px; }
  header button.header-toggle {
    float: right;
    margin: 7px -19px;
    font-size: 1.3em;
    border: none;
    background: none;
    color: #00529c; }
  @media (max-width: 991px) {
    header {
      z-index: 9999; } }

main {
  padding-top: 73px; }

footer {
  background: #666;
  position: relative;
  z-index: 999;
  font-size: .9em;
  text-align: center;
  color: white; }
  footer a {
    color: #ccc; }
    footer a:hover, footer a:focus {
      color: white; }
  footer .footer-entry {
    padding: 20px 0;
    border-top: 1px solid #888; }
    footer .footer-entry.top-footer-entry {
      background: #f4781f;
      border: none; }
      footer .footer-entry.top-footer-entry a {
        color: white; }
  footer strong {
    color: white; }
  footer .footer-right-col {
    text-align: left;
    padding-left: 20px;
    border-left: 3px solid #f4781f; }
  footer .footer-left-col {
    text-align: right;
    padding-right: 20px; }
    @media (max-width: 767px) {
      footer .footer-left-col {
        text-align: left;
        margin-bottom: 15px;
        margin-left: 5px; } }
  footer #footer-social a {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase; }
    footer #footer-social a i {
      padding: 5px;
      border: 1px solid;
      font-size: 1.5em; }
    @media (max-width: 767px) {
      footer #footer-social a {
        margin-bottom: 15px; } }
  footer #site-nav {
    text-transform: uppercase;
    text-align: left;
    margin-left: 30px; }
    footer #site-nav strong {
      font-size: 1.2em; }
    footer #site-nav a, footer #site-nav strong {
      display: block;
      margin-bottom: 5px; }

.float-right-image {
  float: right;
  margin: 0 0 30px 30px; }

sidenav {
  background: white;
  width: 230px;
  z-index: 900;
  position: absolute;
  overflow: auto;
  text-transform: uppercase;
  font-size: .9em; }
  sidenav.sideSticky {
    position: fixed; }
  sidenav .side-logo {
    padding: 60px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px; }

a {
  color: #00529c;
  transition: color .5s, background .5s; }

ul.standardList li {
  margin-bottom: 5px; }

ul.hNav-list {
  margin-top: 15px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  float: right;
  font-size: .95em; }
  ul.hNav-list a:hover, ul.hNav-list a:focus, ul.hNav-list a.active {
    color: #f4781f;
    text-decoration: none; }
  ul.hNav-list li {
    float: left;
    margin: 0 0 0 40px;
    position: relative;
    padding-bottom: 10px; }
    ul.hNav-list li .dropdownNav {
      display: none;
      position: absolute;
      left: 50%;
      margin-left: -125px;
      top: -10px;
      margin-top: 35px;
      z-index: 9999;
      width: 250px; }
      ul.hNav-list li .dropdownNav .arrow-up {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #00529c;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: -8px; }
      ul.hNav-list li .dropdownNav ul {
        list-style: none;
        background: white;
        padding: 0;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
        margin: 0; }
        ul.hNav-list li .dropdownNav ul li {
          margin: 0;
          float: none;
          padding: 0; }
          ul.hNav-list li .dropdownNav ul li a {
            padding: 10px 20px;
            display: block;
            white-space: nowrap;
            text-align: center; }
    ul.hNav-list li:hover .dropdownNav {
      display: block; }
  ul.hNav-list:after {
    display: block;
    content: '';
    clear: both; }
  @media (max-width: 991px) {
    ul.hNav-list {
      position: fixed;
      background-color: #00529c;
      top: 0;
      margin: 0;
      width: 300px;
      height: 100vh;
      z-index: 999;
      right: -1200px;
      overflow-y: auto;
      padding-bottom: 50px;
      -webkit-transition: right .5s;
      transition: right .5s; }
      ul.hNav-list.active {
        right: 0; }
      ul.hNav-list li {
        float: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #006aca; }
        ul.hNav-list li button, ul.hNav-list li a {
          padding: 10px 20px;
          display: block;
          color: white; }
        ul.hNav-list li button {
          background: #333;
          width: 100%; } }
  @media (max-width: 767px) {
    ul.hNav-list {
      width: 100%; } }

ul.vNav-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.vNav-list li {
    text-transform: uppercase; }
    ul.vNav-list li a {
      padding: 10px 15px;
      display: block;
      color: #999;
      position: relative;
      background: white;
      transition: background 1s; }
      ul.vNav-list li a:hover, ul.vNav-list li a:focus {
        text-decoration: none;
        color: black; }
      ul.vNav-list li a ul.side-subnav {
        height: 0;
        overflow: hidden; }
      ul.vNav-list li a .plusminus {
        height: 25px;
        width: 25px;
        border: 1px solid #999;
        border-radius: 90px;
        position: absolute;
        top: 5px;
        right: 15px; }
        ul.vNav-list li a .plusminus .plus-hori {
          background: #999;
          height: 1px;
          width: 64%;
          position: absolute;
          top: 11px;
          left: 4px; }
        ul.vNav-list li a .plusminus .plus-vert {
          background: #999;
          height: 64%;
          width: 1px;
          position: absolute;
          top: 4px;
          left: 11px;
          transition: height .5s, width .5s, top .5s, left .5s; }
      ul.vNav-list li a.active {
        background: #ebebeb; }
        ul.vNav-list li a.active .plus-vert {
          height: 1px;
          width: 64%;
          top: 11px;
          left: 4px; }
      ul.vNav-list li a.selected {
        background-image: url(../images/wallpaper-orange.jpg);
        color: white; }
        ul.vNav-list li a.selected .plusminus {
          border-color: white; }
          ul.vNav-list li a.selected .plusminus .plus-hori, ul.vNav-list li a.selected .plusminus .plus-vert {
            background: white; }
    ul.vNav-list li.subnav {
      padding-left: 30px; }
      ul.vNav-list li.subnav a {
        border-bottom: 1px dotted #cccccc;
        font-size: .9em;
        height: 0;
        width: 0;
        overflow: hidden;
        padding: 0;
        margin-left: -300px;
        transition: margin-left .2s, padding .2s, height .2s, width .2s; }
        ul.vNav-list li.subnav a[data-index="subnav1"] {
          transition: margin-left .4s, padding .4s, height .4s, width .4s; }
        ul.vNav-list li.subnav a[data-index="subnav2"] {
          transition: margin-left .5s, padding .5s, height .5s, width .5s; }
        ul.vNav-list li.subnav a[data-index="subnav3"] {
          transition: margin-left .6s, padding .6s, height .6s, width .6s; }
        ul.vNav-list li.subnav a[data-index="subnav4"] {
          transition: margin-left .7s, padding .7s, height .7s, width .7s; }
        ul.vNav-list li.subnav a[data-index="subnav5"] {
          transition: margin-left .8s, padding .8s, height .8s, width .8s; }
        ul.vNav-list li.subnav a[data-index="subnav6"] {
          transition: margin-left .9s, padding .9s, height .9s, width .9s; }
      ul.vNav-list li.subnav.active a {
        padding: 10px 30px 10px 0px;
        margin-left: 0;
        height: auto;
        width: auto; }
      ul.vNav-list li.subnav.selected a {
        pointer-events: none;
        border-bottom: 1px solid #f4781f;
        color: black; }

.side-aux {
  margin-top: 40px;
  padding: 0 15px; }
  .side-aux a {
    color: #999;
    display: block; }
    .side-aux a:hover, .side-aux a:focus {
      color: black;
      text-decoration: none; }
  .side-aux .side-social {
    font-size: 1.2em;
    margin-bottom: 10px; }
    .side-aux .side-social a {
      margin-right: 10px;
      margin-left: -10px;
      display: inline-block;
      padding: 8px 10px 5px; }
      .side-aux .side-social a:hover, .side-aux .side-social a:focus {
        color: white;
        background: #f4781f; }
  .side-aux .phone {
    font-size: 1.6em; }

.sideShadow {
  width: 10px;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 230px;
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); }

.marginBottom-plus {
  margin-bottom: 30px; }

.marginBottom-plus20 {
  margin-bottom: 20px; }

.marginLeft-plus20 {
  margin-left: 20px; }

.marginBottom-plus80 {
  margin-bottom: 80px; }

.marginBottom-plus160 {
  margin-bottom: 160px; }

.marginBottom-plus80 {
  margin-bottom: 80px; }

.paddingBottom-plus {
  padding-bottom: 30px; }

.paddingBottom-plus80 {
  padding-bottom: 80px; }

.standard-padding {
  padding: 40px; }

.standard-padding80 {
  padding: 80px; }

.border-right {
  border-right: 1px solid white; }

.standard-color {
  color: #f4781f !important; }

.standard-black-text {
  color: black !important; }

.standard-white-text {
  color: white !important; }

.heroTag {
  text-align: center;
  margin: 40px 0; }
  .heroTag .orangeUnderline {
    display: inline-block;
    background: #f4781f;
    height: 5px;
    width: 10%; }

.inner-pad-content {
  padding: 40px 20px; }
  @media (max-width: 991px) {
    .inner-pad-content {
      padding: 20px 20px; } }

.flexContainer {
  display: flex; }
  .flexContainer .flexCol {
    flex: 1;
    position: relative;
    overflow: hidden; }
    .flexContainer .flexCol .inner {
      padding: 30px; }
    .flexContainer .flexCol.flexBase66 {
      flex-basis: 300px; }

ul.splash-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  ul.splash-navigation li {
    float: left;
    width: 20%;
    background: gray;
    background-repeat: no-repeat;
    background-position: top center;
    height: 550px;
    position: relative; }
    ul.splash-navigation li a {
      height: 100%;
      display: block;
      border-left: 5px solid white;
      position: relative; }
      ul.splash-navigation li a span {
        display: block;
        padding: 30px;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 40%;
        width: 100%;
        color: white;
        font-size: 1.3em;
        text-align: center;
        transition: top .5s; }
        @media (max-width: 991px) {
          ul.splash-navigation li a span {
            font-size: 1em;
            padding: 10px; } }
      ul.splash-navigation li a:hover span {
        top: 0; }
      @media (max-width: 767px) {
        ul.splash-navigation li a span {
          top: 0; } }
    ul.splash-navigation li screen {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      top: 0;
      transition: background .5s; }
      @media (max-width: 767px) {
        ul.splash-navigation li screen {
          display: none; } }
    ul.splash-navigation li:hover screen {
      background: rgba(255, 255, 255, 0); }
    @media (max-width: 991px) {
      ul.splash-navigation li {
        height: 300px; } }
    @media (max-width: 767px) {
      ul.splash-navigation li {
        height: 200px;
        width: 100%;
        background-position: center; } }

splash {
  display: block;
  height: 550px;
  background-size: cover;
  background-position: center;
  position: relative; }
  splash content {
    display: block;
    position: relative;
    color: white;
    width: 600px;
    padding: 50px; }
    splash content h1 {
      padding-left: 20px;
      border-left: 4px solid;
      margin-top: 0; }
    splash content ul {
      list-style: none;
      padding-left: 25px; }
      splash content ul li {
        border-top: 1px solid white;
        padding-top: 10px;
        margin-top: 10px; }
    splash content a {
      color: #f4781f; }
      splash content a:hover, splash content a:focus {
        color: white; }
  splash screen {
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 30, 10, 0.8);
    background: -moz-linear-gradient(left, rgba(51, 30, 10, 0.8) 0%, rgba(51, 30, 10, 0.8) 44%, rgba(51, 30, 10, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51, 30, 10, 0.8)), color-stop(44%, rgba(51, 30, 10, 0.8)), color-stop(100%, rgba(51, 30, 10, 0)));
    background: -webkit-linear-gradient(left, rgba(51, 30, 10, 0.8) 0%, rgba(51, 30, 10, 0.8) 44%, rgba(51, 30, 10, 0) 100%);
    background: -o-linear-gradient(left, rgba(51, 30, 10, 0.8) 0%, rgba(51, 30, 10, 0.8) 44%, rgba(51, 30, 10, 0) 100%);
    background: -ms-linear-gradient(left, rgba(51, 30, 10, 0.8) 0%, rgba(51, 30, 10, 0.8) 44%, rgba(51, 30, 10, 0) 100%);
    background: linear-gradient(to right, rgba(51, 30, 10, 0.8) 0%, rgba(51, 30, 10, 0.8) 44%, rgba(51, 30, 10, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#331e0a', endColorstr='#331e0a', GradientType=1 ); }
    @media (max-width: 991px) {
      splash screen {
        display: none; } }
  @media (max-width: 991px) {
    splash {
      height: auto;
      padding-top: 350px;
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: top; }
      splash content {
        background-color: #333;
        width: 100%;
        padding: 20px; } }
  @media (max-width: 767px) {
    splash {
      padding-top: 150px; }
      splash h1 {
        font-size: 2em; } }

.gray-section {
  background: #ebebeb;
  padding: 50px 0;
  border-top: 2px dotted #ccc; }
  .gray-section h2.hero-header {
    text-align: center;
    font-size: 3.3em;
    color: #666; }
  .gray-section .bio-entry {
    background: white;
    border-radius: 10px;
    padding: 30px;
    margin: 40px 0; }

.our-process {
  padding: 50px 0; }
  .our-process h2 {
    text-align: center; }
  .our-process inner {
    display: block;
    padding: 10px;
    border-left: 1px solid #ccc; }
    .our-process inner h3 {
      margin-top: 0; }
    @media (max-width: 991px) {
      .our-process inner {
        border: none; } }
  .our-process .cost {
    border-top: 1px dotted;
    padding-top: 10px;
    margin-top: 20px; }
  .our-process .phase-row {
    position: relative;
    margin: 40px 0;
    text-align: center; }
    .our-process .phase-row .phase-label {
      display: inline-block;
      border-right: 7px solid #ccc;
      padding: 45px 20px;
      font-size: 1.8em;
      background: white;
      position: relative;
      margin-right: -27px; }
  .our-process .phase-num {
    display: inline-block;
    height: 120px;
    width: 120px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 200px;
    padding-top: 23px;
    font-size: 4em;
    font-family: 'Bellefair', serif; }
  .our-process .phase-connector {
    position: absolute;
    background: #ccc;
    height: 1px;
    width: 70%;
    top: 60px;
    left: 150px; }
  .our-process .phase-m-header {
    background: #00529c;
    color: white;
    text-align: center;
    padding: 13px 13px 10px;
    border-radius: 90px;
    margin: 10px -0;
    font-weight: bold; }

ul#portfolioNav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  position: fixed;
  top: 73px;
  width: 100%;
  z-index: 500; }
  ul#portfolioNav li {
    display: table-cell;
    width: 16.66666666%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid white;
    padding: 0;
    background: #ebebeb;
    transition: background .5s; }
    ul#portfolioNav li a {
      padding: 20px 30px;
      display: inline-block;
      width: 100%;
      color: #333; }
    ul#portfolioNav li:hover, ul#portfolioNav li.active {
      background: #666; }
      ul#portfolioNav li:hover a, ul#portfolioNav li.active a {
        text-decoration: none;
        color: white; }
  @media (max-width: 991px) {
    ul#portfolioNav {
      top: 68px; }
      ul#portfolioNav li {
        display: block;
        width: 100%; }
        ul#portfolioNav li a {
          border-bottom: #666;
          padding-top: 10px;
          padding-bottom: 10px; } }
  @media (max-width: 767px) {
    ul#portfolioNav {
      position: relative;
      margin-bottom: -220px; } }

.portfolio-container {
  position: relative; }
  .portfolio-container .portfolio-desc {
    position: absolute;
    padding: 30px;
    width: 400px; }
    .portfolio-container .portfolio-desc h2 {
      text-transform: none; }
    @media (max-width: 991px) {
      .portfolio-container .portfolio-desc {
        position: static;
        width: 100%; } }
  .portfolio-container .portfolio-grid {
    padding-left: 400px;
    min-height: 400px; }
    .portfolio-container .portfolio-grid content {
      display: block;
      min-height: 400px; }
      .portfolio-container .portfolio-grid content .portEntry {
        width: 25%;
        height: 250px;
        display: inline-block;
        padding: 5px; }
        .portfolio-container .portfolio-grid content .portEntry button {
          border: none;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          width: 100%;
          height: 100%;
          opacity: .5;
          transition: opacity .5s; }
          .portfolio-container .portfolio-grid content .portEntry button:hover, .portfolio-container .portfolio-grid content .portEntry button:focus {
            opacity: 1; }
        @media (max-width: 991px) {
          .portfolio-container .portfolio-grid content .portEntry {
            height: 200px; } }
        @media (max-width: 767px) {
          .portfolio-container .portfolio-grid content .portEntry {
            width: 50%;
            height: 150px; } }
    @media (max-width: 991px) {
      .portfolio-container .portfolio-grid {
        padding: 0; } }
  @media (max-width: 991px) {
    .portfolio-container.portfolio-page {
      margin-top: 20px; } }

.block-ui {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  padding: 80px;
  overflow: hidden; }
  .block-ui button {
    height: 40px;
    width: 40px;
    border: none;
    background: none;
    padding: 0;
    top: 20px;
    right: 20px;
    position: fixed; }
    .block-ui button div {
      width: 100%;
      height: 2px;
      background: white;
      transform: rotate(45deg); }
      .block-ui button div.cross-down {
        transform: rotate(135deg); }
    .block-ui button:focus {
      outline: none; }
  .block-ui .image-holder {
    display: block;
    text-align: center;
    height: 100%; }
    .block-ui .image-holder img {
      max-height: 100%;
      max-width: 100%;
      border: 3px solid white; }
    .block-ui .image-holder .image-label {
      position: absolute;
      bottom: 20px;
      color: white;
      left: 50%;
      width: 200px;
      margin-left: -100px;
      font-size: 1.2em; }
  .block-ui button.pic-nav {
    height: 50px;
    width: 30px;
    top: 45%; }
    .block-ui button.pic-nav div {
      height: 2px; }
    .block-ui button.pic-nav .cross-up {
      margin-top: -21px;
      float: right; }
    .block-ui button.pic-nav.nav-left {
      right: initial;
      left: 20px;
      transform: rotate(180deg);
      margin-top: -20px; }

.portfolio-subnav {
  display: none;
  list-style: none;
  margin: 70px 0;
  padding: 0;
  text-align: center; }
  .portfolio-subnav li {
    display: inline-block;
    width: 160px; }
    .portfolio-subnav li a {
      display: block;
      background-image: url(../images/icon-kitchen.png);
      background-repeat: no-repeat;
      border-bottom: 1px solid #ccc;
      padding: 95px 0 7px;
      color: #666;
      font-size: 1.2em;
      background-position: center top; }
      .portfolio-subnav li a[data-id="bathroom"] {
        background-image: url(../images/icon-bathroom.png); }
      .portfolio-subnav li a[data-id="exterior"] {
        background-image: url(../images/icon-exterior.png); }
      .portfolio-subnav li a[data-id="interior"] {
        background-image: url(../images/icon-interior.png); }
      .portfolio-subnav li a[data-id="customHome"] {
        background-image: url(../images/icon-customhome.png); }
      @media (max-width: 991px) {
        .portfolio-subnav li a {
          background-size: 50px;
          padding-top: 70px;
          font-size: 1em; } }
    .portfolio-subnav li:hover a, .portfolio-subnav li.active a {
      text-decoration: none;
      border-bottom: 3px solid;
      padding-bottom: 4px; }
    .portfolio-subnav li.active a {
      color: #f4781f;
      border-color: #f4781f; }
    @media (max-width: 991px) {
      .portfolio-subnav li {
        width: 130px; } }
    @media (max-width: 991px) {
      .portfolio-subnav li {
        width: 100px;
        margin-bottom: 30x; } }
  @media (max-width: 991px) {
    .portfolio-subnav {
      margin-bottom: 0; } }

.bottom-anchor-container {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .bottom-anchor-container .anchor-teaser .anchor-readmore {
    display: inline-block;
    background: #00529c;
    color: white;
    padding: 14px 20px 5px;
    bottom: 0;
    right: 0;
    position: absolute; }
    .bottom-anchor-container .anchor-teaser .anchor-readmore i {
      margin: -3px 0 0 10px;
      font-size: 2em;
      float: right; }
  @media (max-width: 991px) {
    .bottom-anchor-container {
      display: none; } }
