
@font-face {
  font-family: 'NeueHaasUnicaPro-Regular';
  src: url('../fonts/Neue-Haas-Unica-Pro.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasUnicaPro-Regular';
  src:   url(../fonts/Neue-Haas-Unica-Pro.woff) format('woff'), 
      url('../fonts/Neue-Haas-Unica-Pro.ttf')  format('truetype'), 
      url('../fonts/Neue-Haas-Unica-Pro.svg#Neue-Haas-Unica-Pro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myFont';
  src: url('../fonts/NeueHaasUnicaPro-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'myFont';
  src:   url(../fonts/NeueHaasUnicaPro-Regular.woff) format('woff'), 
      url('../fonts/NeueHaasUnicaPro-Regular.ttf')  format('truetype'), 
      url('../fonts/NeueHaasUnicaPro-Regular.svg#NeueHaasUnicaPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'NeueHaasUnicaPro-Bold';
  src: url('../fonts/NeueHaasUnicaPro-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeueHaasUnicaPro-Bold';
  src:   url(../fonts/NeueHaasUnicaPro-Bold.woff) format('woff'), 
      url('../fonts/NeueHaasUnicaPro-Bold.ttf')  format('truetype'), 
      url('../fonts/NeueHaasUnicaPro-Bold.svg#NeueHaasUnicaPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 99999999990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}.home-image + video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: 300ms;
    opacity: 0;
}

a.top-video.video-thumb:hover video {
    opacity: 1;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}.menuSection.clearfix nav.nav-indecator {
    display: none;
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

body {
    background: #0C0C0C;
}




.mainBody {
    /* max-width: 1920px; */
    margin: 0 auto;
    font-family: NeueHaasUnicaPro-Regular;
    position: relative;
}.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    max-height: 630px;
}
.alt .mainHeader{position: absolute;top: 100vh;}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 33px;
    height: 1.8pt;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background-color: #000;
    /* box-shadow: 0px 0.5px 0px #fff; */
}.hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #ffffffbf;
    transition: transform 0.2s ease,background-color 1s ease;
    transition-delay: 0.3s;
}
body.alt .hamburger .hamburger-inner,body.alt .hamburger .hamburger-inner:after,body.alt .hamburger .hamburger-inner:before {
    background-color: #000;
    box-shadow: 0px 0.5px 0px #0a0a0a;
}
.hamburger--slider .hamburger-inner {
    top: 1px;
}.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}.hamburger-inner:before {
    top: -8px;
}.hamburger-inner:after {
    bottom: -8px;
}.carousel-inner img {
    width: 100%;
}.carousel-indicators li {
    background: #fff;
    margin: 1px 10px;
    width: 8.7px;
    height: 8.7px;
}

.carousel-indicators .active {
    width: 8.7px;
    height: 8.7px;
    margin: 1px 10px;
    background: transparent;
    border-color: #ff3300;
}
.carousel-inner {
    height: 100%;
}
ol.carousel-indicators {
    bottom: 20px;
}.carousel-caption {
    top: 117px;
    bottom: auto;
    right: auto;
    color: #f1f1f2;
    left: 55px;
    font-size: 55px;
    width: 522px;
    padding: 0;
    letter-spacing: 0px;
    text-shadow: none;
    text-align: left;
    /* font-family: CalibreRe; */
    font-family: Calibre;
    line-height: 55px;
}.links {
    font-size: 20px;
    font-family: CalibreRe;
}.links a:after {
    content: " ";
    border-bottom: 1px solid rgba(241, 241, 242, 0.48);
    right: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.links a {
    /* text-decoration: underline; */
    margin: 0 10px;
    color: #f1f1f2;
    position: relative;
}.sliderSection {
    margin-bottom: 10px;
}

.firstHalf {
    border-right: 1px solid #D9DBDC;
    /* flex: 1; */
}

.sectionText {
    padding: 0;
    margin-bottom: 56px;
    font-family: CalibreRe;
    font-size: 20px;
    width: 494px;
    line-height: 23px;
    margin-left: 41px;
    color: #282829;
}

.sectionLinks a {
    color: inherit;
    /* text-decoration: underline; */
    position: relative;
    margin: 010px;
    font-family: Calibre;
}

.sectionLinks {
    padding-left: 42px;
    margin-bottom: 67px;
    font-size: 20px;
    font-family: CalibreRe;
    /* font-weight: bold; */
    color: #282829;
}
.title-small {
    margin-left: -33px;
    font-size: 20px;
    font-family: Calibre;
    margin-top: 45px;
    line-height: 55px;
    margin-bottom: 32px;
    color: #292829;
}
.borderRight {
    border-right: 1px solid #D9DBDC;
}

.fourBlocks div.col-md-6 {
    padding-top: 47px;
    margin-bottom: 20px;
}
.fourBlocks div.col-md-6:nth-child(even){
    padding-left: 27px;
}

.borderBottom {
    border-bottom: 1px solid #D9DBDC;
}

.fourBlocks {
    padding: 0;
    padding-left: 90px;
    height: 100%;
    flex: 1;
    font-family: calibreRe;
    font-size: 20px;
    color: #282829;
    line-height: 22px;
}

.fourBlocks h3 {
    font-weight: bold;
}

.fourBlocks .sectionLinks {
    padding-left: 2px;
    margin-top: 13px;
    text-shadow: 0 0 0;
}
.padd_0 {
    padding: 0;
}

.serviceSection {
    background-color: #e6e7e8;
}

.halfWidth {
    padding: 0;
    overflow: hidden;
    background: url(http://mena.agial.info/img/i.jpg) center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.otherHalf {
    width: Calc(50% - 15px);
}

.serviceHeader {
    margin-left: 41px;
    font-size: 55px;
    font-family: Calibre;
    margin-top: 62px;
    line-height: 55px;
    margin-bottom: 8px;
    color: #282829;
}
strong {
    font-family: 'Biotif-Bold';
}
.serviceText {
    padding: 0;
    margin-bottom: 56px;
    font-family: CalibreRe;
    font-size: 20px;
    width: 494px;
    line-height: 23px;
    margin-left: 41px;
    color: #282829;
}

.marbot_0 {
    margin-bottom: 0;
}.menuSection h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.menuSection a {
    display: block;
    color: inherit;
    font-size: 40px;
    text-decoration: none;
    font-family: 'Biotif-Regular';
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.links a:first-child {
    margin-left: 0;
}.sectionLinks a:before {
    content: " ";
    position: absolute;
    left: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.55);
    right: 0;
    bottom: 5px;
}
 .fullWidth {
    width: 100%;
    padding-right: 125px;
    margin-bottom: 60px;
}.sideBlocks {
    padding-left: 57px;
}
.sideBlocks ul li a {
    list-style: none;
    color: inherit;
    line-height: 25px;
    font-size: 20px;
    font-family: CalibreRe;
}

.sideBlocks ul {
    padding: 0;
    list-style: none;
}
.mar_bot_0
{
    margin-bottom: 0;
}
 .noMar.sectionLinks a:first-of-type {
    margin-left: 0;
}
.sectionLinks a:first-child {
    margin-left: 0;
}.fourBlocks > div >img {
    margin-bottom: 20px;
}.serviceSection .halfWidth:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(147,149,151,0.3);
}
.mar_bot_57
{
    margin-bottom: 57px;
}.sectionLinks h3 ,.sideBlocks h3{
    font-size: 30px;
    margin-bottom: 0;
    font-family: Calibre;
}.sideBlocks h3 {
    margin-bottom: 30px;
    margin-top: 80px;
    font-family: Calibre;
}
.col-md-8.firstHalf .sectionHeader {
    margin-top: 64px;
}.carousel-caption img {
    width: auto;
    display:block
;
    margin-bottom: 48px;
    margin-top: -5px;
}.mar_top_7 {
    margin-top: 7px;
}
.partners-carousel img {
    width: Auto;
}

.partners-carousel .carousel-indicators {
    position: static;
    margin: 0 auto;
    margin-top: 80px;
    transform: translateX(-45px);
}

.partners-carousel .carousel-indicators li:not(.active) {
    background: #e5e6e8;
    border-color: #e5e6e8;
}

span.index-button {
    border-bottom: 2px solid #000;
    cursor: pointer;
}
.padding-left-55 {
    padding-left: 55px;
}
.menuSection a.active {
    /* font-weight: bold; */
}
.carousel-caption.service-banner-caption {
    background: rgba(154, 154, 154, 0.81);
    top: 0;
    padding-top: 117px;
    left: 0;
    padding-left: 55px;
    width: 50%;
    color: #fff;
    bottom: 0;
}
ul.services-list {
    list-style: none;
    margin-top: 23px;
    padding-left: 0;
    font-size: 40px;
    font-family: 'CalibreRe';
}

ul.services-list a {
    color: #fff;
    border-bottom: 1px solid;
    line-height: 13px;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none!important;
}
.mar_bot_23{
     margin-bottom:23px;
 }
.service-block .sectionText:first-of-type{
    width:510px;
}
.service-block .sectionText:last-of-type{
    width: 542px;
}
.padding-left-23{
        padding-left: 23px;
}
.bold{
    font-family: Calibre;
}.contentSection.no-flex {
    display: block;
    height: auto;
    background: #fff;
}

.service-block {
    margin-bottom: 10px;
    background: #f1f1f2;
    width: 100%;
    padding: 0 15px;
    padding-bottom: 70px;
    height: 633px;
}

.service-block .sectionText {
    line-height: 23px;
}

.service-block:nth-child(even) {
    background: #e6e7e8;
}
.carousel-caption.partners-banner-caption {
    top: 0;
    padding-top: 117px;
    left: 0;
    padding-left: 57px;
    color: #000;
    right: 0;
    bottom: 0;
    background: rgba(147, 147, 147, 0.21);
    width: 100%;
}
.partner-block .sectionLinks {
    padding-left: 0;
    margin-top: 36px;
}
.partner-block {
    padding: 68px 56px;
    font-size: 20px;
    line-height: 22.5px;
    background: #f1f1f2;
    font-family: CalibreRe;
    margin-bottom: 10px;
}

.partner-block img {
    margin-bottom: 26px;
}
.partner-block:nth-child(3n+2) {
    background: #e6e7e8;
}
.partner-form {
    background: #f1f1f2;
}


.form-body {
    margin-left: 25px;
    margin-top: 40px;
    padding-bottom: 112px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #282829;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #282829;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #282829;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #282829;
}
.form-body> div:first-child {
    width: 575px;
}

input[type="submit"].standard-input {
    font-family: Calibre;
    text-align: left;
    border-bottom: 2px solid;
    line-height: 94px;
    height: 60px;
    display: inline-block;
    width: Auto;
    padding-left: 0;
}

.industries-banner-caption {
    background: rgba(154, 154, 154, 0.47);
    top: 0;
    padding-top: 117px;
    left: 0;
    padding-left: 55px;
    width: 100%;
    color: #fff;
    bottom: 0;
}
.carousel-caption.partners-banner-caption.text-white {
    color: #f6f6f6;
}
.team-block img {
    border-radius: 50%;
    width: 150px;
    margin-bottom: 50px;
    float: left;
}

.team-block {
    padding-top: 50px;
    height: 630px;
}
.team-block h1 {
    display: block;
    width: calc(100% - 150px);
    padding-left: 24px;
    float: right;
    font-size: 20px;
    height: 150px;
    padding-top: 88px;
}
.team-block:nth-child(even) {
    background: #e6e7e8;
}

.team-block:nth-child(odd) {
    background: #f1f1f2;
}

.team-block:last-child, .team-block:nth-last-child(2) {
    margin-bottom: 0;
}
.contact-info {font-size: 21.5px;line-height: 1.52;margin-bottom: 33px!important;}

.contact-block {
    display: inline-block;
    margin-bottom: 36px;
}

.contact-block h1 {
    font-size: 55px;
    font-family: Calibre;
    margin-bottom: 0;
}

.contact-block p {
    line-height: 23px;
}

.contact-block:nth-child(odd) {
    padding-right: 240px;
}
textarea.standard-input {
    height: 245px;
}
.main-fold{
  height: 100vh!important;
  /* background:url(../img/landing-bg.jpg) no-repeat; */
  background-size:cover;
  padding-top:300px;
  padding-left: 150px;
}.main-fold img{
  width:160px
}.main-fold .carousel-caption{
  position:initial;
  width: auto;
  margin-top: 100px;
  font-family: 'Utopia-Regular';
  font-size: 52px;
}.alt nav.nav-indecator{
  color:#000;
  top: 50vh;
  opacity: 1;
}.logo-footer img{
  width: 82px;
}.logo-footer{
  padding: 0 100px;
  float: left;
  padding-top: 0;
  width: 35%;
}.contact-footer{
  float:left;
  width:25%
}.link-footer{
  float:left;
  width: 10%;
}.rights-footer{
  float:left;
  width: 20%;
}.link-footer:last-child{
  text-align:right
}.index-content-data {
    font-size: 9pt;
    color: rgba(38, 31, 28, 0.60);
    padding-right: 8px;
    line-height: 1.4;
    padding-top: 5px;
    transition: transform 300ms,  max-height 0.01s 0.3s;
    transform: translateX(100%);
    max-height: 0;
}

.index-content.clearfix .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    width: 26%;
    overflow: hidden;
}


.index-content.clearfix .col-md-9 {
    /* width: 74%; */
}

.index-content-data h1 {
    font-size: 12px;
    font-family: 'Biotif-Bold';
}

a.index-close {
    text-align: right;
    display: block;
    color: rgba(38, 31, 28, 0.60);
    cursor: pointer;
    padding-right: 26px;
    text-decoration: none!important;
}

.index-content-data p {
    margin-bottom: 15px!important;
}
.index-content-data ol 
{
      counter-reset: item;
      list-style-type: none;
      padding-left: 0;
      line-height: 1.2;
}
.index-content-data ol li {
    display:block;
    padding-left: 24px;
    text-align: left;
    text-indent: 0;
}
.index-content-data ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    position: absolute;
    left: 0;
}
a.index-close:after, a.index-close:before {
    display: block;
    content: "";
}a.index-close:after, a.index-close:before {
    position: absolute;
    right: 0;
    width: 28px;
    height: 1px;
    top: 13px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background-color: rgba(38, 31, 28, 0.42);
    box-shadow: 0px 0.5px 0px #fff;
}a.index-close:before {
    transform: rotate(-45deg) translate3d(0,0px,0);
}a.index-close:after {
     transform: translate3d(0,0px,0) rotate(45deg);
}.index-content p:not(:empty) {
    margin-bottom: 27px;
}.index-content-data.active {
    transform: translateX(0);
    max-height: 100vh;
    transition: transform 300ms;
}.menuSection > div {
    width: 50%;
    display: inline-block;
    background: #000;
    padding: 225px 110px;
}
header.mainHeader.clearfix.inner {
    position: initial;
}

header.mainHeader.clearfix.inner .hamburger .hamburger-inner,header.mainHeader.clearfix.inner  .hamburger .hamburger-inner:after,header.mainHeader.clearfix.inner  .hamburger .hamburger-inner:before {
    background-color: #000;
    box-shadow: 0px 0.5px 0px #000;
}

header.mainHeader.clearfix.inner .logo img {
    opacity: 1;
    width: 100px;
}

header.mainHeader.clearfix.inner .logo {
    margin-top: 25px;
    margin-left: 55px;
    margin-bottom: 43px;
}

header.mainHeader.clearfix.inner  .pull-right.menuBtn {
    padding-top: 23px;
}.service-banner-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Utopia-Regular';
    font-size: 89pt;
    padding-left: 148px;
    width: 80%;
    line-height: 1.2;
}.mainBody.inner .contentSection.clearfix {
    padding-top: 0;
}.division-section.clearfix div {
    padding-left: 0;
    padding-right: 9%;
}

.division-section.clearfix h2 {
    font-size: 16px;
    font-style: italic;
    /* font-weight: bold; */
    font-family: Biotif-BookItalic;
    line-height: 1.2;
}

.division-section.clearfix p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
}

.division-section.clearfix div:last-child {
    padding-right: 0;
    padding-left: 79px;
}

