/*
Theme Name: Cardwell Construction
Author: Anonymous
Author URI:
Version: 1
Description: Cardwell Construction theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cardwellconstruction
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9lnfcv");
  src: url("fonts/icomoon.eot?9lnfcv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9lnfcv") format("truetype"), url("fonts/icomoon.woff?9lnfcv") format("woff"), url("fonts/icomoon.svg?9lnfcv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"], .icon, .read-link:before, .new-content-target .gallery-item a:after, .link-fancybox:after, .gallery-nav .case_study_loader:before, .gallery-nav .case_study_loader:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-thin-right:before {
  content: "\e906"; }

.icon-chevron-thin-left:before {
  content: "\e907"; }

.icon-full-screen:before {
  content: "\e905"; }

.icon-linkedin:before {
  content: "\e900"; }

.icon-facebook:before {
  content: "\e901"; }

.icon-mail:before {
  content: "\e902"; }

.icon-technology:before {
  content: "\e903"; }

.icon-document:before {
  content: "\e904"; }

.icon-chevron-down:before {
  content: "\e908"; }

.icon-chevron-up:before {
  content: "\e909"; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr; }

.fancybox-show-controls .fancybox-controls {
  opacity: 1; }

.fancybox-infobar {
  display: none; }

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all; }

.fancybox-show-buttons .fancybox-buttons {
  display: block; }

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr; }

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide--image {
  overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent; }

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%; }

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: zoom-out; }

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: zoom-in; }

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: grab; }

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: grabbing; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  -webkit-transition: background .2s;
          transition: background .2s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: 1px dotted #888; }

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent; }

.fancybox-close-small:hover {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  -webkit-transition: opacity .2s;
          transition: opacity .2s;
  pointer-events: none; }

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none; }

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5; }

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close {
  float: right; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left; }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent; }

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent; }

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px; }

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px; }

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important; }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0; } }

.menu, .social-list, .services-section-list, .new-content-target {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, #main:after, #content:after, .container:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.contact-popup {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5); }

.post-item h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

@-webkit-keyframes fade-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fade-in-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.text-large, .footer h3, .top-section-block, .tab-content, .visual-promo, .services-section-list {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .text-large, .footer h3, .top-section-block, .tab-content, .visual-promo, .services-section-list {
      font-size: 19px; } }
  @media (min-width: 1024px) {
    .text-large, .footer h3, .top-section-block, .tab-content, .visual-promo, .services-section-list {
      font-size: 22px; } }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  width: 100%;
  color: #000;
  background: #fff;
  font: 14px/1.45 "Roboto", "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

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

.gm-style img {
  max-width: none; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.45em; }

th, td {
  border: 1px solid #4d4d4d;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #4d4d4d;
  padding: 0.2em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #4d4d4d; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #4d4d4d; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #4d4d4d; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #4d4d4d; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #4d4d4d; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700; }

.widget {
  margin-bottom: 1.45em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #0583e0;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.45em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.45em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.45em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.45em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #0583e0;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.45em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #0583e0;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #4d4d4d;
  padding: .4em;
  margin-bottom: 1.45em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.45em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.45em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.45em; }

.mejs-container {
  margin-bottom: 1.45em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

iframe,
table {
  width: 100%; }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #4d4d4d; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h,
.title,
.subtitle {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  line-height: 0.85;
  margin: 0 0 0.3em;
  color: #0583e0;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 30px; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 53px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 60px; } }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 71px; } }

h2, .h2 {
  font-size: 24px;
  margin: 0 0 0.3em; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 30px; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 57px; } }

h3, .h3 {
  font-size: 20px; }
  @media (min-width: 1024px) {
    h3, .h3 {
      font-size: 33px; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 44px; } }

h4, .h4 {
  font-size: 19px; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 31px; } }

h5, .h5 {
  font-size: 18px; }
  @media (min-width: 1024px) {
    h5, .h5 {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 27px; } }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #0583e0; }
  a:hover, a:focus {
    text-decoration: none; }

.header {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  background: #000;
  color: #0583e0;
  font-size: 14px;
  line-height: 1.25;
  padding: 20px 0; }
  @media (min-width: 768px) {
    .header {
      padding: 20px 0 0; } }
  @media (min-width: 1024px) {
    .header {
      font-size: 15px;
      padding: 45px 0 0; } }
  .header .container {
    z-index: 2;
    position: relative; }

.logo {
  width: 157px; }
  @media (min-width: 768px) {
    .logo {
      width: 200px; } }
  @media (min-width: 1024px) {
    .logo {
      width: 288px; } }
  .logo img {
    vertical-align: top; }

@media (min-width: 768px) {
  .home .header .top-block a[href^=tel].header-link {
    display: none; }
  .home .header .header-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .home .header .header-block .links-block {
      display: none; } }

.home .header .container {
  max-width: 1280px; }

@media (min-width: 1024px) {
  .home .logo {
    -webkit-transform: translateX(47%);
        -ms-transform: translateX(47%);
            transform: translateX(47%); } }

@media (min-width: 768px) {
  .home-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 8px; }
    .home-header-right .links-block {
      margin-left: 15px; }
    .home-header-right .tel-link {
      margin-left: 15px; } }

@media (min-width: 1024px) {
  .home-header-right .links-block {
    margin-left: 37px; }
  .home-header-right .tel-link {
    margin-left: 28px; } }

@media (max-width: 767px) {
  .home-header-right {
    display: none; } }

.top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .top-block {
      margin-bottom: 7px; } }

@media (min-width: 768px) {
  .header-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%); } }

@media (max-width: 767px) {
  .header-block {
    background: #000;
    position: fixed;
    width: 100%;
    max-width: 255px;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    z-index: 2;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
            transition: transform .4s;
    overflow-y: auto; } }

.phone-block strong {
  width: 100%;
  max-width: 242px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  color: #0583e0;
  text-align: right; }
  @media (min-width: 1024px) {
    .phone-block strong {
      font-size: 17px; } }

.phone-block .tel-link {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase; }
  .phone-block .tel-link a {
    color: #ccc;
    font-size: 19px;
    font-weight: 400;
    border-top: 1px solid #0583e0;
    padding: 2px 0 0;
    margin: 2px 0 0;
    display: inline-block;
    vertical-align: top; }
    .phone-block .tel-link a:hover {
      color: #0583e0; }

.links-block {
  overflow: hidden; }
  @media (max-width: 767px) {
    .links-block {
      padding: 0 20px 80px; }
      .links-block a {
        margin: 0 10px 0 0; } }

.header-link {
  width: 35px;
  height: 35px;
  line-height: 31px;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  background: #0583e0;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background;
          transition: background; }
  .header-link:hover {
    color: #fff;
    background: #37a7fb; }
  @media (min-width: 1024px) {
    .header-link {
      width: 48px;
      height: 48px;
      line-height: 44px;
      font-size: 25px; } }
  .header-link i {
    vertical-align: middle; }

.primary-nav {
  position: relative; }
  @media (max-width: 767px) {
    .primary-nav {
      width: 100%;
      padding-top: 80px; } }
  .primary-nav ul li {
    position: relative;
    position: relative;
    margin: 0 0 4px;
    padding: 7px 0 0; }
    .primary-nav ul li:before {
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      right: 50%;
      bottom: auto;
      background: #0583e0; }
    .primary-nav ul li:before {
      -webkit-transition: all .4s linear;
              transition: all .4s linear;
      width: 0;
      height: 5px; }
    @media (min-width: 768px) {
      .primary-nav ul li {
        display: inline-block;
        vertical-align: top; } }
    .primary-nav ul li:hover:before, .primary-nav ul li.hover:before, .primary-nav ul li.active:before {
      width: 100%;
      left: 0;
      right: 0; }
    .primary-nav ul li.active a {
      background: #333; }
    .primary-nav ul li:hover a, .primary-nav ul li.hover a {
      background: #666; }
  .primary-nav ul a {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: block;
    padding: 12px 20px; }
    @media (min-width: 768px) {
      .primary-nav ul a {
        padding: 9px 20px;
        background: #4d4d4d; } }
    @media (min-width: 1024px) {
      .primary-nav ul a {
        padding: 12px 28px; } }

.menu {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  color: #fff; }

.contact-popup {
  background: #000;
  width: 100%;
  padding: 25px 20px; }
  @media (min-width: 768px) {
    .contact-popup {
      display: none;
      padding: 32px 40px 36px 42px;
      max-width: 398px;
      position: absolute;
      right: 0;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .4s, visibility .4s;
              transition: opacity .4s, visibility .4s;
      z-index: 1; } }
  @media (max-width: 767px) {
    .contact-popup {
      border-top: 6px solid #0583e0;
      border-bottom: 6px solid #0583e0;
      margin: 0 0 20px;
      display: block !important; } }
  .contact-popup h3 {
    font-size: 25px; }
    @media (max-width: 767px) {
      .contact-popup h3 {
        display: none; } }
    @media (min-width: 768px) {
      .contact-popup h3 {
        font-size: 35px; } }
    @media (min-width: 1024px) {
      .contact-popup h3 {
        font-size: 45px; } }
    @media (min-width: 1200px) {
      .contact-popup h3 {
        font-size: 62px; } }

.contact-active .contact-popup {
  opacity: 1;
  visibility: visible; }

.contact-active ul li.contact-open:before {
  width: 100%;
  left: 0;
  right: 0; }

.contact-active ul li.contact-open a {
  background: #666; }

@media (max-width: 767px) {
  .contact-open a {
    cursor: default;
    pointer-events: none; } }

.contact-list {
  text-align: left;
  margin: 0;
  color: #fff; }
  .contact-list dt, .contact-list dd {
    float: none;
    display: block;
    padding: 4px 0; }
  .contact-list dt {
    border-bottom: 2px solid #035592; }
  .contact-list dd {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none; }
    .contact-list dd:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .contact-list dd {
        font-size: 21px; } }
    .contact-list dd a {
      word-break: break-all;
      color: #fff; }
      .contact-list dd a:hover {
        color: #0583e0; }

.nav-opener {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0583e0;
  float: right; }
  .nav-opener span {
    overflow: hidden;
    text-indent: -9999px;
    display: block; }
  .nav-opener::after {
    content: '';
    position: absolute;
    display: block;
    width: 65%;
    height: 2px;
    background: #fff;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  .nav-opener:hover::after {
    background: #333;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

@media (max-width: 767px) {
  .nav-active {
    position: fixed;
    overflow: hidden;
    top: 0; }
    .nav-active.logged-in.admin-bar .header {
      padding-top: 72px; }
    .nav-active.logged-in.admin-bar .primary-nav {
      padding-top: 126px; }
    .nav-active .header-block {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.resize-active .header-block {
  -webkit-transition: none;
          transition: none; }

.footer {
  background: #000; }
  .footer h3 {
    margin-bottom: 1.4em; }
  .footer .subtitle {
    font-size: 15px; }
  .footer .container {
    padding-top: 2.5em;
    padding-bottom: 3.3em; }
    @media (min-width: 768px) {
      .footer .container {
        padding-top: 4.2em;
        padding-bottom: 6.3em; } }
  .footer .social-list {
    padding-top: 8px; }
    .footer .social-list li {
      margin: 0 0 0 9px; }
  .footer .btn {
    margin: 0 auto 2.5em;
    -ms-flex-item-align: center;
        align-self: center; }
  @media (max-width: 767px) {
    .footer .col-holder .footer-col {
      text-align: center;
      margin-bottom: 2em; } }

@media (min-width: 768px) {
  .col-holder .footer-col {
    width: 25%;
    padding-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .col-holder .footer-col:last-child {
      text-align: right; }
    .col-holder .footer-col.centered-col {
      width: 45%;
      padding-top: 0; } }

.footer-logo {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .footer-logo {
      max-width: 139px; } }

.centered-col {
  text-align: center; }
  .centered-col h3 {
    color: #fff; }

.footer-nav ul {
  width: 100%; }
  @media (min-width: 480px) {
    .footer-nav ul {
      max-width: 300px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .footer-nav ul {
    margin: 0 auto; } }
  @media (min-width: 768px) {
    .footer-nav ul {
      max-width: 141px; } }

.footer-nav li {
  border-bottom: 1px solid #0583e0; }
  .footer-nav li:first-child {
    border-top: 1px solid #0583e0; }
  .footer-nav li.active a {
    color: #0583e0; }

.footer-nav a {
  color: #fff;
  display: block;
  padding: 0.44em 0; }

.copyright {
  font-size: 12px;
  color: #fff; }
  @media (min-width: 768px) {
    .copyright {
      text-align: right;
      margin-top: auto; } }
  .copyright a {
    color: inherit; }

@media (min-width: 1024px) {
  #content {
    float: left;
    width: 70%; } }

#content:only-child {
  float: none;
  width: 100%; }

@media (min-width: 1024px) {
  #sidebar {
    float: right;
    width: 25%; } }

#sidebar #wp-calendar {
  width: 100%; }

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%; }

.container {
  width: 100%;
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto; }

a {
  text-decoration: none; }
  a:hover {
    color: #37a7fb; }

@media (min-width: 1024px) {
  html,
  body {
    height: 100%; }
  .page-holder {
    height: 100%;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    width: 100%; }
  #wrapper {
    display: table-cell;
    margin: 0 auto; }
  #footer {
    overflow: hidden;
    /*for FF on Windows 7*/
    display: table-footer-group;
    height: 1%; } }

