@charset "UTF-8";
/*
Theme Name: Cheadle Floors 2.0
Theme URI:
Author: Clear Cut Web Design
Author URI:
Description: Clear Cut Web Project
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
Copyright 2017 ClearCut Web Solutions Ltd, All Rights Reserved.
*/
/* SCSS Libraries */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*
*/
/*
================================================================================
|                               BUTTONS                                         |
================================================================================
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: #f69e08;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: Arial;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 2;
  padding: 0.275em 0.4125em;
  margin-top: 0.275em;
  text-decoration: none;
  text-transform: none;
  transition: background-color 300ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #945f05;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #f69e08; }

/*
*/
/*
================================================================================
|                               FORMS                                          |
================================================================================
*/
fieldset {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  margin: 0 0 0.1375em;
  padding: 0.275em; }

input {
  -webkit-appearance: none  !important; }

input,
label,
select {
  display: block;
  font-family: Arial;
  font-size: 1em; }

label {
  font-weight: 500;
  margin-bottom: 0.275em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
  background-color: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: Arial;
  font-size: 1.375em;
  line-height: 1.75em;
  margin-bottom: 0.275em;
  padding: 0.1375em;
  transition: border-color 300ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #333333; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #f69e08;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(221, 142, 7, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple=multiple]:disabled:hover {
      border: 1px solid #F2F2F2; }

textarea {
  resize: vertical; }

input[type="search"] {
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.06875em; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    display: inline-block; }

input[type="file"] {
  margin-bottom: 0.1375em;
  width: 100%; }

select {
  margin-bottom: 0.275em;
  max-width: 100%;
  width: auto; }

/*
*/
/*
================================================================================
|                               LISTS                                         |
================================================================================
*/
ul,
ol {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.1375em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.1375em; }
  dl dd {
    margin: 0; }

/*
*/
/*
================================================================================
|                               TABLES                                         |
================================================================================
*/
table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.1375em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #303030;
  font-weight: 600;
  padding: 0.1375em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #F2F2F2;
  padding: 0.1375em 0; }

tr,
td,
th {
  vertical-align: middle; }

/**/
/*
================================================================================
|                            TYPOGRAPHY                                        |
================================================================================
*/
/*
*/
body {
  color: #404040;
  font-family: Arial;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 1.1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial;
  color: #f69e08; }

.header-style, #main-content h1, #main-content h2 {
  font-size: 1.375em;
  line-height: 1.25em;
  font-weight: bold;
  color: #f69e08;
  padding: 0.4125em 0;
  font-weight: 900;
  text-align: center;
  padding: 20px 0px; }

#main-content {
  color: #404040; }

#main-content h1 {
  text-align: center; }

#main-content h2 {
  font-size: 1.375em; }

#main-content h3 {
  font-size: 1.125em;
  line-height: 1.1875em;
  font-weight: 400;
  color: #f69e08;
  padding-bottom: 0.275em; }

#main-content h4 {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 400;
  color: #f69e08;
  padding-bottom: 0.1375em; }

#main-content h5 {
  font-size: 0.75em;
  line-height: 0.875em;
  font-weight: 400;
  color: #f69e08;
  padding-bottom: 0.1375em; }

#main-content p {
  margin: 0.275em 0;
  padding-bottom: 0.5em; }

#main-content p strong {
  font-weight: bold; }

#main-content p a {
  color: #f69e08;
  font-size: 1.077em;
  line-height: 1em;
  font-weight: 400;
  text-decoration: none; }

#main-content img {
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 601px) {
    #main-content img {
      width: auto; } }

.content-style, #main-content, #main-content p {
  font-size: 1.0625em;
  line-height: 1.3125em;
  font-weight: 400;
  color: #404040; }

.content-style-reversed {
  color: #F2F2F2;
  font-size: 1.077em;
  line-height: 1em;
  font-weight: 400;
  padding: 0.5em 0;
  text-decoration: none; }
  @media screen and (min-width: 601px) {
    .content-style-reversed {
      margin: 0 5%; } }