.division-section.clearfix div:nth-child(2) {
    padding-left: 40px;
    padding-right: 5%;
}.division-section.clearfix {
    margin-bottom: 20px;
}

a.index-close + p {
    margin-top: 20px;
}.standard-separator {
    height: 160px;
}.inner nav.nav-indecator {
    opacity: 1;
}@media only screen and (max-width: 767px) {
  #scroll-indicator-bullets {
    display: none; } }

@media only screen and (min-width: 768px) {
  #scroll-indicator-bullets {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 48px;
    z-index: 99;
    font-size: .8rem;
    }
    #scroll-indicator-bullets ul {
      list-style: none; }
      #scroll-indicator-bullets ul li {
        position: relative;
        padding-right: 7px; }
        #scroll-indicator-bullets ul li a {
          display: block;
          color: #fff;
          padding: 4px 0 0 0;
          -webkit-user-select: none !important;
          -webkit-touch-callout: none;
          }
        #scroll-indicator-bullets ul li .bullet-nav-title {
          position: absolute;
          top: 4px;
          right: -10px;
          display: block;
          visibility: hidden;
          opacity: 0.0;
          white-space: nowrap;
          text-align: right;
          -webkit-transition: opacity 300ms, right 300ms, text-shadow 300ms;
          transition: opacity 300ms, right 300ms, text-shadow 300ms;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out;
          padding: 2px 22px 2px 4px;
          border-radius: 2px;
          background: rgba(200, 200, 200, 0.4); }
        #scroll-indicator-bullets ul li .bullet-item-link .circle {
          position: relative;
          top: 2px;
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          border: 1px solid #fff;
          background: transparent;
          margin: 7px 0;
          }
        #scroll-indicator-bullets ul li .bullet-item-link.active .circle {
          background: #fff;
          }
        #scroll-indicator-bullets ul li.show-title .circle {
          text-shadow: none; }
        #scroll-indicator-bullets ul li.show-title .bullet-nav-title {
          opacity: 1.0;
          right: 2px;
          visibility: visible; }
      #scroll-indicator-bullets ul.open .bullet-nav-title {
        visibility: visible; } }
div#scroll-indicator-bullets.color_000 .bullet-item-link.active .circle{
    background: #000;
}

div#scroll-indicator-bullets.color_000 a.bullet-item-link {
    color: #000;
}

div#scroll-indicator-bullets.color_000 i.circle {
    border-color: #000;
}.index-content.visible.clearfix .index-content-data {
    max-height: none;
    transform: none;
}



h1.team-member-name {
    margin-top: 0;
    font-family: 'Utopia-Regular';
    font-size: 48px;
    margin-top: -8px;
    margin-bottom: 25px;
}

.index-content.visible .col-md-3 {
    padding-right: 5px;
}

@font-face {
  font-family: 'Utopia-Regular';
  src: url('../fonts/Utopia-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Utopia-Regular';
  src:   url(../fonts/Utopia-Regular.woff) format('woff'), 
      url('../fonts/Utopia-Regular.ttf')  format('truetype'), 
      url('../fonts/Utopia-Regular.svg#Utopia-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Biotif-Light';
  src: url('../fonts/Biotif-Light.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Biotif-Light';
  src:   url(../fonts/Biotif-Light.woff) format('woff'), 
      url('../fonts/Biotif-Light.ttf')  format('truetype'), 
      url('../fonts/Biotif-Light.svg#Biotif-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'Biotif-Bold';
  src: url('../fonts/Biotif-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Biotif-Bold';
  src:   url(../fonts/Biotif-Bold.woff) format('woff'), 
      url('../fonts/Biotif-Bold.ttf')  format('truetype'), 
      url('../fonts/Biotif-Bold.svg#Biotif-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}




@font-face {
  font-family: 'Biotif-Regular';
  src: url('../fonts/Biotif-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Biotif-Regular';
  src:   url(../fonts/Biotif-Regular.woff) format('woff'), 
      url('../fonts/Biotif-Regular.ttf')  format('truetype'), 
      url('../fonts/Biotif-Regular.svg#Biotif-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Biotif-BookItalic';
  src: url('../fonts/Biotif-BookItalic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Biotif-BookItalic';
  src:   url(../fonts/Biotif-BookItalic.woff) format('woff'), 
      url('../fonts/Biotif-BookItalic.ttf')  format('truetype'), 
      url('../fonts/Biotif-BookItalic.svg#Biotif-BookItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}



.mainBody {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'NeueHaasUnicaPro-Regular';
    font-family: myFont;
    position: relative;
    padding: 40px;
    color: #fff;
    padding-bottom: 0;
    /* color: #ffffffbf; */
    line-height: 1.35;
    /* -webkit-text-stroke: 0.3px #000; */
    background: #0C0C0C;
}.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    max-height: 630px;
}.social-media {
    display: inline-block;
    margin-right: 44px;
}
.mainHeader {
    background-color: none;
    -moz-user-select: none;
    transition: 500ms;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 0;
    right: 0;
    /* position: fixed; */
    z-index: 999;
}.alt .mainHeader{position: absolute;top: 100vh;}

.menuBtn {
    position: relative;
    margin-top: 3px;
    font-size: 15px;
    cursor: pointer;
    font-family: Calibre;
    /* width: 158px; */
    text-align: center;
    height: 78px;
    line-height: 70px;
    z-index: 9999999999999;
    /* background: rebeccapurple; */
}.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 42px;
    height: 0.5px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    /* background-color: #000; */
    right: 0px;
}.hamburger .hamburger-inner{
    background-color: #000;
}
body.alt .hamburger .hamburger-inner,body.alt .hamburger .hamburger-inner:after,body.alt .hamburger .hamburger-inner:before {
    background-color: #000;
    box-shadow: 0px 0.5px 0px #0a0a0a;
}
.hamburger--slider .hamburger-inner {
    top: 1px;
    background: none;
}.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
}.hamburger-inner:before {
    top: -15px;
}.hamburger-inner:after {
    bottom: -3px;
    /* transition: background-color 1s ease; */
    transition-delay: 0.2s;
}.carousel-inner img {
    width: 100%;
}.carousel-indicators li {
    background: #fff;
    margin: 1px 10px;
    width: 8.7px;
    height: 8.7px;
}

.carousel-indicators .active {
    width: 8.7px;
    height: 8.7px;
    margin: 1px 10px;
    background: transparent;
    border-color: #ff3300;
}.logo {
    transition:300ms;
    width: 50%;
}
.carousel-inner {
    height: 100%;
}
ol.carousel-indicators {
    bottom: 20px;
}.carousel-caption {
    top: 117px;
    bottom: auto;
    right: auto;
    color: #f1f1f2;
    left: 55px;
    font-size: 55px;
    width: 522px;
    padding: 0;
    letter-spacing: 0px;
    text-shadow: none;
    text-align: left;
    /* font-family: CalibreRe; */
    font-family: Calibre;
    line-height: 55px;
}.links {
    font-size: 20px;
    font-family: CalibreRe;
}.links a:after {
    content: " ";
    border-bottom: 1px solid rgba(241, 241, 242, 0.48);
    right: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.links a {
    /* text-decoration: underline; */
    margin: 0 10px;
    color: #f1f1f2;
    position: relative;
}.sliderSection {
    margin-bottom: 10px;
}.contentSection {
    /* display: flex; */
    margin-bottom: 0;
    margin-top: 95px;
    position: relative;
    z-index: 9;
}.index-content.clearfix{
  margin-top: 46px;
  font-size: 24px;
  line-height: 22pt;
}
.home-intro {
    width: 25%;
    float: left;
    padding-left: 8px;
    text-align: left;
    font-size: 20.5px;
    font-weight: lighter;
    margin-top: -9px;
    letter-spacing: 0.4px;
    line-height: 1.6;
    padding-right: 10px;
}

.logo a {
    display: block;
}

.home-intro p {
    margin-bottom: 34px;
    stroke: 1px #000;
}

a.Stardard-link {
    color: #444;
    position: relative;
    font-family: 'NeueHaasUnicaPro-Regular';
    font-size: 20.5px;
}

a.Stardard-link:after {
    content: " ";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    background: #444;
}

.sectionHeader {
    margin-left: 0;
    font-size: 85.7px;
    margin-top: -6px;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    width: 50%;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'NeueHaasUnicaPro-Bold';
}

.firstHalf {
    border-right: 1px solid #D9DBDC;
    /* flex: 1; */
}

.sectionText {
    padding: 0;
    margin-bottom: 56px;
    font-family: CalibreRe;
    font-size: 20px;
    width: 494px;
    line-height: 23px;
    margin-left: 41px;
    color: #282829;
}

.sectionLinks a {
    color: inherit;
    /* text-decoration: underline; */
    position: relative;
    margin: 010px;
    font-family: Calibre;
}

.sectionLinks {
    padding-left: 42px;
    margin-bottom: 67px;
    font-size: 20px;
    font-family: CalibreRe;
    /* font-weight: bold; */
    color: #282829;
}
.title-small {
    margin-left: -33px;
    font-size: 20px;
    font-family: Calibre;
    margin-top: 45px;
    line-height: 55px;
    margin-bottom: 32px;
    color: #292829;
}
.borderRight {
    border-right: 1px solid #D9DBDC;
}

.fourBlocks div.col-md-6 {
    padding-top: 47px;
    margin-bottom: 20px;
}
.fourBlocks div.col-md-6:nth-child(even){
    padding-left: 27px;
}

.borderBottom {
    border-bottom: 1px solid #D9DBDC;
}

.fourBlocks {
    padding: 0;
    padding-left: 90px;
    height: 100%;
    flex: 1;
    font-family: calibreRe;
    font-size: 20px;
    color: #282829;
    line-height: 22px;
}

.fourBlocks h3 {
    font-weight: bold;
}

.fourBlocks .sectionLinks {
    padding-left: 2px;
    margin-top: 13px;
    text-shadow: 0 0 0;
}
.padd_0 {
    padding: 0;
}

.serviceSection {
    background-color: #e6e7e8;
}

.halfWidth {
    padding: 0;
    overflow: hidden;
    background: url(http://mena.agial.info/img/i.jpg) center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.otherHalf {
    width: Calc(50% - 15px);
}

.serviceHeader {
    margin-left: 41px;
    font-size: 55px;
    font-family: Calibre;
    margin-top: 62px;
    line-height: 55px;
    margin-bottom: 8px;
    color: #282829;
}
strong {
    font-family: 'Biotif-Bold';
}
.serviceText {
    padding: 0;
    margin-bottom: 56px;
    font-family: CalibreRe;
    font-size: 20px;
    width: 494px;
    line-height: 23px;
    margin-left: 41px;
    color: #282829;
}

.marbot_0 {
    margin-bottom: 0;
}.menuSection {
    position: fixed;
    top: 0;
    color: #000;
    z-index: 999;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    font-size: 20px;
    text-align: right;
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}.menuSection h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.menuSection.open
{
    z-index: 999;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.menuSection a {
    display: block;
    color: inherit;
    font-size: 40px;
    text-decoration: none;
    font-family: 'NeueHaasUnicaPro-Bold';
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}
.links a:first-child {
    margin-left: 0;
}.logo-mobile {
    display: none;
}.logo img {
    width: 135px;
    transition: 300ms;
    margin-top: 0px;
    margin-left: 0px;
}.menuSection .logo img {
    width: 69px;
}.sectionLinks a:before {
    content: " ";
    position: absolute;
    left: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.55);
    right: 0;
    bottom: 5px;
}
 .fullWidth {
    width: 100%;
    padding-right: 125px;
    margin-bottom: 60px;
}.sideBlocks {
    padding-left: 57px;
}
.sideBlocks ul li a {
    list-style: none;
    color: inherit;
    line-height: 25px;
    font-size: 20px;
    font-family: CalibreRe;
}

.sideBlocks ul {
    padding: 0;
    list-style: none;
}
.mar_bot_0
{
    margin-bottom: 0;
}
 .noMar.sectionLinks a:first-of-type {
    margin-left: 0;
}
.sectionLinks a:first-child {
    margin-left: 0;
}.fourBlocks > div >img {
    margin-bottom: 20px;
}.serviceSection .halfWidth:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(147,149,151,0.3);
}
.mar_bot_57
{
    margin-bottom: 57px;
}.sectionLinks h3 ,.sideBlocks h3{
    font-size: 30px;
    margin-bottom: 0;
    font-family: Calibre;
}.sideBlocks h3 {
    margin-bottom: 30px;
    margin-top: 80px;
    font-family: Calibre;
}
.col-md-8.firstHalf .sectionHeader {
    margin-top: 64px;
}.carousel-caption img {
    width: auto;
    display:block
;
    margin-bottom: 48px;
    margin-top: -5px;
}.mar_top_7 {
    margin-top: 7px;
}
.partners-carousel img {
    width: Auto;
}a.top-video.video-thumb {
    margin-bottom: 97.8px;
}

.partners-carousel .carousel-indicators {
    position: static;
    margin: 0 auto;
    margin-top: 80px;
    transform: translateX(-45px);
}

.partners-carousel .carousel-indicators li:not(.active) {
    background: #e5e6e8;
    border-color: #e5e6e8;
}
footer {
    background: transparent;
    padding: 20px 30px 24px 13px;
    margin-top: 185px;
    color: #444444;
    font-size: 21.5px;
    position: relative;
}

span.index-button {
    border-bottom: 2px solid #000;
    cursor: pointer;
}
.padding-left-55 {
    padding-left: 55px;
}
.menuSection a.active {
    /* font-weight: bold; */
}
.carousel-caption.service-banner-caption {
    background: rgba(154, 154, 154, 0.81);
    top: 0;
    padding-top: 117px;
    left: 0;
    padding-left: 55px;
    width: 50%;
    color: #fff;
    bottom: 0;
}
ul.services-list {
    list-style: none;
    margin-top: 23px;
    padding-left: 0;
    font-size: 40px;
    font-family: 'CalibreRe';
}

ul.services-list a {
    color: #fff;
    border-bottom: 1px solid;
    line-height: 13px;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none!important;
}
.mar_bot_23{
     margin-bottom:23px;
 }
.service-block .sectionText:first-of-type{
    width:510px;
}
.service-block .sectionText:last-of-type{
    width: 542px;
}
.padding-left-23{
        padding-left: 23px;
}
.bold{
    font-family: Calibre;
}.contentSection.no-flex {
    display: block;
    height: auto;
    background: #fff;
}

.service-block {
    margin-bottom: 10px;
    background: #f1f1f2;
    width: 100%;
    padding: 0 15px;
    padding-bottom: 70px;
    height: 633px;
}

.service-block .sectionText {
    line-height: 23px;
}

.service-block:nth-child(even) {
    background: #e6e7e8;
}
.carousel-caption.partners-banner-caption {
    top: 0;
    padding-top: 117px;
    left: 0;
    padding-left: 57px;
    color: #000;
    right: 0;
    bottom: 0;
    background: rgba(147, 147, 147, 0.21);
    width: 100%;
}
.partner-block .sectionLinks {
    padding-left: 0;
    margin-top: 36px;
}
.partner-block {
    padding: 68px 56px;
    font-size: 20px;
    line-height: 22.5px;
    background: #f1f1f2;
    font-family: CalibreRe;
    margin-bottom: 10px;
}

.partner-block img {
    margin-bottom: 26px;
}
.partner-block:nth-child(3n+2) {
    background: #e6e7e8;
}
.partner-form {
    background: #f1f1f2;
}

.standard-input {
    display: block;
    border: 0;
    background: none;
    font-size: 21.5px;
    margin-bottom: 30px;
    width: 49.3%;
    margin-right: 16px;
    margin-top: -5px;
    outline: none!important;
    float: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 11px;
}

.form-body {
    margin-left: 25px;
    margin-top: 40px;
    padding-bottom: 112px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.form-body> div:first-child {
    width: 575px;
}

input[type="submit"].standard-input {
    font-family: Calibre;
    text-align: left;
    border-bottom: 2px solid;
    line-height: 94px;
    height: 60px;
    display: inline-block;
    width: Auto;
    padding-left: 0;
}

.industries-banner-caption {
    background: rgba(154, 154, 154, 0.47);
    top: 0;
    padding-top: 117px;
    left: 0;
    padding-left: 55px;
    width: 100%;
    color: #fff;
    bottom: 0;
}
.carousel-caption.partners-banner-caption.text-white {
    color: #f6f6f6;
}
.team-block img {
    border-radius: 50%;
    width: 150px;
    margin-bottom: 50px;
    float: left;
}

.team-block {
    padding-top: 50px;
    height: 630px;
}
.team-block h1 {
    display: block;
    width: calc(100% - 150px);
    padding-left: 24px;
    float: right;
    font-size: 20px;
    height: 150px;
    padding-top: 88px;
}
.team-block:nth-child(even) {
    background: #e6e7e8;
}

.team-block:nth-child(odd) {
    background: #f1f1f2;
}

.team-block:last-child, .team-block:nth-last-child(2) {
    margin-bottom: 0;
}

.contact-block {
    display: inline-block;
    margin-bottom: 36px;
}

.contact-block h1 {
    font-size: 55px;
    font-family: Calibre;
    margin-bottom: 0;
}

.contact-block p {
    line-height: 23px;
}

.contact-block:nth-child(odd) {
    padding-right: 240px;
}
textarea.standard-input {
    height: 245px;
}
.main-fold{
  height: 100vh!important;
  /* background:url(../img/landing-bg.jpg) no-repeat; */
  background-size:cover;
  padding-top:300px;
  padding-left: 150px;
}.main-fold img{
  width:160px;
}.main-fold .carousel-caption{
  position:initial;
  width: auto;
  margin-top: 100px;
  font-family: 'Utopia-Regular';
  font-size: 52px;
}.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-2px,0) rotate(45deg);
    visibility: visible;
    background-color: #000!important;
}.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-11.71429px,11px,0);
    opacity: 1;
    /* transform: rotate(-45deg) translate3d(-1.8vw,1.2vw,0); */
    background: #000!important;
}.hamburger--slider.is-active .hamburger-inner {
    /* transform: translate3d(0,0px,0) rotate(45deg); */
}.alt nav.nav-indecator{
  color:#000;
  top: 50vh;
  opacity: 1;
}nav.nav-indecator{
  position: absolute;
  /* position: fixed; */
  color: #fff;
  transition: 0ms;
  /* font-weight: 100; */
  font-size: 16pt;
  right: 40px;
  z-index: 999999;
  top: calc((100vh - 110px) / 2);
  top: calc(( 100vh + 30px) / 2);
  transform: translate(0,250px);
  /* -webkit-transform: translate(0, -50%); */
  -ms-transform: translate(0, -50%);
  /* transform: translate(0, -100%); */
  transform-origin: right
  
padding-right: 25px;
}nav.nav-indecator > div{
  
transform-origin: 50% 50%;
  
transform: rotate(-90deg) translate(99.5%, -26px);
  
display: inline-block;
  
transform-origin: 100% 0%;
}.logo-footer img{
  width: 82px;
}.logo-footer{
  padding: 0 100px;
  float: left;
  padding-top: 0;
  width: 35%;
}.contact-footer{
  float:left;
  width:25%
}.affix {
    position: fixed!important;
    }.link-footer{
  float: right;
  width: auto;
  text-align: right;
  font-size: 21.5px;
  margin-left: 50px;
}.rights-footer{
  float:left;
  width: 20%;
}.link-footer:last-child{
  text-align:right
}
.link-footer a{
  color:#444;
  position: relative!important;
}.index-content-data {
    font-size: 9pt;
    color: rgba(38, 31, 28, 0.60);
    padding-right: 8px;
    line-height: 1.4;
    padding-top: 5px;
    transition: transform 300ms,  max-height 0.01s 0.3s;
    transform: translateX(100%);
    max-height: 0;
}

.index-content.clearfix .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    width: 26%;
    overflow: hidden;
}


.index-content.clearfix .col-md-9 {
    width: 75.5%;
    padding-left: 0;
    padding-right: 10px;
}

.index-content-data h1 {
    font-size: 12px;
    font-family: 'Biotif-Bold';
    width: 100%;
}

a.index-close {
    text-align: right;
    display: block;
    color: rgba(38, 31, 28, 0.60);
    cursor: pointer;
    padding-right: 26px;
    text-decoration: none!important;
}

.index-content-data p {
    margin-bottom: 15px!important;
}
.index-content-data ol 
{
      counter-reset: item;
      list-style-type: none;
      padding-left: 0;
      line-height: 1.2;
}
.index-content-data ol li {
    display:block;
    padding-left: 24px;
    text-align: left;
    text-indent: 0;
}
.index-content-data ol li:before {
    content: counter(item) "  ";
    counter-increment: item;
    position: absolute;
    left: 0;
}
a.index-close:after, a.index-close:before {
    display: block;
    content: "";
}a.index-close:after, a.index-close:before {
    position: absolute;
    right: 0;
    width: 28px;
    height: 1px;
    top: 13px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background-color: rgba(38, 31, 28, 0.42);
    box-shadow: 0px 0.5px 0px #fff;
}a.index-close:before {
    transform: rotate(-45deg) translate3d(0,0px,0);
}a.index-close:after {
     transform: translate3d(0,0px,0) rotate(45deg);
}.index-content p:not(:empty) {
    margin-bottom: 27px;
}.index-content-data.active {
    transform: translateX(0);
    max-height: 600vh;
    transition: transform 300ms;
}.menuSection > div {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 40px;
    height: 100vh;
}.menuSection > div header{
      opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    }.menuSection a:hover {
    cursor: pointer;
    color: #444;
}

header.mainHeader.clearfix.inner {
    position: initial;
}

header.mainHeader.clearfix.inner .hamburger .hamburger-inner,header.mainHeader.clearfix.inner  .hamburger .hamburger-inner:after,header.mainHeader.clearfix.inner  .hamburger .hamburger-inner:before {
    background-color: #000;
    box-shadow: 0px 0.5px 0px #000;
}

header.mainHeader.clearfix.inner .logo img {
    opacity: 1;
    width: 100px;
}

header.mainHeader.clearfix.inner .logo {
    margin-top: 25px;
    margin-left: 55px;
    margin-bottom: 43px;
}

header.mainHeader.clearfix.inner  .pull-right.menuBtn {
    padding-top: 23px;
}.service-banner-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'Utopia-Regular';
    font-size: 89pt;
    padding-left: 148px;
    width: 80%;
    line-height: 1.2;
}.mainBody.inner .contentSection.clearfix {
    padding-top: 0;
}.division-section.clearfix div {
    padding-left: 0;
    padding-right: 9%;
}

.division-section.clearfix h2 {
    font-size: 16px;
    font-style: italic;
    /* font-weight: bold; */
    font-family: Biotif-BookItalic;
    line-height: 1.2;
}

.division-section.clearfix p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
}

.division-section.clearfix div:last-child {
    padding-right: 0;
    padding-left: 79px;
}

.division-section.clearfix div:nth-child(2) {
    padding-left: 40px;
    padding-right: 5%;
}.division-section.clearfix {
    margin-bottom: 20px;
}

a.index-close + p {
    margin-top: 20px;
}.standard-separator {
    height: 160px;
}.inner nav.nav-indecator {
    opacity: 1;
}
@media screen and (min-width:1920px){
  .menuSection{
    
left: calc((100vw - 1920px) / 2);
    
right: calc((100vw - 1920px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #scroll-indicator-bullets {
    display: none; } }

@media only screen and (min-width: 768px) {
  #scroll-indicator-bullets {
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 48px;
    z-index: 99;
    font-size: .8rem;
    }
    #scroll-indicator-bullets ul {
      list-style: none; }
      #scroll-indicator-bullets ul li {
        position: relative;
        padding-right: 7px; }
        #scroll-indicator-bullets ul li a {
          display: block;
          color: #fff;
          padding: 4px 0 0 0;
          -webkit-user-select: none !important;
          -webkit-touch-callout: none;
          }
        #scroll-indicator-bullets ul li .bullet-nav-title {
          position: absolute;
          top: 4px;
          right: -10px;
          display: block;
          visibility: hidden;
          opacity: 0.0;
          white-space: nowrap;
          text-align: right;
          -webkit-transition: opacity 300ms, right 300ms, text-shadow 300ms;
          transition: opacity 300ms, right 300ms, text-shadow 300ms;
          -webkit-transition-timing-function: ease-out;
                  transition-timing-function: ease-out;
          padding: 2px 22px 2px 4px;
          border-radius: 2px;
          background: rgba(200, 200, 200, 0.4); }
        #scroll-indicator-bullets ul li .bullet-item-link .circle {
          position: relative;
          top: 2px;
          display: block;
          width: 7px;
          height: 7px;
          border-radius: 50%;
          border: 1px solid #fff;
          background: transparent;
          margin: 7px 0;
          }
        #scroll-indicator-bullets ul li .bullet-item-link.active .circle {
          background: #fff;
          }
        #scroll-indicator-bullets ul li.show-title .circle {
          text-shadow: none; }
        #scroll-indicator-bullets ul li.show-title .bullet-nav-title {
          opacity: 1.0;
          right: 2px;
          visibility: visible;
          }
      #scroll-indicator-bullets ul.open .bullet-nav-title {
        visibility: visible; } }
