/* VARIABLES */
/* MIXINS */
/* VENDOR MIXINS */
/* MCASE COMPONENTS */
html,
body {
  height: 100%;
}
body {
  background: white;
  font-family: 'open_sansregular', serif;
  color: white;
  overflow-x: hidden;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #ed145b;
}
a:hover,
a:visited,
a:focus {
  color: #ed145b;
}
a:visited,
a:focus {
  text-decoration: none;
}
a.primary-bt {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 11px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/buttons/bt_seta.png);
  background-repeat: no-repeat;
  background-position: 14px 15px;
  border: 2px solid white;
  padding: 8px 18px 10px 60px;
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.primary-bt:hover {
  background-position: 39px 15px;
  background-color: #ffffff;
  color: black;
  padding: 8px 39px 10px 39px;
}
a.flat-bt {
  display: block;
  padding: 15px;
  text-transform: uppercase;
  background-color: #ed145b;
  color: white;
  display: inline-block;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.flat-bt:hover {
  background-color: #191a1e;
}
a.flat-bt.small {
  font-size: 13px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.two-col {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
}
.is-phone .two-col {
  -moz-column-count: 1;
  -moz-column-gap: 30px;
  -webkit-column-count: 1;
  -webkit-column-gap: 30px;
}
.three-col {
  -moz-column-count: 3;
  -moz-column-gap: 30px;
  -webkit-column-count: 3;
  -webkit-column-gap: 30px;
}
.is-phone .three-col {
  -moz-column-count: 1;
  -moz-column-gap: 30px;
  -webkit-column-count: 1;
  -webkit-column-gap: 30px;
}
.text_smooth {
  font-weight: normal;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}
.space-top {
  padding-top: 40px;
}
.space-top-double {
  padding-top: 80px;
}
.space-bottom-half {
  padding-bottom: 20px;
}
.space-bottom {
  padding-bottom: 40px;
}
.space-bottom-double {
  padding-bottom: 80px;
}
.seo {
  display: none;
}
.arrow_btn {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.st-content {
  background-color: transparent;
}
.st-content .st-content-inner {
  background-color: transparent;
  background-color: #191a1e;
}
/*=========================
*** FULLPAGE STYLE
/========================*/
#fp-nav.right {
  right: 40px;
}
#fp-nav.left {
  left: 40px;
}
#fp-nav ul li a span {
  background-color: white;
  border-radius: 0;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li a.active span {
  background-color: white;
  border-radius: 0;
  height: 4px;
  width: 12px;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  background-color: white;
  border-radius: 0;
  height: 4px;
  width: 12px;
  margin: -2px 0 0 -2px;
}
#fp-nav ul li .fp-tooltip {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
}
/*=========================
*** UTILS
/========================*/
.test-red {
  background-color: red;
}
.test-blue {
  background-color: blue;
}
.test-green {
  background-color: green;
}
/*=========================
*** PAGE SECTIONS
/========================*/
.page-wrapper {
  height: 100%;
  width: 100%;
  border: 20px solid white;
  overflow: auto;
}
.is-phone .page-wrapper {
  border: 0px solid white;
}
.page-template-page-why-full-frame .page-wrapper {
  border: 0px solid white;
}
.page-header {
  border: none;
}
.page > header {
  height: 85%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.page > header #scroll_trigger {
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 240px;
}
.page > header .page-header-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.page > header .page-header-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  opacity: 0.9;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  width: auto;
  min-height: 850px;
}
.page > header .page-header-img img.img-enlarge {
  width: 1980px;
  height: auto;
}
.page > header .page-header-img .noise-filter {
  position: absolute;
  top: -130px;
  left: -130px;
  width: 200%;
  height: 200%;
  background-image: url(../img/img-noise.png);
  background-repeat: repeat;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.page > header .page-header-img.scrolled img,
.page > header .page-header-img.scrolled .noise-filter {
  opacity: 0.3;
}
.page > header iframe#header-video {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.page > header .project-info {
  margin-left: 190px;
  margin-top: 394px;
  -webkit-transition: opacity 750ms ease-in;
  -moz-transition: opacity 750ms ease-in;
  -o-transition: opacity 750ms ease-in;
  -ms-transition: opacity 750ms ease-in;
  transition: opacity 750ms ease-in;
}
.page > header .project-info.scrolled {
  opacity: 0.0;
}
.page > header .project-info h1.title {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 48px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.page > header .project-info .sub-margin {
  margin-left: 120px;
}
.page > header .project-info .sub-title {
  font-weight: normal;
  font-family: 'open_sanslight_italic', serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 15px;
}
.page > header .project-info .info-topic {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 14px;
  text-transform: uppercase;
}
.page > header .project-info .info-topic a {
  padding: 0 2px;
  margin-right: 5px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.page > header .project-info .info-topic a:hover {
  background-color: #000000;
  text-decoration: none;
}
.page > header .project-info .servicos {
  margin-top: 25px;
}
.page > header .project-info .servicos a {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: black;
  padding: 0 2px;
  margin-right: 5px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.page > header .project-info .servicos a:hover {
  text-decoration: none;
}
.page > header .play_but_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  opacity: 0;
}
.page > header .play_but_wrap a.play_but {
  width: 120px;
  height: 120px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  text-indent: -9999;
  -webkit-transition: opacity 750ms linear;
  -moz-transition: opacity 750ms linear;
  -o-transition: opacity 750ms linear;
  -ms-transition: opacity 750ms linear;
  transition: opacity 750ms linear;
}
.page > header .play_but_wrap a.play_but.scrolled {
  opacity: 0;
}
.page > header .play_but_wrap a.play_but::after {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 48px;
  margin-top: 38px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34px solid white;
  content: '';
}
.page > header .play_but_wrap a.play_but::before {
  position: absolute;
  top: 50px;
  left: 130px;
  width: 70px;
  color: white;
  font-weight: normal;
  font-family: 'open_sansregular', serif;
  font-size: 12px;
  letter-spacing: 1px;
  content: 'play video';
}
.page > header .play_but_wrap a.play_but:hover {
  background-color: white;
}
.page > header .play_but_wrap a.play_but:hover::after {
  -webkit-transition: border-color 300ms linear;
  -moz-transition: border-color 300ms linear;
  -o-transition: border-color 300ms linear;
  -ms-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}
/*=========================
*** MODAL
/=========================*/
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.75s linear;
  -moz-transition: opacity 0.75s linear;
  -ms-transition: opacity 0.75s linear;
  -o-transition: opacity 0.75s linear;
  transition: opacity 0.75s linear;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.is-large-desktop #mainVideoModal .modal-lg {
  width: 1200px;
}
/* Header */
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  display: block;
}
header.site-header h1.brand {
  position: absolute;
  top: 0;
  left: 0;
  margin: 69px 0 0 60px;
  padding: 0;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-in';
  -moz-transition-timing-function: 'ease-in';
  -o-transition-timing-function: 'ease-in';
  -ms-transition-timing-function: 'ease-in';
  transition-timing-function: 'ease-in';
}
.is-phone header.site-header h1.brand {
  margin: 40px 0 0 40px;
}
header.site-header .st-menu {
  position: absolute;
  background-color: white;
  top: 45px;
  left: 60px;
  padding: 30px 30px;
  overflow: hidden;
  opacity: 0;
  width: 100px;
  height: 100px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
}
.is-phone header.site-header .st-menu {
  top: 15px;
  left: 15px;
}
header.site-header .st-menu a.menu-brand {
  display: block;
  width: 229px;
  height: 65px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
  margin-left: -45px;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-in';
  -moz-transition-timing-function: 'ease-in';
  -o-transition-timing-function: 'ease-in';
  -ms-transition-timing-function: 'ease-in';
  transition-timing-function: 'ease-in';
}
header.site-header .st-menu ul#menu-main-navigation li.menu-item {
  margin-bottom: 15px;
  opacity: 0;
  margin-left: -25px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-in';
  -moz-transition-timing-function: 'ease-in';
  -o-transition-timing-function: 'ease-in';
  -ms-transition-timing-function: 'ease-in';
  transition-timing-function: 'ease-in';
  position: relative;
  z-index: 1;
}
header.site-header .st-menu ul#menu-main-navigation li.menu-item a {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 14px;
  color: #191a1e;
  text-transform: uppercase;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
}
header.site-header .st-menu ul#menu-main-navigation li.menu-item a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #191a1e;
  z-index: -1;
  width: 0%;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-property: 'width';
  -moz-transition-property: 'width';
  -o-transition-property: 'width';
  -ms-transition-property: 'width';
  transition-property: 'width';
  -webkit-transition-timing-function: 'ease-in-out';
  -moz-transition-timing-function: 'ease-in-out';
  -o-transition-timing-function: 'ease-in-out';
  -ms-transition-timing-function: 'ease-in-out';
  transition-timing-function: 'ease-in-out';
}
header.site-header .st-menu ul#menu-main-navigation li.menu-item a:hover {
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
  color: white;
}
header.site-header .st-menu ul#menu-main-navigation li.menu-item a:hover::after {
  width: 100%;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
}
header.site-header .st-menu .contact-info {
  color: #191a1e;
  position: relative;
  opacity: 0;
  margin-left: -45px;
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  -ms-transition-delay: 120ms;
  transition-delay: 120ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
}
header.site-header .st-menu .contact-info a {
  color: inherit !important;
}
header.site-header .st-menu .contact-info::after {
  content: '';
  background-color: #191a1e;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 0;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
}
header.site-header:hover h1.brand {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
  left: 200px;
  opacity: 0;
}
header.site-header:hover .st-menu {
  opacity: 1;
  width: 290px;
  height: 400px;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-timing-function: 'ease-in-out';
  -moz-transition-timing-function: 'ease-in-out';
  -o-transition-timing-function: 'ease-in-out';
  -ms-transition-timing-function: 'ease-in-out';
  transition-timing-function: 'ease-in-out';
}
header.site-header:hover .st-menu a.menu-brand {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 1;
  margin-left: 0px;
}
header.site-header:hover .st-menu ul#menu-main-navigation li.menu-item {
  margin-left: 0;
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
}
header.site-header:hover .st-menu ul#menu-main-navigation li.menu-item:nth-child(1) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
header.site-header:hover .st-menu ul#menu-main-navigation li.menu-item:nth-child(2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  transition-delay: 150ms;
}
header.site-header:hover .st-menu ul#menu-main-navigation li.menu-item:nth-child(3) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
header.site-header:hover .st-menu ul#menu-main-navigation li.menu-item:nth-child(4) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  transition-delay: 250ms;
}
header.site-header:hover .st-menu ul#menu-main-navigation li.menu-item:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  transition-delay: 250ms;
}
header.site-header:hover .st-menu .contact-info {
  opacity: 1;
  margin-left: 0;
}
header.site-header:hover .st-menu .contact-info::after {
  width: 50px;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
}
/* large desktop */
@media (min-width: 1200px) {
  #mediaqueries_helper {
    width: 31px;
  }
}
/* desktop */
@media (min-width: 1025px) and (max-width: 1199px) {
  #mediaqueries_helper {
    width: 21px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #mediaqueries_helper {
    width: 11px;
  }
}
/* phone */
@media (max-width: 767px) {
  #mediaqueries_helper {
    width: 1px;
  }
}
/* phone small screen portrait */
#home {
  width: 100%;
}
#home #slideshow {
  width: 100%;
  overflow: hidden;
}
#home #slideshow .slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home #slideshow .slide .shader {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}
#home #slideshow .slide .info-wrap {
  position: relative;
  overflow: hidden;
}
#home #slideshow .slide .info-wrap .info-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 40px;
}
#home #slideshow .slide .info-wrap .info-inner a {
  text-decoration: none;
}
#home #slideshow .slide .info-wrap .info-inner a h1 {
  text-decoration: none;
  color: white;
}
#home #slideshow .slide .info-wrap .info-inner a h1:hover {
  text-decoration: none;
}
#home #slideshow .slide .info-wrap .info-inner h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 28px;
}
#home #slideshow .slide .info-wrap .info-inner h1 span {
  font-weight: normal;
  font-family: 'open_sanslight', serif;
}
#home #slideshow .slide .info-wrap .info-inner a.project-bt {
  margin-top: 12px;
}
#portfolio {
  min-height: 100%;
}
#portfolio #page-header h1.title {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 36px;
  line-height: 32px;
  text-transform: uppercase;
  margin: 150px 0 0 0;
  padding: 0;
  max-width: 650px;
}
#portfolio #page-header .sub-title {
  font-weight: normal;
  font-family: 'open_sanslight_italic', serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: -8px;
  margin-bottom: 15px;
  margin-left: 80px;
}
#portfolio #reels .reel {
  width: 100%;
  position: relative;
  margin-bottom: 85px;
}
#portfolio #reels .reel .embed-responsive {
  visibility: hidden;
}
#portfolio #reels .reel .img-container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#portfolio #reels .reel .img-container img {
  opacity: 0.75;
}
#portfolio #reels .reel .img-container img.img-enlarge {
  width: 100%;
  height: auto;
}
#portfolio #reels .reel .play_but_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  opacity: 1;
}
#portfolio #reels .reel .play_but_wrap a.play_but {
  width: 120px;
  height: 120px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  text-indent: -9999;
  -webkit-transition: opacity 750ms linear;
  -moz-transition: opacity 750ms linear;
  -o-transition: opacity 750ms linear;
  -ms-transition: opacity 750ms linear;
  transition: opacity 750ms linear;
}
#portfolio #reels .reel .play_but_wrap a.play_but.scrolled {
  opacity: 0;
}
#portfolio #reels .reel .play_but_wrap a.play_but::after {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 48px;
  margin-top: 38px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34px solid white;
  content: '';
}
#portfolio #reels .reel .play_but_wrap a.play_but::before {
  position: absolute;
  top: 50px;
  left: 130px;
  width: 70px;
  color: white;
  font-weight: normal;
  font-family: 'open_sansregular', serif;
  font-size: 12px;
  letter-spacing: 1px;
  content: 'play reel';
}
#portfolio #reels .reel .play_but_wrap a.play_but:hover {
  background-color: white;
}
#portfolio #reels .reel .play_but_wrap a.play_but:hover::after {
  -webkit-transition: border-color 300ms linear;
  -moz-transition: border-color 300ms linear;
  -o-transition: border-color 300ms linear;
  -ms-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}