a {
  color: #f69e08;
  text-decoration: none;
  transition: color 300ms ease; }
  a:active, a:focus, a:hover {
    color: #b97706; }

hr {
  border-bottom: 1px solid #F2F2F2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 0.275em 0; }

img {
  margin: 0;
  max-width: 100%; }

/*
*/
/*
================================================================================
|                 BREAK LONG URLS AND WORDS                                     |
================================================================================
*/
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*
================================================================================
|          STICKY FOOTER WITH FIXED HEIGHT                                     |
================================================================================
*/
* {
  margin: 0; }

html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -10em; }

@media screen and (min-width: 601px) {
  .footer, .push {
    height: 10em; } }

/*
================================================================================
|                            STANDARD ALIGNMENT                                     |
================================================================================
*/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright, .rightimg {
  float: right; }

.alignleft, .leftimg {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*
================================================================================
|                            SEARCH RESULTS                                     |
================================================================================
*/
.search-result {
  padding: 10px 0; }

.search-result h3 {
  padding: 0 0 5px 0; }

.search-result h3 a {
  color: #FE0000;
  font-size: 16px; }

.navigation {
  margin: 0.275em;
  line-height: 2.75em;
  height: 2.75em; }
  .navigation span.current {
    background-color: #404040; }

.pagination-element, .navigation a, .navigation span {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 0.4125em;
  margin: 0.275em;
  background-color: #f69e08;
  color: #FFFFFF; }

/*
================================================================================
|                            VERTICAL ALIGNMENT                                 |
================================================================================
*/
.parent-element {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
*/
/*
================================================================================
|                            RESPONSIVE OBJECT                                 |
================================================================================
*/
.responsive-object {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  margin: 10px 0;
  overflow: hidden; }

.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
*/
/*
================================================================================
|                            FIX CLICK FUNCTION ON IOS                          |
================================================================================
*/
.cursor-pointer {
  cursor: pointer; }

/*
*/
/*
================================================================================
|                                 TEXTURES                                      |
================================================================================
*/
/*
*/
/*
================================================================================
|                           NAVIGATION                                         |
================================================================================
*/
nav ul {
  list-style-type: none; }

/*
================================================================================
|                            MAIN MENU                                         |
================================================================================
*/
.main-nav {
  height: auto; }

.main-nav > ul {
  float: right;
  list-style: none;
  z-index: 2; }

.main-nav > ul > li {
  text-align: center;
  height: auto;
  float: left;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 9999; }

.main-nav > ul li a {
  padding: 0.5em 1.8em 0.5em 1.8em;
  color: #000;
  background: transparent;
  text-decoration: none;
  font-size: 0.704em;
  line-height: 2.4em;
  display: block;
  text-transform: uppercase; }

.main-nav > ul > li > a:hover {
  color: #623f03;
  background-color: transparent;
  text-decoration: none; }

.main-nav > ul li.current_page_item > a {
  color: #623f03; }
  .main-nav > ul li.current_page_item > a:hover {
    text-decoration: underline; }

/**/
.main-nav > ul > li > ul {
  padding-left: 0;
  padding-top: 3px;
  list-style: none;
  position: absolute;
  z-index: 999;
  left: -9999px;
  /* ╤Ω≡√Γασ∞ τα ²Ω≡αφε∞, ΩεπΣα φσ φ≤µφε (Σαφφ√Θ ∞σ≥εΣ δ≤≈°σ, ≈σ∞ display:none;) */
  opacity: 0;
  /* ╙±≥φαΓδΦΓασ∞ φα≈αδⁿφεσ ±ε±≥ε φΦσ ∩≡ετ≡α≈φε±≥Φ */
  -webkit-transition: 0.25s linear opacity;
  /* ┬ Webkit Γ√∩αΣα■∙Φσ ∩≤φΩ≥√ ß≤Σ≤≥ ∩≡ε Γδ ≥ⁿ±  */ }

.main-nav > ul > li > ul > li {
  float: none;
  width: 100%;
  white-space: nowrap;
  border-right: none;
  padding: 0;
  /* ┬ΓεΣΦ∞ ε≥±≥≤∩ ∞σµΣ≤ li ≈≥εß√ ±ετΣα≥ⁿ Φδδ■τΦ■ ≡ατΣσδσφφ√⌡ ∩≤φΩ≥εΓ ∞σφ■ */
  margin-bottom: 2px;
  text-align: left; }

.main-nav > ul > li > ul > li > a {
  line-height: 2.2em;
  color: #FFFFFF;
  background: #FFFFFF;
  white-space: nowrap;
  /* ╬±≥αφαΓδΦΓασ∞ ∩σ≡σφε± ≥σΩ±≥α Φ ±ετΣασ∞ ∞φεπε±≥≡ε≈φ√Θ Γ√∩αΣα■∙ΦΘ ∩≤φΩ≥ */
  display: block; }

.main-nav > ul li:hover ul, .main-nav > ul li.focusedsubmenu > ul {
  /* ┬√ΓεΣΦ∞ Γ√∩αΣα■∙ΦΘ ∩≤φΩ≥ ∩≡Φ φαΓσΣσφΦΦ Ω≤≡±ε≡α */
  left: 26px;
  /* ╧≡Φφε±Φ∞ σπε εß≡α≥φε φα ²Ω≡αφ, ΩεπΣα φ≤µφε */
  opacity: 1;
  /* ─σδασ∞ φσ∩≡ετ≡α≈φ√∞ */ }

.main-nav > ul li:hover ul a {
  /* ╚τ∞σφ σ∞ φσΩε≥ε≡√σ ±≥ΦδΦ Γσ≡⌡φσπε ≤≡εΓφ  ∩≡Φ Γ√ΓεΣσ Γ√∩αΣα■∙σπε ∩≤φΩ≥α */
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.075s linear;
  color: #623f03;
  width: 100%; }

.main-nav > ul li:hover ul li a:hover {
  /* ╙±≥αφαΓδΦΓασ∞ ±≥ΦδΦ Σδ  Γ√∩αΣα■∙Φ⌡ ∩≤φΩ≥εΓ, ΩεπΣα Ω≤≡±ε≡ φαΓεΣΦ≥±  φα ΩεφΩ≡σ≥φ√Θ ∩≤φΩ≥ */
  background: #623f03;
  /* ┴≤Σσ≥ ∩εδ≤∩≡ετ≡α≈φ√∞ */
  color: #FFFFFF;
  text-decoration: none;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05); }

.main-nav > ul > li.menu-item-has-children {
  background-image: url("images/logo-row.png");
  background-repeat: no-repeat;
  background-position: 96% center;
  border-right: 10px;
  background-size: 11px 11px;
  padding-right: 0px; }

.main-nav > ul > li.menu-item-has-children:hover {
  background-image: url("images/logo-row-hover.png"); }

@media only screen and (max-width: 767px) {
  .main-nav {
    display: none; }

  /*┼±δΦ φ≤µφε ∩≡Φ Φ±∩εδⁿτεΓαφΦΦ sticky_head*/
  .main-nav {
    height: auto; } }
/*
================================================================================
|                            SIDE MENU                                      |
================================================================================
*/
.icon-side-nav {
  display: none;
  margin: 0 auto; }

@media screen and (max-width: 600px) {
  .icon-nav {
    display: block;
    background: white; }

  .icon-side-nav {
    display: block; }

  .plus {
    display: inline;
    color: #f69e08;
    font-size: 1.5em;
    margin-left: 15px;
    cursor: pointer; } }
#side-nav {
  height: auto;
  padding: 15px 0;
  background-color: #404040;
  color: #F2F2F2;
  text-align: center;
  font-weight: bold; }
  #side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    width: 100%;
    height: auto; }
    #side-nav ul li {
      float: none;
      text-align: center;
      height: auto;
      padding: 0; }
      #side-nav ul li ul {
        display: none;
        padding-left: 0; }
        #side-nav ul li ul li {
          padding-right: 0; }
          #side-nav ul li ul li a {
            color: #f69e08;
            font-style: italic; }
      #side-nav ul li a {
        padding-left: 10px;
        font-size: 1em;
        color: #f69e08;
        font-weight: normal; }
    #side-nav ul li.current_page_item > a {
      color: #404040; }
    #side-nav ul li.menu-item-has-children ul {
      display: none; }
    #side-nav ul li.menu-item-has-children.current_page_item ul {
      display: block; }
    #side-nav ul li.current_page_parent ul {
      display: block; }

