/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*----------------------------------------------------------------------------------

  Settings
 
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*  Colors
/*----------------------------------------------------------------------------------*/
.red {
  color: #e71e1e; }

.small {
  line-height: 12px;
  font-size: 13px; }

/*----------------------------------------------------------------------------------*/
/*  Fonts
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*  Links
/*----------------------------------------------------------------------------------*/
a {
  color: #11a0db;
  text-decoration: none; }
  a:hover {
    color: #001f3e; }

/*----------------------------------------------------------------------------------*/
/*  Lists
/*----------------------------------------------------------------------------------*/
ul {
  list-style-position: outside;
  list-style-type: disc; }

ol {
  list-style-position: outside;
  list-style-type: decimal; }

ul li {
  margin-bottom: 1em; }

/*----------------------------------------------------------------------------------*/
/*  Alignments
/*----------------------------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.textleft {
  text-align: left; }

.textcenter {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center; }

.textright {
  text-align: right; }

/*----------------------------------------------------------------------------------*/
/*  Margin + Padding
/*----------------------------------------------------------------------------------*/
div .margin-top-0, p .margin-top-0, .site-content p .margin-top-0, .site-content div .margin-top-0 {
  margin-top: 0; }

div .margin-top-5, p .margin-top-5, .site-content p .margin-top-5, .site-content div .margin-top-5 {
  margin-top: 5px; }

div .margin-top-15, p .margin-top-15, .site-content p .margin-top-15, .site-content div .margin-top-15 {
  margin-top: 15px; }

div .margin-top-25, p .margin-top-25, .site-content p .margin-top-25, .site-content div .margin-top-25 {
  margin-top: 25px; }

div .margin-top-50, p .margin-top-50, .site-content p .margin-top-50, .site-content div .margin-top-50 {
  margin-top: 50px; }

div .margin-bottom-0, p .margin-bottom-0, .site-content p .margin-bottom-0, .site-content div .margin-bottom-0 {
  margin-bottom: 0; }

div .margin-bottom-5, p .margin-bottom-5, .site-content p .margin-bottom-5, .site-content div .margin-bottom-5 {
  margin-bottom: 5px; }

div .margin-bottom-15, p .margin-bottom-15, .site-content p .margin-bottom-15, .site-content div .margin-bottom-15 {
  margin-bottom: 15px; }

div .margin-bottom-25, p .margin-bottom-25, .site-content p .margin-bottom-25, .site-content div .margin-bottom-25 {
  margin-bottom: 25px; }

div .margin-bottom-50, p .margin-bottom-50, .site-content p .margin-bottom-50, .site-content div .margin-bottom-50 {
  margin-bottom: 50px; }

/*----------------------------------------------------------------------------------*/
/*  Buttons
/*----------------------------------------------------------------------------------*/
.button, button, input[type="submit"] {
  display: inline-block;
  background: transparent;
  border: 1px solid #11a0db;
  border-radius: 0;
  color: #11a0db;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 4px 22px;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -ms-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
  -webkit-transition: border 300ms;
  -moz-transition: border 300ms;
  -ms-transition: border 300ms;
  -o-transition: border 300ms;
  transition: border 300ms;
  -webkit-transition: color 150ms;
  -moz-transition: color 150ms;
  -ms-transition: color 150ms;
  -o-transition: color 150ms;
  transition: color 150ms; }
  .button.button-white, button.button-white, input[type="submit"].button-white {
    border: 1px solid white;
    color: white; }
    .button.button-white:hover, .button.button-white.active, button.button-white:hover, button.button-white.active, input[type="submit"].button-white:hover, input[type="submit"].button-white.active {
      background: white;
      color: #11a0db; }
  .button:hover, .button.active, button:hover, button.active, input[type="submit"]:hover, input[type="submit"].active {
    background: #11a0db;
    color: white; }

/*----------------------------------------------------------------------------------*/
/*  Widgets
/*----------------------------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

/*----------------------------------------------------------------------------------*/
/*  Media
/*----------------------------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0; }

embed,
iframe,
object {
  max-width: 100%; }

/*----------------------------------------------------------------------------------

  Typography
 
----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*  Core
/*----------------------------------------------------------------------------------*/
strong, b {
  font-weight: 700; }

em, i, q {
  font-style: italic; }

p {
  margin: 0 0 1em; }

small {
  font-size: 12px; }

.base-font-size {
  font-size: 16px;
  line-height: 28px; }

/*----------------------------------------------------------------------------------*/
/*  H Styles
/*----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin: 0 0 25px 0; }

h1 {
  font-size: 26px; }
  h1 span {
    font-weight: 300; }

h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500; }

h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 14px; }

/*----------------------------------------------------------------------------------*/
/*  Placeholders
/*----------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
  color: #838383; }

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

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

:-ms-input-placeholder {
  color: #838383; }

::selection {
  background: #8fd8f6;
  /* Safari */ }

::-moz-selection {
  background: #8fd8f6;
  /* Firefox */ }

/*----------------------------------------------------------------------------------*/
/*  Custom Font
/*----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'stormlux';
  src: url("../stormlux.html");
  src: url("../stormluxd41d.html?#iefix") format("embedded-opentype"), url("../stormlux-2.html") format("woff"), url("../stormlux-3.html") format("truetype"), url("../stormlux-4.html#stormlux") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'stormlux';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon"] {
*/
.icon.hamburger.open, .icon.hamburger, .icon.gplus, .icon.dribbble, .icon.facebook, .icon.twitter,
.icon.archives, .icon.share, .icon.heart, .icon.comment, .icon.previous, .icon.next, .icon.link {
  font-family: 'stormlux';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.icon.hamburger.open:before {
  content: "\71"; }

.icon.hamburger:before {
  content: "\77"; }

.icon.gplus:before {
  content: "\65"; }

.icon.dribbble:before {
  content: "\72"; }

.icon.facebook:before {
  content: "\74"; }

.icon.twitter:before {
  content: "\79"; }

.icon.archives:before {
  content: "\75"; }

.icon.share:before {
  content: "\69"; }

.icon.heart:before {
  content: "\6f"; }

.icon.comment:before {
  content: "\70"; }

.icon.next:before {
  content: "\61"; }

.icon.previous:before {
  content: "\73"; }

.icon.link:before {
  content: "\64"; }

.icon {
  font-size: 16px; }
  .icon span {
    display: none; }

/*----------------------------------------------------------------------------------

  Base Styles
 
----------------------------------------------------------------------------------*/
html {
  font-size: 100%;
  position: relative;
  min-height: 100%; }

html, body {
  width: 100%;
  padding: 0;
  margin: 0; }

body {
  background: white;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 28px;
  color: #6e6e6e; }

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

#page {
  margin-bottom: 251px; }

html .admin-bar #wpadminbar {
  position: fixed;
  top: 0; }

.desktop-only {
  display: none; }

.desktop-only-inline {
  display: none; }

.mobile-only {
  display: block; }

.mobile-only-inline {
  display: inline-block; }

.browserupgrade {
  text-align: center;
  margin: 20px 0; }

/*----------------------------------------------------------------------------------*/
/*  Site Header
/*----------------------------------------------------------------------------------*/
.admin-bar .site-header {
  top: 46px; }

.site-header {
  background: white;
  padding: 18px 0;
  width: 100%;
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 99; }
  .site-header .wrap {
    position: relative; }
  .site-header .phone, .site-header .phone-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #ededed url(../png/phone.png) no-repeat center center;
    text-align: center;
    padding: 24px 10px;
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    z-index: 1;
    text-indent: -99999px; }
    .site-header .phone:hover, .site-header .phone-mobile:hover {
      background: #11a0db;
      color: white; }
  .site-header .phone {
    display: none; }

/*----------------------------------------------------------------------------------*/
/*  Inner Site Hero
/*----------------------------------------------------------------------------------*/
.inner-site-hero {
  text-align: center;
  width: 100%;
  background-size: cover;
  box-shadow: inset 0 -100px 103px 0 #fff; }
  .inner-site-hero h1 {
    position: relative;
    text-transform: uppercase;
    color: #11a0db;
    font-weight: 700;
    padding-top: 170px; }
  .inner-site-hero h2 {
    position: relative;
    top: 224px;
    text-transform: uppercase;
    color: #11a0db;
    font-weight: 700; }
  .inner-site-hero .date {
    position: relative;
    text-transform: uppercase;
    color: #11a0db;
    font-weight: 700; }

.archive .inner-site-hero {
  margin-bottom: 60px; }

.single-post .inner-site-hero {
  height: auto;
  margin-bottom: 30px; }

h1.entry-title {
  text-align: center;
  text-transform: uppercase;
  color: #11a0db;
  font-weight: 700; }

/*----------------------------------------------------------------------------------*/
/*  Site Title
/*----------------------------------------------------------------------------------*/
.site-title {
  display: block;
  width: 149px;
  height: 40px;
  text-indent: -999999px;
  background: url(../png/logo.png) no-repeat;
  background-size: 149px 40px;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  z-index: 3;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  .site-title a {
    display: block;
    position: relative;
    z-index: 20;
    height: 50px; }
  .site-title:hover {
    opacity: 0.7; }

/*----------------------------------------------------------------------------------*/
/*  Main Menu
/*----------------------------------------------------------------------------------*/
.main-navigation {
  display: none;
  clear: both;
  text-align: center;
  position: relative;
  z-index: 2; }
  .main-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .main-navigation ul {
    margin: 0;
    padding: 0; }
  .main-navigation li {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none; }
    .main-navigation li:last-child {
      margin: 0; }
  .main-navigation a {
    color: #11a0db;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    outline: none; }
    .main-navigation a:hover {
      color: #001f3e; }
  .main-navigation .fb-icon a {
    display: block;
    text-indent: -999999px;
    width: 30px;
    height: 30px;
    background: url(../png/facebook.png) no-repeat;
    padding: 0;
    background-size: 30px 30px;
    margin: 35px 0 0 10px; }
    .main-navigation .fb-icon a:hover {
      opacity: 0.7; }

.main-navigation .social-links {
  display: none; }
  .main-navigation .social-links a {
    font-size: 26px;
    padding: 38px 6px; }

/*----------------------------------------------------------------------------------*/
/*  Mobile Menu
/*----------------------------------------------------------------------------------*/
.hamburger {
  color: #11a0db;
  float: left;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  left: 10px;
  font-size: 15px; }

.mobile-menu {
  background: #11a0db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 76px;
  z-index: 20; }
  .mobile-menu .mobile-top:after {
    content: "";
    display: table;
    clear: both; }
  .mobile-menu .mobile-top .title {
    float: left; }
  .mobile-menu .mobile-top .title a {
    font-size: 20px;
    color: white; }

#mobile-navigation {
  display: none;
  text-align: center; }
  #mobile-navigation ul {
    margin: 0;
    padding: 0; }
  #mobile-navigation li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #mobile-navigation li.menu-item-831 a:first-child {
    display: none; }
  #mobile-navigation li.menu-item-831 .sub-menu li a,
  #mobile-navigation li.menu-item-831 .sub-menu li a:first-child {
    display: block; }
  #mobile-navigation a {
    color: white;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid #0d7dac; }
  #mobile-navigation .social-links li {
    display: inline-block;
    margin: 0 10px;
    font-size: 25px; }

