/*font-family:'Proxima Nova W08 Reg';
font-family:'Proxima Nova W15 Medium';
font-family:'Proxima N W01 Xbold';*/
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * indie-amsterdam.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2016
 */
@font-face {
  font-family: "Circular-Book";
  src: url("../fonts/lineto-circular-book.eot");
  src: url("../fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Circular-Bold";
  src: url("../fonts/lineto-circular-bold.eot");
  src: url("../fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

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

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*COLORS*/
/*LOGO*/
/*FONTS*/
/*STARTING OFF WITH STYLES FOR ALL SCREENS - MOBILE FIRST!*/
html, body {
  background: #fff;
  color: #212121;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1em;
  position: relative;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  background: url("../images/static/bg_pattern.png") repeat 0 0;
}

/*NAVIGATION*/
#splash_holder {
  position: relative;
  width: 100%;
  height: 100%;
  transition: height 1s;
}

#splash_holder.closed {
  height: 0%;
}

#logo_holder {
  position: fixed;
  z-index: 100;
  width: 190px;
  height: 81px;
  top: 50%;
  left: 50%;
  margin-left: -95px;
  margin-top: -40.5px;
  transition: top 1s;
  opacity: 1;
  perspective: 1000px;
}

#logo_shattered {
  position: absolute;
  top: 0px;
  display: none;
}

#logo_holder img {
  display: none;
}

body.glitched {
  background: black;
  color: white;
}

.glitched #site_container {
  background: black;
}

.glitched #logo_holder {
  opacity: 0.67;
}

.glitched #logo_holder svg {
  display: none;
}

.glitched #logo_holder img {
  width: 100%;
  display: block;
}

.glitched #hamburger svg {
  fill: white;
}

.glitched #sidebar {
  color: white;
}

.glitched #sidebar a {
  color: white;
}

.glitched #menu_holder {
  background-color: #212121;
  border-color: black;
}

.glitched nav ul li a {
  color: white;
}

.glitched #filter_holder span.item {
  color: white;
}

.glitched #filter_holder span.title {
  color: white;
  opacity: 0.5;
}

.glitched .header_block {
  background: #212121;
}

.glitched img.page_header {
  opacity: 0.2;
}

.glitched .header_block .social_share .facebook {
  background-image: url("../images/static/item_share_facebook_white.svg");
}

.glitched .header_block .social_share .twitter {
  background-image: url("../images/static/item_share_twitter_white.svg");
}

.glitched .header_block .social_share .linkedin {
  background-image: url("../images/static/item_share_linkedin_white.svg");
}

.glitched .project_txt, .glitched figure.statement, .glitched #about p, .glitched #contact p {
  color: #cccccc;
}

#logo_holder.animate {
  top: -0px;
}

#logo_holder.fixed {
  position: fixed;
  transition: none;
}

/* - PAGES - */
#site_container {
  background: url("../images/static/bg_pattern.png") repeat 0 0;
  position: absolute;
  width: 100%;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}

#page {
  padding: 0 13px;
}

#page.privacy_page {
  margin-top: 100px;
}

/*ELEMENTS*/
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

p {
  margin: 0 0 18px 0;
}

a {
  color: #4df5a4;
  font-weight: normal;
  text-decoration: none;
}

a:focus {
  outline: none;
}

#content_holder ul {
  padding: 0 0 0 20px;
}

#content_holder ul li {
  padding-left: 5px;
  list-style: none;
  position: relative;
}

#content_holder ul li:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6a6a6a;
}

em {
  font-style: italic;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

html ::-moz-selection {
  background: #4df5a4;
  color: #fff;
  text-shadow: none;
}

html ::selection {
  background: #4df5a4;
  color: #fff;
  text-shadow: none;
}

html ::-webkit-selection {
  background: #4df5a4;
  color: #fff;
  text-shadow: none;
}

html ::-moz-selection {
  background: #4df5a4;
  color: #fff;
  text-shadow: none;
}

#btn_back_to_top {
  width: 35px;
  height: 25px;
  padding: 5px 0;
  z-index: -1;
  position: fixed;
  opacity: 0;
  bottom: 20px;
  left: 20px;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

#btn_back_to_top.visible {
  opacity: 1;
  z-index: 500;
}

#btn_back_to_top.visible svg {
  transform: translateY(0%);
  transition: transform 0.3s ease;
}

#btn_back_to_top.visible:hover svg {
  transform: translateY(-25%);
}

#search_form {
  display: none;
}

#menu_container {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: block;
  overflow: hidden;
  transition: left 0.8s cubic-bezier(0.79, 0.09, 0.26, 1);
}

body.open #menu_container {
  left: 0;
}

#menu_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  border-color: #fff;
  border-style: solid;
  border-width: 15px;
  box-sizing: border-box;
  display: table;
  overflow: hidden;
}

nav {
  text-align: center;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

nav ul li {
  margin-top: 40px;
}

nav ul li a {
  font-family: "Circular-Bold";
  color: #212121;
  position: relative;
  font-size: 3.4em;
  line-height: 1em;
  z-index: 2;
  padding: 0 10px;
}

nav ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 0px;
  height: 7px;
  background-color: #4df5a4;
  right: 50%;
  transition: all 0.4s ease;
  z-index: -1;
}

