@import "/__assets/lib/bootstrap-3.3.7-dist/css/bootstrap.css";
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-regular.woff2') format('woff2'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-regular.woff') format('woff'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-regular.ttf') format('truetype'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-600.eot');
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-600.woff2') format('woff2'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-600.woff') format('woff'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-600.ttf') format('truetype'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-600.svg#OpenSans') format('svg');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-700.woff2') format('woff2'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-700.woff') format('woff'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-700.ttf') format('truetype'), url('/__assets/lib/Fonts/opensans/open-sans-v15-latin-700.svg#OpenSans') format('svg');
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
* {
  outline: 0 !important;
}
html {
  font-size: 100%;
  width: 100%;
  height: 100%;
}
body {
  font-size: 100.0%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
#page {
  background-color: #fff;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tr {
  display: table;
  width: 100%;
  height: 100%;
}
.tr .td {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.tr .td.bottom {
  vertical-align: bottom;
}
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-ratio {
  position: relative;
}
.video-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-ratio > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-ratio {
  position: relative;
  overflow: hidden;
  display: block;
}
.portfolio-ratio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.3125%;
}
.portfolio-ratio > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-marker {
  position: relative;
}
.icon-marker:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 154.6875%;
}
.icon-marker > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-mobile {
  position: relative;
}
.icon-mobile:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 152.30769%;
}
.icon-mobile > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.icon-world {
  position: relative;
}
.icon-world:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 101.01%;
}
.icon-world > svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
body {
  background-color: #fff;
  padding-top: 134px;
}
body header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  background-color: rgba(255,255,255,0.9);
  height: 55px;
}
body header .logo {
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
body header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
body header #navigation.main {
  display: none;
  text-align: right;
}
body header #navigation.main li {
  display: inline-block;
  margin-right: 24px;
}
body header #navigation.main li a {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
  display: block;
  text-transform: uppercase;
  padding: 30px 12px;
  text-decoration: none !important;
}
body header #navigation.main li a:hover {
  text-decoration: none;
  opacity: 0.5;
}
body header #navigation.main li.active a {
  color: #ff52c6;
}
body header #burger {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 10;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
body header #burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
body header #burger span:nth-child(1) {
  top: 17px;
}
body header #burger span:nth-child(2),
body header #burger span:nth-child(3) {
  top: 24.0px;
}
body header #burger span:nth-child(4) {
  top: 31px;
}
body #navigation-mobile {
  display: block;
  position: fixed;
  top: 55px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 98;
  background-color: rgba(255,255,255,0.9);
  transform: translate(-100%,0px);
  -webkit-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  -moz-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  -ms-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
  -o-transition: transform 400ms 0ms cubic-bezier(0.250,0.460,0.450,0.940);
}
body #navigation-mobile .inner {
  padding: 55px 25px 20px 25px;
}
body #navigation-mobile .inner ul li {
  margin-bottom: 10px;
}
body #navigation-mobile .inner ul li a {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
  display: block;
  text-transform: uppercase;
  padding: 10px 0px;
  text-decoration: none !important;
}
body #navigation-mobile .inner ul li a:hover {
  text-decoration: none;
}
body.scrolled-down header {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);
}
body.menu-open #navigation-mobile {
  transform: translate(0px,0px);
}
body.menu-open header #burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-open header #burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.menu-open header #burger span:nth-child(1),
body.menu-open header #burger span:nth-child(4) {
  opacity: 0;
}
body footer {
  border-top: 15px solid #000;
  border-bottom: 4px solid #000;
  margin-bottom: 19px;
  margin-top: 80px;
}
body footer h2 {
  font-family: 'Open Sans';
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  margin: 40px 0px 40px 65px;
  color: #000;
  text-transform: uppercase;
}
body footer p {
  font-family: 'Open Sans';
  font-size: 17.5px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
}
body footer p a {
  text-decoration: none !important;
  color: #000 !important;
}
body footer .col-md-4 {
  padding-bottom: 40px;
}
body footer .icon-outer {
  width: 65px;
  margin-bottom: 0px;
  float: left;
}
body footer .icon-outer.large {
  width: 65px;
}
body footer .icon-outer > div {
  width: 35px;
}
body footer .icon-outer > div.icon-world {
  width: 45px;
}
body .copyright {
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
  padding: 0px;
  margin: 0px;
  display: block;
  margin-bottom: 20px;
}
body .footer-links {
  padding: 0px;
  margin: 0px;
  display: block;
}
body .footer-links a {
  display: inline-block;
  font-family: 'Open Sans';
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  color: #000;
  text-decoration: none !important;
  color: #000 !important;
  margin-right: 32px;
}
body .footer-links a:last-child {
  margin-right: 0px;
}
body > div:last-child {
  display: none;
}
body .visual {
  margin-top: -79px;
  margin-bottom: 30px;
}
body .visual img {
  display: block;
  width: 100%;
  height: auto;
}
body .visual .copy-visual {
  margin-top: 30px;
}
body .visual .copy-visual h2 {
  font-family: 'Open Sans';
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  color: #000;
}
body h1 {
  font-family: 'Open Sans';
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  color: #000;
}
body h2 {
  font-family: 'Open Sans';
  font-size: 17.5px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  padding: 0px;
  margin: 0px;
  display: block;
  text-transform: uppercase;
}
body p {
  font-family: 'Open Sans';
  font-size: 14.5px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  padding: 0px;
  margin: 0px;
  display: block;
  margin-bottom: 20px;
}
body p a {
  color: #ff52c6 !important;
  font-family: 'Open Sans';
  font-size: 14.5px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: underline !important;
}
body p a:hover {
  color: #ff52c6;
  text-decoration: underline !important;
}
body hr {
  display: block;
  width: 57px;
  border: none;
  box-shadow: none;
  padding: 0px;
  border-bottom: 5px solid #000;
  margin: 30px 0px;
}
body .row.image img {
  display: block;
  width: 100%;
  height: auto;
}
body .row.hr hr {
  width: 100%;
}
body .portfolio-ratio {
  width: 100%;
}
body .portfolio-ratio .details {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
  padding: 10px;
}
body .p-nav {
  margin-bottom: 10px;
  height: 25px;
}
body .prev-project,
body .next-project,
body .close-project {
  display: block;
  float: left;
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  background-color: #ff52c6;
  color: #fff !important;
  text-decoration: none !important;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  margin-left: 15px;
}
body .prev-project,
body .next-project {
  font-family: 'Open Sans';
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
}
body .next-project,
body .close-project {
  padding-left: 1px;
}
@media (min-width: 768px) {
  body header #navigation.main {
    display: block;
    text-align: right;
  }
  body header #navigation.main li {
    display: inline-block;
    margin-right: 14px;
  }
  body header #navigation.main li a {
    font-family: 'Open Sans';
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    color: #000;
    display: block;
    text-transform: uppercase;
    padding: 20px 12px;
    text-decoration: none !important;
  }
  body header #navigation.main li a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  body header #burger {
    display: none;
  }
  body .footer-links {
    text-align: right;
  }
  body .visual {
    margin-bottom: 50px;
    position: relative;
  }
  body .visual .copy-visual {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translate(0px,-50%);
    z-index: 2;
  }
  body .visual .copy-visual .inner {
    padding: 25px 25px 5px 25px;
    background-color: #ffffff;
    margin: 0px -25px;
  }
  body .visual .copy-visual h2 {
    font-family: 'Open Sans';
    font-size: 27.5px;
    line-height: 22.5px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: none;
  }
  body .visual .copy-visual a {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 22.5px;
    font-weight: 700;
  }
  body h1 {
    font-family: 'Open Sans';
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
    color: #000;
  }
  body p {
    font-family: 'Open Sans';
    font-size: 17.5px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    padding: 0px;
    margin: 0px;
    display: block;
    margin-bottom: 20px;
  }
  body p a {
    color: #ff52c6 !important;
    font-family: 'Open Sans';
    font-size: 17.5px;
    line-height: 30px;
    font-weight: 700;
  }
  body p a:hover {
    opacity: 0.5;
  }
  body p .brand {
    color: #ff52c6 !important;
    font-family: 'Open Sans';
    font-size: 17.5px;
    line-height: 30px;
    font-weight: 700;
  }
  body .col-2 .copy-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  body .portfolio-ratio {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  body header {
    height: 75px;
  }
  body header .logo {
    display: block;
    position: absolute;
    top: 5px;
    left: 30px;
    width: 128.5px;
    height: 128.5px;
  }
  body header #navigation.main {
    text-align: right;
  }
  body header #navigation.main li {
    display: inline-block;
    margin-right: 24px;
  }
  body header #navigation.main li a {
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    color: #000;
    display: block;
    text-transform: uppercase;
    padding: 30px 12px;
    text-decoration: none !important;
  }
  body header #navigation.main li a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
  body footer .icon-outer.large {
    width: 80px;
  }
  body footer .icon-outer > div.icon-world {
    width: 54px;
  }
  body .visual {
    margin-top: -134px;
  }
  body .portfolio-ratio {
    width: 33.3333%;
  }
  body .portfolio-ratio .details {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
    padding: 25px;
    transition: opacity 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  }
  body .portfolio-ratio .details:hover {
    opacity: 1;
  }
  body .portfolio-ratio .details h2 {
    font-family: 'Open Sans';
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 25px;
  }
}