/*----------------------------------------------------------------------------------*/
/*  Home > Quote
/*----------------------------------------------------------------------------------*/
.home-quote {
  background: #11a0db;
  color: white;
  font-size: 15px;
  line-height: 20px;
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  top: 250px; }
  .home-quote strong {
    font-size: 20px;
    text-transform: uppercase;
    display: block; }

/*----------------------------------------------------------------------------------*/
/*  Home > Slideshow
/*----------------------------------------------------------------------------------*/
.page-template-page-homefull2 .home-banner2,
.page-template-page-homefull3 .home-banner2,
.page-template-page-homefull4 .home-banner2 {
  margin-top: 102px; }

.home-banner,
.home-banner2 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .home-banner p,
  .home-banner2 p {
    text-align: center; }
  .home-banner .site-services,
  .home-banner2 .site-services {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #11a0db; }

.home-banner2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: top; }

.home-banner2 .slide {
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover; }

.home-banner3 {
  padding-top: 70px; }

.home-banner-mobile {
  margin-top: 67px;
  display: none; }
  .home-banner-mobile img {
    display: block;
    width: 100%;
    height: auto; }
  .home-banner-mobile p {
    text-align: center;
    margin: auto;
    font-size: 14px; }
  .home-banner-mobile .inner-content {
    border-top: 3px solid #11a0db;
    background: #ededed;
    padding: 30px; }

@media screen and (min-width: 1090px) {
  .home-banner,
  .home-banner2 {
    display: block; }
  .home-banner-mobile {
    display: none; } }

.home-slideshow {
  position: relative;
  margin-top: 0;
  height: 400px; }
  .home-slideshow .wrap {
    position: relative;
    height: 400px; }

.page-template-page-homeprev .home-slideshow {
  height: 480px;
  margin-top: 102px; }
  .page-template-page-homeprev .home-slideshow .wrap {
    height: 480px;
    z-index: 2; }
  .page-template-page-homeprev .home-slideshow .background-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .page-template-page-homeprev .home-slideshow .background-images .slide {
      width: 100%;
      height: 480px;
      background-size: cover; }

@media screen and (min-width: 1600px) {
  .page-template-page-homeprev .home-slideshow {
    height: 570px; }
    .page-template-page-homeprev .home-slideshow .wrap {
      height: 570px; }
    .page-template-page-homeprev .home-slideshow .background-images .slide {
      height: 570px; } }

@media screen and (min-width: 1920px) {
  .page-template-page-homeprev .home-slideshow {
    height: 640px; }
    .page-template-page-homeprev .home-slideshow .wrap {
      height: 640px; }
    .page-template-page-homeprev .home-slideshow .background-images .slide {
      height: 640px; } }

/*----------------------------------------------------------------------------------*/
/*  Home > Project Nav
/*----------------------------------------------------------------------------------*/
.project-nav {
  display: none; }

/*----------------------------------------------------------------------------------*/
/*  Home > Companies
/*----------------------------------------------------------------------------------*/
.home-companies {
  background: #d9d8d8;
  box-shadow: inset 0px -80px 0 0px white; }
  .home-companies:after {
    content: "";
    display: table;
    clear: both; }
  .home-companies .wrap {
    position: relative;
    top: -40px; }
  .home-companies .logo {
    height: auto;
    display: block;
    margin-bottom: 15px; }
  .home-companies img {
    display: block;
    max-width: 100%; }
  .home-companies .company {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 19px;
    color: white;
    background: black; }
    .home-companies .company:after {
      content: "";
      display: table;
      clear: both; }
    .home-companies .company:after {
      content: "";
      display: table;
      clear: both; }
    .home-companies .company .image {
      height: 200px; }
    .home-companies .company li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .home-companies .company .content {
      padding: 35px;
      box-sizing: border-box; }

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

.center-link {
  color: #6e6e6e;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline; }

/*----------------------------------------------------------------------------------*/
/*  Home > Current Projects
/*----------------------------------------------------------------------------------*/
.current-projects.home-current-projects {
  background: #003161 url("../jpg/bg-home-current.jpg") no-repeat;
  background-size: cover;
  color: white;
  margin-top: 0; }
  .current-projects.home-current-projects a.center-link {
    color: white;
    margin-top: 30px; }
  .current-projects.home-current-projects .title {
    text-align: center;
    display: block;
    width: 100%;
    background: white; }
  .current-projects.home-current-projects h2 {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    text-transform: none; }

.home-projects:after {
  content: "";
  display: table;
  clear: both; }

.home-projects .project-item {
  float: left;
  width: 45%;
  margin: 0 5% 5% 0; }
  .home-projects .project-item:last-child {
    margin: 0; }

.home-projects img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  height: auto; }

/*----------------------------------------------------------------------------------*/
/*  Home > About
/*----------------------------------------------------------------------------------*/
.home-about {
  padding: 60px 0;
  font-size: 15px;
  line-height: 24px; }
  .home-about .column-left {
    margin-bottom: 30px; }
  .home-about .title {
    font-size: 27px;
    font-weight: 500;
    color: #11a0db;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 28px;
    text-align: center; }
    .home-about .title span {
      font-weight: 700; }
  .home-about .slogan {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center; }
  .home-about .headline {
    font-size: 18px;
    line-height: 24px;
    max-width: 850px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px; }
  .home-about p:last-child {
    margin-bottom: 0; }

/*----------------------------------------------------------------------------------*/
/*  Site Services
/*----------------------------------------------------------------------------------*/
.home .site-services,
.page-template-page-homeprev .site-services {
  padding: 165px 0 55px 0; }

.page-template-page-homefull .site-services,
.page-template-page-homefull2 .site-services,
.page-template-page-homefull3 .site-services,
.page-template-page-homefull4 .site-services {
  padding: 55px 0;
  z-index: 10; }
  .page-template-page-homefull .site-services ul,
  .page-template-page-homefull2 .site-services ul,
  .page-template-page-homefull3 .site-services ul,
  .page-template-page-homefull4 .site-services ul {
    display: block; }
  .page-template-page-homefull .site-services .button-wrap,
  .page-template-page-homefull2 .site-services .button-wrap,
  .page-template-page-homefull3 .site-services .button-wrap,
  .page-template-page-homefull4 .site-services .button-wrap {
    margin: auto;
    max-width: 1040px; }
    .page-template-page-homefull .site-services .button-wrap a,
    .page-template-page-homefull2 .site-services .button-wrap a,
    .page-template-page-homefull3 .site-services .button-wrap a,
    .page-template-page-homefull4 .site-services .button-wrap a {
      position: absolute;
      top: -50px;
      background: #11a0db;
      color: #fff;
      padding: 14px 22px;
      min-height: auto;
      font-size: 16px;
      border: 0; }
      .page-template-page-homefull .site-services .button-wrap a:hover,
      .page-template-page-homefull2 .site-services .button-wrap a:hover,
      .page-template-page-homefull3 .site-services .button-wrap a:hover,
      .page-template-page-homefull4 .site-services .button-wrap a:hover {
        background: #001f3e;
        border: 0; }

