html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

.main-grid:after {
  content: '';
  display: block;
  clear: both; }
  .main-grid .container > .grid-item:first-of-type {
    width: calc(19% - 8.1px);
    position: fixed;
    max-width: 220px;
    height: 100%; }
  .main-grid .container > .grid-item:first-of-type:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .main-grid .container > .grid-item:first-of-type:last-child {
    margin-right: 0; }
  .main-grid .container > .grid-item:first-of-type:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .main-grid .container > .grid-item:first-of-type:nth-child(2n + 1) {
    clear: both; }
  .main-grid .container > .grid-item:last-of-type {
    width: calc(81% - 1.9px); }
  .main-grid .container > .grid-item:last-of-type:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .main-grid .container > .grid-item:last-of-type:last-child {
    margin-right: 0; }
  .main-grid .container > .grid-item:last-of-type:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .main-grid .container > .grid-item:last-of-type:nth-child(2n + 1) {
    clear: both; }

@media (max-width: 1280px) {
  .main-grid .container > .grid-item:last-of-type {
    width: calc(78% - 2.2px); }
  .main-grid .container > .grid-item:last-of-type:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  .main-grid .container > .grid-item:last-of-type:last-child {
    margin-right: 0; }
  .main-grid .container > .grid-item:last-of-type:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .main-grid .container > .grid-item:last-of-type:nth-child(2n + 1) {
    clear: both; } }

@media (min-width: 921px) and (max-height: 800px) {
  .main-grid .container > .grid-item:first-of-type {
    height: 100%;
    padding-bottom: 100px;
    overflow-y: auto; }
    .main-grid .container > .grid-item:first-of-type::-webkit-scrollbar-track {
      background-color: #fff; }
    .main-grid .container > .grid-item:first-of-type::-webkit-scrollbar {
      width: 5px;
      background-color: #ccc; }
    .main-grid .container > .grid-item:first-of-type::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
      background-color: #fff; } }

.big-container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

.big-container:before {
  content: '';
  display: table; }

.big-container:after {
  content: '';
  display: table;
  clear: both; }

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

.container:before {
  content: '';
  display: table; }

.container:after {
  content: '';
  display: table;
  clear: both; }

.grid-50 {
  width: calc(50% - 7.5px); }

.grid-50:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-50:last-child {
  margin-right: 0; }

.grid-50:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-50:nth-child(2n + 1) {
  clear: both; }

.grid-50-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(50% - 7.5px);
      flex-basis: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  width: calc(50% - 7.5px); }

.grid-50-flex:nth-child(1n) {
  margin-right: 15px;
  margin-left: 0; }

.grid-50-flex:last-child {
  margin-right: 0; }

.grid-50-flex:nth-child(2n) {
  margin-right: 0;
  margin-left: auto; }

.grid-2-75 {
  width: calc(75% - 3.75px); }

.grid-2-75:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-2-75:last-child {
  margin-right: 0; }

.grid-2-75:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-75:nth-child(2n + 1) {
  clear: both; }

.grid-2-25 {
  width: calc(25% - 11.25px); }

.grid-2-25:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-2-25:last-child {
  margin-right: 0; }

.grid-2-25:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-25:nth-child(2n + 1) {
  clear: both; }

.grid-2-66 {
  width: calc(66.66667% - 5px); }

.grid-2-66:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-2-66:last-child {
  margin-right: 0; }

.grid-2-66:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-66:nth-child(2n + 1) {
  clear: both; }

.grid-2-33 {
  width: calc(33.33333% - 10px); }

.grid-2-33:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-2-33:last-child {
  margin-right: 0; }

.grid-2-33:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-33:nth-child(2n + 1) {
  clear: both; }

.grid-2-65 {
  width: 65%; }

.grid-2-65:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.grid-2-65:last-child {
  margin-right: 0; }

.grid-2-65:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-65:nth-child(2n + 1) {
  clear: both; }

.grid-2-35 {
  width: 35%; }

.grid-2-35:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.grid-2-35:last-child {
  margin-right: 0; }

.grid-2-35:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-35:nth-child(2n + 1) {
  clear: both; }

.grid-3-33 {
  width: calc(33.33333% - 10px); }

.grid-3-33:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-3-33:last-child {
  margin-right: 0; }

.grid-3-33:nth-child(3n) {
  margin-right: 0;
  float: right; }

.grid-3-33:nth-child(3n + 1) {
  clear: both; }

.grid-2-80 {
  width: calc(80% - 3px); }

.grid-2-80:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-2-80:last-child {
  margin-right: 0; }

.grid-2-80:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-80:nth-child(2n + 1) {
  clear: both; }

.grid-2-20 {
  width: calc(20% - 12px); }

.grid-2-20:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-2-20:last-child {
  margin-right: 0; }

.grid-2-20:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-20:nth-child(2n + 1) {
  clear: both; }

.grid-70-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
  width: 70%; }

.grid-70-flex:nth-child(1n) {
  margin-right: 0;
  margin-left: 0; }

.grid-70-flex:last-child {
  margin-right: 0; }

.grid-70-flex:nth-child(2n) {
  margin-right: 0;
  margin-left: auto; }

.grid-30-flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  max-width: 30%;
  width: 30%; }

