@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Font mixin */
/*---------------------------------------------------------------
    Grid
--------------------------------------------------------------- */
.grid {
  width: 100%;
}

@media (min-width: 800px) {
  .grid {
    float: left;
  }

  .grid1_12 {
    width: 8.3333333333%;
  }

  .grid2_12 {
    width: 16.6666666667%;
  }

  .grid3_12 {
    width: 25%;
  }

  .grid4_12 {
    width: 33.3333333333%;
  }

  .grid5_12 {
    width: 41.6666666667%;
  }

  .grid6_12 {
    width: 50%;
  }

  .grid7_12 {
    width: 58.3333333333%;
  }

  .grid8_12 {
    width: 66.6666666667%;
  }

  .grid9_12 {
    width: 75%;
  }

  .grid10_12 {
    width: 83.3333333333%;
  }

  .grid11_12 {
    width: 91.6666666667%;
  }

  .grid12_12 {
    width: 100%;
  }
}
/*---------------------------------------------------------------
    Row Machine
--------------------------------------------------------------- */
/*---------------------------------------------------------------
    Flexbox Mixins
--------------------------------------------------------------- */
/* Column Mixins */
/*---------------------------------------------------------------
    Strip Unit from SASS Variable (requried for Buckets Grid)
--------------------------------------------------------------- */
/* Owl Carousel */
.owl-controls {
  margin: 15px auto 0 auto;
  display: inline-block;
}
.owl-controls .owl-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1500px) {
  .owl-controls {
    display: none;
  }
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  background: #e74c3c;
  padding: 10px;
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 4px;
  width: 100px;
}
.owl-controls .owl-prev.owl-prev, .owl-controls .owl-next.owl-prev {
  margin-right: 4px;
  display: none;
}
.owl-controls .owl-prev.owl-next, .owl-controls .owl-next.owl-next {
  margin-left: 4px;
}
.owl-controls .owl-prev.disabled, .owl-controls .owl-next.disabled {
  display: none !important;
}
.owl-controls .owl-prev:hover, .owl-controls .owl-next:hover {
  color: #282828;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* Global
--------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  min-height: 101%;
}

body {
  background: #fff;
  color: #000;
  font: 16px/1.5 "Source Sans Pro", sans-serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #e74c3c;
}
a:hover {
  color: #282828;
}

/* Typography
--------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  color: #e74c3c;
  text-align: inherit;
  text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #e74c3c;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  color: #282828;
}

h1 {
  font-size: 1.7em;
  width: 100%;
  text-align: center;
}
@media (min-width: 800px) {
  h1 {
    font-size: 2.3em;
    text-align: left;
  }
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

/* Global Containers
--------------------------------------------------------------- */
.container {
  max-width: 1500px;
  margin: 0 auto;
}

span.ld-phonenumber {
  display: inline-block;
}

.site-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Order of Sections
--------------------------------------------------------------- */
.loft-conversion-types .accreditations-outer {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* Buttons
--------------------------------------------------------------- */
.btn {
  padding: 15px 30px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 25px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  color: #fff;
  text-align: inherit;
  text-transform: uppercase;
}
.btn.btn-noir {
  background: #000;
}
.btn.btn-noir:hover {
  background: #1a1a1a;
  cursor: pointer;
  color: #fff;
}
.btn.btn-blanc {
  background: #fff;
}
.btn.btn-blanc:hover {
  background: white;
  cursor: pointer;
  color: #fff;
}
.btn.btn-primary {
  background: #e53f2e;
}
.btn.btn-primary:hover {
  background: #eb695c;
  cursor: pointer;
  color: #fff;
}

/* General
--------------------------------------------------------------- */
.box-padding {
  padding: 1em;
}

.clearfix {
  clear: both;
}

/* Phone & Navigation Icon Top
--------------------------------------------------------------- */
.mobile-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #eee;
  z-index: 10;
}
.mobile-top-bar:after {
  clear: both;
  content: "";
  display: block;
}
.mobile-top-bar .stickyheader-left {
  float: left;
  background: #e74c3c;
}
.mobile-top-bar .stickyheader-right {
  float: right;
}
.mobile-top-bar .stickyheader-right .btn {
  width: 100%;
}
.mobile-top-bar .stickyheader-btn {
  width: 50%;
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
.mobile-top-bar .stickyheader-btn.menu-btn {
  background: #282828;
}
.mobile-top-bar .stickyheader-btn.toggle-location-numbers {
  background: #e74c3c;
}
.mobile-top-bar .mobile-location-numbers {
  top: 40px;
  position: absolute;
  left: 0;
  display: none;
  padding: 1em 0.5em;
  width: 100%;
  background: #e74c3c;
  color: #fff;
}
.mobile-top-bar .mobile-location-numbers p.main-phone {
  font-size: 1.1em;
}
.mobile-top-bar .mobile-location-numbers.show-mobile-location-numbers {
  display: block;
}
.mobile-top-bar .mobile-location-numbers a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media (min-width: 1000px) {
  .mobile-top-bar {
    display: none;
  }
}

/* Site Header
--------------------------------------------------------------- */
header[role=banner] {
  padding: 0 20px;
  background: none;
  position: relative;
  z-index: 3;
}
@media (min-width: 1000px) {
  header[role=banner] {
    margin-top: -7px;
    margin-bottom: 20px;
    bottom: 0px;
  }
}
header[role=banner] .container {
  padding-top: 40px;
}
header[role=banner] .logo {
  display: block;
  width: 100%;
  max-width: 130px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 50px auto 20px auto;
}
@media (min-width: 800px) {
  header[role=banner] .logo {
    max-width: 220px;
  }
  header[role=banner] .logo.construction-logo {
    max-width: 210px;
  }
}
@media (min-width: 1000px) {
  header[role=banner] .logo {
    margin: 0 auto 20px auto;
  }
}
header[role=banner] .logo:hover {
  opacity: 0.8;
}
header[role=banner] .logo img {
  width: 100%;
}
header[role=banner] .phone-top-right {
  display: none;
}
@media (min-width: 1000px) {
  header[role=banner] .phone-top-right {
    margin: 0 auto;
    display: block;
    background: #e74c3c;
    width: 300px;
    padding: 10px 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border-radius: 3px;
  }
}
@media (min-width: 1500px) {
  header[role=banner] .phone-top-right {
    float: right;
    width: 20%;
    border-radius: 0;
    padding: 0;
  }
}
@media (min-width: 1000px) {
  header[role=banner] .phone-top-right.ppc {
    width: 500px;
  }
  header[role=banner] .phone-top-right.ppc .phone {
    font-size: 1.3em;
  }
}
@media (min-width: 1500px) {
  header[role=banner] .phone-top-right.ppc {
    width: 20%;
  }
  header[role=banner] .phone-top-right.ppc .phone {
    margin-top: 14px;
  }
}
header[role=banner] .phone-top-right p {
  margin: auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  text-transform: none;
}
@media (min-width: 1500px) {
  header[role=banner] .phone-top-right p {
    margin-top: 22px;
  }
}
header[role=banner] .phone-top-right i {
  margin-right: 7px;
}

/* Site Navigation
--------------------------------------------------------------- */
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #303030;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #fff;
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: #fff;
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #fff;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  padding-left: 40px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-transition-property: left, right, -webkit-transform;
  transition-property: left, right, -webkit-transform;
  transition-property: transform, left, right;
  transition-property: transform, left, right, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  right: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: "x";
}