@media screen and (min-width: 601px) {
  #side-nav ul {
    display: block;
    border-right: 2px #404040 dotted; }
    #side-nav ul li {
      text-align: left;
      margin-left: 10px; }
      #side-nav ul li a {
        color: #404040;
        padding-left: 0; } }
/*
================================================================================
|                            FOOTER MENU                                      |
================================================================================
*/
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .footer-menu ul li {
    text-align: center;
    display: inline; }
    .footer-menu ul li a {
      padding: 0 5px;
      font-size: 0.8333333333em;
      color: #404040;
      border-right: 1px solid #404040; }
  .footer-menu ul li.last-child a {
    border-right: 0; }

/*
================================================================================
|                      PAGINATION ON PAGE WITH LIST OF POSTS                    |
================================================================================
*/
.custom-pagination {
  margin-top: 10px; }

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px; }

.custom-pagination a {
  background-color: #f69e08;
  color: black; }

.custom-pagination a:hover {
  background-color: #F2F2F2;
  color: #f69e08; }

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0; }

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro; }

.custom-pagination span.current {
  background-color: #404040;
  color: #404040; }

.mobile-menu {
  display: block;
  color: #FFF;
  width: 100%;
  height: auto;
  padding: 5% 20%;
  background-color: red;
  border-radius: 5px;
  line-height: 1.9em;
  font-size: 0.55em; }
  @media screen and (min-width: 320px) {
    .mobile-menu {
      font-size: 0.65em; } }
  @media screen and (min-width: 400px) {
    .mobile-menu {
      font-size: 0.8em; } }
  @media screen and (min-width: 480px) {
    .mobile-menu {
      font-size: 1em; } }

/*
================================================================================
|                              STICKY BLOCKS                                  |
================================================================================
*/
/*Sticky desktop*/
.main-nav {
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: 0s;
  -vendor-animation-iteration-count: infinite;
  display: none; }
  @media screen and (min-width: 601px) {
    .main-nav {
      position: static;
      display: block; } }

.header {
  margin-top: 30px; }
  @media screen and (min-width: 601px) {
    .header {
      margin-top: 0; } }

/* */
.accordion {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 20px auto; }
  .accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0; }
    .accordion ul li {
      display: table-cell;
      vertical-align: bottom;
      position: relative;
      width: 25%;
      height: 350px;
      background-repeat: no-repeat;
      background-position: top center;
      transition: all 500ms ease; }
      .accordion ul li div {
        display: block;
        overflow: hidden;
        width: 100%; }
        .accordion ul li div a {
          display: block;
          width: 100%;
          position: absolute;
          display: none;
          z-index: 3;
          vertical-align: bottom;
          padding: 15px 20px;
          box-sizing: border-box;
          color: #FFFFFF;
          text-decoration: none;
          transition: all 200ms ease;
          background: rgba(246, 158, 8, 0.5);
          bottom: 0; }
          .accordion ul li div a * {
            opacity: 0;
            margin: 0;
            width: 100%;
            text-overflow: ellipsis;
            position: relative;
            z-index: 5;
            white-space: nowrap;
            overflow: hidden;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease; }
          .accordion ul li div a h2 {
            text-overflow: clip;
            font-size: 1.375em;
            text-transform: uppercase;
            margin-bottom: 2px;
            color: #FFFFFF; }
          .accordion ul li div a p {
            font-size: 1em; }
    .accordion ul:hover li {
      width: 10%; }
    .accordion ul:hover li:hover {
      width: 70%; }
      .accordion ul:hover li:hover a {
        display: block; }
        .accordion ul:hover li:hover a * {
          opacity: 1;
          -webkit-transform: translateX(0);
          transform: translateX(0); }

@media screen and (max-width: 600px) {
  body {
    margin: 0; }

  .accordion {
    height: auto; }
    .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
      position: relative;
      display: table;
      table-layout: fixed;
      width: 100%;
      -webkit-transition: none;
      transition: none; } }
/*
================================================================================
|                                  GRID                                        |
================================================================================
*/
.global-wrapper #header-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .global-wrapper #header-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .global-wrapper #header-wrapper header {
    margin-top: 3.25em;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #header-wrapper header::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #header-wrapper header #header-identity {
      -webkit-column-span: 12;
      -moz-column-span: 12;
      column-span: 12;
      padding: 10px 0px; }
    .global-wrapper #header-wrapper header #header-navigation {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%; }
      .global-wrapper #header-wrapper header #header-navigation:last-child {
        margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #header-wrapper header {
      margin-top: 0; }
      .global-wrapper #header-wrapper header #header-identity {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 48.9566613162%; }
        .global-wrapper #header-wrapper header #header-identity:last-child {
          margin-right: 0; }
      .global-wrapper #header-wrapper header #header-navigation {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 48.9566613162%;
        margin-top: -82px; }
        .global-wrapper #header-wrapper header #header-navigation:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 601px) and (max-width: 970px) {
    .global-wrapper #header-wrapper header {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .global-wrapper #header-wrapper header::after {
        clear: both;
        content: "";
        display: table; }
      .global-wrapper #header-wrapper header #header-identity {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #header-wrapper header #header-identity:last-child {
          margin-right: 0; }
      .global-wrapper #header-wrapper header #header-navigation {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%;
        margin-top: 0px; }
        .global-wrapper #header-wrapper header #header-navigation:last-child {
          margin-right: 0; } }