#portfolio #projects .item {
  position: relative;
  width: 33.33%;
  float: left;
  display: inline-block;
  margin-bottom: 40px;
}
.is-phone #portfolio #projects .item {
  width: 100%;
}
#portfolio #projects .item .img-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border: 1px solid #191a1e;
  border-width: 0 1px 0px 0px;
  display: block;
}
#portfolio #projects .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  opacity: 0.8;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#portfolio #projects .item .title {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 15px 0 0 10px;
  margin-left: 0;
  padding: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#portfolio #projects .item .sub-title {
  font-weight: normal;
  font-family: 'open_sanslight_italic', serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -2px;
  margin-left: 32px;
  margin-left: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#portfolio #projects .item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#portfolio #projects .item:hover img {
  opacity: 1;
  margin-left: -10px;
}
#portfolio #projects .item:hover .title {
  margin-left: 10px;
}
#portfolio #projects .item:hover .sub-title {
  margin-left: 32px;
}
#portfolio-single {
  min-height: 100%;
}
#portfolio-single header {
  height: 85%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#portfolio-single header #scroll_trigger {
  position: absolute;
  bottom: 0;
  width: 240px;
  height: 240px;
}
.is-phone #portfolio-single header #scroll_trigger {
  height: 0;
}
#portfolio-single header .page-header-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#portfolio-single header .page-header-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  position: absolute;
  opacity: 0.9;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
  width: auto;
  min-height: 850px;
}
#portfolio-single header .page-header-img img.img-enlarge {
  width: 1980px;
  height: auto;
}
.is-phone #portfolio-single header .page-header-img img.img-enlarge {
  height: 100%;
  width: auto;
}
#portfolio-single header .page-header-img .noise-filter {
  position: absolute;
  top: -130px;
  left: -130px;
  width: 200%;
  height: 200%;
  background-image: url(../img/img-noise.png);
  background-repeat: repeat;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
