/* ==========================================================================
   INNOVACT CONSULTING
   By Quisk Design (quisk.com.au) - 2015
   ========================================================================== */
/* PARTIALS */
/*! 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: 85%; }

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

/*
  FLUIDITY v0.1.0
  @mrmrs - http://mrmrs.cc
*/
/* Responsive Utilities */
img, canvas, iframe, video, svg, select, textarea {
  max-width: 100%; }

img {
  height: auto; }

/* Wrap tables or pre elements in a div with this class */
.overflow-container {
  overflow-y: scroll; }

/* Aspect ratios for media objects i.e canvas, iframe, video, svg etc. Defaults to 16x9 */
.home .aspect-ratio {
  height: 0;
  padding-top: 55%;
  position: relative; }
  @media screen and (min-width: 360px) {
    .home .aspect-ratio {
      padding-top: 46.9%; } }

.aspect-ratio--object {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

/*
   VARIABLES
   ========================================================================== */
/*
   UTILITIES
   ========================================================================== */
.u-mobile-only {
  display: block; }
  @media (min-width: 600px) {
    .u-mobile-only {
      display: none; } }

.u-desktop-only {
  display: none; }
  @media (min-width: 1100px) {
    .u-desktop-only {
      display: block; } }

.cf:after,
.cf:before {
  content: '';
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/*
   BASE
   ========================================================================== */
html {
  font-size: 62.5%; }

* {
  box-sizing: border-box; }

body {
  font-size: 1.5em;
  line-height: 1.5;
  font-family: "Circular Std", "Circular", "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff; }

.container {
  max-width: 1280px;
  margin: 0 auto; }

/*
   SPACING
   ========================================================================== */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
p,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2rem; }

p {
  margin-bottom: 0; }

/*
   TYPOGRAPHY
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 3.6rem;
  line-height: 1.2; }

h2 {
  font-size: 3.2rem;
  line-height: 1.2; }

h3 {
  font-size: 2.7rem;
  line-height: 1.2; }

h4 {
  font-size: 2.2rem;
  line-height: 1.15; }

h5 {
  font-size: 1.7rem;
  line-height: 1.3; }

h6 {
  font-size: 1.4rem;
  line-height: 1.4; }

@media (min-width: 1100px) {
  h1 {
    font-size: 4.0rem; }
  h2 {
    font-size: 3.6rem; }
  h3 {
    font-size: 3.0rem; }
  h4 {
    font-size: 2.5rem; }
  h5 {
    font-size: 2.2rem; }
  h6 {
    font-size: 1.8rem; } }

p {
  margin-top: 0; }

/* MODULES */
/*
   BLOCKS
   ========================================================================== */
/* Big Grid */
.grid {
  max-width: 1300px;
  margin: 0 auto;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff; }
  @media (min-width: $container-width) {
    .grid {
      border: none; } }
  .grid:after, .grid:before {
    clear: both;
    content: "";
    display: table; }

/* The Blocks */
.block,
.blocks {
  position: relative;
  float: left;
  min-height: 1px;
  border: 5px solid #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .block:hover .block__info,
  .blocks:hover .block__info {
    opacity: 1; }

.block--stacked:hover .block--work .block__info {
  opacity: 0; }

.block--stacked .block--work:hover .block__info {
  opacity: 1; }

/* Align Bottom Mixin */
.block__info {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
          transition: opacity 0.3s ease, background-color 0.3s ease; }
  @media (min-width: 1100px) {
    .block__info {
      padding: 25px; } }
  .block__info h4 {
    margin-bottom: 10px;
    -webkit-transition: color 0.35s ease;
            transition: color 0.35s ease; }
    @media (min-width: 1100px) {
      .block__info h4 {
        margin-bottom: 20px; } }

.block__info__bottom {
  position: absolute;
  bottom: 25px;
  right: 25px; }
  @media (min-width: 1100px) {
    .block__info__bottom {
      bottom: 20px;
      right: 20px; } }

.block__info__right {
  text-align: right; }

.block__info--hover {
  opacity: 1;
  background-color: rgba(44, 57, 63, 0.75); }
  @media (min-width: 1100px) {
    .block__info--hover {
      opacity: 0;
      background-color: rgba(44, 57, 63, 0.92); } }

.block__info--bg-hover {
  background-color: rgba(44, 57, 63, 0.5); }
  @media (min-width: 1100px) {
    .block__info--bg-hover {
      background-color: rgba(44, 57, 63, 0.3); }
      .block__info--bg-hover:hover {
        background-color: rgba(44, 57, 63, 0.6); } }

.block__info--bg-hover-white {
  background-color: rgba(255, 255, 255, 0.5); }
  @media (min-width: 1100px) {
    .block__info--bg-hover-white {
      background: none; }
      .block__info--bg-hover-white:hover {
        background-color: rgba(255, 255, 255, 0.5); } }

.block__info--bg-hover-blue {
  background-color: rgba(0, 176, 219, 0.4); }

.block__half {
  width: 100%;
  height: 240px; }
  .block__half h3, .block__half h4 {
    font-size: 3.2rem;
    margin-bottom: 10px; }
  .block__half .block__work__meta {
    margin-bottom: 0px; }

.block__1x1 {
  width: 100%;
  height: 220px; }

.block__1x2 {
  width: 100%;
  min-height: 220px; }

.block__2x1 {
  width: 100%;
  height: 220px; }

.block__2x2 {
  width: 100%;
  height: 220px; }

.block__3x2 {
  width: 100%;
  height: 220px; }

.block__1x2--stacked {
  width: 100%;
  padding: 0;
  border: none; }
  .block__1x2--stacked .block__1x1 {
    width: 50%;
    height: 220px; }

.block__2x2--stacked {
  width: 100%;
  padding: 0;
  border: none; }

@media (min-width: 400px) {
  .block__1x1 {
    width: 50%;
    height: 220px; } }

@media (min-width: 800px) {
  .block__half {
    height: 280px; }
  .block__1x1 {
    width: 25%;
    height: 240px; }
  .block__1x2 {
    width: 50%;
    height: 240px; }
    .block__1x2 .block__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .block__2x1 {
    width: 50%;
    height: 240px; }
  .block__2x2 {
    width: 50%;
    height: 240px; }
    .block__2x2 h3, .block__2x2 h4 {
      font-size: 3.2rem; }
  .block__3x2 {
    width: 50%;
    height: 240px; }
    .block__3x2 h3, .block__3x2 h4 {
      font-size: 3.2rem; }
  .block__1x2--stacked {
    width: 50%;
    border: none; }
    .block__1x2--stacked .block__1x1 {
      width: 50%;
      height: 240px; }
  .block__2x2--stacked {
    width: 100%;
    border: none; } }

@media (min-width: 1100px) {
  .block__half {
    width: 50%; }
  .block__1x1 {
    width: 20%;
    height: 253px; }
    .block__1x1 h4 {
      margin-bottom: 10px; }
  .block__1x2 {
    width: 20%;
    height: 506px; }
  .block__2x1 {
    width: 40%;
    height: 150px; }
  .block__2x2 {
    width: 40%;
    height: 506px; }
    .block__2x2 .block__info {
      padding: 50px 40px; }
    .block__2x2 h3, .block__2x2 h4 {
      font-size: 5.8rem; }
  .block__3x2 {
    width: 60%;
    height: 506px; }
    .block__3x2 .block__info {
      padding: 60px; }
    .block__3x2 h4 {
      font-size: 5.8rem; }
  .block__1x2--stacked {
    width: 20%; }
    .block__1x2--stacked .block__1x1 {
      width: 100%;
      height: 253px; }
  .block__2x2--stacked {
    width: 40%;
    height: 506px; }
    .block__2x2--stacked .block__1x1 {
      width: 50%;
      height: 253px; }
    .block__2x2--stacked .block__2x1 {
      width: 100%;
      height: 253px; } }

.block__type, .block__link, .block__work__meta {
  font-style: normal;
  font-family: "Source Code Pro", "Menlo", "Monaco", "Karla", "Courier New", "Courier", monospaced;
  font-size: 1.2rem;
  text-transform: uppercase; }

.block__type {
  display: block;
  margin-bottom: 8px; }

.block__link {
  display: block;
  margin-top: 15px;
  text-align: right; }

.block__work__meta span::after {
  margin-right: 5px;
  content: "/"; }

.block__work__meta span:last-child::after {
  margin-right: 0px;
  content: ""; }

.block--dark {
  color: #fff;
  background-color: #2C393F;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }
  .block--dark .block__type {
    color: #00B0DB; }
  .block--dark .block__link {
    color: #989FA3; }
  .block--dark .block__work__meta {
    color: #989FA3; }

.block--light {
  background-color: #fff; }
  .block--light .block__link {
    color: #6E777D; }

.block--blue {
  color: #fff;
  background-color: #00B0DB; }
  .block--blue .block__type {
    color: #2C393F; }
  .block--blue .block__link {
    color: #abefff; }

.block--black {
  color: #fff;
  background-color: #1F2224; }
  .block--black .block__type {
    color: #00B0DB; }
  .block--black .block__link {
    color: #989FA3; }

@media (min-width: 800px) {
  .block--service .block__info, .block--work .block__info, .block--text .block__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

.block--text h3 {
  display: none; }
  @media (min-width: 400px) {
    .block--text h3 {
      display: inline-block; } }

@media (min-width: 1100px) {
  .block--service.block__3x2 .block__info {
    padding-right: 270px; } }

.block--news:hover h4 {
  color: #00B0DB; }

.block--link h4 {
  font-size: 3rem; }
  @media (min-width: 1100px) {
    .block--link h4 {
      font-size: 3.4rem; } }

.block--subscribe form {
  margin: 0; }

.block--subscribe input[type="text"], .block--subscribe input[type="email"] {
  width: 47%; }

.block--subscribe input[type="submit"] {
  width: 97%;
  background-color: #2C393F; }
  .block--subscribe input[type="submit"]:hover {
    background-color: #222b30; }

.block--subscribe input[type="text"], .block--subscribe input[type="email"], .block--subscribe input[type="submit"] {
  margin: 5px 1%; }
  @media (min-width: 1100px) {
    .block--subscribe input[type="text"], .block--subscribe input[type="email"], .block--subscribe input[type="submit"] {
      width: 100%;
      margin: 5px 0; } }

/*
   BUTTONS
   ========================================================================== */
.button {
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 1.6rem;
  color: #fff !important;
  background-color: #00B0DB;
  border-radius: 4px;
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease; }
  .button:hover {
    background-color: #2C393F; }

.button--small {
  padding: 0.25em 0.8em;
  font-size: 1.3rem;
  font-weight: 500; }

/*
   CONTENT
   ========================================================================== */
main {
  max-width: 1084px;
  margin: 70px auto 40px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    main {
      padding: 0px 30px; } }
  @media (min-width: 800px) {
    main {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }

.content {
  line-height: 1.6em; }
  @media (min-width: 800px) {
    .content {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .content h1 {
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 4px solid #414547; }
    @media (min-width: 800px) {
      .content h1 {
        text-align: left;
        font-size: 5rem; } }
  .content h2 {
    margin-top: 40px;
    color: #00B0DB; }
  .content h3 {
    margin: 40px 0px 10px;
    padding-bottom: 10px;
    color: #00B0DB;
    border-bottom: solid 2px #414547; }
  .content h4 {
    margin-top: 35px;
    margin-bottom: 12px;
    color: #00B0DB; }
  .content h5 {
    margin-top: 30px;
    color: #fff; }
  .content h6 {
    margin-top: 30px;
    color: #00B0DB; }
  .content p {
    margin-bottom: 20px; }
  .content blockquote {
    margin: 15px 0px 20px;
    padding-left: 25px;
    color: #00B0DB;
    font-style: italic;
    font-size: 2.0rem;
    line-height: 1.4;
    border-left: 4px solid #00B0DB; }
  .content img.alignleft {
    float: left;
    margin: 5px 25px 25px 0px; }

.post--list {
  margin-bottom: 50px; }
  .post--list h1 {
    font-size: 3.2rem;
    margin-bottom: 15px; }
    @media (min-width: 800px) {
      .post--list h1 {
        font-size: 4rem; } }

.entry-meta {
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  color: #989FA3;
  font-size: 1.4rem;
  font-family: "Karla", "Courier New", "Courier", monospaced;
  text-transform: uppercase;
  letter-spacing: 0.1rem; }
  @media (min-width: 800px) {
    .entry-meta {
      text-align: left; } }

.pagination {
  width: 100%;
  margin: 50px auto 10px;
  text-align: center; }
  .pagination a {
    margin: 5px 3px; }

.news--thumb {
  display: block;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 30px 30px; }
  @media (min-width: 800px) {
    .news--thumb {
      float: right;
      max-width: 200px; } }

/*
   FEATURE
   ========================================================================== */
.feature {
  position: relative;
  height: auto;
  margin-bottom: 30px;
  padding: 60px 30px;
  text-align: center;
  color: #fff;
  background: #2C393F url("../images/feature/home-feature4.jpg") center center no-repeat;
  background-size: cover; }
  @media (min-width: 800px) {
    .feature {
      margin-bottom: 60px;
      padding: 80px 30px; } }
  .feature h2 {
    width: 100%;
    font-size: 2.7rem;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.9);
    z-index: 99; }
    @media (min-width: 600px) {
      .feature h2 {
        padding: 0px 20px;
        font-size: 4rem; } }
    @media (min-width: 800px) {
      .feature h2 {
        font-size: 5rem; } }
    @media (min-width: 1100px) {
      .feature h2 {
        font-size: 5.8rem; } }
  .feature img {
    position: absolute;
    top: 0;
    margin-left: -39px;
    z-index: 99; }

.home .feature {
  padding-left: 0px;
  padding-right: 0px; }
  .home .feature h2 {
    padding: 0px 20px;
    position: absolute;
    top: 18%;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6); }
    @media (min-width: 400px) {
      .home .feature h2 {
        top: 25%; } }
    @media (min-width: 600px) {
      .home .feature h2 {
        top: 30%; } }
    @media (min-width: 800px) {
      .home .feature h2 {
        top: 35%; } }

.cb-slideshow,
.cb-slideshow:after {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.cb-slideshow:after {
  content: ''; }

.home .cb-slideshow,
.home .cb-slideshow:after {
  display: block; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 24s linear infinite 0s;
  animation: imageAnimation 24s linear infinite 0s; }

.cb-slideshow li:nth-child(1) span {
  background-image: url(../images/feature/home-feature6.jpg); }

.cb-slideshow li:nth-child(2) span {
  background-image: url(../images/feature/home-feature4.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.cb-slideshow li:nth-child(3) span {
  background-image: url(../images/feature/home-feature2.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s; }

.cb-slideshow li:nth-child(4) span {
  background-image: url(../images/feature/home-feature5.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s; }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  2% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  27% {
    opacity: 1; }
  28% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  2% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  27% {
    opacity: 1; }
  28% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/*
   FOOTER
   ========================================================================== */
footer {
  max-width: 1280px;
  margin: 60px auto 0;
  padding: 30px 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: "Karla", "Courier New", "Courier", monospaced;
  font-size: 1.4rem;
  color: #989FA3;
  border-top: 2px solid #414547; }
  @media (min-width: 1100px) {
    footer {
      margin: 80px auto 0;
      padding: 30px 40px 40px; } }

.footer__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 200px;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  padding: 0 20px 10px;
  text-align: center; }
  @media (min-width: 600px) {
    .footer__col {
      text-align: left; } }

/*
   FORMS
   ========================================================================== */
textarea[type="email"],
textarea[type="number"],
textarea[type="search"],
textarea[type="submit"],
textarea[type="text"],
textarea[type="tel"],
textarea[type="url"],
textarea[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  padding: 11px 13px;
  color: #6E777D;
  font-family: "Source Code Pro", "Menlo", "Monaco", "Karla", "Courier New", "Courier", monospaced;
  font-size: 1.4rem;
  appearance: none;
  border: none;
  border-radius: 4px; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #6E777D; }

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #6E777D; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #6E777D; }

textarea::placeholder,
input::placeholder {
  color: #6E777D; }

input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  background-color: #2C393F;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  input[type="submit"]:hover {
    background-color: #1b2327; }

textarea {
  min-height: 65px;
  padding: 6px; }

select {
  color: #6E777D; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="submit"],
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: none;
  outline: 0; }

textarea:focus,
select:focus {
  border: none;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem; }

.wpcf7-form p {
  margin-bottom: 15px; }

@media (min-width: 600px) {
  .wpcf7-form .col {
    display: inline-block;
    width: 46%;
    margin-right: 3%;
    vertical-align: top; } }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  width: 100%; }

.wpcf7-form textarea {
  width: 100%;
  height: 150px;
  padding: 11px 13px;
  color: #6E777D;
  font-family: "Source Code Pro", "Menlo", "Monaco", "Karla", "Courier New", "Courier", monospaced;
  font-size: 1.4rem;
  appearance: none;
  border: none;
  border-radius: 4px; }
  @media (min-width: 600px) {
    .wpcf7-form textarea {
      width: 96%; } }

.wpcf7-form select {
  padding: 10px; }

.content input[type="submit"] {
  background-color: #00B0DB; }
  .content input[type="submit"]:hover {
    background-color: #008fb2; }

.subscribe-form img.ajax-loader {
  display: none; }

/*
   HEADER
   ========================================================================== */
header {
  position: relative;
  max-width: 1190px;
  margin: 30px auto;
  padding: 0 20px; }

.menu-toggle {
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  color: #00B0DB;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .menu-toggle span {
    display: none; }
    @media (min-width: 400px) {
      .menu-toggle span {
        display: inline-block; } }
  .menu-toggle img {
    vertical-align: -40%;
    margin-left: 18px; }

/*
   LINKS
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }

.content a {
  color: #00B0DB; }
  .content a:hover {
    color: #009cc2; }

/*
   NAVIGATION
   ========================================================================== */
.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-content {
  position: relative;
  overflow-y: scroll; }
  .st-content::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
            transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-content::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }

/* content style */
.st-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  width: 290px;
  height: 100%;
  color: #fff;
  background: rgba(44, 57, 63, 0.98);
  -webkit-transition: all 0.5s;
          transition: all 0.5s; }
  @media (min-width: 400px) {
    .st-menu {
      width: 350px; } }
  .st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .st-menu ul li a {
      display: block;
      padding: 6px 20px 6px 40px;
      font-size: 2.1rem;
      -webkit-transition: background 0.3s;
              transition: background 0.3s; }
      .st-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.15); }
  .st-menu .sub-menu {
    margin: 0 0 10px; }
    .st-menu .sub-menu li a {
      color: #989FA3;
      font-size: 1.4rem;
      -webkit-transition: background 0.3s;
              transition: background 0.3s; }
      @media (min-width: 400px) {
        .st-menu .sub-menu li a {
          font-size: 1.6rem; } }
      .st-menu .sub-menu li a:before {
        content: '\2013';
        margin-right: 10px; }

.nav__top {
  margin: 50px 40px; }
  .nav__top .nav__close-button {
    display: inline-block;
    float: left; }
  .nav__top input {
    width: 160px;
    float: left;
    margin: 0 0 0 30px;
    padding: 10px 40px 10px 13px;
    color: #2C393F;
    background: #989FA3 url("../images/search-icon.svg") 95% center no-repeat; }
    @media (min-width: 400px) {
      .nav__top input {
        width: 200px; } }
    .nav__top input::-webkit-input-placeholder {
      color: #2C393F; }
    .nav__top input::-moz-placeholder {
      color: #2C393F; }
    .nav__top input:-ms-input-placeholder {
      color: #2C393F; }
    .nav__top input::placeholder {
      color: #2C393F; }

/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(101%, 0, 0);
          transform: translate3d(101%, 0, 0); }

.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

/*
   PROJECTS
   ========================================================================== */
.projects .block:hover .block__info--hover {
  opacity: 0; }

@media (min-width: 1100px) {
  .projects .block__info--hover {
    opacity: 1; } }

.project h1 {
  margin-bottom: 25px; }

.project .pagination {
  margin-top: 40px; }

/* Project Tags */
.project__tags {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 800px) {
    .project__tags {
      text-align: left; } }

/* Project Images */
.project__images {
  margin-top: 30px; }

.project__image {
  position: relative;
  float: left;
  line-height: 0px;
  border: 5px solid #2d3031;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .project__image:hover .block__info {
    opacity: 1; }
  .project__image img {
    width: 100%; }

.project__image--full {
  width: 100%; }

.project__image--half {
  width: 100%; }
  @media (min-width: 600px) {
    .project__image--half {
      width: 50%; } }

.project__image--third {
  width: 100%; }
  @media (min-width: 400px) {
    .project__image--third {
      width: 33.333%; } }

/*
   SIDEBAR
   ========================================================================== */
.sidebar {
  margin-top: 50px; }
  @media (min-width: 800px) {
    .sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 250px;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      margin: 0px 0px 0px 40px; } }
  @media (min-width: 1100px) {
    .sidebar {
      margin: 0px 0px 0px 60px; } }

.sidebar__block {
  position: relative;
  float: left;
  min-height: 1px;
  border: 5px solid #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
  .sidebar__block .block__info {
    padding: 20px; }
  .sidebar__block .block__info__bottom {
    bottom: 20px;
    right: 20px; }
  .sidebar__block h4 {
    font-size: 2.2rem; }

.sidebar__block--1x1 {
  width: 100%;
  height: 180px; }
  @media (min-width: 600px) {
    .sidebar__block--1x1 {
      width: 50%; } }
  @media (min-width: 800px) {
    .sidebar__block--1x1 {
      width: 100%; } }

.sidebar__block--1x2 {
  width: 100%; }

@media (min-width: 800px) {
  .sidebar__block--1x2 input[type="text"], .sidebar__block--1x2 input[type="email"], .sidebar__block--1x2 input[type="submit"] {
    width: 100%; } }

/* THEMES */
body {
  background-color: #2d3031; }

.grid, .block, .blocks, .sidebar__block {
  border-color: #2d3031; }

.block--light {
  color: #2C393F; }

.menu-toggle {
  color: #fff; }

.st-content::after {
  background: rgba(255, 255, 255, 0.2); }

.st-menu {
  background-color: #f5f5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  .st-menu li a {
    color: #2C393F; }

.nav__top input {
  color: #585f63;
  background: #dbdedf url("../images/search-icon-white.svg") 95% center no-repeat; }
  .nav__top input::-webkit-input-placeholder {
    color: #7d868b; }
  .nav__top input::-moz-placeholder {
    color: #7d868b; }
  .nav__top input:-ms-input-placeholder {
    color: #7d868b; }
  .nav__top input::placeholder {
    color: #7d868b; }
  .nav__top input:focus {
    background-color: #ced1d3; }
