h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  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; }

input {
  line-height: normal; }

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;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.embed-responsive, .page-work .main-media {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item, .page-work .main-media .embed-responsive-item,
  .embed-responsive iframe, .page-work .main-media iframe,
  .embed-responsive embed, .page-work .main-media embed,
  .embed-responsive object, .page-work .main-media object,
  .embed-responsive video, .page-work .main-media video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9, .page-work .main-media {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

html, body {
  background: #0F0F0F;
  color: #fff;
  font-family: 'Circe', "Helvetica Neue Light", Helvetica Neue, Helvetica, Arial, sans-serif; }

a {
  color: #838383; }

body {
  height: 100vh;
  position: relative;
  overflow: auto;
  -webkit-font-smoothing: antialiased; }
  body.custom-scroll {
    overflow: hidden; }

h1, h2, h3 {
  font-family: "Circe-Regular", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold; }

#container {
  min-height: 500px;
  box-sizing: border-box;
  padding-top: 60px;
  height: 100vh; }
  body.custom-scroll #container {
    position: absolute;
    width: 100%; }
  @media (max-width: 768px) {
    #container {
      padding-top: 100px; } }

#content {
  height: 100%; }

#header {
  background: #1E1E1E;
  height: 60px;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
  -webkit-transition: height 0.5s cubic-bezier(0.56, 0, 0, 1);
  transition: height 0.5s cubic-bezier(0.56, 0, 0, 1); }
  @media (max-width: 768px) {
    #header {
      height: 100px;
      padding: 0 20px;
      position: fixed; } }
  #container.preshow #header {
    height: calc(50% + 60px); }
  #header a {
    -webkit-transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
    text-decoration: none;
    color: #fff; }
    #header a:hover {
      opacity: 0.5; }
  #header .main, #header .external {
    white-space: nowrap;
    margin-top: 15px;
    -webkit-transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1), transform 0.5s cubic-bezier(0.56, 0, 0, 1); }
    @media (max-width: 768px) {
      #header .main, #header .external {
        float: none !important;
        display: block; } }
    #container.preshow #header .main, #container.preshow #header .external {
      opacity: 0;
      -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
      transform: translateY(-60px); }
    #header .main ul, #header .external ul {
      padding-left: 0;
      list-style: none; }
    #header .main .title, #header .main ul, #header .main li, #header .external .title, #header .external ul, #header .external li {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    #header .main li, #header .external li {
      margin-right: 40px; }
      #header .main li:last-child, #header .external li:last-child {
        margin-right: 0; }
    #header .main .title, #header .external .title {
      margin-right: 40px;
      cursor: e-resize; }
      #header .main .title:hover, #header .external .title:hover {
        opacity: 1; }
      #header .main .title:after, #header .external .title:after {
        content: '';
        display: inline-block;
        width: 40px;
        height: 3px;
        vertical-align: middle;
        background: #fff;
        margin-left: 40px;
        -webkit-transition: width 0.5s cubic-bezier(0.56, 0, 0, 1);
        transition: width 0.5s cubic-bezier(0.56, 0, 0, 1); }
        @media (max-width: 768px) {
          #header .main .title:after, #header .external .title:after {
            width: 25px; } }
        @media (min-width: 769px) {
          #container.logo-hover #header .main .title:after, #container.logo-hover #header .external .title:after {
            width: 60px;
            -webkit-transition: width 0.5s cubic-bezier(0.56, 0, 0, 1);
            transition: width 0.5s cubic-bezier(0.56, 0, 0, 1); } }
  #header .main {
    font-weight: bold;
    font-size: 20px;
    float: left; }
    #header .main ul {
      display: none; }
    #header .main .who {
      display: inline-block; }
    @media (max-width: 768px) {
      #header .main {
        display: block;
        font-size: 14px;
        height: 1.5em;
        margin-top: 20px; }
        #header .main ul {
          display: none;
          float: left;
          width: 36%;
          text-align: center; }
          #header .main ul li {
            width: 50%;
            float: left;
            margin: 0; }
          #header .main ul li:last-child {
            text-align: right; }
        #header .main .title {
          display: block;
          float: left;
          width: 52%;
          margin: 0;
          position: relative; }
          #header .main .title:after {
            position: absolute;
            top: 8px;
            left: 50%;
            margin-left: 3em;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }
  #header .external {
    margin-top: 20px;
    font-size: 12px;
    text-align: right;
    float: right; }
    @media (max-width: 768px) {
      #header .external ul {
        display: block; }
        #header .external ul li {
          float: left;
          width: 33.333%;
          margin: 0;
          text-align: center; }
          #header .external ul li:first-child {
            text-align: left; }
          #header .external ul li:last-child {
            text-align: right; } }