#portfolio-single header .page-header-img.scrolled img,
#portfolio-single header .page-header-img.scrolled .noise-filter {
  opacity: 0.3;
}
#portfolio-single header iframe#header-video {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#portfolio-single header .project-info {
  margin-left: 190px;
  margin-top: 394px;
  -webkit-transition: opacity 750ms ease-in;
  -moz-transition: opacity 750ms ease-in;
  -o-transition: opacity 750ms ease-in;
  -ms-transition: opacity 750ms ease-in;
  transition: opacity 750ms ease-in;
}
.is-phone #portfolio-single header .project-info {
  margin-top: 270px;
  margin-left: 40px;
}
.is-tablet #portfolio-single header .project-info {
  margin-left: 120px;
  margin-top: 520px;
}
#portfolio-single header .project-info.scrolled {
  opacity: 0.0;
}
#portfolio-single header .project-info h1.title {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 48px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 650px;
}
.is-phone #portfolio-single header .project-info h1.title {
  font-size: 20px;
  line-height: 20px;
}
#portfolio-single header .project-info .sub-margin {
  margin-left: 120px;
}
.is-phone #portfolio-single header .project-info .sub-margin {
  margin-left: 0;
}
#portfolio-single header .project-info .sub-title {
  font-weight: normal;
  font-family: 'open_sanslight_italic', serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 15px;
}
.is-phone #portfolio-single header .project-info .sub-title {
  font-size: 16px;
  line-height: 30px;
}
#portfolio-single header .project-info .info-topic {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 14px;
  text-transform: uppercase;
}
#portfolio-single header .project-info .info-topic a {
  padding: 0 2px;
  margin-right: 5px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
