/*
Theme Name: Inklab Studio
Theme URI: http://www.inklab.com.au
Description: Responsive Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment.

Version: 1.0
Author: Inklab Studio
Author URI: http://www.inklab.com.au
Tags:


License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#webpreload {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 100%;
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-size: 36px;
  z-index: 99999;
}
#webpreload #center {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}
#webpreload #center .spinner {
  margin: 00px auto 0;
  width: 100px;
  text-align: center;
}
#webpreload #center .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#webpreload #center .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#webpreload #center .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* =Base
-------------------------------------------------------------- */
html {
  height: 100%;
}

body {
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #f7f7f7;
  color: #000;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-size: 18px;
  font-smoothing: antialiased;
  line-height: 28px;
  text-rendering: optimizeLegibility;
}

/* =Typography
-------------------------------------------------------------- */
p {
  word-wrap: break-word;
}

.entry p:last-child {
  margin-bottom: 0 !important;
}

i,
em,
dfn,
cite {
  font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
  font-family: monospace, serif;
  font-style: normal;
}

b,
strong {
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 700;
}

pre {
  -moz-box-sizing: border-box;
  -moz-border-radius: 2px;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background: #f4f4f4;
  border: 1px solid #aaaaaa;
  border-bottom-color: #cccccc;
  border-radius: 2px;
  height: auto;
  margin: 0;
  outline: none;
  padding: 6px 10px;
  vertical-align: middle;
  width: 100%;
  word-wrap: break-word;
  white-space: pre-wrap;
}

del {
  color: #555555;
  text-decoration: line-through;
}

ins,
dfn {
  border-bottom: 1px solid #cccccc;
}

sup,
sub,
small {
  font-size: 85%;
}

abbr,
acronym {
  font-size: 85%;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a abbr,
a acronym {
  border: none;
}

dfn[title],
abbr[title],
acronym[title] {
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

/* =Links
-------------------------------------------------------------- */
a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #404040;
  outline: 0;
  text-decoration: none;
}

::selection {
  background: #999999;
  color: #ffffff;
  text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
  display: inline-block;
  font-weight: 700;
  padding: 2px 0;
}

legend {
  padding: 2px 5px;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0 0 1.5em;
  padding: 1em 2em;
}

select,
input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="email"] {
  cursor: text;
  outline: none;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 4px 10px;
  margin: 0px 0px 10px 0px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  border: #ccc solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: #fff;
  color: #000;
}

select {
  height: auto;
  width: 100%;
}

area,
textarea {
  overflow: auto;
  outline: none;
  width: 100%;
  height: auto;
  padding: 4px 10px;
  margin: 0 0px 10px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  border: #ccc solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: #fff;
  color: #000;
}

input,
select {
  cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
  -moz-box-shadow: 0 0 3px #fff;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}

input[type='text'],
input[type='password'] {
  cursor: text;
}

/* =IE Forms
-------------------------------------------------------------- */
.ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
  width: 96%;
}

/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  height: auto;
  padding: 8px 20px;
  margin: 0 0 10px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  border: #ccc solid 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: #000;
  color: #fff;
}

a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
  background: #333333;
  color: #fff;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
  border: 1px solid #dddddd;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

ol {
  line-height: 22px;
  list-style-position: outside;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
  background: #f9f9f9;
  border: none;
  border-left: 4px solid #d6d6d6;
  margin: 20px;
  overflow: auto;
  padding: 0 0 10px 12px;
}

blockquote p {
  font-family: 'Georgia', 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1 {
  font-family: "adelle-1", "adelle-2", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 56px;
  margin: 0 0 20px;
  padding: 0;
}

h2 {
  font-family: "adelle-1", "adelle-2", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px;
  padding: 0;
}

h3 {
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0;
}

h4 {
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
}

h5 {
  font-family: "adelle-1", "adelle-2", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0px;
  line-height: 0px;
  margin: 0 0 10px;
  padding: 0;
}

h6 {
  font-family: "adelle-1", "adelle-2", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0px;
  line-height: 0px;
  margin: 0 0 10px;
  padding: 0;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p,
hr,
dl,
pre,
table,
address,
blockquote {
  margin: 0 0 20px;
}

th, td {
  padding: .8em;
}

caption {
  padding-bottom: .8em;
}

blockquote {
  padding: 0 1em;
}

blockquote:first-child {
  margin: .8em 0;
}

fieldset {
  margin: 1.6em 0;
  padding: 0 1em 1em;
}

legend {
  padding-left: .8em;
  padding-right: .8em;
}

legend + * {
  margin-top: 1em;
}

dt {
  margin-bottom: .4em;
  margin-top: .8em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

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

li ul,
li ol {
  margin: 0;
}

form div {
  margin-bottom: .8em;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
  font-size: 12px;
}

#cancel-comment-reply-link {
  color: #990000;
}

.post-edit {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 1.5em 0;
}

.post-search-terms {
  clear: both;
}

.attachment-entry {
  clear: both;
  text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
  display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
  color: #aaaaaa;
  font-size: 18px;
  margin-left: 5px;
}

.form-allowed-tags {
  display: none;
  font-size: 10px;
}

/* =Titles
-------------------------------------------------------------- */
.title-404 {
  color: #993333;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
  color: #111111;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  margin: 20px 0;
  padding: 0 5px;
}

.navigation a {
  color: #aaaaaa;
  padding: 4px 10px;
}

.navigation a:hover {
  color: #111111;
  text-decoration: none;
}

.navigation .previous {
  float: left;
}

.navigation .next {
  float: right;
}

.navigation .bracket {
  font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
  clear: both;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
  padding: 5px 0;
}

.pagination a {
  text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
  font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
  margin: 0;
}

.commentlist {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist ol {
  list-style: decimal;
}

.commentlist li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  margin: 0;
}

.commentlist li cite {
  color: #111111;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 400;
}

.commentlist li.alt {
  background: #f9f9f9;
}

.commentlist .children {
  list-style: none;
  margin-left: 10px;
  padding: 10px;
}

.commentlist .avatar {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}

.comment-author .says {
  color: #999999;
}

.comment-body .comment-meta {
  color: #999999;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
}

.comment-body .comment-meta a {
  font-size: 11px;
}

.comment-body {
  clear: both;
  padding: 10px;
}

.comment-body p {
  clear: both;
}

.pingback, .trackback {
  list-style: none;
  margin: 20px 0;
}

.pingback cite,
.trackback cite {
  font-style: normal;
}

#pings,
#comments {
  text-align: left;
}

#respond {
  clear: both;
  margin-top: 45px;
}

#respond label {
  display: inline;
}

.reply {
  margin: 10px 0;
}

.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
  display: block;
}