.global-wrapper #slider {
  width: 100%;
  max-width: 100%; }
  .global-wrapper #slider img {
    width: 100% !important;
    height: auto; }
  .global-wrapper #slider #meteor-slideshow {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important; }
    .global-wrapper #slider #meteor-slideshow .meteor-clip .mslide {
      width: 100% !important;
      height: auto !important; }
      .global-wrapper #slider #meteor-slideshow .meteor-clip .mslide img {
        width: 100%;
        height: auto !important; }
    .global-wrapper #slider #meteor-slideshow .meteor-clip .meteor-shim {
      width: 100% !important; }
.global-wrapper #main-content-wrapper {
  width: 100%; }
  .global-wrapper #main-content-wrapper #main-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #main-content-wrapper #main-content::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #main-content-wrapper #main-content #main-section-info {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%;
      padding-top: 1.625em; }
      .global-wrapper #main-content-wrapper #main-content #main-section-info:last-child {
        margin-right: 0; }
    .global-wrapper #main-content-wrapper #main-content #main-section-form {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%;
      padding-top: 1.625em; }
      .global-wrapper #main-content-wrapper #main-content #main-section-form:last-child {
        margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #main-content-wrapper #main-content {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .global-wrapper #main-content-wrapper #main-content::after {
        clear: both;
        content: "";
        display: table; }
      .global-wrapper #main-content-wrapper #main-content #main-section-info {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 57.4638844302%; }
        .global-wrapper #main-content-wrapper #main-content #main-section-info:last-child {
          margin-right: 0; }
      .global-wrapper #main-content-wrapper #main-content #main-section-form {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 40.4494382022%; }
        .global-wrapper #main-content-wrapper #main-content #main-section-form:last-child {
          margin-right: 0; }
    .global-wrapper #main-content-wrapper #main-content-container {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%; }
      .global-wrapper #main-content-wrapper #main-content-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 601px) {
    .global-wrapper #main-content-wrapper #main-content #main-content-container {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 48.9566613162%;
      margin-left: 25.5216693419%; }
      .global-wrapper #main-content-wrapper #main-content #main-content-container:last-child {
        margin-right: 0; } }
.global-wrapper .main-info {
  width: 100%; }
  .global-wrapper .main-info .main-info-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper .main-info .main-info-content::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper .main-info .main-info-content .main-info-list {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%; }
      .global-wrapper .main-info .main-info-content .main-info-list:last-child {
        margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper .main-info .main-info-content .card-info {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 31.9422150883%; }
      .global-wrapper .main-info .main-info-content .card-info:last-child {
        margin-right: 0; }
      .global-wrapper .main-info .main-info-content .card-info:nth-child(3n) {
        margin-right: 0; }
      .global-wrapper .main-info .main-info-content .card-info:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 601px) and (max-width: 970px) {
    .global-wrapper .main-info .main-info-content .card-info {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 48.9566613162%; }
      .global-wrapper .main-info .main-info-content .card-info:last-child {
        margin-right: 0; } }
.global-wrapper #main-section {
  width: 100%; }
  .global-wrapper #main-section #main-section-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #main-section #main-section-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #main-section #main-section-wrap #main-section-info {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%;
      padding-top: 1.625em; }
      .global-wrapper #main-section #main-section-wrap #main-section-info:last-child {
        margin-right: 0; }
    .global-wrapper #main-section #main-section-wrap #main-section-form {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%;
      padding-top: 1.625em; }
      .global-wrapper #main-section #main-section-wrap #main-section-form:last-child {
        margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #main-section #main-section-wrap {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .global-wrapper #main-section #main-section-wrap::after {
        clear: both;
        content: "";
        display: table; }
      .global-wrapper #main-section #main-section-wrap #main-section-info {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 57.4638844302%; }
        .global-wrapper #main-section #main-section-wrap #main-section-info:last-child {
          margin-right: 0; }
      .global-wrapper #main-section #main-section-wrap #main-section-form {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 40.4494382022%; }
        .global-wrapper #main-section #main-section-wrap #main-section-form:last-child {
          margin-right: 0; } }
.global-wrapper #testimonials-wrapper {
  width: 100%; }
  .global-wrapper #testimonials-wrapper #testimonials {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #testimonials-wrapper #testimonials::after {
      clear: both;
      content: "";
      display: table; }
  .global-wrapper #testimonials-wrapper #brands-list {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .global-wrapper #testimonials-wrapper #brands-list::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #testimonials-wrapper #brands-list img {
      max-width: 100%;
      height: auto; }
.global-wrapper #services {
  width: 100%; }
  .global-wrapper #services #services-list {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #services #services-list::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #services #services-list .service {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 48.9566613162%; }
      .global-wrapper #services #services-list .service:last-child {
        margin-right: 0; }
      .global-wrapper #services #services-list .service .thumbnail-wrapper {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #services #services-list .service .thumbnail-wrapper:last-child {
          margin-right: 0; }
      .global-wrapper #services #services-list .service h3.service-name {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #services #services-list .service h3.service-name:last-child {
          margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #services #services-list .service {
      width: 12.5%;
      margin-right: 0; } }
.global-wrapper #projects-wrapper {
  width: 100%;
  float: left; }
  .global-wrapper #projects-wrapper #projects {
    width: 100%;
    float: left; }