nav ul li a:hover:after {
  right: 0;
  left: 0;
}

nav ul li a.active:after {
  right: 0;
  left: 0;
}

nav ul li.last {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 30px;
}

nav ul li.last a {
  font-size: 0.8125em;
  font-family: "Circular-Book";
}

nav ul li.last a:after {
  display: none;
}

#menu_container .close {
  background-color: #4df5a4;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  text-indent: -999999em;
  overflow: hidden;
  background-image: url("../images/static/back.svg");
  background-size: 19px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-position 0.4s ease;
}

#menu_container .close:hover {
  background-position: -35px center;
}

#menu_container .close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/static/back.svg");
  background-size: 19px 28px;
  background-position: 35px center;
  background-repeat: no-repeat;
  background-color: #212121;
  left: 35px;
  transition: left 0.3s ease, background-position 0.4s ease;
}

#menu_container .close:hover:after {
  left: 0px;
  background-position: center center;
}

@media only screen and (min-width: 768px) {
  #menu_holder {
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  #menu_holder {
    border-width: 20px 25px 20px 25px;
  }
  nav ul li.last {
    bottom: 40px;
  }
  #menu_container .close {
    width: 70px;
    height: 70px;
    background-size: 32px 46px;
    top: 20px;
    left: 25px;
  }
  #menu_container .close:hover {
    background-position: -70px center;
  }
  #menu_container .close:after {
    background-size: 32px 46px;
    left: 70px;
    background-position: 70px center;
  }
}

@media only screen and (max-height: 650px) {
  nav ul li {
    margin-top: 25px;
  }
  nav ul li a {
    font-size: 2em;
    line-height: 1em;
  }
}

@media only screen and (min-height: 900px) and (min-width: 1280px) {
  nav ul li {
    margin-top: 50px;
  }
  nav ul li a {
    font-size: 5em;
    line-height: 1em;
    padding: 0 12px;
  }
  nav ul li.last a {
    font-size: 1.125em;
  }
  nav ul li a:after {
    height: 10px;
    margin-top: 0px;
  }
}

#filter_holder {
  margin-bottom: 50px;
  text-transform: lowercase;
  position: absolute;
}

.homepage #filter_holder {
  text-align: center;
}

#filter_holder span {
  font-size: 0.78125em;
  line-height: 1em;
  font-family: "Circular-Bold";
  margin: 0 9px;
}

#filter_holder span.title {
  color: #535353;
  padding: 0;
  margin: 0;
  font-family: 'Circular-Book';
}

#filter_holder span.item {
  color: #000000;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}

#filter_holder span.item:first-child {
  margin-right: -5px;
}

#filter_holder span:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  width: auto;
  height: 2px;
  background-color: #4df5a4;
  transition: all 0.4s ease;
}

#filter_holder span.active:before {
  left: 0;
  right: 0;
  width: auto;
}

#stack_holder {
  position: relative;
}

.blocks_holder {
  position: relative;
}

#page.homepage .blocks_holder,
#more_work .blocks_holder {
  max-width: 1070px;
  margin: 0 auto;
}

#page.homepage .featured .item,
#more_work .featured .item {
  display: block;
  width: 100%;
  height: auto;
}

#page.homepage .row img,
#more_work .row img {
  display: block;
  width: 100%;
  height: auto;
}

#page.homepage .row .item .img_holder,
#more_work .row .item .img_holder {
  position: relative;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
}

#page.homepage .row.half .img_holder,
#page.homepage .row.half img,
#more_work .row.half .img_holder,
#more_work .row.half img {
  max-width: 480px;
}

#page.homepage .row.third .item:first-child .img_holder,
#page.homepage .row.third .item:first-child img,
#more_work .row.third .item:first-child .img_holder,
#more_work .row.third .item:first-child img {
  max-width: 640px;
}

#page.homepage .row.third .item:nth-child(2) img,
#more_work .row.third .item:nth-child(2) img {
  max-width: 320px;
}

#page.homepage .row,
#more_work .row {
  box-sizing: border-box;
  padding-bottom: 50px;
}

#page.homepage .row.half,
#more_work .row.half {
  display: table;
  width: 100%;
  padding: 0 20px 50px;
}

#page.homepage .row.half .item:first-child,
#more_work .row.half .item:first-child {
  padding-right: 35px;
}

#page.homepage .row.half .item:nth-child(2),
#more_work .row.half .item:nth-child(2) {
  padding-left: 35px;
}

#page.homepage .row.half,
#page.homepage .row.third,
#more_work .row.half,
#more_work .row.third {
  display: block;
  width: 100%;
  padding: 0 20px 50px;
}

#page.homepage .row.half .item,
#page.homepage .row.third .item,
#more_work .row.half .item,
#more_work .row.third .item {
  display: block;
  width: 100%;
  padding: 0 0 50px;
}

@media only screen and (min-width: 768px) {
  #page.homepage .row.half,
  #page.homepage .row.third,
  #more_work .row.half,
  #more_work .row.third {
    display: table;
    width: 100%;
    padding: 0 20px 50px;
  }
  #page.homepage .row.half .item,
  #page.homepage .row.third .item,
  #more_work .row.half .item,
  #more_work .row.third .item {
    display: table-cell;
    vertical-align: middle;
    width: initial;
    padding: 0;
  }
}