.global-loader {
  position: fixed;
  z-index: 100;
  background: #0F0F0F;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 20px; }
  @media (max-width: 768px) {
    .global-loader {
      font-size: 14px; }
      .global-loader .separator {
        display: block;
        margin: 12px 0 !important; } }
  .global-loader .separator, .global-loader .name, .global-loader .who {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.56, 0, 0, 1), opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.56, 0, 0, 1), opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
  .global-loader .cnt {
    width: 100%; }
  .global-loader .separator {
    margin: 0 50px;
    height: 1em;
    position: relative; }
    .global-loader .separator span {
      display: block;
      height: 1em;
      position: relative;
      width: 100%; }
      .global-loader .separator span:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 3px;
        background: #fff;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .global-loader .separator span.square:before, .global-loader .separator span.circle:before {
        background: none;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        box-sizing: border-box; }
      .global-loader .separator span.circle:before {
        border-radius: 50%; }
  .global-loader .cnt.hide .name {
    opacity: 0;
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em); }
  .global-loader .cnt.hide .separator {
    opacity: 0;
    -webkit-transform: translateX(10em);
    -ms-transform: translateX(10em);
    transform: translateX(10em); }
  .global-loader .cnt.hide .who {
    opacity: 0;
    -webkit-transform: translateX(3em);
    -ms-transform: translateX(3em);
    transform: translateX(3em); }
  @media (min-width: 769px) {
    .global-loader .separator, .global-loader .name, .global-loader .who {
      display: inline-block;
      vertical-align: middle; } }

