@charset "UTF-8";
/*Default mixins*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
menu,
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-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

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 {
  box-sizing: content-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: button;
  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"] {
  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;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, div[align="justify"],
  h2,
  .project-interior ._main-content ._flexed .pattern-wysiwyg ._title,
  h3 {
    orphans: 3;
    widows: 3; }
  h2, .project-interior ._main-content ._flexed .pattern-wysiwyg ._title,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 892px) {
  .modal-lg {
    width: 900px; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* =WordPress Core

-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text, .wp-caption div.wp-caption-text[align="justify"] {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

* {
  outline: none;
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

@media (max-width: 767px) {
  .row {
    overflow: hidden; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul li {
    padding: 0; }

a, a:visited, a:hover {
  text-decoration: none; }

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

@media (min-width: 1280px) {
  .container {
    width: 1240px; } }

@media (min-width: 1400px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.3333333333%; }
  .col-xl-2 {
    width: 16.6666666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.3333333333%; }
  .col-xl-5 {
    width: 41.6666666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.3333333333%; }
  .col-xl-8 {
    width: 66.6666666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.3333333333%; }
  .col-xl-11 {
    width: 91.6666666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.3333333333%; }
  .col-xl-pull-2 {
    right: 16.6666666667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.3333333333%; }
  .col-xl-pull-5 {
    right: 41.6666666667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.3333333333%; }
  .col-xl-pull-8 {
    right: 66.6666666667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.3333333333%; }
  .col-xl-pull-11 {
    right: 91.6666666667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.3333333333%; }
  .col-xl-push-2 {
    left: 16.6666666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.3333333333%; }
  .col-xl-push-5 {
    left: 41.6666666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.3333333333%; }
  .col-xl-push-8 {
    left: 66.6666666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.3333333333%; }
  .col-xl-push-11 {
    left: 91.6666666667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1800px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left; }
  .col-xxl-1 {
    width: 8.3333333333%; }
  .col-xxl-2 {
    width: 16.6666666667%; }
  .col-xxl-3 {
    width: 25%; }
  .col-xxl-4 {
    width: 33.3333333333%; }
  .col-xxl-5 {
    width: 41.6666666667%; }
  .col-xxl-6 {
    width: 50%; }
  .col-xxl-7 {
    width: 58.3333333333%; }
  .col-xxl-8 {
    width: 66.6666666667%; }
  .col-xxl-9 {
    width: 75%; }
  .col-xxl-10 {
    width: 83.3333333333%; }
  .col-xxl-11 {
    width: 91.6666666667%; }
  .col-xxl-12 {
    width: 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 8.3333333333%; }
  .col-xxl-pull-2 {
    right: 16.6666666667%; }
  .col-xxl-pull-3 {
    right: 25%; }
  .col-xxl-pull-4 {
    right: 33.3333333333%; }
  .col-xxl-pull-5 {
    right: 41.6666666667%; }
  .col-xxl-pull-6 {
    right: 50%; }
  .col-xxl-pull-7 {
    right: 58.3333333333%; }
  .col-xxl-pull-8 {
    right: 66.6666666667%; }
  .col-xxl-pull-9 {
    right: 75%; }
  .col-xxl-pull-10 {
    right: 83.3333333333%; }
  .col-xxl-pull-11 {
    right: 91.6666666667%; }
  .col-xxl-pull-12 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 8.3333333333%; }
  .col-xxl-push-2 {
    left: 16.6666666667%; }
  .col-xxl-push-3 {
    left: 25%; }
  .col-xxl-push-4 {
    left: 33.3333333333%; }
  .col-xxl-push-5 {
    left: 41.6666666667%; }
  .col-xxl-push-6 {
    left: 50%; }
  .col-xxl-push-7 {
    left: 58.3333333333%; }
  .col-xxl-push-8 {
    left: 66.6666666667%; }
  .col-xxl-push-9 {
    left: 75%; }
  .col-xxl-push-10 {
    left: 83.3333333333%; }
  .col-xxl-push-11 {
    left: 91.6666666667%; }
  .col-xxl-push-12 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%; }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%; }
  .col-xxl-offset-3 {
    margin-left: 25%; }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%; }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%; }
  .col-xxl-offset-6 {
    margin-left: 50%; }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%; }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%; }
  .col-xxl-offset-9 {
    margin-left: 75%; }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%; }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%; }
  .col-xxl-offset-12 {
    margin-left: 100%; } }

.js-responsive-queries * {
  display: none; }

@media (min-width: 0) and (max-width: 479px) {
  .js-responsive-queries ._xs {
    display: block; } }

@media (min-width: 480px) and (max-width: 767px) {
  .js-responsive-queries ._sm {
    display: block; } }

@media (min-width: 768px) and (max-width: 891px) {
  .js-responsive-queries ._md {
    display: block; } }

@media (min-width: 892px) and (max-width: 1279px) {
  .js-responsive-queries ._lg {
    display: block; } }

@media (min-width: 1280px) and (max-width: 1399px) {
  .js-responsive-queries ._xl {
    display: block; } }

@media (min-width: 1400px) and (max-width: 999999px) {
  .js-responsive-queries ._xxl {
    display: block; } }

/* The Gallery container (div) */
.gallery {
  display: flex;
  flex-flow: row wrap; }
  .gallery dd, .gallery dl {
    margin: 0; }

/* A Gallery item container,

 for 3, 2 and 4 column galleries */
.gallery .gallery-item {
  flex-basis: 33.33%;
  padding-right: 8px; }

.gallery-columns-2 .gallery-item {
  flex-basis: 50%; }

.gallery-columns-4 .gallery-item {
  flex-basis: 25%; }

/* The actual image inside a container

for 3, 2 and 4 column galleries */
.gallery img {
  border: 2px solid #333; }

/* A gallery image caption */
/* Definition lists elements */
/* Pick the second line break if two

line breaks are adjacent */
.hidden, .hide {
  display: none; }

.empty {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  border: 0 !important;
  min-height: 0 !important; }

.full-width, .frontpage-mobile-background, .frontpage-about, .frontpage-projects, .project-interior ._main-content ._flexed ._testimonial-wrapper, .footer-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.stuck {
  position: fixed;
  top: 149px; }

.affix {
  position: fixed;
  top: 149px; }

.affix-bottom {
  position: absolute; }

.at-bottom {
  bottom: 0 !important; }

.serif {
  font-family: "proxima-nova", serif; }

.serif-bold {
  font-family: "proxima-nova", serif;
  font-weight: bold; }

.serif-bolder, .serif-black {
  font-family: "proxima-nova", serif;
  font-weight: 300; }

.sans-serif {
  font-family: "proxima-nova", sans-serif; }

.sans-serif-bold, .pattern-homepage-h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold; }

.sans-serif-bolder, .sans-serif-black, .pattern-tags {
  font-family: "proxima-nova", sans-serif;
  font-weight: 800; }

.slab {
  font-family: "proxima-nova", sans-serif; }