.global-wrapper #get-quote-container {
  width: 100%; }
  .global-wrapper #get-quote-container #get-quote {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #get-quote-container #get-quote::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #get-quote-container #get-quote #main-contact {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%; }
      .global-wrapper #get-quote-container #get-quote #main-contact:last-child {
        margin-right: 0; }
      .global-wrapper #get-quote-container #get-quote #main-contact .col-2, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-2:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-1:last-child {
          margin-right: 0; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-2 input, .global-wrapper #get-quote-container #get-quote #main-contact .col-2 textarea, .global-wrapper #get-quote-container #get-quote #main-contact .col-2 label, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 textarea, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 label {
          float: left;
          display: block;
          margin-right: 2.0866773676%;
          width: 100%;
          margin-right: 0; }
          .global-wrapper #get-quote-container #get-quote #main-contact .col-2 input:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-2 textarea:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-2 label:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 textarea:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 label:last-child {
            margin-right: 0; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-2 input[type="submit"], .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input[type="submit"] {
          float: left;
          display: block;
          margin-right: 2.0866773676%;
          width: 100%; }
          .global-wrapper #get-quote-container #get-quote #main-contact .col-2 input[type="submit"]:last-child, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input[type="submit"]:last-child {
            margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #get-quote-container #get-quote #main-contact {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 82.9855537721%;
      margin-left: 8.507223114%; }
      .global-wrapper #get-quote-container #get-quote #main-contact:last-child {
        margin-right: 0; }
      .global-wrapper #get-quote-container #get-quote #main-contact .col-2 {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 48.9566613162%; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-2:last-child {
          margin-right: 0; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-2:nth-child(2n) {
          margin-right: 0; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-2:nth-child(2n+1) {
          clear: left; }
      .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input[type="submit"] {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input[type="submit"]:last-child {
          margin-right: 0; } }
.global-wrapper .global-wrapper #main-content #news-list {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%; }
.global-wrapper .global-wrapper #main-content #news-list:last-child {
  margin-right: 0; }
.global-wrapper .global-wrapper #main-content #news-list .news-item {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%; }
.global-wrapper .global-wrapper #main-content #news-list .news-item:last-child {
  margin-right: 0; }
@media screen and (min-width: 601px) {
  .global-wrapper .global-wrapper #main-content #news-list .news-item {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 31.94222%; }
  .global-wrapper .global-wrapper #main-content #news-list .news-item:last-child {
    margin-right: 0; }
  .global-wrapper .global-wrapper #main-content #news-list .news-item:nth-child(3n) {
    margin-right: 0; }
  .global-wrapper .global-wrapper #main-content #news-list .news-item:nth-child(3n+1) {
    clear: left; } }
.global-wrapper .global-wrapper #main-content #news-list .custom-pagination {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%; }
.global-wrapper .global-wrapper #main-content #news-list .custom-pagination:last-child {
  margin-right: 0; }
.global-wrapper #footer-wrapper {
  width: 100%; }
  .global-wrapper #footer-wrapper footer {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px; }
    .global-wrapper #footer-wrapper footer::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #footer-wrapper footer .footer-block {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%; }
      .global-wrapper #footer-wrapper footer .footer-block:last-child {
        margin-right: 0; }
    @media screen and (min-width: 601px) {
      .global-wrapper #footer-wrapper footer {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding: 0; }
        .global-wrapper #footer-wrapper footer::after {
          clear: both;
          content: "";
          display: table; }
        .global-wrapper #footer-wrapper footer .footer-block {
          float: left;
          display: block;
          margin-right: 2.0866773676%;
          width: 31.9422150883%; }
          .global-wrapper #footer-wrapper footer .footer-block:last-child {
            margin-right: 0; }
          .global-wrapper #footer-wrapper footer .footer-block:nth-child(3n) {
            margin-right: 0; }
          .global-wrapper #footer-wrapper footer .footer-block:nth-child(3n+1) {
            clear: left; } }
    @media screen and (min-width: 601px) and (max-width: 970px) {
      .global-wrapper #footer-wrapper footer {
        padding: 13px; } }
  .global-wrapper #footer-wrapper #copyrights-container {
    width: 100%; }
    .global-wrapper #footer-wrapper #copyrights-container #copyrights {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .global-wrapper #footer-wrapper #copyrights-container #copyrights::after {
        clear: both;
        content: "";
        display: table; }
      .global-wrapper #footer-wrapper #copyrights-container #copyrights p {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%;
        text-align: center; }
        .global-wrapper #footer-wrapper #copyrights-container #copyrights p:last-child {
          margin-right: 0; }
      @media screen and (min-width: 601px) {
        .global-wrapper #footer-wrapper #copyrights-container #copyrights {
          max-width: 960px;
          margin-left: auto;
          margin-right: auto; }
          .global-wrapper #footer-wrapper #copyrights-container #copyrights::after {
            clear: both;
            content: "";
            display: table; }
          .global-wrapper #footer-wrapper #copyrights-container #copyrights p {
            float: left;
            display: block;
            margin-right: 2.0866773676%;
            width: 48.9566613162%; }
            .global-wrapper #footer-wrapper #copyrights-container #copyrights p:last-child {
              margin-right: 0; }
            .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-child(2n) {
              margin-right: 0; }
            .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-child(2n+1) {
              clear: left; }
            .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-of-type(1) {
              text-align: left; }
            .global-wrapper #footer-wrapper #copyrights-container #copyrights p:nth-of-type(2) {
              text-align: right; } }

/*
*/
/*
================================================================================
|                       DESIGN FOR GRID CONTAINERS                             |
|       (paddings, margins, borders, background, font properties)              |
================================================================================
*/
.global-wrapper #header-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .global-wrapper #header-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  .global-wrapper #header-wrapper header {
    margin-top: 3.25em;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #header-wrapper header::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #header-wrapper header #header-identity {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%;
      text-align: center; }
      .global-wrapper #header-wrapper header #header-identity:last-child {
        margin-right: 0; }
    .global-wrapper #header-wrapper header #header-navigation {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%; }
      .global-wrapper #header-wrapper header #header-navigation:last-child {
        margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #header-wrapper header {
      margin-top: 0; }
      .global-wrapper #header-wrapper header #header-identity {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 48.9566613162%; }
        .global-wrapper #header-wrapper header #header-identity:last-child {
          margin-right: 0; }
      .global-wrapper #header-wrapper header #header-navigation {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #header-wrapper header #header-navigation:last-child {
          margin-right: 0; }
        .global-wrapper #header-wrapper header #header-navigation .main-nav #menu-main {
          margin-top: -80px; } }
  @media screen and (min-width: 601px) and (max-width: 970px) {
    .global-wrapper #header-wrapper header {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .global-wrapper #header-wrapper header::after {
        clear: both;
        content: "";
        display: table; }
      .global-wrapper #header-wrapper header #header-identity {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #header-wrapper header #header-identity:last-child {
          margin-right: 0; }
      .global-wrapper #header-wrapper header #header-navigation {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #header-wrapper header #header-navigation:last-child {
          margin-right: 0; }
        .global-wrapper #header-wrapper header #header-navigation .main-nav #menu-main {
          margin-top: 0px; } }