div#scroll-indicator-bullets.color_000 .bullet-item-link.active .circle{
    background: #000;
}

div#scroll-indicator-bullets.color_000 a.bullet-item-link {
    color: #000;
}

div#scroll-indicator-bullets.color_000 i.circle {
    border-color: #000;
}.index-content.visible.clearfix .index-content-data {
    max-height: none;
    transform: none;
}


h1.team-member-name {
    margin-top: 0;
    font-family: 'Utopia-Regular';
    font-size: 48px;
    margin-top: -8px;
    margin-bottom: 25px;
}

.index-content.visible .col-md-3 {
    padding-right: 5px;
}.index-content.visible.contact-note.clearfix p {
    margin-bottom: 0!important;
}

.index-content.visible.contact-note.clearfix .index-content-data {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
}

.index-content.visible.contact-note.clearfix {
    display: flex;
    flex-wrap: wrap-reverse;
}.index-content.visible.contact-note.clearfix .index-content-data h1 {
    margin-bottom: -30px;
}.service-banner-caption.partners {
    flex-wrap: wrap;
    font-family: Biotif-Regular;
    font-size: 29px;
    font-style: italic;
    align-content: center;
    padding-left: 158px;
}

.service-banner-caption.partners > * {
    width: 100%;
}

.service-banner-caption.partners img {
    width: 215px;
    margin-bottom: 15px;
}

.service-banner-caption.partners a {
    color: #fff;
    text-decoration: underline;
    font-style: normal;
    font-family: Biotif-Light;
    font-size: 16px;
    margin-top: 10px;
}body#partners .sliderSection {
    margin-bottom: 0;
}

body#partners footer {
    margin-top: 0;
}body#partner-details .main-fold {
    background: url(../img/partners2.jpg) no-repeat;
    background-size: cover;
    padding-top: 0;
    display: inline-grid;
    align-content: center;
    width: 100%;
}body#partner-details .main-fold .carousel-caption {
    margin-top: 40px;
}body#partner-details .contentSection.clearfix {
    padding-top: 50px;
}body#partner-details p {
    font-size: 17px;
    line-height: 1.2;
}body#partner-details .col-md-6 {
    padding: 0;
    width: 35%;
}.partner-title {
    font-family: 'Biotif-Bold';
    font-style: italic;
    font-size: 17px;
    line-height: 1.2;
}.menuSection.open > div header {opacity: 1;-moz-transition-delay: 0.4s;-o-transition-delay: 0.4s;-webkit-transition-delay: 0.4s;transition-delay: 0.4s;-moz-transform: translate(0, 0px);-o-transform: translate(0, 0px);-ms-transform: translate(0, 0px);-webkit-transform: translate(0, 0px);transform: translate(0, 0px);}#scroll-indicator-bullets ul li .bullet-nav-title {
    transform: rotate(-90deg);
    background-color: transparent;
    font-weight: 100;
    font-size: 12pt;
    left: 3px;
    text-align: center;
    font-family: Biotif-Light;
    top: calc(50vh + 50%);
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: rotate(-90deg) translateX(-50%); */
    transform-origin: 0 0%;
    padding: 0;
    right: auto!important;
    position: fixed;
    display: block;
    width: 100vh;
}header.mainHeader.clearfix.inner .hamburger.is-active .hamburger-inner, header.mainHeader.clearfix.inner .hamburger.is-active .hamburger-inner:after, header.mainHeader.clearfix.inner .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
    box-shadow: 0px 0.5px 0px #fff;
}

@media screen and (min-width:1920px){
  div#scroll-indicator-bullets {
    left: calc(((100vw - 1920px) / 2) + 48px);
}
.mainHeader {
    left: calc((100vw - 1920px) / 2);
    right: calc((100vw - 1920px) / 2);
}

.main-fold img {
    width: 260px;
}

.main-fold .carousel-caption {
    line-height: 1.2;
    font-size: 100px;
}

.main-fold {
    padding-top: 35%;
}
nav.nav-indecator {
    /* left: calc(((100vw - 1920px) / 2) + 60px); */
}
}
.clearfix.service-list p {
    margin-bottom: 0;
}

@media screen and (max-width:776px){
.main-fold {
    padding-top: 100px;
    padding-left: 15px;
}

.main-fold .carousel-caption {
    font-size: 34px;
    padding-right: 15px;
    line-height: 1.2;
}

.main-fold img {
    width: 100px;
}

.contentSection {
    padding-top: 100px;
    padding-left: 50px;
}

.logo {
    margin-top: 0;
    margin-left: 15px;
}

header.mainHeader.clearfix {/* line-height: 20px; */}

.menuBtn {
    padding-top: 0;
    padding-right: 0px;
}

.logo img {
    width: 200px!important;
    width: 27.4vw!important;
}.logo img:last-child{
   /* display:none; */
}

nav.nav-indecator {
    left: 10px;
}

.sectionHeader {
    font-size: 30px;
    line-height: 1.2;
}

.index-content.clearfix .col-md-9 {
    width: 100%;
    padding: 0;
}

.index-content.clearfix {
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap-reverse;
}

footer {
    padding: 20px 50px;
    margin-top: 80px;
}

footer > * {
    width: 100%!important;
    margin-bottom: 30px;
    padding: 0!important;
}

.link-footer:last-child {
    text-align: left;
}

.menuSection > div {
    padding: 80px 30px;
    /* height: 100vh; */
}

.menuSection a {
    font-size: 20px;
    line-height: 1.5;
    max-height: none!important;
}
.service-banner-caption {
    font-size: 35px;
    padding-left: 30px;
    line-height: 1;
}

header.mainHeader.clearfix.inner .logo {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

header.mainHeader.clearfix.inner .pull-right.menuBtn {
    padding-top: 10px;
    /* height: 60px; */
}

.division-section.clearfix > div {
    padding: 0!important;
}

.standard-separator {
    height: 50px;
}
.index-content.clearfix .col-md-3 {
    width: 100%;
}
#team .contentSection {
    padding-left: 30px;
}
.service-banner-caption.partners {
    padding-left: 50px;
}

.service-banner-caption.partners img {
    width: 100px;
}

.service-banner-caption.partners {
    font-size: 20px;
}

.service-banner-caption.partners a {
    margin-top: 0;
}
body#partner-details .col-md-6 {
    width: 100%;
    margin-bottom: 5px;
}

.contentSection.clearfix .col-md-9,.contentSection.clearfix .col-md-3 {padding:0}

.partner-title br {
    display: none;
}
.l-paddin-10{padding-left: 0!important;}
.partner-title {
    margin-bottom: 10px;
}
.index-content.visible.contact-note.clearfix {}

.index-content.visible.contact-note.clearfix .index-content-data:not(:empty) {
    /* flex-wrap: wrap-reverse; */
    height: 110px;
    align-items: flex-start;
}
}h2.standard-sub-title {
    margin-top: 98.8px;
    margin-top: 85px;
    font-size: 21.5px;
    color: #424242;
    margin-bottom: 30px;
    font-family: inherit;
}