#page.homepage .row .logo_holder.left,
#more_work .row .logo_holder.left {
  left: 0;
}

#page.homepage .row .logo_holder.right,
#more_work .row .logo_holder.right {
  right: 0;
}

#page.homepage .row .logo_holder.black,
#more_work .row .logo_holder.black {
  background-color: #000;
}

#page.homepage .row .logo_holder.grey,
#more_work .row .logo_holder.grey {
  background-color: #ebebeb;
}

#page.homepage .row .logo_holder.green,
#more_work .row .logo_holder.green {
  background-color: #4df5a4;
}

#page.homepage .row .logo_holder img,
#more_work .row .logo_holder img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#page.homepage .row .item a.mouseover .img_holder:after,
#more_work .row .item a.mouseover .img_holder:after {
  opacity: 0.82;
  transition: opacity 0.6s ease;
}

#page.homepage .row .item a.mouseover .title,
#more_work .row .item a.mouseover .title {
  transform: translateY(-50%);
  opacity: 1;
}

#page.homepage .row .item a.mouseover .logo_holder,
#more_work .row .item a.mouseover .logo_holder {
  bottom: -50px;
  opacity: 0;
}

#page.homepage .row .item.remove,
#more_work .row .item.remove {
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}

#page.homepage .row.ajax .item,
#more_work .row.ajax .item {
  transform: scale(0);
  opacity: 0;
}

#page.homepage .row .logo_holder,
#more_work .row .logo_holder {
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 50;
  transition: bottom 0.6s ease, opacity 0.6s;
}

#page.homepage .row.third .item:first-child,
#more_work .row.third .item:first-child {
  padding-right: 35px;
}

#page.homepage .row.third .item:nth-child(2),
#more_work .row.third .item:nth-child(2) {
  padding-left: 35px;
}

#page.homepage .row .item,
#more_work .row .item {
  position: relative;
  box-sizing: border-box;
  transform: scale(1);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#page.homepage .row .item a,
#more_work .row .item a {
  display: block;
  color: #000;
}

#page.homepage .row .item .title,
#more_work .row .item .title {
  font-size: 40px;
  font-family: "Circular-Bold";
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  transform: translateY(50%);
  opacity: 0;
  line-height: 1.15;
  transition: all 0.6s ease;
  z-index: 10;
}

#page.homepage .row .item .img_holder:after,
#more_work .row .item .img_holder:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4df5a4;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 0.6s ease;
}

#logo_holder.animate.fixed {
  transition: top 0.8s ease 0.4s;
}

#filter_holder {
  top: 20px;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

#filter_button {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  z-index: 250;
}

#close_filter_button {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 14px;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  z-index: 250;
}

#filter_button #second_line_circle,
#filter_button #first_line_circle {
  opacity: 1;
  transition: opacity 0s ease 0.6s, transform 0.4s ease;
}

#filter_button:hover #first_line_circle {
  transform: translateX(10px);
}

#filter_button:hover #second_line_circle {
  transform: translateX(-10px);
}

body.filter #filter_button #first_line_circle,
body.filter #filter_button #second_line_circle {
  opacity: 0;
  transition: opacity 0s ease, transform 0.4s ease;
}

body #filter_holder {
  z-index: 0;
  transition-property: z-index;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 1s;
}

body.filter #filter_holder {
  z-index: 200;
}

@media only screen and (min-width: 1024px) {
  .homepage #wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage #wrapper {
    width: 1146px;
  }
}

@media only screen and (min-width: 1500px) {
  .homepage #wrapper {
    width: 1485px;
  }
}

#filter_holder .filter {
  text-align: center;
  opacity: 0;
  transform: translateY(-250%);
  transition: transform 0.6s ease, opacity 0s 1s;
}

.blocks_holder {
  top: 50px;
  transition: top 0.8s ease 0.4s;
}

body.filter #logo_holder.animate.fixed {
  top: 218px;
  transition: top 0.8s ease;
}

body.filter .blocks_holder {
  top: 260px;
  transition: top 0.8s ease;
}

body.filter #filter_holder .filter {
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0.8s ease 0.6s, opacity 0s;
}

span.hide {
  display: none;
}

@media only screen and (min-width: 375px) {
  #filter_holder span {
    font-size: 0.78125em;
    line-height: 1em;
    font-family: "Circular-Bold";
    margin: 0 9px;
  }
}

@media only screen and (min-width: 768px) {
  .blocks_holder {
    top: 50px;
  }
  #filter_holder,
  html.homepage #filter_button {
    display: block;
  }
  html.homepage body.filter #filter_button {
    display: none;
  }
  .filter #close_filter_button {
    display: block;
  }
  #filter_holder {
    margin-bottom: 0px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #filter_holder span {
    font-size: 1.125em;
    line-height: 1em;
    margin: 0 30px;
  }
  #filter_holder span.title {
    padding: 0;
  }
  #filter_holder svg.related {
    top: -14px;
    left: 16px;
    height: 50px;
  }
  #filter_holder svg.all {
    top: -13px;
    left: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  .blocks_holder {
    top: 0px;
  }
}

#news_holder {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  #news_holder {
    padding-top: 100px;
    width: 700px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1150px) {
  #news_holder {
    width: 970px;
    padding-top: 200px;
  }
}

