/* ==========================
   Colors
   ========================== */
/* ==========================
   General Settings
   ========================== */
/* ==========================
   Mixins
   ========================== */
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #555; }

*:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  margin: 0 0 1rem 0;
  color: inherit; }

h1 {
  font-size: 32px; }
  @media only screen and (min-width: 64em) {
    h1 {
      font-size: 42px; } }

h2 {
  font-size: 24px; }
  @media only screen and (min-width: 64em) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 20px; }
  @media only screen and (min-width: 64em) {
    h3 {
      font-size: 24px; } }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  display: inline-block;
  color: #d51910;
  font-weight: 700;
  font-size: 0.875rem;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  a:hover {
    color: #b9160e; }
  a:focus, a:active {
    outline: none; }

.button {
  padding: 18px 30px;
  background-color: #d51910;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .button:hover {
    background-color: #b9160e;
    padding: 18px 35px; }
  .button:focus {
    background-color: #b9160e; }
  .button.hollow {
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0 2px #d51910;
    color: #fff; }
    .button.hollow:hover {
      color: #fff;
      box-shadow: inset 0 0 0 6px #d51910;
      background-color: #d51910; }

.btn-phone {
  padding-left: 60px;
  background: url("../images/icon-phone-w.png") 25px center no-repeat; }
  .btn-phone:hover {
    padding-left: 65px; }

p {
  line-height: 1.8;
  color: inherit;
  font-weight: 300; }
  p.lead {
    font-size: 100%; }
  @media only screen and (min-width: 41em) {
    p.lead {
      font-size: 125%; } }

.btn-menu {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }
  .btn-menu:hover span, .btn-menu:hover span:after, .btn-menu:hover span:before {
    background-color: #d51910; }
  .btn-menu:hover span:before {
    top: -10px; }
  .btn-menu:hover span:after {
    top: 10px; }
  .btn-menu span {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 10px;
    width: 30px;
    height: 4px;
    background-color: #888;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .btn-menu span:before, .btn-menu span:after {
      content: "";
      background-color: #888;
      width: 30px;
      height: 4px;
      position: absolute;
      left: 0;
      -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .btn-menu span:before {
      top: -8px; }
    .btn-menu span:after {
      top: 8px; }

.off-canvas {
  background-color: #0b1a29; }
  .off-canvas .menu li {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .off-canvas .menu a {
    color: #fff;
    padding: 1.5rem 1rem; }
    .off-canvas .menu a:hover {
      background-color: #b9160e;
      padding-left: 1.5rem; }
  .off-canvas .close-button {
    color: #fff;
    font-size: 3rem; }
    .off-canvas .close-button:hover {
      opacity: 0.6; }

.offcanvas-social {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .offcanvas-social li {
    width: 33.33%;
    float: left;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .offcanvas-social li.offcanvas-phone {
      width: 100%;
      float: none;
      clear: both;
      padding-left: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .offcanvas-social li:hover {
      background-color: #b9160e; }
  .offcanvas-social a {
    height: 50px;
    min-width: 50px;
    color: #fff;
    display: block;
    padding: 15px 0;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }

.offcanvas-fb {
  background: url("../images/icon-fb-w.png") center center no-repeat;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.offcanvas-tw {
  background: url("../images/icon-tw-w.png") center center no-repeat;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.offcanvas-ig {
  background: url("../images/icon-ig-w.png") center center no-repeat; }

.title {
  text-align: center;
  margin-bottom: 2rem; }

.section {
  padding: 4rem 1rem; }
  .section.section-dark {
    background-color: #eeece4; }
  .section.promote {
    background: url("../images/bg-promote.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center; }
    .section.promote a {
      margin: 0 5px 10px; }
  @media only screen and (min-width: 41em) {
    .section {
      padding: 6rem 0; } }

.content {
  padding: 40px 20px; }
  @media only screen and (min-width: 41em) {
    .content {
      padding: 50px; } }

.footer {
  background: #151515;
  padding: 80px 0 40px; }
  .footer li {
    font-size: 0.875rem;
    margin-bottom: 15px;
    color: #aaa;
    padding-left: 35px; }
  .footer a {
    padding: 5px 0;
    color: #aaa;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .footer a:hover {
      padding-left: 5px;
      color: #d51910; }
  .footer span {
    font-size: 0.875rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    padding-left: 35px; }
  .footer .copyright {
    font-weight: 300;
    color: #888;
    padding-left: 0; }
  .footer .columns {
    margin-bottom: 40px; }

.footer-contact li {
  padding-top: 5px;
  margin-bottom: 20px; }

.footer-logo {
  padding-right: 15px; }
  .footer-logo a {
    margin-bottom: 10px;
    display: block; }

.footer-fb {
  background: url("../images/icon-fb-r.png") 5px 5px no-repeat; }

.footer-tw {
  background: url("../images/icon-tw-r.png") 5px 8px no-repeat; }

.footer-ig {
  background: url("../images/icon-ig-r.png") 5px 8px no-repeat; }

.footer-map {
  background: url("../images/icon-map-r.png") 5px 8px no-repeat; }

.footer-phone {
  background: url("../images/icon-phone-r.png") 5px 8px no-repeat; }

.footer-email {
  background: url("../images/icon-email-r.png") 5px 8px no-repeat; }

/* ==========================
   #Navigation
   ========================== */
.top-wrap {
  background: #151515;
  padding: 0 0 40px; }
  .top-wrap input {
    border: 0;
    background: url("../images/icon-search-w.png") 15px center no-repeat transparent;
    padding: 15px 15px 15px 60px;
    font-size: 0.875rem;
    color: #fff;
    height: 50px;
    margin: 0;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .top-wrap input:hover {
      background-color: rgba(255, 255, 255, 0.05);
      box-shadow: none;
      border: 0; }
    .top-wrap input:active, .top-wrap input:focus {
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
      border: 0; }
  .top-wrap .columns {
    padding: 0; }

.nav {
  position: relative; }
  .nav > .columns {
    padding: 0; }

.nav-wrap {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10; }
  @media only screen and (min-width: 64em) {
    .nav-wrap {
      position: absolute;
      top: -40px;
      left: 0;
      width: 100%;
      background: #fff;
      height: 80px; } }

.top-logo {
  padding: 20px 0; }
  @media only screen and (min-width: 64em) {
    .top-logo {
      padding: 18px; } }

.top-links {
  float: right; }
  .top-links li {
    float: left;
    height: 50px; }
  .top-links a {
    color: #fff;
    height: 50px;
    min-width: 50px;
    padding: 15px; }
    .top-links a:hover {
      background-color: #b9160e; }

.link-fb {
  background: url("../images/icon-fb-w.png") center center no-repeat; }

.link-tw {
  background: url("../images/icon-tw-w.png") center center no-repeat; }

.link-ig {
  background: url("../images/icon-ig-w.png") center center no-repeat; }

a.link-phone {
  background: url("../images/icon-phone-w.png") 15px center no-repeat;
  padding-left: 40px; }

.top-nav {
  float: right; }
  .top-nav li {
    float: left; }
  .top-nav a {
    padding: 30px;
    color: #888;
    height: 80px; }
    .top-nav a:hover {
      color: #555;
      box-shadow: inset 0 -5px 0 #aaa; }

.offcanvas-logo {
  margin-top: 60px;
  padding: 15px; }

/* ==========================
   #Header
   ========================== */
.header {
  padding: 80px 0;
  text-align: center; }
  .header.header-home-tint {
    background: url("../images/bg-header-tint.jpg") center center no-repeat;
    background-size: cover; }
  .header.header-home-blinds {
    background: url("../images/bg-header-blinds.jpg") center center no-repeat;
    background-size: cover; }
  .header.header-home-carpet {
    background: url("../images/bg-header-carpet.jpg") center center no-repeat;
    background-size: cover; }
  .header:focus {
    outline: none; }
  @media only screen and (min-width: 41em) {
    .header {
      padding: 120px 0; } }
  @media only screen and (min-width: 64em) {
    .header {
      text-align: left;
      padding: 180px 0 200px; } }

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }
  .slick-dots button {
    background: #fff;
    overflow: hidden;
    text-indent: 500%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px; }
    .slick-dots li:focus {
      outline: none; }
    .slick-dots li.slick-active button {
      background: #d51910;
      box-shadow: inset 0 0 0 3px #fff; }
  @media only screen and (min-width: 64em) {
    .slick-dots {
      bottom: 80px; } }

.header-text {
  background: rgba(20, 20, 20, 0.9);
  color: #fff;
  display: inline-block;
  padding: 40px 20px; }
  .header-text p {
    opacity: 0.7; }
  @media only screen and (min-width: 41em) {
    .header-text {
      max-width: 75%;
      padding: 40px; } }
  @media only screen and (min-width: 64em) {
    .header-text {
      max-width: 50%; } }

/* ==========================
   #Home
   ========================== */
.home-intro {
  background: #eeece4;
  padding: 80px 0 40px; }
  @media only screen and (min-width: 41em) {
    .home-intro {
      padding: 120px 0 80px; } }
  @media only screen and (min-width: 64em) {
    .home-intro {
      padding: 0 0 80px; } }

.home-about {
  background: #fff;
  margin-bottom: 80px; }
  @media only screen and (min-width: 64em) {
    .home-about {
      position: relative;
      top: -60px; } }

.home-about-img {
  background: url("../images/img-about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 250px; }
  @media only screen and (min-width: 41em) {
    .home-about-img {
      min-height: 300px; } }

.home-services-item {
  height: 300px;
  position: relative;
  margin-bottom: 80px; }
  @media only screen and (min-width: 41em) {
    .home-services-item {
      height: 400px; } }
  @media only screen and (min-width: 64em) {
    .home-services-item {
      height: 450px; } }

.home-services-blinds {
  background: url("../images/img-blinds.jpg") center center no-repeat;
  background-size: cover; }

.home-services-tint {
  background: url("../images/img-tint.jpg") center center no-repeat;
  background-size: cover; }

.home-services-carpet {
  background: url("../images/img-carpet.jpg") center center no-repeat;
  background-size: cover; }

.home-services-text {
  background: #fff;
  position: absolute;
  padding: 30px 20px 20px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%; }
  @media only screen and (min-width: 64em) {
    .home-services-text {
      text-align: center; } }

.home-welcome {
  background: #fff;
  position: relative;
  padding: 0 20px; }
  @media only screen and (min-width: 64em) {
    .home-welcome {
      margin-bottom: -100px;
      padding: 0 40px 40px; } }

.home-welcome-img {
  background: url("../images/img-welcome.jpg") center center no-repeat;
  min-height: 300px; }
  @media only screen and (min-width: 41em) {
    .home-welcome-img {
      min-height: 400px; } }
  @media only screen and (min-width: 64em) {
    .home-welcome-img {
      min-height: 500px; } }

.home-blog-item {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden; }
  .home-blog-item h6 {
    margin: 0; }
  .home-blog-item span {
    font-size: 0.875rem;
    font-style: italic;
    margin-bottom: 20px;
    display: inline-block; }
  .home-blog-item a {
    display: inline-block;
    padding: 10px 0;
    -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }
    .home-blog-item a:hover {
      padding: 10px 20px;
      color: #fff;
      background: #d51910; }
  @media only screen and (min-width: 41em) {
    .home-blog-item .home-blog-img {
      width: 40%;
      float: left; }
    .home-blog-item .home-blog-text {
      width: 60%;
      float: left; } }

.home-blog-img {
  min-height: 250px; }
  .home-blog-img.blog1 {
    background: url("../images/img-blog1.jpg") center center no-repeat;
    background-size: cover; }
  .home-blog-img.blog2 {
    background: url("../images/img-blog2.jpg") center center no-repeat;
    background-size: cover; }
  .home-blog-img.blog3 {
    background: url("../images/img-blog3.jpg") center center no-repeat;
    background-size: cover; }

.home-blog-text {
  background: #fff;
  padding: 20px 20px;
  min-height: 220px; }
  @media only screen and (min-width: 64em) {
    .home-blog-text {
      min-height: 250px; } }

@media only screen and (min-width: 64em) {
  .home-blog-item.featured .home-blog-img, .home-blog-item.featured .home-blog-text {
    width: 100%;
    clear: both;
    float: none; }
  .home-blog-item.featured .home-blog-img {
    min-height: 300px; }
  .home-blog-item.featured .home-blog-text {
    min-height: 220px; } }
