/* ==========================================================================

// Base Stylesheet - http://getbase.org
// Author: Matthew Hartman - http://www.matthewhartman.com.au/
// Version: 2.8.2 - Last Updated: March 05, 2016

========================================================================== */
*, *:before, *:after {
  box-sizing: border-box; }

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

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

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

body, form, fieldset, legend, input, select, textarea, button {
  margin: 0; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

img {
  border: 0; }

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

html {
  overflow-y: scroll; }

body {
  font-family: "Catamaran", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  color: #baadad;
  font-weight: 400;
  background: #262525; }

p {
  margin: 1em 0 1em 0; }

a {
  color: #baadad;
  background: transparent;
  transition: 300ms;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3); }
  a:active, a:hover {
    color: #ee5352;
    outline: 0;
    box-shadow: inset 0 -1px 0 #fe504f; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Catamaran", sans-serif;
  margin: 0; }

h1, .h1 {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 60px;
  line-height: 3.75rem;
  margin-top: .7em;
  margin-bottom: .5em;
  color: #e6dede;
  font-weight: 800; }

h2, .h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin-top: 1.4em;
  margin-bottom: .2em;
  color: #e6dede;
  font-weight: 400; }

h3, .h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #e6dede;
  font-weight: 400; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 1em;
  margin-bottom: .2em;
  color: #e6dede;
  font-weight: 400; }

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #e6dede;
  font-weight: 400; }

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 1em;
  margin-bottom: .1em;
  color: #e6dede;
  font-weight: 400; }

b,
strong,
.strong {
  font-weight: 700; }

em,
.em {
  font-style: italic; }

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

dfn {
  font-style: italic; }

small, .small {
  font-size: 80%; }

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

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

sup, .sup {
  top: -0.5em; }

sub, .sub {
  bottom: -0.25em; }

del, .del {
  text-decoration: line-through; }

figure {
  margin: 1em 40px; }

hr,
.hr {
  box-sizing: content-box;
  height: 1px;
  background: #555;
  border: 0;
  margin-top: 1em;
  margin-bottom: 1em; }

ul, ol {
  margin: 1em 0 2em 0;
  padding: 0 0 0 40px; }
  ul li, ol li {
    margin-bottom: 5px; }

dl:before, dl:after {
  content: " ";
  display: table; }

dl:after {
  clear: both; }

dl dt {
  float: left;
  width: 25%;
  display: block;
  font-weight: 400; }

dl dd {
  overflow: hidden;
  display: block; }

fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700; }

.form {
  padding-top: 1em;
  padding-bottom: 1em; }

label,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

input {
  line-height: normal; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
  height: 36px;
  padding: 0 .4em;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto; }

select {
  text-transform: none;
  height: 36px;
  padding: 0 .4em;
  background-color: #fff;
  border: 1px solid #ccc; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible;
  text-transform: none; }

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

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

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

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

.button {
  border: 1px solid #d7d7d7;
  background-color: #f3f3f3;
  line-height: normal;
  padding: .5em 1em;
  text-decoration: none;
  color: #363636;
  display: inline-block;
  transition: all 0.3s; }
  .button:hover, .button:active {
    text-decoration: none; }
  .button:hover {
    background: #f9f9f9; }

.button-link {
  color: #de5655;
  text-decoration: underline;
  border: 0;
  background: transparent;
  padding: 0; }
  .button-link:hover {
    text-decoration: none; }
  .button-link:active {
    outline: 0; }

.select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 36px;
  line-height: 32px;
  padding: 0 .4em;
  position: relative;
  display: block; }
  .select:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: #676767;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 120%;
    height: 36px;
    padding: 0;
    line-height: normal;
    border: 0;
    background: transparent;
    display: block; }
    .select select:focus {
      outline: 0; }

.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.row:before, .row:after {
  content: "";
  display: table; }

.row:after {
  clear: both; }

.row {
  position: relative;
  margin-left: 0;
  margin-right: 0; }

.container {
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto; }