#portfolio-single header .project-info .info-topic a:hover {
  background-color: #000000;
  text-decoration: none;
}
#portfolio-single header .project-info .servicos {
  margin-top: 25px;
}
#portfolio-single header .project-info .servicos a {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 14px;
  text-transform: uppercase;
  background-color: black;
  padding: 0 2px;
  margin-right: 5px;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
#portfolio-single header .project-info .servicos a:hover {
  text-decoration: none;
}
#portfolio-single header .play_but_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  opacity: 0;
}
.is-phone #portfolio-single header .play_but_wrap {
  margin-top: -120px;
}
.is-tablet #portfolio-single header .play_but_wrap {
  margin-top: -120px;
}
#portfolio-single header .play_but_wrap a.play_but {
  width: 120px;
  height: 120px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  text-indent: -9999;
  -webkit-transition: opacity 750ms linear;
  -moz-transition: opacity 750ms linear;
  -o-transition: opacity 750ms linear;
  -ms-transition: opacity 750ms linear;
  transition: opacity 750ms linear;
}
#portfolio-single header .play_but_wrap a.play_but.scrolled {
  opacity: 0;
}
#portfolio-single header .play_but_wrap a.play_but::after {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 48px;
  margin-top: 38px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 34px solid white;
  content: '';
}
#portfolio-single header .play_but_wrap a.play_but::before {
  position: absolute;
  top: 50px;
  left: 130px;
  width: 70px;
  color: white;
  font-weight: normal;
  font-family: 'open_sansregular', serif;
  font-size: 12px;
  letter-spacing: 1px;
  content: 'play video';
}
#portfolio-single header .play_but_wrap a.play_but:hover {
  background-color: white;
}
#portfolio-single header .play_but_wrap a.play_but:hover::after {
  -webkit-transition: border-color 300ms linear;
  -moz-transition: border-color 300ms linear;
  -o-transition: border-color 300ms linear;
  -ms-transition: border-color 300ms linear;
  transition: border-color 300ms linear;
}
#portfolio-single .page-content {
  border-top: 1px solid #38393e;
  background-color: #191a1e;
  color: white;
  /* /credits */
  /* /gallery */
}
#portfolio-single .page-content .credits {
  text-transform: uppercase;
}
.is-phone #portfolio-single .page-content .credits {
  display: none;
}
#portfolio-single .page-content .credits .side-title {
  font-size: 12px;
  font-weight: normal;
  font-family: 'open_sansitalic', serif;
  padding-bottom: 20px;
}
#portfolio-single .page-content .credits p {
  padding-bottom: 20px;
}
#portfolio-single .page-content .credits p b,
#portfolio-single .page-content .credits p strong {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
}
#portfolio-single .page-content .gallery .block-item {
  overflow: hidden;
}
#portfolio-single .page-content .gallery .block-mouse-over-image .img-over-wrap {
  position: relative;
}
#portfolio-single .page-content .gallery .block-mouse-over-image .img-over-wrap img.img-index-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#portfolio-single .page-content .gallery .block-mouse-over-image .img-over-wrap img.img-index-2:hover {
  opacity: 1;
}
#portfolio-single .page-content .gallery .block-title {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  text-transform: uppercase;
  font-size: 16px;
}
#portfolio-single .page-content .gallery .block-txt p {
  font-size: 16px;
  line-height: 24px;
}
#portfolio-single .page-content .gallery img {
  padding-bottom: 40px;
}
#portfolio-single .page-footer {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: black;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#portfolio-single .page-footer .noise-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/img-noise.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
#portfolio-single .page-footer a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 120px;
  color: white;
}
#portfolio-single .page-footer a h1.title {
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  font-size: 48px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 650px;
  -webkit-transition: margin 200ms ease-in-out;
  -moz-transition: margin 200ms ease-in-out;
  -o-transition: margin 200ms ease-in-out;
  -ms-transition: margin 200ms ease-in-out;
  transition: margin 200ms ease-in-out;
}
.is-phone #portfolio-single .page-footer a h1.title {
  font-size: 24px;
  line-height: 24px;
}
#portfolio-single .page-footer a .sub-margin {
  margin-left: 120px;
  -webkit-transition: margin 200ms ease-in-out;
  -moz-transition: margin 200ms ease-in-out;
  -o-transition: margin 200ms ease-in-out;
  -ms-transition: margin 200ms ease-in-out;
  transition: margin 200ms ease-in-out;
}
#portfolio-single .page-footer a .upper-sub-title {
  font-weight: normal;
  font-family: 'open_sanslight_italic', serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -8px;
  -webkit-transition: margin 200ms ease-in-out;
  -moz-transition: margin 200ms ease-in-out;
  -o-transition: margin 200ms ease-in-out;
  -ms-transition: margin 200ms ease-in-out;
  transition: margin 200ms ease-in-out;
}
.is-phone #portfolio-single .page-footer a .upper-sub-title {
  font-size: 14px;
}
#portfolio-single .page-footer a .sub-title {
  font-weight: normal;
  font-family: 'open_sanslight_italic', serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 15px;
}
.is-phone #portfolio-single .page-footer a .sub-title {
  font-size: 24px;
}
#portfolio-single .page-footer a:hover {
  text-decoration: none;
}
#portfolio-single .page-footer a:hover h1.title {
  margin-left: 12px;
}
#portfolio-single .page-footer a:hover .sub-margin {
  margin-left: 128px;
}
#portfolio-single .page-footer a:hover .upper-sub-title {
  margin-left: -10px;
}
.is-phone .modal-dialog.modal-lg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: -1px;
  width: 90%;
  height: auto;
}
.is-phone #fp-nav {
  display: none !important;
}
#about-fullframe {
  display: block;
  position: relative;
}
.is-phone #about-fullframe #fullpage {
  display: none;
}
#about-fullframe #fullpage .section {
  padding: 60px;
}
#about-fullframe #fullpage .section h1.title {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 650px;
}
#about-fullframe #fullpage .section .section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10 !important;
}
#about-fullframe #fullpage .section .section-content .content-col {
  height: 100%;
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
#about-fullframe #fullpage .section .section-content .content-col.col-left {
  width: 40%;
}
#about-fullframe #fullpage .section .section-content .content-col.col-right {
  width: 60%;
}
#about-fullframe .framer {
  width: 100%;
  height: 100%;
  border: 20px solid white;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.is-phone #about-fullframe .framer {
  border: 0;
}
#about-fullframe .bgimg-list {
  display: none;
}
#about-fullframe .bgimg-show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5 !important;
}
#about-fullframe .bgimg-show .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  -o-transition: 1000ms;
  -ms-transition: 1000ms;
  transition: 1000ms;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
  -webkit-transition-property: 'opacity';
  -moz-transition-property: 'opacity';
  -o-transition-property: 'opacity';
  -ms-transition-property: 'opacity';
  transition-property: 'opacity';
}
#about-fullframe .bgimg-show .bgimg.active {
  z-index: 1000;
  opacity: 1;
}
#about-fullframe .bgimg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10 !important;
  background-color: rgba(0, 0, 0, 0.72);
}
#about-fullframe .section-menu {
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#about-fullframe .section-menu a {
  position: relative;
  color: white;
  display: block;
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 20px;
  text-align: right;
  columns: white;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#about-fullframe .section-menu a .txt {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  padding-left: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  -webkit-transition-property: 'padding';
  -moz-transition-property: 'padding';
  -o-transition-property: 'padding';
  -ms-transition-property: 'padding';
  transition-property: 'padding';
}
#about-fullframe .section-menu a .txt::before,
#about-fullframe .section-menu a .txt::after {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
#about-fullframe .section-menu a .txt::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
#about-fullframe .section-menu a .txt::after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
#about-fullframe .section-menu a:hover,
#about-fullframe .section-menu a.active {
  text-decoration: none;
}
#about-fullframe .section-menu a:hover .txt,
#about-fullframe .section-menu a.active .txt {
  padding-left: 15px;
}
#about-fullframe .section-menu a:hover .txt::before,
#about-fullframe .section-menu a.active .txt::before,
#about-fullframe .section-menu a:hover .txt::after,
#about-fullframe .section-menu a.active .txt::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#about-fullframe .section-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#about-fullframe .section-txt .item-txt {
  position: absolute;
  left: 48px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 50%;
  max-width: 450px;
  height: auto;
  opacity: 0;
  z-index: 1;
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
  -webkit-transition: 1000ms;
  -moz-transition: 1000ms;
  -o-transition: 1000ms;
  -ms-transition: 1000ms;
  transition: 1000ms;
  -webkit-transition-timing-function: 'ease-out';
  -moz-transition-timing-function: 'ease-out';
  -o-transition-timing-function: 'ease-out';
  -ms-transition-timing-function: 'ease-out';
  transition-timing-function: 'ease-out';
  -webkit-transition-property: 'opacity';
  -moz-transition-property: 'opacity';
  -o-transition-property: 'opacity';
  -ms-transition-property: 'opacity';
  transition-property: 'opacity';
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}
#about-fullframe .section-txt .item-txt.active {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  transition-delay: 1000ms;
  z-index: 1000;
  opacity: 1;
}
#about-fullframe #about-resume {
  display: none;
  position: relative;
}
.is-phone #about-fullframe #about-resume {
  display: block;
}
#about-fullframe #about-resume .resume {
  position: absolute;
  display: block;
  padding: 120px 40px 80px;
}
#about-fullframe #about-resume .resume h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#about-fullframe #about-resume .resume .description {
  font-size: 14px;
  line-height: 32px;
  font-weight: normal;
  font-family: 'open_sanssemibold', serif;
}
#page-404 {
  position: relative;
  width: 100%;
  height: 100%;
}
#page-404 .info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#page-404 h1 {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  font-size: 54px;
  text-align: center;
  text-transform: uppercase;
}
#page-404 h1 small {
  font-weight: normal;
  font-family: 'open_sansregular', serif;
  font-size: 24px;
  line-height: 25px;
  display: block;
  text-transform: none;
}
#page-404 .error-id {
  font-weight: normal;
  font-family: 'open_sansbold', serif;
  color: rgba(255, 255, 255, 0.05);
  font-size: 180px;
  line-height: 180px;
  position: absolute;
  top: -60px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
