* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:link, a:active, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
}

ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

html, body {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Oxygen', sans-serif;
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
  background: #000;
}

.nowebgl {
  background-image: url("../imgs/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.noscroll {
  overflow: hidden;
}

.alph {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.clearfix {
  clear: both;
  content: "";
  display: block;
}

/*
 *
 */
.dropdown .caret {
  margin-left: 10px;
}

.dropdown .flagstrap-icon {
  margin-right: 10px;
}

.dropdown-menu {
  right: 0;
  left: auto;
  max-width: 250px;
}

.top-cont {
  position: relative;
  z-index: 999;
  width: 100%;
  padding: 8px 0;
}

/*
 *
 */
#container {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*
 * 2d Envrionment
 */
.back-cont {
  position: relative;
}

.back {
  float: right;
  position: absolute;
  right: 0px;
  top: 12px;
  font-size: 15px;
}

#skip {
  display: none;
  position: absolute;
  left: 0px;
  top: 80%;
  padding: 10px;
  background-color: rgba(236, 46, 74, 0.9);
  z-index: 999;
}

a#skip:hover {
  background-color: rgba(51, 51, 51, 0.9);
}

#portrait {
  display: none;
  position: fixed;
  color: #FF0000;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}

#portrait h1 {
  font-size: 22px;
}

#portrait .txt-cont {
  position: relative;
  top: 50%;
  text-align: center;
  margin: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  transform: translateY(-50%);
}

#portrait .txt-cont img {
  margin-top: 20px;
}

header {
  background: red;
}

#section {
  /*position: absolute;
  display: table;
  width: 100%;
  height: calc(100% - 66px);*/
  display: flex;
  height: calc(100% - 66px);
  justify-content: center;
  align-items: center;
}

#section>div {
  max-width: 80%;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

#section .title-cont {
  color: rgb(236, 46, 74);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
  background-color: rgba(0, 0, 0, 0.8);
}

#section .title-cont h1 {
  font-size: 2.2rem;
}

#section h2 {
  font-size: 1.6rem;
  color: #fff;
}

#wrap {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 990;
}

/*
 *
 * Logo
 *
 */
#logo {
  margin: 8px 0px;
}

#logo img {}

.logo-margin {
  padding-top: 0px;
}

/*
 *
 * Menu-Cont
 *
 */
#menu-cont {
  position: fixed;
}

/*
 *
 * Social
 *
 */
#social {
  position: fixed;
  right: 25px;
  top: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}

#social .twitter-cont {}

#social>div {
  margin-right: 8px;
}

#social>div:not(:first-child) span {
  vertical-align: initial !important;
}

/*
 *
 * Mobiel Menu
 *
 */
#mmenu {
  display: none;
  position: fixed;
  right: 2px;
  top: 15px;
  text-align: right;
  overflow: hidden;
  z-index: 999;
}

#mmenu .btn-cont {
  display: inline-block;
  background-color: rgba(236, 46, 74, 0.9);
}

#mmenu ul {
  display: none;
  position: relative;
  left: 0px;
  background-color: rgba(236, 46, 74, 0.9);
}

#mmenu ul li {
  text-align: left;
}

#mmenu ul li a {
  display: block;
  font-size: 16px;
  padding: 10px 48px;
  margin: 0 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, .6);
}

#mmenu ul li:first-child a, #mmenu ul li:last-child a {
  border-bottom: none;
}

/*
 *
 *
 *
 */
#mdevices {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  top: 80px;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.7);
}

#mdevices ul {
  display: none;
  margin: 0;
}

#mdevices li {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px 0;
}

#mdevices li a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.9);
}

#mdevices li:first-child a.active {
  border: 1px solid rgba(1, 104, 179, 0.9);
  background-color: rgba(1, 104, 179, 0.3);
}

#mdevices li a.active {
  border: 1px solid rgba(236, 46, 74, 0.9);
  background-color: rgba(236, 46, 74, 0.3);
}