.nocomments {
  color: #999999;
  font-size: .9em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.wp-caption {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 13px 10px 10px 10px;
  text-align: center;
}

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

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

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

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

.wp-caption p.wp-caption-text {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  padding: 10px;
}

img.wp-smiley {
  vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  max-width: 155px;
}

.gallery img {
  border: 1px solid #dddddd;
}

.gallery .gallery-caption {
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery br + br {
  display: none;
}

.attachment-gallery img {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  display: block;
  height: auto;
  margin: 15px auto;
  max-width: 96%;
  padding: 5px;
  width: auto;
}

.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
  display: block;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
  float: left !important;
}

.right {
  float: right !important;
}

.center {
  text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
  content: ' ';
  display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
  clear: both;
}

.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
  zoom: 1;
}

.clear {
  clear: both;
}

/* =Menu
-------------------------------------------------------------- */
.google-map-placeholder {
  border: none !important;
}

#nav-trigger {
  padding-top: 6px;
  float: right;
}
#nav-trigger .lines-button {
  display: inline-block;
  padding: 12px 6px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  background: transparent;
  border: none;
}
#nav-trigger .lines-button:hover {
  opacity: 1;
}
#nav-trigger .lines-button:active, #nav-trigger .lines-button:focus {
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  outline: 0;
  outline-style: none;
  outline-width: 0;
  box-shadow: none;
}
#nav-trigger .lines {
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #000000;
  -moz-border-radius: 1.71429px;
  -webkit-border-radius: 1.71429px;
  border-radius: 1.71429px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
#nav-trigger .lines:before, #nav-trigger .lines:after {
  display: inline-block;
  width: 24px;
  height: 3px;
  background: #000000;
  -moz-border-radius: 1.71429px;
  -webkit-border-radius: 1.71429px;
  border-radius: 1.71429px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -moz-transform-origin: 1.71429px center 50%;
  -ms-transform-origin: 1.71429px center 50%;
  -webkit-transform-origin: 1.71429px center 50%;
  transform-origin: 1.71429px center 50%;
}
#nav-trigger .lines:before {
  top: 6px;
}
#nav-trigger .lines:after {
  top: -6px;
}
#nav-trigger .lines-button:hover {
  opacity: 1;
}
#nav-trigger .lines-button:hover .lines:before {
  top: 6.85714px;
}
#nav-trigger .lines-button:hover .lines:after {
  top: -6.85714px;
}
#nav-trigger .lines-button.x.close .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/
}
#nav-trigger .lines-button.x.close .lines:before, #nav-trigger .lines-button.x.close .lines:after {
  -moz-transform-origin: 50% 50% 50%;
  -ms-transform-origin: 50% 50% 50%;
  -webkit-transform-origin: 50% 50% 50%;
  transform-origin: 50% 50% 50%;
  top: 0;
  width: 24px;
  background: #000000;
}
#nav-trigger .lines-button.x.close .lines:before {
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
#nav-trigger .lines-button.x.close .lines:after {
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.ie8 #logo {
  width: 200px;
}

#main_head {
  height: 130px;
  position: fixed;
  z-index: 99997;
  width: 100%;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  top: 0;
}
#main_head .mid {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #ffffff;
  padding: 40px 50px;
  overflow: hidden;
}
#main_head #logo {
  float: left;
}
#main_head.smaller {
  top: 0;
  height: 90px;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#main_head.smaller .mid {
  padding: 20px 50px;
}
#main_head.hide {
  top: -100px;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

#header-holder {
  height: 130px;
  width: 100%;
}

/* Menu */
#soc-links {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99996;
  bottom: 130px;
}
#soc-links a {
  color: #232327;
  margin: 0 7px;
  font-size: 18px;
}
#soc-links a:hover {
  color: #929292;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  text-align: center;
  z-index: 99995;
}

/* Menu style */
.overlay nav {
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ie8 .overlay nav {
  margin-top: -200px;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.overlay ul li a {
  font-family: "adelle-1", "adelle-2", serif;
  font-size: 55px;
  color: #929292;
  line-height: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #232327;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.overlay ul li a:hover {
  color: #232327;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay ul li.current-menu-item > a {
  color: #232327;
}

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-width: 1599px) {
  #main_head {
    height: 100px;
  }
  #main_head #logo img {
    width: 110px;
    height: auto;
  }
  #main_head .mid {
    padding: 29px 40px;
  }
  #main_head.smaller {
    height: 70px;
  }
  #main_head.smaller .mid {
    padding: 13px 40px;
  }

  #header-holder {
    height: 100px;
  }

  #soc-links {
    bottom: 70px;
  }

  .overlay ul li a {
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 15px;
  }

  #nav-trigger {
    padding-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  #main_head {
    height: 70px;
  }
  #main_head #logo img {
    width: 95px;
    height: auto;
  }
  #main_head .mid {
    padding: 15px 30px;
  }
  #main_head.smaller {
    height: 55px;
  }
  #main_head.smaller .mid {
    padding: 9px 30px;
  }

  #header-holder {
    height: 70px;
  }

  #soc-links {
    bottom: 70px;
  }

  #nav-trigger {
    padding-top: 5px;
    float: right;
  }
  #nav-trigger .lines-button {
    display: inline-block;
    padding: 0;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #main_head {
    height: 60px;
  }
  #main_head #logo img {
    width: 80px;
    height: auto;
  }
  #main_head .mid {
    padding: 15px 20px 14px;
  }
  #main_head.smaller {
    height: 60px;
  }
  #main_head.smaller .mid {
    padding: 15px 20px 14px;
  }

  #header-holder {
    height: 60px;
  }

  #soc-links {
    bottom: 30px;
  }

  .overlay ul li a {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 10px;
  }

  #nav-trigger {
    padding-top: 4px;
    float: right;
  }
  #nav-trigger .lines-button {
    display: inline-block;
    padding: 0;
    transition: .3s;
    cursor: pointer;
    user-select: none;
    border-radius: 0;
    background: transparent;
    border: none;
  }
}
.tt {
  text-transform: uppercase;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.flex-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-item {
  display: block;
}

.block {
  display: block;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.p50 {
  padding: 50px;
}

.sidestep {
  padding: 0 50px;
}

.sidestep-l {
  padding: 0 10px 0 50px;
}

.h-620 {
  height: 620px;
  overflow: hidden;
}

.intro {
  font-size: 20px;
  line-height: 27px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 400;
}

.bot-left {
  left: 0;
  bottom: 40px;
}

body.clip {
  overflow: hidden !important;
}

.lb {
  background: #232327;
  color: #ffffff;
}
.lb a {
  color: #ffffff;
}
.lb a:hover {
  color: gray;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.overflow-hidden {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.left-bot-0 {
  left: 0;
  bottom: 0;
}

.nom {
  margin: 0;
}

.fill {
  width: 100%;
  height: 100%;
}

.width-50 {
  width: 50%;
}

.entry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry ul li {
  font-size: 18px;
  line-height: 26px;
}
.entry ul li:before {
  content: "";
  padding-right: 10px;
}

@media screen and (max-width: 1599px) {
  .p50 {
    padding: 40px;
  }

  .sidestep {
    padding: 0 40px;
  }

  .sidestep-l {
    padding: 0 10px 0 40px;
  }

  .h-580 {
    height: 465px;
    overflow: hidden;
  }

  .h-450 {
    height: 365px;
    overflow: hidden;
  }

  .h-130 {
    height: 100px;
    overflow: hidden;
  }

  .intro {
    font-size: 18px;
    line-height: 24px;
  }

  .bot-left {
    left: 0;
    bottom: 34px;
  }
}
@media screen and (max-width: 1280px) {
  .h-580 {
    height: 490px;
    overflow: hidden;
  }

  .h-450 {
    height: 390px;
    overflow: hidden;
  }

  .h-130 {
    height: 100px;
    overflow: hidden;
  }

  .p50 {
    padding: 30px;
  }

  .sidestep {
    padding: 0 30px;
  }

  .sidestep-l {
    padding: 0 10px 0 30px;
  }

  .intro {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p50 {
    padding: 20px;
  }

  .sidestep {
    padding: 0 20px;
  }

  .sidestep-l {
    padding: 0 10px 0 20px;
  }

  .h-580 {
    height: 390px;
    overflow: hidden;
  }

  .h-450 {
    height: 290px;
    overflow: hidden;
  }

  .h-130 {
    height: 100px;
    overflow: hidden;
  }

  .bot-left {
    left: 0;
    bottom: 34px;
  }

  .intro {
    font-size: 14px;
    line-height: 22px;
  }
}
.p404 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p404 .bg404 {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
}
.p404 .content404 {
  padding-top: 190px;
}
.p404 .content404 h1 {
  margin-bottom: 40px;
}
.p404 .content404 h1:after {
  margin-top: 36px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}

@media screen and (max-width: 1280px) {
  .p404 .content404 .width-50 {
    width: 100%;
  }
  .p404 .content404 h1 {
    margin-bottom: 30px;
  }
  .p404 .content404 h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .p404 .bg404 {
    display: none;
  }
  .p404 .content404 {
    width: 100%;
    padding-top: 50px;
  }
  .p404 .content404 .width-50 {
    width: 100%;
  }
  .p404 .content404 h1 {
    margin-bottom: 30px;
  }
  .p404 .content404 h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .p404 .content404 .entry {
    margin-bottom: 50px;
  }
  .p404 .content404 .mob-only {
    display: block;
    width: 100%;
  }
}
#page-header {
  background: #EEEEEE;
  overflow: hidden;
}
#page-header h1.heading {
  padding-top: 150px;
  font-size: 74px;
  line-height: 80px;
  margin-bottom: 200px;
}
#page-header h1.heading:after {
  margin-top: 36px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  background: #000000;
}
#page-header h1.heading span {
  font-weight: 700;
}
#page-header h3 {
  margin-bottom: 50px;
}
#page-header img {
  width: 100%;
  height: auto;
}