.grid-30-flex:nth-child(1n) {
  margin-right: 0;
  margin-left: 0; }

.grid-30-flex:last-child {
  margin-right: 0; }

.grid-30-flex:nth-child(2n) {
  margin-right: 0;
  margin-left: auto; }

.grid-2-70 {
  width: 70%; }

.grid-2-70:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.grid-2-70:last-child {
  margin-right: 0; }

.grid-2-70:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-70:nth-child(2n + 1) {
  clear: both; }

.grid-2-30 {
  width: 30%; }

.grid-2-30:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none; }

.grid-2-30:last-child {
  margin-right: 0; }

.grid-2-30:nth-child(2n) {
  margin-right: 0;
  float: right; }

.grid-2-30:nth-child(2n + 1) {
  clear: both; }

.grid-4-25 {
  width: calc(25% - 11.25px); }

.grid-4-25:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-4-25:last-child {
  margin-right: 0; }

.grid-4-25:nth-child(4n) {
  margin-right: 0;
  float: right; }

.grid-4-25:nth-child(4n + 1) {
  clear: both; }

.grid-5-20 {
  width: calc(20% - 12px); }

.grid-5-20:nth-child(1n) {
  float: left;
  margin-right: 15px;
  clear: none; }

.grid-5-20:last-child {
  margin-right: 0; }

.grid-5-20:nth-child(5n) {
  margin-right: 0;
  float: right; }

.grid-5-20:nth-child(5n + 1) {
  clear: both; }

.grid-wrapper:after {
  content: '';
  display: block;
  clear: both; }

@media (max-width: 920px) {
  .grid-66 {
    width: 100%; }
  .grid-66:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .grid-66:last-child {
    margin-right: 0; }
  .grid-66:nth-child(0n) {
    float: right; }
  .grid-3-33 {
    width: 100%; }
  .grid-3-33:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .grid-3-33:last-child {
    margin-right: 0; }
  .grid-3-33:nth-child(0n) {
    float: right; }
  .grid-50 {
    width: 100%; }
  .grid-50:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .grid-50:last-child {
    margin-right: 0; }
  .grid-50:nth-child(0n) {
    float: right; }
  .grid-70-flex {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .grid-70-flex:nth-child(1n) {
    margin-right: 0;
    margin-left: 0; }
  .grid-70-flex:last-child {
    margin-right: 0; }
  .grid-30-flex {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  .grid-30-flex:nth-child(1n) {
    margin-right: 0;
    margin-left: 0; }
  .grid-30-flex:last-child {
    margin-right: 0; }
  .main-grid:after {
    content: '';
    display: block;
    clear: both; }
    .main-grid .container > .grid-item:first-of-type {
      width: 100%;
      position: relative;
      max-width: 100%;
      margin-top: 20px; }
    .main-grid .container > .grid-item:first-of-type:nth-child(1n) {
      float: left;
      margin-right: 0;
      clear: none; }
    .main-grid .container > .grid-item:first-of-type:last-child {
      margin-right: 0; }
    .main-grid .container > .grid-item:first-of-type:nth-child(0n) {
      float: right; }
    .main-grid .container > .grid-item:last-of-type {
      width: 100%; }
    .main-grid .container > .grid-item:last-of-type:nth-child(1n) {
      float: left;
      margin-right: 0;
      clear: none; }
    .main-grid .container > .grid-item:last-of-type:last-child {
      margin-right: 0; }
    .main-grid .container > .grid-item:last-of-type:nth-child(0n) {
      float: right; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/AbrahamLight.eot);
  src: url(../fonts/AbrahamLight.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamLight.woff) format("woff"); }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/AbrahamRegular.eot);
  src: url(../fonts/AbrahamRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamRegular.woff) format("woff"); }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/AbrahamMedium.eot);
  src: url(../fonts/AbrahamMedium.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamMedium.woff) format("woff"); }