#mdevices li img {
  width: 80px;
}

#vs {
  position: relative;
  width: 75%;
  top: 50%;
  margin: 0px auto;
  transform: translateY(-50%);
}

#vs .row {
  height: 100%;
  display: flex;
  justify-content: center;
}

#vs .player {
  text-align: center;
}

#vs .player h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

#vs .player .img-cont {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#vs .player .img-cont img {
  width: 100%;
}

#vs .player .btnx {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 6px 0;
}

#vs .player .numb {
  margin: 4px 0;
  background-color: rgba(1, 104, 179, 0.9);
}

#vs .player a.buybtn {
  background-color: rgba(63, 173, 201, 0.9);
}

#vs .player a.buybtn:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
}

#vs .player a.buybtn span {
  display: block;
  font-size: 16px;
}

/*
 * Joe
 */
#joe h2 {
  color: #99ccff;
}

/*
 * Hillary
 */
#hillary h2 {
  color: #99ccff;
}

/*
 * Donald
 */
#donald h2 {
  color: #ff3b3b;
}

#donald.player .numb {
  background-color: rgba(179, 1, 1, 0.9);
}

/*
 * Gary
 */
#gary h2 {
  color: #ffcc66;
}

#gary.player .numb {
  background-color: rgba(255, 177, 0, 0.9);
}

/*
 * Jill
 */
#jill h2 {
  color: #ccff99;
}

#jill.player .numb {
  background-color: rgba(102, 153, 0, 0.9);
}

/*
 * Footer
 */
#footer {
  position: fixed;
  text-align: center;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

#footer .txt-cont {
  font-size: 16px;
  color: #999;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

#footer .txt-cont span {
  display: inline-block;
  margin: 2px 5px;
}

#footer .txt-cont a {
  padding: 4px 8px;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.7);
  background-color: #1e2128;
  transition: background-color 0.5s ease;
}

#footer .txt-cont a:hover {
  color: #fff;
  background-color: #000;
}

#footer .txt-cont .icredits {
  margin-left: 20px;
}

#footer .txt-cont .icredits a:hover {
  color: #fff;
}

#cookie {
  position: absolute;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  width: 100%;
  padding: 16px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}

#cookie p {
  font-size: 16px;
}

#cookie .btn {
  color: #222;
  background-color: #fff;
  border-color: #fff;
}

#cookie div.btn {
  padding: 6px 16px;
}

#cookie a.btn {
  background-color: #222;
  color: #c1c1c1;
  margin-left: 8px;
}

/*
 *
 * Data Analysis
 *
 */
#analysis {
  display: table;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

#section .analysis {}

#section .analysis .load img{
  height: 24px;
  margin: 0 8px;
}

#section .analysis input {
  width: 250px;
  height: 35px;
  margin: 0;
  padding: 6px 12px 6px 45px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  background-color: #000;
  border: 1px solid #555;
}