.home .hp-about-inklab {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.home .hp-about-inklab h1 {
  margin-top: 50px;
}
.home .hp-about-inklab h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 388px;
}
.home .hp-about-inklab:hover {
  color: #ffffff;
  background: #000000;
}
.home .hp-about-inklab:hover h1:after {
  margin-top: 26px;
  content: '';
  width: 50%;
  height: 2px;
  background: #ffffff;
  display: block;
}
.home .hp-about-inklab .entry {
  padding-right: 80px;
}
.home .work-page {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .work-page h1 {
  margin-top: 50px;
}
.home .work-page h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 388px;
}
.home .work-page:hover {
  color: #ffffff;
  background: #000000;
}
.home .work-page:hover h1:after {
  margin-top: 26px;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
}

.work-post {
  overflow: hidden;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work-post .work-image .overflow-hidden > img {
  width: 100%;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-post.col-2 .text-info {
  max-width: 50% !important;
}
.work-post .bg-color {
  left: 0;
  top: 0;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.work-post .hover {
  left: 0;
  top: 0;
}
.work-post .hover .work-info {
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.work-post .hover .work-info .text-info {
  max-width: 388px;
  width: 100%;
  color: #ffffff;
}
.work-post .hover .work-info .text-info h2 {
  margin-bottom: 20px;
}
.work-post .hover .work-info .text-info h2:after {
  margin-top: 20px;
  content: '';
  width: 1px;
  height: 2px;
  background: #ffffff;
  display: block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.work-post .hover .work-info .text-info h4 {
  margin-bottom: 50px;
}
.work-post .hover img {
  max-width: 70%;
  margin: 50px 0 0 0px;
}
.work-post:hover .bg-color {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}
.work-post:hover .work-image .overflow-hidden > img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.work-post:hover .work-image .hover .work-info .text-info h2:after {
  margin-top: 20px;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1599px) {
  #page-header h1.heading {
    padding-top: 120px;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 150px;
  }
  #page-header h3 {
    margin-bottom: 40px;
  }

  .home .hp-about-inklab h1 {
    margin-top: 35px;
  }
  .home .work-page h1 {
    margin-top: 35px;
  }

  .work-post {
    overflow: hidden;
    color: #ffffff;
  }
  .work-post .work-image .overflow-hidden > img {
    width: 100%;
    display: inline-block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .work-post .bg-color {
    left: 0;
    top: 0;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .work-post .hover {
    left: 0;
    top: 0;
  }
  .work-post .hover .work-info {
    left: 0;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .work-post .hover .work-info .text-info {
    max-width: 388px;
    width: 100%;
    color: #ffffff;
  }
  .work-post .hover .work-info .text-info h2 {
    margin-bottom: 15px;
  }
  .work-post .hover .work-info .text-info h2:after {
    margin-top: 15px;
    content: '';
    width: 1px;
    height: 2px;
    background: #ffffff;
    display: block;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .work-post .hover .work-info .text-info h4 {
    margin-bottom: 35px;
  }
  .work-post .hover img {
    max-width: 70%;
    margin: 35px 0 0 0px;
  }
  .work-post:hover .bg-color {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
  }
  .work-post:hover .work-image .overflow-hidden > img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .work-post:hover .work-image .hover .work-info .text-info h2:after {
    margin-top: 15px;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 1280px) {
  #page-header h1.heading {
    padding-top: 100px;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 120px;
  }
  #page-header h3 {
    margin-bottom: 40px;
  }

  .home .hp-about-inklab h1 {
    margin-top: 35px;
  }
  .home .hp-about-inklab h1:after {
    margin-top: 15px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .home .hp-about-inklab:hover h1:after {
    margin-top: 15px;
    content: '';
    width: 50%;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .home .work-page h1 {
    margin-top: 35px;
  }
  .home .work-page h1:after {
    margin-top: 15px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .home .work-page:hover h1:after {
    margin-top: 15px;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
  }

  .work-post {
    color: #ffffff;
  }
  .work-post .work-image .overflow-hidden > img {
    width: 100%;
    display: block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .work-post .bg-color {
    left: 0;
    top: 0;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .work-post .hover {
    left: 0;
    top: 0;
  }
  .work-post .hover .work-info {
    left: 0;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .work-post .hover .work-info .text-info {
    width: 100%;
    color: #ffffff;
  }
  .work-post .hover .work-info .text-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .work-post .hover .work-info .text-info h2:after {
    margin-top: 10px;
    content: '';
    width: 1px;
    height: 2px;
    background: #ffffff;
    display: block;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .work-post .hover .work-info .text-info h4 {
    margin-bottom: 25px;
  }
  .work-post .hover img {
    max-width: 70%;
    width: 50%;
    margin: 25px 0 0 0px;
  }
  .work-post.col-2 .hover img {
    max-width: 70%;
    width: 25%;
    margin: 25px 0 0 0px;
  }
  .work-post:hover .bg-color {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95;
  }
  .work-post:hover .work-image .overflow-hidden > img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .work-post:hover .work-image .hover .work-info .text-info h2:after {
    margin-top: 10px;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 1024px) {
  .home .hp-about-inklab:hover {
    background: #232327;
  }
  .home .work-page:hover {
    background: #232327;
  }

  .work-post:hover .work-image .overflow-hidden > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .work-post {
    color: #ffffff;
  }
  .work-post .work-image .overflow-hidden > img {
    width: 100%;
    display: block;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .work-post .bg-color {
    left: 0;
    top: 0;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .work-post .hover {
    left: 0;
    top: 0;
  }
  .work-post .hover .work-info {
    left: 0;
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .work-post .hover .work-info .text-info {
    width: 100%;
    color: #ffffff;
  }
  .work-post .hover .work-info .text-info h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .work-post .hover .work-info .text-info h2:after {
    margin-top: 10px;
    content: '';
    width: 1px;
    height: 2px;
    background: #ffffff;
    display: block;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .work-post .hover .work-info .text-info h4 {
    margin-bottom: 25px;
  }
  .work-post .hover img {
    max-width: 70%;
    width: 50%;
    margin: 25px 0 0 0px;
  }
  .work-post.col-2 .hover img {
    max-width: 70%;
    width: 25%;
    margin: 25px 0 0 0px;
  }
  .work-post:hover .bg-color {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
  }
  .work-post:hover .work-image .overflow-hidden > img {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .work-post:hover .work-image .hover .work-info .text-info h2:after {
    margin-top: 10px;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen and (max-width: 1023px) {
  #page-header h1.heading {
    padding-top: 90px;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 90px;
  }
  #page-header h1.heading:after {
    margin-top: 26px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  #page-header h3 {
    margin-bottom: 30px;
  }

  .home .hp-about-inklab {
    width: 100%;
  }
  .home .hp-about-inklab h1 {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .home .hp-about-inklab h1:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .home .hp-about-inklab .entry {
    padding-right: 0;
  }
  .home .hp-about-inklab .absolute.bot-left {
    position: static;
    padding: 40px 0 20px;
  }
  .home .hp-about-inklab:hover h1:after {
    margin-top: 20px;
    content: '';
    width: 50%;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .home .work-page h1 {
    margin-top: 35px;
  }
  .home .col-2 {
    width: 100%;
  }
  .home .col-1 {
    width: 50%;
  }

  .work-post.col-2 .text-info {
    max-width: 100% !important;
  }
  .work-post .hover {
    position: static;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .work-post .hover .bg-color {
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    opacity: 1 !important;
    position: static;
  }
  .work-post .hover .bg-color img {
    display: none;
  }
  .work-post .hover .bg-color .text-info {
    position: static;
    padding: 30px 0;
  }
  .work-post .hover .bg-color .text-info h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .work-post .hover .bg-color .text-info h4 {
    margin-bottom: 0;
  }
  .work-post .hover .work-info h2:after {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #page-header h1.heading {
    padding-top: 40px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #page-header h1.heading:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  #page-header h1.heading br {
    display: none;
  }
  #page-header h3 {
    margin-bottom: 30px;
  }

  .work-post.col-1 {
    width: 100%;
  }
  .work-post.work-post-2 {
    width: 100%;
  }
  .work-post .work-image > img {
    height: auto;
    width: 100%;
  }

  .work-page.col-1 {
    width: 100%;
  }
  .work-page.col-1 h1:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .work-page.col-1:hover h1:after {
    margin-top: 20px;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .work-page.col-1 .absolute {
    position: static;
    padding: 0 0 25px;
  }
}
.about-top-thumb img, .about-slider img {
  width: 100%;
}

.about-columns {
  background: #232327;
}
.about-columns img {
  width: 100%;
}
.about-columns .text-block {
  width: 100%;
  overflow: hidden;
}
.about-columns .text-block h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.about-columns .text-block h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.about-columns .text-block .entry {
  margin-bottom: 100px;
}
.about-columns .text-blocks {
  background: #f7f7f7;
  overflow: hidden;
}
.about-columns .text-blocks h2 {
  margin-top: 50px;
  margin-bottom: 40px;
}
.about-columns .text-blocks h2:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  background: #000000;
}
.about-columns .text-blocks .entry {
  margin-bottom: 58px;
}

.about-logos {
  background: #eeeeee;
  padding-bottom: 30px;
  overflow: hidden;
}
.about-logos h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #232327;
}
.about-logos h2:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  background: #232327;
}
.about-logos #about-logos-box img {
  width: 20%;
  float: left;
}

@media screen and (max-width: 1599px) {
  .about-columns {
    background: #232327;
  }
  .about-columns .text-block {
    width: 100%;
    overflow: hidden;
  }
  .about-columns .text-block h1 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .about-columns .text-block .entry {
    margin-bottom: 100px;
  }
  .about-columns .text-blocks {
    background: #f7f7f7;
    overflow: hidden;
  }
  .about-columns .text-blocks .col-2 {
    width: 100%;
  }
  .about-columns .text-blocks .col-2:first-child {
    background: #f5f5f5;
  }
  .about-columns .text-blocks h2 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .about-columns .text-blocks .entry {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .about-columns {
    background: #232327;
  }
  .about-columns .text-block {
    width: 100%;
    overflow: hidden;
  }
  .about-columns .text-block h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-columns .text-block h1:after {
    margin-top: 26px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .about-columns .text-block .entry {
    margin-bottom: 100px;
  }
  .about-columns .text-blocks {
    background: #f7f7f7;
    overflow: hidden;
  }
  .about-columns .text-blocks h2 {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .about-columns .text-blocks h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  .about-columns .text-blocks .entry {
    margin-bottom: 28px;
  }

  .about-logos {
    padding-bottom: 30px;
  }
  .about-logos h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #232327;
  }
  .about-logos h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #232327;
  }
  .about-logos #about-logos-box img {
    width: 20%;
    float: left;
  }
}
@media screen and (max-width: 1023px) {
  .about-columns {
    background: #232327;
  }
  .about-columns .text-block {
    width: 100%;
    overflow: hidden;
  }
  .about-columns .text-block h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .about-columns .text-block h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .about-columns .text-block .entry {
    margin-bottom: 60px;
  }
  .about-columns .text-blocks {
    background: #f7f7f7;
    overflow: hidden;
  }
  .about-columns .text-blocks h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-columns .text-blocks h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  .about-columns .text-blocks .entry {
    margin-bottom: 28px;
  }

  .slick-dots {
    bottom: 20px !important;
  }

  .about-logos {
    padding-bottom: 30px;
  }
  .about-logos h2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about-logos #about-logos-box img {
    width: 33.33333%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .about-columns {
    background: #232327;
  }
  .about-columns .move-top {
    margin-top: 0px !important;
  }
  .about-columns .text-block {
    overflow: hidden;
  }
  .about-columns .text-block h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .about-columns .text-block h1:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .about-columns .text-block .entry {
    margin-bottom: 30px;
  }
  .about-columns .text-blocks {
    background: #ffffff;
    overflow: hidden;
  }
  .about-columns .text-blocks h2 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .about-columns .text-blocks h2:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  .about-columns .text-blocks .entry {
    margin-bottom: 30px;
  }

  .about-slider .slick-dots {
    bottom: 10px;
  }
}
.services img {
  width: 100%;
}
.services .text-block {
  overflow: hidden;
}
.services .text-block h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.services .text-block h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.services .text-block .entry {
  margin-bottom: 25px;
}
.services .text-blocks {
  overflow: hidden;
}
.services .text-blocks ul.flex-line {
  padding-right: 50px;
}
.services .text-blocks .text-box {
  padding-right: 0;
  background: #ffffff;
  width: 33.33333%;
  float: left;
}
.services .text-blocks .text-box h2 {
  margin-top: 50px;
  margin-bottom: 38px;
}
.services .text-blocks .text-box h2:after {
  margin-top: 18px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  background: #000000;
}
.services .text-blocks .text-box .entry {
  margin-bottom: 56px;
}
.services .text-blocks .text-box .entry ul li {
  font-size: 18px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 400;
}
.services .text-blocks .text-box .entry ul li:before {
  display: none;
}
.services .our-process h1 {
  margin-top: 50px;
  margin-bottom: 70px;
}
.services .our-process h1:after {
  margin-top: 28px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.services .service-slider .slide h2 {
  margin-top: 42px;
  margin-bottom: 38px;
}
.services .service-slider .slide h2:after {
  margin-top: 18px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  background: #000000;
}
.services .service-slider .slick-dots {
  text-align: left;
  bottom: 56px;
  margin: 0;
  padding: 0 0 0 45px;
}
.services .service-slider .slick-dots li button:before {
  border: solid 1px #000000;
}
.services .service-slider .slick-dots li.slick-active button:before {
  background: #000000;
}

@media screen and (max-width: 1599px) {
  .services .text-block {
    overflow: hidden;
  }
  .services .text-block h1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .services .text-block h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .services .text-blocks ul.flex-line {
    padding-right: 40px;
  }
  .services .text-blocks .text-box {
    padding-right: 0;
  }
  .services .text-blocks .text-box h2 {
    margin-top: 50px;
    margin-bottom: 38px;
  }
  .services .text-blocks .text-box h2:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  .services .text-blocks .text-box .entry {
    margin-bottom: 56px;
  }
  .services .our-process h1 {
    margin-top: 35px;
    margin-bottom: 70px;
  }
  .services .our-process h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .services .service-slider .slide h2 {
    margin-top: 42px;
    margin-bottom: 38px;
  }
  .services .service-slider .slick-dots {
    text-align: left;
    bottom: 46px;
    margin: 0;
    padding: 0 0 0 35px;
  }
}
@media screen and (max-width: 1280px) {
  .services .text-blocks ul.flex-line {
    padding-right: 30px;
  }
  .services .text-blocks .text-box {
    padding-right: 0;
  }
  .services .text-blocks .text-box h2 {
    margin-top: 35px;
    margin-bottom: 28px;
  }
  .services .text-blocks .text-box h2:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  .services .text-blocks .text-box .entry {
    margin-bottom: 46px;
  }
  .services .text-blocks .text-box .entry ul li {
    font-size: 16px;
  }
  .services .our-process h1 {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .services .our-process h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .services .service-slider .slide h2 {
    margin-top: 42px;
    margin-bottom: 38px;
  }
  .services .service-slider .slick-dots {
    text-align: left;
    bottom: 36px;
    margin: 0;
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .services .table {
    display: block;
  }
  .services .table .table-row {
    display: block;
  }
  .services .table .table-row .table-cell {
    display: block;
    width: 100%;
  }
  .services .text-block {
    overflow: hidden;
  }
  .services .text-block h1 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .services .text-block h1:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .services .text-blocks ul.flex-line {
    padding-right: 30px;
  }
  .services .text-blocks .text-box {
    padding-right: 0;
  }
  .services .text-blocks .text-box h2 {
    margin-top: 35px;
    margin-bottom: 28px;
  }
  .services .text-blocks .text-box h2:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  .services .text-blocks .text-box .entry {
    margin-bottom: 35px;
  }
  .services .text-blocks .text-box .entry ul li {
    font-size: 14px;
  }
  .services .our-process h1 {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .services .our-process h1:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .services .service-slider .slide .col-2 {
    width: 100%;
  }
  .services .service-slider .slide h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .services .service-slider .slide .entry {
    margin-bottom: 20px;
  }
  .services .service-slider .slick-dots {
    display: none !important;
    text-align: center;
    bottom: 36px;
    margin: 0;
    position: static;
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .services .text-block h1 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .services .text-block .entry {
    margin-bottom: 20px;
  }
  .services .text-blocks ul.flex-line {
    padding-right: 20px;
  }
  .services .text-blocks .text-box {
    padding: 20px 0 0 20px;
    width: 50%;
    float: left;
  }
  .services .text-blocks .text-box:nth-child(2n) {
    padding: 20px 0 0 10px;
  }
  .services .text-blocks .text-box h2 {
    margin-top: 5px;
    margin-bottom: 28px;
  }
  .services .text-blocks .text-box .entry {
    margin-bottom: 20px;
  }
  .services .text-blocks .text-box .entry ul li {
    font-size: 12px;
  }
  .services .our-process h1 {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .services .our-process h1:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  .services .our-process .absolute {
    position: static;
    overflow: hidden;
  }
  .services .service-slider .slide .col-2 {
    width: 100%;
  }
  .services .service-slider .slide h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .services .service-slider .slide .entry {
    margin-bottom: 20px;
  }
  .services .service-slider .slick-dots {
    text-align: center;
    bottom: 10px;
    position: absolute;
    margin: 0;
    padding: 0 0 0 25px;
  }
}
.contact-page {
  background: #232327;
}
.contact-page img {
  width: 100%;
}
.contact-page .text-block h1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-page .text-block h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.contact-page .text-block .entry {
  margin-bottom: 25px;
}
.contact-page .vat img {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .contact-page .text-block h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-page .text-block .entry {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .text-block h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-page .text-block h1:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
}
#grid {
  -moz-transition: "all 0.3s ease-in-out";
  -o-transition: "all 0.3s ease-in-out";
  -webkit-transition: "all 0.3s ease-in-out";
  transition: "all 0.3s ease-in-out";
}
#grid .work-post {
  float: left;
}

@media screen and (max-width: 1023px) {
  #grid .work-post.col-1 {
    width: 50% !important;
  }
  #grid .work-post.col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #grid .work-post.col-1, #grid .work-post.col-2 {
    width: 100% !important;
  }
}
#work-single-item img {
  width: 100%;
}
#work-single-item .project-intro {
  color: #ffffff;
}
#work-single-item .project-intro h1 {
  margin-top: 56px;
  margin-bottom: 40px;
}
#work-single-item .project-intro h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#work-single-item .project-intro .entry {
  margin-bottom: 100px;
}
#work-single-item .project-intro h3 {
  margin-bottom: 40px;
}
#work-single-item .project-intro .flex-item.img-height-parent {
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
}
#work-single-item .project-intro .flex-item.img-height-parent img {
  width: 100%;
}
#work-single-item .project-info .project-info-block {
  width: 33.33333%;
  float: left;
}
#work-single-item .project-info .project-info-block h2 {
  margin-top: 58px;
  margin-bottom: 36px;
}
#work-single-item .project-info .project-info-block h2:after {
  margin-top: 20px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  background: #000000;
}
#work-single-item .project-info .project-info-block .entry {
  margin-bottom: 70px;
}
#work-single-item .row .text-block h2 {
  margin-top: 56px;
  margin-bottom: 36px;
}
#work-single-item .row .text-block h2:after {
  margin-top: 20px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#work-single-item .row .text-block .entry {
  margin-bottom: 100px;
}
#work-single-item .row .testimonial-block .entry {
  margin-top: 60px;
}
#work-single-item .row .testimonial-block h4 {
  margin-bottom: 60px;
}
#work-single-item .row .stat-block {
  padding-top: 56px;
}
#work-single-item .row .stat-block.stat1 {
  overflow: hidden;
}
#work-single-item .row .stat-block.stat1 .stat-box {
  width: 50%;
  float: left;
}
#work-single-item .row .stat-block.stat1 .number-box {
  font-size: 78px;
  line-height: 90px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
}
#work-single-item .row .stat-block.stat1 .stat-headline {
  font-size: 14px;
  line-height: 20px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 76px;
}
#work-single-item .row .stat-block.stat1 .stat-headline:after {
  margin-top: 18px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#work-single-item .row .stat-block.stat2 {
  overflow: hidden;
}
#work-single-item .row .stat-block.stat2 .stat-box {
  width: 50%;
  float: left;
}
#work-single-item .row .stat-block.stat2 .number-box {
  font-size: 78px;
  line-height: 90px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
}
#work-single-item .row .stat-block.stat2 .stat-headline {
  font-size: 14px;
  line-height: 20px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 76px;
}
#work-single-item .row .stat-block.stat2 .stat-headline:after {
  margin-top: 18px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#work-single-item .row .stat-block.stat3 {
  overflow: hidden;
}
#work-single-item .row .stat-block.stat3 .stat-box {
  width: 50%;
  float: left;
}
#work-single-item .row .stat-block.stat3 .number-box {
  font-size: 98px;
  line-height: 110px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
}
#work-single-item .row .stat-block.stat3 .stat-headline {
  font-size: 14px;
  line-height: 20px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 76px;
}
#work-single-item .row .stat-block.stat3 .stat-headline:after {
  margin-top: 18px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#work-single-item .row .stat-block.stat4 {
  overflow: hidden;
}
#work-single-item .row .stat-block.stat4 .stat-box {
  width: 100%;
}
#work-single-item .row .stat-block.stat4 .number-box {
  font-size: 134px;
  line-height: 90px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
}
#work-single-item .row .stat-block.stat4 .stat-headline {
  font-size: 14px;
  line-height: 20px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 76px;
}
#work-single-item .row .stat-block.stat4 .stat-headline:after {
  margin-top: 18px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#work-single-item #related-projects > h2 {
  text-align: center;
  padding: 50px 0 40px;
  margin-bottom: 0;
}
#work-single-item #related-projects > h2:after {
  content: url(images/Arrow.png);
  margin: 10px auto 0;
  display: block;
}
#work-single-item #related-projects .overflow-hidden img {
  width: 100%;
}
#work-single-item #related-projects img {
  width: auto;
}
#work-single-item #related-projects a:hover {
  color: #ffffff;
}
#work-single-item .video-cut video {
  object-fit: cover;
}