#news_holder .news_item {
  padding: 60px 0;
  border-bottom: 1px solid #ebebeb;
}

#news_holder .image_holder {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #news_holder .image_holder {
    float: left;
    width: 370px;
    margin-right: 60px;
    margin-bottom: 0px;
  }
}

#news_holder .image_holder img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (min-width: 768px) {
  #news_holder .text_holder {
    float: left;
    width: 540px;
  }
}

#news_holder .text_holder .news_date {
  color: #b3b3b3;
  margin-bottom: 40px;
  font-size: 1em;
  font-family: "Circular-Book";
}

#news_holder .text_holder h2.news_title {
  color: #212121;
  font-family: "Circular-Bold";
  font-size: 2em;
  margin-bottom: 0px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  #news_holder .text_holder h2.news_title {
    font-size: 2.75em;
  }
}

#news_holder .text_holder .news_subtitle {
  font-family: "Circular-Book";
  color: #b3b3b3;
  font-size: 1.25em;
  margin-bottom: 40px;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  #news_holder .text_holder .news_subtitle {
    font-size: 1.1em;
  }
}

#news_holder .text_holder a.read_link {
  font-family: "Circular-Bold";
  color: #4df5a4;
  font-size: 1em;
  text-transform: lowercase;
  text-decoration: underline;
}

#page.culture_page {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page {
    padding-top: 140px;
    width: 700px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1150px) {
  #page.culture_page {
    width: 970px;
    padding-top: 200px;
  }
}

#page.culture_page h1 {
  font-size: 1.5em;
  font-family: "Circular-Bold";
  color: #212121;
  line-height: normal;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1150px) {
  #page.culture_page h1 {
    padding: 0 50px;
    font-size: 2em;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1150px) {
  #page.culture_page h1 {
    padding: 0 100px;
    font-size: 3em;
    margin-bottom: 50px;
  }
}

#page.culture_page .header_img {
  position: relative;
}

#page.culture_page .header_img .back_btn {
  background-color: #4df5a4;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -999999em;
  overflow: hidden;
  background-image: url("../images/static/back.svg");
  background-size: 19px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-position 0.4s ease;
}

@media only screen and (min-width: 1024px) {
  #page.culture_page .header_img .back_btn {
    width: 59px;
    height: 59px;
    background-size: 32px 46px;
  }
}

#page.culture_page .header_img .back_btn:hover {
  background-position: -35px center;
}

@media only screen and (min-width: 1024px) {
  #page.culture_page .header_img .back_btn:hover {
    background-position: -59px center;
  }
}

#page.culture_page .header_img .back_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/static/back.svg");
  background-size: 19px 28px;
  background-position: 35px center;
  background-repeat: no-repeat;
  background-color: #212121;
  left: 35px;
  transition: left 0.3s ease, background-position 0.4s ease;
}

@media only screen and (min-width: 1024px) {
  #page.culture_page .header_img .back_btn:after {
    background-size: 32px 46px;
    left: 59px;
    background-position: 59px center;
  }
}

#page.culture_page .header_img .back_btn:hover:after {
  left: 0px;
  background-position: center center;
}

#page.culture_page .header_img img.news_header {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  display: block;
}

#page.culture_page .project_txt {
  max-width: 770px;
  box-sizing: border-box;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .project_txt {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1150px) {
  #page.culture_page .project_txt {
    padding-left: 0;
    padding-right: 100px;
  }
}

#page.culture_page .social_share {
  max-width: 770px;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto 35px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .social_share {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 1150px) {
  #page.culture_page .social_share {
    padding-left: 0;
    padding-right: 100px;
  }
}

#page.culture_page .social_share a {
  display: inline-block;
  text-indent: -999999em;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .social_share a {
    width: 19px;
    height: 19px;
    margin-left: 15px;
  }
}

#page.culture_page .social_share .facebook {
  background-image: url("../images/static/item_share_facebook.svg");
  background-size: auto 13px;
  background-position: bottom center;
  margin-left: 0px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .social_share .facebook {
    background-size: auto 19px;
  }
}

#page.culture_page .social_share .twitter {
  background-image: url("../images/static/item_share_twitter.svg");
  background-size: auto 13px;
  background-position: bottom center;
  width: 16px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .social_share .twitter {
    background-size: auto 17px;
    width: 19px;
  }
}

#page.culture_page .social_share .linkedin {
  background-image: url("../images/static/item_share_linkedin.svg");
  background-size: auto 13px;
  background-position: bottom center;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .social_share .linkedin {
    background-size: auto 19px;
  }
}

#page.culture_page .more_news {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .more_news {
    margin-top: 75px;
  }
}

#page.culture_page .more_news h2 {
  font-size: 1.25em;
  font-family: "Circular-Bold";
  line-height: normal;
  margin-bottom: 30px;
}

#page.culture_page .more_news a {
  text-decoration: underline;
  font-size: 0.75em;
  color: #6a6a6a;
  font-family: "brawlerregular", Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #page.culture_page .more_news a {
    font-size: 1.05em;
  }
}

img.page_header {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1146px;
  margin: 0 auto;
}

#map.page_header {
  height: 162px;
  display: block;
  width: 100%;
}