@font-face {
  font-family: 'Abraham';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/AbrahamBold.eot);
  src: url(../fonts/AbrahamBold.eot?#iefix) format("embedded-opentype"), url(../fonts/AbrahamBold.woff) format("woff"); }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

body {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  direction: ltr;
  text-align: left; }

p, span, a, li, ul, h1, h2, h3, h4, strong, div, input, textarea, select, label, button {
  font-family: 'Abraham', sans-serif;
  -webkit-font-feature-settings: "kern" off;
          font-feature-settings: "kern" off;
  -webkit-font-kerning: none;
          font-kerning: none; }

a {
  text-decoration: none; }

ul, ol {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-position: inside; }

li {
  font-size: 16px;
  line-height: 20px; }

input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

strong {
  font-weight: 600; }

h1, h2, h3, h4 {
  font-family: 'Abraham', sans-serif; }
  h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 600; }
  h1 button, h1 a, h2 button, h2 a, h3 button, h3 a, h4 button, h4 a {
    font-family: 'Abraham', sans-serif; }

h1 {
  font-size: 50px;
  line-height: 52px; }

h2 {
  font-size: 35px;
  line-height: 37px; }

h3 {
  font-size: 28px;
  line-height: 30px; }

h4 {
  font-size: 18px;
  line-height: 20px; }

p {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0; }

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

main#content {
  z-index: 9;
  position: relative;
  padding: 50px 0; }

.underlay {
  z-index: 222;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000000;
  background-color: rgba(0, 0, 0, .7);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s; }

.hide {
  display: none; }

.go-top {
  margin: 15px auto;
  cursor: pointer; }

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  display: none;
  z-index: 999;
  width: 640px;
  height: 320px; }
  .modal .close-modal {
    color: #fff;
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; }
    .modal .close-modal:hover {
      text-decoration: underline; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }
  .lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
            animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 32px 32px;
            transform-origin: 32px 32px; }
    .lds-roller div:after {
      content: " ";
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin: -3px 0 0 -3px; }
    .lds-roller div:nth-child(1) {
      -webkit-animation-delay: -0.036s;
              animation-delay: -0.036s; }
      .lds-roller div:nth-child(1):after {
        top: 50px;
        left: 50px; }
    .lds-roller div:nth-child(2) {
      -webkit-animation-delay: -0.072s;
              animation-delay: -0.072s; }
      .lds-roller div:nth-child(2):after {
        top: 54px;
        left: 45px; }
    .lds-roller div:nth-child(3) {
      -webkit-animation-delay: -0.108s;
              animation-delay: -0.108s; }
      .lds-roller div:nth-child(3):after {
        top: 57px;
        left: 39px; }
    .lds-roller div:nth-child(4) {
      -webkit-animation-delay: -0.144s;
              animation-delay: -0.144s; }
      .lds-roller div:nth-child(4):after {
        top: 58px;
        left: 32px; }
    .lds-roller div:nth-child(5) {
      -webkit-animation-delay: -0.18s;
              animation-delay: -0.18s; }
      .lds-roller div:nth-child(5):after {
        top: 57px;
        left: 25px; }
    .lds-roller div:nth-child(6) {
      -webkit-animation-delay: -0.216s;
              animation-delay: -0.216s; }
      .lds-roller div:nth-child(6):after {
        top: 54px;
        left: 19px; }
    .lds-roller div:nth-child(7) {
      -webkit-animation-delay: -0.252s;
              animation-delay: -0.252s; }
      .lds-roller div:nth-child(7):after {
        top: 50px;
        left: 14px; }
    .lds-roller div:nth-child(8) {
      -webkit-animation-delay: -0.288s;
              animation-delay: -0.288s; }
      .lds-roller div:nth-child(8):after {
        top: 45px;
        left: 10px; }

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