.page-template-page-homefull2 .site-services,
.page-template-page-homefull3 .site-services,
.page-template-page-homefull4 .site-services {
  text-align: center;
  position: relative;
  border-top: 3px solid #11a0db; }

@media screen and (max-width: 1099px) {
  .page-template-page-homefull .site-services,
  .page-template-page-homefull2 .site-services,
  .page-template-page-homefull3 .site-services,
  .page-template-page-homefull4 .site-services {
    display: none; } }

@media screen and (min-width: 334px) {
  .home .site-services,
  .page-template-page-homeprev .site-services {
    padding: 65px 0 35px 0; }
  .page-template-page-homefull .site-services,
  .page-template-page-homefull2 .site-services,
  .page-template-page-homefull3 .site-services,
  .page-template-page-homefull4 .site-services {
    padding: 20px 0 0 0; } }

@media screen and (min-width: 530px) {
  .home .site-services,
  .page-template-page-homeprev .site-services {
    padding: 65px 0 55px 0; } }

.site-services {
  background: #ededed;
  padding: 35px 0 15px 0; }
  .site-services ul {
    margin: 0;
    padding: 0; }
  .site-services li {
    float: left;
    list-style-type: none;
    margin: 0 0 2% 0;
    padding: 0;
    width: 100%;
    display: table;
    min-height: 67px; }
  .site-services a {
    display: block;
    text-align: center;
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
    min-height: 67px;
    display: table-cell;
    vertical-align: middle; }

@media screen and (max-width: 1024px) {
  .site-services .tooltip {
    display: none !important; } }

/*----------------------------------------------------------------------------------*/
/*  Services
/*----------------------------------------------------------------------------------*/
.page-template-page-services .site-main .entry-content {
  max-width: 740px;
  margin: auto; }

.page-template-page-services .site-services {
  margin-top: 30px; }

.services-expanded:after {
  content: "";
  display: table;
  clear: both; }

.services-expanded .service {
  display: none; }
  .services-expanded .service.active {
    display: block; }

.services-expanded .col {
  padding: 50px 30px;
  box-sizing: border-box; }

.services-expanded .col-content {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px; }

.services-expanded .col-image {
  background-color: #001f3e;
  background-size: cover;
  background-position: center center; }

.wrap.services-wrap {
  max-width: 780px;
  margin: auto;
  margin-bottom: 20px; }

.wrap.service-button-wrap {
  max-width: 780px;
  margin: auto;
  margin-bottom: 60px; }
  .wrap.service-button-wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap.service-button-wrap a {
    color: #11a0db;
    text-decoration: none;
    background: #f7f5f5;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 7px 0; }
    .wrap.service-button-wrap a:hover {
      background: #e0d9d9; }

.single-service {
  margin-top: -130px;
  margin-bottom: 40px; }
  .single-service .service-left {
    margin-bottom: 20px; }
    .single-service .service-left h1 {
      text-transform: uppercase;
      color: #11a0db;
      font-weight: 700;
      font-size: 26px;
      line-height: 34px; }
  .single-service .service-right img {
    width: 100%;
    height: auto; }

.service-quote {
  background: #ededed;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
  padding: 50px 0; }
  .service-quote p {
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px; }
  .service-quote .author {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }

/*----------------------------------------------------------------------------------*/
/*  About
/*----------------------------------------------------------------------------------*/
.page-template-page-about .site-main .entry-content {
  max-width: 740px;
  margin: auto; }

.page-template-page-about .site-footer {
  background: white; }

.about-quote {
  font-size: 20px;
  font-style: italic;
  line-height: 33px;
  margin-bottom: 40px;
  text-align: center;
  max-width: 740px;
  margin: auto; }

.team-members {
  margin-top: 50px;
  margin-bottom: 40px; }
  .team-members:after {
    content: "";
    display: table;
    clear: both; }
  .team-members .wrap {
    max-width: 770px;
    margin: auto; }
  .team-members .image img {
    max-width: 100%;
    height: auto;
    display: block; }
  .team-members .image {
    margin-bottom: 10px; }
  .team-members h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px; }
  .team-members .title {
    font-size: 12px;
    line-height: 20px; }
  .team-members .row {
    margin-bottom: 20px; }
    .team-members .row:after {
      content: "";
      display: table;
      clear: both; }
    .team-members .row .col {
      float: left;
      width: 48%;
      margin: 0 3% 2% 0; }
      .team-members .row .col:last-child {
        margin-right: 0; }
    .team-members .row.col-3 .col:nth-child(2) {
      margin-right: 0; }
    .team-members .row.col-4 .col:nth-child(2n) {
      margin-right: 0; }
    .team-members .row.col-4 h2 {
      font-size: 15px;
      line-height: 25px; }
    .team-members .row.col-4 .title {
      font-size: 14px;
      line-height: 21px; }

.home-portfolio-grid,
.portfolio-grid {
  color: white;
  background: #ededed;
  margin-top: 60px; }
  .home-portfolio-grid:after,
  .portfolio-grid:after {
    content: "";
    display: table;
    clear: both; }
  .home-portfolio-grid .wrap:after,
  .portfolio-grid .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .home-portfolio-grid .button,
  .portfolio-grid .button {
    float: left; }
  .home-portfolio-grid img,
  .portfolio-grid img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: auto;
    padding: 30px 0; }
  .home-portfolio-grid a:hover,
  .portfolio-grid a:hover {
    opacity: 0.7; }
  .home-portfolio-grid .close-project,
  .portfolio-grid .close-project {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    float: right; }
  .home-portfolio-grid .row,
  .portfolio-grid .row {
    background: #ededed; }
    .home-portfolio-grid .row:after,
    .portfolio-grid .row:after {
      content: "";
      display: table;
      clear: both; }
  .home-portfolio-grid .grid-item,
  .portfolio-grid .grid-item {
    float: left;
    width: 50%;
    height: 100px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px; }
    .home-portfolio-grid .grid-item.vcm img,
    .portfolio-grid .grid-item.vcm img {
      max-width: 70%; }
    .home-portfolio-grid .grid-item.sfcs img,
    .portfolio-grid .grid-item.sfcs img {
      max-width: 70%; }
    .home-portfolio-grid .grid-item.choice img,
    .portfolio-grid .grid-item.choice img {
      max-width: 85%; }
    .home-portfolio-grid .grid-item.btp img,
    .portfolio-grid .grid-item.btp img {
      max-width: 70%; }
    .home-portfolio-grid .grid-item.mtv img,
    .portfolio-grid .grid-item.mtv img {
      max-width: 70%; }
    .home-portfolio-grid .grid-item.sefran img,
    .portfolio-grid .grid-item.sefran img {
      max-width: 70%; }
    .home-portfolio-grid .grid-item.gna img,
    .portfolio-grid .grid-item.gna img {
      max-width: 58%; }
  .home-portfolio-grid .item-expand,
  .portfolio-grid .item-expand {
    color: white; }
  .home-portfolio-grid .close-project,
  .portfolio-grid .close-project {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    float: right;
    color: white; }
  .home-portfolio-grid .item-expand,
  .portfolio-grid .item-expand {
    display: none;
    padding: 30px;
    box-sizing: border-box;
    clear: both; }
    .home-portfolio-grid .item-expand:after,
    .portfolio-grid .item-expand:after {
      content: "";
      display: table;
      clear: both; }
  .home-portfolio-grid .expanded,
  .portfolio-grid .expanded {
    background: #4c4d4f; }

.home-portfolio-grid {
  margin-top: 0; }
  .home-portfolio-grid .grid-item {
    cursor: default; }

.col-residential .two-col-wrap {
  clear: both;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }

/*----------------------------------------------------------------------------------*/
/*  Contact
/*----------------------------------------------------------------------------------*/
.page-template-page-contact .site-main .entry-content {
  max-width: 740px;
  margin: auto;
  text-align: center; }

body .hbspt-form label {
  font-family: 'Ubuntu', sans-serif; }

body .hbspt-form input.hs-input, body .hbspt-form textarea.hs-input, body .hbspt-form select.hs-input {
  border-radius: 0;
  box-shadow: none;
  font-family: 'Ubuntu', sans-serif;
  padding: 8px 11px; }

body .hbspt-form textarea.hs-input {
  min-height: 130px; }

body .hbspt-form .hs-form fieldset.form-columns-1 textarea.hs-input {
  width: 100%; }

body .hbspt-form .hs_submit .actions {
  margin-top: 0;
  padding-top: 0; }

body .hbspt-form .hs-button {
  background: #11a0db;
  border-radius: 0;
  padding: 15px 40px;
  text-shadow: none;
  box-shadow: none;
  border: 0;
  font-family: 'Ubuntu', sans-serif;
  outline: none; }
  body .hbspt-form .hs-button:hover, body .hbspt-form .hs-button:focus, body .hbspt-form .hs-button:active {
    border: 0;
    background: #001f3e;
    outline: none;
    text-shadow: none;
    box-shadow: none; }

body .hbspt-form .hs-button:hover:not(.inactive),
body .hbspt-form .hs-button:focus:not(.inactive),
body .hbspt-form .hs-button.hovered:not(.inactive) {
  box-shadow: none;
  border: 0; }

body .hbspt-form .hs-button:active:not(.inactive):not(.link),
body .hbspt-form .hs-button.depressed:not(.inactive):not(.link),
body .hbspt-form .dropdown-open > .hs-form .hs-button:not(.inactive):not(.link) {
  border: 0;
  background: #001f3e;
  outline: none;
  text-shadow: none;
  box-shadow: none; }

body .hbspt-form .hs-error-msgs {
  padding: 0;
  margin-top: 5px;
  color: red; }

/*----------------------------------------------------------------------------------*/
/*  Portfolio
/*----------------------------------------------------------------------------------*/
.page-template-page-portfolio .site-main .entry-content {
  max-width: 740px;
  margin: auto;
  text-align: center; }

.current-projects,
.past-projects,
.additional-past-projects {
  padding: 50px 0; }
  .current-projects h2,
  .past-projects h2,
  .additional-past-projects h2 {
    text-align: center; }

.current-projects-wrap:after {
  content: "";
  display: table;
  clear: both; }

.current-projects-wrap .project-item {
  float: left;
  /*width: 48.5%;*/
  width: 30.5%;
  margin-right: 3%; }
  .current-projects-wrap .project-item img {
    width: 100%;
    height: auto;
    display: block;
    /*margin-bottom: 0;*/
    margin-bottom: 5px; }
  .current-projects-wrap .project-item h3 {
    text-transform: none;
    font-size: 14px;
    /* margin-bottom: 0;*/
    margin-bottom: 5px; }
  .current-projects-wrap .project-item:last-child {
    margin-right: 0; }
  .current-projects-wrap .project-item .pro-details {
    background: white;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.current-projects-wrap .top-row {
  margin: auto;
  margin-bottom: 30px;
  max-width: 700px; }
  .current-projects-wrap .top-row:after {
    content: "";
    display: table;
    clear: both; }
  .current-projects-wrap .top-row img {
    max-width: 100%; }
  .current-projects-wrap .top-row h3 {
    text-transform: none;
    /*font-size: 16px;*/
    font-size: 14px;
    /*margin-bottom: 0;*/
    margin-bottom: 5px; }
  .current-projects-wrap .top-row .label {
    font-size: 14px; }

.current-projects-wrap .second-row {
  /*max-width: 580px;*/
  max-width: 690px;
  margin: auto;
  line-height: 21px;
  margin-bottom: 30px; }
  .current-projects-wrap .second-row:after {
    content: "";
    display: table;
    clear: both; }

.construction-management {
  background: #f3f3f3;
  padding: 40px 0; }
  .construction-management h2 {
    display: block;
    text-align: center; }
  .construction-management .single-item {
    margin-bottom: 30px; }
  .construction-management p {
    margin: 0; }
  .construction-management img {
    display: block;
    margin: 0;
    max-width: 100%; }
  .construction-management .title {
    font-weight: 600; }
  .construction-management .details {
    background: #fff;
    padding: 15px; }

.current-projects-wrap.current-projects-wrap-dec-2016 .top-row, .current-projects-wrap.current-projects-wrap-dec-2016 .second-row {
  max-width: 980px; }

.current-projects-wrap.current-projects-wrap-dec-2016 .pro-details:after {
  content: "";
  display: table;
  clear: both; }

.current-projects-wrap.current-projects-wrap-dec-2016 .view-project {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  padding-right: 15px; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .view-project:hover {
    opacity: 0.6; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .view-project:after {
    content: ' ';
    position: absolute;
    background: url(../svg/arrow.svg) no-repeat;
    width: 8px;
    height: 12px;
    right: 0;
    top: 3px;
    display: block; }

.current-projects-wrap.current-projects-wrap-dec-2016 h3 {
  font-size: 22px; }

.current-projects-wrap.current-projects-wrap-dec-2016 .project-item {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 0; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .project-item:nth-child(2n) {
    margin-right: 0; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .project-item img {
    margin-bottom: 0;
    display: block; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .project-item .pro-details {
    padding: 20px;
    line-height: 19px; }

.coming-soon {
  background: #fff;
  padding: 20px;
  text-align: center;
  color: #14a3cc;
  font-weight: 600;
  font-size: 16px; }

.brand-logos-wrap {
  margin-top: 30px; }

.brand-logos {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block; }

.current-projects {
  background: #ededed;
  position: relative;
  font-size: 12px;
  margin-top: 40px; }
  .current-projects .title {
    background: #ededed;
    padding: 4px 10px;
    box-sizing: border-box;
    font-weight: 500; }
  .current-projects a:hover img {
    opacity: 0.7; }

.single-project .current-projects {
  background: #ededed; }
  .single-project .current-projects .title {
    background: white;
    padding: 4px 10px;
    box-sizing: border-box;
    font-weight: 500; }

.past-projects:after,
.additional-past-projects:after {
  content: "";
  display: table;
  clear: both; }

.past-projects .col,
.additional-past-projects .col {
  margin-bottom: 30px; }

.past-projects a:hover img,
.additional-past-projects a:hover img {
  opacity: 0.7; }

.past-projects img,
.additional-past-projects img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.info {
  padding: 10px;
  background: #ededed;
  max-width: 220px;
  line-height: 19px;
  margin: auto;
  margin-bottom: 30px; }
  .info h3 {
    margin: 0; }
  .info .label {
    font-size: 12px; }
  .info .cat {
    font-size: 12px;
    font-style: italic; }

.additional-past-projects {
  font-size: 12px;
  line-height: 20px;
  background: #ededed; }
  .additional-past-projects ul {
    margin: 0 0 10px 0;
    padding: 0; }
    .additional-past-projects ul li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
  .additional-past-projects .title {
    text-transform: uppercase;
    font-weight: 500; }

#past-projects h3 {
  text-align: center;
  margin-top: -20px; }

#past-projects .project-item h3 {
  text-align: left;
  margin-top: 0px; }

/*----------------------------------------------------------------------------------*/
/*  Portfolio > Single
/*----------------------------------------------------------------------------------*/
.sub-title {
  text-align: center;
  margin-bottom: 20px; }

.single-project .site-main .entry-content {
  max-width: 740px;
  margin: auto;
  text-align: center; }
  .single-project .site-main .entry-content ul {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left; }
    .single-project .site-main .entry-content ul li {
      margin: 0 0 2px 0;
      padding: 0; }
    .single-project .site-main .entry-content ul ul {
      margin-left: 30px;
      font-size: 14px; }

.asking-price {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px; }

.project-nav-buttons {
  text-align: center;
  @incldue clearfix;
  width: 100%;
  margin-bottom: 20px; }
  .project-nav-buttons ul {
    margin: 0;
    padding: 0;
    @incldue clearfix; }
    .project-nav-buttons ul li {
      list-style-type: none;
      margin: 0 0 10px 0;
      padding: 0;
      display: inline-block; }
      .project-nav-buttons ul li:last-child {
        margin-left: 10px; }
  .project-nav-buttons a {
    display: block;
    background: #ededed;
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 40px;
    padding: 5px 20px; }
    .project-nav-buttons a:hover {
      background: #d4d3d3; }
    .project-nav-buttons a.download {
      background: #11a0db;
      color: white; }
      .project-nav-buttons a.download:hover {
        background: #001f3e; }

.project-contact {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0; }
  .project-contact:after {
    content: "";
    display: table;
    clear: both; }
  .project-contact li {
    margin: 0 0 4px 0;
    padding: 0;
    list-style-type: none; }

.project-sold,
.project-alert {
  text-align: center; }
  .project-sold span,
  .project-alert span {
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    background: #eeeac8;
    color: #bfb45b;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 40px;
    padding: 5px 20px; }

.project-logo img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  max-width: 150px;
  height: auto; }

.owl-controls {
  top: 50%;
  position: absolute;
  z-index: 20;
  width: 100%; }

.owl-prev,
.owl-next {
  color: white;
  width: 45px;
  height: 45px;
  display: block;
  background: #b1b1b1 url(../png/arrows.png) no-repeat;
  text-align: center;
  cursor: pointer;
  line-height: 40px;
  text-indent: -999999px; }
  .owl-prev:hover,
  .owl-next:hover {
    opacity: 0.7; }

.owl-prev {
  float: left; }

.owl-next {
  float: right;
  background-position: -45px 0; }

/*----------------------------------------------------------------------------------*/
/*  New Development
/*----------------------------------------------------------------------------------*/
.page-template-page-newDevelopment .site-main .entry-content {
  max-width: 740px;
  margin: auto; }

.page-template-page-newDevelopment .site-footer,
.page-template-page-portfolio_pendingapproval .site-footer {
  background: white; }

/*----------------------------------------------------------------------------------*/
/*  Contact
/*----------------------------------------------------------------------------------*/
.contact-info {
  text-align: center;
  margin-bottom: 40px; }
  .contact-info a {
    display: inline-block;
    background: #ededed;
    color: #11a0db;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 40px;
    padding: 5px 20px; }
    .contact-info a:hover {
      background: #d4d3d3;
      color: #001f3e; }
    .contact-info a strong {
      color: #6e6e6e; }

.contact-row {
  background: #003161; }
  .contact-row:after {
    content: "";
    display: table;
    clear: both; }
  .contact-row .col {
    padding: 50px 30px;
    box-sizing: border-box; }
  .contact-row .col-form {
    background: #ededed; }
    .contact-row .col-form .gform_wrapper {
      max-width: 400px;
      margin: auto; }
  .contact-row .col-address {
    background: #003161;
    color: white;
    font-size: 14px;
    line-height: 20px; }
    .contact-row .col-address a {
      color: white; }
    .contact-row .col-address ul {
      margin: 0 0 20px 0;
      padding: 0; }
      .contact-row .col-address ul:last-child {
        margin: 0; }
      .contact-row .col-address ul li {
        margin: 0 0 2px 0;
        padding: 0;
        list-style-type: none; }

.macken-logo {
  display: block;
  width: 238px;
  height: auto;
  margin-bottom: 30px; }

.page-template-page-contact .site-footer {
  background: white; }

/*----------------------------------------------------------------------------------*/
/*  Press
/*----------------------------------------------------------------------------------*/
.recent-articles {
  margin-top: 30px; }
  .recent-articles:after {
    content: "";
    display: table;
    clear: both; }
  .recent-articles .article {
    margin-bottom: 30px;
    position: relative;
    height: 325px;
    background-color: #000000;
    background-size: cover;
    background-position: center center; }
  .recent-articles .article-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2; }
  .recent-articles .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .recent-articles .date {
    font-size: 12px;
    color: white;
    z-index: 2; }
  .recent-articles h1 {
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 10px;
    max-width: 197px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    z-index: 2; }
  .recent-articles .press-logo {
    position: absolute;
    top: 10px;
    right: 20px;
    max-width: 100px;
    height: auto;
    z-index: 2; }
    .recent-articles .press-logo img {
      max-width: 100px;
      height: auto;
      background: white;
      padding: 5px; }
  .recent-articles .button {
    font-size: 11px;
    background: #11a0db;
    color: white;
    padding: 2px 6px; }
    .recent-articles .button:hover {
      background: #001f3e;
      border: 1px solid #001f3e; }

.paging-navigation {
  margin: 30px 0;
  clear: both; }
  .paging-navigation:after {
    content: "";
    display: table;
    clear: both; }
  .paging-navigation a {
    color: white; }
  .paging-navigation .nav-previous {
    float: left; }
  .paging-navigation .nav-next {
    float: right; }

/*----------------------------------------------------------------------------------*/
/*  Newsletter
/*----------------------------------------------------------------------------------*/
.newsletter {
  background: #11a0db;
  padding: 40px 0;
  color: white;
  text-align: center; }
  .newsletter .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .newsletter #mc_embed_signup #mce-success-response {
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%; }
  .newsletter #mc_embed_signup #mc-embedded-subscribe-form #mce-error-response {
    text-align: center;
    width: 100%; }
  .newsletter #mc_embed_signup #mc-embedded-subscribe-form #mce-error-response a {
    color: white;
    text-decoration: underline; }
  .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
    clear: none;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    min-height: auto;
    text-align: center; }
    .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group div.mce_inline_error {
      display: block;
      max-width: 200px;
      margin: auto;
      margin-top: 10px; }
    .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="email"] {
      border: 0;
      background: white;
      color: black;
      padding: 15px 25px;
      max-width: 100%;
      border-radius: 0;
      outline: none;
      font-weight: 600;
      font-size: 18px;
      display: inline-block;
      box-sizing: border-box;
      margin: 0;
      text-indent: 0;
      clear: none;
      height: auto;
      line-height: 28px;
      margin-bottom: 20px; }
      .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="email"].mce_inline_error {
        padding: 13px 25px;
        border: 1px solid red; }
      .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="email"]::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: black;
        opacity: 1;
        /* Firefox */ }
      .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="email"]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: black; }
      .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="email"]::-ms-input-placeholder {
        /* Microsoft Edge */
        color: black; }
    .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="submit"] {
      background: #003160;
      color: white;
      text-align: center;
      padding: 15px 40px;
      text-transform: none;
      border: 0;
      font-weight: 600;
      border-radius: 0;
      outline: none;
      display: inline-block;
      margin: 0;
      text-indent: 0;
      font-size: 18px;
      clear: none;
      height: auto;
      line-height: 28px;
      display: block;
      width: 100%; }
      .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="submit"]:hover {
        background: #00172d; }

/*----------------------------------------------------------------------------------*/
/*  Site Footer
/*----------------------------------------------------------------------------------*/
.single-project .site-footer {
  background: white; }

.home .site-footer,
.page-template-page-homeprev .site-footer,
.page-template-page-homefull .site-footer,
.page-template-page-homefull2 .site-footer,
.page-template-page-homefull3 .site-footer,
.page-template-page-homefull4 .site-footer {
  background: white; }

.site-footer {
  background: #ededed;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  width: 100%; }
  .site-footer .footer-navigation {
    text-align: center; }
    .site-footer .footer-navigation:after {
      content: "";
      display: table;
      clear: both; }
    .site-footer .footer-navigation ul {
      margin: 0;
      padding: 0; }
    .site-footer .footer-navigation li {
      margin: 0 0 3px 0;
      padding: 0;
      list-style-type: none; }
      .site-footer .footer-navigation li:first-child {
        margin: 0; }
    .site-footer .footer-navigation a {
      color: #11a0db;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      display: block; }
      .site-footer .footer-navigation a:hover {
        color: #001f3e; }
  .site-footer .site-copyright {
    font-size: 11px;
    text-align: center; }

/*----------------------------------------------------------------------------------*/
/*  Forms
/*----------------------------------------------------------------------------------*/
body .gform_wrapper {
  max-width: 100%;
  /* ------ Submit ------ */
  /* ------ Form Errors ------ */ }
  body .gform_wrapper .top_label li.gfield.gf_left_third input.medium,
  body .gform_wrapper .top_label li.gfield.gf_left_third input.large,
  body .gform_wrapper .top_label li.gfield.gf_left_third select.medium,
  body .gform_wrapper .top_label li.gfield.gf_left_third select.large,
  body .gform_wrapper .top_label li.gfield.gf_middle_third input.medium,
  body .gform_wrapper .top_label li.gfield.gf_middle_third input.large,
  body .gform_wrapper .top_label li.gfield.gf_middle_third select.medium,
  body .gform_wrapper .top_label li.gfield.gf_middle_third select.large,
  body .gform_wrapper .top_label li.gfield.gf_right_third input.medium,
  body .gform_wrapper .top_label li.gfield.gf_right_third input.large,
  body .gform_wrapper .top_label li.gfield.gf_right_third select.medium,
  body .gform_wrapper .top_label li.gfield.gf_right_third select.large {
    width: 100%; }
  body .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
  body .gform_wrapper .top_label li.gfield.gf_left_half input.large,
  body .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
  body .gform_wrapper .top_label li.gfield.gf_left_half select.large,
  body .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
  body .gform_wrapper .top_label li.gfield.gf_right_half input.large,
  body .gform_wrapper .top_label li.gfield.gf_right_half select.medium,
  body .gform_wrapper .top_label li.gfield.gf_right_half select.large {
    width: 100%; }
  body .gform_wrapper .top_label input.large,
  body .gform_wrapper .top_label select.large,
  body .gform_wrapper .top_label textarea.textarea.large,
  body .gform_wrapper .hidden_label input.large,
  body .gform_wrapper .hidden_label select.large,
  body .gform_wrapper .hidden_label textarea.textarea.large,
  body .gform_wrapper .top_label input.medium,
  body .gform_wrapper .top_label select.medium {
    width: 100%; }
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
  body .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
  body .gform_wrapper .ginput_complex input[type=email],
  body .gform_wrapper .ginput_complex input[type=number],
  body .gform_wrapper .ginput_complex input[type=password],
  body .gform_wrapper .ginput_complex input[type=tel],
  body .gform_wrapper .ginput_complex input[type=text],
  body .gform_wrapper .ginput_complex input[type=url] {
    width: 100%; }
  body .gform_wrapper .top_label input.large,
  body .gform_wrapper .top_label select.large,
  body .gform_wrapper .top_label textarea.textarea,
  body .gform_wrapper .hidden_label input.large,
  body .gform_wrapper .hidden_label select.large,
  body .gform_wrapper .hidden_label textarea.textarea {
    width: 100%; }
  body .gform_wrapper .top_label .hide_label .gfield_label,
  body .gform_wrapper .top_label .hide_label label {
    display: none; }
  body .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  body .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
  body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
  body .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: none; }
  body .gform_wrapper li.hidden_label input {
    margin-top: 0; }
  body .gform_wrapper input[type=text],
  body .gform_wrapper input[type=url],
  body .gform_wrapper input[type=email],
  body .gform_wrapper input[type=tel],
  body .gform_wrapper input[type=number],
  body .gform_wrapper input[type=password],
  body .gform_wrapper textarea.textarea,
  body .gform_wrapper select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    border-radius: 0;
    border: 1px solid #969696;
    color: #838383;
    background: #efefef;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border 300ms;
    -moz-transition: border 300ms;
    -ms-transition: border 300ms;
    -o-transition: border 300ms;
    transition: border 300ms;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    text-transform: none; }
    body .gform_wrapper input[type=text]:hover, body .gform_wrapper input[type=text]:focus,
    body .gform_wrapper input[type=url]:hover,
    body .gform_wrapper input[type=url]:focus,
    body .gform_wrapper input[type=email]:hover,
    body .gform_wrapper input[type=email]:focus,
    body .gform_wrapper input[type=tel]:hover,
    body .gform_wrapper input[type=tel]:focus,
    body .gform_wrapper input[type=number]:hover,
    body .gform_wrapper input[type=number]:focus,
    body .gform_wrapper input[type=password]:hover,
    body .gform_wrapper input[type=password]:focus,
    body .gform_wrapper textarea.textarea:hover,
    body .gform_wrapper textarea.textarea:focus,
    body .gform_wrapper select:hover,
    body .gform_wrapper select:focus {
      border: 1px solid #aeadad; }

@-moz-document url-prefix() {
  body .gform_wrapper select {
    overflow: hidden;
    width: 120%; } }
  body .gform_wrapper select::-ms-expand {
    display: none; }
  body .gform_wrapper .gfield label.gfield_label + div.ginput_container {
    margin-top: 0; }
  body .gform_wrapper textarea.large {
    height: 180px; }
  body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0; }
    body .gform_wrapper .gform_footer input.button,
    body .gform_wrapper .gform_footer input[type=submit] {
      display: inline-block;
      background: transparent;
      border: 1px solid #11a0db;
      border-radius: 0;
      color: #11a0db;
      text-decoration: none;
      text-align: center;
      font-size: 16px;
      line-height: 28px;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 4px 40px;
      -webkit-transition: background 300ms;
      -moz-transition: background 300ms;
      -ms-transition: background 300ms;
      -o-transition: background 300ms;
      transition: background 300ms;
      -webkit-transition: border 300ms;
      -moz-transition: border 300ms;
      -ms-transition: border 300ms;
      -o-transition: border 300ms;
      transition: border 300ms;
      -webkit-transition: color 150ms;
      -moz-transition: color 150ms;
      -ms-transition: color 150ms;
      -o-transition: color 150ms;
      transition: color 150ms; }
      body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button.active,
      body .gform_wrapper .gform_footer input[type=submit]:hover,
      body .gform_wrapper .gform_footer input[type=submit].active {
        background: #11a0db;
        color: white; }
  body .gform_wrapper div.validation_error {
    color: #e71e1e;
    background: pink;
    font-size: 16px;
    line-height: 28px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e71e1e;
    text-align: center;
    font-weight: 400; }
  body .gform_wrapper .validation_message {
    color: #e71e1e;
    font-weight: normal;
    font-size: 12px; }
  body .gform_wrapper li.gfield_error input[type=text],
  body .gform_wrapper li.gfield_error input[type=url],
  body .gform_wrapper li.gfield_error input[type=email],
  body .gform_wrapper li.gfield_error input[type=tel],
  body .gform_wrapper li.gfield_error input[type=number],
  body .gform_wrapper li.gfield_error input[type=password],
  body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #e71e1e; }
  body .gform_wrapper .ginput_container + .gfield_description.validation_message {
    margin: 0;
    padding: 0; }
  body .gform_wrapper .top_label .gfield_description.validation_message,
  body .gform_wrapper .gfield_description.validation_message {
    padding: 0 !important;
    margin-bottom: 10px; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0; }
  body .gform_wrapper .top_label li.gfield.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    margin: 0; }
  body .gform_wrapper .top_label li.gfield.gf_left_half {
    margin-right: 19px; }
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    padding-left: 0 !important; }
  body .gform_wrapper li.gfield.gfield_error,
  body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border-top: 0;
    border-bottom: 0; }
  body .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%; }
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 49%; }
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    margin-right: auto; }
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 32%; }
  body .gform_wrapper .gform_ajax_spinner {
    position: absolute; }