@media screen and (max-width: 1599px) {
  #work-single-item .project-intro {
    color: #ffffff;
  }
  #work-single-item .project-intro h1 {
    margin-top: 46px;
    margin-bottom: 34px;
  }
  #work-single-item .project-intro h1:after {
    margin-top: 28px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .project-intro .entry {
    margin-bottom: 80px;
  }
  #work-single-item .project-intro h3 {
    margin-bottom: 40px;
  }
  #work-single-item .project-info .project-info-block {
    width: 33.33333%;
    float: left;
  }
  #work-single-item .project-info .project-info-block h2 {
    margin-top: 46px;
    margin-bottom: 28px;
  }
  #work-single-item .project-info .project-info-block h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  #work-single-item .project-info .project-info-block .entry {
    margin-bottom: 60px;
  }
  #work-single-item .row .text-block h2 {
    margin-top: 46px;
    margin-bottom: 28px;
  }
  #work-single-item .row .text-block h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .row .text-block .entry {
    margin-bottom: 80px;
  }
  #work-single-item .row .testimonial-block .entry {
    margin-top: 40px;
  }
  #work-single-item .row .testimonial-block h4 {
    margin-bottom: 40px;
  }
  #work-single-item .row .stat-block {
    padding-top: 46px;
  }
  #work-single-item .row .stat-block.stat1 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat1 .stat-box {
    width: 50%;
    float: left;
  }
  #work-single-item .row .stat-block.stat1 .number-box {
    font-size: 68px;
    line-height: 80px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat1 .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 56px;
  }
  #work-single-item .row .stat-block.stat1 .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .row .stat-block.stat2 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat2 .stat-box {
    width: 50%;
    float: left;
  }
  #work-single-item .row .stat-block.stat2 .number-box {
    font-size: 68px;
    line-height: 80px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat2 .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 56px;
  }
  #work-single-item .row .stat-block.stat2 .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .row .stat-block.stat3 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat3 .stat-box {
    width: 50%;
    float: left;
  }
  #work-single-item .row .stat-block.stat3 .number-box {
    font-size: 98px;
    line-height: 110px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat3 .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 56px;
  }
  #work-single-item .row .stat-block.stat3 .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .row .stat-block.stat4 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat4 .stat-box {
    width: 100%;
  }
  #work-single-item .row .stat-block.stat4 .number-box {
    font-size: 134px;
    line-height: 90px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat4 .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 56px;
  }
  #work-single-item .row .stat-block.stat4 .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #work-single-item .row .stat-block {
    padding-top: 46px;
  }
  #work-single-item .row .stat-block.stat1 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat1 .number-box {
    font-size: 60px;
    line-height: 75px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat2 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat2 .number-box {
    font-size: 60px;
    line-height: 75px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  #work-single-item .project-intro .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #work-single-item .project-intro .col-2 {
    width: 100%;
  }
  #work-single-item #related-projects > h2 {
    padding: 30px 0 20px;
  }
  #work-single-item #related-projects .col-1 {
    width: 50%;
  }
  #work-single-item #related-projects .col-1:nth-child(3), #work-single-item #related-projects .col-1:nth-child(4) {
    display: none;
  }
  #work-single-item .row .testimonial-block .entry {
    margin-top: 25px;
  }
  #work-single-item .row .testimonial-block .left-bot-0 {
    position: static;
    padding: 5px 0 0;
  }
  #work-single-item .row .testimonial-block h4 {
    margin-bottom: 25px;
  }
  #work-single-item .row .stat-block {
    padding-top: 46px;
  }
  #work-single-item .row .stat-block.stat1 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat1 .stat-box {
    width: 50%;
    float: left;
  }
  #work-single-item .row .stat-block.stat1 .number-box {
    font-size: 50px;
    line-height: 70px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat1 .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 56px;
  }
  #work-single-item .row .stat-block.stat1 .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .row .stat-block.stat2 {
    overflow: hidden;
  }
  #work-single-item .row .stat-block.stat2 .stat-box {
    width: 50%;
    float: left;
  }
  #work-single-item .row .stat-block.stat2 .number-box {
    font-size: 50px;
    line-height: 70px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
  }
  #work-single-item .row .stat-block.stat2 .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 56px;
  }
  #work-single-item .row .stat-block.stat2 .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }

  .video-cut {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #work-single-item .project-intro {
    display: block;
    color: #ffffff;
  }
  #work-single-item .project-intro h1 {
    margin-top: 36px;
    margin-bottom: 20px;
  }
  #work-single-item .project-intro h1:after {
    margin-top: 21px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .project-intro h3 {
    margin-bottom: 26px;
  }
  #work-single-item .project-intro .flex-item {
    display: block;
  }
  #work-single-item .project-intro img {
    width: 100%;
    height: auto;
  }
  #work-single-item .project-info .project-info-block {
    width: 100%;
    float: none;
  }
  #work-single-item .project-info .project-info-block:first-child {
    padding-top: 33px;
  }
  #work-single-item .project-info .project-info-block h2 {
    margin-top: 0px;
    margin-bottom: 26px;
  }
  #work-single-item .project-info .project-info-block h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    background: #000000;
  }
  #work-single-item .project-info .project-info-block .entry {
    margin-bottom: 30px;
  }
  #work-single-item .row .text-block h2 {
    margin-top: 26px;
    margin-bottom: 28px;
  }
  #work-single-item .row .text-block h2:after {
    margin-top: 20px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #work-single-item .row .text-block .entry {
    margin-bottom: 30px;
  }
  #work-single-item .row .testimonial-block .entry {
    margin-top: 25px;
  }
  #work-single-item .row .testimonial-block .left-bot-0 {
    position: static;
    padding: 5px 0 0;
  }
  #work-single-item .row .testimonial-block h4 {
    margin-bottom: 25px;
  }
  #work-single-item .row .stat-block {
    padding-top: 36px;
  }
  #work-single-item .row .stat-block .stat-box {
    width: 100% !important;
    text-align: center;
  }
  #work-single-item .row .stat-block .stat-box .stat-headline {
    font-size: 14px;
    line-height: 20px;
    font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 26px;
  }
  #work-single-item .row .stat-block .stat-box .stat-headline:after {
    margin-top: 18px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -29px;
  }
  #work-single-item #related-projects a.project {
    display: none;
  }
  #work-single-item #related-projects a {
    overflow: hidden;
    clear: both;
    padding: 30px 20px;
  }
  #work-single-item #related-projects a h2 {
    margin-bottom: 5px;
  }
  #work-single-item #related-projects a h4 {
    margin-bottom: 0;
  }
}
#content-archive article {
  clear: both;
}
#content-archive article.content-left .col-2-3 {
  float: right;
  order: 2;
}
#content-archive article .col-2-3 .bgImg {
  display: none;
}
#content-archive article .col-1-3 {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content-archive article .col-1-3 time {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 50px;
  display: block;
}
#content-archive article .col-1-3 h1 {
  margin-top: 35px;
}
#content-archive article .col-1-3 h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 388px;
}
#content-archive article .col-1-3:hover {
  color: #ffffff;
  background: #000000;
}
#content-archive article .col-1-3:hover h1:after {
  margin-top: 26px;
  content: '';
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: block;
}
#content-archive article .col-1-3 .keep-reading {
  font-size: 23px;
  font-weight: 600;
}
#content-archive article .col-1-3 .excerpt-box {
  padding-bottom: 100px;
}

