@charset "utf-8";
@font-face {
  font-family: 'atsurt-bold-extended';
  src: url('../fonts/subset-ATSurt-BoldExtended.eot');
  src: url('../fonts/subset-ATSurt-BoldExtended.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ATSurt-BoldExtended.woff2') format('woff2'), url('../fonts/subset-ATSurt-BoldExtended.woff') format('woff'), url('../fonts/subset-ATSurt-BoldExtended.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'atsurt-semibold';
  src: url('../fonts/subset-ATSurt-SemiBold.eot');
  src: url('../fonts/subset-ATSurt-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ATSurt-SemiBold.woff2') format('woff2'), url('../fonts/subset-ATSurt-SemiBold.woff') format('woff'), url('../fonts/subset-ATSurt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'atsurt-regular';
  src: url('../fonts/subset-ATSurt-Regular.eot');
  src: url('../fonts/subset-ATSurt-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-ATSurt-Regular.woff2') format('woff2'), url('../fonts/subset-ATSurt-Regular.woff') format('woff'), url('../fonts/subset-ATSurt-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}
button,
button:active,
button:focus,
button:hover,
.btn,
.btn:active,
.btn:focus,
.btn:hover {
  outline: none !important;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
:hover,
:active,
:visited,
:focus {
  outline: none !important;
}
:invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
:-moz-ui-invalid {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
body,
html {
  font-family: 'atsurt-regular';
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 13px;
  line-height: 1.6;
  height: 100%;
  max-height: 900px;
  color: #000000;
}
body {
  overflow-x: hidden;
}
.noscroll {
  overflow: hidden !important;
}
header,
section,
footer,
nav,
aside,
article {
  display: block;
}
.listClear {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clearBoth {
  clear: both;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: black;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
input,
textarea,
button {
  outline: none;
}
form {
  padding: 0;
  margin: 0;
}
strong {
  font-family: 'atsurt-semibold';
}
video {
  display: block !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: none !important;
}
.wrapper {
  margin: 0 10%;
  position: relative;
}
.wrapperPadding {
  padding: 0 8px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.alignRight {
  text-align: right;
}
.lineThrough {
  text-decoration: line-through;
}
a {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.paddingTop {
  padding-top: 160px;
}
.paddingBottom {
  padding-bottom: 160px;
}
h4 {
  font-family: 'atsurt-semibold';
  font-size: 17px;
  line-height: 1.6;
}
h3 {
  font-size: 14px;
  font-family: 'atsurt-semibold';
  text-transform: uppercase;
  padding-bottom: 20px;
}
h2 {
  font-family: 'atsurt-bold-extended';
  font-size: 3.6vw;
  padding-bottom: 24px;
  line-height: 1.2;
}
h2 strong {
  font-family: 'atsurt-bold-extended';
  overflow: hidden;
  position: relative;
  display: block;
}
h2 strong span {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
}
h1 {
  font-family: 'atsurt-bold-extended';
  font-size: 4.8vw;
  padding-bottom: 24px;
  line-height: 1.2;
}
h1 strong {
  font-family: 'atsurt-bold-extended';
  overflow: hidden;
  position: relative;
  display: block;
}
h1 strong span {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
}
.section.about {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.section.about .aboutRow {
  display: table;
  width: 100%;
}
.section.about .aboutRow .columnLeft {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
}
.section.about .aboutRow .columnRight {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
}
.section.about .aboutRow .columnRight .paddingLeft {
  padding-left: 25%;
}
.section.about .photoBig {
  position: relative;
  padding-left: 25%;
}
.section.about .photoBig img {
  width: 100%;
}
.section.about .photoSmall {
  position: absolute;
  left: 0;
  width: 50%;
  bottom: 0;
}
.section.about .photoSmall img {
  width: 100%;
}
.section.services {
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}
.section.services .headline {
  text-align: center;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-bottom: 100px;
}
.section.services .title {
  font-family: 'atsurt-bold-extended';
  font-size: 2vw;
  padding: 24px 0 16px 0;
}
.section.services .stepsContainer {
  position: relative;
}
.section.services .stepsContainer .divider1 {
  position: absolute;
  top: 0;
  left: 33.33%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.section.services .stepsContainer .divider2 {
  position: absolute;
  top: 0;
  right: 33.33%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
}
.section.services .myrbaButton.first {
  padding-top: 100px;
}
.section.services .steps {
  display: table;
  width: 100%;
}
.section.services .steps .column {
  display: table-cell;
  width: 33.33%;
  text-align: center;
}
.section.services .steps .column .columnPadding {
  padding: 0 40px;
}
.section.services .photography {
  position: relative;
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}
.section.services .photography .photographyTable {
  display: table;
  width: 100%;
}
.section.services .photography .photographyTable .columnLeft {
  display: table-cell;
  width: 50%;
  position: relative;
}
.section.services .photography .photographyTable .columnLeft .columnContainer {
  padding-left: 20%;
  padding-right: 20%;
}
.section.services .photography .photographyTable .columnLeft .icon {
  padding-bottom: 32px;
}
.section.services .photography .photographyTable .columnRight {
  display: table-cell;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.section.services .photography .photoContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.services .photography .photoContainer .photo {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/photography.jpg") center center no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.section.portfolio .headlineTable {
  display: table;
  width: 100%;
}
.section.portfolio .headlineTable > .columnLeft {
  display: table-cell;
  vertical-align: bottom;
}
.section.portfolio .headlineTable > .columnRight {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 32px;
}
.section.portfolio .portfolioTable {
  display: table;
  width: 100%;
  margin-top: 64px;
}
.section.portfolio .portfolioTable > .columnLeft {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.section.portfolio .portfolioTable > .columnLeft .columnPadding {
  padding-right: 40px;
  position: relative;
}
.section.portfolio .portfolioTable > .columnRight {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.section.portfolio .portfolioTable > .columnRight .columnPadding {
  padding-left: 40px;
  position: relative;
  top: -128px;
}
.section.portfolio .case {
  position: relative;
  overflow: hidden;
  margin-bottom: 72px;
}
.section.portfolio .case .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section.portfolio .case img.zoom {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
  opacity: 0;
  transform: translate(0, 20px);
}
.section.portfolio .case img.work {
  width: 100%;
}
.section.portfolio .case:hover img.zoom {
  opacity: 1;
  transform: translate(0, 0);
}
.section.contact {
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.section.contact .backgroundAnimation {
  overflow: hidden;
}
.section.contact .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  pointer-events: none;
  z-index: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
}
.section.contact .img {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.section.contact .img img {
  height: 40%;
}
.section.contact .buttons {
  padding-top: 120px;
}
.section.contact .buttons .button {
  display: inline-block;
  vertical-align: middle;
}
.section.contact .buttons .icon {
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.section.contact .buttons a {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-family: 'atsurt-regular';
  font-size: 1.75vw;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
  transition: all 0.5s cubic-bezier(0.75, 0.01, 0.25, 0.99);
}
.section.contact .buttons a:hover {
  color: #666666;
}
.section.contact .buttons .phone {
  padding-right: 48px;
}
.myrbaButton {
  padding-top: 40px;
}
.myrbaButton a.button {
  display: inline-block;
  vertical-align: middle;
  background: #000000;
  font-size: 11px;
  font-family: 'atsurt-semibold';
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 40px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.myrbaButton a.button .text {
  display: inline-block;
  vertical-align: middle;
}
.myrbaButton a.button .text span.hidden {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}
.myrbaButton a.button .text span.text1 {
  position: absolute;
  top: -5px;
  left: 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  color: #ffffff;
}
.myrbaButton a.button .text span.text2 {
  position: absolute;
  top: 15px;
  left: 40px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
}
.myrbaButton a.button:hover .text span.text1 {
  opacity: 1;
  top: 15px;
}
.myrbaButton a.button:hover .text span.text2 {
  opacity: 0;
  top: 30px;
}
.footer {
  padding: 80px 0;
}
.footer .footerRow {
  display: table;
  width: 100%;
}
.footer .footerRow .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.footer .footerRow .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.footer ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.footer ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 32px;
}
.footer ul.menu li a {
  color: #000000;
  text-transform: uppercase;
  font-family: 'atsurt-semibold';
  font-size: 11px;
}
.footer ul.menu li a:hover {
  opacity: 0.5;
}
.footer ul.menu li:last-of-type {
  padding-right: 16px;
}
.footer ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}
.footer ul.social li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 32px;
}
.footer ul.social li a {
  color: #000000;
    
}
.header ul.social li a img {
  margin-left: 8px;
    width: 20px;
    
}
.footer ul.social li a:hover {
  opacity: 0.5;
}
.header {
  padding: 48px 0;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .headerRow {
  display: table;
  width: 100%;
}
.header .headerRow .columnLeft {
  display: table-cell;
  vertical-align: middle;
}
.header .headerRow .columnLeft img {
  width: 52px;
}
.header .headerRow .columnRight {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.header ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.header ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-right: 32px;
}
.header ul.menu li a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'atsurt-semibold';
  font-size: 13px;
}
.header ul.menu li a:hover {
  opacity: 0.5;
}
.header ul.menu li:last-of-type {
  padding-right: 16px;
}
.header ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-top: -2px;
}
.header ul.social li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 32px;
}
.header ul.social li a {
  color: #ffffff;
}
.header ul.social li a:hover {
  opacity: 0.5;
}
.ue {
  padding: 64px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.ue .ueRow {
  display: table;
  width: 100%;
}
.ue .ueRow .ueColumn {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 66.66%;
}
.ue .ueRow .ueColumn img {
  max-height: 80px;
  max-width: 200px;
}
.ue .ueRow .ueColumn:last-of-type {
  text-align: right;
  width: 33.33%;
}
.ue .ueRow .ueColumn .myrbaButton {
  padding-top: 0 !important;
}
.section.home {
  height: 100%;
  position: relative;
  max-height: none !important;
  color: #ffffff;
  background: #000000;
  overflow: hidden;
}
.section.home .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: url(../images/top.jpg) center center no-repeat;
  z-index: 0;
  pointer-events: none;
}
.section.home .hero {
  position: relative;
  height: 100%;
  max-height: none !important;
  background: rgba(0, 0, 0, 0.6);
}
.section.home .contentTable {
  display: table;
  width: 100%;
  height: 100%;
}
.section.home .contentTable .contentCell {
  display: table-cell;
  vertical-align: middle;
}
.section.home .heroPadding {
  text-align: center;
  padding-top: 48px;
}
.section.home .heroPadding .desc {
  font-size: 15px;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
.hiddenLink {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.fancybox-button {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}
.fancybox-infobar {
  display: none !important;
}
.fancybox-button--zoom {
  display: none !important;
}
.fancybox-button--play {
  display: none !important;
}
.fancybox-button--arrow_right {
  right: 32px !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: block !important;
  background: #000000 url("../images/icon-next.svg") center center no-repeat !important;
}
.fancybox-button--arrow_right svg {
  display: none !important;
}
.fancybox-button--arrow_left {
  left: 32px !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: block !important;
  background: #000000 url("../images/icon-prev.svg") center center no-repeat !important;
}
.fancybox-button--arrow_left svg {
  display: none !important;
}
.fancybox-button--close {
  top: 32px !important;
  right: 32px !important;
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
}
.fancybox-button--close {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: block !important;
  background: #000000 url("../images/icon-close.svg") center center no-repeat !important;
}
.fancybox-button--close svg {
  display: none !important;
}
.poster {
  padding: 120px 0;
  text-align: center;
}
.poster img {
  max-width: 75%;
  display: inline-block;
}