#section .analysis .title-cont {
  /*float: right;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#section .analysis .country-cont{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#section .analysis .country-cont .load{
  display: none;
}

#section .title-cont .country-cont .selected {

}

#section .title-cont .country-cont .total {
  color:#ccc;
  font-size: 18px;
  margin-right: 20px;
}

#section .title-cont .country-cont .flagstrap {
  display: block;
  text-align: right;
}

#section .title-cont .country-cont .tot-cont {
  display: flex;
}

#section .player-cont {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

#section .player-cont .player {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #333;
}

#section .player-cont .player:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}

#section .player-cont .player>div {}

#section .player-cont .player .img-cont {
  width: 250px;
  padding-right: 30px;
  float: left;
}

#section .player-cont .player .img-cont img {
  width: 100%;
}

#section .player-cont .player .info {
  position: relative;
  margin-left: 250px;
}

#section .player-cont .player .info h2 {
  font-weight: 400;
}

#section .player-cont .player .info .percent {
  position: relative;
  font-size: 22px;
  margin: 10px 0;
  left: 0;
}
#section .player-cont .player .info .percent span{
  color:#ccc;
}

#section .player-cont .player .info .bar-cont {
  position: relative;
  width: 100%;
}

#section .player-cont .player .info .bar-cont .bg {
  position: absolute;
  width: 100%;
  height: 20px;
  background-color: rgba(51, 51, 51, 0.9);
}

#section .player-cont .player .info .bar-cont .fill {
  position: absolute;
  text-align: right;
  width: 0;
  height: 20px;
  background-color: rgba(1, 104, 179, 0.9);
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}

#section .player-cont #donald.player .info .bar-cont .fill {
  background-color: rgba(179, 1, 1, 0.9);
}

#section .player-cont #gay.player .info .bar-cont .fill {
  background-color: rgba(255, 177, 0, 0.9);
}

#section .player-cont #jill.player .info .bar-cont .fill {
  background-color: rgba(102, 153, 0, 0.9);
}

#flagdd select{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 8px;
  color: #333;
  margin: 4px 0;
  border: none;
}

#flagdd button {
  color: #c1c1c1;
  background-color: #333;
}

#flagdd ul {
  cursor: pointer;
  max-width: 100%;
  right: 0;
}

#flagdd ul li:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

#flagdd ul li a {
  font-size: 14px;
  display: block;
  padding: 8px;
}

/*
 *
 * Buy Section
 *
 */
#buy-warp {
  position: relative;
  display: flex;
  /*margin: 0 auto;
	height: 100%;*/
  margin: 0 16px;
  margin:0 auto;
  justify-content: center;
  height: calc(100vh - 130px);
}

#buy-warp .buy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

#buy-warp .buy .info-cont {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}

#buy-warp .buy .info-cont .titl {
  font-size: 30px;
  color: #e6dfdf;
  text-align: center;
  margin-bottom: 20px;
}

#buy-warp .buy .info-cont h2 {
  font-weight: 400;
  width: 100%;
  font-size: 27px;
  margin-bottom: 10px;
}

#buy-warp .buy .info-cont .info {
  display: flex;
}

#buy-warp .buy .info-cont .info .img-cont {
  position: relative;
  width: 50%;
  height: 100%;
  line-height: 0;
}

#buy-warp .buy .info-cont .info .img-cont img {
  width: 100%;
  height: auto;
}

#buy-warp .buy .info-cont .info .vote-cont {
  position: relative;
  text-align: center;
  display: flex;
  width: 50%;
  flex-direction: column;
}

#buy-warp .buy .info-cont .info .vote-cont .vote {
  font-weight: 300;
  font-size: 72px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#buy-warp .buy .info-cont .info .vote-cont .vtxt {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
  padding:8px 0;
  text-transform: uppercase;
}

#hillary .info .vote-cont {
  background-color: rgba(1, 104, 179, 0.9);
}

#donald .info .vote-cont {
  background-color: rgba(179, 1, 1, 0.9);
}

#gary .info .vote-cont {
  background-color: rgba(255, 177, 0, 0.9);
}

#jill .info .vote-cont {
  background-color: rgba(102, 153, 0, 0.9);
}

#joe .info .vote-cont {
  background-color: rgba(1, 104, 179, 0.9);
}

#buy-warp .form-cont {
  margin: 0px 8px;
}

#buy-warp .form-cont .msg {
  display: none;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #ff4400;
}

#buy-warp .form-cont div span {
  margin-right: 20px;
}

#buy-warp .form-cont div label {}

#buy-warp .form-cont .error {
  color: #fff;
  background-color: #FF0000;
}

#buy-warp .form-cont input, #buy-warp .form-cont select {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 12px;
  color: #333;
  margin: 8px 0;
  border: 1px dotted #444;
  background-color: #fff;
}
#buy-warp .form-cont select:disabled {
  opacity: 0.8;
}