.scrollbar {
  position: absolute;
  z-index: 50;
  right: 0;
  height: 100%;
  top: 0;
  width: 14px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
  transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
  .scrollbar.disable {
    opacity: 0; }
  .scrollbar .thumb {
    background: #fff;
    width: 10px;
    right: 2px;
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    -webkit-transition: height 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: height 0.5s cubic-bezier(0.56, 0, 0, 1); }

.page-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  overflow: hidden; }
  @media (max-width: 768px) {
    .page-main {
      height: auto;
      display: block; } }
  .page-main .section {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .page-main .section {
        display: block !important;
        float: none !important;
        width: 100%;
        height: auto; } }
    .page-main .section:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity 1s cubic-bezier(0.56, 0, 0, 1), height 0.5s cubic-bezier(0.56, 0, 0, 1);
      transition: opacity 1s cubic-bezier(0.56, 0, 0, 1), height 0.5s cubic-bezier(0.56, 0, 0, 1); }
    .page-main .section.section-work {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .page-main .section.section-work .cnt {
        padding-bottom: 65px; }
      .page-main .section.section-work:before {
        top: 0;
        background-image: -webkit-linear-gradient(top, transparent 0%, #30007D 100%);
        background-image: linear-gradient(to bottom, transparent 0%, #30007D 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF30007D', GradientType=0); }
        @media (max-width: 768px) {
          .page-main .section.section-work:before {
            opacity: 1; } }
      .page-main .section.section-work:hover:before, .page-main .section.section-work.hover:before {
        opacity: 1; }
    .page-main .section.section-sides {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .page-main .section.section-sides .cnt {
        padding-top: 30px; }
      .page-main .section.section-sides:before {
        bottom: 0;
        background-image: -webkit-linear-gradient(top, #008F67 0%, transparent 100%);
        background-image: linear-gradient(to bottom, #008F67 0%, transparent 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF008F67', endColorstr='#00000000', GradientType=0); }
        @media (max-width: 768px) {
          .page-main .section.section-sides:before {
            opacity: 1; } }
      .page-main .section.section-sides:hover:before, .page-main .section.section-sides.hover:before {
        opacity: 1; }
    .page-main .section a {
      color: #fff; }
    .page-main .section .items-holder {
      position: relative; }
    .page-main .section .cnt {
      -webkit-transform: translateZ(0px);
      transform: translateZ(0px);
      padding: 0 35px;
      width: 100%;
      box-sizing: border-box;
      -webkit-transition: opacity 2s cubic-bezier(0.56, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.56, 0, 0, 1);
      transition: opacity 2s cubic-bezier(0.56, 0, 0, 1), transform 1s cubic-bezier(0.56, 0, 0, 1); }
      @media (max-width: 768px) {
        .page-main .section .cnt {
          padding: 0 20px; } }
      #container.preshow .page-main .section .cnt {
        opacity: 0 !important;
        -webkit-transform: translateY(-60px) translateZ(0px);
        transform: translateY(-60px) translateZ(0px); }
    .page-main .section .heading {
      font-size: 9px;
      margin-bottom: 10px;
      position: relative;
      z-index: -1;
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.56, 0, 0, 1), opacity 1s cubic-bezier(0.56, 0, 0, 1);
      transition: transform 1s cubic-bezier(0.56, 0, 0, 1), opacity 1s cubic-bezier(0.56, 0, 0, 1); }
      @media (max-width: 768px) {
        .page-main .section .heading {
          padding-top: 30px; } }
      @media (min-width: 769px) {
        #container.logo-hover .page-main .section .heading {
          -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
          transform: translateY(-30px); } }
      #container.preshow .page-main .section .heading {
        opacity: 0;
        -webkit-transform: translateY(120px);
        -ms-transform: translateY(120px);
        transform: translateY(120px); }
    .page-main .section.section-sides .heading {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .page-main .section.section-sides .heading {
          margin-bottom: 10px; } }
  .page-main .item-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-main .item-icon.empty {
      background: #fff;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-line-pack: center;
      align-content: center;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 30px;
      line-height: 30px;
      color: #0F0F0F; }
      .page-main .item-icon.empty:before {
        content: attr(data-letter);
        display: inline;
        font-size: 30px;
        line-height: 30px;
        margin-top: 5px; }
    @media (max-width: 768px) {
      .page-main .item-icon {
        display: none; } }
  .page-main .section-work .item-icon {
    top: -20px;
    border-radius: 50%;
    -webkit-transition: top 0.5s cubic-bezier(0.56, 0, 0, 1), opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: top 0.5s cubic-bezier(0.56, 0, 0, 1), opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
    .page-main .section-work .item-icon.show {
      top: -50px;
      opacity: 1; }
  .page-main .section-sides .item-icon {
    top: -20px;
    -webkit-transition: top 0.5s cubic-bezier(0.56, 0, 0, 1), opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: top 0.5s cubic-bezier(0.56, 0, 0, 1), opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
    .page-main .section-sides .item-icon.show {
      top: -50px;
      opacity: 1; }
  .page-main .items-viewport {
    height: 100px;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: transform 0.5s cubic-bezier(0.56, 0, 0, 1); }
    @media (max-width: 768px) {
      .page-main .items-viewport {
        height: auto; } }
    @media (min-width: 769px) {
      #container.logo-hover .page-main .items-viewport {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.56, 0, 0, 1);
        transition: transform 0.5s cubic-bezier(0.56, 0, 0, 1); } }
    #container.preshow .page-main .items-viewport {
      -webkit-transition: opacity 1s cubic-bezier(0.56, 0, 0, 1), -webkit-transform 1s cubic-bezier(0.56, 0, 0, 1);
      transition: opacity 1s cubic-bezier(0.56, 0, 0, 1), transform 1s cubic-bezier(0.56, 0, 0, 1);
      opacity: 0 !important;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px); }
  .page-main .items {
    padding-left: 0;
    list-style: none;
    margin: 0; }
    .page-main .items li {
      display: inline-block;
      vertical-align: top;
      margin-right: 60px;
      padding: 20px 0;
      height: 100px;
      box-sizing: border-box;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .page-main .items li {
          display: block;
          white-space: normal;
          height: auto;
          margin-bottom: 20px; }
          .page-main .items li:last-child {
            margin-bottom: 0; } }
      .page-main .items li a {
        text-decoration: none;
        display: block;
        -webkit-transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
        transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
        .page-main .items li a:hover {
          opacity: 0.5; }
      .page-main .items li .name {
        display: block;
        font-size: 24px;
        font-weight: bold; }
      .page-main .items li .client {
        font-size: 12px; }
  .page-main .pager {
    padding-left: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    -webkit-transition: top 1s cubic-bezier(0.56, 0, 0, 1), bottom 1s cubic-bezier(0.56, 0, 0, 1);
    transition: top 1s cubic-bezier(0.56, 0, 0, 1), bottom 1s cubic-bezier(0.56, 0, 0, 1); }
    @media (max-width: 768px) {
      .page-main .pager {
        top: 40px; } }
    #container.preshow .page-main .pager {
      top: -83px; }
    .page-main .pager li {
      width: 20px;
      height: 20px;
      margin: 10px 0;
      position: relative;
      cursor: pointer;
      -webkit-transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
      transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
      .page-main .pager li:hover {
        opacity: 0.5; }
      .page-main .pager li:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border: 3px solid #fff;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.56, 0, 0, 1);
        transition: transform 0.25s cubic-bezier(0.56, 0, 0, 1);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .page-main .pager li:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background: #fff;
        left: 0;
        top: 50%;
        margin-top: -2px;
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.56, 0, 0, 1);
        transition: transform 0.25s cubic-bezier(0.56, 0, 0, 1); }
      .page-main .pager li.active {
        cursor: default; }
        .page-main .pager li.active:hover {
          opacity: 1; }
        .page-main .pager li.active:before {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .page-main .pager li.active:after {
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0); }
      .page-main .pager li.collapsed:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
      .page-main .pager li.collapsed:after {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0); }
  .page-main .section-work .pager {
    top: auto !important;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    @media (max-width: 768px) {
      .page-main .section-work .pager {
        top: 0 !important;
        bottom: auto; } }
    #container.preshow .page-main .section-work .pager {
      bottom: -65px; }
    .page-main .section-work .pager li:before {
      border-radius: 50%; }
  .page-main .section.item-hover:before {
    height: calc(100% + 20px); }
  .page-main .section.item-hover .heading {
    opacity: 0.5; }

.page-work {
  padding-top: 80px;
  font-size: 15px;
  line-height: 25px; }
  .page-work.category-work {
    background-image: -webkit-linear-gradient(top, #30007D 0, transparent 320px);
    background-image: linear-gradient(to bottom, #30007D 0, transparent 320px);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF30007D', endColorstr='#00000000', GradientType=0); }
  .page-work.category-side {
    background-image: -webkit-linear-gradient(top, #008F67 0, transparent 320px);
    background-image: linear-gradient(to bottom, #008F67 0, transparent 320px);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF008F67', endColorstr='#00000000', GradientType=0); }
  .page-work img {
    max-width: 100%;
    height: auto !important; }
  .page-work iframe {
    max-width: 100%; }
  .page-work .container {
    max-width: 740px;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    margin: auto auto;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.56, 0, 0, 1), opacity 1s cubic-bezier(0.56, 0, 0, 1);
    transition: transform 1s cubic-bezier(0.56, 0, 0, 1), opacity 1s cubic-bezier(0.56, 0, 0, 1);
    opacity: 1; }
    @media (max-width: 768px) {
      .page-work .container {
        max-width: none; } }
    .preshow .page-work .container {
      -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
      transform: translateY(-300px);
      opacity: 0; }
  .page-work .title {
    margin: 0;
    font-size: 32px; }
  .page-work .client {
    font-size: 12px;
    opacity: 0.5;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px; }
  .page-work .main-media {
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .page-work .main-media {
        margin-bottom: 30px; } }
  .page-work p {
    margin-bottom: 30px; }
  .page-work .awards {
    margin-bottom: 80px;
    font-size: 12px;
    line-height: 28px; }
    @media (max-width: 768px) {
      .page-work .awards {
        margin-bottom: 20px; } }
    .page-work .awards a {
      text-decoration: none;
      -webkit-transition: color 0.5s cubic-bezier(0.56, 0, 0, 1);
      transition: color 0.5s cubic-bezier(0.56, 0, 0, 1); }
      .page-work .awards a:hover {
        color: #fff; }
    .page-work .awards ul, .page-work .awards li {
      list-style: none;
      margin: 0;
      padding: 0; }
  .page-work .nav {
    padding: 0 30px 30px;
    font-size: 12px; }
    @media (min-width: 950px) {
      .page-work .nav {
        position: fixed;
        bottom: 30px;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box; } }
    .page-work .nav a {
      text-decoration: none;
      color: #fff;
      -webkit-transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1);
      transition: opacity 0.5s cubic-bezier(0.56, 0, 0, 1); }
      .page-work .nav a:hover {
        opacity: 0.5; }
    @media (max-width: 768px) {
      .page-work .nav {
        padding: 0 20px 60px; } }
    .page-work .nav .prev {
      float: left; }
    .page-work .nav .next {
      float: right; }

.page-generic {
  padding-top: 60px;
  font-size: 15px;
  line-height: 25px;
  background-image: -webkit-linear-gradient(top, #30007D 0, transparent 320px);
  background-image: linear-gradient(to bottom, #30007D 0, transparent 320px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF30007D', endColorstr='#00000000', GradientType=0); }
  .page-generic img {
    max-width: 100%;
    height: auto !important; }
  .page-generic iframe {
    max-width: 100%; }
  .page-generic .container {
    max-width: 740px;
    padding: 0 20px 50px 20px;
    box-sizing: border-box;
    margin: auto auto;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.56, 0, 0, 1), opacity 1s cubic-bezier(0.56, 0, 0, 1);
    transition: transform 1s cubic-bezier(0.56, 0, 0, 1), opacity 1s cubic-bezier(0.56, 0, 0, 1);
    opacity: 1; }
    @media (max-width: 768px) {
      .page-generic .container {
        max-width: none; } }
    .preshow .page-generic .container {
      -webkit-transform: translateY(-300px);
      -ms-transform: translateY(-300px);
      transform: translateY(-300px);
      opacity: 0; }
  .page-generic .title {
    margin: 0;
    font-size: 32px; }
  .page-generic p {
    margin-bottom: 30px; }
  .page-generic h1 {
    margin-bottom: 80px; }
  .page-generic h2 {
    margin: 60px 0 30px; }
  .page-generic a {
    text-decoration: underline;
    -webkit-transition: color 0.5s cubic-bezier(0.56, 0, 0, 1);
    transition: color 0.5s cubic-bezier(0.56, 0, 0, 1); }
    .page-generic a:hover {
      color: #fff;
      text-decoration: none; }
  .page-generic ul, .page-generic li {
    list-style: none;
    padding: 0; }
  .page-generic ul {
    font-size: 12px;
    color: #CBCBCB;
    margin: 0 0 30px 0; }
    .page-generic ul a {
      color: inherit; }
      .page-generic ul a:hover {
        color: #fff; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

button {
  overflow: visible; }

button,
select {
  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; }

input {
  line-height: normal; }

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;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

#meeting {
  z-index: 1; }

.wrapper {
  background: #353637;
  height: 100vh; }

.overlay-back {
  position: static;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/polyfill.jpg");
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s; }
  .overlay-back.hide-blur {
    -webkit-filter: none;
    filter: none; }

#meeting-circle {
  font-family: 'Circle', Arial, sans-serif;
  width: 70vh;
  height: 70vh;
  background-image: -webkit-linear-gradient(bottom, #2a096e 0%, #0b6460 100%);
  background-image: linear-gradient(to top, #2a096e 0%, #0b6460 100%);
  border-radius: 50%;
  padding-top: 1%;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: fixed;
  bottom: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }
  #meeting-circle.collapse {
    width: 70px;
    height: 70px;
    bottom: 2%; }
    @media (max-width: 768px) {
      #meeting-circle.collapse {
        padding-top: 0;
        padding-bottom: 0; } }
  #meeting-circle .slide {
    height: 0;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #meeting-circle .slide.active {
      height: 76%;
      opacity: 1; }
    #meeting-circle .slide .greeting {
      text-align: center; }
    #meeting-circle .slide .description p {
      color: #fff;
      font-size: 15px;
      width: 54.5%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 8%; }
      @media (max-width: 768px) {
        #meeting-circle .slide .description p {
          width: 80%; } }
    #meeting-circle .slide .dating-info {
      width: 60%;
      margin-top: 8%; }
      #meeting-circle .slide .dating-info label {
        display: block;
        color: #919192;
        text-align: center;
        font-weight: bold; }
      #meeting-circle .slide .dating-info input {
        border: none;
        background: none;
        border-bottom: 1px solid #5c7c94;
        font-weight: bold;
        font-size: 18px;
        border-radius: 0;
        width: 100%; }
        #meeting-circle .slide .dating-info input:focus {
          outline: none; }
      #meeting-circle .slide .dating-info .date-time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #meeting-circle .slide .dating-info .date-time .date {
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
        #meeting-circle .slide .dating-info .date-time .time {
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
        #meeting-circle .slide .dating-info .date-time input {
          width: 100%;
          display: block;
          line-height: 28px;
          height: 28px; }
      #meeting-circle .slide .dating-info .place {
        margin-top: 20px; }
        #meeting-circle .slide .dating-info .place input {
          width: 100%;
          text-align: center; }
      #meeting-circle .slide .dating-info .sendBtn {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        border: 1px solid #636597;
        border-radius: 50%;
        width: 90px;
        height: 90px;
        display: block;
        line-height: 90px;
        text-align: center;
        margin-top: 15%;
        margin-left: auto;
        margin-right: auto;
        background: transparent;
        outline: none;
        position: relative; }
      #meeting-circle .slide .dating-info .rippleBtn:before, #meeting-circle .slide .dating-info .rippleBtn:after {
        content: '';
        display: block;
        border-radius: 50%;
        border: 1px solid #636597;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      #meeting-circle .slide .dating-info .rippleBtn:before {
        width: 0;
        height: 0;
        opacity: 0;
        -webkit-animation: ripple 1.5s .7s infinite;
        animation: ripple 1.5s .7s infinite; }
      #meeting-circle .slide .dating-info .rippleBtn:after {
        -webkit-animation: ripple 1.5s infinite;
        animation: ripple 1.5s infinite; }

