@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap&subset=latin-ext");
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }

a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

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

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-sm-height {
    display: table-row; }
  .col-sm-height {
    display: table-cell;
    float: none; } }

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-md-height {
    display: table-row; }
  .col-md-height {
    display: table-cell;
    float: none; } }

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-lg-height {
    display: table-row; }
  .col-lg-height {
    display: table-cell;
    float: none; } }

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

body {
  font-size: 16px;
  line-height: 1.7; }

header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 100px;
  height: 100px;
  color: #fff;
  transition: .4s;
  font-size: 15px; }
  header .logo {
    display: inline-block; }
    header .logo img {
      height: 50px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header .logo img {
          height: 30px; } }
      @media (max-width: 992px) {
        header .logo img {
          height: 30px; } }
  header .mobile {
    display: none;
    float: right;
    background: none;
    padding: 0;
    border: 0;
    width: 30px;
    margin-top: 28px; }
    header .mobile img {
      width: 100%;
      display: block; }
    @media (max-width: 992px) {
      header .mobile {
        display: block; } }
  header nav {
    float: right;
    text-align: right; }
    header nav a {
      display: inline-block;
      margin-left: 30px;
      color: #fff;
      transition: color .4s, opacity .4s; }
      header nav a.wh {
        background: #fff;
        padding: 0 25px;
        color: #000;
        line-height: 50px;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        transition: .5s; }
        header nav a.wh span {
          position: absolute;
          z-index: 0;
          width: 150%;
          height: 300%;
          left: -80%;
          top: 100%;
          background: #EDA709;
          transition: .5s;
          transform: rotate(15deg); }
        header nav a.wh div {
          position: relative;
          z-index: 1; }
        header nav a.wh:hover {
          color: #fff; }
          header nav a.wh:hover span {
            left: -22%;
            top: -95%; }
      header nav a:hover {
        color: #EDA709; }
      @media (min-width: 992px) and (max-width: 1199px) {
        header nav a {
          margin-left: 20px; } }
      @media (max-width: 992px) {
        header nav a {
          margin: 0;
          display: block; } }
    header nav .lang {
      display: inline-block;
      margin-left: 30px;
      position: relative;
      cursor: pointer; }
      header nav .lang span img {
        margin-right: 2px; }
      header nav .lang span .arrow {
        margin-right: 0;
        margin-left: 2px; }
      header nav .lang .sub {
        padding: 20px;
        width: 135px;
        position: absolute;
        top: 85px;
        right: 0;
        background: #DDD;
        white-space: nowrap;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        transition: .4s; }
        header nav .lang .sub a {
          display: block;
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px solid #eee;
          color: #000;
          line-height: normal;
          margin-left: 0; }
          header nav .lang .sub a img {
            margin-right: 15px; }
          header nav .lang .sub a:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border: 0; }
          header nav .lang .sub a:hover {
            opacity: 1;
            color: #337ab7;
            text-decoration: underline; }
        header nav .lang .sub:before {
          content: '';
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #ddd;
          position: absolute;
          top: -8px;
          right: 23px; }
        @media (max-width: 992px) {
          header nav .lang .sub {
            display: none;
            border-radius: 0;
            width: 100%;
            position: static; } }
      header nav .lang:hover .sub {
        opacity: 1;
        visibility: visible; }
        @media (max-width: 992px) {
          header nav .lang:hover .sub {
            display: none; } }
      @media (max-width: 992px) {
        header nav .lang.active .sub {
          display: block; } }
      @media (max-width: 992px) {
        header nav .lang {
          margin-left: 0;
          display: block; } }
    @media (max-width: 992px) {
      header nav {
        display: none;
        position: fixed;
        padding-top: 80px;
        z-index: -1;
        text-align: center;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: auto;
        background: #000; }
        header nav.active {
          display: block; } }
  header.scrolled {
    background: #000;
    line-height: 80px;
    height: 80px; }
  @media (max-width: 992px) {
    header {
      line-height: 80px;
      height: 80px; } }

footer {
  background: #FAFAFA;
  padding: 60px 0 60px 0;
  font-size: 14px; }
  footer .links span {
    display: block; }
  footer .links a {
    color: #000;
    line-height: 2; }
  footer .social {
    text-align: right;
    color: #999999; }
    footer .social .icons {
      display: inline-block;
      margin-left: 20px; }
      footer .social .icons a {
        display: inline-block;
        margin-left: 8px; }
        footer .social .icons a img {
          height: 15px; }
    @media only screen and (max-width: 767px) {
      footer .social {
        margin-top: 30px;
        text-align: left; } }
  footer .bottom {
    color: #999999;
    margin-top: 60px;
    font-size: 10px; }
    footer .bottom a {
      color: #999999; }
  @media only screen and (max-width: 767px) {
    footer .a-right {
      text-align: left !important;
      margin-top: 15px; } }

.button {
  padding: 0 40px;
  color: #fff;
  background: #EDA709;
  line-height: 50px;
  display: inline-block;
  border: 0; }
  .button:hover {
    color: #fff; }

.nolink {
  pointer-events: none;
  cursor: default !important; }
  .nolink.lang {
    font-weight: bold; }

ul li {
  list-style-type: none; }
  ul li:before {
    content: "◘";
    color: #EDA709;
    margin-right: 10px; }

main h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 30px 0; }

main h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0; }

main .home-banner {
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 192px 0 120px 0; }
  main .home-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  main .home-banner .play-button {
    display: block;
    text-align: center;
    margin-top: 15%;
    color: #fff; }
    main .home-banner .play-button img {
      width: 90px;
      margin-bottom: 10px;
      transition: .4s; }
      main .home-banner .play-button img:hover {
        opacity: .6; }
  main .home-banner .container {
    position: relative;
    z-index: 1; }
  main .home-banner .left {
    padding-top: 30px; }
  main .home-banner video {
    width: 100%;
    display: block; }
  main .home-banner h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      main .home-banner h1 {
        margin: 0;
        font-size: 24px; } }
  main .home-banner span {
    font-size: 20px;
    display: block; }
  main .home-banner i {
    font-size: 14px;
    display: block; }
  main .home-banner .button {
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    transition: .5s; }
    main .home-banner .button span {
      position: absolute;
      z-index: 0;
      width: 150%;
      height: 300%;
      left: -80%;
      top: 100%;
      background: #fff;
      transition: .5s;
      transform: rotate(15deg); }
    main .home-banner .button div {
      position: relative;
      z-index: 1; }
    main .home-banner .button:hover {
      color: #000; }
      main .home-banner .button:hover span {
        left: -22%;
        top: -95%; }
    @media only screen and (max-width: 767px) {
      main .home-banner .button {
        width: 100%;
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    main .home-banner {
      padding: 120px 0; } }

main div.banner {
  font-size: 30px;
  color: #fff;
  position: relative;
  padding: 12% 15px;
  text-align: center;
  font-weight: 300;
  overflow: hidden; }
  main div.banner span {
    position: relative;
    z-index: 1; }
  main div.banner .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-size: cover;
    background-position: center; }
    @media (max-width: 992px) {
      main div.banner .img {
        height: 100%;
        top: 0 !important; } }
  main div.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 767px) {
    main div.banner {
      font-size: 20px;
      padding: 60px 30px; } }

main .desc {
  padding: 60px 0;
  text-align: center; }
  main .desc img {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      main .desc img {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    main .desc .a-right {
      text-align: left !important; } }
  main .desc .pre-txt {
    line-height: 1.6; }
  main .desc.gr {
    background: #f7f7f7; }
  main .desc.bl {
    background: #EDA709;
    color: #fff;
    font-size: 30px;
    display: block;
    transition: .4s; }
    main .desc.bl:hover {
      opacity: .6; }
    @media only screen and (max-width: 767px) {
      main .desc.bl {
        font-size: 20px; } }
  main .desc.mini {
    padding: 30px 0; }
  main .desc.middle .left, main .desc.middle .right {
    display: inline-block;
    vertical-align: middle;
    float: none; }
    @media only screen and (max-width: 767px) {
      main .desc.middle .left img, main .desc.middle .right img {
        margin-bottom: 30px; } }
    @media (max-width: 992px) {
      main .desc.middle .left, main .desc.middle .right {
        float: left; } }
  main .desc.middle .right {
    margin-left: -5px; }
    @media (max-width: 992px) {
      main .desc.middle .right {
        margin-left: 0; } }
  main .desc.list {
    position: relative;
    text-align: left; }
    main .desc.list .banner {
      position: absolute;
      top: 0;
      left: 0;
      width: 45%;
      bottom: 0;
      background-size: cover;
      background-position: center; }

main img.banner {
  width: 100%;
  display: block; }

main .how .buttons {
  text-align: center;
  background: #FCFCFC;
  line-height: 80px;
  border-radius: 40px;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px; }
  main .how .buttons .button {
    padding: 0 30px;
    position: relative;
    line-height: 50px;
    border-radius: 25px;
    background: none;
    color: #000; }
    main .how .buttons .button:after {
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 100%;
      opacity: 0; }
    main .how .buttons .button.active {
      background: #EDA709;
      color: #fff; }

main .how img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px; }

main .how h3 {
  font-weight: 300;
  font-size: 20px; }

main .how .items {
  position: relative; }

main .how .item {
  visibility: hidden;
  opacity: 0;
  padding: 60px 0;
  padding-left: 60px;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  transition: .4s; }
  main .how .item.active {
    position: static;
    visibility: visible;
    opacity: 1; }
  @media only screen and (max-width: 767px) {
    main .how .item {
      padding: 30px 0;
      padding-left: 0; } }

main.contact .desc {
  padding-bottom: 15px; }

main.contact .box {
  margin-bottom: 45px; }
  main.contact .box img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    height: 150px; }
    @media (max-width: 1400px) {
      main.contact .box img {
        height: 100px;
        margin-right: 15px; } }
    @media (max-width: 1120px) {
      main.contact .box img {
        margin-right: 15px;
        margin-bottom: 30px; } }
  main.contact .box .txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 21px;
    font-size: 13px; }
    main.contact .box .txt .title {
      font-size: 15px;
      display: block;
      margin-bottom: 5px; }
    @media (max-width: 1440px) {
      main.contact .box .txt {
        font-size: 12px;
        line-height: 20px; } }

main.login {
  padding-top: 80px; }
  main.login .desc {
    padding: 7% 0 9% 0; }
    main.login .desc .banner {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 0 60px; }
      main.login .desc .banner .txt {
        position: relative;
        z-index: 1;
        font-size: 20px;
        padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      main.login .desc {
        padding: 0 0 60px 0; } }
  main.login form {
    margin-top: 90px; }
  main.login .forgot {
    color: #999999;
    display: inline-block;
    margin-right: 30px; }
  main.login .sign-up {
    margin-top: 90px; }
  main.login.register .desc {
    padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    main.login .desc.list .banner {
      padding: 60px 0;
      margin-bottom: 60px;
      position: relative;
      width: 100%; } }

main.regions .map {
  position: relative; }
  main.regions .map .zone {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s; }
    main.regions .map .zone.usa {
      top: 15%;
      left: 0;
      width: 28.5%; }
    main.regions .map .zone.turkey {
      width: 5.5%;
      top: 39%;
      left: 54%; }
    main.regions .map .zone.benelux {
      width: 1.5%;
      left: 47.6%;
      top: 30.9%; }
    main.regions .map .zone.mena {
      width: 19.2%;
      left: 43.2%;
      top: 42.2%; }
    main.regions .map .zone.asia {
      width: 13.5%;
      top: 29.3%;
      left: 57.8%; }
    main.regions .map .zone.africa {
      width: 4.5%;
      left: 51.3%;
      top: 77.3%; }
    main.regions .map .zone.active {
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    main.regions .map {
      display: none; } }

main.regions ul li {
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 12px 0; }
  main.regions ul li .sub {
    padding: 40px 0 28px 0;
    padding-left: 20px;
    font-size: 14px;
    display: none; }
    main.regions ul li .sub a {
      display: block;
      color: #000;
      transition: .4s; }
      main.regions ul li .sub a:hover {
        color: #EDA709; }
  main.regions ul li:before {
    display: none; }
  main.regions ul li.active {
    color: #EDA709; }

form input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #D1D1D1;
  height: 45px;
  margin-bottom: 15px;
  padding-left: 10px; }

form .req {
  position: relative; }
  form .req:after {
    content: '*';
    position: absolute;
    right: 0;
    color: red;
    top: 0;
    line-height: 45px; }

form .check-box {
  position: relative;
  font-weight: 400;
  color: #999999; }
  form .check-box a {
    color: #999999; }
  form .check-box div {
    width: 26px;
    height: 26px;
    border: 1px solid #707070;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  form .check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  form .check-box input:checked ~ div {
    background-color: #EDA709; }
  @media only screen and (max-width: 767px) {
    form .check-box {
      float: none !important; } }

form .button {
  border-radius: 0;
  line-height: 40px;
  padding: 0 45px; }
  @media only screen and (max-width: 767px) {
    form .button {
      display: block;
      margin-top: 30px;
      width: 100%; } }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.a-left {
  text-align: left !important; }

.pre-txt {
  white-space: pre-line; }

.m-t-30 {
  margin-top: 30px; }

.link {
  color: #000;
  text-decoration: underline; }
  .link:hover {
    color: #000; }

.fancybox-skin {
  padding: 0 !important; }

.anim {
  opacity: 0;
  top: -15px;
  position: relative;
  transition: 1s; }
  .anim.play {
    opacity: 1;
    top: 0; }
  .anim.anim-del {
    transition-delay: .2s; }

.general-loginform-error,
.general-form-error {
  color: red;
  opacity: 0;
  height: 1px;
  transition: 0.5s;
  pointer-events: none;
  display: inline-block;
  overflow: hidden; }
  .general-loginform-error.show-error,
  .general-form-error.show-error {
    font-weight: bold;
    transition: 0.5s;
    opacity: 1 !important;
    pointer-events: all;
    display: inline-block;
    overflow: visible; }

.alternative-register {
  color: #999; }

.ps-note {
  font-size: 11px;
  transition: 0.5s; }
  .ps-note.success {
    transition: 0.5s;
    font-size: 20px;
    color: red;
    margin-top: -100px; }
  .ps-note .thank-you {
    font-size: 20px;
    opacity: 0;
    transition: 0.3s;
    height: 1px;
    pointer-events: none;
    color: red; }
    .ps-note .thank-you.success {
      height: auto;
      pointer-events: all;
      opacity: 1; }
  .ps-note .blog-link {
    padding-top: 10px;
    color: #0f0f0f !important;
    opacity: 0;
    pointer-events: none; }
    .ps-note .blog-link.success {
      pointer-events: all;
      opacity: 1; }

.region-list {
  width: 300px; }

.bulktext {
  text-align: left !important; }
  .bulktext h3 {
    text-align: left !important; }

video {
  max-width: 640px; }

.fancybox-video {
  display: none; }

.loader-button {
  position: relative;
  transition: all 0.3s;
  transition-timing-function: ease-in;
  overflow: hidden; }
  .loader-button .loader-container {
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin: -0.5em;
    opacity: 0;
    z-index: -100;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    color: rgba(255, 255, 255, 0.8); }
    .loader-button .loader-container.loader-animation {
      -webkit-animation: loader-animation 2s infinite;
      animation: loader-animation 2s infinite; }
  .loader-button.loader-loading {
    pointer-events: none; }
    .loader-button.loader-loading .loader-container {
      opacity: 1;
      z-index: 999999;
      visibility: visible; }
    .loader-button.loader-loading:before {
      opacity: 1;
      z-index: 999998;
      display: block; }
  .loader-button:before {
    content: " ";
    display: block;
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    transition-timing-function: ease-in;
    background: rgba(0, 0, 0, 0.6); }
  .loader-button .loader-shape {
    width: 1em;
    height: 1em;
    position: relative;
    color: inherit;
    display: inline-block; }
  .loader-button .loader-shape:after {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: inline-block;
    background: center center no-repeat;
    background-size: cover;
    border-radius: 50%;
    background: currentColor; }

@keyframes loader-animation {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }

@-webkit-keyframes loader-animation {
  0%, 25%, 50%, 75%, 100% {
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1); }
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); }
  25% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
    transform: rotateY(180deg) rotateX(0deg); }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg); }
  75% {
    -webkit-transform: rotateY(0deg) rotateX(180deg);
    transform: rotateY(0deg) rotateX(180deg); }
  100% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
    transform: rotateY(0deg) rotateX(0deg); } }