.video-item {
    padding-left: 0;
    padding-right: 8px;
    margin-bottom: 16px;
    transform: scale(1);
    transition: 500ms;
}

.home-image {
    width: 100%;
}

.video-item:nth-child(even),.js-odd {
    padding-left: 8px;
    padding-right: 0;
}a.video-thumb:after {
   content: " ";
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 174px;
   /* width: 50%; */
   width: 15.33%;
   /* height: auto; */
   cursor: pointer;
   height: 100%;
   background: url(../img/play.png);
   background: url(../img/play-icon.png) no-repeat center;
   background: url(../img/play-icon2.png) no-repeat center;
   background-size: 58%;
   background-size: contain;
}

a.video-thumb {
    display: block;
    position: relative!important;
}.no-l-padding {
    padding-left: 0;
}

h1.soon-title {
    font-family: 'NeueHaasUnicaPro-Bold';
    margin-top: 46px;
    font-size: 44px;
    margin-bottom: 16px;
}

p.soon-description {
    font-size: 21.3px;
    line-height: 1.53;
    padding-right: 10px;
}

.no-r-padding {
    padding-right: 0;
}

.l-padding-10 {
    padding-left: 7px;
}.clients {
    width: calc(100% - 300px);
    margin: 0 auto;
    margin-top: 70px;
}
.client-carousel.owl-carousel .owl-item img{
    /* width: auto; */
    /* width: 78%; */
    height: 44px;
    object-fit: contain;
    margin: 0 auto;
    max-width: 80%;
    object-position: center;
}


button.owl-prev:before {
    content: " ";
    background: url(../img/arrow-left.png) no-repeat;
    width: 58px;
    background-size: contain;
    height: 14.7px;
    display: block;
}


button.owl-next:before {
    content: " ";
    background: url(../img/arrow-right.png) no-repeat;
    width: 58px;
    background-size: contain;
    height: 14.7px;
    display: block;
    background-position: right;
}

.owl-nav {
    position: absolute;
    left: -150px;
    right: -150px;
    top: 19px;
}

button.owl-prev {
    position: absolute;
    left: 0;
}

.owl-carousel {
    position: relative;
}button.owl-prev span,button.owl-next span {
    color: transparent;
}

button.owl-next {
    right: 0;
    position: absolute;
}button {
    outline: none!important;
}.footer-div:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #444444;
    top: 4px;
}a:hover {
    color: #fff;
}.menuSection > div .menu-items > div {
    width: 50%;
    float: left;
}
.menuSection > div .menu-items > div
{
      -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    opacity: 0;

}
.menuSection.open > div .menu-items > div:nth-child(1),.menuSection.open > div .menu-items > div:nth-child(2){
  transition-delay:0.6s;
}
.menuSection.open > div .menu-items > div:nth-child(3),.menuSection.open > div .menu-items > div:nth-child(4){
  transition-delay:0.8s;
}
.menuSection.open > div .menu-items > div:nth-child(5),.menuSection.open > div .menu-items > div:nth-child(6){
  transition-delay:1s;
}
.menuSection.open > div .menu-items > div
{
  -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}
.menuSection header {
    margin-bottom: 0;
}

.menuSection > div > div a {
    font-size: 68px;
    font-size: 4.98vw;
    margin-bottom: 23px;
    white-space: nowrap;
}
.menuSection .home-intro {
    padding-left: 0;
    padding-right: 16px;
}
span.sub {
    font-size: 50px;
    position: relative;
    top: -28px;
}
.menuSection > div > div:nth-child(odd){
    /* padding-left:10px */
}.hamburger--slider.is-active .hamburger-inner:after, .hamburger--slider.is-active .hamburger-inner {
    box-shadow: none;
    /* background: #000!important; */
}.social-media a:hover {
    color: #444;
}body.menu-open {
    overflow: hidden;
    height: 100vh;
}
img.logo-invert {
    width: 68px;
}ul.filter {
    padding: 0;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #444;
    padding-bottom: 26px;
    color: #444;
    margin-bottom: 0;
}
ul.filter{
  padding-bottom:13px
}
ul.filter li {
    text-align: center;
    cursor: pointer;
    transition: 300ms;
    flex: 1;
    font-size: 21.5px;
}
ul.filter li a{
  font:inherit;
  color:inherit;text-decoration:none!important
}
.contentSection.sub.clearfix {
    margin-top: 64px;
}

ul.filter li.active,ul.filter li:hover {
    color: #fff;
}

.index-content.sub.clearfix {
    margin-top: 34px;
}.pagination ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.pagination a {
    color: #fff;
}

.pagination li {
    margin-right: 8px;
    font-size: 21px;
    line-height: 25px;
    height: 29px;
    text-align: center;
    width: 29px;
    border: 1px solid #0000;
}

.pagination li.active {
    border: 1px solid #fff;
    border-radius: 50%;
}

.pagination {
    margin-top: 74px;
}

footer.sub.clearfix {
    margin-top: 94px;
}.col-md-6.video-item.hidee {
    transform: scale(0);
    /* width: 0; */
    padding: 0;
    /* opacity: 0; */
}

.hidee a.video-thumb:after {
    display: none;
}.js-even {
    padding-left: 0!important;
    padding-right: 8px!important;
}

.flex-box .video-item {
    float: none;
    /* flex: 1; */
    width: calc(50% - 8px);
    padding: 0!important;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}.contentSection.contact-spacing.clearfix {
    margin-top: 115px;
}h3.big-content,.big-content {
    font-size: 42.7px;
    margin-top: 4px;
    line-height: 1.35;
    margin-bottom: 28px;
}
.l-paddin-10
{
    padding-left: 10px;
}h2.contact-title {
    margin-bottom: 37px;
}p.contact-info.contact-time {
    margin-top: 65px;
}

span.sub-time {
    font-size: 12px;
    top: -7px;
    position: relative;
}span.underline-text {
    position: relative;
}

span.underline-text:after {
    content: " ";
    position: absolute;
    bottom: 4px;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
}h2.standard-sub-title.contact-info-space {
    margin-top: 185px;
}input.btn-arrow{
  background: url(../img/btn.png) no-repeat 0 center;
  color:transparent;
  border:0;
  background-size:contain;
  outline: none!important;
  /* height: 6.6vw; */
  width: 3.82vw;
  outline: none!important;
  height: 2.11vw;
  max-width: 54px;
  max-height: 42px;
} #clock {
            position: relative;
            width: 175px;
            height: 175px;
            background: url(../img/clock.png);
            background-size:contain;
            list-style: none;
            margin-top: 50px;
            padding: 0;
            position: relative;
            }
        
        #sec, #min, #hour {
            /* transform: none!important; */
            position: absolute;
            /* width: 8.75px; */
            height: 100px;
            transform-origin: 50% 84px;
            top: 3.5px;
            left: 0px;
            right: 0;
            }
        
        #sec {
            background: url(../img/hourhand.png) no-repeat center;
            z-index: 3;
            background-size: contain;
            visibility: hidden;
            }
           
        #min {
            background: url(../img/minhand.png) no-repeat 50% 47%;
            z-index: 2;
            /* margin-top: -1px; */
            background-size: 5.1px;
            }
           
        #hour {
            background: url(../img/hourhand.png) no-repeat center;
            /* background: url(img/minhand.png) no-repeat center; */
            z-index: 1;
            background-size: contain;
            }
.r-padding-30{
    padding-right: 30px!important;
}.r-padding-125{
    padding-right: 125px!important;
}.about-img {
    margin-top: 45px;
    margin-bottom: 42px;
}span.space-between {
    display: inline-block;
    margin-left: 8%;
    margin-right: 9%;
}.project-page h2.standard-sub-title {
    margin-top: 30px;
    margin-bottom: 0;
}

.project-page h1.soon-title {
    margin-top: 35px;
    margin-bottom: 37px;
}

.main-video {
    margin-bottom: 7px;
}

video-info h2.standard-sub-title {}

.video-info h2.standard-sub-title {
    line-height: 1.35;
    font-size: 21.3px;
}

.video-info .col-md-9 {
    margin-top: 33px;
}

.mat-top--15 {
    margin-top: -15px;
    padding-left: 6px;
}

.col-md-6.l-paddin-10.mat-top--15.no-l-padding {}

.project-page h2.behind-scenes-title {
    margin-top: 114px;
    margin-bottom: 32px;
}

.behind-scenes .col-md-9 {
    margin-bottom: 116px;
}

.col-md-6.no-l-padding.custom-margin {
    margin-top: 170px;
}

.behind-scenes {
    margin-bottom: 115px;
}.behind-scenes > div{
  margin-bottom:16px}.Copyright {
    position: absolute;
    bottom: 40px;
    color: #444;
    float: right!important;
    text-align: left;
    padding-left: 50%;
    width: 100%!important;
    left: 0;
    right: 0;
}.menu-items {
    margin-top: calc((100vh - 226px) / 2 );
    transform: translate(0 , -50%);
}

.menuSection .home-intro p {
    margin-bottom: 0;
}
a.video-thumb:before {
    content: " ";
    background: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 300ms;
}
ul#clock:before {
    content:"";
    position: absolute;
    left: 50%;
    width: 1.5px;
    /* background: #fff; */
    height: 1.1px;
    /* transform: rotate(155deg); */
    border-radius: 10px 10px 0 0;
    margin-left: -0.7px;
    top: 50%;
    /* margin-top: -0.3px; */
    text-align: CENTER;
    align-self: center;
}.behind-scenes .col-md-12 img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}.about-img img {
    width: 100%;
}
.margin-top-20{margin-top:20px!important;margin-bottom: 20px!important;}
.people-section {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 336px;
}

.people-item {
    width: calc(25% - 16px);
    margin-bottom: 105px;
}

.people-img {
    background: #131313;
    height: 400px;
}