.bg-stretch {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.btn {
  color: #0583e0;
  background-color: #fff;
  border-color: transparent;
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 34px;
  display: inline-block;
  vertical-align: top;
  padding: 0.4em 20px;
  word-spacing: 3px;
  border: 2px solid transparent;
  -webkit-transition: all .4s;
          transition: all .4s;
  margin: 0 auto 1.5em; }
  .btn:hover {
    color: #fff;
    background: #0583e0; }
  .btn:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .btn {
      padding: 0.6em 30px; } }
  @media (min-width: 1024px) {
    .btn {
      font-size: 15px;
      padding: 0.85em 2.5em; } }
  .btn.btn-default {
    color: #0583e0;
    background-color: #fff;
    border-color: #fff;
    padding: 9px 21px; }
  .btn.btn-primary {
    color: #fff;
    background-color: #0583e0;
    border-color: transparent; }
    .btn.btn-primary:hover {
      color: #0583e0;
      background-color: #fff;
      border-color: #0583e0; }

picture {
  display: block; }
  picture img {
    vertical-align: top; }

.content-section,
.twocolumn {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .content-section,
    .twocolumn {
      padding: 6em 0; } }

.twocolumn h1, .twocolumn h2, .twocolumn h3 {
  word-break: break-word; }

.top-section-block {
  text-align: justify;
  padding: 0 4%;
  margin-bottom: 2.3em; }
  @media (min-width: 768px) {
    .top-section-block {
      padding: 0 8%;
      text-align: center; } }
  .top-section-block h2 {
    text-align: center; }

ul, ol {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

@media (min-width: 768px) {
  .col-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 767px) {
  .col-holder .col {
    margin-bottom: 2em; } }

@media (min-width: 768px) {
  .col-holder .col {
    width: 49%; }
    .col-holder .col:only-child {
      width: 100%; } }

blockquote {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  background: #0583e0;
  font-style: italic;
  font-size: 19px;
  line-height: 1.4;
  color: #fff;
  padding: 27px;
  position: relative; }
  blockquote:after {
    height: 0;
    width: 0;
    border-top: 41px solid #000;
    border-right: 79px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 100%; }
  blockquote * {
    color: #fff; }
  blockquote span {
    font-size: 16px; }

.social-list {
  margin-bottom: 2em; }
  .social-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0; }
  .social-list a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    background: #0583e0;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background;
            transition: background; }
    .social-list a:hover {
      color: #fff;
      background: #37a7fb; }
    @media (min-width: 1024px) {
      .social-list a {
        width: 48px;
        height: 48px;
        line-height: 41px;
        font-size: 22px; } }
    .social-list a i {
      vertical-align: middle; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-slider:hover .slick-arrow {
  visibility: visible; }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .slick-slider .slick-arrow {
      visibility: hidden;
      -webkit-transition: visibility .4s;
              transition: visibility .4s; } }
  .slick-slider .slick-arrow.slick-prev {
    left: 5px; }
  .slick-slider .slick-arrow.slick-next {
    right: 5px; }

.slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 31px;
  height: 31px;
  background: #ccc;
  border: none;
  color: #fff;
  border-radius: 50%;
  outline: none;
  line-height: 30px;
  font-size: 21px; }
  .slick-arrow:hover {
    background: #0583e0; }
  .slick-arrow.slick-hidden {
    display: none; }

.visual-slider {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .visual-slider {
      margin-bottom: 4em; } }
  .visual-slider .slide {
    position: relative;
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 0;
    padding: 57px 0; }
    .visual-slider .slide:before {
      position: absolute;
      content: '';
      top: 0;
      left: -9999px;
      right: 50.5%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); }
    .visual-slider .slide:before {
      -webkit-transform: skewX(-26deg);
          -ms-transform: skewX(-26deg);
              transform: skewX(-26deg);
      z-index: 0; }
    .visual-slider .slide:after {
      content: '';
      height: 257px;
      width: 1px;
      position: relative;
      display: inline-block; }
      @media (min-width: 768px) {
        .visual-slider .slide:after {
          height: 350px; } }
      @media (min-width: 1024px) {
        .visual-slider .slide:after {
          height: 500px; } }
  .visual-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
    @media (min-width: 768px) {
      .visual-slider .slick-dots {
        bottom: 29px; } }
  .visual-slider .container {
    position: relative; }
  .visual-slider .btn {
    padding: 0.35em 0.8em;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-transform: none; }
    @media (min-width: 768px) {
      .visual-slider .btn {
        font-size: 20px; } }
    @media (min-width: 1024px) {
      .visual-slider .btn {
        font-size: 24px; } }
    .visual-slider .btn:hover {
      background: #37a7fb;
      border-color: #37a7fb;
      color: #fff; }
  .visual-slider .bg-stretch {
    z-index: -1; }

.visual-text {
  width: 100%; }
  @media (min-width: 768px) {
    .visual-text {
      width: 71%; } }
  .visual-text * {
    color: #fff; }
  .visual-text h2 {
    font-size: 49px; }
    @media (min-width: 768px) {
      .visual-text h2 {
        font-size: 77px; } }
    @media (min-width: 1024px) {
      .visual-text h2 {
        font-size: 104px;
        margin: 0 0 0.2em; } }

.slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px; }
    .slick-dots li button {
      width: 11px;
      height: 11px;
      border: none;
      background: #474547;
      overflow: hidden;
      text-indent: -9999px;
      display: block;
      border-radius: 50%;
      outline: none;
      padding: 0; }
    .slick-dots li.slick-active button {
      background: #6e6b6f; }

.promo-block {
  background: #000;
  padding: 25px;
  overflow: hidden;
  margin-bottom: 2em;
  font-weight: 700; }
  @media (min-width: 768px) {
    .promo-block {
      padding: 37px 44px 40px;
      margin-bottom: 4.5em; } }
  .promo-block * {
    color: white; }
  .promo-block .h1 {
    color: #0583e0;
    margin-bottom: 15px; }

.subtitle {
  font-size: 24px; }

@media (min-width: 768px) {
  .promo-title-block {
    float: left;
    width: 47%;
    margin: 0 4% 0 0; } }

.promo-text {
  overflow: hidden; }
  .promo-text p {
    margin: 0; }

.benefit-section {
  text-align: center;
  margin-bottom: 4em; }

@media (min-width: 768px) {
  .benefit-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px 4.1em; } }

@media (min-width: 1024px) {
  .benefit-holder .btn {
    padding: 0.9em 39px; } }

.benefit-item {
  text-align: left;
  margin-bottom: 1.9em; }
  @media (min-width: 768px) {
    .benefit-item {
      width: 33.3%;
      padding: 0 10px; } }
  .benefit-item h3 {
    border-bottom: 2px solid #0583e0;
    padding: 0 20px 4px 0;
    margin: 0 0 0.33em; }

.relative-posts {
  margin-bottom: 2em; }
  @media (min-width: 480px) {
    .relative-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -10px 4.8em; } }

.post-item-wrap {
  padding: 10px; }
  @media (min-width: 480px) {
    .post-item-wrap {
      width: 50%; } }
  @media (min-width: 768px) {
    .post-item-wrap {
      width: 33.3%; } }
  @media (min-width: 1024px) {
    .post-item-wrap {
      width: 25%; } }

.post-item {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  position: relative;
  padding-top: 100%;
  position: relative;
  z-index: 0;
  text-align: center;
  overflow: hidden; }
  .post-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }
  .post-item:before {
    z-index: 0;
    -webkit-transition: background .4s;
            transition: background .4s; }
  @media (min-width: 768px) {
    .post-item {
      font-size: 15px; } }
  .post-item.hover {
    cursor: pointer; }
    .post-item.hover:before {
      background: rgba(0, 0, 0, 0.4); }
    .post-item.hover h3 {
      display: none; }
    .post-item.hover .post-text {
      display: block; }
    .post-item.hover .post-block:before {
      opacity: 1; }
  .post-item .post-block, .post-item h3 {
    color: #fff; }
  .post-item h3 {
    width: 100%; }
  .post-item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .post-item .cover img {
      max-width: none;
      width: auto;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0;
      min-width: 100%;
      min-height: 100%; }

.post-block {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  z-index: 0; }
  .post-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 70, 120, 0.7); }
  .post-block:before {
    -webkit-transition: opacity .4s;
            transition: opacity .4s;
    z-index: -1;
    opacity: 0; }