@media screen and (max-width: 1599px) {
  #content-archive article {
    clear: both;
  }
  #content-archive article .col-1-3 time {
    padding-top: 40px;
  }
  #content-archive article .col-1-3 h1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #content-archive article {
    clear: both;
  }
  #content-archive article .col-1-3 {
    height: 500px;
  }
  #content-archive article .col-1-3 time {
    padding-top: 30px;
    display: block;
  }
  #content-archive article .col-1-3 h1 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  #content-archive article .col-1-3 h1:after {
    margin-top: 15px;
    content: '';
    width: 58px;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #content-archive article .col-1-3:hover h1:after {
    margin-top: 15px;
    content: '';
    width: 100%;
    height: 2px;
    background: #ffffff;
    display: block;
  }
  #content-archive article .col-1-3 .keep-reading {
    font-size: 16px;
    font-weight: 600;
  }
  #content-archive article .col-2-3 img {
    display: none;
  }
  #content-archive article .col-2-3 .bgImg {
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 1023px) {
  #content-archive article {
    clear: both;
  }
  #content-archive article.content-left .col-2-3 {
    order: 0;
  }
  #content-archive article .col-1-3 {
    height: auto;
  }
  #content-archive article .col-1-3 time,
  #content-archive article .col-1-3 .excerpt-box {
    display: none;
  }
  #content-archive article .col-1-3 h1 {
    margin-bottom: 0;
  }
  #content-archive article .col-1-3 h1:after {
    display: none;
  }
  #content-archive article .col-1-3:hover h1:after {
    display: none;
  }
  #content-archive article .absolute {
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  #content-archive article .col-2-3 img {
    display: block;
  }
  #content-archive article .col-2-3 .bgImg {
    display: none;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #content-archive article {
    clear: both;
  }
  #content-archive article .col-1-3 .absolute {
    position: static;
  }
}
#article-entry #hero-banner {
  height: 0 !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  padding-top: 55.55%;
}
#article-entry .single-article-content {
  padding: 80px 0;
  max-width: 960px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 28px;
}
#article-entry .single-article-content h1 {
  margin-bottom: 5px;
}
#article-entry .single-article-content time {
  font-size: 14px;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  font-weight: 600;
  display: block;
  margin-bottom: 45px;
  text-transform: uppercase;
}
#article-entry .single-article-content p {
  margin-bottom: 35px;
}
#article-entry .single-article-content img.alignnone {
  margin: 0;
}
#article-entry .single-article-content p:last-of-type {
  margin-bottom: 0;
}
#article-entry .single-article-content a {
  font-weight: 700;
  position: relative;
}
#article-entry .single-article-content a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  height: 1px;
  background: #a3a3a3;
}
#article-entry #share-box {
  background: #eeeeee;
  padding: 75px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}