header.header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  z-index: 10; }
  header.header.sticky {
    position: fixed;
    background: #fff;
    -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .3);
            box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, .3);
    -webkit-transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.25s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

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

.logo {
  margin-bottom: 70px; }
  .logo img {
    max-width: 120px; }

.sidebar .text {
  margin-bottom: 55px;
  padding-right: 30px; }

#mobile-logo {
  display: none; }

nav.navigation {
  position: relative; }
  nav.navigation ul.nav {
    list-style-type: none; }
    nav.navigation ul.nav > li {
      display: block;
      padding: 0;
      margin-bottom: 20px;
      cursor: pointer;
      -webkit-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      nav.navigation ul.nav > li.current-menu-item a, nav.navigation ul.nav > li:hover a {
        font-weight: 700; }
      nav.navigation ul.nav > li a {
        font-size: 16px;
        color: #000;
        font-weight: 300;
        -webkit-transition: font-weight .2s ease-in-out;
        transition: font-weight .2s ease-in-out; }
      nav.navigation ul.nav > li.selected-cat a {
        font-weight: 700; }
      nav.navigation ul.nav > li.menu-contact-us {
        margin-top: 55px; }
    nav.navigation ul.nav .sub-menu {
      display: none; }
  nav.navigation .menu-mobile-social {
    display: none !important; }
  nav.navigation.menu-open ul.nav > li a {
    color: #fff; }

.navigation-toggle {
  display: none;
  padding: 5px 0; }
  .navigation-toggle > p {
    margin: 5px 0;
    display: inline-block; }
  .navigation-toggle button {
    background: none;
    float: right;
    height: 30px;
    padding: 0;
    border: 0;
    cursor: pointer; }
    .navigation-toggle button .icon-bar {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background-color: #000;
      display: block;
      width: 27px;
      height: 3px;
      border-radius: 1px; }
      .navigation-toggle button .icon-bar + .icon-bar {
        margin-top: 4px; }
    .navigation-toggle button.close-menu .first {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .navigation-toggle button.close-menu .second {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .navigation-toggle button.close-menu .third {
      display: none; }
    .navigation-toggle button.close-menu .icon-bar + .icon-bar {
      margin-top: -1.5px; }

@media (max-width: 920px) {
  nav.navigation {
    top: 0;
    position: fixed;
    float: none;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999; }
    nav.navigation .nav-container {
      background-color: white;
      -webkit-transform: scaleY(0);
              transform: scaleY(0);
      -webkit-transform-origin: top;
              transform-origin: top;
      -webkit-transition: -webkit-transform 0.26s ease;
      transition: -webkit-transform 0.26s ease;
      transition: transform 0.26s ease;
      transition: transform 0.26s ease, -webkit-transform 0.26s ease;
      padding: 18px;
      overflow: hidden;
      margin-top: 35px;
      width: 100%; }
      nav.navigation .nav-container.open {
        -webkit-transform: scaleY(1);
                transform: scaleY(1); }
    nav.navigation ul.nav > li {
      display: block;
      padding: 10px 14px;
      margin: 0; }
      nav.navigation ul.nav > li.menu-contact-us {
        margin-top: 35px;
        position: relative; }
        nav.navigation ul.nav > li.menu-contact-us:before {
          content: "";
          position: absolute;
          background-color: #000;
          height: 1.8px;
          width: 6px;
          left: 15px;
          top: -17.5px; }
    nav.navigation .menu-mobile-social {
      display: block !important; }
      nav.navigation .menu-mobile-social a {
        border-bottom: 1.5px solid #a3a3a3;
        font-weight: 600 !important; }
  .navigation-toggle {
    display: block;
    padding-left: 31px;
    padding-top: 10px; }
    .navigation-toggle button {
      float: left; }
  .mobile-color {
    background-color: #18366a; }
  .sidebar .text {
    padding-right: 0;
    display: none;
    -webkit-transition: all 0.50s ease;
    transition: all 0.50s ease;
    max-height: 420px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .sidebar .text p {
      font-size: 30px;
      line-height: 37px;
      color: #18366a; }
    .sidebar .text.removed {
      max-height: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      margin: 0; }
    .sidebar .text.no-more {
      display: none !important; }
  .home .sidebar .text {
    display: block; } }

@media (max-width: 920px) {
  #mobile-logo {
    display: block; }
  #site-logo {
    display: none; }
  .logo {
    margin-top: 6px;
    margin-bottom: 33px; } }

footer#footer {
  padding-bottom: 100px; }
  footer#footer .footer-grid:after {
  content: '';
  display: block;
  clear: both; }
    footer#footer .footer-grid > .grid-item:first-of-type {
      width: calc(19% - 8.1px); }
    footer#footer .footer-grid > .grid-item:first-of-type:nth-child(1n) {
      float: left;
      margin-right: 10px;
      clear: none; }
    footer#footer .footer-grid > .grid-item:first-of-type:last-child {
      margin-right: 0; }
    footer#footer .footer-grid > .grid-item:first-of-type:nth-child(2n) {
      margin-right: 0;
      float: right; }
    footer#footer .footer-grid > .grid-item:first-of-type:nth-child(2n + 1) {
      clear: both; }
    footer#footer .footer-grid > .grid-item:last-of-type {
      padding-top: 30px;
      border-top: 1px solid black;
      width: calc(81% - 1.9px); }
    footer#footer .footer-grid > .grid-item:last-of-type:nth-child(1n) {
      float: left;
      margin-right: 10px;
      clear: none; }
    footer#footer .footer-grid > .grid-item:last-of-type:last-child {
      margin-right: 0; }
    footer#footer .footer-grid > .grid-item:last-of-type:nth-child(2n) {
      margin-right: 0;
      float: right; }
    footer#footer .footer-grid > .grid-item:last-of-type:nth-child(2n + 1) {
      clear: both; }
  footer#footer .footer-inner-grid:after {
  content: '';
  display: block;
  clear: both; }
    footer#footer .footer-inner-grid .grid-item {
      width: calc(33.33333% - 13.33333px); }
    footer#footer .footer-inner-grid .grid-item:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    footer#footer .footer-inner-grid .grid-item:last-child {
      margin-right: 0; }
    footer#footer .footer-inner-grid .grid-item:nth-child(3n) {
      margin-right: 0;
      float: right; }
    footer#footer .footer-inner-grid .grid-item:nth-child(3n + 1) {
      clear: both; }
  footer#footer ul {
    list-style-type: none; }
    footer#footer ul li {
      margin-bottom: 10px; }
      footer#footer ul li:last-of-type {
        margin-bottom: 0; }
  footer#footer a {
    color: black;
    border-bottom: 1.5px solid #a3a3a3; }
    footer#footer a:visited {
      color: black; }
  footer#footer p:first-of-type {
    margin-top: 0; }
  footer#footer .contact-row p {
    display: inline-block; }
  footer#footer .footer-label {
    display: inline-block;
    width: 71px;
    font-size: 16px;
    font-weight: 600; }