.uppercase {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.unbold {
  font-weight: normal; }

.kern {
  letter-spacing: -1px; }

.unkern {
  letter-spacing: 0; }

.italic {
  font-style: italic; }

.capitalize {
  text-transform: capitalize; }

.text-align-center {
  text-align: center; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.yellow {
  color: #C7940D; }

.green {
  color: #005D83; }

.dark-yellow {
  color: #5f4c19; }

.black {
  color: #342E1F; }

.white {
  color: #fff; }

.offwhite {
  color: #e6e6e6; }

.blue {
  color: #4d677a; }

.dark-red {
  color: #AF1F24; }

.light-brown {
  color: #b9aa9a; }

.tan {
  color: #DED6CE; }

.light-blue {
  color: #94b8bb; }

.light-blue-bg {
  background-color: #94b8bb; }

.dark-blue {
  color: #005d83; }

.dark-blue-bg {
  background-color: #005d83; }

.light-green {
  color: #94b8bb; }

.light-green-bg {
  background-color: #94b8bb; }

.dark-green {
  color: #005d83; }

.dark-green-bg {
  background-color: #005d83; }

.green {
  color: #005D83; }

.green-bg {
  background-color: #005D83; }

.light-gray {
  color: #E3E3E3; }

.light-gray-bg {
  background-color: #E3E3E3; }

h1, h2, .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, h3, h4 {
  margin-top: 15px;
  color: #94b8bb;
  letter-spacing: 0px;
  margin-bottom: 15px;
  line-height: 1.35;
  font-weight: normal; }

h3 {
  color: #342E1F; }

.html-body {
  font-family: "proxima-nova", sans-serif;
  color: #342E1F;
  line-height: 1.5;
  font-size: 14px;
  position: relative;
  min-height: 100vh;
  text-decoration-skip: ink;
  padding: 0px 20px 0;
  max-width: 1176px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .html-body {
      font-size: 18px;
      line-height: 1.5; } }

input[type=text], input[type=password], input[type=email], input[type=url], input[type=text], input[type=password], input[type=email], input[type=url], textarea, select, option {
  color: #222; }

p, div[align="justify"] {
  margin: 0;
  margin-bottom: 1rem;
  margin-top: 1rem; }

a, a:visited, a:active {
  color: #9E5232;
  text-decoration: underline !important;
  transition: color 0.2s;
  cursor: pointer; }
  a:hover, a:visited:hover, a:active:hover {
    color: #b15c38; }

hr {
  margin: 32px auto 34px;
  width: auto;
  border: 0;
  border-top: 5px solid #E3E3E3; }

.pattern-button-base, .pattern-button, .pattern-button-small, .pattern-button-small-2, .frontpage-services ._panels ._panel ._body ._button, .frontpage-projects ._projects ._panel ._button, .frontpage-announcements ._panels ._panel ._button, body .gform_wrapper input[type="submit"], .project-interior ._main-content ._sidebar ._services-provided a, .services ._service ._links a, .locations-page ._locations ._location ._button a, a.pattern-button, a.pattern-button-small, a.pattern-button-small-2, .pattern-button-date, .pattern-button-date-small, .pattern-button-inactive, a.pattern-button-base, a.pattern-button, a.pattern-button-small, a.pattern-button-small-2, .frontpage-services ._panels ._panel ._body a._button, .frontpage-projects ._projects ._panel a._button, .frontpage-announcements ._panels ._panel a._button, .project-interior ._main-content ._sidebar ._services-provided a, .services ._service ._links a, .locations-page ._locations ._location ._button a, a.pattern-button-date, a.pattern-button-date-small, a.pattern-button-inactive {
  display: inline-block;
  background: #94b8bb;
  padding: 12px 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  transition: background 0.1s ease-out, text-shadow 0.2s ease-out, transform 0.05s ease-out, box-shadow 0.2s ease-out;
  border: solid 2px #94b8bb; }

._interested ._panels ._panel {
  height:230px;
}

.pattern-action-bar-hover, .pattern-button:hover, .pattern-button-small:hover, .pattern-button-small-2:hover, .frontpage-services ._panels ._panel ._body ._button:hover, .frontpage-projects ._projects ._panel ._button:hover, .frontpage-announcements ._panels ._panel ._button:hover, body .gform_wrapper input[type="submit"]:hover, .project-interior ._main-content ._sidebar ._services-provided a:hover, .services ._service ._links a:hover, .locations-page ._locations ._location ._button a:hover, a.pattern-button:hover, a.pattern-button-small:hover, a.pattern-button-small-2:hover {
  background: #fff;
  border: solid 2px #94b8bb;
  color: #94b8bb; }

.pattern-action-bar-active, .pattern-button:active, .pattern-button-small:active, .pattern-button-small-2:active, .frontpage-services ._panels ._panel ._body ._button:active, .frontpage-projects ._projects ._panel ._button:active, .frontpage-announcements ._panels ._panel ._button:active, body .gform_wrapper input[type="submit"]:active, .project-interior ._main-content ._sidebar ._services-provided a:active, .services ._service ._links a:active, .locations-page ._locations ._location ._button a:active, a.pattern-button:active, a.pattern-button-small:active, a.pattern-button-small-2:active {
  transform: translateY(1px);
  background: #fff;
  box-shadow: 0px 1px 1px rgba(17, 17, 17, 0.2); }

.pattern-button-date, .pattern-button-date-small {
  background: #005d83;
  z-index: 2;
  margin-bottom: -31px; }
  @media (max-width: 1279px) {
    .pattern-button-date, .pattern-button-date-small {
      margin-bottom: -26px; } }

.pattern-button-date-small {
  font-size: 14px;
  padding: 15px 26px;
  margin-bottom: 0; }
  @media (max-width: 479px) {
    .pattern-button-date-small {
      padding: 10px 15px;
      margin-bottom: 5px; } }

.pattern-homepage-h1 {
  font-size: 32px;
  letter-spacing: 2px;
  word-spacing: 2px;
  color: #005d83;
  line-height: 1.2; }
  @media (max-width: 891px) {
    .pattern-homepage-h1 {
      font-size: 22px; } }

.pattern-link, ._global-error-banner, ._global-success-banner {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  word-spacing: 2px; }

.pattern-button-small, .pattern-button-small-2 {
  padding: 13px 30px;
  font-size: 14px; }
  @media (max-width: 479px) {
    .pattern-button-small, .pattern-button-small-2 {
      padding: 12px 30px;
      font-size: 13px; } }

.pattern-button-section {
  text-align: center;
  margin: 40px 0; }

.pattern-tags {
  letter-spacing: 1px;
  color: #342E1F;
  padding: 13px 16px;
  border: 1px solid #342E1F;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  transition: all 0.1s ease-out; }

.pattern-button-inactive {
  cursor: default;
  background: #2f5b6e; }
  .pattern-button-inactive:hover {
    cursor: default; }

.pattern-table-hr {
  border-top: 1px solid #ccd5d5;
  margin: 12px 0 14px; }

.pattern-wysiwyg {
  font-size: 16px; }
  .pattern-wysiwyg h2, .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .pattern-wysiwyg h3 {
    font-weight: bold; }
  .pattern-wysiwyg ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px; }
    .pattern-wysiwyg ul li {
      margin-bottom: 5px; }
      .pattern-wysiwyg ul li ul li {
        list-style: circle; }
        .pattern-wysiwyg ul li ul li ul li {
          list-style: square; }
          .pattern-wysiwyg ul li ul li ul li ul li {
            list-style: disc; }
  .pattern-wysiwyg .wp-caption.alignnone {
    margin: 20px 0 20px; }

.pattern-button-big {
  background: #EC2028;
  padding: 30px 90px;
  border-width: 5px;
  border-color: #af1f24;
  border-style: solid;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 0;
  margin-top: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  transition-time: 0.2s;
  transition-property: border, background, box-shadow; }
  @media (max-width: 1399px) {
    .pattern-button-big {
      padding: 28px 75px; } }
  @media (max-width: 767px) {
    .pattern-button-big {
      font-size: 14px;
      display: block;
      padding: 20px;
      text-align: center;
      max-width: 100%;
      margin-top: 22px; } }
  .pattern-button-big:hover {
    background: #dd1b22;
    border-color: #911f23;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    color: #fff; }
  .pattern-button-big:visited, .pattern-button-big:visited:hover {
    color: #fff; }

.pattern-button-small-2 {
  margin-top: -1px;
  padding-top: 5px;
  padding-bottom: 6px; }

.pattern-h1, h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #94b8bb; }

.pattern-h2, h2, .project-interior ._main-content ._flexed .pattern-wysiwyg ._title {
  font-size: 32px;
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 1.2; }
  @media (max-width: 1399px) {
    .pattern-h2, h2, .project-interior ._main-content ._flexed .pattern-wysiwyg ._title {
      font-size: 24px;
      letter-spacing: 2px;
      word-spacing: 0px; } }
  @media (max-width: 767px) {
    .pattern-h2, h2, .project-interior ._main-content ._flexed .pattern-wysiwyg ._title {
      font-size: 20px;
      letter-spacing: 2px;
      margin-bottom: 25px; } }

.pattern-h3, h3, .services-interior .global-page ._sidebar ._parent-category {
  font-size: 26px;
  line-height: 1.2; }
  @media (max-width: 1399px) {
    .pattern-h3, h3, .services-interior .global-page ._sidebar ._parent-category {
      font-size: 20px;
      letter-spacing: 2px;
      word-spacing: 0px; } }
  @media (max-width: 767px) {
    .pattern-h3, h3, .services-interior .global-page ._sidebar ._parent-category {
      font-size: 16px;
      letter-spacing: 1px; } }

.pattern-content-font-size {
  line-height: 1.5;
  font-weight: 100;
  text-transform: none;
  font-size: 18px; }
  @media (max-width: 1279px) {
    .pattern-content-font-size {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .pattern-content-font-size {
      font-size: 16px; } }

.pattern-contact-panel {
  margin-bottom: 50px; }
  .pattern-contact-panel h3 {
    margin-bottom: 10px; }
  .pattern-contact-panel h2, .pattern-contact-panel .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .pattern-contact-panel ._title {
    margin-bottom: 0; }
  .pattern-contact-panel ._position {
    font-size: 20px;
    color: #342E1F;
    margin-bottom: 20px; }
  .pattern-contact-panel ._body-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (max-width: 479px) {
      .pattern-contact-panel ._body-wrapper {
        display: block; } }
    .pattern-contact-panel ._body-wrapper ._photo {
      width: 50%; }
      @media (max-width: 479px) {
        .pattern-contact-panel ._body-wrapper ._photo {
          margin: auto;
          width: 45%; } }
    .pattern-contact-panel ._body-wrapper ._body {
      width: 100%;
      font-size: 16px; }
      @media (max-width: 479px) {
        .pattern-contact-panel ._body-wrapper ._body {
          width: 100%; } }
      .pattern-contact-panel ._body-wrapper ._body ._email {
        display: block;
        font-weight: bold;
        color: #9E5232; }

.pattern-related-projects, .services-interior .global-page ._main-wrapper ._related-projects {
  margin-bottom: 50px; }
  .pattern-related-projects ._projects, .services-interior .global-page ._main-wrapper ._related-projects ._projects {
    display: flex;
    justify-content: space-between;
    margin: 18px 0; }
    @media (max-width: 479px) {
      .pattern-related-projects ._projects, .services-interior .global-page ._main-wrapper ._related-projects ._projects {
        display: block; } }
    .pattern-related-projects ._projects a, .services-interior .global-page ._main-wrapper ._related-projects ._projects a {
      display: flex;
      align-items: flex-end;
      width: 48%;
      display: flex;
      height: 220px;
      background-position: center;
      background-size: cover;
      padding: 10px 15px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      text-decoration: none !important; }
      @media (max-width: 479px) {
        .pattern-related-projects ._projects a, .services-interior .global-page ._main-wrapper ._related-projects ._projects a {
          width: 100%;
          margin-bottom: 20px; } }
  .pattern-related-projects a, .services-interior .global-page ._main-wrapper ._related-projects a {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 5px; }

body {
  padding-top: 145px; }
  @media (max-width: 1279px) {
    body {
      padding-top: 85px; } }

.header-wrapper {
  position: fixed;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100; }
  @media (max-width: 1279px) {
    .header-wrapper {
      display: none; } }
  .header-wrapper .header-newsletter {
    background: #94b8bb;
    color: #342E1F;
    display: none; }
    .header-wrapper .header-newsletter ._wrapper {
      padding: 30px 30px 35px;
      max-width: 950px;
      margin: auto;
      font-size: 18px;
      line-height: 1.3; }
      .header-wrapper .header-newsletter ._wrapper ._title {
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 20px; }
      .header-wrapper .header-newsletter ._wrapper ._body {
        display: flex;
        justify-content: space-between; }
        .header-wrapper .header-newsletter ._wrapper ._body input[type="text"], .header-wrapper .header-newsletter ._wrapper ._body input[type="email"] {
          width: 100%;
          border: 0;
          padding: 2px; }
        .header-wrapper .header-newsletter ._wrapper ._body > div {
          width: 48%; }
        .header-wrapper .header-newsletter ._wrapper ._body ._break {
          display: flex;
          justify-content: space-between;
          font-weight: bold; }
        .header-wrapper .header-newsletter ._wrapper ._body ._full {
          font-weight: bold;
          margin: 10px 0 20px; }
        .header-wrapper .header-newsletter ._wrapper ._body ._full-center {
          text-align: center; }
          .header-wrapper .header-newsletter ._wrapper ._body ._full-center ._submit {
            color: #fff;
            border: 3px solid #fff;
            padding: 5px 10px;
            font-weight: bold;
            background: transparent; }
  .header-wrapper .search-submit {
    background: transparent;
    border: 0px solid #fff; }
  .header-wrapper .header {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 15px 25px;
    max-width: 1146px;
    margin: 0 auto; }
    .header-wrapper .header ._logo {
      display: block;
      width: 264px;
      flex: 0 0 auto;
      margin-top: 18px; }
    .header-wrapper .header ._nav {
      flex: 0 1 auto;
      width: 754px; }
      .header-wrapper .header ._nav ._top-nav {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: bold; }
        .header-wrapper .header ._nav ._top-nav ._links {
          display: flex;
          justify-content: space-between;
          flex: 1 1 auto;
          margin-right: 30px; }
          .header-wrapper .header ._nav ._top-nav ._links a.light-brown, .header-wrapper .header ._nav ._top-nav ._links a.light-brown:visited {
            color: #b9aa9a;
            font-weight: 400; }
            .header-wrapper .header ._nav ._top-nav ._links a.light-brown:hover, .header-wrapper .header ._nav ._top-nav ._links a.light-brown:visited:hover {
              color: #5a5036; }
          .header-wrapper .header ._nav ._top-nav ._links a, .header-wrapper .header ._nav ._top-nav ._links a:visited, .header-wrapper .header ._nav ._top-nav ._links a:active {
            padding: 5px;
            color: #342E1F; }
            .header-wrapper .header ._nav ._top-nav ._links a:hover, .header-wrapper .header ._nav ._top-nav ._links a:visited:hover, .header-wrapper .header ._nav ._top-nav ._links a:active:hover {
              color: #5a5036; }
        .header-wrapper .header ._nav ._top-nav ._search-wrapper {
          border: 1px solid #342E1F;
          border-radius: 100px;
          font-size: 14px;
          line-height: 1;
          padding-left: 6px;
          display: flex;
          align-items: center;
          margin-top: -3px;
          margin-left: 10px;
          width: 264px; }
          .header-wrapper .header ._nav ._top-nav ._search-wrapper input {
            flex: 1 1 auto;
            margin-left: 4px;
            margin-right: 10px;
            border: 0; }
      .header-wrapper .header ._nav ._bottom-nav > ul {
        display: flex;
        justify-content: space-between;
        margin-top: 30px; }
        .header-wrapper .header ._nav ._bottom-nav > ul a {
          font-size: 20px;
          text-transform: uppercase;
          color: #342E1F;
          padding: 2px 0;
          border-bottom: 5px solid #342E1F;
          text-decoration: none !important; }
          .header-wrapper .header ._nav ._bottom-nav > ul a:hover {
            color: #544a32;
            border-bottom: 5px solid #544a32; }
        .header-wrapper .header ._nav ._bottom-nav > ul li.active a {
          color: #94b8bb;
          border-color: #94b8bb; }
        .header-wrapper .header ._nav ._bottom-nav > ul ul {
          position: absolute;
          z-index: 100;
          margin-top: 4px;
          padding-top: 10px;
          margin-left: -20px;
          display: none; }
          .header-wrapper .header ._nav ._bottom-nav > ul ul a {
            display: block;
            background: #fff;
            border: 0;
            font-size: 18px;
            padding: 5px 20px; }
            .header-wrapper .header ._nav ._bottom-nav > ul ul a:hover {
              border: 0; }

.mobile-header-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  left: 0;
  z-index: 100; }
  @media (min-width: 1280px) {
    .mobile-header-wrapper {
      display: none; } }
  .mobile-header-wrapper .header-newsletter {
    background: #94b8bb;
    color: #342E1F;
    display: none; }
    .mobile-header-wrapper .header-newsletter ._wrapper {
      padding: 10px;
      max-width: 950px;
      margin: auto;
      font-size: 18px;
      line-height: 1.3; }
      .mobile-header-wrapper .header-newsletter ._wrapper ._title {
        text-align: left;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 20px; }
      .mobile-header-wrapper .header-newsletter ._wrapper ._body {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body .mc-field-group {
          width: 48%; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body input[type="text"] {
          width: 100%;
          border: 0;
          padding: 2px; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body input[type="email"] {
          width: 100%;
          border: 0;
          padding: 2px; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body > div {
          width: 48%; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body ._break {
          display: flex;
          justify-content: space-between;
          font-weight: bold; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body ._full {
          font-weight: bold;
          margin: 10px 0 20px; }
        .mobile-header-wrapper .header-newsletter ._wrapper ._body ._full-center {
          text-align: center; }
          .mobile-header-wrapper .header-newsletter ._wrapper ._body ._full-center ._submit {
            color: #fff;
            border: 3px solid #fff;
            padding: 5px 10px;
            font-weight: bold;
            background: transparent; }
  .mobile-header-wrapper .header {
    padding: 0px 20px 5px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .mobile-header-wrapper .header ._logo {
      display: block;
      flex: 0 0 auto;
      margin-top: 18px;
      width: 200px; }
  .mobile-header-wrapper ._nav {
    display: none;
    position: relative;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    padding-bottom: 1px; }
    .mobile-header-wrapper ._nav ._top-nav {
      font-size: 18px;
      font-weight: bold; }
      .mobile-header-wrapper ._nav ._top-nav ._links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex: 1 1 auto; }
        .mobile-header-wrapper ._nav ._top-nav ._links a {
          padding: 8px 20px;
          line-height: 1; }
          .mobile-header-wrapper ._nav ._top-nav ._links a:hover {
            color: #5a5036; }
      .mobile-header-wrapper ._nav ._top-nav ._search-wrapper {
        border: 1px solid #342E1F;
        border-radius: 100px;
        font-size: 16px;
        line-height: 1;
        display: flex;
        align-items: center;
        margin: 25px auto;
        padding-left: 6px;
        width: 90%;
        padding: 10px; }
        .mobile-header-wrapper ._nav ._top-nav ._search-wrapper input {
          flex: 1 1 auto;
          margin-left: 4px;
          margin-right: 10px;
          border: 0; }
    .mobile-header-wrapper ._nav ._bottom-nav > ul {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin-top: 20px;
      margin-bottom: 40px; }
      .mobile-header-wrapper ._nav ._bottom-nav > ul a {
        display: block;
        font-size: 24px;
        text-transform: uppercase;
        color: #342E1F;
        margin: 12px 15px;
        border-bottom: 5px solid #342E1F; }
        .mobile-header-wrapper ._nav ._bottom-nav > ul a:hover {
          color: #544a32;
          border-bottom: 5px solid #544a32; }
      .mobile-header-wrapper ._nav ._bottom-nav > ul ul {
        position: absolute;
        z-index: 100;
        margin-top: 4px;
        padding-top: 10px;
        margin-left: -20px;
        display: none; }
        .mobile-header-wrapper ._nav ._bottom-nav > ul ul a {
          display: block;
          background: #fff;
          border: 0;
          font-size: 18px;
          padding: 5px 20px; }
          .mobile-header-wrapper ._nav ._bottom-nav > ul ul a:hover {
            border: 0; }

.search-submit {
  background: transparent;
  border: 0px solid #fff; }

.frontpage-mobile-background {
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  .frontpage-mobile-background img {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto; }

@media (min-width: 1280px) {
  #future {
    display: none; } }

.frontpage-video {
  margin-bottom: 30px; }
  @media (max-width: 1279px) {
    .frontpage-video {
      display: none; } }
  .frontpage-video .fullscreen-video-background {
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: hidden;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1279px) {
      .frontpage-video .fullscreen-video-background {
        display: none; } }
    .frontpage-video .fullscreen-video-background #_youtube-iframe {
      flex: 1 0 auto;
      margin: 0 auto;
      width: 100%;
      height: 91vh; }

.mute {
  position: absolute;
  bottom: 0;
  right: 20px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  display: none; }

.unmute {
  position: absolute;
  bottom: 0;
  right: 35px;
  font-size: 30px;
  color: #fff;
  cursor: pointer; }

.frontpage-about {
  background: #94b8bb;
  padding: 25px 20px; }
  .frontpage-about ._body {
    max-width: 1146px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px; }
    .frontpage-about ._body h1 {
      color: #fff;
      text-align: center;
      font-size: 44px; }
		@media (max-width: 767px) {
        	.frontpage-about ._body h1 {
         	 font-size: 29px; } }
    .frontpage-about ._body p {
      color: #fff;
      text-align: center; }

/*.frontpage-about {
  background: #94b8bb;
  padding: 25px 20px; }
  .frontpage-about ._body {
    max-width: 1146px;
    margin: auto;
    font-size: 22px; }
    .frontpage-about ._body h1 {
      color: #fff; }*/

.frontpage-services {
  margin-top: 40px; }
  .frontpage-services ._panels {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;}
    .frontpage-services ._panels ._panel {
      display: flex;
      justify-content: space-between;
      width: 30%;
      padding-bottom: 60px; }
      @media (max-width: 1279px) {
        .frontpage-services ._panels ._panel {
          width: 48%; } }
      @media (max-width: 767px) {
        .frontpage-services ._panels ._panel {
          width: 100%;
          display: block; } }
      .frontpage-services ._panels ._panel ._icon {
        width: 30%;
        margin-top: 0px; }
        @media (max-width: 767px) {
          .frontpage-services ._panels ._panel ._icon {
            width: 25%;
            margin: 0 auto; } }
        .frontpage-services ._panels ._panel ._icon img {
          width: 100%; }
      .frontpage-services ._panels ._panel ._body {
        width: 64%; }
        @media (max-width: 767px) {
          .frontpage-services ._panels ._panel ._body {
            width: 100%; } }
        .frontpage-services ._panels ._panel ._body ._title {
          font-weight: bold;
          font-size: 18px; }
        .frontpage-services ._panels ._panel ._body ._description {
          margin-bottom: 20px; }

.frontpage-services ._body {
  position: relative; }
  .frontpage-services ._body .round_corner {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background-color: #fff !important;
    color: #94b8bb !important;
    border-bottom: 0px !important;
    z-index: 10;
    position: relative; }

.frontpage-services ._button_servieswrap {
  position: relative; }
  .frontpage-services ._button_servieswrap ._button {
    max-height: 49px; }

.frontpage-services ._sub_services {
  border: solid 2px #94b8bb;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background-color: #fff;
  left: 0;
  width: auto;
  display: none;
  flex-direction: column;
  padding: 10px;
  z-index: 1;
  margin-top: -2px;
  padding: 0px 20px;
  width: 100%; }
  .frontpage-services ._sub_services a {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px 0px;
    display: inline-block; }
    .frontpage-services ._sub_services a:hover {
      color: #000; }

.frontpage-projects ._buttons {
  position: relative;
  z-index: 10;
  font-size: 160px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1279px) {
    .frontpage-projects ._buttons {
      display: none; } }
  .frontpage-projects ._buttons .fa-caret-left, .frontpage-projects ._buttons .fa-caret-right {
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    cursor: pointer;
    margin-top: 80px;
    text-decoration: none !important; }
    .frontpage-projects ._buttons .fa-caret-left:hover, .frontpage-projects ._buttons .fa-caret-right:hover {
      color: rgba(255, 255, 255, 0.9); }
  .frontpage-projects ._buttons .fa-caret-left {
    margin-left: -645px; }
  .frontpage-projects ._buttons .fa-caret-right {
    left: calc(50vw + 616px); }

.frontpage-projects ._projects {
  margin-left: -580px; }
  @media (max-width: 1279px) {
    .frontpage-projects ._projects {
      margin-left: 0; } }
  .frontpage-projects ._projects ._panel {
    width: 558px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center; }
    @media (max-width: 1279px) {
      .frontpage-projects ._projects ._panel {
        width: 75vw; } }
    .frontpage-projects ._projects ._panel ._box {
      height: 330px;
      margin-bottom: 25px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      background-position: center;
      background-size: cover;
      text-decoration: none !important; }
      .frontpage-projects ._projects ._panel ._box ._title {
        padding: 10px 20px;
        text-transform: uppercase;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
        font-weight: bold;
        width: 100%;
        background: #342E1F; }
        @media (max-width: 891px) {
          .frontpage-projects ._projects ._panel ._box ._title {
            font-size: 18px; } }

.frontpage-announcements {
  margin-top: 30px; }
  .frontpage-announcements ._panels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .frontpage-announcements ._panels ._panel {
      width: 558px; }
      @media (max-width: 1279px) {
        .frontpage-announcements ._panels ._panel {
          width: calc(50% - 15px); } }
      @media (max-width: 767px) {
        .frontpage-announcements ._panels ._panel {
          width: 100%;
          margin-bottom: 60px; } }
      .frontpage-announcements ._panels ._panel ._box {
        display: block;
        height: 330px;
        background-image: url(http://placehold.it/300/ccdd55);
        background-position: center;
        background-size: cover; }
      .frontpage-announcements ._panels ._panel ._title {
        display: block;
        color: #342E1F;
        font-size: 24px;
        line-height: 1.2;
        margin-top: 10px; }
      .frontpage-announcements ._panels ._panel ._description {
        margin: 10px 0 25px; }

.generic-spacer {
  margin-bottom: 60px;
  width: 100%; }

.global-header {
  padding: 40px 0px; }
  .global-header a {
    color: #000; }
  @media (max-width: 479px) {
    .global-header {
      padding: 10px 0px;
      line-height: 1.5; } }
  .global-header h1 {
    line-height: 1;
    text-align: left;
    color: #94b8bb;
    font-size: 36px;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin: 0;
    padding: 0;
    text-transform: none; }
    @media (max-width: 479px) {
      .global-header h1 {
        font-size: 26px;
        margin-bottom: 10px; } }
  .global-header h2, .global-header .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .global-header ._title {
    color: #94b8bb;
    line-height: 1;
    font-weight: 400;
    margin-top: 5px; }

.global-page-wrapper {
  background: #fff;
  min-height: 48vh;
  margin-bottom: 100px;
  font-size: 16px; }
  .global-page-wrapper img._featured {
    margin-bottom: 40px;
    width: 100%; }
  .global-page-wrapper ._featured-image {
    height: 350px;
    margin-bottom: 40px;
    width: 100%;
    background-position: center;
    background-size: cover; }

body .gform_wrapper .gfield_error .gfield_label, body .gform_wrapper .gfield_required, body .gform_wrapper .validation_message {
  color: #EC2028; }

body .gform_wrapper li.gfield.gfield_error, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: rgba(236, 32, 40, 0.1); }

body .gform_wrapper input[type="text"], body .gform_wrapper select, body .gform_wrapper textarea {
  color: #111;
  font-weight: normal; }

body .gform_wrapper div.validation_error {
  color: #EC2028;
  border-color: #EC2028; }

._global-error-banner {
  text-align: center;
  background: #e9bfbc;
  color: #7b2323;
  padding: 10px 20px;
  font-size: 14px; }

._global-success-banner {
  text-align: center;
  background: #abdacd;
  color: #234b49;
  padding: 10px 20px;
  font-size: 14px; }

.projects {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 1279px) {
    .projects {
      display: block; } }
  .projects ._filters-wrapper {
    flex: 0 0 auto;
    width: 264px;
    margin-right: 30px; }
    @media (max-width: 1279px) {
      .projects ._filters-wrapper {
        width: 100%;
        margin-right: 0; } }
    .projects ._filters-wrapper ._filters {
      border-right: 5px solid #342E1F;
      margin-right: 35px;
      padding-bottom: 10px;
      text-transform: uppercase;
      line-height: 1.3;
      font-size: 16px; }
      @media (max-width: 1279px) {
        .projects ._filters-wrapper ._filters {
          margin: 0;
          padding: 0;
          border: 0;
          border-bottom: 5px solid #342E1F;
          margin-bottom: 30px;
          padding-bottom: 10px;
          display: flex;
          justify-content: center; } }
      @media (max-width: 479px) {
        .projects ._filters-wrapper ._filters {
          display: block; } }
    .projects ._filters-wrapper ._category {
      margin-bottom: 6px; }
      @media (max-width: 1279px) {
        .projects ._filters-wrapper ._category {
          margin: 0 20px 10px; } }
      @media (max-width: 479px) {
        .projects ._filters-wrapper ._category {
          margin: 0 10px 6px; } }
      .projects ._filters-wrapper ._category ._top-level {
        font-weight: bold;
        padding: 2px 0;
        cursor: pointer; }
        .projects ._filters-wrapper ._category ._top-level .fa-arrow-circle-o-down {
          display: none; }
      .projects ._filters-wrapper ._category ._sub-filters {
        display: none; }
        @media (max-width: 479px) {
          .projects ._filters-wrapper ._category ._sub-filters {
            padding-bottom: 5px; } }
        .projects ._filters-wrapper ._category ._sub-filters ._filter {
          padding: 2px 15px 2px 25px;
          cursor: pointer;
          font-size: 14px;
          transition: all 0.1s ease-in-out; }
          .projects ._filters-wrapper ._category ._sub-filters ._filter .fa-minus-square {
            display: none; }
          .projects ._filters-wrapper ._category ._sub-filters ._filter._active {
            color: #94b8bb; }
            .projects ._filters-wrapper ._category ._sub-filters ._filter._active .fa-plus-square-o {
              display: none; }
            .projects ._filters-wrapper ._category ._sub-filters ._filter._active .fa-minus-square {
              display: inline-block; }
  .projects ._results {
    display: flex;
    flex-wrap: wrap;
    flex: 1; }
    @media (min-width: 768px) {
      .projects ._results {
        margin-left: -25px; } }
    @media (max-width: 767px) {
      .projects ._results {
        justify-content: space-between; } }
    .projects ._results ._result {
      height: 164px;
      width: 264px;
      margin-left: 25px;
      margin-bottom: 25px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      background-position: center;
      background-size: cover;
      transition: all 0.1s ease-in-out;
      transition-property: padding, opacity;
      text-decoration: none !important; }
      @media (max-width: 1279px) {
        .projects ._results ._result {
          height: 190px; } }
      @media (max-width: 891px) {
        .projects ._results ._result {
          height: 140px; } }
      @media (max-width: 767px) {
        .projects ._results ._result {
          height: 186px; } }
      @media (max-width: 479px) {
        .projects ._results ._result {
          height: 222px; } }
      .projects ._results ._result._blog {
        justify-content: flex-start; }
        .projects ._results ._result._blog ._title {
          text-align: left;
          padding: 5px 7px;
          font-size: 16px; }
      .projects ._results ._result._featured-blog {
        position: relative;
        width: 100%;
        max-height: none !important;
        height: auto; }
        @media (max-width: 479px) {
          .projects ._results ._result._featured-blog {
            padding-right: 10px; } }
        .projects ._results ._result._featured-blog:hover {
          padding-bottom: 0px !important;
          opacity: 0.9; }
        .projects ._results ._result._featured-blog img {
          width: 100%;
          opacity: 0; }
        .projects ._results ._result._featured-blog ._title {
          padding: 20px 15px;
          padding-right: 25%;
          font-size: 30px;
          position: absolute;
          left: 0px;
          bottom: 0px; }
      .projects ._results ._result:hover {
        padding-bottom: 1px;
        opacity: 0.9; }
      @media (max-width: 1279px) {
        .projects ._results ._result {
          width: calc(100% / 3 - 25px); } }
      @media (max-width: 767px) {
        .projects ._results ._result {
          width: calc(100% / 2 - 13px);
          margin-left: 0; } }
      @media (max-width: 479px) {
        .projects ._results ._result {
          width: 100%;
          margin-bottom: 20px; } }
      .projects ._results ._result ._title {
        padding: 5px 15px;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        line-height: 1.2;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 891px) {
          .projects ._results ._result ._title {
            font-size: 18px; } }

.blog-pagination {
  width: 100%; }
  .blog-pagination .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .blog-pagination .nav-links .current, .blog-pagination .nav-links a, .blog-pagination .nav-links .dots {
      padding: 10px 25px; }
      @media (max-width: 767px) {
        .blog-pagination .nav-links .current, .blog-pagination .nav-links a, .blog-pagination .nav-links .dots {
          padding: 10px 10px; } }
    .blog-pagination .nav-links .current {
      font-weight: bold;
      color: #94b8bb; }
    .blog-pagination .nav-links a {
      font-weight: bold;
      color: #342E1F; }
      .blog-pagination .nav-links a:first-child, .blog-pagination .nav-links a:last-child {
        flex: 1 0 auto;
        font-size: 26px;
        padding-left: 20px; }
      .blog-pagination .nav-links a:last-child {
        flex: 1 0 auto;
        text-align: right;
        padding-right: 3px; }

.project-interior ._related-projects ._projects {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between; }

.project-interior ._related-projects ._projects a {
  display: flex;
  align-items: flex-end;
  width: 48%;
  display: flex;
  height: 220px;
  background-position: center;
  background-size: cover;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none !important;
  text-align: center; }

.single-snyder-projects ._awards span {
  margin-top: 8px;
  display: inline-block;
  border-left: 2px solid #DED6CE;
  padding: 2px 15px;
  font-weight: bold;
  font-size: 14px; }
  @media (min-width: 892px) {
    .single-snyder-projects ._awards span:last-child {
      border-right: 2px solid #DED6CE; } }

.project-interior {
  /*._features-wrapper {

		@extend .full-width;

		background: $tan;

		margin-top: 50px;

		clear: both;



		._features {

			max-width: $grid-12;

			margin: auto;

			display: flex;

			justify-content: space-between;

			margin-bottom: 50px;

			color: #3c3627;



			@include bpmax( lg ) {

				max-width: 100%;

				// padding: 0 15px;

			}



			._feature {

				width: 33.3%;

				padding: 15px 15px 30px;

				border-right: 0;



				&:nth-child(2n) {

					border: 0px solid $black;

					border-top: 0;

					border-bottom: 0;

				}



				._title {

					font-size: 24px;

					font-weight: bold;

				}



				ul {

					list-style-type: square;

					margin-left: 20px;



					li {

						font-size: 18px;

						margin:20px 0px;

						padding:0px 0px 0px 10px;

					}

				}

			}

		}

	}*/ }
  .project-interior ._featured-images {
    margin-bottom: 50px;
    overflow: hidden; }
    @media (max-width: 479px) {
      .project-interior ._featured-images {
        margin-bottom: 30px; } }
    .project-interior ._featured-images ._slider {
      float: left;
      width: 100%; }
      .project-interior ._featured-images ._slider ._slide {
        position: relative; }
        .project-interior ._featured-images ._slider ._slide img {
          width: 100%; }
        .project-interior ._featured-images ._slider ._slide ._caption {
          position: absolute;
          bottom: 0;
          background: rgba(0, 0, 0, 0.55);
          color: #fff;
          padding: 20px 20px;
          left: 0;
          right: 0;
          overflow: hidden; }
          @media (max-width: 767px) {
            .project-interior ._featured-images ._slider ._slide ._caption {
              padding: 10px;
              font-size: 12px; } }
    .project-interior ._featured-images ._thumbnails {
      clear: both;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap; }
      .project-interior ._featured-images ._thumbnails ._thumbnail {
        display: block;
        width: 166px;
        height: 166px;
        margin-top: 22px;
        background-position: center;
        background-size: cover;
        transition: opacity 0.1s ease-in-out;
        cursor: pointer; }
        @media (max-width: 479px) {
          .project-interior ._featured-images ._thumbnails ._thumbnail {
            width: 23%;
            height: 75px; } }
  .project-interior ._main-content {
    display: flex;
    justify-content: space-between;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .project-interior ._main-content {
        display: block; } }
    .project-interior ._main-content ._sidebar {
      width: 264px;
      margin-right: 30px; }
      @media (max-width: 767px) {
        .project-interior ._main-content ._sidebar {
          width: 100%;
          margin-right: 0;
          margin-bottom: 50px; } }
      .project-interior ._main-content ._sidebar ._item {
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .project-interior ._main-content ._sidebar ._item {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            margin-bottom: 15px;
            flex-wrap: wrap; } }
        .project-interior ._main-content ._sidebar ._item ._title {
          margin-bottom: 5px;
          font-weight: bold; }
        .project-interior ._main-content ._sidebar ._item ._content {
          margin-left: 15px; }
          @media (max-width: 767px) {
            .project-interior ._main-content ._sidebar ._item ._content._project-manager {
              display: flex;
              flex-wrap: wrap;
              justify-content: flex-start;
              flex-direction: column;
              margin-left: 0;
              margin-top: 0px; } }
          .project-interior ._main-content ._sidebar ._item ._content ._profile-picture {
            height: 125px;
            width: 125px;
            margin-top: 20px;
            margin-bottom: 15px;
            border-radius: 100px;
            background-position: center 7%;
            background-size: cover; }
          .project-interior ._main-content ._sidebar ._item ._content a {
            display: block;
            font-weight: bold;
            color: #9E5232; }
          .project-interior ._main-content ._sidebar ._item ._content ul {
            list-style-type: disc;
            margin-left: 15px;
            padding-left: 0; }
            .project-interior ._main-content ._sidebar ._item ._content ul li {
              padding-left: 0; }
              .project-interior ._main-content ._sidebar ._item ._content ul li a {
                margin-left: 0px; }
      .project-interior ._main-content ._sidebar ._services-provided {
        margin-bottom: 40px; }
        .project-interior ._main-content ._sidebar ._services-provided a {
          display: block;
          margin-top: 10px;
          padding: 8px 15px;
          width: 85%; }
      .project-interior ._main-content ._sidebar ._awards {
        margin-bottom: 50px; }
        .project-interior ._main-content ._sidebar ._awards ul {
          list-style-type: square;
          margin-left: 20px;
          font-size: 18px;
          width: 85%; }
          .project-interior ._main-content ._sidebar ._awards ul li {
            margin: 20px 0px; }
    .project-interior ._main-content ._flexed {
      width: 754px; }
      @media (max-width: 767px) {
        .project-interior ._main-content ._flexed {
          width: 100%; } }
      .project-interior ._main-content ._flexed .pattern-wysiwyg {
        max-width: 1146px;
        margin: auto;
        padding-bottom: 10px;
        font-size: 16px; }
        .project-interior ._main-content ._flexed .pattern-wysiwyg ._title {
          margin-bottom: 10px; }
        .project-interior ._main-content ._flexed .pattern-wysiwyg h3 {
          margin-bottom: 15px;
          margin-top: 30px; }
      .project-interior ._main-content ._flexed ._testimonial-wrapper {
        background: #94b8bb;
        margin-top: 50px;
        background-image: url(../img/quote.png);
        background-position: calc(50vw - 540px) 20px;
        background-repeat: no-repeat;
        background-color: #94b8bb;
        padding: 30px 20px 35px;
        position: relative;
        right: 0;
        left: 0; }
        .project-interior ._main-content ._flexed ._testimonial-wrapper:before {
          position: absolute;
          top: 0;
          height: 100%;
          width: 100%;
          left: -100%;
          background-color: #94b8bb;
          content: ''; }
        .project-interior ._main-content ._flexed ._testimonial-wrapper:after {
          position: absolute;
          top: 0;
          height: 100%;
          width: 100%;
          right: -100%;
          background-color: #94b8bb;
          content: ''; }
        .project-interior ._main-content ._flexed ._testimonial-wrapper ._testimonial {
          max-width: 1146px;
          margin: auto;
          font-size: 20px;
          padding-left: 200px; }
          @media (max-width: 1279px) {
            .project-interior ._main-content ._flexed ._testimonial-wrapper ._testimonial {
              max-width: 100%;
              padding: 0 15px; } }
          .project-interior ._main-content ._flexed ._testimonial-wrapper ._testimonial ._body {
            font-size: 24px;
            font-weight: 400;
            line-height: 1.2; }
            @media (max-width: 891px) {
              .project-interior ._main-content ._flexed ._testimonial-wrapper ._testimonial ._body {
                font-size: 20px; } }
          .project-interior ._main-content ._flexed ._testimonial-wrapper ._testimonial ._author {
            font-weight: bold;
            letter-spacing: 0; }
          .project-interior ._main-content ._flexed ._testimonial-wrapper ._testimonial ._company {
            color: #b7afa7;
            padding-left: 10px;
            margin-top: -6px; }
      .project-interior ._main-content ._flexed ._footer-contact-wrapper {
        text-align: center;
        margin: 40px 0 0; }
  .project-interior ._interested {
    margin-top: 0px; }
    .project-interior ._interested ._panels {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .project-interior ._interested ._panels {
          justify-content: center; } }
      .project-interior ._interested ._panels ._panel {
        width: 45%;
        text-align: center;
        display: flex;
        margin: 2%;
        flex-direction: column;
        max-width: 350px;
        position: relative; }
        @media (max-width: 767px) {
          .project-interior ._interested ._panels ._panel {
            width: 100%; } }
        .project-interior ._interested ._panels ._panel img {
          width: 100%; }
        .project-interior ._interested ._panels ._panel .post_title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background: #342E1F;
          color: #fff;
          padding: 5px 8px;
          text-transform: uppercase; }
          .project-interior ._interested ._panels ._panel .post_title a {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-decoration: none !important; }
            @media (max-width: 767px) {
              .project-interior ._interested ._panels ._panel .post_title a {
                font-size: 14px; } }

._testimonial-wrapper_project {
  background: #94b8bb;
  margin-top: 50px;
  background-color: #94b8bb;
  padding: 30px 20px;
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  max-width: 875px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media (max-width: 1279px) {
    ._testimonial-wrapper_project {
      max-width: 570px; } }
  @media (max-width: 891px) {
    ._testimonial-wrapper_project {
      max-width: 470px; } }
  @media (max-width: 767px) {
    ._testimonial-wrapper_project {
      max-width: 100%; } }
  ._testimonial-wrapper_project:before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 101%;
    left: -100%;
    z-index: 0;
    background-color: #94b8bb;
    background-image: url(../img/quote.png);
    background-position: top 30px right;
    background-repeat: no-repeat;
    content: ''; }
    @media (max-width: 767px) {
      ._testimonial-wrapper_project:before {
        background-image: none; } }
  ._testimonial-wrapper_project:after {
    position: absolute;
    top: 0;
    height: 100%;
    width: 101%;
    right: -100%;
    background-color: #94b8bb;
    z-index: 0;
    content: ''; }
  ._testimonial-wrapper_project ._body {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5; }
    @media (max-width: 891px) {
      ._testimonial-wrapper_project ._body {
        font-size: 18px; } }
  ._testimonial-wrapper_project ._author {
    font-weight: bold;
    letter-spacing: 0;
    font-size: 18px;
    padding-top: 10px; }
    @media (max-width: 891px) {
      ._testimonial-wrapper_project ._author {
        font-size: 16px; } }
  ._testimonial-wrapper_project ._company {
    color: #fff;
    padding-left: 10px;
    margin-top: -6px;
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 891px) {
      ._testimonial-wrapper_project ._company {
        font-size: 16px;
        line-height: 1.2;
        margin-top: 0px; } }

.services {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 1279px) {
    .services {
      display: block; } }
  .services ._service {
    flex: 0 0 347px;
    font-size: 15px;
    margin-bottom: 17px;
    padding: 0px;
    min-height: 40px; }
    @media (max-width: 1279px) {
      .services ._service {
        width: 100%; } }
    .services ._service ._header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px; }
      @media (max-width: 1279px) {
        .services ._service ._header {
          justify-content: center; } }
      .services ._service ._header img {
        height: 68px;
        margin-right: 15px; }
      .services ._service ._header h2, .services ._service ._header .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .services ._service ._header ._title {
        flex: 1 1 auto;
        margin-bottom: 0;
        color: #342E1F;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 24px; }
        @media (max-width: 1399px) {
          .services ._service ._header h2, .services ._service ._header .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .services ._service ._header ._title {
            font-size: 21px; } }
        @media (max-width: 1279px) {
          .services ._service ._header h2, .services ._service ._header .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .services ._service ._header ._title {
            flex: 0 0 auto; } }
    .services ._service ._links {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: row; }
      .services ._service ._links a {
        margin-bottom: 15px;
        flex: 1 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 5px;
        padding: 5px;
        min-height: 49px;
        width: 45%;
        text-decoration: none !important; }
        @media (max-width: 1279px) {
          .services ._service ._links a {
            flex: 0 0 32%; } }
        @media (max-width: 767px) {
          .services ._service ._links a {
            flex: 0 0 48%; } }
        .services ._service ._links a.filling-empty-space-childs {
          width: 166px;
          /*the width of the images in this example*/
          height: 0;
          /*Important! for the divs to collapse should they fall in a new row*/
          padding: 0;
          border: 0;
          margin: 0;
          min-height: 0; }

.services-sub-menu {
  background-color: #94b8bb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0px 30px 0px;
  text-align: center;
  flex-direction: row-reverse;
  padding: 15px 0px; }
  @media (max-width: 992px) {
    .services-sub-menu {
      display: none; } }
  .services-sub-menu:before {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    background-color: #94b8bb; }
  .services-sub-menu:after {
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    background-color: #94b8bb; }
  .services-sub-menu button {
    color: #342E1F;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    border: 0px;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .services-sub-menu button:hover {
      color: #fff;
      text-decoration: underline !important; }
    .services-sub-menu button img {
      margin: 10px 0px; }
  .services-sub-menu ._title h3 {
    color: #342E1F; }

.services-interior h1 {
  text-transform: uppercase; }

.services-interior .pattern-wysiwyg {
  margin-bottom: 50px; }

.services-interior .global-page {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 891px) {
    .services-interior .global-page {
      display: block; } }
  .services-interior .global-page ._sidebar-wrapper {
    transition: all 0.5s ease;
    position: relative;
    flex: 1; }
    .services-interior .global-page ._sidebar-wrapper .sticky-wrapper {
      transition: all 5s ease !important; }
  .services-interior .global-page ._sidebar {
    width: 264px;
    text-align: left;
    border-left: 3px solid #342E1F;
    flex: 1 0 auto;
    padding-left: 40px;
    margin-left: 40px; }
    @media (max-width: 891px) {
      .services-interior .global-page ._sidebar {
        width: 100%;
        border: 0;
        padding: 0;
        margin-left: 0px; } }
    .services-interior .global-page ._sidebar ._parent-category {
      padding: 3px; }
    @media (max-width: 891px) {
      .services-interior .global-page ._sidebar ._body-wrapper {
        justify-content: center;
        text-align: center; }
        .services-interior .global-page ._sidebar ._body-wrapper ._photo {
          margin: 0 auto; } }
    .services-interior .global-page ._sidebar ._child-categories {
      padding-bottom: 40px; }
      .services-interior .global-page ._sidebar ._child-categories ul li {
        margin-left: 25px;
        list-style: circle; }
      @media (max-width: 891px) {
        .services-interior .global-page ._sidebar ._child-categories {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          flex-direction: column;
          text-align: left; } }
      .services-interior .global-page ._sidebar ._child-categories a {
        display: block;
        padding: 3px;
        font-size: 16px;
        color: #000;
        line-height: 1.5; }
        @media (max-width: 891px) {
          .services-interior .global-page ._sidebar ._child-categories a {
            padding: 3px 10px; } }
        .services-interior .global-page ._sidebar ._child-categories a:hover {
          color: #94b8bb; }
        .services-interior .global-page ._sidebar ._child-categories a._active {
          cursor: text;
          color: #94b8bb;
          text-decoration: underline !important;
          line-height: 1.5; }
  .services-interior .global-page ._main-wrapper {
    width: 825px; }
    @media (max-width: 891px) {
      .services-interior .global-page ._main-wrapper {
        width: 100%;
        padding: 0; } }
    .services-interior .global-page ._main-wrapper ._featured-image {
      height: auto;
      margin-bottom: 10px; }
      .services-interior .global-page ._main-wrapper ._featured-image img {
        width: 100%; }
    .services-interior .global-page ._main-wrapper .accordion {
      margin-top: 20px;
      margin-bottom: 40px; }
      .services-interior .global-page ._main-wrapper .accordion ._item {
        margin-bottom: 20px; }
        .services-interior .global-page ._main-wrapper .accordion ._item ._title {
          font-weight: bold;
          margin-bottom: 5px; }
          .services-interior .global-page ._main-wrapper .accordion ._item ._title a {
            cursor: pointer;
            color: #9E5232; }
          .services-interior .global-page ._main-wrapper .accordion ._item ._title .fa {
            color: #94b8bb;
            margin-right: 4px; }
            .services-interior .global-page ._main-wrapper .accordion ._item ._title .fa.fa-minus-square {
              display: none; }
    .services-interior .global-page ._main-wrapper ._big-cta {
      display: flex;
      padding: 10px 20px;
      align-items: flex-end;
      justify-content: flex-end;
      font-weight: bold;
      font-size: 24px;
      height: 120px;
      color: #fff;
      background: #94b8bb; }
    .services-interior .global-page ._main-wrapper ._other-services {
      margin-top: 50px;
      margin-bottom: 50px; }
      .services-interior .global-page ._main-wrapper ._other-services h2, .services-interior .global-page ._main-wrapper ._other-services .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .services-interior .global-page ._main-wrapper ._other-services ._title {
        color: #342E1F; }
      .services-interior .global-page ._main-wrapper ._other-services ._services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .services-interior .global-page ._main-wrapper ._other-services ._services a {
          width: 31%;
          color: #94b8bb;
          font-size: 20px;
          text-transform: uppercase;
          font-weight: bold;
          padding: 3px 0;
          margin-bottom: 20px;
          display: flex;
          align-items: center; }
          @media (max-width: 1279px) {
            .services-interior .global-page ._main-wrapper ._other-services ._services a {
              width: 48%; } }
          @media (max-width: 479px) {
            .services-interior .global-page ._main-wrapper ._other-services ._services a {
              width: 100%; } }
          .services-interior .global-page ._main-wrapper ._other-services ._services a img {
            width: 30px;
            display: inline-block;
            margin-right: 8px; }

.img-circle {
  border-radius: 50%;
  height: 113px;
  width: 115px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius: 154px;
  background-position: center 7%;
  background-size: 100%; }

.active-service {
  color: #94b8bb !important;
  cursor: auto !important; }

.locations-page ._locations {
  margin: 50px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .locations-page ._locations ._location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    width: 29%;
    line-height: 1.2; }
    @media (max-width: 1279px) {
      .locations-page ._locations ._location {
        width: 47%; } }
    @media (max-width: 767px) {
      .locations-page ._locations ._location {
        display: block; } }
    .locations-page ._locations ._location ._info {
      align-items: center;
      flex: 1 1 auto;
      font-size: 16px; }
      .locations-page ._locations ._location ._info ._address {
        text-transform: uppercase;
        font-weight: bold;
        color: #a4522e; }
      .locations-page ._locations ._location ._info ._phone, .locations-page ._locations ._location ._info ._phone a {
        color: #332F20; }
    .locations-page ._locations ._location ._button {
      flex: 0 0 auto; }
      .locations-page ._locations ._location ._button a {
        font-size: 16px; }
        @media (max-width: 767px) {
          .locations-page ._locations ._location ._button a {
            font-size: 14px;
            padding: 8px 16px;
            margin-top: 4px; } }

.location-header-info {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: flex-start; }
  @media (max-width: 1279px) {
    .location-header-info {
      justify-content: center; } }
  .location-header-info * {
    color: #342E1F; }
  .location-header-info div {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    @media (max-width: 479px) {
      .location-header-info div {
        margin-left: -20px;
        margin-right: -20px; } }
    .location-header-info div i {
      margin-right: 6px; }

.locations-interior {
  margin-bottom: 100px; }
  .locations-interior .pattern-contact-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .locations-interior .pattern-contact-panel ._body-wrapper {
      width: 31%;
      margin-bottom: 80px;
      flex-direction: row; }
      @media (max-width: 1279px) {
        .locations-interior .pattern-contact-panel ._body-wrapper {
          width: 48%; } }
      @media (max-width: 891px) {
        .locations-interior .pattern-contact-panel ._body-wrapper {
          width: 100%; } }
      @media (max-width: 767px) {
        .locations-interior .pattern-contact-panel ._body-wrapper {
          width: 100%; } }
      @media (max-width: 479px) {
        .locations-interior .pattern-contact-panel ._body-wrapper {
          width: 100%; } }
      @media (min-width: 1280px) {
        .locations-interior .pattern-contact-panel ._body-wrapper ._photo {
          width: 36.5%; } }
      @media (max-width: 767px) {
        .locations-interior .pattern-contact-panel ._body-wrapper ._photo {
          margin-top: 40px; } }
      .locations-interior .pattern-contact-panel ._body-wrapper ._body {
        padding: 0px 10px; }
        @media (min-width: 1280px) {
          .locations-interior .pattern-contact-panel ._body-wrapper ._body {
            width: 60%;
            padding: 0px 10px; } }
        @media (max-width: 891px) {
          .locations-interior .pattern-contact-panel ._body-wrapper ._body {
            padding: 0px 20px; } }
        @media (max-width: 767px) {
          .locations-interior .pattern-contact-panel ._body-wrapper ._body {
            margin-top: 40px;
            padding: 0px 20px; } }
        .locations-interior .pattern-contact-panel ._body-wrapper ._body h2, .locations-interior .pattern-contact-panel ._body-wrapper ._body .project-interior ._main-content ._flexed .pattern-wysiwyg ._title, .project-interior ._main-content ._flexed .pattern-wysiwyg .locations-interior .pattern-contact-panel ._body-wrapper ._body ._title {
          font-size: 20px;
          text-transform: uppercase;
          font-weight: 700; }
        .locations-interior .pattern-contact-panel ._body-wrapper ._body ._position {
          line-height: 1.2; }
          @media (max-width: 767px) {
            .locations-interior .pattern-contact-panel ._body-wrapper ._body ._position {
              margin-bottom: 10px; } }

._industry-description {
  margin-top: -30px;
  margin-bottom: 60px; }

.industry-resources ._results ._result {
  justify-content: flex-start; }
  .industry-resources ._results ._result ._title {
    padding-left: 10px;
    padding-right: 10px; }
  .industry-resources ._results ._result * {
    text-align: left; }
  .industry-resources ._results ._result span {
    display: inline-block;
    border-bottom: 4px solid #fff;
    padding-bottom: 4px;
    margin-bottom: 4px; }

._industry-contact {
  margin: 80px auto 120px;
  width: 754px; }
  @media (max-width: 1279px) {
    ._industry-contact {
      width: 100%;
      margin-left: 0px;
      margin-right: 0; } }

.g-call-toaction-wrap {
  width: 100%;
  display: inline-block; }
  @media (max-width: 891px) {
    .g-call-toaction-wrap {
      width: 100%; } }

.g-call-toaction {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 25px 0px; }

.calltoaction {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 80px 20px 10px 0px;
  margin: 5px 0px; }
  .calltoaction span {
    background-color: #94b8bb;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .calltoaction a {
    background-color: #fff;
    color: #94b8bb;
    text-transform: uppercase;
    padding: 10px;
    z-index: 1;
    position: relative;
    font-size: 20px;
    display: inline-flex;
    max-width: 70%;
    width: auto; }
    .calltoaction a:hover {
      background-color: #94b8bb;
      color: #fff; }

.footer-wrapper {
  background: #94b8bb;
  margin-top: 40px;
  padding: 20px; }
  .footer-wrapper .footer {
    max-width: 1146px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 1279px) {
      .footer-wrapper .footer {
        display: block; } }
    .footer-wrapper .footer ._panel._links {
      width: 362px; }
      @media (max-width: 1279px) {
        .footer-wrapper .footer ._panel._links {
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 1279px) {
        .footer-wrapper .footer ._panel._links ul {
          display: flex;
          justify-content: center;
          flex-wrap: wrap; } }
      .footer-wrapper .footer ._panel._links ul li a {
        display: block;
        padding: 6px 0;
        color: #342E1F;
        font-size: 16px; }
        @media (max-width: 1279px) {
          .footer-wrapper .footer ._panel._links ul li a {
            padding: 5px 10px; } }
    .footer-wrapper .footer ._panel._newsletter {
      width: 460px; }
      @media (max-width: 1279px) {
        .footer-wrapper .footer ._panel._newsletter {
          width: 100%;
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; } }
      .footer-wrapper .footer ._panel._newsletter ._title {
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase; }
      .footer-wrapper .footer ._panel._newsletter form input[type="text"] {
        width: 100%;
        border: 0;
        padding: 2px; }
      .footer-wrapper .footer ._panel._newsletter form input[type="email"] {
        width: 79%;
        border: 0;
        padding: 2px; }
      .footer-wrapper .footer ._panel._newsletter form input[type="submit"] {
        border: solid 3px #000 !important;
        background-color: transparent !important;
        padding: 5px !important;
        font-weight: bold; }
      .footer-wrapper .footer ._panel._newsletter form > div {
        width: 100%;
        margin: 15px 0px; }
      .footer-wrapper .footer ._panel._newsletter form ._break {
        display: flex;
        font-weight: bold;
        width: 100%; }
        @media (max-width: 1279px) {
          .footer-wrapper .footer ._panel._newsletter form ._break {
            justify-content: space-between; } }
        .footer-wrapper .footer ._panel._newsletter form ._break div {
          margin-right: 30px;
          width: 166px; }
          @media (max-width: 1279px) {
            .footer-wrapper .footer ._panel._newsletter form ._break div {
              width: 48%;
              margin-right: 0; } }
      .footer-wrapper .footer ._panel._newsletter form ._full {
        font-weight: bold;
        margin: 10px 0 20px;
        width: 460px; }
        @media (max-width: 1279px) {
          .footer-wrapper .footer ._panel._newsletter form ._full {
            width: 100%; } }
        .footer-wrapper .footer ._panel._newsletter form ._full input[type="text"] {
          width: 264px;
          margin-right: 8px; }
          @media (max-width: 1279px) {
            .footer-wrapper .footer ._panel._newsletter form ._full input[type="text"] {
              width: 100%; } }
        .footer-wrapper .footer ._panel._newsletter form ._full ._submit {
          color: #342E1F;
          border: 3px solid #342E1F;
          padding: 5px 10px;
          font-weight: bold;
          background: transparent; }
          @media (max-width: 1279px) {
            .footer-wrapper .footer ._panel._newsletter form ._full ._submit {
              display: block;
              margin: 20px auto; } }
    .footer-wrapper .footer ._panel._social {
      width: 264px;
      text-align: center; }
      @media (max-width: 1279px) {
        .footer-wrapper .footer ._panel._social {
          margin: 20px auto; } }
      .footer-wrapper .footer ._panel._social ._title {
        font-size: 20px;
        text-transform: uppercase; }
      .footer-wrapper .footer ._panel._social ._icons {
        display: flex;
        justify-content: space-between;
        margin-top: 10px; }
        .footer-wrapper .footer ._panel._social ._icons a {
          color: #342E1F;
          font-size: 40px;
          text-decoration: none !important; }
    .footer-wrapper .footer ._copyright {
      margin-top: 40px;
      width: 100%;
      text-align: center; }
      @media (max-width: 479px) {
        .footer-wrapper .footer ._copyright {
          font-size: 16px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 25px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter, opacity, filter;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #342E1F;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#__bs_notify__ {
  top: 85% !important;
  right: 10px !important;
  border-radius: 4px !important;
  height: auto !important;
  opacity: .9; }

html {
  margin-top: 0 !important;
  overflow-x: hidden; }

.modal {
  text-align: center; }

.modal-header {
  background-color: #94b8bb;
  color: #fff; }
  .modal-header ._title {
    float: left; }
  .modal-header ._button {
    float: right;
    padding: 1px 5px !important; }

.modal-body ul {
  margin: 5px 10px; }
  .modal-body ul li {
    margin: 5px 10px;
    list-style-type: circle; }

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/* IE9, IE10 */
@media screen and (min-width: 0\0) {
  .body-wrapper-wrapper {
    margin-top: 85px; } }

.history-button {
  color: #94b8bb;
  border: solid #94b8bb 3px;
  background-color: transparent;
  padding: 5px;
  font-size: 14px; }

.home-button {
  display: inline-block;
  background: #94b8bb;
  padding: 12px 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #94b8bb; }
  .home-button a {
    color: white !important; }

.center {
  margin: 0 auto;
  text-align: center; }

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


/* 27-04-2023 css */
.premium-blog-wrap .premium-blog-thumbnail-overlay a span {
    display: none;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
    margin-top: 0;
}
/* 27-04-2023 css */