#buy-warp .form-cont .btn-cont {
  text-align: right;
  margin: 8px 0;
}

#buy-warp .form-cont button {
  font-family: 'Roboto', sans-serif;
  border: 0;
  padding: 10px;
  color: #333;
  cursor: pointer;
  background-color: #222;
  border: 1px solid #fff;
  color: #fff;
}

#buy-warp .form-cont .captcha {
  position: relative;
  text-align: right;
}

#buy-warp .form-cont .captcha img {
  max-height: 48px;
  display: inline-block;
  vertical-align: middle;
}

#buy-warp .form-cont .captcha input {
  display: inline-block;
  width: 57%;
  vertical-align: middle;
}

.txt {
  color: #ccc;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.txt p {
  margin-bottom: 20px;
}

/*
 * About
 *
 */
#about {
  position: relative;
  display: table;
  width: 80%;
  margin: 0 auto;
  height: calc(100% - 66px);
}

#about .about {}

#about .about span {
  color: #fff;
}

/*
 * Contact
 *
 */

#section .contact {

}

#section .contact .form-cont{
  margin-bottom: 24px;
}

#section .contact .form-cont .msg {
  display: none;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #339900;
}

#section .contact .form-cont div span {
  margin-right: 20px;
}

#section .contact .form-cont div label {}

#section .contact .form-cont .error {
  border: 1px dotted #FF0000;
}

#section .contact .form-cont input, #section .contact .form-cont textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  width: 100%;
  padding: 12px;
  color: #ccc;
  margin: 10px 0;
  border: 1px dotted #444;
  background-color: #222;
}

#section .contact .form-cont .btn-cont {
  text-align: right;
  margin-top: 20px;
}

#section .contact .form-cont button {
  font-family: 'Roboto', sans-serif;
  border: 0;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  background-color: rgb(236, 46, 74);
}

#section .contact .form-cont .captcha {
  position: relative;
  text-align: right;
}

#section .contact .form-cont .captcha img {
  max-height: 48px;
  display: inline-block;
  vertical-align: middle;
}

#section .contact .form-cont .captcha input {
  display: inline-block;
  width: 57%;
  vertical-align: middle;
}

/*
 * privacy
 *
 */
#section .privacy {
  padding-bottom: 70px;
  align-self: flex-start;
}

#section .privacy h2 {
  margin-bottom: 10px;
}

#section .privacy p {
  /*font-size: 15px;
	margin-bottom: 20px;*/
}

#section .privacy ul {
  margin-bottom: 20px;
}

#section .privacy ul li {
  font-size: 16px;
  margin-left: 15px;
}

#section .privacy a {
  color: #fff;
  text-decoration: underline;
}

#section .privacy a:hover {
  color: #ccc;
}

/*
 * Images Credit
 *
 */
#credits {
  display: table;
  position: relative;
  width: 90%;
  height: 100%;
  padding-bottom: 120px;
  margin: 0 auto;
}

#section .credits {}

#section .credits .img-cont {
  position: relative;
}

#section .credits .img-cont>div {
  max-width: 500px;
  margin-bottom: 24px;
}

#section .credits .img-cont img {
  width: 100%;
}

#section .credits .img-cont .txt {
  padding:8px 0;
}
#section .credits .img-cont .txt a:hover {
  color: #fff;
}

/*
 * Payment
 *
 */
#buy-warp .buy .payment-cont {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 5px;
  /*margin-bottom: 55px;*/
  background-color: rgba(54, 46, 74, 0.7);
}

#buy-warp .buy .payment-cont h2 {
  font-size: 18px;
  padding: 5px;
}

#buy-warp .buy .payment-cont .note {
  font-weight: 500;
  text-align: center;
  color: #e4ff00;
  padding: 10px;
  margin: 5px 0;
  background-color: #ae252c;
}