@media (max-width: 1280px) {
  footer#footer .footer-grid > .grid-item:last-of-type {
    width: calc(78% - 2.2px); }
  footer#footer .footer-grid > .grid-item:last-of-type:nth-child(1n) {
    float: left;
    margin-right: 10px;
    clear: none; }
  footer#footer .footer-grid > .grid-item:last-of-type:last-child {
    margin-right: 0; }
  footer#footer .footer-grid > .grid-item:last-of-type:nth-child(2n) {
    margin-right: 0;
    float: right; }
  footer#footer .footer-grid > .grid-item:last-of-type:nth-child(2n + 1) {
    clear: both; } }

@media (max-width: 920px) {
  footer#footer {
    display: none; } }

.home .go-top {
  display: none; }

section#projects-grid {
  min-height: 590px;
  position: relative; }

section#projects-home {
  background: #e8e8e8; }
  section#projects-home .grid-item {
    width: calc(33.33333% - 13.33333px);
    position: relative; }
  section#projects-home .grid-item:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  section#projects-home .grid-item:last-child {
    margin-right: 0; }
  section#projects-home .grid-item:nth-child(3n) {
    margin-right: 0;
    float: right; }
  section#projects-home .grid-item:nth-child(3n + 1) {
    clear: both; }
    section#projects-home .grid-item:hover .project-hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.spinner {
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (max-width: 767px) {
  .home .go-top {
    display: block; }
  section#projects-home .grid-item {
    margin-bottom: 20px;
    width: 100%;
    position: relative; }
  section#projects-home .grid-item:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  section#projects-home .grid-item:last-child {
    margin-right: 0; }
  section#projects-home .grid-item:nth-child(0n) {
    float: right; }
    section#projects-home .grid-item .project-hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.main-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0; }