.global-wrapper #main-section {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  width: 100%; }
  .global-wrapper #main-section #main-section-wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #main-section #main-section-wrap::after {
      clear: both;
      content: "";
      display: table; }
    .global-wrapper #main-section #main-section-wrap #main-section-info .main-info-caption {
      text-align: center;
      padding-bottom: 2.5em;
      padding-top: 2.0625em; }
    .global-wrapper #main-section #main-section-wrap #main-section-info .main-info-information p {
      padding-bottom: 1.25em; }
  @media screen and (min-width: 601px) {
    .global-wrapper #main-section #main-section-wrap {
      max-width: 960px;
      margin-left: auto;
      margin-right: auto; }
      .global-wrapper #main-section #main-section-wrap::after {
        clear: both;
        content: "";
        display: table; } }
.global-wrapper .main-info {
  width: 100%;
  background-color: #ebeae9;
  text-align: center; }
  .global-wrapper .main-info h2 {
    padding: 0.8125em;
    line-height: 1.1em; }
  .global-wrapper .main-info p.gal-description {
    margin-bottom: 1.625em; }
  .global-wrapper .main-info .main-info-content {
    padding-bottom: 1.625em; }
    .global-wrapper .main-info .main-info-content .main-info-list {
      text-align: center; }
      .global-wrapper .main-info .main-info-content .main-info-list .card-info {
        list-style-type: none; }
        .global-wrapper .main-info .main-info-content .main-info-list .card-info .card-information img {
          width: 100%; }
        .global-wrapper .main-info .main-info-content .main-info-list .card-info .card-button {
          margin-top: -1px;
          background-color: #f69e08;
          padding: 20px; }
          .global-wrapper .main-info .main-info-content .main-info-list .card-info .card-button p {
            font-size: 1.2em; }
            .global-wrapper .main-info .main-info-content .main-info-list .card-info .card-button p a {
              color: #FFFFFF;
              transition: color 300ms ease; }
  @media screen and (min-width: 601px) {
    .global-wrapper .main-info .main-info-content .card-info {
      padding-top: 1.625em; }
      .global-wrapper .main-info .main-info-content .card-info .card-button {
        margin-top: -1px;
        background-color: #f69e08;
        padding: 20px; }
        .global-wrapper .main-info .main-info-content .card-info .card-button p a {
          color: #FFFFFF; } }
  @media screen and (min-width: 601px) and (max-width: 970px) {
    .global-wrapper .main-info .main-info-content .card-info .card-button {
      margin-top: -1px;
      background-color: #f69e08;
      padding: 20px; }
      .global-wrapper .main-info .main-info-content .card-info .card-button p a {
        color: #FFFFFF; } }
.global-wrapper #slider .meteor-slides .caption {
  background: rgba(246, 158, 8, 0.5);
  bottom: 10%;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  padding: 4.3333333333px;
  position: absolute;
  text-align: center;
  width: 80%;
  margin: 0 10%;
  float: left;
  max-width: 100%; }
  .global-wrapper #slider .meteor-slides .caption h3 {
    color: #FFFFFF; }
  .global-wrapper #slider .meteor-slides .caption p {
    color: #FFFFFF;
    font-weight: normal; }
  @media screen and (min-width: 601px) {
    .global-wrapper #slider .meteor-slides .caption {
      padding: 13px 26px; }
      .global-wrapper #slider .meteor-slides .caption h3 {
        font-size: 1.7em;
        line-height: 1.4em; }
      .global-wrapper #slider .meteor-slides .caption p {
        font-size: 1.48em;
        font-weight: normal;
        line-height: 1.32em; } }
  @media screen and (min-width: 601px) and (max-width: 970px) {
    .global-wrapper #slider .meteor-slides .caption {
      padding: 6.5px 13px; }
      .global-wrapper #slider .meteor-slides .caption h3 {
        font-size: 1.3125em;
        line-height: 1.1em; } }
.global-wrapper #main-content-wrapper {
  background-color: #FFFFFF;
  padding: 1.625em 1.625em; }
.global-wrapper #services {
  padding: 26px 13px 0 13px;
  background-color: #F2F2F2; }
  .global-wrapper #services h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.21em;
    color: #000;
    text-transform: uppercase; }
  .global-wrapper #services p {
    text-align: center;
    font-size: 1.2em;
    color: #000;
    margin-bottom: 1.625em; }
  .global-wrapper #services #services-list {
    padding-top: 10px; }
    .global-wrapper #services #services-list .service {
      line-height: 1.5em;
      margin-bottom: 0.8125em;
      padding: 0.8125em;
      text-align: center;
      margin-right: 0; }
      .global-wrapper #services #services-list .service h3.service-name {
        color: #f69e08;
        padding: 13px 0;
        font-size: 1.125em;
        font-weight: normal;
        text-transform: uppercase; }
        .global-wrapper #services #services-list .service h3.service-name a {
          color: #000; }
          .global-wrapper #services #services-list .service h3.service-name a:hover {
            color: #ac6f06;
            text-decoration: underline; }
      .global-wrapper #services #services-list .service .service-excerpt {
        font-size: 1.125em; }
      .global-wrapper #services #services-list .service .service-thumbnail {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%; }
        .global-wrapper #services #services-list .service .service-thumbnail:last-child {
          margin-right: 0; }
        .global-wrapper #services #services-list .service .service-thumbnail img {
          width: 100%;
          height: auto;
          max-width: 100%; }
      .global-wrapper #services #services-list .service a.readmore {
        margin-top: 1.625em;
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 65.9711075441%;
        margin-left: 17.0144462279%;
        font-size: 1.125em;
        padding: 0.40625em 0.8125em; }
        .global-wrapper #services #services-list .service a.readmore:last-child {
          margin-right: 0; }
  @media screen and (min-width: 601px) {
    .global-wrapper #services {
      padding: 1.625em 0 1.625em 0; } }
  @media screen and (min-width: 601px) and (max-width: 970px) {
    .global-wrapper #services {
      padding: 26px 13px 0 13px; } }