.header_block {
  position: relative;
  background-color: #ebebeb;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 35px 40px 35px;
  max-width: 954px;
  margin: -35px auto  30px;
}

.header_block .back_btn {
  background-color: #4df5a4;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -999999em;
  overflow: hidden;
  background-image: url("../images/static/back.svg");
  background-size: 19px 28px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-position 0.4s ease;
}

.header_block .back_btn:hover {
  background-position: -35px center;
}

.header_block .back_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/static/back.svg");
  background-size: 19px 28px;
  background-position: 35px center;
  background-repeat: no-repeat;
  background-color: #212121;
  left: 35px;
  transition: left 0.3s ease, background-position 0.4s ease;
}

.header_block .back_btn:hover:after {
  left: 0px;
  background-position: center center;
}

.header_block h1 {
  font-size: 1.5em;
  line-height: 1em;
  font-family: "Circular-Bold";
  margin-bottom: 15px;
}

.project_info div {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-family: "Circular-Book";
  font-size: 0.65em;
  line-height: 1em;
}

.project_info div span {
  font-size: 1.25em;
  line-height: 1em;
  margin-left: 5px;
  font-family: "Circular-Bold";
}

.header_block .social_share {
  position: absolute;
  top: 10px;
  right: 30px;
  display: block;
}

.header_block .social_share a {
  display: inline-block;
  text-indent: -999999em;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.header_block .social_share .facebook {
  background-image: url("../images/static/item_share_facebook.svg");
  background-size: auto 13px;
  background-position: bottom center;
  margin-left: 0px;
}

.header_block .social_share .twitter {
  background-image: url("../images/static/item_share_twitter.svg");
  background-size: auto 13px;
  background-position: bottom center;
}

.header_block .social_share .linkedin {
  background-image: url("../images/static/item_share_linkedin.svg");
  background-size: auto 13px;
  background-position: bottom center;
}

.project_txt,
figure.statement,
#about p,
#contact p {
  padding: 0 20px;
  max-width: 685px;
  margin: 0 auto 35px;
  color: #6a6a6a;
  font-size: 0.75em;
  line-height: 1.7em;
  font-family: "brawlerregular", Arial, Helvetica, sans-serif;
}

.project_txt:nth-of-type(2) {
  font-style: italic;
}

.project_video, .project_img {
  margin-bottom: 35px;
}

.project_img img {
  display: block;
  width: 100%;
  height: auto;
}

#more_work {
  margin-top: 45px;
  position: relative;
}

#more_work h2.more_work_title {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 30px;
  font-family: "Circular-Bold";
  margin-left: 10px;
}

#more_work #filter_holder {
  margin-left: 10px;
}

/*ABOUTPAGE*/
figure.statement img {
  width: 100%;
  height: auto;
}

#clients {
  margin-bottom: 100px;
}

#clients h2, #awards h2 {
  font-size: 1.3125em;
  line-height: 1em;
  font-family: "Circular-Bold";
  margin-bottom: 20px;
  margin-left: 20px;
}

#awards h2 {
  margin-bottom: 30px;
}

#clients .client {
  border-right: 1px solid #fff;
  box-sizing: content-box;
  display: inline-block;
  float: left;
  height: auto;
  width: 100%;
}

#clients .client img {
  display: block;
  height: auto;
  width: 100%;
}

#clients_holder {
  display: none;
}

#awards_holder {
  width: 260px;
  margin: 0 auto;
}

#awards .award {
  box-sizing: border-box;
  display: block;
  float: left;
  height: 90px;
  margin-bottom: 75px;
  margin-right: 20px;
  position: relative;
  width: 110px;
}

#awards .award img {
  display: block;
  max-width: 70px;
  height: auto;
  margin: 0 auto;
}

#awards .award .award-name {
  text-align: center;
  font-family: brawlerregular,Arial,Helvetica,sans-serif;
  color: #6a6a6a;
  margin-top: 10px;
  font-size: .75em;
}

#awards .award span {
  position: absolute;
  top: 0;
  right: 0;
  color: #212121;
  font-family: "Circular-Book";
  font-size: 1.8em;
  line-height: 1em;
}

/*CONTACT*/
section#contact, section#map {
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0 0 0;
  max-width: 954px;
  margin: 0 auto;
}

section#map {
  margin-bottom: 80px;
}

section#contact h2, section#map h2 {
  font-size: 2.5em;
  line-height: 1em;
  font-family: "Circular-Bold";
  margin-bottom: 20px;
}

section#contact p {
  max-width: none;
  padding: 0;
}

section#contact .social a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  text-indent: -999999em;
  overflow: hidden;
  background-color: #212121;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.5s;
}

section#contact .social a:hover {
  background-color: #4df5a4;
}

section#contact .social a.instagram {
  background-image: url("../images/static/follow_instagram.svg");
  background-size: auto 25px;
  background-position: center center;
}

section#contact .social a.facebook {
  background-image: url("../images/static/follow_facebook.svg");
  background-size: auto 25px;
  background-position: center center;
  margin-left: 0px;
}

section#contact .social a.linkedin {
  background-image: url("../images/static/follow_linkedin.svg");
  background-size: auto 25px;
  background-position: center center;
}