.post-text {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  display: none; }

.tab-holder {
  overflow: hidden; }

.services-list {
  font-size: 20px;
  margin: 0 0 2em;
  padding: 0; }
  @media (min-width: 768px) {
    .services-list {
      font-size: 30px;
      float: left;
      width: 49%; } }
  @media (min-width: 1024px) {
    .services-list {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .services-list {
      line-height: 1.08;
      font-size: 53px; } }
  .services-list li {
    display: block;
    border-bottom: 1px solid #808080; }
    .services-list li:first-child {
      border-top: 1px solid #808080; }
    .services-list li.active a {
      color: #0583e0;
      position: relative; }
      .services-list li.active a:before {
        content: '>';
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 0 0; }
        @media (min-width: 768px) {
          .services-list li.active a:before {
            margin: 0 15px 0 0; } }
    .services-list li a {
      display: block;
      color: #808080;
      -webkit-transition: color .4s;
              transition: color .4s; }

.tab-content {
  line-height: 1.1;
  color: #0583e0; }
  .tab-content p {
    margin-bottom: .9em; }
  .tab-content picture {
    margin-bottom: 16px; }
    .tab-content picture img {
      width: 100%; }

.service-content {
  overflow: hidden;
  border-top: 1px solid #808080;
  padding: 9px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .service-content {
      float: right;
      width: 49%; } }
  .service-content .active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s, visibility .4s;
            transition: opacity .4s, visibility .4s; }
  .service-content .js-tab-hidden {
    left: 0 !important;
    top: 0 !important;
    opacity: 0;
    overflow: hidden;
    visibility: hidden; }

.read-link {
  font-weight: 700;
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  font-size: 15px;
  padding: 6px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4em;
  min-height: 52px;
  padding: 0 0 0 50px; }
  .read-link:before {
    width: 40px;
    height: 40px;
    content: "\e904";
    line-height: 38px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    text-align: center;
    background: #0583e0;
    color: #fff;
    border-radius: 50%;
    margin: 0 8px 0 0; }
  .read-link:hover:before {
    background: #37a7fb; }

.contact-text {
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  background: #808080;
  padding: 16px 25px 20px 16px; }

.visual-promo {
  background: #0583e0; }
  @media (min-width: 768px) {
    .visual-promo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .visual-promo:after {
        content: '';
        width: 1px;
        height: 400px;
        display: inline-block; } }
  .visual-promo * {
    color: #fff; }

.about-holder {
  font-size: 15px;
  line-height: 1.55; }
  @media (min-width: 768px) {
    .about-holder {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .about-holder {
      font-size: 17px; } }
  .about-holder h3 {
    font-size: inherit;
    margin: 0 0 0.8em; }

.promo-image-col {
  position: relative; }
  .promo-image-col:after {
    content: '';
    width: 1px;
    height: 350px;
    display: inline-block; }
  @media (min-width: 768px) {
    .promo-image-col {
      width: 40.4%;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      .promo-image-col:after {
        height: 400px; } }

.promo-col-text {
  padding: 30px 20px 20px; }
  @media (min-width: 768px) {
    .promo-col-text {
      width: 59.6%;
      max-width: calc( 1020px / 2 + 10%);
      padding: 40px 20px 40px 80px; } }

.secvices-section {
  background: #ccc;
  padding: 100px 0; }

.services-section-list {
  line-height: 2.15;
  position: relative; }
  .services-section-list:before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #fff; }
  @media (min-width: 768px) {
    .services-section-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .services-section-list:before {
        background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 49%, #ccc 49%, #ccc 51%, #fff 51%, #ffffff 100%);
        background: linear-gradient(to right, #ffffff 0%, #ffffff 49%, #ccc 49%, #ccc 51%, #fff 51%, #ffffff 100%); } }
  @media (min-width: 1024px) {
    .services-section-list:before {
      background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 32%, #ccc 32%, #ccc 34%, #fff 34%, #ffffff 66%, #ccc 66%, #ccc 68%, #ffffff 68%, #ffffff 100%);
      background: linear-gradient(to right, #ffffff 0%, #ffffff 32%, #ccc 32%, #ccc 34%, #fff 34%, #ffffff 66%, #ccc 66%, #ccc 68%, #ffffff 68%, #ffffff 100%); } }
  .services-section-list li {
    color: #0583e0;
    border-bottom: 2px solid #fff; }
    @media (min-width: 768px) {
      .services-section-list li {
        width: 49%; } }
    @media (min-width: 1024px) {
      .services-section-list li {
        width: 32%; } }

.black {
  background: #000; }

.gallery-load-more-holder,
.case-studies-load-more-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -10px; }
  .gallery-load-more-holder .btn,
  .case-studies-load-more-holder .btn {
    margin: 0 auto;
    -ms-flex-item-align: center;
        align-self: center; }

.new-content-target {
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  .new-content-target .gallery-item {
    width: 100%;
    padding: 10px;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
            transition: opacity 0.4s, transform 0.4s; }
    @media (min-width: 480px) {
      .new-content-target .gallery-item {
        width: 49.8%;
        float: left; } }
    @media (min-width: 768px) {
      .new-content-target .gallery-item {
        width: 33.2%; } }
    .new-content-target .gallery-item a {
      position: relative;
      position: relative;
      display: block;
      overflow: hidden; }
      .new-content-target .gallery-item a:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(5, 131, 224, 0.5); }
      .new-content-target .gallery-item a:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); }
      .new-content-target .gallery-item a:after {
        content: "\e905";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 45px;
        color: #fff;
        opacity: 0;
        -webkit-transition: .4s;
                transition: .4s; }
      .new-content-target .gallery-item a:before {
        opacity: 0;
        -webkit-transition: .4s;
                transition: .4s; }
      .new-content-target .gallery-item a:hover:after, .new-content-target .gallery-item a:hover:before {
        opacity: 1; }
  .new-content-target picture {
    width: 100%; }
    .new-content-target picture img {
      width: 100%; }
  .new-content-target:not(.masonry) .gallery-item a {
    padding-top: 100%; }
    .new-content-target:not(.masonry) .gallery-item a picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .new-content-target:not(.masonry) .gallery-item a picture img {
        max-width: none;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        bottom: 0;
        min-width: 100%;
        min-height: 100%; }

.is-busy .new-item {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px); }

.case-study {
  background: #F2F2F2; }

#case-studies-wrapper.ajax-loading {
  position: relative; }
  #case-studies-wrapper.ajax-loading:after {
    content: '';
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5; }
  #case-studies-wrapper.ajax-loading:before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: fixed;
    border: 5px solid #0583e0;
    border-left-color: transparent;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 6;
    -webkit-animation: load-spin .5s infinite linear;
            animation: load-spin .5s infinite linear; }

.case-study-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .case-study-gallery * {
    color: #fff; }
  .case-study-gallery .gallery-item a:after {
    content: ''; }
  .case-study-gallery .gallery-item a:before {
    opacity: 1; }
  .case-study-gallery .gallery-item a.active:after, .case-study-gallery .gallery-item a.active:before, .case-study-gallery .gallery-item a:hover:after, .case-study-gallery .gallery-item a:hover:before, .case-study-gallery .gallery-item a.hover:after, .case-study-gallery .gallery-item a.hover:before {
    opacity: 1; }
  .case-study-gallery .gallery-item a.active:after, .case-study-gallery .gallery-item a:hover:after, .case-study-gallery .gallery-item a.hover:after {
    content: '';
    background: rgba(5, 131, 224, 0.51); }
  .case-study-gallery .gallery-item a.active:before, .case-study-gallery .gallery-item a:hover:before, .case-study-gallery .gallery-item a.hover:before {
    background: rgba(0, 0, 0, 0.53); }
  .case-study-gallery .gallery-item a.active .subtitle, .case-study-gallery .gallery-item a:hover .subtitle, .case-study-gallery .gallery-item a.hover .subtitle {
    display: block; }
  .case-study-gallery .gallery-item a.active .h5, .case-study-gallery .gallery-item a:hover .h5, .case-study-gallery .gallery-item a.hover .h5 {
    display: none; }
  .case-study-gallery .subtitle,
  .case-study-gallery .h5 {
    width: 100%;
    text-align: center; }
  .case-study-gallery .h5 {
    margin: 0;
    display: block; }
  .case-study-gallery .item-description {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    left: 0; }
  .case-study-gallery .subtitle {
    font-size: 19px;
    font-weight: 400;
    display: none; }

.gallery-content {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  position: relative; }
  @media (min-width: 768px) {
    .gallery-content {
      font-size: 15px; } }
  .gallery-content .slider-nav .slick-list {
    margin: 0 -10px; }
  .gallery-content .slider-nav .slick-slide {
    padding: 0 10px; }
  .gallery-content .slider-nav .slick-slide {
    cursor: pointer; }
  .gallery-content h3 {
    margin-bottom: 0.8em; }
    @media (min-width: 1024px) {
      .gallery-content h3 {
        font-size: 19px; } }
  .gallery-content p {
    margin-bottom: .6em; }
    .gallery-content p:last-of-type {
      margin-bottom: 1.5em; }
  .gallery-content picture img {
    width: 100%; }
  .gallery-content .container {
    display: block !important;
    overflow: hidden;
    position: relative; }

@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.testimonials {
  font-size: 17px;
  line-height: 1.55em;
  font-weight: 300;
  font-style: italic; }
  .testimonials p {
    margin-bottom: .6em; }

.testimonials-author {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #0583e0;
  display: block;
  border-top: 1px solid #0583e0;
  padding: .6em 0; }

.link-fancybox:after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "\e905";
  font-size: 40px;
  color: #fff; }

.gallery-title {
  margin-bottom: .8em; }

.back-to-top {
  width: 31px;
  height: 31px;
  line-height: 30px;
  text-align: center;
  background: #cccccc;
  border: none;
  color: #fff;
  border-radius: 50%;
  outline: none;
  display: block;
  font-size: 28px; }
  .back-to-top:hover {
    background: #0583e0;
    color: #fff; }

.top-gallery-block {
  overflow: hidden; }
  .top-gallery-block .back-to-top {
    float: right; }
  .top-gallery-block .gallery-title {
    float: left;
    width: calc( 100% - 30px -25px); }

.gallery-nav {
  font-family: "Roboto Condensed", "Arial", "Helvetica", sans-serif;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1024px) {
    .gallery-nav {
      font-size: 15px; } }
  .gallery-nav .case_study_loader {
    max-width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .gallery-nav .case_study_loader:before, .gallery-nav .case_study_loader:after {
      background: #ccc;
      width: 31px;
      min-width: 31px;
      height: 31px;
      line-height: 30px;
      border-radius: 50%;
      font-size: 21px;
      color: #fff;
      display: block;
      text-align: center; }
    .gallery-nav .case_study_loader.next {
      margin-left: auto;
      text-align: right; }
      .gallery-nav .case_study_loader.next:after {
        content: "\e906";
        margin: 0 0 0 4px; }
        @media (min-width: 1024px) {
          .gallery-nav .case_study_loader.next:after {
            margin: 0 0 0 13px; } }
    .gallery-nav .case_study_loader.prev {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-right: auto; }
      .gallery-nav .case_study_loader.prev:before {
        content: "\e907";
        margin: 0 4px 0 0; }
        @media (min-width: 1024px) {
          .gallery-nav .case_study_loader.prev:before {
            margin: 0 13px 0 13px; } }
    .gallery-nav .case_study_loader span {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .4s, visibility .4s;
              transition: opacity .4s, visibility .4s; }
      @media (max-width: 479px) {
        .gallery-nav .case_study_loader span {
          display: none; } }
    .gallery-nav .case_study_loader:hover {
      color: #0583e0; }
      .gallery-nav .case_study_loader:hover:before, .gallery-nav .case_study_loader:hover:after {
        background: #0583e0; }
      .gallery-nav .case_study_loader:hover span {
        opacity: 1;
        visibility: visible; }

.ajax-holder {
  padding: 45px 0; }
  @media (min-width: 1024px) {
    .ajax-holder {
      padding: 63px 0; } }
/*# sourceMappingURL=style.css.map */