#article-entry #share-box .before {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  top: 5px;
}
#article-entry #share-box div {
  display: inline;
}
#article-entry #share-box .sd-content ul {
  display: inline;
}
#article-entry #share-box .sd-content ul li a {
  background: transparent !important;
  color: #000 !important;
}
#article-entry #share-box .sd-content ul li a::before {
  font-size: 24px;
}
#article-entry #related-projects time {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 50px;
  display: block;
  margin-bottom: 40px;
}
#article-entry #related-projects h1 {
  margin-top: 0;
}
#article-entry #related-projects h1:after {
  margin-top: 26px;
  content: '';
  width: 58px;
  height: 2px;
  background: #ffffff;
  display: block;
}
#article-entry #related-projects a:hover {
  color: #ffffff;
}
#article-entry #related-projects .work-post:hover .bg-color {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#article-entry #related-projects .keep-reading {
  font-size: 23px;
  font-weight: 600;
}

@media screen and (max-width: 1599px) {
  #article-entry #hero-banner {
    height: 700px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
  }
  #article-entry .single-article-content {
    padding: 70px 0;
    max-width: 960px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 28px;
  }
  #article-entry #share-box {
    padding: 50px 0;
  }
  #article-entry #related-projects time {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #article-entry #hero-banner {
    height: 475px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
  }
  #article-entry .single-article-content {
    padding: 40px 0;
    max-width: 960px;
  }
  #article-entry .single-article-content h1 {
    margin-bottom: 5px;
  }
  #article-entry .single-article-content time {
    margin-bottom: 35px;
  }
  #article-entry .single-article-content p {
    margin-bottom: 35px;
  }
  #article-entry .single-article-content p:last-of-type {
    margin-bottom: 0;
  }
  #article-entry #share-box {
    padding: 50px 0;
  }
  #article-entry #related-projects time {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #article-entry #related-projects h1 {
    font-size: 22px;
    line-height: 30px;
  }
  #article-entry #related-projects .keep-reading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  #article-entry #hero-banner {
    height: 360px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
  }
  #article-entry .single-article-content {
    padding: 45px 20px;
    max-width: 960px;
    font-size: 16px;
    line-height: 24px;
  }
  #article-entry .single-article-content h1 {
    margin-bottom: 5px;
  }
  #article-entry .single-article-content time {
    margin-bottom: 30px;
  }
  #article-entry .single-article-content p {
    margin-bottom: 35px;
  }
  #article-entry .single-article-content p:last-of-type {
    margin-bottom: 0;
  }
  #article-entry #share-box {
    padding: 40px 0;
  }
  #article-entry #related-projects .hide-mob {
    display: none;
  }
  #article-entry #related-projects .mob-only {
    display: block;
  }
  #article-entry #related-projects time {
    padding-top: 30px;
  }
  #article-entry #related-projects h2 {
    padding-top: 25px;
    margin-bottom: 5px;
  }
  #article-entry #related-projects h4 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #article-entry #hero-banner {
    height: 200px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
  }
  #article-entry .single-article-content {
    padding: 30px 20px;
    max-width: 960px;
    font-size: 16px;
    line-height: 24px;
  }
  #article-entry .single-article-content h1 {
    margin-bottom: 5px;
  }
  #article-entry .single-article-content time {
    margin-bottom: 20px;
  }
  #article-entry .single-article-content p {
    margin-bottom: 20px;
  }
  #article-entry .single-article-content p:last-of-type {
    margin-bottom: 0;
  }
  #article-entry #share-box {
    padding: 40px 0;
  }
  #article-entry #related-projects .hide-mob {
    display: none;
  }
  #article-entry #related-projects .mob-only {
    display: block;
  }
  #article-entry #related-projects time {
    padding-top: 30px;
  }
  #article-entry #related-projects h2 {
    padding-top: 25px;
    margin-bottom: 5px;
  }
  #article-entry #related-projects h4 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