.people-details {
    margin-top: 27px;
    line-height: 1.5;
    font-size: 21.5px;
}
h3.big-content p {
    margin-bottom: 28px;
}.contact-spacing .index-content p:empty {
    margin-bottom: 32px;
}.big-content p:empty {
    height: 45px;
}.os-animation,.staggered-animation{
    opacity:0;
    filter:alpha(opacity=0)
}
.os-animation.animated,.staggered-animation.animated{
    opacity:1;
    filter:alpha(opacity=100)
} .animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    animation-direction:alternate
}
.animated.hinge{
    -webkit-animation-duration:2s;
    animation-duration:2s
}
@-webkit-keyframes bounce{
    0%,20%,50%,80%,100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    40%{
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60%{
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}
@keyframes bounce{
    0%,20%,50%,80%,100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    40%{
        -webkit-transform:translateY(-30px);
        -ms-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    60%{
        -webkit-transform:translateY(-15px);
        -ms-transform:translateY(-15px);
        transform:translateY(-15px)
    }
}
.bounce{
    -webkit-animation-name:bounce;
    animation-name:bounce
}
@-webkit-keyframes flash{
    0%,50%,100%{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
@keyframes flash{
    0%,50%,100%{
        opacity:1
    }
    25%,75%{
        opacity:0
    }
}
.flash{
    -webkit-animation-name:flash;
    animation-name:flash
}
@-webkit-keyframes pulse{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes pulse{
    0%{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.1);
        -ms-transform:scale(1.1);
        transform:scale(1.1)
    }
    100%{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
}
.pulse{
    -webkit-animation-name:pulse;
    animation-name:pulse
}
@-webkit-keyframes shake{
    0%,100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translateX(-10px);
        transform:translateX(-10px)
    }
    20%,40%,60%,80%{
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }
}
@keyframes shake{
    0%,100%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    10%,30%,50%,70%,90%{
        -webkit-transform:translateX(-10px);
        -ms-transform:translateX(-10px);
        transform:translateX(-10px)
    }
    20%,40%,60%,80%{
        -webkit-transform:translateX(10px);
        -ms-transform:translateX(10px);
        transform:translateX(10px)
    }
}
.shake{
    -webkit-animation-name:shake;
    animation-name:shake
}
@-webkit-keyframes swing{
    20%{
        -webkit-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    40%{
        -webkit-transform:rotate(-10deg);
        transform:rotate(-10deg)
    }
    60%{
        -webkit-transform:rotate(5deg);
        transform:rotate(5deg)
    }
    80%{
        -webkit-transform:rotate(-5deg);
        transform:rotate(-5deg)
    }
    100%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
}
@keyframes swing{
    20%{
        -webkit-transform:rotate(15deg);
        -ms-transform:rotate(15deg);
        transform:rotate(15deg)
    }
    40%{
        -webkit-transform:rotate(-10deg);
        -ms-transform:rotate(-10deg);
        transform:rotate(-10deg)
    }
    60%{
        -webkit-transform:rotate(5deg);
        -ms-transform:rotate(5deg);
        transform:rotate(5deg)
    }
    80%{
        -webkit-transform:rotate(-5deg);
        -ms-transform:rotate(-5deg);
        transform:rotate(-5deg)
    }
    100%{
        -webkit-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        transform:rotate(0deg)
    }
}
.swing{
    -webkit-transform-origin:top center;
    -ms-transform-origin:top center;
    transform-origin:top center;
    -webkit-animation-name:swing;
    animation-name:swing
}
@-webkit-keyframes tada{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    10%,20%{
        -webkit-transform:scale(0.9) rotate(-3deg);
        transform:scale(0.9) rotate(-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale(1.1) rotate(3deg);
        transform:scale(1.1) rotate(3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale(1.1) rotate(-3deg);
        transform:scale(1.1) rotate(-3deg)
    }
    100%{
        -webkit-transform:scale(1) rotate(0);
        transform:scale(1) rotate(0)
    }
}
@keyframes tada{
    0%{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    10%,20%{
        -webkit-transform:scale(0.9) rotate(-3deg);
        -ms-transform:scale(0.9) rotate(-3deg);
        transform:scale(0.9) rotate(-3deg)
    }
    30%,50%,70%,90%{
        -webkit-transform:scale(1.1) rotate(3deg);
        -ms-transform:scale(1.1) rotate(3deg);
        transform:scale(1.1) rotate(3deg)
    }
    40%,60%,80%{
        -webkit-transform:scale(1.1) rotate(-3deg);
        -ms-transform:scale(1.1) rotate(-3deg);
        transform:scale(1.1) rotate(-3deg)
    }
    100%{
        -webkit-transform:scale(1) rotate(0);
        -ms-transform:scale(1) rotate(0);
        transform:scale(1) rotate(0)
    }
}
.tada{
    -webkit-animation-name:tada;
    animation-name:tada
}
@-webkit-keyframes wobble{
    0%{
        -webkit-transform:translateX(0%);
        transform:translateX(0%)
    }
    15%{
        -webkit-transform:translateX(-25%) rotate(-5deg);
        transform:translateX(-25%) rotate(-5deg)
    }
    30%{
        -webkit-transform:translateX(20%) rotate(3deg);
        transform:translateX(20%) rotate(3deg)
    }
    45%{
        -webkit-transform:translateX(-15%) rotate(-3deg);
        transform:translateX(-15%) rotate(-3deg)
    }
    60%{
        -webkit-transform:translateX(10%) rotate(2deg);
        transform:translateX(10%) rotate(2deg)
    }
    75%{
        -webkit-transform:translateX(-5%) rotate(-1deg);
        transform:translateX(-5%) rotate(-1deg)
    }
    100%{
        -webkit-transform:translateX(0%);
        transform:translateX(0%)
    }
}
@keyframes wobble{
    0%{
        -webkit-transform:translateX(0%);
        -ms-transform:translateX(0%);
        transform:translateX(0%)
    }
    15%{
        -webkit-transform:translateX(-25%) rotate(-5deg);
        -ms-transform:translateX(-25%) rotate(-5deg);
        transform:translateX(-25%) rotate(-5deg)
    }
    30%{
        -webkit-transform:translateX(20%) rotate(3deg);
        -ms-transform:translateX(20%) rotate(3deg);
        transform:translateX(20%) rotate(3deg)
    }
    45%{
        -webkit-transform:translateX(-15%) rotate(-3deg);
        -ms-transform:translateX(-15%) rotate(-3deg);
        transform:translateX(-15%) rotate(-3deg)
    }
    60%{
        -webkit-transform:translateX(10%) rotate(2deg);
        -ms-transform:translateX(10%) rotate(2deg);
        transform:translateX(10%) rotate(2deg)
    }
    75%{
        -webkit-transform:translateX(-5%) rotate(-1deg);
        -ms-transform:translateX(-5%) rotate(-1deg);
        transform:translateX(-5%) rotate(-1deg)
    }
    100%{
        -webkit-transform:translateX(0%);
        -ms-transform:translateX(0%);
        transform:translateX(0%)
    }
}
.wobble{
    -webkit-animation-name:wobble;
    animation-name:wobble
}
@-webkit-keyframes bounceIn{
    0%{
        opacity:0;
        -webkit-transform:scale(0.3);
        transform:scale(0.3)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(1.05);
        transform:scale(1.05)
    }
    70%{
        -webkit-transform:scale(0.9);
        transform:scale(0.9)
    }
    100%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes bounceIn{
    0%{
        opacity:0;
        -webkit-transform:scale(0.3);
        -ms-transform:scale(0.3);
        transform:scale(0.3)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(1.05);
        -ms-transform:scale(1.05);
        transform:scale(1.05)
    }
    70%{
        -webkit-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9)
    }
    100%{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
}
.bounceIn{
    -webkit-animation-name:bounceIn;
    animation-name:bounceIn
}
@-webkit-keyframes bounceInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateY(30px);
        transform:translateY(30px)
    }
    80%{
        -webkit-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes bounceInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateY(30px);
        -ms-transform:translateY(30px);
        transform:translateY(30px)
    }
    80%{
        -webkit-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.bounceInDown{
    -webkit-animation-name:bounceInDown;
    animation-name:bounceInDown
}
@-webkit-keyframes bounceInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(30px);
        transform:translateX(30px)
    }
    80%{
        -webkit-transform:translateX(-10px);
        transform:translateX(-10px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes bounceInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(30px);
        -ms-transform:translateX(30px);
        transform:translateX(30px)
    }
    80%{
        -webkit-transform:translateX(-10px);
        -ms-transform:translateX(-10px);
        transform:translateX(-10px)
    }
    100%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.bounceInLeft{
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        transform:translateX(2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(-30px);
        transform:translateX(-30px)
    }
    80%{
        -webkit-transform:translateX(10px);
        transform:translateX(10px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes bounceInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateX(-30px);
        -ms-transform:translateX(-30px);
        transform:translateX(-30px)
    }
    80%{
        -webkit-transform:translateX(10px);
        -ms-transform:translateX(10px);
        transform:translateX(10px)
    }
    100%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.bounceInRight{
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        transform:translateY(2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    80%{
        -webkit-transform:translateY(10px);
        transform:translateY(10px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes bounceInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        -ms-transform:translateY(2000px);
        transform:translateY(2000px)
    }
    60%{
        opacity:1;
        -webkit-transform:translateY(-30px);
        -ms-transform:translateY(-30px);
        transform:translateY(-30px)
    }
    80%{
        -webkit-transform:translateY(10px);
        -ms-transform:translateY(10px);
        transform:translateY(10px)
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.bounceInUp{
    -webkit-animation-name:bounceInUp;
    animation-name:bounceInUp
}
@-webkit-keyframes bounceOut{
    0%{
        -webkit-transform:scale(1);
        transform:scale(1)
    }
    25%{
        -webkit-transform:scale(0.95);
        transform:scale(0.95)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(1.1);
        transform:scale(1.1)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(0.3);
        transform:scale(0.3)
    }
}
@keyframes bounceOut{
    0%{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1)
    }
    25%{
        -webkit-transform:scale(0.95);
        -ms-transform:scale(0.95);
        transform:scale(0.95)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(1.1);
        -ms-transform:scale(1.1);
        transform:scale(1.1)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(0.3);
        -ms-transform:scale(0.3);
        transform:scale(0.3)
    }
}
.bounceOut{
    -webkit-animation-name:bounceOut;
    animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        transform:translateY(2000px)
    }
}
@keyframes bounceOutDown{
    0%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        -ms-transform:translateY(2000px);
        transform:translateY(2000px)
    }
}
.bounceOutDown{
    -webkit-animation-name:bounceOutDown;
    animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
}
@keyframes bounceOutLeft{
    0%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateX(20px);
        -ms-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
}
.bounceOutLeft{
    -webkit-animation-name:bounceOutLeft;
    animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        transform:translateX(2000px)
    }
}
@keyframes bounceOutRight{
    0%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateX(-20px);
        -ms-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }
}
.bounceOutRight{
    -webkit-animation-name:bounceOutRight;
    animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
}
@keyframes bounceOutUp{
    0%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    20%{
        opacity:1;
        -webkit-transform:translateY(20px);
        -ms-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
}
.bounceOutUp{
    -webkit-animation-name:bounceOutUp;
    animation-name:bounceOutUp
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}
.fadeIn{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
@-webkit-keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown
}
@-webkit-keyframes fadeInDownBig{
    0%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInDownBig{
    0%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.fadeInDownBig{
    -webkit-animation-name:fadeInDownBig;
    animation-name:fadeInDownBig
}
@-webkit-keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes fadeInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-20px);
        -ms-transform:translateX(-20px);
        transform:translateX(-20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.fadeInLeft{
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes fadeInLeftBig{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.fadeInLeftBig{
    -webkit-animation-name:fadeInLeftBig;
    animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes fadeInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(20px);
        -ms-transform:translateX(20px);
        transform:translateX(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.fadeInRight{
    -webkit-animation-name:fadeInRight;
    animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        transform:translateX(2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes fadeInRightBig{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.fadeInRightBig{
    -webkit-animation-name:fadeInRightBig;
    animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        -webkit-transform:translateY(20px);
        -ms-transform:translateY(20px);
        transform:translateY(20px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp
}
@-webkit-keyframes fadeInUpBig{
    0%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        transform:translateY(2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes fadeInUpBig{
    0%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        -ms-transform:translateY(2000px);
        transform:translateY(2000px)
    }
    100%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.fadeInUpBig{
    -webkit-animation-name:fadeInUpBig;
    animation-name:fadeInUpBig
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOutDown{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(20px);
        transform:translateY(20px)
    }
}
@keyframes fadeOutDown{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(20px);
        -ms-transform:translateY(20px);
        transform:translateY(20px)
    }
}
.fadeOutDown{
    -webkit-animation-name:fadeOutDown;
    animation-name:fadeOutDown
}
@-webkit-keyframes fadeOutDownBig{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        transform:translateY(2000px)
    }
}
@keyframes fadeOutDownBig{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(2000px);
        -ms-transform:translateY(2000px);
        transform:translateY(2000px)
    }
}
.fadeOutDownBig{
    -webkit-animation-name:fadeOutDownBig;
    animation-name:fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-20px);
        transform:translateX(-20px)
    }
}
@keyframes fadeOutLeft{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-20px);
        -ms-transform:translateX(-20px);
        transform:translateX(-20px)
    }
}
.fadeOutLeft{
    -webkit-animation-name:fadeOutLeft;
    animation-name:fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
}
@keyframes fadeOutLeftBig{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
}
.fadeOutLeftBig{
    -webkit-animation-name:fadeOutLeftBig;
    animation-name:fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(20px);
        transform:translateX(20px)
    }
}
@keyframes fadeOutRight{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(20px);
        -ms-transform:translateX(20px);
        transform:translateX(20px)
    }
}
.fadeOutRight{
    -webkit-animation-name:fadeOutRight;
    animation-name:fadeOutRight
}
@-webkit-keyframes fadeOutRightBig{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        transform:translateX(2000px)
    }
}
@keyframes fadeOutRightBig{
    0%{
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }
}
.fadeOutRightBig{
    -webkit-animation-name:fadeOutRightBig;
    animation-name:fadeOutRightBig
}
@-webkit-keyframes fadeOutUp{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        transform:translateY(-20px)
    }
}
@keyframes fadeOutUp{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
        transform:translateY(-20px)
    }
}
.fadeOutUp{
    -webkit-animation-name:fadeOutUp;
    animation-name:fadeOutUp
}
@-webkit-keyframes fadeOutUpBig{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
}
@keyframes fadeOutUpBig{
    0%{
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
}
.fadeOutUpBig{
    -webkit-animation-name:fadeOutUpBig;
    animation-name:fadeOutUpBig
}
@-webkit-keyframes flip{
    0%{
        -webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40%{
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50%{
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80%{
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    100%{
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
@keyframes flip{
    0%{
        -webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform:perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    40%{
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function:ease-out;
        animation-timing-function:ease-out
    }
    50%{
        -webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    80%{
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
    100%{
        -webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }
}
.animated.flip{
    -webkit-backface-visibility:visible;
    -ms-backface-visibility:visible;
    backface-visibility:visible;
    -webkit-animation-name:flip;
    animation-name:flip
}
@-webkit-keyframes flipInX{
    0%{
        -webkit-transform:perspective(400px) rotateX(90deg);
        transform:perspective(400px) rotateX(90deg);
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotateX(-10deg);
        transform:perspective(400px) rotateX(-10deg)
    }
    70%{
        -webkit-transform:perspective(400px) rotateX(10deg);
        transform:perspective(400px) rotateX(10deg)
    }
    100%{
        -webkit-transform:perspective(400px) rotateX(0deg);
        transform:perspective(400px) rotateX(0deg);
        opacity:1
    }
}
@keyframes flipInX{
    0%{
        -webkit-transform:perspective(400px) rotateX(90deg);
        -ms-transform:perspective(400px) rotateX(90deg);
        transform:perspective(400px) rotateX(90deg);
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotateX(-10deg);
        -ms-transform:perspective(400px) rotateX(-10deg);
        transform:perspective(400px) rotateX(-10deg)
    }
    70%{
        -webkit-transform:perspective(400px) rotateX(10deg);
        -ms-transform:perspective(400px) rotateX(10deg);
        transform:perspective(400px) rotateX(10deg)
    }
    100%{
        -webkit-transform:perspective(400px) rotateX(0deg);
        -ms-transform:perspective(400px) rotateX(0deg);
        transform:perspective(400px) rotateX(0deg);
        opacity:1
    }
}
.flipInX{
    -webkit-backface-visibility:visible !important;
    -ms-backface-visibility:visible !important;
    backface-visibility:visible !important;
    -webkit-animation-name:flipInX;
    animation-name:flipInX
}
@-webkit-keyframes flipInY{
    0%{
        -webkit-transform:perspective(400px) rotateY(90deg);
        transform:perspective(400px) rotateY(90deg);
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotateY(-10deg);
        transform:perspective(400px) rotateY(-10deg)
    }
    70%{
        -webkit-transform:perspective(400px) rotateY(10deg);
        transform:perspective(400px) rotateY(10deg)
    }
    100%{
        -webkit-transform:perspective(400px) rotateY(0deg);
        transform:perspective(400px) rotateY(0deg);
        opacity:1
    }
}
@keyframes flipInY{
    0%{
        -webkit-transform:perspective(400px) rotateY(90deg);
        -ms-transform:perspective(400px) rotateY(90deg);
        transform:perspective(400px) rotateY(90deg);
        opacity:0
    }
    40%{
        -webkit-transform:perspective(400px) rotateY(-10deg);
        -ms-transform:perspective(400px) rotateY(-10deg);
        transform:perspective(400px) rotateY(-10deg)
    }
    70%{
        -webkit-transform:perspective(400px) rotateY(10deg);
        -ms-transform:perspective(400px) rotateY(10deg);
        transform:perspective(400px) rotateY(10deg)
    }
    100%{
        -webkit-transform:perspective(400px) rotateY(0deg);
        -ms-transform:perspective(400px) rotateY(0deg);
        transform:perspective(400px) rotateY(0deg);
        opacity:1
    }
}
.flipInY{
    -webkit-backface-visibility:visible !important;
    -ms-backface-visibility:visible !important;
    backface-visibility:visible !important;
    -webkit-animation-name:flipInY;
    animation-name:flipInY
}
@-webkit-keyframes flipOutX{
    0%{
        -webkit-transform:perspective(400px) rotateX(0deg);
        transform:perspective(400px) rotateX(0deg);
        opacity:1
    }
    100%{
        -webkit-transform:perspective(400px) rotateX(90deg);
        transform:perspective(400px) rotateX(90deg);
        opacity:0
    }
}
@keyframes flipOutX{
    0%{
        -webkit-transform:perspective(400px) rotateX(0deg);
        -ms-transform:perspective(400px) rotateX(0deg);
        transform:perspective(400px) rotateX(0deg);
        opacity:1
    }
    100%{
        -webkit-transform:perspective(400px) rotateX(90deg);
        -ms-transform:perspective(400px) rotateX(90deg);
        transform:perspective(400px) rotateX(90deg);
        opacity:0
    }
}
.flipOutX{
    -webkit-animation-name:flipOutX;
    animation-name:flipOutX;
    -webkit-backface-visibility:visible !important;
    -ms-backface-visibility:visible !important;
    backface-visibility:visible !important
}
@-webkit-keyframes flipOutY{
    0%{
        -webkit-transform:perspective(400px) rotateY(0deg);
        transform:perspective(400px) rotateY(0deg);
        opacity:1
    }
    100%{
        -webkit-transform:perspective(400px) rotateY(90deg);
        transform:perspective(400px) rotateY(90deg);
        opacity:0
    }
}
@keyframes flipOutY{
    0%{
        -webkit-transform:perspective(400px) rotateY(0deg);
        -ms-transform:perspective(400px) rotateY(0deg);
        transform:perspective(400px) rotateY(0deg);
        opacity:1
    }
    100%{
        -webkit-transform:perspective(400px) rotateY(90deg);
        -ms-transform:perspective(400px) rotateY(90deg);
        transform:perspective(400px) rotateY(90deg);
        opacity:0
    }
}
.flipOutY{
    -webkit-backface-visibility:visible !important;
    -ms-backface-visibility:visible !important;
    backface-visibility:visible !important;
    -webkit-animation-name:flipOutY;
    animation-name:flipOutY
}
@-webkit-keyframes lightSpeedIn{
    0%{
        -webkit-transform:translateX(100%) skewX(-30deg);
        transform:translateX(100%) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:translateX(-20%) skewX(30deg);
        transform:translateX(-20%) skewX(30deg);
        opacity:1
    }
    80%{
        -webkit-transform:translateX(0%) skewX(-15deg);
        transform:translateX(0%) skewX(-15deg);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(0%) skewX(0deg);
        transform:translateX(0%) skewX(0deg);
        opacity:1
    }
}
@keyframes lightSpeedIn{
    0%{
        -webkit-transform:translateX(100%) skewX(-30deg);
        -ms-transform:translateX(100%) skewX(-30deg);
        transform:translateX(100%) skewX(-30deg);
        opacity:0
    }
    60%{
        -webkit-transform:translateX(-20%) skewX(30deg);
        -ms-transform:translateX(-20%) skewX(30deg);
        transform:translateX(-20%) skewX(30deg);
        opacity:1
    }
    80%{
        -webkit-transform:translateX(0%) skewX(-15deg);
        -ms-transform:translateX(0%) skewX(-15deg);
        transform:translateX(0%) skewX(-15deg);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(0%) skewX(0deg);
        -ms-transform:translateX(0%) skewX(0deg);
        transform:translateX(0%) skewX(0deg);
        opacity:1
    }
}
.lightSpeedIn{
    -webkit-animation-name:lightSpeedIn;
    animation-name:lightSpeedIn;
    -webkit-animation-timing-function:ease-out;
    animation-timing-function:ease-out
}
@-webkit-keyframes lightSpeedOut{
    0%{
        -webkit-transform:translateX(0%) skewX(0deg);
        transform:translateX(0%) skewX(0deg);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(100%) skewX(-30deg);
        transform:translateX(100%) skewX(-30deg);
        opacity:0
    }
}
@keyframes lightSpeedOut{
    0%{
        -webkit-transform:translateX(0%) skewX(0deg);
        -ms-transform:translateX(0%) skewX(0deg);
        transform:translateX(0%) skewX(0deg);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(100%) skewX(-30deg);
        -ms-transform:translateX(100%) skewX(-30deg);
        transform:translateX(100%) skewX(-30deg);
        opacity:0
    }
}
.lightSpeedOut{
    -webkit-animation-name:lightSpeedOut;
    animation-name:lightSpeedOut;
    -webkit-animation-timing-function:ease-in;
    animation-timing-function:ease-in
}
@-webkit-keyframes rotateIn{
    0%{
        -webkit-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(-200deg);
        transform:rotate(-200deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
@keyframes rotateIn{
    0%{
        -webkit-transform-origin:center center;
        -ms-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(-200deg);
        -ms-transform:rotate(-200deg);
        transform:rotate(-200deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:center center;
        -ms-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
.rotateIn{
    -webkit-animation-name:rotateIn;
    animation-name:rotateIn
}
@-webkit-keyframes rotateInDownLeft{
    0%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
@keyframes rotateInDownLeft{
    0%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
.rotateInDownLeft{
    -webkit-animation-name:rotateInDownLeft;
    animation-name:rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight{
    0%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
@keyframes rotateInDownRight{
    0%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
.rotateInDownRight{
    -webkit-animation-name:rotateInDownRight;
    animation-name:rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft{
    0%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
@keyframes rotateInUpLeft{
    0%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
.rotateInUpLeft{
    -webkit-animation-name:rotateInUpLeft;
    animation-name:rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight{
    0%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
@keyframes rotateInUpRight{
    0%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
    100%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
}
.rotateInUpRight{
    -webkit-animation-name:rotateInUpRight;
    animation-name:rotateInUpRight
}
@-webkit-keyframes rotateOut{
    0%{
        -webkit-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(200deg);
        transform:rotate(200deg);
        opacity:0
    }
}
@keyframes rotateOut{
    0%{
        -webkit-transform-origin:center center;
        -ms-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:center center;
        -ms-transform-origin:center center;
        transform-origin:center center;
        -webkit-transform:rotate(200deg);
        -ms-transform:rotate(200deg);
        transform:rotate(200deg);
        opacity:0
    }
}
.rotateOut{
    -webkit-animation-name:rotateOut;
    animation-name:rotateOut
}
@-webkit-keyframes rotateOutDownLeft{
    0%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
}
@keyframes rotateOutDownLeft{
    0%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
}
.rotateOutDownLeft{
    -webkit-animation-name:rotateOutDownLeft;
    animation-name:rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight{
    0%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
}
@keyframes rotateOutDownRight{
    0%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
}
.rotateOutDownRight{
    -webkit-animation-name:rotateOutDownRight;
    animation-name:rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft{
    0%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
}
@keyframes rotateOutUpLeft{
    0%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:left bottom;
        -ms-transform-origin:left bottom;
        transform-origin:left bottom;
        -webkit-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        transform:rotate(-90deg);
        opacity:0
    }
}
.rotateOutUpLeft{
    -webkit-animation-name:rotateOutUpLeft;
    animation-name:rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight{
    0%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
}
@keyframes rotateOutUpRight{
    0%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        opacity:1
    }
    100%{
        -webkit-transform-origin:right bottom;
        -ms-transform-origin:right bottom;
        transform-origin:right bottom;
        -webkit-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        transform:rotate(90deg);
        opacity:0
    }
}
.rotateOutUpRight{
    -webkit-animation-name:rotateOutUpRight;
    animation-name:rotateOutUpRight
}
@-webkit-keyframes slideInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes slideInDown{
    0%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
.slideInDown{
    -webkit-animation-name:slideInDown;
    animation-name:slideInDown
}
@-webkit-keyframes slideInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes slideInLeft{
    0%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
    100%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.slideInLeft{
    -webkit-animation-name:slideInLeft;
    animation-name:slideInLeft
}
@-webkit-keyframes slideInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        transform:translateX(2000px)
    }
    100%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
}
@keyframes slideInRight{
    0%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }
    100%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
}
.slideInRight{
    -webkit-animation-name:slideInRight;
    animation-name:slideInRight
}
@-webkit-keyframes slideOutLeft{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
}
@keyframes slideOutLeft{
    0%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(-2000px);
        -ms-transform:translateX(-2000px);
        transform:translateX(-2000px)
    }
}
.slideOutLeft{
    -webkit-animation-name:slideOutLeft;
    animation-name:slideOutLeft
}
@-webkit-keyframes slideOutRight{
    0%{
        -webkit-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        transform:translateX(2000px)
    }
}
@keyframes slideOutRight{
    0%{
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(2000px);
        -ms-transform:translateX(2000px);
        transform:translateX(2000px)
    }
}
.slideOutRight{
    -webkit-animation-name:slideOutRight;
    animation-name:slideOutRight
}
@-webkit-keyframes slideOutUp{
    0%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
}
@keyframes slideOutUp{
    0%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    100%{
        opacity:0;
        -webkit-transform:translateY(-2000px);
        -ms-transform:translateY(-2000px);
        transform:translateY(-2000px)
    }
}
.slideOutUp{
    -webkit-animation-name:slideOutUp;
    animation-name:slideOutUp
}
@-webkit-keyframes hinge{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        -webkit-transform:rotate(80deg);
        transform:rotate(80deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%{
        -webkit-transform:rotate(60deg);
        transform:rotate(60deg);
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    80%{
        -webkit-transform:rotate(60deg) translateY(0);
        transform:rotate(60deg) translateY(0);
        opacity:1;
        -webkit-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    100%{
        -webkit-transform:translateY(700px);
        transform:translateY(700px);
        opacity:0
    }
}
@keyframes hinge{
    0%{
        -webkit-transform:rotate(0);
        -ms-transform:rotate(0);
        transform:rotate(0);
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    20%,60%{
        -webkit-transform:rotate(80deg);
        -ms-transform:rotate(80deg);
        transform:rotate(80deg);
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    40%{
        -webkit-transform:rotate(60deg);
        -ms-transform:rotate(60deg);
        transform:rotate(60deg);
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    80%{
        -webkit-transform:rotate(60deg) translateY(0);
        -ms-transform:rotate(60deg) translateY(0);
        transform:rotate(60deg) translateY(0);
        opacity:1;
        -webkit-transform-origin:top left;
        -ms-transform-origin:top left;
        transform-origin:top left;
        -webkit-animation-timing-function:ease-in-out;
        animation-timing-function:ease-in-out
    }
    100%{
        -webkit-transform:translateY(700px);
        -ms-transform:translateY(700px);
        transform:translateY(700px);
        opacity:0
    }
}
.hinge{
    -webkit-animation-name:hinge;
    animation-name:hinge
}
@-webkit-keyframes rollIn{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100%) rotate(-120deg);
        transform:translateX(-100%) rotate(-120deg)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0px) rotate(0deg);
        transform:translateX(0px) rotate(0deg)
    }
}
@keyframes rollIn{
    0%{
        opacity:0;
        -webkit-transform:translateX(-100%) rotate(-120deg);
        -ms-transform:translateX(-100%) rotate(-120deg);
        transform:translateX(-100%) rotate(-120deg)
    }
    100%{
        opacity:1;
        -webkit-transform:translateX(0px) rotate(0deg);
        -ms-transform:translateX(0px) rotate(0deg);
        transform:translateX(0px) rotate(0deg)
    }
}
.rollIn{
    -webkit-animation-name:rollIn;
    animation-name:rollIn
}
@-webkit-keyframes rollOut{
    0%{
        opacity:1;
        -webkit-transform:translateX(0px) rotate(0deg);
        transform:translateX(0px) rotate(0deg)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(100%) rotate(120deg);
        transform:translateX(100%) rotate(120deg)
    }
}
@keyframes rollOut{
    0%{
        opacity:1;
        -webkit-transform:translateX(0px) rotate(0deg);
        -ms-transform:translateX(0px) rotate(0deg);
        transform:translateX(0px) rotate(0deg)
    }
    100%{
        opacity:0;
        -webkit-transform:translateX(100%) rotate(120deg);
        -ms-transform:translateX(100%) rotate(120deg);
        transform:translateX(100%) rotate(120deg)
    }
}
.rollOut{
    -webkit-animation-name:rollOut;
    animation-name:rollOut
}
.os-animation{
    opacity:0
}
.os-animation.animated{
    opacity:1
}
@-webkit-keyframes l1{
    0%{
        height:0;
        background:#fff
    }
    100%{
        height:100%;
        background:#fff
    }
}
@-webkit-keyframes l2{
    0%{
        width:0;
        background:#fff
    }
    100%{
        width:100%;
        background:#fff
    }
}
@-webkit-keyframes l3{
    0%{
        height:0;
        background:#fff
    }
    100%{
        height:100%;
        background:#fff
    }
}
@-webkit-keyframes l4{
    0%{
        width:0;
        background:#fff
    }
    100%{
        width:100%;
        background:#fff
    }
}
@-webkit-keyframes l4{
    0%{
        width:0;
        background:#fff
    }
    100%{
        width:100%;
        background:#fff
    }
}
@keyframes l1{
    0%{
        height:0;
        background:#fff
    }
    100%{
        height:100%;
        background:#fff
    }
}
@keyframes l2{
    0%{
        width:0;
        background:#fff
    }
    100%{
        width:100%;
        background:#fff
    }
}
@keyframes l3{
    0%{
        height:0;
        background:#fff
    }
    100%{
        height:100%;
        background:#fff
    }
}
@keyframes l4{
    0%{
        width:0;
        background:#fff
    }
    100%{
        width:100%;
        background:#fff
    }
}
@keyframes l4{
    0%{
        width:0;
        background:#fff
    }
    100%{
        width:100%;
        background:#fff
    }
}
@keyframes "dotpulse"{
    0%{
        opacity:0.2
    }
    50%{
        opacity:0.8
    }
    100%{
        opacity:0.2
    }
}
@-moz-keyframes dotpulse{
    0%{
        opacity:0.2
    }
    50%{
        opacity:0.8
    }
    100%{
        opacity:0.2
    }
}
@-webkit-keyframes "dotpulse"{
    0%{
        opacity:0.2
    }
    50%{
        opacity:0.8
    }
    100%{
        opacity:0.2
    }
}
@-ms-keyframes "dotpulse"{
    0%{
        opacity:0.2
    }
    50%{
        opacity:0.8
    }
    100%{
        opacity:0.2
    }
}
@keyframes "dotpulse2"{
    0%{
        opacity:0
    }
    50%{
        opacity:0.05
    }
    100%{
        opacity:0
    }
}
@-moz-keyframes dotpulse2{
    0%{
        opacity:0
    }
    50%{
        opacity:0.05
    }
    100%{
        opacity:0
    }
}
@-webkit-keyframes "dotpulse2"{
    0%{
        opacity:0
    }
    50%{
        opacity:0.05
    }
    100%{
        opacity:0
    }
}
@-ms-keyframes "dotpulse2"{
    0%{
        opacity:0
    }
    50%{
        opacity:0.05
    }
    100%{
        opacity:0
    }
}
@-webkit-keyframes pulsate{
    0%{
        opacity:0.5;
        -webkit-transform:scale(0.9, 0.9)
    }
    50%{
        opacity:1;
        -webkit-transform:scale(1, 1)
    }
    100%{
        opacity:0.5;
        -webkit-transform:scale(0.9, 0.9)
    }
}
 .animated {
     animation-duration: 1s;
     animation-fill-mode: both;
}
 .animated.infinite {
     animation-iteration-count: infinite;
}
 .animated.hinge {
     animation-duration: 2s;
}
 .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
     animation-duration: .75s;
}
 @keyframes bounce {
     from, 20%, 53%, 80%, to {
         animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
         transform: translate3d(0,0,0);
    }
     40%, 43% {
         animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
         transform: translate3d(0, -30px, 0);
    }
     70% {
         animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
         transform: translate3d(0, -15px, 0);
    }
     90% {
         transform: translate3d(0,-4px,0);
    }
}
 .bounce {
     animation-name: bounce;
     transform-origin: center bottom;
}
 @keyframes flash {
     from, 50%, to {
         opacity: 1;
    }
     25%, 75% {
         opacity: 0;
    }
}
 .flash {
     animation-name: flash;
}
 @keyframes pulse {
     from {
         transform: scale3d(1, 1, 1);
    }
     50% {
         transform: scale3d(1.05, 1.05, 1.05);
    }
     to {
         transform: scale3d(1, 1, 1);
    }
}
 .pulse {
     animation-name: pulse;
}
 @keyframes rubberBand {
     from {
         transform: scale3d(1, 1, 1);
    }
     30% {
         transform: scale3d(1.25, 0.75, 1);
    }
     40% {
         transform: scale3d(0.75, 1.25, 1);
    }
     50% {
         transform: scale3d(1.15, 0.85, 1);
    }
     65% {
         transform: scale3d(.95, 1.05, 1);
    }
     75% {
         transform: scale3d(1.05, .95, 1);
    }
     to {
         transform: scale3d(1, 1, 1);
    }
}
 .rubberBand {
     animation-name: rubberBand;
}
 @keyframes shake {
     from, to {
         transform: translate3d(0, 0, 0);
    }
     10%, 30%, 50%, 70%, 90% {
         transform: translate3d(-10px, 0, 0);
    }
     20%, 40%, 60%, 80% {
         transform: translate3d(10px, 0, 0);
    }
}
 .shake {
     animation-name: shake;
}
 @keyframes headShake {
     0% {
         transform: translateX(0);
    }
     6.5% {
         transform: translateX(-6px) rotateY(-9deg);
    }
     18.5% {
         transform: translateX(5px) rotateY(7deg);
    }
     31.5% {
         transform: translateX(-3px) rotateY(-5deg);
    }
     43.5% {
         transform: translateX(2px) rotateY(3deg);
    }
     50% {
         transform: translateX(0);
    }
}
 .headShake {
     animation-timing-function: ease-in-out;
     animation-name: headShake;
}
 @keyframes swing {
     20% {
         transform: rotate3d(0, 0, 1, 15deg);
    }
     40% {
         transform: rotate3d(0, 0, 1, -10deg);
    }
     60% {
         transform: rotate3d(0, 0, 1, 5deg);
    }
     80% {
         transform: rotate3d(0, 0, 1, -5deg);
    }
     to {
         transform: rotate3d(0, 0, 1, 0deg);
    }
}
 .swing {
     transform-origin: top center;
     animation-name: swing;
}
 @keyframes tada {
     from {
         transform: scale3d(1, 1, 1);
    }
     10%, 20% {
         transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
     30%, 50%, 70%, 90% {
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
     40%, 60%, 80% {
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
     to {
         transform: scale3d(1, 1, 1);
    }
}
 .tada {
     animation-name: tada;
}
 @keyframes wobble {
     from {
         transform: none;
    }
     15% {
         transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
     30% {
         transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
     45% {
         transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
     60% {
         transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
     75% {
         transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
     to {
         transform: none;
    }
}
 .wobble {
     animation-name: wobble;
}
 @keyframes jello {
     from, 11.1%, to {
         transform: none;
    }
     22.2% {
         transform: skewX(-12.5deg) skewY(-12.5deg);
    }
     33.3% {
         transform: skewX(6.25deg) skewY(6.25deg);
    }
     44.4% {
         transform: skewX(-3.125deg) skewY(-3.125deg);
    }
     55.5% {
         transform: skewX(1.5625deg) skewY(1.5625deg);
    }
     66.6% {
         transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
     77.7% {
         transform: skewX(0.390625deg) skewY(0.390625deg);
    }
     88.8% {
         transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
 .jello {
     animation-name: jello;
     transform-origin: center;
}
 @keyframes bounceIn {
     from, 20%, 40%, 60%, 80%, to {
         animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
     0% {
         opacity: 0;
         transform: scale3d(.3, .3, .3);
    }
     20% {
         transform: scale3d(1.1, 1.1, 1.1);
    }
     40% {
         transform: scale3d(.9, .9, .9);
    }
     60% {
         opacity: 1;
         transform: scale3d(1.03, 1.03, 1.03);
    }
     80% {
         transform: scale3d(.97, .97, .97);
    }
     to {
         opacity: 1;
         transform: scale3d(1, 1, 1);
    }
}
 .bounceIn {
     animation-name: bounceIn;
}
 @keyframes bounceInDown {
     from, 60%, 75%, 90%, to {
         animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
     0% {
         opacity: 0;
         transform: translate3d(0, -3000px, 0);
    }
     60% {
         opacity: 1;
         transform: translate3d(0, 25px, 0);
    }
     75% {
         transform: translate3d(0, -10px, 0);
    }
     90% {
         transform: translate3d(0, 5px, 0);
    }
     to {
         transform: none;
    }
}
 .bounceInDown {
     animation-name: bounceInDown;
}
 @keyframes bounceInLeft {
     from, 60%, 75%, 90%, to {
         animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
     0% {
         opacity: 0;
         transform: translate3d(-3000px, 0, 0);
    }
     60% {
         opacity: 1;
         transform: translate3d(25px, 0, 0);
    }
     75% {
         transform: translate3d(-10px, 0, 0);
    }
     90% {
         transform: translate3d(5px, 0, 0);
    }
     to {
         transform: none;
    }
}
 .bounceInLeft {
     animation-name: bounceInLeft;
}
 @keyframes bounceInRight {
     from, 60%, 75%, 90%, to {
         animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
     from {
         opacity: 0;
         transform: translate3d(3000px, 0, 0);
    }
     60% {
         opacity: 1;
         transform: translate3d(-25px, 0, 0);
    }
     75% {
         transform: translate3d(10px, 0, 0);
    }
     90% {
         transform: translate3d(-5px, 0, 0);
    }
     to {
         transform: none;
    }
}
 .bounceInRight {
     animation-name: bounceInRight;
}
 @keyframes bounceInUp {
     from, 60%, 75%, 90%, to {
         animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
     from {
         opacity: 0;
         transform: translate3d(0, 3000px, 0);
    }
     60% {
         opacity: 1;
         transform: translate3d(0, -20px, 0);
    }
     75% {
         transform: translate3d(0, 10px, 0);
    }
     90% {
         transform: translate3d(0, -5px, 0);
    }
     to {
         transform: translate3d(0, 0, 0);
    }
}
 .bounceInUp {
     animation-name: bounceInUp;
}
 @keyframes bounceOut {
     20% {
         transform: scale3d(.9, .9, .9);
    }
     50%, 55% {
         opacity: 1;
         transform: scale3d(1.1, 1.1, 1.1);
    }
     to {
         opacity: 0;
         transform: scale3d(.3, .3, .3);
    }
}
 .bounceOut {
     animation-name: bounceOut;
}
 @keyframes bounceOutDown {
     20% {
         transform: translate3d(0, 10px, 0);
    }
     40%, 45% {
         opacity: 1;
         transform: translate3d(0, -20px, 0);
    }
     to {
         opacity: 0;
         transform: translate3d(0, 2000px, 0);
    }
}
 .bounceOutDown {
     animation-name: bounceOutDown;
}
 @keyframes bounceOutLeft {
     20% {
         opacity: 1;
         transform: translate3d(20px, 0, 0);
    }
     to {
         opacity: 0;
         transform: translate3d(-2000px, 0, 0);
    }
}
 .bounceOutLeft {
     animation-name: bounceOutLeft;
}
 @keyframes bounceOutRight {
     20% {
         opacity: 1;
         transform: translate3d(-20px, 0, 0);
    }
     to {
         opacity: 0;
         transform: translate3d(2000px, 0, 0);
    }
}
 .bounceOutRight {
     animation-name: bounceOutRight;
}
 @keyframes bounceOutUp {
     20% {
         transform: translate3d(0, -10px, 0);
    }
     40%, 45% {
         opacity: 1;
         transform: translate3d(0, 20px, 0);
    }
     to {
         opacity: 0;
         transform: translate3d(0, -2000px, 0);
    }
}
 .bounceOutUp {
     animation-name: bounceOutUp;
}
 @keyframes fadeIn {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 .fadeIn {
     animation-name: fadeIn;
}
 @keyframes fadeInDown {
     from {
         opacity: 0;
         transform: translate3d(0, -100%, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInDown {
     animation-name: fadeInDown;
}
 @keyframes fadeInDownBig {
     from {
         opacity: 0;
         transform: translate3d(0, -2000px, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInDownBig {
     animation-name: fadeInDownBig;
}
 @keyframes fadeInLeft {
     from {
         opacity: 0;
         transform: translate3d(-100%, 0, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInLeft {
     animation-name: fadeInLeft;
}
 @keyframes fadeInLeftBig {
     from {
         opacity: 0;
         transform: translate3d(-2000px, 0, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInLeftBig {
     animation-name: fadeInLeftBig;
}
 @keyframes fadeInRight {
     from {
         opacity: 0;
         transform: translate3d(100%, 0, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInRight {
     animation-name: fadeInRight;
}
 @keyframes fadeInRightBig {
     from {
         opacity: 0;
         transform: translate3d(2000px, 0, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInRightBig {
     animation-name: fadeInRightBig;
}
 @keyframes fadeInUp {
     from {
         opacity: 0;
         transform: translate3d(0, 20px, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInUp {
     animation-name: fadeInUp;
}
 @keyframes fadeInUpBig {
     from {
         opacity: 0;
         transform: translate3d(0, 2000px, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .fadeInUpBig {
     animation-name: fadeInUpBig;
}
 @keyframes fadeOut {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
    }
}
 .fadeOut {
     animation-name: fadeOut;
}
 @keyframes fadeOutDown {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(0, 100%, 0);
    }
}
 .fadeOutDown {
     animation-name: fadeOutDown;
}
 @keyframes fadeOutDownBig {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(0, 2000px, 0);
    }
}
 .fadeOutDownBig {
     animation-name: fadeOutDownBig;
}
 @keyframes fadeOutLeft {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(-100%, 0, 0);
    }
}
 .fadeOutLeft {
     animation-name: fadeOutLeft;
}
 @keyframes fadeOutLeftBig {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(-2000px, 0, 0);
    }
}
 .fadeOutLeftBig {
     animation-name: fadeOutLeftBig;
}
 @keyframes fadeOutRight {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(100%, 0, 0);
    }
}
 .fadeOutRight {
     animation-name: fadeOutRight;
}
 @keyframes fadeOutRightBig {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(2000px, 0, 0);
    }
}
 .fadeOutRightBig {
     animation-name: fadeOutRightBig;
}
 @keyframes fadeOutUp {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(0, -100%, 0);
    }
}
 .fadeOutUp {
     animation-name: fadeOutUp;
}
 @keyframes fadeOutUpBig {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(0, -2000px, 0);
    }
}
 .fadeOutUpBig {
     animation-name: fadeOutUpBig;
}
 @keyframes flip {
     from {
         transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
         animation-timing-function: ease-out;
    }
     40% {
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
         animation-timing-function: ease-out;
    }
     50% {
         transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
         animation-timing-function: ease-in;
    }
     80% {
         transform: perspective(400px) scale3d(.95, .95, .95);
         animation-timing-function: ease-in;
    }
     to {
         transform: perspective(400px);
         animation-timing-function: ease-in;
    }
}
 .animated.flip {
     -webkit-backface-visibility: visible;
     backface-visibility: visible;
     animation-name: flip;
}
 @keyframes flipInX {
     from {
         transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
         animation-timing-function: ease-in;
         opacity: 0;
    }
     40% {
         transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
         animation-timing-function: ease-in;
    }
     60% {
         transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
         opacity: 1;
    }
     80% {
         transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    }
     to {
         transform: perspective(400px);
         opacity: 1;
    }
}
 .flipInX {
     -webkit-backface-visibility: visible !important;
     backface-visibility: visible !important;
     animation-name: flipInX;
}
 @keyframes flipInY {
     from {
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         animation-timing-function: ease-in;
         opacity: 0;
    }
     40% {
         transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
         animation-timing-function: ease-in;
    }
     60% {
         transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
         opacity: 1;
    }
     80% {
         transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
     to {
         transform: perspective(400px);
    }
}
 .flipInY {
     -webkit-backface-visibility: visible !important;
     backface-visibility: visible !important;
     animation-name: flipInY;
}
 @keyframes flipOutX {
     from {
         transform: perspective(400px);
    }
     30% {
         transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
         opacity: 1;
    }
     to {
         transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
         opacity: 0;
    }
}
 .flipOutX {
     animation-name: flipOutX;
     -webkit-backface-visibility: visible !important;
     backface-visibility: visible !important;
}
 @keyframes flipOutY {
     from {
         transform: perspective(400px);
    }
     30% {
         transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
         opacity: 1;
    }
     to {
         transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
         opacity: 0;
    }
}
 .flipOutY {
     -webkit-backface-visibility: visible !important;
     backface-visibility: visible !important;
     animation-name: flipOutY;
}
 @keyframes lightSpeedIn {
     from {
         transform: translate3d(100%, 0, 0) skewX(-30deg);
         opacity: 0;
    }
     60% {
         transform: skewX(20deg);
         opacity: 1;
    }
     80% {
         transform: skewX(-5deg);
         opacity: 1;
    }
     to {
         transform: none;
         opacity: 1;
    }
}
 .lightSpeedIn {
     animation-name: lightSpeedIn;
     animation-timing-function: ease-out;
}
 @keyframes lightSpeedOut {
     from {
         opacity: 1;
    }
     to {
         transform: translate3d(100%, 0, 0) skewX(30deg);
         opacity: 0;
    }
}
 .lightSpeedOut {
     animation-name: lightSpeedOut;
     animation-timing-function: ease-in;
}
 @keyframes rotateIn {
     from {
         transform-origin: center;
         transform: rotate3d(0, 0, 1, -200deg);
         opacity: 0;
    }
     to {
         transform-origin: center;
         transform: none;
         opacity: 1;
    }
}
 @keyframes rotate {
     from {
         transform-origin: center;
         opacity: 0;
         transform: none;
         transform: rotate3d(0, 0, 1, -200deg);
    }
     50% {
         opacity: 1;
         transform-origin: center;
         transform: none;
    }
     to {
         opacity: 0;
         transform-origin: center;
         transform: none;
    }
}
 .rotateIn {
     animation-name: rotateIn;
}
 @keyframes rotateInDownLeft {
     from {
         transform-origin: left bottom;
         transform: rotate3d(0, 0, 1, -45deg);
         opacity: 0;
    }
     to {
         transform-origin: left bottom;
         transform: none;
         opacity: 1;
    }
}
 .rotateInDownLeft {
     animation-name: rotateInDownLeft;
}
 @keyframes rotateInDownRight {
     from {
         transform-origin: right bottom;
         transform: rotate3d(0, 0, 1, 45deg);
         opacity: 0;
    }
     to {
         transform-origin: right bottom;
         transform: none;
         opacity: 1;
    }
}
 .rotateInDownRight {
     animation-name: rotateInDownRight;
}
 @keyframes rotateInUpLeft {
     from {
         transform-origin: left bottom;
         transform: rotate3d(0, 0, 1, 45deg);
         opacity: 0;
    }
     to {
         transform-origin: left bottom;
         transform: none;
         opacity: 1;
    }
}
 .rotateInUpLeft {
     animation-name: rotateInUpLeft;
}
 @keyframes rotateInUpRight {
     from {
         transform-origin: right bottom;
         transform: rotate3d(0, 0, 1, -90deg);
         opacity: 0;
    }
     to {
         transform-origin: right bottom;
         transform: none;
         opacity: 1;
    }
}
 .rotateInUpRight {
     animation-name: rotateInUpRight;
}
 @keyframes rotateOut {
     from {
         transform-origin: center;
         opacity: 1;
    }
     to {
         transform-origin: center;
         transform: rotate3d(0, 0, 1, 200deg);
         opacity: 0;
    }
}
 .rotateOut {
     animation-name: rotateOut;
}
 @keyframes rotateOutDownLeft {
     from {
         transform-origin: left bottom;
         opacity: 1;
    }
     to {
         transform-origin: left bottom;
         transform: rotate3d(0, 0, 1, 45deg);
         opacity: 0;
    }
}
 .rotateOutDownLeft {
     animation-name: rotateOutDownLeft;
}
 @keyframes rotateOutDownRight {
     from {
         transform-origin: right bottom;
         opacity: 1;
    }
     to {
         transform-origin: right bottom;
         transform: rotate3d(0, 0, 1, -45deg);
         opacity: 0;
    }
}
 .rotateOutDownRight {
     animation-name: rotateOutDownRight;
}
 @keyframes rotateOutUpLeft {
     from {
         transform-origin: left bottom;
         opacity: 1;
    }
     to {
         transform-origin: left bottom;
         transform: rotate3d(0, 0, 1, -45deg);
         opacity: 0;
    }
}
 .rotateOutUpLeft {
     animation-name: rotateOutUpLeft;
}
 @keyframes rotateOutUpRight {
     from {
         transform-origin: right bottom;
         opacity: 1;
    }
     to {
         transform-origin: right bottom;
         transform: rotate3d(0, 0, 1, 90deg);
         opacity: 0;
    }
}
 .rotateOutUpRight {
     animation-name: rotateOutUpRight;
}
 @keyframes hinge {
     0% {
         transform-origin: top left;
         animation-timing-function: ease-in-out;
    }
     20%, 60% {
         transform: rotate3d(0, 0, 1, 80deg);
         transform-origin: top left;
         animation-timing-function: ease-in-out;
    }
     40%, 80% {
         transform: rotate3d(0, 0, 1, 60deg);
         transform-origin: top left;
         animation-timing-function: ease-in-out;
         opacity: 1;
    }
     to {
         transform: translate3d(0, 700px, 0);
         opacity: 0;
    }
}
 .hinge {
     animation-name: hinge;
}
 @keyframes jackInTheBox {
     from {
         opacity: 0;
         transform: scale(0.1) rotate(30deg);
         transform-origin: center bottom;
    }
     50% {
         transform: rotate(-10deg);
    }
     70% {
         transform: rotate(3deg);
    }
     to {
         opacity: 1;
         transform: scale(1);
    }
}
 .jackInTheBox {
     animation-name: jackInTheBox;
}
 @keyframes rollIn {
     from {
         opacity: 0;
         transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 .rollIn {
     animation-name: rollIn;
}
 @keyframes rollOut {
     from {
         opacity: 1;
    }
     to {
         opacity: 0;
         transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
 .rollOut {
     animation-name: rollOut;
}
 @keyframes zoomIn {
     from {
         opacity: 0;
         transform: scale3d(.3, .3, .3);
    }
     50% {
         opacity: 1;
    }
}
 .zoomIn {
     animation-name: zoomIn;
}
 @keyframes zoomInDown {
     from {
         opacity: 0;
         transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
         animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
     60% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
 .zoomInDown {
     animation-name: zoomInDown;
}
 @keyframes zoomInLeft {
     from {
         opacity: 0;
         transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
         animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
     60% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
 .zoomInLeft {
     animation-name: zoomInLeft;
}
 @keyframes zoomInRight {
     from {
         opacity: 0;
         transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
         animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
     60% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
 .zoomInRight {
     animation-name: zoomInRight;
}
 @keyframes zoomInUp {
     from {
         opacity: 0;
         transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
         animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
     60% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
 .zoomInUp {
     animation-name: zoomInUp;
}
 @keyframes zoomOut {
     from {
         opacity: 1;
    }
     50% {
         opacity: 0;
         transform: scale3d(.3, .3, .3);
    }
     to {
         opacity: 0;
    }
}
 .zoomOut {
     animation-name: zoomOut;
}
 @keyframes zoomOutDown {
     40% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
         animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
     to {
         opacity: 0;
         transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
         transform-origin: center bottom;
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
 .zoomOutDown {
     animation-name: zoomOutDown;
}
 @keyframes zoomOutLeft {
     40% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
     to {
         opacity: 0;
         transform: scale(.1) translate3d(-2000px, 0, 0);
         transform-origin: left center;
    }
}
 .zoomOutLeft {
     animation-name: zoomOutLeft;
}
 @keyframes zoomOutRight {
     40% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
     to {
         opacity: 0;
         transform: scale(.1) translate3d(2000px, 0, 0);
         transform-origin: right center;
    }
}
 .zoomOutRight {
     animation-name: zoomOutRight;
}
 @keyframes zoomOutUp {
     40% {
         opacity: 1;
         transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
         animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
     to {
         opacity: 0;
         transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
         transform-origin: center bottom;
         animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}
 .zoomOutUp {
     animation-name: zoomOutUp;
}
 @keyframes slideInDown {
     from {
         transform: translate3d(0, -100%, 0);
         visibility: visible;
    }
     to {
         transform: translate3d(0, 0, 0);
    }
}
 .slideInDown {
     animation-name: slideInDown;
}
 @keyframes slideInLeft {
     from {
         transform: translate3d(-100%, 0, 0);
         visibility: visible;
    }
     to {
         transform: translate3d(0, 0, 0);
    }
}
 .slideInLeft {
     animation-name: slideInLeft;
}
 @keyframes slideInRight {
     from {
         transform: translate3d(100%, 0, 0);
         visibility: visible;
    }
     to {
         transform: translate3d(0, 0, 0);
    }
}
 .slideInRight {
     animation-name: slideInRight;
}
 @keyframes slideInUp {
     from {
         transform: translate3d(0, 100%, 0);
         visibility: visible;
    }
     to {
         transform: translate3d(0, 0, 0);
    }
}
 .slideInUp {
     animation-name: slideInUp;
}
 @keyframes slideOutDown {
     from {
         transform: translate3d(0, 0, 0);
    }
     to {
         visibility: hidden;
         transform: translate3d(0, 100%, 0);
    }
}
 .slideOutDown {
     animation-name: slideOutDown;
}
 @keyframes slideOutLeft {
     from {
         transform: translate3d(0, 0, 0);
    }
     to {
         visibility: hidden;
         transform: translate3d(-100%, 0, 0);
    }
}
 .slideOutLeft {
     animation-name: slideOutLeft;
}
 @keyframes slideOutRight {
     from {
         transform: translate3d(0, 0, 0);
    }
     to {
         visibility: hidden;
         transform: translate3d(100%, 0, 0);
    }
}
 .slideOutRight {
     animation-name: slideOutRight;
}
 @keyframes slideOutUp {
     from {
         transform: translate3d(0, 0, 0);
    }
     to {
         visibility: hidden;
         transform: translate3d(0, -100%, 0);
    }
}
 .slideOutUp {
     animation-name: slideOutUp;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #424242;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #424242;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #424242;
}
:-moz-placeholder { /* Firefox 18- */
  color: #424242;
}.main-video.page iframe {
    width: 100%;
}

.main-video.page a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.main-video.page {
    position: relative;
}label {
    font-size: 16.5px;
    font-weight: lighter;
    font-family: 'NeueHaasUnicaPro-Regular';
}

h2.project-name {
    position: absolute;
    bottom: 11px;
    color: #fff;
    left: 22px;
    font-family: 'NeueHaasUnicaPro-Regular';
    font-size: 22.5px;
}a.video-thumb:hover:before {
    background: rgba(0,0,0,0.4);
}

a.video-thumb:hover:after,a.video-thumb:hover h2{opacity:0.3}span.full-project {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 300ms;
    transform: translate(-50%,-50%);
    font-size: 31.5px;
    z-index: 99;
    color: #fff;
    opacity: 0;
}

a.video-thumb:hover span {
    opacity: 1;
}
a.video-thumb.featured:hover:after {
    opacity: 1;
}

a.video-thumb.featured:hover:before {
    background: rgba(0,0,0,0.3);
}a.video-thumb.featured:after {
    width: 19.5%;
    background: url(../img/play.png?) no-repeat center;
    background-size: contain;
}
.soon-image {
    width: 100%;
}
@media screen and (max-width: 1200px){
  .menuSection > div > div a {
    /* font-size: 60px; */
}span.sub {
    font-size: 30px;
    position: relative;
    top: -25px;
}
}@media screen and (max-width: 1023px){
    .mainBody {
    padding: 15px;
    padding: 60px;
    padding: 8vw 8vw 6vw 8vw;
}.menu-open .mainBody{
  height: 100vh;
  overflow: hidden;
}.logo {
    margin-left: 0;
    width: 88%;
    float: none;
}.home-intro {
    width: 80%;
    font-size: 14px;
    margin-top: -70px;
    display: none;
}a.Stardard-link {
    font-size: 4vw;
    color: #444;
    position: relative;
    font-family: 'NeueHaasUnicaPro-Regular';
    display: inline-block;
}.menu-open .menuBtn{
  position:fixed;
}.menuBtn {
    position: absolute;
    right: 15px;
    top: 20px;
    top: calc(8vw + 5px);
    right: 8vw;
    margin-top: 0;
}.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-9.71429px,0) rotate(45deg);
    transform: translate3d(0,-1.2vw,0) rotate(45deg);
    box-shadow: 0px 0.07vw 0 #000;
    height: 1px;
    transform: translate3d(1.06vw,-1.2vw,0) rotate(45deg);
    /* transform: none; */
    }
    .hamburger--slider.is-active .hamburger-inner:before {
 box-shadow:  0px 0.07vw 0 #000;
 height: 1px;
 transform: rotate(-45deg) translate3d(-1.8vw,1.2vw,0);
 transform: rotate(-45deg) translate3d(-0.73vw,2.26vw,0);
 /* transform: none; */
 }
    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
  width: 30px;
  width: 8vw;
  /* height: 12px; */
  height: 1.5px;
  top: 0px;
  height: 0.2vw;
  /* height: 1px; */
  min-height: 1px;
}.hamburger-inner:after{
    bottom: auto;
    /* top: 10px; */
    top: -21px;
    top: 4px;
    top: 3.34vw;
}nav.nav-indecator {
    position: absolute!important;
    top: 110px;
    left: auto;
    right: 1%;
    display: none;
}.menu-open nav.nav-indecator {
    /* display:none; */
}.menu-open .menuSection nav.nav-indecator {
    display: block!important;
    position: relative!important;
    left: 0;
    right: 0;
    display: block;
    transform: none;
    top: calc(4.6vh - 8vw);
    bottom: auto;
    /* top: calc((100% - (69.5vh + 33.5vw + 9.3vw))); */
    /* top: calc(100vh - 131vh); */
    /* top: 0.4vw; */
    /* top: 100%; */
    top: 0!important;
}nav.nav-indecator > div {
    white-space: nowrap;
    transform: none;
    display: block;
    align-content: space-between;
    display: flex;
}.social-media {
    display: block;
    margin-right: 0;
    flex: 1;
    text-align:center;
}.social-media:last-child{text-align:right}.social-media:first-child{text-align:left}.contentSection {
    padding: 0;
    margin-top: 40px;
    margin-top: 18vw;
}.contentSection.sub.clearfix{
  margin-top: 14vw;
}.about-spacing {
    margin-top: 14vw;
}.os-animation {
    /* opacity: 1!important; */
    /* animation: none!important; */
}
.updates-section{
  margin-top: 23.5vw;
}
.about-img.inner.cf.os-animation.max.animated.fadeInUp{
  margin-left: -8vw;
  margin-right: -8vw;
  margin-top: 8.6vw;
  margin-bottom: 8.6vw;
}h1.soon-title{
  margin-top:0px;
  font-size: 64px;
  font-size: 8.53vw;
  margin-bottom: 4vw;
}.sectionHeader {
    width: 100%;
    font-size: 100px;
    font-size: 13.03vw;
    margin-bottom: 90px;
    margin-bottom: 12vw;
    line-height: 54px;
    letter-spacing: 0;
    line-height: 1;
}header.mainHeader.clearfix{
    /* padding: 0 15px; */
}.index-content.clearfix {
    display: block;
    position: relative;
    margin-top: 0;
    padding: 0;
}.index-content.sub.clearfix{
  margin-top: 4.6vw;
  }a.top-video.video-thumb {
    margin-bottom: 100px;
    margin-bottom: 13.34vw;
    margin-left: -8vw;
    margin-right: -8vw;
}h2.standard-sub-title {
    margin-top: 13.34vw;
    font-size: 16px;
}.related-section {
    margin-bottom: 13.6vw;
}.video-item {
    padding-left: 0!important;
    padding-right: 0!important;
    margin-bottom: 17px;
    margin-bottom: 2.2vw;
}.video-item:last-child{
  margin-bottom:0
}a.video-thumb:after {
    /* width: 50px; */
    background-repeat: no-repeat;
    background-position: center;
    /* margin-top: -4vw; */
}project-name{
  font-size:15px!important;
  left: 11px!important;
  bottom: 0px!important;
}p.soon-description {
    font-size: 4vw;
    line-height: 5.3vw;
    margin-bottom: 12vw!important;
}h2.standard-sub-title {
    font-size: 4vw;
    margin-bottom: 50px;
    margin-bottom: 6.67vw;
    line-height: 1;
}.l-padding-10{
  padding-left:0;
}.clients {
    width: calc(100% - 60px);
    margin-top: 45px;
}.owl-nav {
    left: -40px;
    right: -40px;
}button.owl-prev:before {
    margin-left: 10px;
}.owl-carousel .owl-item {
    margin-left: 0px;
}.owl-dots {
    display: none;
}footer {
    padding: 5.3vw 0 7px;
    font-size: 15px;
}footer.sub.clearfix{
  margin-top: 0px;
}footer > * {
    margin-bottom: 0;
    flex-wrap: wrap-reverse;
    display: flex;
    flex-direction: row-reverse;
}footer .col-md-6{
  width:50%;
  float:left;
  padding: 0;
  order: 1;
  flex-basis: 49%;
  font-size: 0;
}footer .col-md-6:before{
  content: "©2024 AXEER";
  color:#444444;
  font-size: 4vw;
}.link-footer {
    font-size: 4vw;
    text-align: left;
    float: right;
    line-height: 1.3;
    margin: 0;
    padding-left: 15px;
    /* height: 20px; */
    width: 50%;
    flex-basis: 51%;
    /* transform: translateY(-20px); */
}
.link-footer:nth-child(3){flex-basis: 51%;}
.menuSection > div {
    padding: 8vw 8vw;
    /* height: auto; */
    display: block;
    overflow: auto;
}

.menuSection .home-intro {
    margin-top: 70px;
    float: none;
}

.menu-items {
    margin-top: 12vw;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13.3vw;
    
}
.menuSection.open > div .menu-items > div:nth-child(2){
    order: 3;
}.menuSection.open > div .menu-items > div:nth-child(4){
    order: 4;
}
.menuSection.open > div .menu-items > div:nth-child(6){
  order: 6;
}
.menuSection > div .menu-items > div {
    float: none;
    width: 100%;
    transition: none!important;
}

.menuSection > div > div a {
    font-size: 9.5vw;
    margin-bottom: 6.9vw;
    /* line-height: 1.5; */
    line-height: 1;
}

span.sub {
    font-size: 6vw;
    top: -4.3vw;
}

.menuSection {
    height: calc(100vh + 8vw);
    overflow: auto;
    /* padding-bottom: 8vw; */
}

.Copyright {
    position: initial;
    padding: 0;
    float: none!important;
    font-size: 13px;
}
.menuSection .Copyright{
  display:none
}
button.owl-next:before, button.owl-prev:before {
    width: 9.3vw;
    margin-right: 9px;
}.r-padding-125 {
    padding-right: 15px!important;
}h3.big-content, .big-content {
    font-size: 4vw;
    line-height: 1.3;
}h3.big-content BR, .big-content BR{
  display:none
}
span.space-between {
    display: block;
    margin-left: 0;
}span.space-between + a{
  display:none
}.about-img ~ .index-content.clearfix h2 {
    margin-top: 10.3vw;
}
h2.standard-sub-title.contact-info-space {
    margin-top: 20px;
}#clock {
    margin-bottom: 10.7vw;
    margin-top: 18.6vw;
}.contact-spacing .index-content p:empty {
    margin-bottom: 0;
    display: none;
}.contact-info {
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 12vw!important;
}.contact-info-space{
    margin-top: 85px!important;
}.index-content p:not(:empty){
  margin-bottom:25px}.contentSection.contact-spacing.clearfix {
    margin-top: 18.4vw;
}.contentSection.contact-spacing.clearfix h1{
  margin-bottom: 7vw;
}.contentSection.contact-spacing.clearfix h2.standard-sub-title{
  margin-top:0
}p.contact-info.contact-time{
  margin-top:0
}
.contentSection.contact-spacing.clearfix footer{
  margin-top: 50px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}input.btn-arrow{
  width: 9.3vw;
    outline: none!important;
    height: 6.6vw;
}
.standard-input {
    width: 74%;
    line-height: 1.5;
    font-size: 4vw;
    border-radius: 0;
}

ul.filter li {
    font-size: 4vw;
    text-align:center;
    white-space: nowrap;
    flex: auto;
    width: auto;
}ul.filter{
  padding-bottom: 3.3vw;
}
ul.filter li:first-child{
  text-align:left;
}.contentSection.contact-spacing.clearfix h3.big-content, .big-content{
  margin-bottom: 12.6vw;
  font-size: 6.6vw;
  line-height: 1.2;
}
ul.filter li:last-child{
  text-align:right;
  padding-right: 0;
}
.flex-box {
    display: block;
}
.behind-scenes > div{margin-bottom:2.2vw}
.flex-box .video-item {
    width: 100%;
    margin-bottom: 2.4vw;
}.behind-scenes{
  margin-bottom:11.3vw
}
img.logo-invert.logo-mobile{
    width: 13.6vw !important;
    display:block!important;
}
img.logo-invert {
    width: 30px;display:none
}.menuSection .logo img {
    width: 13.6vw!important;
    display: block;
}.logo-mobile{
  display:block
}.main-video.page .big-content p {
    font-size: 4vw;
    line-height: 1.3;
    color: #fff;
    font-family: inherit!important;
}
.project-page h1.soon-title {
    margin-top: 15px;
    margin-bottom: 17px;
}
.sizer {
    width: 100vw;
    margin-left: -8vw;
}
.video-info h2.standard-sub-title {
    font-size: 4vw;
}span.full-project {
    font-size: 15px;
}.video-info .col-md-9{
  margin-top:4vw
}

.behind-scenes .col-md-12 img {
    height: auto;
}

.project-page h2.behind-scenes-title {
    margin-top: -2.6vw;
    margin-bottom: 6vw;
}

.big-content p:empty {
    height: 10px;
}
img.img-responsive.soon-image {
    margin-bottom: 1.3vw;
}
.hamburger-box {
    display: block;
    width: auto;
    height: auto;
}

.hamburger {
    display: block;
}

.hamburger--slider .hamburger-inner {
    top: 0;
}

h2.project-name {
    font-size: 3vw;
    bottom: 2.67vw;
    left: 2.67vw;
    margin-bottom: 0;
}
.logo a{
  max-width:60%;
  max-height: 6vw;
}
.scrollable-content {
    /* max-height: 80vh; */
    /* overflow: auto; */
    margin-top: 0!important;
    padding-top: 4.6vw!important;
}
.fixed-header {
    position: fixed;
    background: #0c0c0c;
    left: 0;
    right: 0;
    top: 0;
    padding: 8vw;
}

.fixed-filter {
        position: fixed;
    left: 0;
    right: 0;
    padding: 6vw 8vw 0;
    z-index: 9999;
    background: #0c0c0c;
    margin-top: -1px;
}


.index-content.scrollable-content.sub.clearfix {
    margin-top: 14.6vw!important;
}
span.sub-time{
  font-size: 2vw;
  top: -2vw;
}
}