@media all and (max-width: 500px) {
  body .gform_wrapper .top_label li.gfield.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gf_right_half,
  body .gform_wrapper .top_label li.gfield.gf_left_third,
  body .gform_wrapper .top_label li.gfield.gf_middle_third,
  body .gform_wrapper .top_label li.gfield.gf_right_third {
    float: none;
    clear: both !important;
    width: 100%; }
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,
  body .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
    width: 100%; }
  body .gform_wrapper .top_label li.gfield.gf_middle_third {
    float: none;
    margin-left: 0 !important;
    clear: both !important; } }

body .gf_browser_ie.gform_wrapper .gform_footer input.button {
  padding: 10px 35px; }

#gform_wrapper_3.gform_wrapper textarea.large {
  height: 120px; }

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

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

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

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

.owl-carousel .owl-controls {
  text-align: center; }

.owl-carousel .owl-controls .owl-dots {
  display: inline-block; }

.owl-carousel .owl-controls .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  float: left;
  margin: 0 0 0 5px;
  display: inline-block; }
  .owl-carousel .owl-controls .owl-dot:first-child {
    margin: 0; }
  .owl-carousel .owl-controls .owl-dot:hover {
    background: rgba(0, 0, 0, 0.6); }
  .owl-carousel .owl-controls .owl-dot.active {
    background: #11a0db; }

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

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

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

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

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-style: preserve-3d; }

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

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

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