#footer {
  background: #000000;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: "proxima-nova-alt-1", "proxima-nova-alt-2", sans-serif;
  padding: 50px 0;
}
#footer a {
  color: #ffffff;
  font-weight: 400;
}
#footer a:hover {
  color: #929292;
}
#footer aside h3.widget-title {
  display: none;
}
#footer aside p {
  margin: 0;
}
#footer .footer-soc {
  padding-top: 10px;
}
#footer .footer-soc a {
  color: #ffffff;
  display: inline-block;
  text-align: center;
  float: left;
  padding: 0px 0;
  margin: 0 15px 0 0;
}
#footer .footer-soc a:hover {
  color: #929292;
}

@media screen and (max-width: 1599px) {
  #footer aside .fa {
    padding-right: 7px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
  #footer aside {
    width: 100%;
    margin-bottom: 25px;
  }
  #footer aside:last-child {
    margin-bottom: 0;
  }
  #footer .footer-soc {
    padding-top: 0px;
    overflow: hidden;
  }
  #footer .footer-soc a {
    margin: 0 10px 0 0;
  }
}
/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.mid {
  max-width: 1920px;
  margin: 0 auto;
  background: #ffffff;
}

.col-1 {
  width: 25%;
  float: left;
}

.col-2 {
  width: 50%;
  float: left;
}