.article-h1 {
  margin: 0 0 50px 0;
  text-align: center; }
.projects-grid {
  display: none; }
  .projects-grid .project-hover {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .projects-grid .grid-item {
    width: calc(33.33333% - 13.33333px);
    padding: 0 10px;
    display: none; }
  .projects-grid .grid-item:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .projects-grid .grid-item:last-child {
    margin-right: 0; }
  .projects-grid .grid-item:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .projects-grid .grid-item:nth-child(3n + 1) {
    clear: both; }
    .projects-grid .grid-item.shown {
      display: block; }
  .projects-grid .project-box {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    .projects-grid .project-box:hover .project-hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .projects-grid .project-box .text {
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
      padding: 0 20px;
      width: 100%; }
      .projects-grid .project-box .text h2 {
        margin: 0 0 7.5px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px; }
      .projects-grid .project-box .text p {
        margin: 0;
        color: #fff; }

@media (max-width: 767px) {
  .projects-grid {
    display: block; }
    .projects-grid .grid-item {
      float: none;
      width: 100%;
      margin-bottom: 20px;
      padding: 0; } }

.page-template-template-contact .grid-wrapper > .grid-item:first-of-type {
  width: calc(66.66667% - 6.66667px); }

.page-template-template-contact .grid-wrapper > .grid-item:first-of-type:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.page-template-template-contact .grid-wrapper > .grid-item:first-of-type:last-child {
  margin-right: 0; }

.page-template-template-contact .grid-wrapper > .grid-item:first-of-type:nth-child(3n) {
  margin-right: 0;
  float: right; }

.page-template-template-contact .grid-wrapper > .grid-item:first-of-type:nth-child(3n + 1) {
  clear: both; }

.page-template-template-contact .grid-wrapper > .grid-item:last-of-type {
  width: calc(33.33333% - 13.33333px); }

.page-template-template-contact .grid-wrapper > .grid-item:last-of-type:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.page-template-template-contact .grid-wrapper > .grid-item:last-of-type:last-child {
  margin-right: 0; }

.page-template-template-contact .grid-wrapper > .grid-item:last-of-type:nth-child(3n) {
  margin-right: 0;
  float: right; }

.page-template-template-contact .grid-wrapper > .grid-item:last-of-type:nth-child(3n + 1) {
  clear: both; }

.page-template-template-contact .contact-group {
  margin-bottom: 50px; }
  .page-template-template-contact .contact-group:first-of-type {
    direction: rtl; }

.page-template-template-contact p:first-of-type {
  margin-top: 0; }

.page-template-template-contact .contact-wrapper {
  margin-top: 147px; }
  .page-template-template-contact .contact-wrapper a {
    color: black;
    border-bottom: 1.5px solid #a3a3a3; }
    .page-template-template-contact .contact-wrapper a:visited {
      color: black; }
  .page-template-template-contact .contact-wrapper ul {
    list-style-type: none; }
    .page-template-template-contact .contact-wrapper ul li {
      margin-bottom: 10px; }
      .page-template-template-contact .contact-wrapper ul li a {
        font-weight: 600; }
      .page-template-template-contact .contact-wrapper ul li:last-of-type {
        margin-bottom: 0; }

@media (max-width: 920px) {
  .page-template-template-contact .contact-wrapper {
    margin-top: 0; } }

@media (max-width: 767px) {
  .page-template-template-contact .grid-wrapper > .grid-item:first-of-type {
    width: 100%;
    margin-bottom: 25px; }
  .page-template-template-contact .grid-wrapper > .grid-item:first-of-type:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .page-template-template-contact .grid-wrapper > .grid-item:first-of-type:last-child {
    margin-right: 0; }
  .page-template-template-contact .grid-wrapper > .grid-item:first-of-type:nth-child(0n) {
    float: right; }
  .page-template-template-contact .grid-wrapper > .grid-item:last-of-type {
    width: 100%; }
  .page-template-template-contact .grid-wrapper > .grid-item:last-of-type:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .page-template-template-contact .grid-wrapper > .grid-item:last-of-type:last-child {
    margin-right: 0; }
  .page-template-template-contact .grid-wrapper > .grid-item:last-of-type:nth-child(0n) {
    float: right; }
  .page-template-template-contact .contact-group:first-of-type {
    text-align: right; } }

.single-projects .main-grid .container > .grid-item:last-of-type {
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  position: relative;
  height: 62vh; }

.single-projects .text-grid {
  margin-bottom: 20px; }
  .single-projects .text-grid .grid-item {
    width: calc(33.33333% - 13.33333px); }
  .single-projects .text-grid .grid-item:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .single-projects .text-grid .grid-item:last-child {
    margin-right: 0; }
  .single-projects .text-grid .grid-item:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .single-projects .text-grid .grid-item:nth-child(3n + 1) {
    clear: both; }
  .single-projects .text-grid .info-mobile-wrapper {
    width: calc(66.66667% - 6.66667px); }
  .single-projects .text-grid .info-mobile-wrapper:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .single-projects .text-grid .info-mobile-wrapper:last-child {
    margin-right: 0; }
  .single-projects .text-grid .info-mobile-wrapper:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .single-projects .text-grid .info-mobile-wrapper:nth-child(3n + 1) {
    clear: both; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item {
      width: calc(50% - 10px); }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:last-child {
      margin-right: 0; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:nth-child(2n + 1) {
      clear: both; }

.single-projects .go-top {
  margin: 40px auto -57px; }

.single-project-wrapper {
  display: none; }

.gallery-image {
  margin-bottom: 20px; }

.gallery-image-div {
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 570px; }

.projects-slider {
  margin-bottom: 20px; }
  .projects-slider .slick-next:before, .projects-slider .slick-prev:before {
    content: ""; }
  .projects-slider .slick-next {
    right: -15px; }
    .projects-slider .slick-next img {
      float: right; }
  .projects-slider .slick-prev {
    left: -15px; }

.open-info {
  display: none; }

.project-nav:after {
  content: '';
  display: block;
  clear: both; }

.project-nav {
  margin-top: 35px; }
  .project-nav a {
    color: black;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px; }
    .project-nav a:visited {
      color: black; }

.next-project {
  float: right; }
  .next-project .chev:after {
  content: '';
  display: block;
  clear: both; }
  .next-project .chev {
    float: none; }
    .next-project .chev img {
      float: right;
      margin-top: 12px;
      margin-bottom: -6px; }

.prev-project {
  float: left; }

@media (max-width: 920px) {
  .single-projects .text-grid .grid-item {
    width: 100%; }
  .single-projects .text-grid .grid-item:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .single-projects .text-grid .grid-item:last-child {
    margin-right: 0; }
  .single-projects .text-grid .grid-item:nth-child(0n) {
    float: right; }
  .single-projects .text-grid .info-mobile-wrapper {
    display: none;
    width: 100%; }
  .single-projects .text-grid .info-mobile-wrapper:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  .single-projects .text-grid .info-mobile-wrapper:last-child {
    margin-right: 0; }
  .single-projects .text-grid .info-mobile-wrapper:nth-child(0n) {
    float: right; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item {
      width: 100%; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:nth-child(1n) {
      float: left;
      margin-right: 0;
      clear: none; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:last-child {
      margin-right: 0; }
    .single-projects .text-grid .info-mobile-wrapper .grid-item:nth-child(0n) {
      float: right; }
  .single-projects .go-top {
    margin: 30px auto -20px; }
  .open-info {
    display: block;
    float: right;
    margin-top: -57px;
    z-index: 10;
    position: relative; }
  .gallery-image-div {
    height: 200px; } }