.owl-carousel.owl-rtl .owl-item {
  float: right; }

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

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

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

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*----------------------------------------------------------------------------------

  Grid
 
----------------------------------------------------------------------------------*/
#page {
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden; }

.row,
.wrap {
  clear: both; }
  .row:after,
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.wrap {
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.column-10,
.column-15,
.column-20,
.column-25,
.column-30,
.column-33,
.column-35,
.column-40,
.column-45,
.column-50,
.column-55,
.column-60,
.column-65,
.column-70,
.column-75,
.column-80,
.column-85,
.column-90,
.column-95,
.column-100 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 720px) {
  .column-10,
  .column-15,
  .column-20,
  .column-25,
  .column-30,
  .column-33,
  .column-35,
  .column-40,
  .column-45,
  .column-50,
  .column-55,
  .column-60,
  .column-65,
  .column-70,
  .column-75,
  .column-80,
  .column-85,
  .column-90,
  .column-95,
  .column-100 {
    float: left; }
  .column-10 {
    width: 10%; }
  .column-15 {
    width: 15%; }
  .column-20 {
    width: 20%; }
  .column-25 {
    width: 25%; }
  .column-30 {
    width: 30%; }
  .column-33 {
    width: 33%; }
  .column-35 {
    width: 35%; }
  .column-40 {
    width: 40%; }
  .column-45 {
    width: 45%; }
  .column-50 {
    width: 50%; }
  .column-55 {
    width: 55%; }
  .column-60 {
    width: 60%; }
  .column-65 {
    width: 40%; }
  .column-70 {
    width: 70%; }
  .column-75 {
    width: 40%; }
  .column-80 {
    width: 80%; }
  .column-85 {
    width: 85%; }
  .column-90 {
    width: 90%; }
  .column-95 {
    width: 95%; }
  .column-100 {
    width: 100%; } }