.global-wrapper #projects {
  padding: 26px 0 0 0; }
  .global-wrapper #projects > h2 {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.21em;
    color: #f69e08;
    margin-bottom: 1.625em;
    text-transform: uppercase; }
.global-wrapper .header-line {
  height: 1px;
  width: 100%;
  background: -moz-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
  background: -webkit-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
  background: -o-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
  background: -ms-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
  background: linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
  position: absolute;
  top: 198px; }
@media screen and (min-width: 601px) {
  .global-wrapper .header-line {
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: -webkit-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: -o-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: -ms-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    position: absolute;
    top: 132px; } }
@media screen and (min-width: 601px) and (max-width: 970px) {
  .global-wrapper .header-line {
    height: 1px;
    width: 100%;
    background: -moz-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: -webkit-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: -o-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: -ms-linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    background: linear-gradient(right, #fff 0%, #fff 0%, #d1d1d1 0%, #fefefe 78%);
    position: absolute;
    top: 146px; } }
.global-wrapper #get-quote-container {
  background-color: #ebeae9;
  border: 1px solid #c4c3c3; }
  .global-wrapper #get-quote-container #get-quote {
    color: #404040;
    padding: 26px 13px 26px 13px; }
    .global-wrapper #get-quote-container #get-quote h2 {
      text-align: center;
      font-size: 1.75em;
      line-height: 1.21em;
      color: #f69e08;
      font-weight: 900;
      text-transform: none;
      padding-top: 10px; }
    .global-wrapper #get-quote-container #get-quote p {
      text-align: center;
      font-size: 1.125em;
      color: #404040;
      margin-bottom: 0.9375em;
      padding: 0px 35px; }
    .global-wrapper #get-quote-container #get-quote #top {
      text-align: left;
      padding-left: 40px;
      font-style: normal;
      font-size: 1.4em; }
    .global-wrapper #get-quote-container #get-quote #main-contact .col-2, .global-wrapper #get-quote-container #get-quote #main-contact .col-1 {
      padding-bottom: 10px; }
      .global-wrapper #get-quote-container #get-quote #main-contact .col-2 input[type="submit"], .global-wrapper #get-quote-container #get-quote #main-contact .col-1 input[type="submit"] {
        font-size: 1.125em;
        margin-top: 0.8125em;
        font-weight: 200; }
  @media screen and (min-width: 601px) {
    .global-wrapper #get-quote-container #get-quote {
      padding: 13px 0 26px 0; } }
.global-wrapper #testimonials-wrapper {
  padding: 0 0.40625em; }
  .global-wrapper #testimonials-wrapper #testimonials {
    padding-top: 1.625em;
    margin-bottom: 0.8125em; }
    .global-wrapper #testimonials-wrapper #testimonials h2 {
      text-align: center;
      color: #f69e08; }
.global-wrapper #footer-wrapper {
  background-color: #404040;
  padding: 13px 0 0 0; }
  .global-wrapper #footer-wrapper footer {
    padding: 0 13px 0 13px; }
    .global-wrapper #footer-wrapper footer .footer-block {
      padding-bottom: 13px; }
      .global-wrapper #footer-wrapper footer .footer-block h3 {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 1.125em;
        font-weight: normal;
        line-height: 2em; }
      .global-wrapper #footer-wrapper footer .footer-block ul li {
        list-style-type: none;
        border-bottom: 1px solid #FFFFFF;
        line-height: 2em; }
        .global-wrapper #footer-wrapper footer .footer-block ul li a {
          color: #FFFFFF;
          font-size: 0.9375em; }
    .global-wrapper #footer-wrapper footer #footer-contact h3 {
      color: #FFFFFF; }
    .global-wrapper #footer-wrapper footer #footer-contact p {
      color: #FFFFFF;
      font-size: 1em;
      font-weight: normal;
      margin-bottom: 1em; }
    @media screen and (min-width: 601px) {
      .global-wrapper #footer-wrapper footer {
        padding: 0; }
        .global-wrapper #footer-wrapper footer .footer-block {
          margin-left: auto; }
          .global-wrapper #footer-wrapper footer .footer-block h3 {
            line-height: 1.1em;
            padding: 0 0 1em 0; }
          .global-wrapper #footer-wrapper footer .footer-block ul li {
            padding-left: 7%; }
        .global-wrapper #footer-wrapper footer #latest-news-footer h3, .global-wrapper #footer-wrapper footer #footer-navigation h3 {
          padding-left: 7%; } }
    @media screen and (min-width: 601px) and (max-width: 970px) {
      .global-wrapper #footer-wrapper footer {
        padding: 0 13px 0 13px; } }
    .global-wrapper #footer-wrapper footer #latest-news-footer ul li {
      line-height: 1em;
      padding-top: 0.275em; }
      .global-wrapper #footer-wrapper footer #latest-news-footer ul li h4 {
        padding: 0.275em 0 0.275em 0;
        font-size: 1.25em;
        color: #FFFFFF;
        font-size: 1.125em; }
      .global-wrapper #footer-wrapper footer #latest-news-footer ul li a.read-news {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-style: italic;
        padding: 0.275em 0 0.275em 0; }
      .global-wrapper #footer-wrapper footer #latest-news-footer ul li p {
        color: #FFFFFF;
        font-size: 1em;
        line-height: 1.5em; }
  .global-wrapper #footer-wrapper #copyrights-container {
    background-color: #000;
    padding: 6.5px 0 6.5px 0; }
    .global-wrapper #footer-wrapper #copyrights-container p {
      color: #FFFFFF;
      font-size: 1em;
      margin-top: 0.5416666667em; }
    .global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-main {
      text-align: center; }
    .global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-address {
      text-align: center; }
    @media screen and (min-width: 601px) {
      .global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-main {
        text-align: left; }
      .global-wrapper #footer-wrapper #copyrights-container #copyrights #copyrights-address {
        text-align: right; } }
    @media screen and (min-width: 601px) and (max-width: 970px) {
      .global-wrapper #footer-wrapper #copyrights-container #copyrights {
        padding: 0 13px 0 13px; } }