section#contact .social a.snapchat {
  background-image: url("../images/static/follow_snapchat.svg");
  background-size: auto 25px;
  background-position: center center;
}

section#map .input {
  border: 4px solid #212121;
  width: 100%;
  max-width: 220px;
  height: 61px;
  font-size: 0.925em;
  line-height: 1em;
  font-family: "brawlerregular", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}

section#map .submit {
  border: none;
  display: inline-block;
  margin-left: 7px;
  text-indent: -999999em;
  overflow: hidden;
  background-color: #4df5a4;
  width: 61px;
  height: 61px;
  float: left;
  background-image: url("../images/static/submit.svg");
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: left 0.3s ease, background-position 0.4s ease;
}

section#map .submit:before {
  content: '';
  position: absolute;
  top: 0;
  left: -61px;
  width: 61px;
  height: 61px;
  background-image: url("../images/static/submit.svg");
  background-size: 32px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #212121;
  transition: left 0.3s ease, background-position 0.4s ease;
}

section#map .submit:hover {
  background-position: 70px center;
}

section#map .submit:hover:before {
  left: 0;
}

/*JOBS*/
.jobs_page .project_txt ul {
  max-width: 460px;
}

section#maintenance {
  margin-top: 250px;
  text-align: center;
}

section#maintenance h1 {
  margin-bottom: 35px;
}

@media only screen and (min-width: 600px) {
  section#map .input {
    max-width: 480px;
    font-size: 1.25em;
    line-height: 1em;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  #map.page_header {
    height: 325px;
  }
  section#map {
    padding-top: 78px;
  }
  .header_block {
    max-width: 688px;
    margin-bottom: 54px;
  }
  .header_block h1 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 20px;
  }
  .project_info div {
    margin-right: 30px;
    font-size: 1em;
    line-height: 1em;
  }
  .project_info div span {
    font-size: 1.25em;
    line-height: 1em;
  }
  .header_block .social_share a {
    width: 19px;
    height: 19px;
    margin-left: 15px;
  }
  .header_block .social_share .facebook {
    background-size: auto 19px;
  }
  .header_block .social_share .twitter {
    background-size: auto 17px;
  }
  .header_block .social_share .linkedin {
    background-size: auto 19px;
  }
  .project_txt,
  #about p,
  section#contact p {
    margin-bottom: 74px;
    font-size: 1.05em;
    line-height: 1.4em;
  }
  figure.statement {
    margin-bottom: 90px;
  }
  #project_media, #clients, #awards {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage #clients {
    max-width: initial;
    margin-top: 80px;
    margin-bottom: 0px;
    background: white;
  }
  .searched #clients {
    margin-top: 300px;
  }
  .project_video {
    margin-bottom: 70px;
  }
  #more_work {
    margin-top: 130px;
  }
  #more_work h2.more_work_title {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 120px;
    margin-left: 50px;
  }
  #more_work #filter_holder {
    margin-left: 0px;
    right: 0px;
    top: 23px;
    width: 100%;
    text-align: right;
  }
  #clients_holder {
    margin: 0 auto;
    width: 700px;
    display: block;
  }
  #clients h2, #awards h2 {
    margin-left: 0px;
  }
  #awards h2 {
    margin-bottom: 30px;
  }
  #clients_holder_mob {
    display: none;
  }
  #clients .client {
    height: auto;
    width: 232px;
    margin-bottom: 35px;
  }
  #awards_holder {
    width: 100%;
    margin: 0 0 70px 45px;
    margin-bottom: 70px;
    margin-left: 45px;
  }
  #awards .award {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 90px;
    margin-bottom: 75px;
    margin-right: 100px;
    position: relative;
    width: 110px;
  }
  #awards .award .award-name {
    font-size: 1.05em;
  }
  #awards .award img {
    display: block;
    max-width: 70px;
    height: auto;
  }
  #awards .award span {
    position: absolute;
    top: 0;
    right: 0;
    color: #212121;
    font-family: "Circular-Book";
    font-size: 1.8em;
    line-height: 1em;
  }
  section#contact, section#map {
    max-width: 688px;
    clear: both;
  }
  #contact .location {
    float: left;
    display: inline-block;
    width: 344px;
  }
  #contact .location p {
    box-sizing: border-box;
    padding: 10px 0px 2px 62px;
    background-image: url("../images/static/icon_castle.svg");
    background-size: 38px auto;
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }
  #contact .social {
    float: left;
    display: inline-block;
    width: 344px;
  }
}

@media only screen and (min-width: 1024px) {
  #map.page_header {
    height: 530px;
  }
  .header_block {
    margin-top: -59px;
    padding: 100px 90px 61px;
    width: 787px;
    max-width: none;
  }
  .header_block .social_share {
    top: 20px;
  }
  .about_page .header_block, .jobs_page .header_block, .culture_page .header_block {
    padding: 90px 90px 45px;
  }
  .header_block .back_btn {
    width: 59px;
    height: 59px;
    background-size: 32px 46px;
  }
  .header_block .back_btn:hover {
    background-position: -59px center;
  }
  .header_block .back_btn:after {
    background-size: 32px 46px;
    left: 59px;
    background-position: 59px center;
  }
  #project_media, #clients, #awards {
    max-width: 787px;
  }
  .homepage #clients {
    max-width: initial;
  }
  #more_work h2.more_work_title {
    margin-left: 100px;
  }
  #more_work #filter_holder {
    right: 34px;
  }
  #awards h2 {
    margin-bottom: 40px;
  }
  #clients_holder {
    width: 100%;
  }
  #clients .client {
    height: auto;
    width: 199px;
  }
  section#contact, section#map {
    max-width: 800px;
  }
  section#contact h2, section#map h2 {
    font-size: 4.6em;
    line-height: 1em;
    font-family: "Circular-Bold";
    margin-bottom: 20px;
  }
  #contact .location {
    width: 400px;
  }
  #contact .social {
    width: 400px;
  }
}