.mm-navbar[class*=mm-navbar-content-] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

#mmenu:not(.mm-menu) {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .mm-title {
    font-family: "Source Sans Pro", sans-serif;
  }

  ul.mobile-navigation li.current-menu-item,
ul.mobile-navigation li.current-menu-parent,
ul.sub-menu li.current-menu-item {
    text-decoration: underline;
  }

  ul.mobile-navigation li a,
ul.sub-menu li a {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
  }
  ul.mobile-navigation li a:hover,
ul.sub-menu li a:hover {
    color: #cccccc;
  }

  li i {
    display: none !important;
  }
}
/* Desktop Navigation */
@media (min-width: 1500px) {
  .nav-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

nav[role=navigation] {
  display: none;
}
@media (min-width: 1000px) {
  nav[role=navigation] {
    display: block;
    background: #fff;
    width: 100%;
    float: left;
  }
}
@media (min-width: 1000px) and (min-width: 1500px) {
  nav[role=navigation] {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1100px) {
  nav[role=navigation] ul {
    padding-right: 1em;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] li {
    display: inline;
    position: relative;
    margin: auto;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] i {
    font-size: 0.7em;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] li.menu-item-8 {
    margin-left: 0;
  }
  nav[role=navigation] li.menu-item-8 a {
    padding: 30px;
    text-indent: -10000px;
    background: url(../_static/images/home.png) no-repeat center #303030;
    background-size: 24px;
  }
  nav[role=navigation] li.menu-item-8 a:hover {
    background: url(../_static/images/home.png) no-repeat center #e74c3c;
    background-size: 24px;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] .current-page-ancestor a,
nav[role=navigation] .current-menu-item a {
    color: #e74c3c;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] li:last-of-type a {
    padding-right: 20px;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] a {
    display: inline-block;
    text-decoration: none;
    padding: 21px 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.3em;
    color: #000;
    text-align: inherit;
    text-transform: none;
  }
  nav[role=navigation] a:hover {
    color: #e74c3c;
  }
}
@media (min-width: 1000px) and (min-width: 1500px) {
  nav[role=navigation] a {
    padding: 30px 10px;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] a span {
    display: block;
  }
}
@media (min-width: 1000px) and (min-width: 1500px) {
  nav[role=navigation] a span {
    display: inline-block;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] .sub-menu {
    position: absolute;
    background: #fff;
    top: 78px;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    width: 420px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
  }
  nav[role=navigation] .sub-menu li {
    width: 50%;
    float: left;
  }
  nav[role=navigation] .sub-menu .current-menu-item a {
    color: #fff;
    background: #e74c3c;
  }
  nav[role=navigation] .sub-menu li:nth-of-type(odd) a {
    border-right: 1px solid #ececec;
  }
  nav[role=navigation] .sub-menu a {
    color: #000;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ececec;
    padding: 25px 20px;
  }
  nav[role=navigation] .sub-menu a:hover {
    color: #fff;
    background: #e74c3c;
  }
  nav[role=navigation] .sub-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1000px) {
  nav[role=navigation] a:hover + .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  nav[role=navigation] .sub-menu {
    width: 460px;
    top: 80px;
  }
  nav[role=navigation] a {
    font-size: 1em;
  }
}

/* Hero
--------------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 799px) {
  .index .hero-bg {
    min-height: 570px;
  }
}

.extensions-and-orangeries .hero-bg:before,
.contact .hero-bg:before {
  background: rgba(255, 255, 255, 0.8);
}

.testimonials .hero-bg:before {
  background: rgba(255, 255, 255, 0.4);
}

.roof-lifts .hero-bg:before,
.recent-projects .hero-bg:before,
.about-us .hero-bg:before {
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 799px) {
  .hip-to-gable-with-flat-roof-rear-dormer .hero-bg {
    min-height: 560px;
  }
}
@media screen and (min-width: 800px) and (max-width: 999px) {
  .hip-to-gable-with-flat-roof-rear-dormer .hero-bg {
    min-height: 580px;
  }
}

.contact .hero-bg {
  min-height: 460px;
}
@media (min-width: 1000px) {
  .contact .hero-bg {
    min-height: 735px;
  }
}

@media screen and (max-width: 799px) {
  .contact .outer-hero,
.contact .hero-bg {
    display: none;
  }
}

.hero-bg {
  height: 135px;
  min-height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -166px;
  position: relative;
  margin-bottom: 20px;
}
.hero-bg:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.65);
}
@media (min-width: 800px) {
  .hero-bg {
    margin-top: -208px;
    min-height: 600px;
  }
}
@media (min-width: 1000px) {
  .hero-bg {
    margin-top: -383px;
    min-height: 850px;
  }
}

.outer-hero {
  float: left;
  width: 100%;
  height: 100%;
}

.hero {
  text-align: center;
  z-index: 2;
  position: relative;
}
.hero .hero-content {
  width: 100%;
  padding: 0 15px;
}
.hero .primary {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
}
@media (min-width: 600px) {
  .hero .primary {
    font-size: 1.8em;
  }
}
@media (min-width: 800px) {
  .hero .primary {
    font-size: 2.3em;
  }
}
@media (min-width: 1500px) {
  .hero .primary {
    font-size: 2.5em;
  }
}
.hero .title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
  margin: 20px 0;
}
@media (min-width: 600px) {
  .hero .title {
    font-size: 2.8em;
  }
}
.hero .phone {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.1em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
}
@media (min-width: 600px) {
  .hero .phone {
    font-size: 1.5em;
  }
}
.hero .phone span, .hero .phone a {
  font-weight: 700;
  color: #e74c3c;
  font-size: 1.3em;
  text-decoration: none;
  padding-top: 13px;
}
@media (min-width: 600px) {
  .hero .phone span, .hero .phone a {
    font-size: 1.5em;
  }
}
.hero .phone .ld-phonenumber {
  display: block;
}
@media (min-width: 800px) {
  .hero .phone .ld-phonenumber {
    display: inline-block;
    margin-left: 10px;
  }
}
.hero .btn {
  margin-top: 30px;
}
@media (min-width: 800px) {
  .hero .btn {
    margin-top: 50px;
  }
}
.hero .btn:hover {
  color: #fff;
}

@media (min-width: 1000px) {
  .innerpage-hero {
    margin-top: 95px;
  }
}

@media (min-width: 1000px) {
  .index .hero-content {
    margin-top: 70px;
  }
}
.index .hero-content .title {
  margin: 4px 0 25px;
}

.video-container {
  /* Old shadow dom for play button */
  /* New shadow dom for play button */
  /* This one works */
}
.video-container ::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
.video-container ::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
.video-container ::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.video-container video {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Buckets
--------------------------------------------------------------- */
.buckets {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}
.buckets .owl-stage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.buckets .owl-item {
  background: #ececec;
}
.buckets .container {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.buckets li {
  display: block;
  float: left;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1500px) {
  .buckets li {
    width: 14%;
  }
}
.buckets a {
  display: block;
  text-decoration: none;
  color: #e74c3c;
  padding: 60px 0;
  width: 100%;
  background: #ececec;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.2em;
  color: #282828;
  text-align: center;
  text-transform: none;
}
.buckets a:hover {
  background: #f4f4f4;
}
.buckets a:hover .title {
  color: #e74c3c;
}
.buckets span {
  display: block;
}
.buckets .title {
  display: block;
  padding: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buckets img {
  height: 78px;
  display: block;
  margin: 0 auto 15px auto;
}
.buckets:after {
  content: "";
  display: block;
  clear: both;
}

.innerpage-buckets {
  margin-top: 20px;
}

/* On states */
.loft-conversions .buckets li.loft-conversions a,
.dormer-conversions .buckets li.dormer-conversions a,
.attic-conversions .buckets li.attic-conversions a,
.hip-to-gable-conversions .buckets li.hip-to-gable a,
.roof-lifts .buckets li.roof-lifts a,
.truss-lofts .buckets li.truss-lofts a {
  opacity: 0.5;
}
.loft-conversions .buckets li.loft-conversions a:hover,
.dormer-conversions .buckets li.dormer-conversions a:hover,
.attic-conversions .buckets li.attic-conversions a:hover,
.hip-to-gable-conversions .buckets li.hip-to-gable a:hover,
.roof-lifts .buckets li.roof-lifts a:hover,
.truss-lofts .buckets li.truss-lofts a:hover {
  cursor: text;
}
.loft-conversions .buckets li.loft-conversions a:hover .title,
.dormer-conversions .buckets li.dormer-conversions a:hover .title,
.attic-conversions .buckets li.attic-conversions a:hover .title,
.hip-to-gable-conversions .buckets li.hip-to-gable a:hover .title,
.roof-lifts .buckets li.roof-lifts a:hover .title,
.truss-lofts .buckets li.truss-lofts a:hover .title {
  color: #282828;
}

.conversion-type-buckets .container {
  display: block;
}
@media (min-width: 1500px) {
  .conversion-type-buckets li {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px;
  }
  .conversion-type-buckets li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.conversion-type-buckets a {
  position: relative;
  padding-top: 120px;
}
.conversion-type-buckets a .link {
  background: #e74c3c;
  color: #fff;
  font-weight: 300;
  border-radius: 2px;
  padding: 13px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.conversion-type-buckets a:hover .link {
  color: #fff;
  background: #ea6557;
}
.conversion-type-buckets .owl-controls {
  display: block;
  width: 220px;
}

/* Article
--------------------------------------------------------------- */
.outer-main {
  padding: 0 20px;
}

.inner-main article {
  padding: 20px 0 0 0;
}
@media (min-width: 800px) {
  .inner-main article {
    padding: 50px 0;
  }
}

article {
  padding: 50px 0 30px 0;
  display: inline-block;
}
@media (min-width: 800px) {
  article {
    padding: 80px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  article h1 {
    text-align: center;
  }
}
article a {
  text-decoration: none;
}
article p {
  margin: 1em 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  color: #565656;
  text-align: inherit;
  text-transform: none;
}
article p.center {
  width: 100%;
  float: left;
  text-align: center !important;
}
article .bold {
  font-weight: 600;
  color: #000;
}
article p.call {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 400;
  line-height: auto;
  color: #282828;
  text-align: inherit;
  text-transform: none;
  display: inline-block;
  float: none;
}
article p.call span, article p.call a {
  font-weight: 700;
  color: #e74c3c;
  text-decoration: none;
  font-size: 1.1em;
}
article ul {
  list-style: none;
  margin: 1em 0;
  display: inline-block;
  width: 100%;
}
article li {
  padding: 5px 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  float: left;
  width: 100%;
  font-size: 1.1em;
}
article li:before {
  display: inline-block;
  padding-right: 0.5em;
  font-family: FontAwesome;
  content: "";
  color: #e74c3c;
}
article li a {
  color: #000;
}
article li a:hover {
  color: #e74c3c;
}
@media (min-width: 900px) {
  article ul.types li {
    width: 50%;
  }
}
@media (min-width: 1500px) {
  article ul.types li {
    width: 33%;
  }
}
@media (min-width: 900px) {
  article ul.half li {
    width: 50%;
  }
}
article ol {
  margin-left: 1em;
}
article img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
article .col {
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  article .col {
    width: 48%;
    margin-top: 20px;
  }
}
article .col:first-of-type p:first-of-type {
  font-size: 1.2em;
  font-weight: 700;
  color: #212120;
}
article .left {
  background: #ececec;
  float: left;
  width: 100%;
  height: 200px;
}
@media (min-width: 900px) {
  article .left {
    width: 45%;
    height: 600px;
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  article .left {
    height: auto;
  }
}
article .right {
  background: #f4f4f4;
  padding: 50px 25px;
  float: left;
  width: 100%;
}
article .right h1 {
  text-align: left;
}
@media (min-width: 900px) {
  article .right {
    width: 51%;
    background: none;
    float: right;
    padding-right: 30px;
  }
}

.customer-testimonials article {
  padding-bottom: 50px;
}
.customer-testimonials article p:first-of-type {
  font-weight: normal;
}

.recent-projects article p:not(.center):not(.title),
.customer-testimonials article p {
  max-width: 800px;
  margin: 1em auto;
  text-align: center;
}

.recent-projects article p:not(.center):not(.title) {
  font-weight: normal !important;
}

.recent-projects .center, .testimonials .center {
  margin: 0;
}
.recent-projects h1, .testimonials h1 {
  text-align: center;
}

.cookies-privacy-policy article p, .cookies-privacy-policy article h1, .cookies-privacy-policy article h2, .cookies-privacy-policy article h3, .cookies-privacy-policy article h4, .cookies-privacy-policy article ul {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 1em auto;
}

/* Contact Details */
.contact-details {
  float: left;
  width: 100%;
  background: #ececec;
  padding: 50px 20px;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 800px) {
  .contact-details {
    width: 35%;
    text-align: left;
  }
}
@media (min-width: 1000px) {
  .contact-details {
    padding: 50px;
  }
}
.contact-details .section {
  display: inline-block;
  width: 100%;
}
.contact-details .section:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .contact-details .section:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .contact-details .section p {
    margin: 0 0 0 30px;
    float: left;
  }
}
.contact-details p {
  color: #7e807c;
  font-size: 1.05em;
}
.contact-details a {
  color: #282828;
}
.contact-details a:hover {
  color: #e74c3c;
}
.contact-details .heading {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3em;
  color: #e74c3c;
  text-align: inherit;
  text-transform: none;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .contact-details .heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 1500px) {
  .contact-details .heading {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}
.contact-details .drop {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3em;
  color: #e74c3c;
  text-align: inherit;
  text-transform: none;
}
@media (min-width: 1500px) {
  .contact-details .drop {
    margin-bottom: 5px;
    font-size: 1.2em;
  }
}
.contact-details .phone a {
  text-decoration: none;
}
.contact-details i {
  display: none;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 2.1em;
  float: left;
}
@media (min-width: 1500px) {
  .contact-details i {
    display: block;
  }
}
.contact-details i.fa-envelope {
  font-size: 1.8em;
}

/* Social Section
--------------------------------------------------------------- */
.social-section {
  padding: 0 15px;
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.social-section .container {
  background: #ececec;
  background-size: cover;
  background-position: 50%;
  padding: 70px 20px;
}
@media (min-width: 800px) {
  .social-section .container {
    padding: 90px 20px;
  }
}
.social-section .container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-section .container ul li {
  border-right: 1px solid #ccc;
}
.social-section .container ul li:last-of-type {
  border-right: none;
}
.social-section .container ul li a {
  display: block;
  padding: 5px 10px;
}
.social-section .container ul li a:hover {
  opacity: 0.8;
}
.social-section .container img {
  width: 60px;
  height: 60px;
}
.social-section .container p {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 1em auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  color: #565656;
  text-align: inherit;
  text-transform: none;
}
.social-section .container .header {
  color: #e74c3c;
  font-size: 1.5em;
}

/* Testimonials
--------------------------------------------------------------- */
.testimonial-section {
  padding: 0 15px;
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.testimonial-section .container {
  background: url(../_static/images/testimonial-bg.jpg) no-repeat #fff;
  background-size: cover;
  background-position: 50%;
  padding: 70px 20px;
}
@media (min-width: 800px) {
  .testimonial-section .container {
    padding: 90px 20px;
  }
}
.testimonial-section p {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 1em auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  color: #565656;
  text-align: inherit;
  text-transform: none;
}
.testimonial-section .header {
  color: #e74c3c;
  font-size: 1.5em;
}
.testimonial-section .client {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
  margin-top: 30px;
}
.testimonial-section .client span {
  display: block;
  color: #e74c3c;
  font-weight: 400;
}
.testimonial-section .btn {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
  font-size: 1em;
}
@media screen and (min-width: 400px) {
  .testimonial-section .btn {
    font-size: 1.4em;
  }
}

/* Gallery
--------------------------------------------------------------- */
.gallery-outer {
  padding: 0 15px;
  margin: 0 0 20px 0;
}
@media (min-width: 800px) {
  .gallery-outer {
    margin: 20px 0;
  }
}
.gallery-outer a {
  text-decoration: none;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  border: 1px solid #ececec;
  padding: 3px;
}
.gallery-outer a:hover {
  border: 1px solid #8e8e8e;
}
.gallery-outer img {
  float: left;
  width: 100%;
}
.gallery-outer .owl-carousel.owl-loaded {
  clear: both;
}
.gallery-outer .owl-controls {
  display: block;
  max-width: 225px;
}

/* Why Choose Us 
--------------------------------------------------------------- */
.why-choose-outer {
  padding: 0 15px;
  margin: 20px 0;
  width: 100%;
}

.why-choose-us {
  background: #ececec;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
}
@media (min-width: 800px) {
  .why-choose-us {
    padding: 70px 30px;
  }
}
.why-choose-us .item {
  width: 100%;
  padding: 20px 30px;
}
.why-choose-us .item p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  color: #565656;
  text-align: inherit;
  text-transform: none;
}
.why-choose-us img {
  display: block;
  margin: 0 auto 20px auto;
  height: 75px;
}
.why-choose-us .title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.3em;
  color: #e74c3c;
  text-align: inherit;
  text-transform: none;
  margin-bottom: 20px;
}
.why-choose-us .heading {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.why-choose-us .owl-controls {
  margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .why-choose-us .owl-controls {
    display: none;
  }
}

.why-choose-carousel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

/* Accreditations
--------------------------------------------------------------- */
.accreditations-outer {
  padding: 0 15px;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}
.accreditations-outer p {
  font-size: 1.1em;
  display: none;
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 949px) {
  .accreditations-outer p {
    display: block;
  }
}

.accreditations {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  z-index: 1;
  padding: 25px 0;
  list-style: none;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 949px) {
  .accreditations {
    white-space: nowrap;
    overflow-y: auto;
    display: block;
  }
}
.accreditations div {
  display: inline-block;
  padding: 0 25px;
  margin: auto;
  vertical-align: middle;
}
.accreditations div img {
  height: 150px;
  border: none;
}

/* Tagline
--------------------------------------------------------------- */
.tagline {
  padding: 25px 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.3em;
  color: #282828;
  text-align: center;
  text-transform: none;
  margin: 20px auto;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1500px) {
  .tagline {
    font-size: 1.8em;
  }
}
.tagline span, .tagline a {
  color: #e74c3c;
  font-weight: 600;
  text-decoration: none;
}

/* Overview Video
--------------------------------------------------------------- */
.overview-video {
  width: 100%;
  background: #ececec;
  padding: 70px 30px;
  margin: 40px 0px 0px 0px;
  clear: both;
  overflow: auto;
  text-align: center;
  float: left;
}
@media (min-width: 800px) {
  .overview-video {
    padding: 100px 50px;
  }
}
@media (min-width: 1200px) {
  .overview-video {
    padding: 100px 200px;
  }
}
.overview-video .wistia_responsive_padding {
  margin: 0 auto;
}
.overview-video p {
  padding: 0px 0px 20px 0px;
}
.overview-video .title {
  margin: 0 auto;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2em;
  color: #e74c3c;
  text-align: inherit;
  text-transform: none;
  font-size: 1.8em;
  text-align: center;
  padding: 0px 20px 0px 20px;
}

/* News Article & Aside
--------------------------------------------------------------- */
.news {
  padding: 0 15px;
}
@media (min-width: 800px) {
  .news article {
    width: 65%;
    float: left;
    padding-top: 60px;
  }
}
.news article p {
  font-weight: normal;
  width: 100%;
}
.news article a {
  color: #e74c3c;
}
.news article a:hover {
  color: #282828;
}
.news article h1 {
  text-align: left;
  font-size: 1.4em;
}
.news article .search-results {
  margin-bottom: 20px;
}
.news article img {
  margin: 30px 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 480px) {
  .news article img {
    width: auto;
  }
  .news article img.alignleft {
    float: left;
    margin: 1em 1em 1em 0;
  }
  .news article img.aligncenter {
    clear: both;
    margin: 0 auto;
  }
  .news article img.alignright {
    float: right;
    margin: 1em 0 1em 1em;
  }
}
.news article .post-info {
  margin-top: 5px;
}
.news article .post {
  background: #ececec;
  margin: 10px 0;
  padding: 40px 25px;
}
.news article .post:first-of-type {
  margin-top: 0;
}
@media (min-width: 800px) {
  .news article .post {
    padding: 60px 40px;
  }
}

/* Aside */
.news aside {
  width: 100%;
}
@media (min-width: 800px) {
  .news aside {
    width: 30%;
    float: right;
    padding-top: 60px;
  }
}
.news aside .aside-list {
  background: #e74c3c;
  margin-bottom: 20px;
  padding: 35px 30px;
  color: #fff;
  float: left;
  width: 100%;
}
.news aside .aside-list h3, .news aside .aside-list a {
  color: #fff;
  text-decoration: none;
}
.news aside .aside-list a {
  padding: 15px;
  float: left;
  width: 100%;
  background: #e85445;
}
.news aside .aside-list a:hover {
  background: none;
}
.news aside .aside-list h3 {
  margin-bottom: 20px;
}
.news aside li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 2px;
}

.news-single article h1 {
  font-size: 1.7em;
}
.news-single article h2 {
  margin: 40px 0 20px 0;
  float: left;
  width: 100%;
}
.news-single article h3 {
  margin-top: 40px;
}

/* Prev / Next
--------------------------------------------------------------- */
.prev-next a {
  display: block;
  background: #e74c3c;
  text-decoration: none;
  color: #fff !important;
  padding: 1em;
  border-radius: 3px;
}
.prev-next a:hover {
  background: #e43725;
}
.prev-next .prev, .prev-next .next {
  float: left;
}
.prev-next .prev {
  margin-right: 10px;
}

/* Search form
--------------------------------------------------------------- */
form.search-form {
  float: left;
  width: 100%;
  padding: 0;
}
form.search-form input.search-field, form.search-form button.search-submit {
  display: inline-block;
  border: none;
  padding: 10px;
  line-height: 1.3em;
  font-family: "FontAwesome", sans-serif;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  margin: 4px 0;
  color: #000;
}
@media screen and (min-width: 600px) and (max-width: 799px), (min-width: 1200px) {
  form.search-form input.search-field, form.search-form button.search-submit {
    width: 49%;
  }
}
form.search-form button.search-submit {
  background: #282828;
  color: #fff;
  border: none;
  border: 1px solid #000;
  float: right;
}

/* Testimonials
--------------------------------------------------------------- */
ul.testimonials {
  margin-top: 40px;
}
@media (min-width: 800px) {
  ul.testimonials {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -moz-column-rule: none;
    -webkit-column-rule: none;
    column-rule: none;
    width: 100%;
  }
}
ul.testimonials li {
  border: 1px solid #e8e8e8;
  padding: 40px 20px;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  text-align: center;
}
ul.testimonials li:before {
  display: none;
}
@media (min-width: 800px) {
  ul.testimonials li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    /* IE 10+ */
  }
}
@media (min-width: 1000px) {
  ul.testimonials li {
    padding: 40px 30px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 1200px) {
  ul.testimonials li {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  ul.testimonials li {
    padding: 50px;
  }
}
ul.testimonials p {
  font-size: 1.1em;
}
ul.testimonials p:first-of-type {
  color: #e74c3c;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 700;
}
ul.testimonials .client {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.05em;
  font-weight: 700;
  line-height: 1.3em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
  margin-top: 40px;
}

/* Recent Work
--------------------------------------------------------------- */
.recent-projects-outer {
  margin-top: 20px;
  float: left;
  width: 100%;
}
@media (min-width: 800px) {
  .recent-projects-outer {
    margin-top: 30px;
  }
  .recent-projects-outer .wrap {
    margin-top: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    float: left;
    width: 100%;
  }
}
.recent-projects-outer .project {
  background: #f2f6f9;
  padding: 40px 25px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  border: solid 1px #e8e8e8;
}
@media (min-width: 800px) {
  .recent-projects-outer .project {
    padding: 40px 30px;
    float: none;
    width: 49%;
  }
}
.recent-projects-outer .main-image {
  width: 100%;
  max-height: 247px;
  overflow: hidden;
  margin: 0 auto;
  display: inline-block;
}
@media (min-width: 800px) {
  .recent-projects-outer .main-image {
    width: 50%;
    padding: 0 1.5em 1em 0;
    float: left;
  }
}
.recent-projects-outer img {
  float: left;
  width: 100%;
}
.recent-projects-outer p.title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.2em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
  margin: 0 0 1em 0;
  width: 100%;
}
.recent-projects-outer p {
  text-align: center;
}
@media (min-width: 800px) {
  .recent-projects-outer p {
    width: auto;
    float: none;
    text-align: left !important;
  }
}
.recent-projects-outer .gallery {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.recent-projects-outer .gallery p {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
  color: #282828;
  text-align: inherit;
  text-transform: none;
}
.recent-projects-outer .gallery a {
  float: left;
  width: 50%;
  border: 1px solid #f2f6f9;
  overflow: hidden;
}
.recent-projects-outer .gallery a:hover {
  border: 1px solid #282828;
}
@media only screen and (min-width: 350px) {
  .recent-projects-outer .gallery a {
    width: 33%;
  }
}
@media (min-width: 480px) {
  .recent-projects-outer .gallery a {
    width: 20%;
  }
}
@media (min-width: 1000px) {
  .recent-projects-outer .gallery a {
    width: 20%;
  }
}

/* Site Footer
--------------------------------------------------------------- */
footer[role=contentinfo] {
  clear: both;
  overflow: hidden;
  text-align: center;
  background: #ececec;
  padding: 50px 20px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1000px) {
  footer[role=contentinfo] {
    padding: 0 20px;
  }
}
footer[role=contentinfo] ul {
  list-style: none;
}
footer[role=contentinfo] ul.social-links {
  text-align: center;
}
footer[role=contentinfo] ul.social-links li {
  display: inline-block;
}
@media (min-width: 1000px) {
  footer[role=contentinfo] ul.social-links li {
    float: left;
  }
}
footer[role=contentinfo] ul.social-links a {
  padding: 5px;
}
footer[role=contentinfo] ul.social-links img {
  width: 40px;
  height: 40px;
}
footer[role=contentinfo] li {
  display: block;
  padding: 4px 0;
}
footer[role=contentinfo] li a {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4em;
  color: #565656;
  text-align: inherit;
  text-transform: none;
  text-decoration: none;
}
footer[role=contentinfo] li a:hover {
  color: #e74c3c;
}
footer[role=contentinfo] img {
  max-width: 100%;
}
@media (min-width: 1000px) {
  footer[role=contentinfo] {
    text-align: left;
  }
}
footer[role=contentinfo] a.adtrak img {
  max-width: 100px;
}
footer[role=contentinfo] .title {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3em;
  color: #e74c3c;
  text-align: inherit;
  text-transform: none;
  margin-bottom: 10px;
}
footer[role=contentinfo] .col {
  width: 100%;
  float: left;
}
footer[role=contentinfo] .col:not(.contact) {
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  footer[role=contentinfo] .col {
    width: 32%;
  }
  footer[role=contentinfo] .col:not(.contact) {
    padding: 50px 0;
    max-width: 400px;
  }
}
footer[role=contentinfo] .contact {
  background: #e74c3c;
  padding: 50px 20px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
}
@media (min-width: 1000px) {
  footer[role=contentinfo] .contact {
    float: right;
    max-width: 500px;
    width: 36%;
    padding: 72px 40px;
  }
}
footer[role=contentinfo] .contact p:not(.title) {
  font-size: 1.2em;
}
footer[role=contentinfo] .contact .title {
  color: #fff;
}
footer[role=contentinfo] .contact .drop {
  display: block;
  color: #282828;
  font-family: "Source Sans Pro", sans-serif;
}
footer[role=contentinfo] .contact .drop:last-of-type {
  margin-top: 20px;
}
footer[role=contentinfo] .contact a {
  color: #fff;
}
footer[role=contentinfo] .contact a:hover {
  color: #282828;
}
footer[role=contentinfo] .logos {
  width: 226px;
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
}
@media (min-width: 1000px) {
  footer[role=contentinfo] .logos {
    float: left;
  }
}
footer[role=contentinfo] .logo {
  float: left;
  padding: 3px;
  background: #fff;
  height: 60px;
}
footer[role=contentinfo] .construction-logo {
  width: 130px;
  margin-right: 10px;
  float: left;
}

.footer-bottom {
  color: #a8a8a8;
  display: inline-block;
  width: 100%;
  padding: 25px 20px 20px 20px;
}
.footer-bottom .copyright {
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1000px) {
  .footer-bottom .copyright {
    float: left;
    width: auto;
    text-align: left;
  }
}
.footer-bottom a.adtrak img {
  max-width: 100px;
  display: block;
  margin: 20px auto 0 auto;
}
@media (min-width: 1000px) {
  .footer-bottom a.adtrak img {
    float: right;
    margin-top: 10px;
  }
}

/* Back to top
--------------------------------------------------------------- */
#back-top {
  border-radius: 10px;
  position: fixed;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  z-index: 300;
  opacity: 0.4;
  text-align: center;
  background: #fff;
  padding: 0.3em;
}
#back-top:hover {
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#back-top a {
  color: #333;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 2px;
}
#back-top a i {
  display: block;
  font-size: 3em;
}

.covid-19-icon {
  position: fixed;
  bottom: 100px;
  right: 27px;
  width: 70px;
  height: 70px;
  background: #d35400;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 99;
}
.covid-19-icon h3 {
  font-size: 10px;
  margin: 5px 0 0;
  color: #fff;
}
@media (min-width: 800px) {
  .covid-19-icon {
    display: none;
  }
}

.covid-19-update {
  display: none;
  position: fixed;
  bottom: 25%;
  left: 5%;
  width: 90%;
  z-index: 10;
  padding: 2em 1em;
  background: #ff6a07;
  color: white;
  text-align: center;
  border-radius: 5px;
  z-index: 99;
}
.covid-19-update h3 {
  font-size: 1.7em;
  margin-bottom: 0.5em;
  color: #fff;
}
.covid-19-update p {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.covid-19-update p.name {
  font-weight: bold;
}
.covid-19-update p a {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  margin: 0.5em 0.5em 0 0.5em;
  font-weight: bold;
}
.covid-19-update p a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 800px) {
  .covid-19-update {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 70%;
    border-radius: 5px 5px 0 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-bottom: none;
  }
}

.close-covid {
  display: none;
}
@media (min-width: 800px) {
  .close-covid {
    position: absolute;
    top: 0.5em;
    right: 1em;
    display: inline-block;
    color: #fff;
    font-size: 2em;
  }
}

form {
  padding: 1em;
  border-radius: 3px;
  /* Validation */
}
form > * + * {
  margin: 1em 0;
}
form label {
  display: block;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
}
form label.label-radio {
  font-size: 0.75em;
}
form input, form textarea, form select {
  width: 100%;
  margin-top: 0.25em;
  padding: 1em;
  border: none;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
form input:focus, form textarea:focus, form select:focus {
  outline: none;
  border: 1px solid #abbbd5;
}
form input[type=file] {
  font-size: 0.75em;
  border: 1px solid #abbbd5;
}
form input[type=radio],
form input[type=checkbox] {
  width: auto;
  margin-right: 0.5em;
}
form input[type=submit] {
  opacity: 0.25;
  background: #e74c3c;
  color: #fff;
}
@media (min-width: 800px) {
  form input[type=submit] {
    width: 280px;
    float: right;
  }
}
form input[type=submit]:not([disabled=disabled]) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
form input[type=submit]:not([disabled=disabled]):hover {
  background-color: #eb695c;
}
form input[type=submit]:not([disabled=disabled]):active {
  background-color: #e43725;
  -webkit-transition: none;
  transition: none;
}
form .message {
  display: block;
  position: absolute;
  top: 55%;
  right: 1em;
  font-size: 0.75em;
  text-align: right;
  margin-top: 0.25em;
  color: red;
}
form .message span {
  font-family: FontAwesome;
}
form .further-details {
  clear: both;
}
form .further-details .message {
  top: auto;
  bottom: 1em;
}
form .issue input {
  background: rgba(255, 0, 0, 0.1);
}
form .issue span {
  color: red;
}
form .success input {
  background: rgba(0, 128, 0, 0.1);
}
form .success span {
  color: green;
}

.contact-form {
  float: left;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 800px) {
  .contact-form {
    width: 60%;
    float: right;
  }
}
.contact-form label {
  margin: 0 0 15px 0;
}
@media (min-width: 800px) {
  .contact-form label {
    width: 49%;
    float: left;
    clear: left;
  }
  .contact-form label:nth-of-type(even) {
    float: right;
    clear: right;
  }
}
.contact-form label.further-details {
  width: 100%;
}
.contact-form .services {
  margin: 20px 0 30px;
  float: left;
  width: 100%;
}
.contact-form .services p {
  margin-bottom: 15px;
  color: #e74c3c;
  font-size: 1.2em;
}
.contact-form .services label {
  margin-bottom: 10px;
  float: left;
  clear: none;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .contact-form .services label {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .contact-form .services label {
    width: 33%;
    max-width: 280px;
  }
}

/*styles for when the form sends*/
.results {
  position: fixed;
  bottom: -60px;
  z-index: 50;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font: 1.2em/1em sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.results.visible {
  bottom: 0;
}
.results.success {
  background: green;
  color: #fff;
}
.results.issue {
  background: red;
  color: #fff;
}

/* AJAX Loading Spinner */
.loading {
  margin: 1em 0;
  font: 0.9em "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  color: #000;
  display: none;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #555;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: block;
  float: left;
  margin-right: 5px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading.white {
  color: #fff;
}

.loading.white .loader {
  border-top: 4px solid rgba(255, 255, 255, 0.4);
  border-right: 4px solid rgba(255, 255, 255, 0.4);
  border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  border-left: 4px solid #ffffff;
}

.cookies {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0.5em 10%;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ccc;
  font-size: 0.75em;
  color: #000;
}
.cookies a:hover {
  opacity: 0.8;
}