@-webkit-keyframes ripple {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1; }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0; } }

@keyframes ripple {
  0% {
    width: 5px;
    height: 5px;
    opacity: 1; }
  100% {
    width: 90px;
    height: 90px;
    opacity: 0; } }
      @media (max-width: 768px) {
        #meeting-circle .slide .dating-info {
          width: 80%; } }
  @media (max-width: 1366px) {
    #meeting-circle {
      padding-bottom: 1%; } }
  @media (max-width: 768px) {
    #meeting-circle {
      border-radius: 0;
      height: calc(100% + 100px);
      padding-top: calc(100px + 10%);
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100vw;
      bottom: -100px;
      padding-bottom: calc(100px + 10%); } }
  #meeting-circle [slide-type='last-slide'] {
    text-align: center; }
    #meeting-circle [slide-type='last-slide'] h4 {
      font-size: 18px;
      margin-bottom: 10px; }
    #meeting-circle [slide-type='last-slide'] p {
      line-height: 1.3em; }
  #meeting-circle .toggle {
    cursor: pointer;
    padding-top: 1%;
    padding-bottom: 1%; }
    #meeting-circle .toggle span {
      display: block;
      width: 6px;
      height: 6px;
      background: #fff;
      opacity: .3;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #meeting-circle .toggle:last-child span {
      margin-bottom: 0; }
    #meeting-circle .toggle.active span {
      opacity: 1; }
    #meeting-circle .toggle.pulse span {
      width: 12px;
      height: 12px; }
    @media (max-width: 768px) {
      #meeting-circle .toggle {
        padding-top: 2%;
        padding-bottom: 2%; } }
  #meeting-circle h1.greeting {
    font-size: 60px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0; }
    @media (max-width: 413px) {
      #meeting-circle h1.greeting {
        font-size: 46px; } }
  #meeting-circle .toggle-up {
    margin-top: 30px; }
  #meeting-circle .toggle-down {
    margin-bottom: 30px; }
  #meeting-circle .close {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 0 auto;
    -webkit-transition: all 0.7s;
    transition: all 0.7s; }
    #meeting-circle .close.rotate45 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
    #meeting-circle .close .sw1, #meeting-circle .close .sw2 {
      display: block;
      width: 25px;
      height: 2px;
      background: #fff; }
    #meeting-circle .close .sw1 {
      -webkit-transform: rotate(-45deg) translate(-8px, 7px);
      -ms-transform: rotate(-45deg) translate(-8px, 7px);
      transform: rotate(-45deg) translate(-8px, 7px); }
    #meeting-circle .close .sw2 {
      -webkit-transform: rotate(45deg) translate(6px, 7px);
      -ms-transform: rotate(45deg) translate(6px, 7px);
      transform: rotate(45deg) translate(6px, 7px); }

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