@media only screen and (min-width: 1200px) {
  .header_block {
    width: 954px;
  }
  #clients .client {
    height: auto;
    width: 189px;
  }
  #project_media, #clients, #awards {
    max-width: 954px;
  }
  .homepage #clients {
    max-width: 1070px;
  }
  section#contact, section#map {
    max-width: 954px;
  }
  #contact .location {
    width: 477px;
  }
  #contact .social {
    width: 477px;
  }
}

#about-staff {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 600px) {
  #about-staff {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  #about-staff {
    width: 620px;
  }
}

@media only screen and (min-width: 1024px) {
  #about-staff {
    width: 890px;
  }
}

@media only screen and (min-width: 1200px) {
  #about-staff {
    width: 970px;
  }
}

.staff-member {
  display: block;
  margin-bottom: 30px;
}

@media only screen and (min-width: 600px) {
  .staff-member {
    float: left;
    width: 270px;
    margin-bottom: 45px;
  }
  .staff-member:nth-child(2n) {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-member:nth-child(2n) {
    margin-left: 80px;
  }
}

@media only screen and (min-width: 1024px) {
  .staff-member:nth-child(2n) {
    margin-left: 0px;
  }
  .staff-member:nth-child(3n+2) {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .staff-member:nth-child(3n+2) {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.staff-member .img-holder {
  margin-bottom: 20px;
  position: relative;
  display: block;
}

.staff-member .img-holder .member-img {
  display: block;
  width: 100%;
  height: auto;
}

.staff-member .img-holder .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: rgba(77, 245, 164, 0.73);
  color: #535353;
  font-family: "brawlerregular", Arial, Helvetica, sans-serif;
  font-size: 1em;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.staff-member .img-holder .overlay-text p {
  line-height: 1.5;
}

.staff-member .img-holder:hover .overlay-text {
  opacity: 1;
}

.staff-member .staff-info .staff-name {
  text-align: center;
  font-family: "Circular-Bold";
  font-size: 1.125em;
  margin-bottom: 10px;
  color: #212121;
}

.staff-member .staff-info .staff-function {
  text-align: center;
  color: #6a6a6a;
  font-size: 0.875em;
  font-family: "Circular-Book";
}

/*SIDEBAR*/
#sidebar {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 25px;
  height: 18px;
  z-index: 10;
}

#hamburger {
  position: absolute;
  top: -5px;
  left: 0;
  width: 25px;
  height: 28px;
  display: block;
  text-indent: -999999em;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 250;
}

#hamburger svg {
  height: 28px;
  width: 25px;
  display: block;
  pointer-events: none;
  fill: #212121;
}

#sidebar_rotate {
  display: none;
}

#sidebar a {
  color: #212121;
}

#sidebar_rotate .social a {
  background-size: auto 25px;
  background-position: bottom center;
  display: inline-block;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  transform: translateY(7px);
  margin-left: 15px;
}

#sidebar_rotate .facebook {
  background-image: url("../images/static/item_share_facebook.svg");
}

#sidebar_rotate .instagram {
  background-image: url("../images/static/item_share_instagram.svg");
}

#sidebar_rotate .linkedin {
  background-image: url("../images/static/item_share_linkedin.svg");
}

body.glitched #sidebar_rotate .facebook {
  background-image: url("../images/static/item_share_facebook_white.svg");
  margin: 0 15px 0 15px;
}

body.glitched #sidebar_rotate .instagram {
  background-image: url("../images/static/item_share_instagram_white.svg");
}

body.glitched #sidebar_rotate .social {
  color: #fff;
}

#sidebar_rotate .facebook:hover,
#sidebar_rotate .instagram:hover,
#sidebar_rotate .linkedin:hover {
  transform: scale(1.15) translateY(35%);
}

@media only screen and (min-width: 1024px) {
  #sidebar {
    position: fixed;
    top: inherit;
    left: inherit;
    height: auto;
    width: 51px;
    float: left;
    display: inline-block;
  }
  #hamburger {
    width: 35px;
    height: 40px;
    background-size: 35px 25px;
    top: 7px;
    left: 50%;
    margin-left: -17px;
    cursor: pointer;
  }
  #hamburger svg {
    height: 45px;
    width: 35px;
  }
  #sidebar_rotate {
    font-family: "Circular-Book";
    font-size: 1em;
    line-height: 1em;
    color: #535353;
    position: absolute;
    display: block;
    top: 690px;
    left: 20px;
    width: 625px;
    transform-origin: 0%;
    transform: rotate(-90deg);
  }
  #sidebar_rotate .location {
    margin-right: 80px;
    display: inline-block;
  }
}