.col-3 {
  width: 75%;
  float: left;
}

.col-4 {
  width: 100%;
  float: left;
}

.col-1-3 {
  width: 33.33333%;
  float: left;
}

.col-2-3 {
  width: 66.66666%;
  float: left;
}

.fit {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.none {
  display: none;
}

.hide-desktop {
  display: none;
}

.show-desktop {
  display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.ie8 img {
  height: auto;
  width: auto \9;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video video,
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

.mob-only {
  display: none;
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 1599px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 19px;
    line-height: 19px;
  }

  h4 {
    font-size: 12px;
    line-height: 12px;
  }

  .entry ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .entry ul li {
    font-size: 14px;
    line-height: 22px;
  }
  .entry ul li:before {
    content: "-";
    padding-right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 19px;
    line-height: 19px;
  }

  h4 {
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  h3 {
    font-size: 19px;
    line-height: 19px;
  }

  h4 {
    font-size: 12px;
    line-height: 12px;
  }

  .col-1-3,
  .col-2-3 {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    font-size: 19px;
    line-height: 19px;
  }

  h4 {
    font-size: 12px;
    line-height: 12px;
  }

  .col-1 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .col-2 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .col-3 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .col-4 {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .table.responsive {
    display: block;
  }
  .table.responsive .table-row {
    display: block;
  }
  .table.responsive .table-row .table-cell {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .mob-only {
    display: block;
  }

  .hide-mob {
    display: none !important;
  }
}
/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: bidi-override;
}

[DIR="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}

[DIR="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }
}
/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
/*The last 29 days of the month are the hardest."- Nikola Tesla*/