#buy-warp .buy .payment-cont .note span {
  padding-left: 25px;
  background-image: url(../imgs/lock.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#buy-warp .buy .payment-cont ul.payment-source {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -4px;
}

#buy-warp .buy .payment-cont ul.payment-source li {
  width: 50%;
  padding: 0 4px;
}

#buy-warp .buy .payment-cont ul.payment-source li a {
  line-height: 0;
  display: block;
  background-color: #fff;
}

#buy-warp .buy .payment-cont ul.payment-source li.active {
  background-color: rgba(255, 255, 255, 1);
}

/*
*
*/
#tiktok {
  position: relative;
}

#tiktok .thumb-cont {
  position: absolute;
  opacity: 0.3;
}

#tiktok .thumb-cont .ibox {}

#tiktok .tkvideo-cont {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  top:74px;
  height: calc(100vh - 66px);
}

#tiktok .vid- {
  position: absolute;
}

#tiktok .vid-cont {
  display: flex;
}

#tiktok .vid-cont .control {
  align-self: flex-end;
  margin-left: 12px;
}

#tiktok .vid-cont .control>div {
  cursor: pointer;
}

#tiktok .vid-cont .control>div:not(:last-child) {
  margin-bottom: 32px;
}

#tiktok .vid-cont .control i {
  font-size: 24px;
}

#tiktok .vid-cont video {
  max-width: 576px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.9);
}

/*
 // Ali Pay Logo
 */
.stripe-button-el {
  width: 100% !important;
  height: 100px !important;
  display: block !important;
  background-image: url(../imgs/alipay.png) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.stripe-button-el span {
  display: none !important;
  background-image: none !important;
}

.stripe-button-el:active:not(:disabled),
.stripe-button-el.active {
  background: #005d93;
}

/*
 *
 * message
 *
 */
#message {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
}

#message.hillary h1 span, #message.donald h1 span, #message.gary h1 span, #message.jill h1 span {
  text-decoration: underline;
}

#message.hillary {
  background-color: rgba(1, 104, 179, 0.9);
}

#message.donald {
  background-color: rgba(179, 1, 1, 0.9);
}

#message.gary {
  background-color: rgba(255, 177, 0, 0.9);
}

#message.jill {
  background-color: rgba(102, 153, 0, 0.9);
}

#message.fail {
  background-color: rgba(255, 0, 0, 0.9);
}

#message .redirect {
  font-size: 18px;
  margin: 20px 0 0;
  opacity: 0.9;
}

#message .msg {
  font-size: 20px;
  margin: 20px;
}

/*
 *
 * Loading
 */
#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
}

.cssload-loader {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  perspective: 1200;
  -o-perspective: 1200;
  -ms-perspective: 1200;
  -webkit-perspective: 1200;
  -moz-perspective: 1200;
}

.cssload-flipper {
  position: relative;
  display: block;
  height: inherit;
  width: inherit;
  animation: cssload-flip 0.84s infinite ease-in-out;
  -o-animation: cssload-flip 0.84s infinite ease-in-out;
  -ms-animation: cssload-flip 0.84s infinite ease-in-out;
  -webkit-animation: cssload-flip 0.84s infinite ease-in-out;
  -moz-animation: cssload-flip 0.84s infinite ease-in-out;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.cssload-front, .cssload-back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #ec2e4a;
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
}

.cssload-back {
  background-color: #fff;
  z-index: 800;
  transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
}

@keyframes cssload-flip {
  0% {
    transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-o-keyframes cssload-flip {
  0% {
    -o-transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -o-transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -o-transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-ms-keyframes cssload-flip {
  0% {
    -ms-transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -ms-transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -ms-transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes cssload-flip {
  0% {
    -webkit-transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -webkit-transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-moz-keyframes cssload-flip {
  0% {
    -moz-transform: perspective(117px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    -moz-transform: perspective(117px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    -moz-transform: perspective(117px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