@media only screen and (min-width: 1300px) {
  #sidebar {
    width: 75px;
  }
  #sidebar_rotate {
    left: 31px;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 670px) {
  #sidebar {
    position: relative;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 780px) {
  #sidebar_rotate {
    left: 19px;
    top: 610px;
  }
  #sidebar_rotate .location {
    margin-right: 35px;
  }
  #btn_back_to_top {
    left: 8px;
  }
  #sidebar_rotate .social a {
    margin-left: 8px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*CUSTOM*/
#clients_holder_mob .owl-controls {
  bottom: -25px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#clients_holder_mob .owl-controls .owl-nav {
  display: none;
}

#clients_holder_mob .owl-controls .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6a6a6a;
  display: inline-block;
  margin: 0 3px;
}

#clients_holder_mob .owl-controls .owl-dot.active {
  background-color: #4df5a4;
}

@keyframes colorchange {
  0% {
    fill: #212121;
  }
  33% {
    fill: #4df5a4;
  }
  66% {
    fill: #ebebeb;
  }
  100% {
    fill: #212121;
  }
}

#logo_holder.fixed svg.color_change {
  animation: colorchange 0.75s infinite;
}

.inner_block.hover-scale {
  transition: transform 0.4 ease;
  transform: scale(1);
}

.inner_block.hover-scale:hover {
  transform: scale(1.1);
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
}

.block-pulse > div:nth-child(1) {
  animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.block-pulse > div:nth-child(2) {
  animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.block-pulse > div:nth-child(3) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.block-pulse > div {
  background-color: #000;
  width: 15px;
  height: 15px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

.ajax_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -10px;
  width: 70px;
  height: 20px;
  display: none;
}

.ajax_loader.visible {
  display: block;
}

#menu_holder .loader {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity 0.4s ease;
}

#menu_holder .loader.visible {
  opacity: 1;
  display: table-cell;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  #logo_holder {
    width: 540px;
    width: 540px;
    height: 214px;
    margin-left: -270px;
    margin-top: -107px;
  }
  #logo_holder.animate {
    top: -42px;
  }
  #page.privacy_page {
    margin-top: 200px;
  }
}

@media only screen and (min-width: 1024px) {
  #wrapper {
    width: 980px;
  }
  #logo_holder {
    width: 660px;
    width: 660px;
    height: 232px;
    margin-left: -330px;
    margin-top: -116px;
  }
  #logo_holder.animate {
    top: -67px;
  }
  #content_holder {
    display: block;
    width: 905px;
    margin: 0 auto;
  }
  #page {
    padding: 0;
  }
  #page.privacy_page {
    margin-top: 300px;
  }
  #search_form {
    display: inline;
    position: relative;
    margin-left: 120px;
  }
  #search_form input[type="search"],
  #search_form #clear_search {
    -webkit-appearance: none;
    border: none;
    width: 130px;
    border-bottom: 2px solid black;
    font-family: "Circular-Bold";
    line-height: 1;
    font-size: 1.25em;
  }
  #search_form input[type="search"] {
    font-size: 0.938em;
    font-family: "Circular-Book";
  }
  #search_form input:focus {
    outline: none;
  }
  #search_form #clear_search {
    display: none;
    width: 165px;
    color: #4df5a4;
    text-transform: uppercase;
    border: none;
    background: transparent;
  }
  .searched #search_form input[type="search"] {
    display: none;
  }
  .searched #search_form #clear_search {
    display: inline;
  }
  #search_form input[type="submit"] {
    -webkit-appearance: none;
    background-color: transparent;
    text-indent: -99999em;
    border: none;
    width: 25px;
  }
  #search_in_form {
    height: 20px;
    z-index: -1;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
  }
  #results_holder {
    display: block;
    margin-top: 180px;
    transition: margin 0.6s ease 0.6s;
    margin-bottom: 100px;
  }
  body.filter #results_holder {
    margin-top: 180px;
    transition: margin 0.6s ease;
  }
  #results_holder span.subtitle {
    font-size: 1.875em;
    display: block;
    margin-bottom: 20px;
    line-height: 1;
    font-family: "Circular-Book";
  }
  #results_holder span.results {
    display: block;
    font-size: 6.250em;
    line-height: 1;
    color: #4df5a4;
    font-family: "Circular-Bold";
  }
}

@media only screen and (min-width: 1025px) {
  #site_container {
    transform: translateX(0%);
    transition: transform 0.8s cubic-bezier(0.79, 0.09, 0.26, 1);
  }
  body.open #site_container {
    transform: translateX(45%);
  }
}

@media only screen and (min-width: 1200px) {
  #wrapper {
    width: 1146px;
  }
  #logo_holder {
    width: 819px;
    height: 316px;
    margin-left: -409.5px;
    margin-top: -158px;
  }
  #logo_holder.animate {
    top: -76px;
  }
  #content_holder {
    width: 1071px;
  }
}

@media only screen and (min-width: 1280px) {
  body.open #site_container {
    transform: translateX(25%);
  }
}

@media only screen and (min-width: 1500px) {
  #wrapper {
    width: 1485px;
  }
  #content_holder {
    width: 1410px;
  }
}

/*# sourceMappingURL=style.css.map */