::-webkit-input-placeholder {
  color: #000;
  font-size: 0.7em;
  padding-left: 0.9375em; }

::-moz-placeholder {
  color: #000;
  font-size: 0.7em;
  padding-left: 0.9375em; }

/* Firefox 19+ */
:-moz-placeholder {
  color: #000;
  font-size: 0.7em;
  padding-left: 0.9375em; }

/* Firefox 18- */
:-ms-input-placeholder {
  color: #000;
  font-size: 0.7em;
  padding-left: 0.9375em; }

/*
*/
/*
================================================================================
|                            CONTENT ELEMENTS                                  |
================================================================================
*/
#main-content #news-list {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%; }
  #main-content #news-list:last-child {
    margin-right: 0; }
  #main-content #news-list .news-item {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 100%;
    background-color: #F2F2F2;
    margin-bottom: 1.625em; }
    #main-content #news-list .news-item:last-child {
      margin-right: 0; }
    @media screen and (min-width: 601px) {
      #main-content #news-list .news-item {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 31.9422150883%; }
        #main-content #news-list .news-item:last-child {
          margin-right: 0; }
        #main-content #news-list .news-item:nth-child(3n) {
          margin-right: 0; }
        #main-content #news-list .news-item:nth-child(3n+1) {
          clear: left; } }
    #main-content #news-list .news-item .news-props {
      float: left;
      display: block;
      margin-right: 2.0866773676%;
      width: 100%;
      padding: 0 0.40625em 0.8125em 0.40625em; }
      #main-content #news-list .news-item .news-props:last-child {
        margin-right: 0; }
      #main-content #news-list .news-item .news-props h2 {
        font-size: 1.15em; }
      #main-content #news-list .news-item .news-props p {
        font-size: 0.9375em; }
      #main-content #news-list .news-item .news-props a.read-more {
        float: left;
        display: block;
        margin-right: 2.0866773676%;
        width: 100%;
        text-align: right; }
        #main-content #news-list .news-item .news-props a.read-more:last-child {
          margin-right: 0; }
  #main-content #news-list .custom-pagination {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 100%; }
    #main-content #news-list .custom-pagination:last-child {
      margin-right: 0; }

.global-wrapper #carousel {
  min-height: 20vh; }
.global-wrapper #skip a {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .global-wrapper #skip a:focus {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    background-color: black;
    color: #FFFFFF !important;
    padding: 0.40625em 0.8125em;
    margin-right: 0.40625em;
    margin-top: 0.40625em;
    border-radius: 0.2708333333em; }
.global-wrapper #breadcrumbs {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.40625em; }
  .global-wrapper #breadcrumbs::after {
    clear: both;
    content: "";
    display: table; }
  .global-wrapper #breadcrumbs span a {
    text-decoration: underline; }

ul.col-2 li {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%;
  padding: 0.8125em; }
  ul.col-2 li:last-child {
    margin-right: 0; }
@media screen and (min-width: 601px) {
  ul.col-2 li {
    float: left;
    display: block;
    margin-right: 2.0866773676%;
    width: 48.9566613162%; }
    ul.col-2 li:last-child {
      margin-right: 0; }
    ul.col-2 li:nth-child(2n) {
      margin-right: 0; }
    ul.col-2 li:nth-child(2n+1) {
      clear: left; } }

#nav-posts {
  float: left;
  display: block;
  margin-right: 2.0866773676%;
  width: 100%; }
  #nav-posts:last-child {
    margin-right: 0; }

.main-nav.sticky {
  background-color: #FFFFFF !important; }

.global-wrapper #gallery-wrapper {
  width: 100%;
  height: auto; }
  .global-wrapper #gallery-wrapper #gallery {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    .global-wrapper #gallery-wrapper #gallery::after {
      clear: both;
      content: "";
      display: table; }
.global-wrapper #gallery-wrapper {
  padding: 1.625em 0.8125em;
  background-color: #F2F2F2; }
  .global-wrapper #gallery-wrapper #gallery {
    text-align: center; }
    .global-wrapper #gallery-wrapper #gallery h2 {
      margin-bottom: 0.8125em; }
    .global-wrapper #gallery-wrapper #gallery p {
      margin-bottom: 0.8125em; }

#main-content #news-list {
  float: left;
  display: block;
  margin-right: 2.08668%;
  width: 100%; }
  #main-content #news-list:last-child {
    margin-right: 0; }
  #main-content #news-list .news-item {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 100%;
    margin-bottom: 1.625em; }
    #main-content #news-list .news-item:last-child {
      margin-right: 0; }
    #main-content #news-list .news-item img {
      float: left;
      display: block;
      margin-right: 2.08668%;
      width: 100%;
      height: auto; }
      #main-content #news-list .news-item img:last-child {
        margin-right: 0; }
    @media screen and (min-width: 601px) {
      #main-content #news-list .news-item {
        float: left;
        display: block;
        margin-right: 2.08668%;
        width: 31.94222%; }
        #main-content #news-list .news-item:last-child {
          margin-right: 0; }
        #main-content #news-list .news-item:nth-child(3n) {
          margin-right: 0; }
        #main-content #news-list .news-item:nth-child(3n+1) {
          clear: left; } }
  #main-content #news-list .custom-pagination {
    float: left;
    display: block;
    margin-right: 2.08668%;
    width: 100%; }
    #main-content #news-list .custom-pagination:last-child {
      margin-right: 0; }

/*
*/