.container-full {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (min-width: 740px) {
  .container, .container-full {
    width: 720px; }
  .container-tablet {
    width: 720px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto; }
  .container-full-tablet {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 980px) {
  .container, .container-full {
    width: 960px; }
  .container-desktop {
    width: 960px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto; }
  .container-full-desktop {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (min-width: 1140px) {
  .container, .container-full {
    width: 1120px; }
  .container-hd {
    width: 1120px;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto; }
  .container-full-hd {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; } }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 1em 1em;
  position: relative;
  float: left; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.pull-1 {
  left: -8.33333%; }

.pull-2 {
  left: -16.66667%; }

.pull-3 {
  left: -25%; }

.pull-4 {
  left: -33.33333%; }

.pull-5 {
  left: -41.66667%; }

.pull-6 {
  left: -50%; }

.pull-7 {
  left: -58.33333%; }

.pull-8 {
  left: -66.66667%; }

.pull-9 {
  left: -75%; }

.pull-10 {
  left: -83.33333%; }

.pull-11 {
  left: -91.66667%; }

.row-top-5 {
  padding-top: 5px; }

.row-top-10 {
  padding-top: 10px; }

.row-top-15 {
  padding-top: 15px; }

.row-top-20 {
  padding-top: 20px; }

.row-top-25 {
  padding-top: 25px; }

.row-top-30 {
  padding-top: 30px; }

.row-top-35 {
  padding-top: 35px; }

.row-top-40 {
  padding-top: 40px; }

.row-top-45 {
  padding-top: 45px; }

.row-top-50 {
  padding-top: 50px; }

.row-top-55 {
  padding-top: 55px; }

.row-top-60 {
  padding-top: 60px; }

.row-bottom-5 {
  padding-bottom: 5px; }

.row-bottom-10 {
  padding-bottom: 10px; }

.row-bottom-15 {
  padding-bottom: 15px; }

.row-bottom-20 {
  padding-bottom: 20px; }

.row-bottom-25 {
  padding-bottom: 25px; }

.row-bottom-30 {
  padding-bottom: 30px; }

.row-bottom-35 {
  padding-bottom: 35px; }

.row-bottom-40 {
  padding-bottom: 40px; }

.row-bottom-45 {
  padding-bottom: 45px; }

.row-bottom-50 {
  padding-bottom: 50px; }

.row-bottom-55 {
  padding-bottom: 55px; }

.row-bottom-60 {
  padding-bottom: 60px; }

@media only screen and (min-width: 740px) {
  .col-1-tablet,
  .col-2-tablet,
  .col-3-tablet,
  .col-4-tablet,
  .col-5-tablet,
  .col-6-tablet,
  .col-7-tablet,
  .col-8-tablet,
  .col-9-tablet,
  .col-10-tablet,
  .col-11-tablet,
  .col-12-tablet {
    padding: 1em;
    position: relative;
    float: left; }
  .row.middle .col-1-tablet,
  .row.middle .col-2-tablet,
  .row.middle .col-3-tablet,
  .row.middle .col-4-tablet,
  .row.middle .col-5-tablet,
  .row.middle .col-6-tablet,
  .row.middle .col-7-tablet,
  .row.middle .col-8-tablet,
  .row.middle .col-9-tablet,
  .row.middle .col-10-tablet,
  .row.middle .col-11-tablet,
  .row.middle .col-12-tablet {
    float: none;
    margin: 0 auto; }
  .col-1-tablet {
    width: 8.33333%; }
  .col-2-tablet {
    width: 16.66667%; }
  .col-3-tablet {
    width: 25%; }
  .col-4-tablet {
    width: 33.33333%; }
  .col-5-tablet {
    width: 41.66667%; }
  .col-6-tablet {
    width: 50%; }
  .col-7-tablet {
    width: 58.33333%; }
  .col-8-tablet {
    width: 66.66667%; }
  .col-9-tablet {
    width: 75%; }
  .col-10-tablet {
    width: 83.33333%; }
  .col-11-tablet {
    width: 91.66667%; }
  .col-12-tablet {
    width: 100%; }
  .push-1-tablet {
    left: 8.33333%; }
  .push-2-tablet {
    left: 16.66667%; }
  .push-3-tablet {
    left: 25%; }
  .push-4-tablet {
    left: 33.33333%; }
  .push-5-tablet {
    left: 41.66667%; }
  .push-6-tablet {
    left: 50%; }
  .push-7-tablet {
    left: 58.33333%; }
  .push-8-tablet {
    left: 66.66667%; }
  .push-9-tablet {
    left: 75%; }
  .push-10-tablet {
    left: 83.33333%; }
  .push-11-tablet {
    left: 91.66667%; }
  .pull-1-tablet {
    left: -8.33333%; }
  .pull-2-tablet {
    left: -16.66667%; }
  .pull-3-tablet {
    left: -25%; }
  .pull-4-tablet {
    left: -33.33333%; }
  .pull-5-tablet {
    left: -41.66667%; }
  .pull-6-tablet {
    left: -50%; }
  .pull-7-tablet {
    left: -58.33333%; }
  .pull-8-tablet {
    left: -66.66667%; }
  .pull-9-tablet {
    left: -75%; }
  .pull-10-tablet {
    left: -83.33333%; }
  .pull-11-tablet {
    left: -91.66667%; }
  .row-top-5-tablet {
    padding-top: 5px; }
  .row-top-10-tablet {
    padding-top: 10px; }
  .row-top-15-tablet {
    padding-top: 15px; }
  .row-top-20-tablet {
    padding-top: 20px; }
  .row-top-25-tablet {
    padding-top: 25px; }
  .row-top-30-tablet {
    padding-top: 30px; }
  .row-top-35-tablet {
    padding-top: 35px; }
  .row-top-40-tablet {
    padding-top: 40px; }
  .row-top-45-tablet {
    padding-top: 45px; }
  .row-top-50-tablet {
    padding-top: 50px; }
  .row-top-55-tablet {
    padding-top: 55px; }
  .row-top-60-tablet {
    padding-top: 60px; }
  .row-bottom-5-tablet {
    padding-bottom: 5px; }
  .row-bottom-10-tablet {
    padding-bottom: 10px; }
  .row-bottom-15-tablet {
    padding-bottom: 15px; }
  .row-bottom-20-tablet {
    padding-bottom: 20px; }
  .row-bottom-25-tablet {
    padding-bottom: 25px; }
  .row-bottom-30-tablet {
    padding-bottom: 30px; }
  .row-bottom-35-tablet {
    padding-bottom: 35px; }
  .row-bottom-40-tablet {
    padding-bottom: 40px; }
  .row-bottom-45-tablet {
    padding-bottom: 45px; }
  .row-bottom-50-tablet {
    padding-bottom: 50px; }
  .row-bottom-55-tablet {
    padding-bottom: 55px; }
  .row-bottom-60-tablet {
    padding-bottom: 60px; } }

@media only screen and (min-width: 980px) {
  .col-1-desktop,
  .col-2-desktop,
  .col-3-desktop,
  .col-4-desktop,
  .col-5-desktop,
  .col-6-desktop,
  .col-7-desktop,
  .col-8-desktop,
  .col-9-desktop,
  .col-10-desktop,
  .col-11-desktop,
  .col-12-desktop {
    padding: 1em;
    position: relative;
    float: left; }
  .row.middle .col-1-desktop,
  .row.middle .col-2-desktop,
  .row.middle .col-3-desktop,
  .row.middle .col-4-desktop,
  .row.middle .col-5-desktop,
  .row.middle .col-6-desktop,
  .row.middle .col-7-desktop,
  .row.middle .col-8-desktop,
  .row.middle .col-9-desktop,
  .row.middle .col-10-desktop,
  .row.middle .col-11-desktop,
  .row.middle .col-12-desktop {
    float: none;
    margin: 0 auto; }
  .col-1-desktop {
    width: 8.33333%; }
  .col-2-desktop {
    width: 16.66667%; }
  .col-3-desktop {
    width: 25%; }
  .col-4-desktop {
    width: 33.33333%; }
  .col-5-desktop {
    width: 41.66667%; }
  .col-6-desktop {
    width: 50%; }
  .col-7-desktop {
    width: 58.33333%; }
  .col-8-desktop {
    width: 66.66667%; }
  .col-9-desktop {
    width: 75%; }
  .col-10-desktop {
    width: 83.33333%; }
  .col-11-desktop {
    width: 91.66667%; }
  .col-12-desktop {
    width: 100%; }
  .push-1-desktop {
    left: 8.33333%; }
  .push-2-desktop {
    left: 16.66667%; }
  .push-3-desktop {
    left: 25%; }
  .push-4-desktop {
    left: 33.33333%; }
  .push-5-desktop {
    left: 41.66667%; }
  .push-6-desktop {
    left: 50%; }
  .push-7-desktop {
    left: 58.33333%; }
  .push-8-desktop {
    left: 66.66667%; }
  .push-9-desktop {
    left: 75%; }
  .push-10-desktop {
    left: 83.33333%; }
  .push-11-desktop {
    left: 91.66667%; }
  .pull-1-desktop {
    left: -8.33333%; }
  .pull-2-desktop {
    left: -16.66667%; }
  .pull-3-desktop {
    left: -25%; }
  .pull-4-desktop {
    left: -33.33333%; }
  .pull-5-desktop {
    left: -41.66667%; }
  .pull-6-desktop {
    left: -50%; }
  .pull-7-desktop {
    left: -58.33333%; }
  .pull-8-desktop {
    left: -66.66667%; }
  .pull-9-desktop {
    left: -75%; }
  .pull-10-desktop {
    left: -83.33333%; }
  .pull-11-desktop {
    left: -91.66667%; }
  .row-top-5-desktop {
    padding-top: 5px; }
  .row-top-10-desktop {
    padding-top: 10px; }
  .row-top-15-desktop {
    padding-top: 15px; }
  .row-top-20-desktop {
    padding-top: 20px; }
  .row-top-25-desktop {
    padding-top: 25px; }
  .row-top-30-desktop {
    padding-top: 30px; }
  .row-top-35-desktop {
    padding-top: 35px; }
  .row-top-40-desktop {
    padding-top: 40px; }
  .row-top-45-desktop {
    padding-top: 45px; }
  .row-top-50-desktop {
    padding-top: 50px; }
  .row-top-55-desktop {
    padding-top: 55px; }
  .row-top-60-desktop {
    padding-top: 60px; }
  .row-bottom-5-desktop {
    padding-bottom: 5px; }
  .row-bottom-10-desktop {
    padding-bottom: 10px; }
  .row-bottom-15-desktop {
    padding-bottom: 15px; }
  .row-bottom-20-desktop {
    padding-bottom: 20px; }
  .row-bottom-25-desktop {
    padding-bottom: 25px; }
  .row-bottom-30-desktop {
    padding-bottom: 30px; }
  .row-bottom-35-desktop {
    padding-bottom: 35px; }
  .row-bottom-40-desktop {
    padding-bottom: 40px; }
  .row-bottom-45-desktop {
    padding-bottom: 45px; }
  .row-bottom-50-desktop {
    padding-bottom: 50px; }
  .row-bottom-55-desktop {
    padding-bottom: 55px; }
  .row-bottom-60-desktop {
    padding-bottom: 60px; } }

@media only screen and (min-width: 1140px) {
  .col-1-hd,
  .col-2-hd,
  .col-3-hd,
  .col-4-hd,
  .col-5-hd,
  .col-6-hd,
  .col-7-hd,
  .col-8-hd,
  .col-9-hd,
  .col-10-hd,
  .col-11-hd,
  .col-12-hd {
    padding: 1em;
    position: relative;
    float: left; }
  .row.middle .col-1-hd,
  .row.middle .col-2-hd,
  .row.middle .col-3-hd,
  .row.middle .col-4-hd,
  .row.middle .col-5-hd,
  .row.middle .col-6-hd,
  .row.middle .col-7-hd,
  .row.middle .col-8-hd,
  .row.middle .col-9-hd,
  .row.middle .col-10-hd,
  .row.middle .col-11-hd,
  .row.middle .col-12-hd {
    float: none;
    margin: 0 auto; }
  .col-1-hd {
    width: 8.33333%; }
  .col-2-hd {
    width: 16.66667%; }
  .col-3-hd {
    width: 25%; }
  .col-4-hd {
    width: 33.33333%; }
  .col-5-hd {
    width: 41.66667%; }
  .col-6-hd {
    width: 50%; }
  .col-7-hd {
    width: 58.33333%; }
  .col-8-hd {
    width: 66.66667%; }
  .col-9-hd {
    width: 75%; }
  .col-10-hd {
    width: 83.33333%; }
  .col-11-hd {
    width: 91.66667%; }
  .col-12-hd {
    width: 100%; }
  .push-1-hd {
    left: 8.33333%; }
  .push-2-hd {
    left: 16.66667%; }
  .push-3-hd {
    left: 25%; }
  .push-4-hd {
    left: 33.33333%; }
  .push-5-hd {
    left: 41.66667%; }
  .push-6-hd {
    left: 50%; }
  .push-7-hd {
    left: 58.33333%; }
  .push-8-hd {
    left: 66.66667%; }
  .push-9-hd {
    left: 75%; }
  .push-10-hd {
    left: 83.33333%; }
  .push-11-hd {
    left: 91.66667%; }
  .pull-1-hd {
    left: -8.33333%; }
  .pull-2-hd {
    left: -16.66667%; }
  .pull-3-hd {
    left: -25%; }
  .pull-4-hd {
    left: -33.33333%; }
  .pull-5-hd {
    left: -41.66667%; }
  .pull-6-hd {
    left: -50%; }
  .pull-7-hd {
    left: -58.33333%; }
  .pull-8-hd {
    left: -66.66667%; }
  .pull-9-hd {
    left: -75%; }
  .pull-10-hd {
    left: -83.33333%; }
  .pull-11-hd {
    left: -91.66667%; }
  .row-top-5-hd {
    padding-top: 5px; }
  .row-top-10-hd {
    padding-top: 10px; }
  .row-top-15-hd {
    padding-top: 15px; }
  .row-top-20-hd {
    padding-top: 20px; }
  .row-top-25-hd {
    padding-top: 25px; }
  .row-top-30-hd {
    padding-top: 30px; }
  .row-top-35-hd {
    padding-top: 35px; }
  .row-top-40-hd {
    padding-top: 40px; }
  .row-top-45-hd {
    padding-top: 45px; }
  .row-top-50-hd {
    padding-top: 50px; }
  .row-top-55-hd {
    padding-top: 55px; }
  .row-top-60-hd {
    padding-top: 60px; }
  .row-bottom-5-hd {
    padding-bottom: 5px; }
  .row-bottom-10-hd {
    padding-bottom: 10px; }
  .row-bottom-15-hd {
    padding-bottom: 15px; }
  .row-bottom-20-hd {
    padding-bottom: 20px; }
  .row-bottom-25-hd {
    padding-bottom: 25px; }
  .row-bottom-30-hd {
    padding-bottom: 30px; }
  .row-bottom-35-hd {
    padding-bottom: 35px; }
  .row-bottom-40-hd {
    padding-bottom: 40px; }
  .row-bottom-45-hd {
    padding-bottom: 45px; }
  .row-bottom-50-hd {
    padding-bottom: 50px; }
  .row-bottom-55-hd {
    padding-bottom: 55px; }
  .row-bottom-60-hd {
    padding-bottom: 60px; } }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.no-float {
  float: none; }

.no-background {
  background: transparent; }

.no-border {
  border: 0; }

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.font-100 {
  font-weight: 100; }

.font-200 {
  font-weight: 200; }

.font-300 {
  font-weight: 300; }

.font-400 {
  font-weight: 400; }

.font-500 {
  font-weight: 500; }

.font-600 {
  font-weight: 600; }

.font-700 {
  font-weight: 700; }

.font-800 {
  font-weight: 800; }

.font-900 {
  font-weight: 900; }

.font-normal {
  font-style: normal; }

.font-italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.none {
  display: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.flex-center {
  -ms-flex-pack: center;
      justify-content: center; }

.flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.left {
  float: left; }

.right {
  float: right; }

.center-element {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-unstyled li {
    margin: 0;
    padding: 0; }

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-inline li {
    margin: 0;
    padding: 0;
    display: inline-block; }

.img-fluid {
  max-width: 100%; }

.img-left {
  float: left;
  margin-right: 20px; }

.img-right {
  float: right;
  margin-left: 20px; }

.field-group {
  padding-top: .5em;
  padding-bottom: .5em;
  overflow: hidden; }
  .field-group label {
    padding-top: 8px; }

.field {
  width: 100%; }

.disabled {
  pointer-events: none;
  opacity: .5; }

.checkbox,
.radio {
  display: inline-block;
  position: relative;
  margin-top: .5em;
  margin-bottom: .5em; }
  .checkbox label,
  .radio label {
    padding-left: 20px;
    padding-top: 0;
    display: inline-block; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"],
  .radio input[type="checkbox"],
  .radio input[type="radio"] {
    position: absolute;
    top: 4px;
    left: 0; }

.animate {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animate-infinite {
  animation-iteration-count: infinite; }

@media only screen and (min-width: 740px) {
  .no-float-tablet {
    float: none; }
  .no-padding-tablet {
    padding: 0; }
  .no-margin-tablet {
    margin: 0; }
  .relative-tablet {
    position: relative; }
  .absolute-tablet {
    position: absolute; }
  .static-tablet {
    position: static; }
  .fixed-tablet {
    position: fixed; }
  .none-tablet {
    display: none; }
  .block-tablet {
    display: block; }
  .inline-block-tablet {
    display: inline-block; }
  .inline-tablet {
    display: inline; }
  .left-tablet {
    float: left; }
  .right-tablet {
    float: right; }
  .text-left-tablet {
    text-align: left; }
  .text-right-tablet {
    text-align: right; }
  .text-center-tablet {
    text-align: center; }
  .text-justify-tablet {
    text-align: justify; }
  .no-col-tablet {
    width: auto;
    float: none; }
  .no-push-tablet, .no-pull-tablet {
    left: 0; } }

@media only screen and (min-width: 980px) {
  .no-float-desktop {
    float: none; }
  .no-padding-desktop {
    padding: 0; }
  .no-margin-desktop {
    margin: 0; }
  .relative-desktop {
    position: relative; }
  .absolute-desktop {
    position: absolute; }
  .static-desktop {
    position: static; }
  .fixed-desktop {
    position: fixed; }
  .none-desktop {
    display: none; }
  .block-desktop {
    display: block; }
  .inline-block-desktop {
    display: inline-block; }
  .inline-desktop {
    display: inline; }
  .left-desktop {
    float: left; }
  .right-desktop {
    float: right; }
  .text-left-desktop {
    text-align: left; }
  .text-right-desktop {
    text-align: right; }
  .text-center-desktop {
    text-align: center; }
  .text-justify-desktop {
    text-align: justify; }
  .no-col-desktop {
    width: auto;
    float: none; }
  .no-push-desktop, .no-pull-desktop {
    left: 0; } }

@media only screen and (min-width: 1140px) {
  .no-float-hd {
    float: none; }
  .no-padding-hd {
    padding: 0; }
  .no-margin-hd {
    margin: 0; }
  .relative-hd {
    position: relative; }
  .absolute-hd {
    position: absolute; }
  .static-hd {
    position: static; }
  .fixed-hd {
    position: fixed; }
  .none-hd {
    display: none; }
  .block-hd {
    display: block; }
  .inline-block-hd {
    display: inline-block; }
  .inline-hd {
    display: inline; }
  .left-hd {
    float: left; }
  .right-hd {
    float: right; }
  .text-left-hd {
    text-align: left; }
  .text-right-hd {
    text-align: right; }
  .text-center-hd {
    text-align: center; }
  .text-justify-hd {
    text-align: justify; }
  .no-col-hd {
    width: auto;
    float: none; }
  .no-push-hd, .no-pull-hd {
    left: 0; } }

@media print {
  .no-float-print {
    float: none; }
  .no-padding-print {
    padding: 0; }
  .no-margin-print {
    margin: 0; }
  .none-print {
    display: none; }
  .block-print {
    display: block; }
  .inline-block-print {
    display: inline-block; }
  .inline-print {
    display: inline; }
  .text-left-print {
    text-align: left; }
  .text-right-print {
    text-align: right; }
  .text-center-print {
    text-align: center; }
  .text-justify-print {
    text-align: justify; }
  .no-col-print {
    width: auto;
    float: none; }
  .no-push-print, .no-pull-print {
    left: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
  font-family: 'pixinema-icons';
  src: url("font/pixinema-icons.woff?99332712") format("woff"), url("../font/pixinema-icons.svg?99332712#pixinema-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Catamaran';
  src: url("font/Catamaran-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 1 999;
  font-display: swap; }

.row {
  margin-left: -1em;
  margin-right: -1em; }

.logo {
  width: 100%;
  margin-top: 3em; }
  .logo #lottie {
    margin: 0 -2.1%; }

a.logo {
  display: block;
  box-shadow: none; }

.container, .section-bg {
  position: relative;
  z-index: 5; }

html {
  font-size: 20px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  height: 100%;
  padding-bottom: 1.2em;
  box-sizing: border-box; }

body {
  position: relative;
  margin: 0;
  min-height: 100%; }

main {
  margin-top: 1.2em; }

.top-header {
  margin-top: 1.2em; }
  .top-header.ux {
    margin-top: 1em;
    height: 5em; }

figure {
  margin: 1em 0; }
  figure img {
    margin: 0; }
  figure figcaption {
    text-align: right;
    opacity: .5; }

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

section {
  padding-bottom: 2em; }

#about .section-bg {
  background-color: #383535; }

#about p {
  margin: 0 0 1em 0; }

#about .row {
  padding-top: 0; }
  #about .row .col-12 {
    padding-top: 0; }

#about img {
  height: 70vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  width: 100vw;
  max-width: none;
  margin-left: -1em;
  margin-bottom: 1em; }

#intro h1 {
  text-align: center;
  font-weight: 200;
  color: #baadad;
  font-size: 1.15em;
  font-size: 7vw;
  line-height: 1.2em;
  margin-top: 3em; }
  #intro h1 span.highlight {
    font-weight: 300;
    animation: bold 1000ms forwards;
    animation-timing-function: cubic-bezier(0.38, 0, 0.17, 1); }
  #intro h1 span.bold-1 {
    animation-delay: 500ms; }
  #intro h1 span.bold-2 {
    animation-delay: 600ms; }

.projectPage footer {
  background-color: #1c1a1a;
  position: static;
  padding-top: 3em; }

.projectPage main {
  padding-bottom: 6em; }

#work, #about {
  margin-top: 3em; }

h1.section-name {
  color: #383535;
  font-size: 20vw;
  line-height: 0em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center; }

@keyframes bold {
  0% {
    font-weight: 300; }
  100% {
    font-weight: 800;
    color: #e6dede; } }

video {
  display: block;
  width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container.wide-double {
    padding-bottom: 28.125%; }

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

.embed-container.portrait {
  padding-bottom: 177.78%; }

.navigation-toggle-label {
  line-height: normal;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  float: right;
  position: relative;
  height: 20px;
  width: 25px;
  background: transparent;
  margin-top: 18px;
  margin-right: 10px;
  color: #fff;
  cursor: pointer; }

.navigation-toggle-label:before,
.navigation-toggle-label:after,
.navigation-toggle-label .navigation-toggle-label-inner:before {
  content: "";
  width: 25px;
  height: 2.5px;
  background: #736868;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s; }

.navigation-toggle-label:after {
  transform: translate3d(0, 7px, 0); }

.navigation-toggle-label .navigation-toggle-label-inner:before {
  transform: translate3d(0, 14px, 0); }

.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label:before {
  transform: translate3d(0, 4px, 0) rotate(-225deg); }

.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label:after {
  opacity: 0; }

.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label .navigation-toggle-label-inner:before {
  transform: translate3d(0, 4px, 0) rotate(45deg); }

.navigation {
  clear: both;
  transition: all 0.3s;
  opacity: 0;
  max-height: 1px;
  overflow: hidden; }

.navigation-toggle-checkbox[type=checkbox]:checked + .navigation-toggle-label + .navigation {
  opacity: 1;
  max-height: 400px; }

.navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  .navigation-menu.extraSpace {
    margin-bottom: 5em; }

.navigation-menu li {
  margin: 0;
  padding: 0; }

.navigation-menu .navigation-item {
  display: block;
  text-align: center;
  margin: 10px 0; }

.navigation-menu .navigation-item > a {
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: 800;
  display: block;
  color: #736868;
  padding: 10px 0;
  text-decoration: none;
  position: relative;
  transition: font-weight 300ms; }

.navigation-menu .navigation-item > a:hover,
.navigation-menu .navigation-item > a.active {
  color: #fe504f;
  font-weight: 900; }

#filter-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.75rem;
  margin-bottom: 4rem;
  font-size: 16px; }

.filter-btn {
  border: 1px solid #d1d5db;
  background-color: transparent;
  border-radius: 999px;
  padding: 0.5em 1.5em;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
  .filter-btn:hover {
    border-color: #de5655;
    color: #de5655; }
  .filter-btn.active {
    color: #f0e9e9;
    background-color: #de5655;
    border-color: #de5655;
    box-shadow: none; }

#see-more-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em; }

.portfolio.row > div {
  padding-top: 0;
  padding-bottom: 0; }

.portfolio-item {
  display: block;
  margin-bottom: 1em;
  border-radius: 0.5rem;
  overflow: hidden; }
  .portfolio-item.hidden {
    display: none; }
  .portfolio-item .embed-container {
    display: none; }
  .portfolio-item .info {
    width: 100%;
    padding: 1em 1em;
    display: block;
    letter-spacing: 0.8px;
    text-align: center;
    background: #303030;
    margin-bottom: 0; }
    .portfolio-item .info .title {
      display: inline;
      transition: 300ms;
      font-weight: 600; }
    .portfolio-item .info .caption {
      font-size: .9em;
      color: #827979;
      margin-top: 0.2em;
      margin-bottom: 0;
      line-height: 1.5em;
      text-align: center; }
  .portfolio-item:active .info .title, .portfolio-item:hover .info .title {
    color: #ee5352;
    outline: 0;
    box-shadow: inset 0 -1px 0 #fe504f; }

.portfolio-title {
  text-align: center;
  margin-bottom: .5em; }

.portfolio-attributes {
  padding: 0;
  margin: 0;
  list-style: none; }
  .portfolio-attributes li {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
    margin-bottom: 1em; }
    .portfolio-attributes li:last-child {
      border-bottom: 0; }
    .portfolio-attributes li label {
      width: 40%;
      float: left;
      font-weight: 600; }
    .portfolio-attributes li p {
      margin: 0;
      padding-left: 40%; }

.portfolio-subheading {
  text-align: center;
  margin: 4em 0 2em 0; }

.credits {
  margin-bottom: 2em; }
  .credits p {
    text-align: center;
    margin: 0.5em 0; }
  .credits .credit-title {
    opacity: 0.65; }

.hide, .hidden {
  display: none !important; }

.portfolio-navigation {
  position: relative;
  margin-top: 3em;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 400; }
  .portfolio-navigation * {
    color: #c9c9c9; }
  .portfolio-navigation a {
    box-shadow: none; }
  .portfolio-navigation .back-button:before, .portfolio-navigation .previous-button:before, .portfolio-navigation .next-button:after, .portfolio-navigation .portfolio-button:before {
    display: inline-block;
    font-family: 'pixinema-icons';
    font-size: 1.5em;
    transform: translateY(0.12em);
    transition: 200ms; }
  .portfolio-navigation .back-button {
    position: absolute;
    left: 50%;
    margin-left: -5em; }
    .portfolio-navigation .back-button:before {
      content: '\e80d';
      margin-right: 0.3em; }
  .portfolio-navigation .previous-button {
    position: absolute;
    left: 0; }
    .portfolio-navigation .previous-button:before {
      content: '\e80d'; }
  .portfolio-navigation .portfolio-button:before {
    content: '\e808';
    position: absolute;
    left: 50%;
    margin-left: -30px; }
  .portfolio-navigation .next-button {
    position: absolute;
    right: 0; }
    .portfolio-navigation .next-button:after {
      content: '\e80d';
      transform: translateY(0.18em) rotate(180deg); }
  .portfolio-navigation .back-button:hover:before, .portfolio-navigation .previous-button:hover:before, .portfolio-navigation .next-button:hover:after, .portfolio-navigation .portfolio-button:hover:before {
    color: #fe504f;
    transform: translateY(0.12em) translateX(-0.3em); }

.more-details {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 4em; }

.cta {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em; }
  .cta a {
    font-size: 1.5em; }

#case-study .section {
  margin-top: 3em;
  margin-bottom: 3em;
  border-top: 1.5px solid #e3e3e3; }

#case-study h2 {
  clear: both;
  margin-bottom: 1em; }

#case-study h3 {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  text-transform: uppercase; }

#case-study ol {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em; }

footer {
  font-size: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  text-align: center; }
  footer .logo-static img {
    margin: 0 auto;
    width: 4em;
    filter: brightness(2) grayscale(1);
    opacity: 0.3;
    transition: all 300ms; }
    footer .logo-static img:hover {
      filter: none;
      opacity: 1; }
  footer .row {
    padding-bottom: 2em; }
  footer h2 {
    margin-top: 0;
    margin-bottom: 0.5em; }
  footer .col-12 {
    margin-bottom: 2em; }
  footer .copyright {
    opacity: 0.5;
    font-size: 1em; }
  footer .contact-icons {
    list-style: none;
    margin: 0;
    font-family: 'pixinema-icons';
    font-size: 2em;
    color: black; }
    footer .contact-icons a {
      margin-left: .5em;
      box-shadow: none; }
      footer .contact-icons a:hover {
        color: #fe504f; }
    footer .contact-icons a:first-of-type {
      margin-left: 0; }

/*.mail-icon:before {
	content: "";
}
*/
.contact-icons a {
  color: #baadad; }

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

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

.twitter-icon:before {
  content: "\e800"; }

.twitter-icon:hover:before {
  content: "\e905"; }

.vimeo-icon:before {
  content: "\e801"; }

.vimeo-icon:hover:before {
  content: "\e90b"; }

.behance-icon:before {
  content: "\e803"; }

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

.linkedIn-icon:before {
  content: "\e807"; }

.linkedIn-icon:hover:before {
  content: "\e906"; }

.instagram-icon:before {
  content: "\e90e"; }

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

@media only screen and (min-width: 740px) {
  .row {
    margin-left: -1em;
    margin-right: -1em; }
  img {
    margin: 0;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%; }
  p {
    text-align: justify; }
  .cta p {
    text-align: center; }
  .top-header {
    margin-top: 3.5em;
    height: 4em; }
  #logoLottie {
    width: 50%;
    margin: 0 auto; }
  #intro {
    margin-top: 4em; }
    #intro h1 {
      font-size: 2.9em;
      line-height: 1.2em;
      margin-top: .7em; }
  #about .row {
    padding: 4em 0 2em; }
  #about img {
    height: 16em;
    -o-object-position: 35% 0;
       object-position: 35% 0;
    max-width: 100%;
    margin-left: 0; }
  h1.section-name {
    font-size: 7em;
    letter-spacing: -4px; }
  .navigation-toggle-label {
    display: none; }
  .navigation {
    max-height: none;
    opacity: 1;
    float: right;
    margin-top: 0;
    margin-right: -10px;
    clear: none; }
  .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 10px; }
    .navigation-menu.extraSpace {
      margin-bottom: 2em; }
  .navigation-menu li {
    margin: 0;
    padding: 0;
    display: inline-block; }
  .navigation-menu .navigation-item {
    display: inline-block;
    margin: 0 10px;
    width: 4.5em; }
  .navigation-menu .navigation-item > a {
    font-size: 1em;
    line-height: 1.125em;
    font-weight: 700;
    color: #736868;
    padding: 10px 0;
    position: relative; }
  .portfolio-item .info {
    padding: 1em 1.5em; }
  .portfolio-title {
    margin-bottom: 0; }
  .embed-container.portrait {
    padding-bottom: 120%; }
  .cta {
    margin-bottom: 4em; }
  #filter-container {
    font-size: 20px; }
  .profile-content {
    margin-top: 2em; }
  .profile-picture img {
    min-width: 100%;
    margin-left: 0;
    margin-top: -3em; }
  footer {
    text-align: left; }
    footer .logo-static img {
      margin: 0; }
    footer h2 {
      margin-bottom: 1em; }
    footer .col-12 {
      margin-bottom: 1em; }
    footer .contact-icons {
      float: right; }
  /*
  .navigation-menu .navigation-item > a:before {
    transition: all 0.1s;
    width: 0px;
    height: 3px;
    background: #fe504f;
    content: "";
    display: block;
    bottom: 0;
    left: 50%;
    position: absolute;
  }
  .navigation-menu .navigation-item > a:hover,
  .navigation-menu .navigation-item > a.active {
    color: #000;
  }
  .navigation-menu .navigation-item > a:hover:before,
  .navigation-menu .navigation-item > a.active:before {
    left: 0;
    width: 100%;
  }
  */ }

@media only screen and (min-width: 980px) {
  .row {
    margin-left: -1em;
    margin-right: -1em; }
  #about {
    margin-top: 5em; }
  #work {
    margin-top: 4em; }
  .portfolio-item {
    position: relative;
    transition: transform 400ms;
    transition-timing-function: cubic-bezier(0.38, 0, 0.17, 1);
    margin-bottom: 2em; }
    .portfolio-item img {
      position: absolute;
      z-index: 1; }
    .portfolio-item .embed-container {
      display: block; }
    .portfolio-item:hover {
      transform: translateY(-10px); }
  p {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em; }
  h1.section-name {
    position: relative;
    bottom: -0.37em;
    transition: 300ms;
    transition-timing-function: cubic-bezier(0.38, 0, 0.17, 1); }
    h1.section-name:hover {
      bottom: -0.1em; }
  .embed-container.portrait {
    padding-bottom: 80%; }
  .profile-content {
    width: 39em;
    margin: 0 auto;
    margin-top: 4em; }
  .profile-picture img {
    margin-top: -5em; }
  .highlight-1 {
    color: #fe504f; }
  .highlight-2 {
    color: #e7706f; }
  .highlight-3 {
    color: #d08e8e; } }

@media only screen and (min-width: 1140px) {
  .row {
    margin-left: -1em;
    margin-right: -1em; }
  #logoLottie {
    width: 30%; }
  #about img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 13.8em; }
  .navigation-menu .navigation-item {
    margin: 0 18px; }
  .navigation {
    margin-right: -30px; } }

@media only screen and (max-width: 740px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding: 0.5em 0.5em; }
  .row {
    margin-left: -.5em;
    margin-right: -.5em; } }

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

.fade-in {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-down {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-down-big {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-left {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-left-big {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-right {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-right-big {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.fade-in-up-big {
  animation-name: fadeInUpBig; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent;
    color: #000;
    box-shadow: none;
    text-shadow: none; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100%; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; } }