@media screen and (min-width: 1024px) {
  .wrap {
    margin: auto;
    max-width: 1040px; } }

@media screen and (min-width: 720px) {
  /*----------------------------------------------------------------------------------

  Layout > 720

----------------------------------------------------------------------------------*/
  #page {
    margin-bottom: 128px; }
  /*----------------------------------------------------------------------------------*/
  /*  Site Header
/*----------------------------------------------------------------------------------*/
  .admin-bar .site-header {
    top: 30px; }
  .site-header {
    height: 104px;
    padding: 0; }
    .site-header .phone {
      padding: 38px 10px;
      font-size: 16px;
      display: block; }
    .site-header .phone-mobile {
      display: none; }
  /*----------------------------------------------------------------------------------*/
  /*  Site Title
/*----------------------------------------------------------------------------------*/
  .site-title {
    width: 297px;
    height: 80px;
    background: url(../png/logo.png) no-repeat;
    background-size: 297px 80px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .site-title a {
      height: 80px; }
  /*----------------------------------------------------------------------------------*/
  /*  Main Menu
/*----------------------------------------------------------------------------------*/
  .main-navigation {
    display: none !important; }
  /*----------------------------------------------------------------------------------*/
  /*  Mobile Menu
/*----------------------------------------------------------------------------------*/
  .hamburger {
    left: 30px;
    top: 36px; }
  .mobile-menu {
    top: 104px; }
  /*----------------------------------------------------------------------------------*/
  /*  Home > Quote
/*----------------------------------------------------------------------------------*/
  .home-quote {
    width: 54%;
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    bottom: -40px;
    top: auto;
    left: 25px; }
    .home-quote strong {
      font-size: 27px;
      margin-bottom: 9px; }
  /*----------------------------------------------------------------------------------*/
  /*  Home > Slideshow
/*----------------------------------------------------------------------------------*/
  .home-projects:after {
    content: "";
    display: table;
    clear: both; }
  .home-projects .project-item {
    float: left;
    width: 17.6%;
    margin: 0 3% 0 0; }
    .home-projects .project-item:last-child {
      margin: 0; }
  /*----------------------------------------------------------------------------------*/
  /*  Home > Companies
/*----------------------------------------------------------------------------------*/
  .home-companies .company:nth-child(even) {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse; }
  .home-companies .company li {
    width: 50%;
    float: left; }
  /*----------------------------------------------------------------------------------*/
  /*  Home > About
/*----------------------------------------------------------------------------------*/
  .home-about .column-left,
  .home-about .column-right {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0; }
  .home-about .column-right {
    margin-right: 0; }
  /*----------------------------------------------------------------------------------*/
  /*  Home > Companies
/*----------------------------------------------------------------------------------*/
  .home-companies .company .image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 332px; }
    .home-companies .company .image img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%; }
  /*----------------------------------------------------------------------------------*/
  /*  Site Services
/*----------------------------------------------------------------------------------*/
  .home .site-services,
  .page-template-page-homeprev .site-services {
    padding: 75px 0 25px 0; }
  .page-template-page-homefull .site-services,
  .page-template-page-homefull2 .site-services,
  .page-template-page-homefull3 .site-services,
  .page-template-page-homefull4 .site-services {
    padding: 25px 0 0 0; }
    .page-template-page-homefull .site-services ul,
    .page-template-page-homefull2 .site-services ul,
    .page-template-page-homefull3 .site-services ul,
    .page-template-page-homefull4 .site-services ul {
      display: block; }
  .site-services li {
    float: left;
    margin: 0 2% 2% 0;
    width: 23%;
    display: table;
    min-height: 67px; }
    .site-services li:nth-child(4n) {
      margin: 0 0 2% 0; }
  /*----------------------------------------------------------------------------------*/
  /*  About
/*----------------------------------------------------------------------------------*/
  .page-template-page-about .site-main .entry-content .two-col:after {
    content: "";
    display: table;
    clear: both; }
  .page-template-page-about .site-main .entry-content .two-col .col-1 {
    float: left;
    width: 45%;
    margin-right: 5%; }
  .page-template-page-about .site-main .entry-content .two-col .col-2 {
    float: left;
    width: 45%; }
  .team-members .title {
    font-size: 15px;
    line-height: 28px; }
  .team-members h2 {
    font-size: 18px;
    line-height: 28px; }
  .team-members .row:after {
    content: "";
    display: table;
    clear: both; }
  .team-members .row.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .team-members .row.col-2 img {
      width: 100%; }
    .team-members .row.col-2 .col {
      width: 33.33%; }
  .team-members .row .col {
    float: left;
    width: 48%;
    margin: 0 4% 2% 0; }
    .team-members .row .col:last-child {
      margin-right: 0; }
    .team-members .row .col.alan {
      width: 45%; }
    .team-members .row .col.lilian-jodi {
      width: 51%; }
    .team-members .row .col.monte {
      width: 31%; }
    .team-members .row .col.andrew {
      width: 65%; }
  .team-members .row.col-3 .col {
    width: 30.6%; }
  .team-members .row.col-3 .col:nth-child(2) {
    margin-right: 4%; }
  .team-members .row.col-4 .col {
    width: 22%; }
  .team-members .row.col-4 .col:nth-child(2n) {
    margin-right: 4%; }
  .team-members .row.col-4 .col:nth-child(4n) {
    margin-right: 0; }
  .home-portfolio-grid,
  .portfolio-grid {
    margin-top: 30px; }
    .home-portfolio-grid .button,
    .portfolio-grid .button {
      float: left;
      color: white;
      border: 1px solid white; }
    .home-portfolio-grid .item-expand,
    .portfolio-grid .item-expand {
      color: white; }
    .home-portfolio-grid .close-project,
    .portfolio-grid .close-project {
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: underline;
      float: right;
      color: white; }
    .home-portfolio-grid .grid-item,
    .portfolio-grid .grid-item {
      width: 25%;
      margin-bottom: 0; }
      .home-portfolio-grid .grid-item img,
      .portfolio-grid .grid-item img {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0; }
  .home-portfolio-grid {
    margin-top: 0; }
  /*----------------------------------------------------------------------------------*/
  /*  Services
/*----------------------------------------------------------------------------------*/
  .services-expanded .col {
    width: 50%;
    float: left;
    padding: 50px 30px;
    box-sizing: border-box; }
  .services-expanded .col-content {
    margin-bottom: 0; }
    .services-expanded .col-content .inner-wrap {
      max-width: 510px;
      float: right; }
  .services-expanded .col-image {
    width: 50%;
    float: left;
    height: 460px; }
  .service-button-wrap a {
    margin-bottom: 15px;
    float: left;
    width: 48%;
    margin-right: 4%; }
    .service-button-wrap a:nth-child(2n) {
      margin-right: 0; }
  .single-service .service-left,
  .single-service .service-right {
    float: left;
    margin-bottom: 0; }
  .single-service {
    margin-top: -50px;
    margin-bottom: 80px; }
    .single-service .service-left {
      width: 46%;
      margin-right: 8%; }
    .single-service .service-right {
      width: 46%; }
  /*----------------------------------------------------------------------------------*/
  /*  Inner Site Hero
/*----------------------------------------------------------------------------------*/
  .inner-site-hero h1 {
    padding-top: 300px; }
  /*----------------------------------------------------------------------------------*/
  /*  Portfolio
/*----------------------------------------------------------------------------------*/
  .page-template-page-portfolio .site-main .entry-content {
    font-size: 17px;
    line-height: 30px; }
  .past-projects:after,
  .additional-past-projects:after {
    content: "";
    display: table;
    clear: both; }
  .past-projects img,
  .additional-past-projects img {
    margin: 0; }
  .past-projects .project-grid:after,
  .additional-past-projects .project-grid:after {
    content: "";
    display: table;
    clear: both; }
  .past-projects .project-grid .project-item,
  .additional-past-projects .project-grid .project-item {
    float: left;
    width: 22.7%;
    margin: 0 3% 1% 0; }
    .past-projects .project-grid .project-item:nth-child(4n),
    .additional-past-projects .project-grid .project-item:nth-child(4n) {
      margin-right: 0; }
  .past-projects .col,
  .additional-past-projects .col {
    float: left;
    width: 29.3%;
    margin: 0 6% 0 0; }
    .past-projects .col:last-child,
    .additional-past-projects .col:last-child {
      margin: 0; }
  .past-projects.new-development .project-grid .project-item {
    width: 16.7%; }
    .past-projects.new-development .project-grid .project-item:last-child {
      margin: 0; }
    .past-projects.new-development .project-grid .project-item .info {
      min-height: 80px; }
  .past-projects.new-development .project-grid .project-item:nth-child(4n) {
    margin: 0 3% 1% 0; }
  .new-development iframe {
    height: 145px; }
  .info {
    margin: 0 0 30px 0; }
  .project-nav-buttons ul li {
    margin: 0 0 10px 0; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .project-item {
    /*
		width: 48.4%;
		margin-right: 3%;
		margin-bottom: 0;

		&:nth-child(2n) {
			margin-right: 0;
		}
		*/
    width: 48.4%;
    margin: auto;
    float: none; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .top-row .pro-details {
    position: relative; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .top-row .project-item {
    margin: 0;
    width: 50%;
    float: left; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .top-row .inner {
    padding: 0 20px; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .top-row .view-project {
    right: 20px;
    position: absolute;
    top: 30px;
    margin-top: 0; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .second-row .project-item {
    background: white; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .second-row img {
    float: left;
    height: auto; }
  .current-projects-wrap.current-projects-wrap-dec-2016 .second-row .pro-details {
    float: left; }
  .construction-management {
    margin-left: -20px;
    margin-right: -20px;
    padding: 80px 0; }
    .construction-management .properties {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .construction-management .single-item {
      margin-bottom: 0;
      width: 33.33%; }
    .construction-management .inner {
      padding: 0 20px; } }

@media only screen and (min-width: 720px) and (min-width: 980px) {
  .current-projects-wrap.current-projects-wrap-dec-2016 .second-row img {
    max-width: 230px; } }

@media screen and (min-width: 720px) {
  /*----------------------------------------------------------------------------------*/
  /*  Contact
/*----------------------------------------------------------------------------------*/
  .contact-row .col {
    width: 50%;
    float: left;
    padding: 50px 30px;
    box-sizing: border-box; }
  .contact-row .gform_wrapper {
    float: right;
    margin-right: 40px; }
  .hbspt-form {
    width: 470px;
    float: right; }
  /*----------------------------------------------------------------------------------*/
  /*  Press
/*----------------------------------------------------------------------------------*/
  .recent-articles .article {
    float: left;
    width: 46%;
    margin: 0 4% 30px 0; }
  /*----------------------------------------------------------------------------------*/
  /*  Newsletter
/*----------------------------------------------------------------------------------*/
  .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="email"] {
    max-width: 310px;
    margin-bottom: 0; }
  .newsletter #mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input[type="submit"] {
    display: inline-block;
    width: auto;
    margin-left: -8px; }
  /*----------------------------------------------------------------------------------*/
  /*  Site Footer
/*----------------------------------------------------------------------------------*/
  .site-footer {
    padding: 50px 0; }
    .site-footer .footer-navigation {
      float: left; }
    .site-footer .site-copyright {
      float: right;
      text-align: right;
      font-size: 13px; }
    .site-footer .footer-navigation {
      text-align: left; }
      .site-footer .footer-navigation li {
        margin: 0 0 0 20px;
        float: left; }
        .site-footer .footer-navigation li:first-child {
          margin: 0; } }

@media screen and (min-width: 1024px) {
  /*----------------------------------------------------------------------------------

  Layout > 1024
 
----------------------------------------------------------------------------------*/
  .desktop-only {
    display: block; }
  .desktop-only-inline {
    display: inline-block; }
  .mobile-only {
    display: none; }
  .mobile-only {
    display: none; }
  /*----------------------------------------------------------------------------------*/
  /*  Site Header
/*----------------------------------------------------------------------------------*/ }

@media screen and (min-width: 1024px) and (min-width: 1189px) {
  .site-header .phone {
    background: #ededed;
    text-indent: 0; } }

@media screen and (min-width: 1024px) {
  .site-header .wrap {
    max-width: 1130px; }
  /*----------------------------------------------------------------------------------*/
  /*  Main Menu
/*----------------------------------------------------------------------------------*/ }

@media screen and (min-width: 1024px) and (min-width: 1080px) {
  .main-navigation {
    display: block !important;
    clear: none;
    text-align: center; }
    .main-navigation li {
      margin: 0;
      padding: 0;
      float: left;
      position: relative; }
    .main-navigation a {
      font-size: 14px;
      padding: 38px 16px; }
    .main-navigation #menu-item-15.current-menu-item a {
      color: #11a0db; }
      .main-navigation #menu-item-15.current-menu-item a:hover {
        color: #001f3e; }
    .main-navigation #menu-item-15.current-menu-item a:after {
      border-bottom-color: white; }
    .main-navigation .current-menu-item a,
    .main-navigation .current-menu-parent a {
      position: relative; }
    .main-navigation .current-menu-item a:after,
    .main-navigation .current-menu-parent a:after {
      bottom: 0;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #11a0db;
      border-width: 10px;
      margin-left: -10px; }
    .main-navigation .current-menu-item.menu-item-has-children:hover a:after,
    .main-navigation .current-menu-parent.menu-item-has-children:hover a:after {
      display: none; }
    .main-navigation #menu-item-15 {
      margin-left: 55px;
      margin-left: 105px; }
    .main-navigation #menu-item-18 {
      margin-left: 340px; }
    .main-navigation li:hover > .sub-menu {
      display: block; }
    .main-navigation .sub-menu {
      display: none;
      position: absolute;
      width: 200px;
      background: #ededed;
      text-align: left;
      padding: 10px 20px;
      box-sizing: border-box;
      left: -65px; }
      .main-navigation .sub-menu:after {
        top: -20px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ededed;
        border-width: 10px;
        margin-left: -10px; }
      .main-navigation .sub-menu li {
        float: none; }
      .main-navigation .sub-menu a {
        padding: 0; }
      .main-navigation .sub-menu a:after {
        display: none !important; }
  .main-navigation .social-links a {
    font-size: 26px;
    padding: 38px 6px; } }

@media screen and (min-width: 1024px) {
  .main-navigation .social-links {
    display: block; }
    .main-navigation .social-links a {
      font-size: 26px;
      padding: 38px 6px; }
  /*----------------------------------------------------------------------------------*/
  /*  Mobile Menu
/*----------------------------------------------------------------------------------*/
  .hamburger {
    display: none; }
  /*----------------------------------------------------------------------------------*/
  /*  Home > Project Nav
/*----------------------------------------------------------------------------------*/
  .project-nav {
    width: 37%;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    right: 27px;
    display: block; }
    .project-nav li {
      float: left;
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 50%; }
      .project-nav li:first-child a {
        box-shadow: inset -1px 0 0 0 #2F5A6B; }
    .project-nav a {
      display: block;
      background: #001f3e;
      color: white;
      padding: 10px 10px;
      box-sizing: border-box;
      text-align: center; }
      .project-nav a:hover {
        background: black; }
  .home-banner3 {
    padding-top: 0; }
    .home-banner3 .slide {
      min-height: 720px;
      background-attachment: scroll;
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover; }
      .home-banner3 .slide img {
        display: none; }
  /*----------------------------------------------------------------------------------*/
  /*  Services
/*----------------------------------------------------------------------------------*/
  .services-expanded .col-content .inner-wrap {
    width: 510px; }
  .site-services a {
    position: relative; }
    .site-services a:hover .tooltip {
      display: block; }
  .site-services .tooltip {
    display: none;
    position: absolute;
    bottom: 80px;
    font-size: 14px;
    background: #fff;
    border-top: 4px solid #6e6e6e;
    padding: 8px;
    max-width: 200px;
    width: 200px;
    margin-left: -45px;
    font-weight: normal;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1); }
    .site-services .tooltip:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
  /*----------------------------------------------------------------------------------*/
  /*  Press
/*----------------------------------------------------------------------------------*/
  .recent-articles .article {
    width: 22%;
    margin: 0 3% 30px 0; }
    .recent-articles .article:nth-child(4n) {
      margin-right: 0; }
  /*----------------------------------------------------------------------------------*/
  /*  About
/*----------------------------------------------------------------------------------*/
  .team-members .row .col.lilian-jodi {
    border-bottom: 10px solid #11a0db;
    min-height: 358px; }
  .home-portfolio-grid .grid-item,
  .portfolio-grid .grid-item {
    width: 12.5%; }
  /*----------------------------------------------------------------------------------*/
  /*  Site Services
/*----------------------------------------------------------------------------------*/
  .site-services .wrap {
    max-width: 1340px; }
  .site-services a {
    font-size: 12px;
    padding: 0; }
  .site-services li {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 10.6%;
    display: table;
    min-height: 67px;
    background: url(../jpg/home-service-border.jpg) no-repeat right; }
    .site-services li:last-child {
      background: transparent; }
  /*----------------------------------------------------------------------------------*/
  /*  Portfolio
/*----------------------------------------------------------------------------------*/
  .col-commercial,
  .col-mixed-use {
    box-shadow: 1px 0 0 0 #b1b1b1; }
  /*----------------------------------------------------------------------------------*/
  /*  Single
/*----------------------------------------------------------------------------------*/
  .single .site-main .wrap {
    max-width: 800px;
    margin: auto; } }

@media print {
  body {
    font-size: 62.5%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .site-title {
    background: url(../png/logo%402x.png) no-repeat;
    background-size: 149px 40px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 720px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 720px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 720px) {
  .site-title {
    background: url(../png/logo%402x.png) no-repeat;
    background-size: 297px 80px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .site-header .phone {
    background: #ededed url(../png/phone.png) no-repeat center center;
    background-size: 17px 31px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1189px), only screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 1189px), only screen and (min-device-pixel-ratio: 1.5) and (min-width: 1189px) {
  .site-header .phone {
    background: #ededed;
    text-indent: 0; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .owl-prev,
  .owl-next {
    background: #b1b1b1 url(../png/arrows%402x.png) no-repeat;
    background-size: 90px 45px; }
  .owl-next {
    background-position: -45px 0; } }
