@charset "UTF-8";

// Added by Rob @ Beacon
h1.archive-title, h1.single-title, h1.page-title {
    text-align:center;
}
// End Add


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.slide {
  background: url("../img/background1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fullscreen-slider {
  position: fixed;
  z-index: 100;
  top: 0; }

.flowing-slider {
  position: absolute; }

.slide {
  height: 500px;
  width: 1000px; }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: "Titillium Web", sans-serif;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #000;
  text-decoration: none; }

h1, h2, h3, p {
  margin: 1rem 0;
  padding: 0;
  font-weight: 400; }

i.fa {
  font-size: 1.75em; }

input, select, textarea {
  width: 100%;
  margin: .25em;
  padding: .25em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: .5em .5em .5em .5em;
  -moz-border-radius: .5em .5em .5em .5em;
  -webkit-border-radius: .5em .5em .5em .5em;
  border: 1px solid #E42127; }

input.error, select.error, textarea.error {
  border-color: #FFCC00;
  border-width: 2px;
  background-color: #DDD; }

select {
  background-color: #FFF;
  color: #901C24; }

option.dark {
  color: #000; }

input[type="submit"] {
  width: 100px;
  background-color: #FFF;
  color: #901C24; }

input[type="checkbox"] {
  width: 25px; }

::-webkit-input-placeholder {
  color: #901C24; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #901C24; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #901C24; }

:-ms-input-placeholder {
  color: #901C24; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?x06qt");
  src: url("../fonts/icomoon.eot?#iefixx06qt") format("embedded-opentype"), url("../fonts/icomoon.ttf?x06qt") format("truetype"), url("../fonts/icomoon.woff?x06qt") format("woff"), url("../fonts/icomoon.svg?x06qt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\e600"; }

.icon-arrow-left:before {
  content: "\e601"; }

.icon-arrows:before {
  content: "\e602"; }

.icon-bricks:before {
  content: "\e603"; }

.icon-chair:before {
  content: "\e604"; }

.icon-couch:before {
  content: "\e605"; }

.icon-design:before {
  content: "\e606"; }

.icon-download:before {
  content: "\e607"; }

.icon-frame:before {
  content: "\e608"; }

.icon-framed-house:before {
  content: "\e609"; }

.icon-gears:before {
  content: "\e60a"; }

.icon-hardhat:before {
  content: "\e60b"; }

.icon-home:before {
  content: "\e60c"; }

.icon-horn:before {
  content: "\e60d"; }

.icon-houses:before {
  content: "\e60e"; }

.icon-hydro:before {
  content: "\e60f"; }

.icon-list:before {
  content: "\e610"; }

.icon-print:before {
  content: "\e611"; }

.icon-sink:before {
  content: "\e615"; }

.icon-square:before {
  content: "\e612"; }

.icon-tools:before {
  content: "\e613"; }

.icon-window:before {
  content: "\e614"; }

.header {
  width: 100%;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #f8f8f8 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(75%, #f8f8f8), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #f8f8f8 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #f8f8f8 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #f8f8f8 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #f8f8f8 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 );
  padding: 1em 3em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative;
  z-index: 1500;
  -webkit-transition: all .39s ease;
  -moz-transition: all .39s ease;
  -ms-transition: all .39s ease;
  -o-transition: all .39s ease;
  transition: all .39s ease;
  margin-top: -1.5em; }

.phony-header {
  display: none; }

@media only screen and (min-width: 60em) {
  .header {
    position: fixed;
    top: 0;
    margin-top: 0; }

  .phony-header {
    display: block; } }
nav ul {
  list-style: none;
  display: none; }

nav ul {
  margin: 0;
  padding: 0; }

.main-menu ul li a {
  color: #000;
  /*-webkit-filter: drop-shadow( 0 0 5px #FFF );*/
  /*filter: drop-shadow( 0 0 5px #FFF );*/ }

.main-menu ul li a:hover {
  color: #E42127;
  /*text-shadow: 1px 1px 5px #FFF;*/ }

.main-menu {
  -webkit-transition: all .39s ease;
  -moz-transition: all .39s ease;
  -ms-transition: all .39s ease;
  -o-transition: all .39s ease;
  transition: all .39s ease;
  text-align: center;
  font-size: 1.5em; }

@media only screen and (min-width: 534px) {
  .main-menu {
    text-align: right; }

  .header {
    background: -moz-linear-gradient(top, #f4f4f4 0%, #f8f8f8 39%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(39%, #f8f8f8), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, #f8f8f8 39%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, #f8f8f8 39%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, #f8f8f8 39%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, #f8f8f8 39%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 );
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
#pull {
  color: #E42127;
  width: 138px;
  max-width: 100%;
  display: block; }

.logo {
  -webkit-transition: all .39s ease;
  -moz-transition: all .39s ease;
  -ms-transition: all .39s ease;
  -o-transition: all .39s ease;
  transition: all .39s ease;
  max-width: 300px; }

.footer {
	padding: 0 0em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #E42127;
	/*background-color: $albornRedRGB;*/
  color: #FFF;
	position: absolute;
	/*position: fixed;*/
  left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .39s ease;
	-moz-transition: all .39s ease;
	-ms-transition: all .39s ease;
	-o-transition: all .39s ease;
	transition: all .39s ease;
	z-index: 1501;
	/*border-top: 1px solid $darkRed;*/
  overflow: hidden;
}

.home-footer > .footer {
  margin-bottom: -80px; }

.footer:hover {
  /*margin-bottom: -310px;*/ }

@media only screen and (min-width: 60em) {
  .home-footer > .footer {
    margin-bottom: 0; }

  .footer {
    position: fixed; } }
@media only screen and (min-width: 80em) {
  .footer {
    /*margin-bottom: -320px;*/ } }
.footer-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-info p {
  text-align: center; }

.footer-info p span {
  color: #901C24; }

.contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
  /*display: none;*/ }

@media only screen and (min-width: 80em) {
  .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
.main-content {
  max-width: 1280px;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  margin: 0 auto;
  position: relative;
  z-index: 102; }

@media only screen and (min-width: 40em) {
  .main-content {
    margin-bottom: 5em; } }
.contact h3 {
  margin: .25em .5em; }

.grown-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  /*display: none;*/ }

@media only screen and (min-width: 80em) {
  .grown-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
.grown-footer-form-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.grown-footer-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1em; }

.grown-footer-form h1 {
  font-weight: 200; }

.grown-footer-info {
  margin: 1em; }

.grown-footer-info h1 {
  font-weight: 200; }

.grown-footer-info-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.grown-footer-info-section h1 {
  margin: 0 .25em;
  font-weight: 200; }

.grown-footer-form-area h1 {
  font-size: 1.25em; }

@media only screen and (min-width: 40em) {
  .grown-footer-form-area h1 {
    font-size: 2em; } }
@media only screen and (min-width: 60em) {
  .logo {
    max-width: 400px; }

  .footer-row {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
@media only screen and (min-width: 71em) {
  .header {
    background: -moz-linear-gradient(top, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #f4f4f4 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 ); }

  nav ul {
    display: block; }

  .main-menu {
    margin: 1em;
    margin-left: 4em;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    /*max-width: 50%;*/
    font-size: 1em; }

  .main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

  .main-menu ul li {
    /*display: inline-block;*/
    /*margin: 0 .75em;*/
    font-size: 1.5em;
    font-weight: 200; }

  #pull {
    display: none; } }
@media only screen and (min-width: 100em) {
  .main-menu ul li {
    /*font-size: 2em;*/ }

  .logo {
    /*max-width: 590px;*/ }

  .main-menu {
    max-width: 50%; } }
.square-feature {
  /*background-image: url("../img/square.svg");*/
  background-repeat: no-repeat;
  padding: 5em;
  background-size: contain;
  background-position: center center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7); }

.square-feature h1 {
  font-size: 2em;
  font-weight: 200;
  line-height: 1em; }

.square-feature h3 {
  font-size: .75em;
  font-weight: 200; }

@media only screen and (min-width: 20em) {
  .square-feature {
    background: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("../img/square.svg"); } }
@media only screen and (min-width: 40em) {
  .square-feature h1 {
    font-size: 3em; }

  .square-feature h3 {
    font-size: 1em; } }
@media only screen and (min-width: 50em) {
  .square-feature h1 {
    font-size: 3.5em; }

  .square-feature h3 {
    font-size: 2em; } }
.hex-block {
  margin: 3em 0;
  max-width: 1280px;
  margin: 5em auto;
  position: relative;
  /*display: none;*/ }

.hex-block-home {
  margin: 3em 0;
  max-width: 1280px;
  margin: 5em auto;
  position: relative;
  /*display: none;*/ }

.scroll {
  display: none; }

.invisible-wall {
  display: none; }

@media screen and (min-height: 52.5rem) and (min-width: 80em) {
  .square-feature {
    position: fixed;
    z-index: 50000;
    top: 50%;
    transform: translateY(-71%);
    left: 0;
    right: 0;
    margin: 0 auto; }

  .hex-block-home {
    position: fixed;
    bottom: 3em;
    z-index: 4000;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .lower-tri-row-item {
    display: none; }

  .invisible-wall {
    display: block;
    min-width: 100%;
    min-height: 100vh;
    margin-top: -202px;
    margin-bottom: 100px;
    /*background-color: #000;*/ }

  .scroll {
    display: block;
    position: relative;
    z-index: 1000000;
    margin-bottom: -100px; }

  .main-content {
    margin-bottom: 0; } }
.tri-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.tri-block-item {
  max-width: 400px;
  position: relative;
  /*margin: 1em;*/ }

.tri-block-item > img {
  display: block; }

.tri-block-item > img.faded {
  display: block;
  opacity: .5; }

img.not-faded {
  opacity: 1; }

.tri-block-item-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .39s ease;
  -moz-transition: all .39s ease;
  -ms-transition: all .39s ease;
  -o-transition: all .39s ease;
  transition: all .39s ease;
  cursor: pointer;
  cursor: hand; }

.tri-block-item-overlay:hover {
  background-color: rgba(255, 255, 255, 0.5); }

.tri-block-item-overlay:hover .tri-icon {
  /*width: 120px;*/
  /*max-height: 120px;*/ }

.tri-block-item-overlay:active .tri-icon {
  /*width: 150px;*/
  /*max-height: 150px;*/ }

.tri-icon {
  -webkit-transition: all .39s ease;
  -moz-transition: all .39s ease;
  -ms-transition: all .39s ease;
  -o-transition: all .39s ease;
  transition: all .39s ease;
  /*display: none;*/
  max-height: 50px;
  width: auto;
  margin-top: 1em; }

.tri-icon.fix {
  /*display: none;*/
  max-height: 30px;
  width: auto; }

.space {
  width: 100%;
  min-height: 325px; }

.slide-fade {
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 250px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color100-stop(100%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

.upper-block {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.upper-block-info h3 {
  color: #E42127;
  font-weight: bold;
  font-size: 1.5em; }

.upper-block-icon {
  min-width: 150px; }

.upper-block-info {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (min-width: 915px) {
  .upper-block-icon {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; } }
.upper-block-info {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: 700px; }

.fade-holder {
  position: relative; }

.fade {
  min-height: 150px;
  background-color: #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 500px;
  background: -moz-linear-gradient(top, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(0%, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /*background-color: #000;*/ }

.content {
  max-width: 1200px;
  margin: 0 auto; }

.content p {
  margin: 1em; }

.last-item {
  padding-bottom: 8em; }

@media only screen and (min-width: 40em) {
  .last-item {
    padding-bottom: 3em; } }
.testimonial-block {
  background-image: url("../img/lower-block.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.white-backing {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100; }

.lower-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 101;
  padding: 1em 1em; }

.lower-content h1 {
  color: #E42127;
  font-size: 1.25em;
  font-weight: bold; }

@media only screen and (min-width: 40em) {
  .lower-content h1 {
    font-size: 1.5em; } }
.red-button {
  background-color: #E42127;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: .5em 1em;
  color: #FFF;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border: 1px solid #E42127;
  margin: 1em 0;
  font-weight: bold; }

.red-button h1 {
  font-size: 1.5em;
  font-weight: bold; }

.red-button i {
  font-size: 2.5em;
  padding-right: .25em; }

.red-button:hover {
  background-color: #FFF;
  color: #E42127 !important; }

.red-button:active {
  background-color: #E42127;
  color: #FFF !important; }

.red-button a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  color: inherit; }

.red-button a:hover {
  color: #E42127; }

.red-button a:active {
  color: #FFF; }

@media only screen and (min-width: 40em) {
  .red-button h1 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 1.25em; }

  .red-button i {
    font-size: 1.75em; }

  .red-button {
    max-width: 400px; } }
.header-active {
  -webkit-transition: all .39s ease;
  -moz-transition: all .39s ease;
  -ms-transition: all .39s ease;
  -o-transition: all .39s ease;
  transition: all .39s ease;
  background: -moz-linear-gradient(top, #f4f4f4 0%, #f8f8f8 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(70%, #f8f8f8), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #f8f8f8 70%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #f8f8f8 70%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #f8f8f8 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #f4f4f4 0%, #f8f8f8 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00ffffff',GradientType=0 );
  /*background: #000;*/
  /*opacity: 0;*/ }

.icon-menu img {
  max-height: 50px;
  margin: 1em; }

.icon-menu {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.red-button span {
  font-size: 1.5em;
  padding-right: .25em; }

.red-button h1 {
  margin-top: -.25em; }

.icon-menu {
  margin: 1em auto; }

.icon-menu span {
  display: block;
  font-size: 2em; }

.icon-menu span.fix {
  font-size: 1.7em; }

.icon-menu a:hover {
  color: #E42127; }

.submenu-image-block {
  width: 100%;
  height: 75px;
  min-height: 75px;
  max-height: 460px;
  /*background-image: url("../img/subpage-image.jpg");*/
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0s linear;
  transition-property: background-position; }

/*#home-addition {
	background-position: 100% 200px;
}
#interior-renovations {
	background-position: 100% -2200px;
}*/
@media only screen and (min-width: 20em) {
  .submenu-image-block {
    height: 125px; } }
@media only screen and (min-width: 30em) {
  .submenu-image-block {
    height: 225px; } }
@media only screen and (min-width: 40em) {
  .submenu-image-block {
    height: 325px; } }
@media only screen and (min-width: 50em) {
  .submenu-image-block {
    height: 450px;
    min-height: 450px; } }
.sub-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.sub-block-content {
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sub-block-content p {
  padding: 0;
  margin: 0;
  margin-bottom: 1em; }

.sub-block-content p:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40em) {
  .sub-block-content {
    max-width: 800px; } }
@media only screen and (min-width: 80em) {
  .sub-block-content {
    min-width: 800px; } }
.sub-block {
  margin: 1em 0;
  padding: 1em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sub-block-icon span {
  font-size: 7em;
  /*color: $albornRed;*/
  margin-bottom: .125em;
  display: block; }

.sub-block-icon span.fix {
  font-size: 6em; }

.sub-block-icon {
  color: #E42127; }

.sub-block-icon {
  max-width: 400px;
  width: 400px;
  min-width: 400px;
  text-align: center; }

.sub-block-column a {
  font-size: 1.25em;
  color: #B0B0B0; }

.sub-block-column a:hover {
  color: #901C24; }

.sub-block-icon h2 {
  font-size: 1.5em;
  color: #E42127;
  line-height: 1em;
  font-weight: bold; }

.sub-block-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/*.sub-block-content li:before {
	content: "• ";
	color: $albornRed;
}*/
.sub-block-content li {
  /*list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAOklEQVQYV2NkQAL/GRiACAEYGRiACALgDHRFSArAasAELkXIihkJKYIrHkCFRHsG5liiggeXYuQABwAPUBQDDmUWYAAAAABJRU5ErkJggg==");*/
  list-style-image: url("../img/list.svg"); }

.cycle-slide-active .slide {
  background-position: center bottom;
  /*background-size: 100%;*/ }

/*@media only screen and (min-height: 550px) {
	.cycle-slide-active .slide {
		background-position: 100% -600px;
	}
}*/
.header-image {
  background-image: url("../img/bathtub-background.jpg");
  background-color: #000;
  min-height: 500px;
  width: 100%;
  position: relative;
  z-index: 100;
  background-position: center bottom;
  position: absolute;
  top: 0;
  /*background-attachment: fixed;*/ }

@media only screen and (min-width: 80em) and (min-height: 60em) {
  .header-image {
    background-attachment: fixed;
    background-position: center bottom 250%; } }
.header-image:before {
  content: " ";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }

#top {
  margin-top: -50px;
  padding-top: 50px; }

.main-menu ul li a.current-nav-link {
  color: #E42127; }

@media only screen and (min-width: 40em) {
  .sponsors img {
    max-width: 10%; } }
.red-button .icon-horn {
  font-size: 1.125em; }

.footer {
  height: 40px; }

.footer-active {
  height: 500px; }

.footer-active-mobile {
  /*height: 420px;*/
  height: 100%; }

#contact {
  cursor: pointer;
  cursor: hand; }

.grown-footer-form h1 {
  font-size: 1.5em; }

.grown-footer-info-section h1 {
  font-size: 1.5em; }

.gallery-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  position: relative; }

.upper-block-info2 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  max-width: 700px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.gallery-button {
  position: relative;
  color: #E42127;
  font-size: 1.5em;
  padding: 0 1em;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (min-width: 35em) {
  .gallery-button {
    font-size: 2.5em;
    font-size: 2em; } }
.gallery-button a {
  color: #000; }

.gallery-button a:hover {
  color: #E42127; }

@media only screen and (min-width: 60em) {
  .gallery-button-active:before {
    background-image: url("../img/arrows.svg");
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 181px;
    height: 151px;
    width: 120px;
    height: 100px; } }
.galleries {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.galleries-item {
  margin: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

.galleries-item img {
  display: block; }

.galleries-item-caption p {
  color: #E42127;
  padding: .25em; }

.galleries-item-caption p span {
  color: #000; }

.galleries-item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.6); }

.grown-footer-info a {
  color: #FFF; }

.grown-footer-info a:hover {
  color: #FFF;
  text-decoration: underline; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.row.center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.column.center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

a span {
  position: relative; }

a span.icon-framed-house::after {
  content: "Exterior Home Remodelling";
  font-size: .35em;
  position: absolute;
  left: -50%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-framed-house::after {
      display: none; } }

a span.icon-framed-house::after {
  content: "Exterior Home Remodelling";
  font-size: .35em;
  position: absolute;
  left: -41%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-framed-house::after {
      display: none; } }

a span.icon-houses::after {
  content: "Home Addition";
  font-size: .35em;
  position: absolute;
  left: -8%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-houses::after {
      display: none; } }

a span.icon-couch::after {
  content: "Interior Renovations";
  font-size: .35em;
  position: absolute;
  left: -17%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-couch::after {
      display: none; } }

a span.icon-sink::after {
  content: "Kitchen Remodeling";
  font-size: .35em;
  position: absolute;
  left: -22%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-sink::after {
      display: none; } }

a span.icon-bricks::after {
  content: "Siding Installation & Repair";
  font-size: .35em;
  position: absolute;
  left: -12%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-bricks::after {
      display: none; } }

a span.icon-window::after {
  content: "Window & Door Installation";
  font-size: .35em;
  position: absolute;
  left: -27%;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 20em) {
    a span.icon-window::after {
      display: none; } }

.contact-types {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.contact-types > div {
  margin-right: 3em; }

.contact-types > .item:hover {
  opacity: .5; }

.close-footer {
  opacity: 0; }

.close-footer.active {
  opacity: 1; }

#estimate-intro {
  text-align: center; }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 30em) {
    .modal {
      max-height: 100vh;
      overflow: auto; } }

.modal.inactive {
  pointer-events: none;
  opacity: 0;
  display: none; }

.modal-view {
  background: #FFF;
  padding: .5em 1em;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  width: 60%;
  max-width: 100%; }
  @media only screen and (max-width: 30em) {
    .modal-view {
      position: absolute;
      left: 0;
      top: 0;
      overflow: auto;
	  width:600px; } }

.footer {
  z-index: 40000; }

.agallery .text {
  text-transform: uppercase; }

.agallery .text span {
  text-transform: none; }

.pager .gallery-thumbnails div {
  /*width: 100px;*/
  /*background: #000;*/
  /*height: 50px;*/
  margin: .25em; }

.pager .gallery-thumbnails div img {
  /*max-width: 100px;*/ }

.slick-arrow {
  background: #000 !important; }

.galleries-item:hover {
  cursor: pointer;
  cursor: hand; }

.currentimage{
 display: block;
 margin: 0 auto;
}

.closemodal {
  text-align: center; }

.closemodal:hover {
  cursor: pointer;
  cursor: hand; }

.slick-arrow {
  height: 100% !important;
  width: 45px !important;
  top: 8px !important;
  z-index: 5;
  -webkit-filter: drop-shadow(0 0 5px #FFF);
  filter: drop-shadow(0 0 5px #FFF); }

.slick-next {
  right: 0 !important;
  background: #FFF url("../img/arrow.svg") no-repeat center center !important;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.slick-prev {
  left: 0 !important;
  background: #FFF url("../img/arrow-left.svg") no-repeat center center !important;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.slick-next:before {
  content: "" !important; }

.slick-prev:before {
  content: "" !important; }

.slick-current {
  -webkit-filter: drop-shadow(0 0 3px #E42127);
  filter: drop-shadow(0 0 3px #E42127); }

.agallery {
  display: none; }

.centered-icons-with-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.redtext {
  color: #E42127; }

.footer a {
  color: #FFF; }

/*# sourceMappingURL=main.css.map */
