@media (min-width:1400px) and (max-height:900) {
    .fsmall {
        font-size: 21px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 23px
    }
    .fxlarge {
        font-size: 24px
    }
}

@media (max-width:1100px) {
    .fsmall {
        font-size: 21px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 23px
    }
    .fxlarge {
        font-size: 24px
    }
}

@media (min-width:1100px) {
    .fsmall {
        font-size: 21px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 23px
    }
    .fxlarge {
        font-size: 24px
    }
}

@media (min-width:1250px) {
    .fsmall {
        font-size: 21px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 23px
    }
    .fxlarge {
        font-size: 24px
    }
}

@media (min-width:1400px) {
    .fsmall {
        font-size: 21px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 23px
    }
    .fxlarge {
        font-size: 24px
    }
}

@media (min-width:1700px) {
    .fsmall {
        font-size: 21px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 23px
    }
    .fxlarge {
        font-size: 24px
    }
}

@media (min-width:2000px) {
    .fsmall {
        font-size: 18px
    }
    .fnormal {
        font-size: 22px
    }
    .flarge {
        font-size: 24px
    }
    .fxlarge {
        font-size: 27px
    }
}

@media (min-width:2400px) {
    .fsmall {
        font-size: 22px
    }
    .fnormal {
        font-size: 29px
    }
    .flarge {
        font-size: 32px
    }
    .fxlarge {
        font-size: 35px
    }
}

body {
    font-family: Dimbo, Geneva, sans-serif;
    background-color: #f8f4eb;
    user-select: none;
    background-image: url(res/pattern.png);
}

@font-face {
    font-family: 'Dimbo';
    font-style: normal;
    font-weight: 400;
    src: url(res/dimbo.ttf) format('truetype');
  }

.popover {
    max-width: 600px
}

.infoPlate
{
    background-color: aliceblue;
    border-radius: 0px;
    min-width: 60px;
}

#resetBtn
{
    background-color: #f77575;
    padding: 3px;
    border: #31373d;
    border-style: solid;
    color: #31373d;
}

.infoPlateSm
{
    background-color: aliceblue;
    border-radius: 0px;
    min-width: 35px;
}

#about {
    position: absolute;
    display: none;
    top: 60px;
    background-color: white;
    padding: 32px;
    border-radius: 10px;
    width: 60%;
    left: 20%;
    z-index: 5;
}
.hide {
    display: none;
}
.show {
    display: block;
}
#bottom {
    position: absolute;
    text-align: center;
    display: block;
    bottom: 0px;
    right: 0px;
    color: #202020!important;
    z-index: 6;
    background-color: white;
    padding: 4px;
    border-top-left-radius: 8px;
}

#mainContainer {
    /*min-width: 790px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 0
}

.questPopUp {
    position: absolute;
    background-color: aliceblue;
    width: 150px;
    height: 100px;
    top: 0;
    color: #32373d;
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}


#logo {
    cursor: pointer
}

.contentcentered {
    align-content: center
}

#usernameTB {
    color: #31373d;
    border-radius: 0px;
    border-color: #32373d;
    border-width: 3px;
    margin-left: -3px;
}

#languageCB
{
    color: #f77575;
    font-size: 27px;
    border-width: 3px;
    border-color: #32373d;
    margin-left: -3px;
}

.d-flex{
    display: flex;
}

#av_curTryLock
{
    width: calc(100% - 100px);
    height: 30px;
    position: absolute;
    left: 50px;
    margin-top: 10px;
}

.roundedBorder {
    padding: 10px
}

#scoreModalWord
{
    text-align: center;
}

.card-body
{
    background-color: #fff9be;
    padding: 10px;
    border: #e7d41a;
    border-width: 3px;
    border-style: solid;
}

#lobbyCard {
    position: absolute;
    left: 26%;
    top: 10%;
    width: 50%;
    height: 50%
}

#scoreTitle
{
    text-align: center;
    color: #31373d;
    background-color: #ffb705;
}

#scoreCard {
    position: absolute;
    left: 50%;
    top: 19%;
    width: 65%;
    max-width: 513px;
    user-select: none;
    z-index: 3;
}

#continueButton
{
    position: relative;
    height: 50px;
    top: 10px;
    left: calc(50% - 90px);
}

.scoreCardNormal {
    border-color: #b5edff;
    background-color: #ebf9ff;
   
}

.scoreCardFinal {
    border-color: #FFB129;
    
}

#bgImage {
    width: 100%;
    pointer-events: none;
    user-select: none
}

#overlayImage {
    width: 100%;
    pointer-events: none;
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1)
}

.overlayImageClass {
    max-width: 100%;
    user-select: none;
    cursor: pointer;
    transform: scale(1)
}

.overlayImageClassTurn {
    
    user-select: none;
    cursor: pointer;
    background-color: #F7E475;
    border-color: #F7E475;
    border-width: medium;
    border-style: solid;
}

.pname, .pscore {
    margin: 0;
    pointer-events: none;
    user-select: none;
    color: #FFB129;
    white-space: nowrap;
    overflow: hidden!important;
    text-overflow: ellipsis
}

#menutile {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1
}

#menubuttons {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 5
}

#timeoutDiv {
    width: 57%;
    height: 76%;
    margin-top: 12px;
    user-select: none;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: center;
    background-image: url(res/clock.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

#exitButton {
    cursor: pointer;
    display: flex;
    float: right;
    justify-content: center;
    z-index: 3;
    height: 3vw;
    width: 3vw;
    max-height: 30px;
    max-width: 30px;
    margin-top: 0px;
    margin-left: 0;
    background-image: url(res/icons/closeBtn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.closeBtn{
    height: 45px!important
}

#soundImg {
    cursor: pointer;
    display: flex;
    float: right;
    justify-content: center;
    z-index: 3;
    height: 3vw;
    width: 3vw;
    max-height: 30px;
    max-width: 30px;
    margin-top: 0px;
    background-image: url(res/icons/soundBtn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

#showKeyboard {
    cursor: pointer;
    display: flex;
    justify-content: center;
    z-index: 3;
    width: 57%;
    height: 76%;
    margin-top: 12px;
    background-image: url(res/keyboard.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

#roundDiv {
    width: 57%;
    height: 30px;
    user-select: none;
    margin-top: 0px;
    color: #2b2020;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #E06B6B;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.playerCommonClass {
    user-select: none;
    position: absolute;
    width: 11%;
    text-align: center
}

#ads300x600
{
    width: 300px;
    height: 600px;
    background-color: aqua;
}

#adsSide{
    position: absolute;
    left: 0;
    bottom: 0;
}


.avatarImage {
    width: 96px!important
}

.msgjoin {
    color: #30D8D4!important
}

.msgleave {
    color: #E06B6B!important
}

.msgkick {
    color: orangered!important
}

.msgpat {
    color: #31373D!important
}

.msgguess {
    color: #636D76!important
}

.msgguesscorrect {
    color: #31373D!important;
    background-color: #A6FFB7!important
}

.msgguessclose {
    color: #569922!important
}

.msgchoosingword {
    color: #006696!important;
}

.msgdrawstart {
    color: #31373D!important
}

.msgturnfinishword {
    color: #31373D!important;
    background-color: #F7E475!important
}

.msggamestarted {
    color: #000!important;
    background-color: #E2F791!important
}

.msggameover {
    color: #000!important;
    background-color: #E2F791!important
}

.toolMain {
    cursor: pointer;
    padding: 2px 2px 2px 2px;
    width: 55px;
    height: 35px;
    margin-bottom: 1px;
    background-color: aliceblue;
}

.tool {
    cursor: pointer;
    width: 29px;
    outline-color: #0c0d0d;
    outline-width: 1.1px;
    outline-style: dashed;
    height: 23px;
    
}



.key>img {
    touch-action: none;
    pointer-events: none;
    min-width: 90%;
    max-width: 90%;
    min-height: 90%;
    max-height: 90%
}

.key {
    cursor: pointer;
    position: fixed;
    width: 8%;
    height: 8%;
    opacity: .5;
    z-index: 100;
    text-align: center
}

#guesspreview {
    border-color: #8BB94B;
    border-width: thick;
    color: #8BB94B
}

#colorsPalette
{
    height: 50%;
    padding-top: 5px;
    background-color: #7688a7;
    display: flex;
    justify-content: space-evenly;
}

.toolSelected {
    background-color: #F7E475;
    ;
    border-color: #e5d25e;
    box-sizing: border-box;
    ;
    border-width: thick;
    border-style: solid;
}

.guessedPlayer {
    background-color: #A6FFB7;
    border-color: #A6FFB7;
}

.drawPlayer {
    background-color: #F7E475;
    border-color: #F7E475;
}

.partsAvatar{
    height: 65px; background-color: aliceblue;
}

.avScoreDiv
{
    min-width: 50px;
    padding: 0px;
}

.avScoreDiv .gameAvatarPart{
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0px;
}

.avScoreDiv .avatarImg{
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0px;
}

.avScoreDiv .partsAvatar{
width: 50px;
max-width: 50px;
height: 50px;
padding: 0px;
}

.avKickDiv
{
    min-width: 50px;
    padding: 0px;
}

.avKickDiv .gameAvatarPart{
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0px;
}

.avKickDiv .avatarImg{
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0px;
}

.avMuteDiv .partsAvatar{
width: 50px;
max-width: 50px;
height: 50px;
padding: 0px;
}

.avMuteDiv
{
    min-width: 50px;
    padding: 0px;
}

.avMuteDiv .gameAvatarPart{
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0px;
}

.avMuteDiv .avatarImg{
    width: 50px;
    max-width: 50px;
    height: 50px;
    padding: 0px;
}



.avMuteName
{
    width: 150px;
}

.avMuteDiv .partsAvatar{
width: 50px;
max-width: 50px;
height: 50px;
padding: 0px;
}

.hoverWrapper {
    display: inline-block;
    background-size: 100%;
    position: absolute
}

.hoverWrapper>img {
    vertical-align: top
}

.hoverWrapper>img:hover {
    opacity: 0
}

.hoverButtonWrapper {
    display: inline-block;
    background-size: 100%;
    cursor: pointer;
    position: absolute
}

.hoverButtonWrapper>img {
    vertical-align: top
}

.hoverButtonWrapper>img:hover {
    opacity: 0
}

#editBtnImg
{
    position: absolute;
    cursor: pointer;
    height: 40px;
    width: 40px;
    top: 0px;
    left: 0px;
}

#playInput
{
    width: 415px;
    padding-bottom: 6px;
}

#loginR2
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: white;
    border-bottom-left-radius: 8px;
    padding: 2px;
    
}

#askLeftTopCorner
{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: white;
    border-bottom-right-radius: 8px;
    padding: 2px;
    
}

.yellowBtn {
    background-color: #F7E475;
    border-radius: 0px;
    border-color: #fff7c6;
    height: 100%;
    min-width: 180px;
}

.yellowBtn.chooseWord
{
    min-width: 150px;
    min-height: 50px;
}

.muteText
{
    justify-content: center;
    z-index: 3;
    height: 47px !important;
    width: 6vw !important;
    max-height: 50px;
    max-width: 70px !important;
    min-width: 40px !important;
    margin-top: 0px;
    background-image: url(res/icons/chatOn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#chooseWordLine{
    display: flex;
    justify-content: center;
}

#chooseWordModal
{
    min-width: 300px;
}

#modalMsgText{
    color: #40506a;
    display: flex;
    justify-content: center;
}

#buttonLineModal
{
    justify-content: center;
}

.yellowBtn:hover {
    color: #F4EED7
}

.modalStyle {
    background-color: #fffdfd;
    border-radius: 0px;
    border: 3px solid rgba(0,0,0,.2);
    justify-content: center;
}

.modal-footer
{
    justify-content: center;
}

#downButton {
    cursor: pointer;
    position: absolute;
    width: 8%;
    right: 3%;
    top: 1.5%;
}

#kickButton {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0%;
    height: 3.6%
}

#muteButton {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 96%;
    height: 3.6%
}

.table>tbody>tr>td {
    vertical-align: middle
}

.containerColorColumn {
    position: absolute;
    top: 10%;
    left: 30%
}


.wordHintAnim {
    -webkit-animation: wordHintAnimFrames 1.0s;
    animation: wordHintAnimFrames 1.0s
}

@keyframes wordHintAnimFrames {
    0%, 30%, 60%, 90%, 100% {
        border-width: 5px;
        border-style: solid
    }
    15%, 45%, 75% {
        border-width: 0;
        border-style: none
    }
}

@-webkit-keyframes wordHintAnimFrames {
    0%, 30%, 60%, 90%, 100% {
        border-width: 5px;
        border-style: solid
    }
    15%, 45%, 75% {
        border-width: 0;
        border-style: none
    }
}


#board {
    cursor: url(res/brush-draw.png) 8 7, auto;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 8%;
    height: 92%;
    user-select: none;
    touch-action: none;
    background-color: #F8FFF6;
}


#playR2
{
    height: 90%;
    min-width: 790px;
}

#boardBack {
    background-color: #F8FFF6;
    border: #b5edff;
    border-style: solid;
    border-width: 3px;
}

#canvasContainer
{
    width: 100%;
    height: 60%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#progressBar
{
    width: 100%;
    position: absolute;
    top: 6.1%;
    height: 2%;
}

#prBarEmpy
{
    width: 100%;
	height: 100%;
	background-color:#4E3333;
}

.questPlate
{
    width: 415px;
    height: 70px;
    background-color: #f4eab1;
    color: #31373d;
}

.unlocksPlate
{
    width: 415px;
    height: 70px;
    background-color: #f4eab1;
    color: #31373d;
}

.questInner
{
    padding: 5px;
}

#prBarFull
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	background-color: #E06B6B;
}

#chatAndAdsDiv
{
    height: 40%;
    max-height: 40%;
    outline: #b5edff;
    outline-style: solid;
    outline-width: 3px;
}

#chatDiv
{
    height: 100%;
    max-height: 287.9px;
    padding-right: 3px;
    padding-left: 0px;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#ads{
    padding-right: 0px;
    padding-left: 0px;
    display: flex;
    max-height: 287.9px;
    text-align: center;
    justify-content: center;
}


#dummyAd
{
    max-height: 100%;
    height: 280px;
    width: 336px;
    background-color: aqua;
}

#centeredAd
{
    transform: inherit;
    height: 100%;
}

#avatarCreate
{
    padding: 5px;
    max-width: 415px;
}

.avatar-texts
{
    width: 120%;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.avatarName
{
    color: #5585A6;
    line-height: 20px;
    font-size: 19px;
}

.avatarPoints
{
    color: #31373D;
    line-height: 20px;
}

.avatarLineDraw
{
    color: #31373D;
    background-color: #F7E475;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    vertical-align: middle;
    align-items: center;
    padding-bottom: 5px;
}

.word {
    height: 6%;
    width: 100%;
    user-select: none;
    align-items: center;
    display: flex;
    justify-content: center;
    letter-spacing: 4px;
    background-color: #F7E475;
    border-radius: 2.9%;
    padding-bottom: 5px;
    font-size: 22px;
    position: absolute;
    top: 0%;
    left: 0px;
    border-color: #573130
}

#sideRightDiv
{
    max-height: 100%;
}

.colorRow
{

}

.avatarImg
{
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    height: 65px;
}

.avatarSideIconDiv
{
    height: 65px;
    background-color: #A6FFB7;
}

.avatarSideIcon
{
    position: absolute;
    top: 50%;
    left: 58%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}


#toolsNew {
    height: calc(100% - 130px);
    right: 0;
    overflow-y: auto;
    padding-top: 1px;
    background-color: #40506A;
    border-radius: 0px;
    overflow-wrap: break-word;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}

#logoInGame
{
    height: 100px;
    background-color: #fffdfd2e;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

.avatarTextsDiv
{
    padding-left: 2px!important;
    width: 120%;
}



#avatarsDiv {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
    right: 0;
    height: calc(100% - 130px);
    overflow-y: auto;
    background-color: #40506A;
    border-radius: 0px;
    overflow-wrap: break-word;
}

#messageDiv {
   
    padding-left: 5px;
    top: 0%;
    right: 0;
    height: 87%;
    overflow-y: auto;
    background-color: #EBF9FF;
    border-radius: 0px;
    overflow-wrap: break-word
}

.messageDivkbd {
    height: 64%
}

.messageDivNokbd {
    height: 95%
}

#guessTB {
    border-radius: 0;
    padding-left: 5px;
    overflow: hidden;
    height: 100%;
    font-size: 20px;
    background-color: #fff096;
    border-left: none;
    border-right: none;
    border-bottom: none
}

#guessTB::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #31373d;
    opacity: 1; /* Firefox */
  }
  

#guessDiv {
    right: 0;
    height: 13%;
}

.guessDivkbd {
    visibility: hidden
}

.guessDivNokbd {
    visibility: visible
}

.messageP:nth-of-type(odd) {
    background: #EBF9FF
}

.messageP:nth-of-type(even) {
    background: #D9F5FF
}

.messageP {
    margin: 0;
    color: #d4cccc
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #9BBAC9;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #5F8293;
  }

.tooltip.show p, ul, li {
    text-align: left;
    line-height: 10%
}

.tooltip-inner {
    background-color: rgba(0, 0, 0, .5)!important;
    color: #fff
}

.tooltip.show hr {
    height: 1px;
    border: none;
    color: #fff;
    background-color: #fff;
    text-align: left
}

#avBtnsPanel
{
    width: 100px; 
    height: 200px; 
}

.sideChoiceIcons
{
    cursor: pointer;
    width: 50px;
}

.carouselAvPart
{
    width: 36px!important
}

.curAvatarPart
{
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
}

.gameAvatarPart
{
    position: absolute;
    width: 100%;
    height: 65px;
    top: 0px;
    left: 0px;
}

#curAvatar
{
    height: 150px; background-color: aliceblue;
    border-color: #33383e;
    border-width: 3px;
    border-style: solid;
}

.avChangeBtn
{
    width: 50px;
    height: 50px;
    margin-right: -6px;
    background-color: aliceblue;
    cursor: pointer;
}

.avChangeColBtn
{
    width: 50px;
    height: 50px;
    margin-right: -6px;
    cursor: pointer;
}

.chosenAvColBtn{
    /*background-color: #f7e475;*/
    outline-color: #f7e475;
}

.chosenAvBtn{
    background-color: #f7e475;
}

.nav-tabs {
    text-align: center
}

.carousel-control-next, .carousel-control-prev {
    filter: invert(100%)
}

.carousel-control-prev-icon
{
    /* background-image: url(); */
}

a, a:visited, a:active, ul.nav li a, ul.nav li a:visited {
    color: black;
}

ul.nav li a:hover, ul.nav li a:active {
    color: #FFA500
}

ul.nav li.active a {
    color: #FFA500
}

.tooltip-inner {
    color: black;
    font-weight: 700;
    background-color: #FFA500
}

.scoreTimeup {
    color: #E06B6B;
    background-color: none
}

.scoreGuessed {
    color: black
}

#pubp1img:hover, #pubp2img:hover, #pubp3img:hover, #pubp4img:hover, #pubp5img:hover, #pubp6img:hover, #prip1img:hover, #prip2img:hover, #prip3img:hover, #prip4img:hover, #prip5img:hover, #prip6img:hover, #prip7img:hover, #prip8img:hover, #prip9img:hover, #prip10img:hover {
    animation: shakeScale 1.0s infinite ease-in-out
}

@keyframes shakeScale {
    0% {
        transform: translate(1px, 1px) rotate(0deg) scale(1.4)
    }
    10% {
        transform: translate(-1px, -1px) rotate(-1deg) scale(1.4)
    }
    20% {
        transform: translate(-2px, 0) rotate(1deg) scale(1.4)
    }
    30% {
        transform: translate(2px, 2px) rotate(0deg) scale(1.4)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg) scale(1.4)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg) scale(1.4)
    }
    60% {
        transform: translate(-2px, 1px) rotate(0deg) scale(1.4)
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg) scale(1.4)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg) scale(1.4)
    }
    90% {
        transform: translate(1px, 1px) rotate(0deg) scale(1.4)
    }
    100% {
        transform: translate(1px, -1px) rotate(-1deg) scale(1.4)
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    10% {
        transform: translate(-1px, -1px) rotate(-1deg)
    }
    20% {
        transform: translate(-2px, 0) rotate(1deg)
    }
    30% {
        transform: translate(2px, 2px) rotate(0deg)
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }
    60% {
        transform: translate(-2px, 1px) rotate(0deg)
    }
    70% {
        transform: translate(2px, 1px) rotate(-1deg)
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    90% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    100% {
        transform: translate(1px, -1px) rotate(-1deg)
    }
}

.playerTopperShake {
    animation: shake 1.0s infinite ease-in-out
}

.keyanim {
    -webkit-animation: keyanim 0.15s;
    animation: keyanim 0.15s
}

@keyframes keyanim {
    0%, 100% {
        transform: translateY(0%) scale(1);
        opacity: .2
    }
    99% {
        transform: translateY(-300%) scale(3);
        opacity: .9
    }
}

@-webkit-keyframes keyanim {
    0%, 100% {
        transform: translateY(0%) scale(1);
        opacity: .2
    }
    99% {
        transform: translateY(-300%) scale(3);
        opacity: .9
    }
}

.subtleRightButton {
    -webkit-animation: subtleRightButton 1s;
    animation: subtleRightButton 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes subtleRightButton {
    0%, 30%, 55%, 70%, 80%, 90%, 100% {
        transform: translateX(0) rotate(0deg)
    }
    25% {
        transform: translateX(-50px) rotate(50deg)
    }
    45% {
        transform: translateX(-25px) rotate(-25deg)
    }
    63% {
        transform: translateX(-15px) rotate(15deg)
    }
    75% {
        transform: translateX(-7px) rotate(-7deg)
    }
    85% {
        transform: translateX(-4px) rotate(4deg)
    }
    95% {
        transform: translateX(-2px) rotate(-2deg)
    }
}

@-webkit-keyframes subtleRightButton {
    0%, 30%, 55%, 70%, 80%, 90%, 100% {
        -webkit-transform: translateX(0) rotate(0deg)
    }
    25% {
        -webkit-transform: translateX(-50px) rotate(50deg)
    }
    45% {
        -webkit-transform: translateX(-25px) rotate(-25deg)
    }
    63% {
        -webkit-transform: translateX(-15px) rotate(15deg)
    }
    75% {
        -webkit-transform: translateX(-7px) rotate(-7deg)
    }
    85% {
        -webkit-transform: translateX(-4px) rotate(4deg)
    }
    95% {
        -webkit-transform: translateX(-2px) rotate(-2deg)
    }
}

.subtleLeftButton {
    -webkit-animation: subtleLeftButton 1s;
    animation: subtleLeftButton 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes subtleLeftButton {
    0%, 30%, 55%, 70%, 80%, 90%, 100% {
        -webkit-transform: translateX(0) rotate(0deg)
    }
    25% {
        -webkit-transform: translateX(-50px) rotate(-50deg)
    }
    45% {
        -webkit-transform: translateX(-25px) rotate(25deg)
    }
    63% {
        -webkit-transform: translateX(-15px) rotate(-15deg)
    }
    75% {
        -webkit-transform: translateX(-7px) rotate(7deg)
    }
    85% {
        -webkit-transform: translateX(-4px) rotate(-4deg)
    }
    95% {
        -webkit-transform: translateX(-2px) rotate(2deg)
    }
}

@-webkit-keyframes subtleLeftButton {
    0%, 30%, 55%, 70%, 80%, 90%, 100% {
        -webkit-transform: translateX(0) rotate(0deg)
    }
    25% {
        -webkit-transform: translateX(-50px) rotate(-50deg)
    }
    45% {
        -webkit-transform: translateX(-25px) rotate(25deg)
    }
    63% {
        -webkit-transform: translateX(-15px) rotate(-15deg)
    }
    75% {
        -webkit-transform: translateX(-7px) rotate(7deg)
    }
    85% {
        -webkit-transform: translateX(-4px) rotate(-4deg)
    }
    95% {
        -webkit-transform: translateX(-2px) rotate(2deg)
    }
}

.fade-in {
    -webkit-animation: fade-in 1.2s;
    animation: fade-in 1.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.slide-in-right {
    -webkit-animation: slide-in-right 1.2s;
    animation: slide-in-right 1.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(-2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 1.2s;
    animation: slide-in-left 1.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slide-in-left {
    0% {
        transform: translateX(2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slide-in-up {
    -webkit-animation: slide-in-up 1.2s;
    animation: slide-in-up 1.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes slide-in-up {
    0% {
        -webkit-transform: translateY(1000px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slide-in-up {
    0% {
        transform: translateY(1000px)
    }
    100% {
        transform: translateY(0)
    }
}

.slide-in-down {
    -webkit-animation: slide-in-down 1.2s;
    animation: slide-in-down 1.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

@-webkit-keyframes slide-in-down {
    0% {
        -webkit-transform: translateY(-1000px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slide-in-down {
    0% {
        transform: translateY(-1000px)
    }
    100% {
        transform: translateY(0)
    }
}

.bounce-in {
    -webkit-animation: bounce-in 1.2s;
    animation: bounce-in 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes bounce-in {
    0% {
        transform: scale(.9);
        opacity: 0
    }
    25% {
        transform: scale(1.2)
    }
    40% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1.1)
    }
    60% {
        transform: scale(.9)
    }
    70% {
        transform: scale(1.05);
        opacity: 1
    }
    80% {
        transform: scale(.95)
    }
    90% {
        transform: scale(1.01)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes bounce-in {
    0% {
        -webkit-transform: scale(.9);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.2)
    }
    40% {
        -webkit-transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(1.1)
    }
    60% {
        -webkit-transform: scale(.9)
    }
    70% {
        -webkit-transform: scale(1.05);
        opacity: 1
    }
    80% {
        -webkit-transform: scale(.95)
    }
    90% {
        -webkit-transform: scale(1.01)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

.bounce-in-right {
    -webkit-animation: bounce-in-right 1.2s;
    animation: bounce-in-right 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes bounce-in-right {
    0% {
        transform: translateX(-2000px)
    }
    63% {
        transform: translateX(30px)
    }
    70%, 80%, 90%, 100% {
        transform: translateX(0)
    }
    75% {
        transform: translateX(14px)
    }
    85% {
        transform: translateX(8px)
    }
    95% {
        transform: translateX(4px)
    }
}

@-webkit-keyframes bounce-in-right {
    0% {
        -webkit-transform: translateX(-2000px)
    }
    63% {
        -webkit-transform: translateX(30px)
    }
    70%, 80%, 90%, 100% {
        -webkit-transform: translateX(0)
    }
    75% {
        -webkit-transform: translateX(14px)
    }
    85% {
        -webkit-transform: translateX(8px)
    }
    95% {
        -webkit-transform: translateX(4px)
    }
}

.bounce-in-left {
    -webkit-animation: bounce-in-left 1.2s;
    animation: bounce-in-left 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes bounce-in-left {
    0% {
        transform: translateX(2000px)
    }
    63% {
        transform: translateX(-30px)
    }
    70%, 80%, 90%, 100% {
        transform: translateX(0)
    }
    75% {
        transform: translateX(-14px)
    }
    85% {
        transform: translateX(-8px)
    }
    95% {
        transform: translateX(-4px)
    }
}

@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(2000px)
    }
    63% {
        -webkit-transform: translateX(-30px)
    }
    70%, 80%, 90%, 100% {
        -webkit-transform: translateX(0)
    }
    75% {
        -webkit-transform: translateX(-14px)
    }
    85% {
        -webkit-transform: translateX(-8px)
    }
    95% {
        -webkit-transform: translateX(-4px)
    }
}

.bounce-in-up {
    -webkit-animation: bounce-in-up 1.2s;
    animation: bounce-in-up 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes bounce-in-up {
    0% {
        transform: translateY(1000px)
    }
    25% {
        transform: translateY(50px)
    }
    30%, 55%, 70%, 80%, 90%, 100% {
        transform: translateY(0)
    }
    45% {
        transform: translateY(25px)
    }
    63% {
        transform: translateY(15px)
    }
    75% {
        transform: translateY(7px)
    }
    85% {
        transform: translateY(4px)
    }
    95% {
        transform: translateY(2px)
    }
}

@-webkit-keyframes bounce-in-up {
    0% {
        -webkit-transform: translateY(1000px)
    }
    25% {
        -webkit-transform: translateY(50px)
    }
    30%, 55%, 70%, 80%, 90%, 100% {
        -webkit-transform: translateY(0)
    }
    45% {
        -webkit-transform: translateY(25px)
    }
    63% {
        -webkit-transform: translateY(15px)
    }
    75% {
        -webkit-transform: translateY(7px)
    }
    85% {
        -webkit-transform: translateY(4px)
    }
    95% {
        -webkit-transform: translateY(2px)
    }
}

.bounce-in-down {
    -webkit-animation: bounce-in-down 1.2s;
    animation: bounce-in-down 1.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes bounce-in-down {
    0% {
        transform: translateY(-1000px)
    }
    25% {
        transform: translateY(-50px)
    }
    30%, 55%, 70%, 80%, 90%, 100% {
        transform: translateY(0)
    }
    45% {
        transform: translateY(-25px)
    }
    63% {
        transform: translateY(-15px)
    }
    75% {
        transform: translateY(-7px)
    }
    85% {
        transform: translateY(-4px)
    }
    95% {
        transform: translateY(-2px)
    }
}

@-webkit-keyframes bounce-in-down {
    0% {
        -webkit-transform: translateY(-1000px)
    }
    25% {
        -webkit-transform: translateY(-50px)
    }
    30%, 55%, 70%, 80%, 90%, 100% {
        -webkit-transform: translateY(0)
    }
    45% {
        -webkit-transform: translateY(-25px)
    }
    63% {
        -webkit-transform: translateY(-15px)
    }
    75% {
        -webkit-transform: translateY(-7px)
    }
    85% {
        -webkit-transform: translateY(-4px)
    }
    95% {
        -webkit-transform: translateY(-2px)
    }
}

.roll-in-right {
    -webkit-animation: roll-in-right 1.2s;
    animation: roll-in-right 1.2s
}

@keyframes roll-in-right {
    0% {
        transform: translateX(-100%) rotate(-130deg);
        opacity: 0
    }
    100% {
        transform: translateX(0%) rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes roll-in-right {
    0% {
        -webkit-transform: translateX(-100%) rotate(-130deg);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0%) rotate(0deg);
        opacity: 1
    }
}

.roll-in-left {
    -webkit-animation: roll-in-left 1.2s;
    animation: roll-in-left 1.2s
}

@keyframes roll-in-left {
    0% {
        transform: translateX(100%) rotate(130deg);
        opacity: 0
    }
    100% {
        transform: translateX(0%) rotate(0deg);
        opacity: 1
    }
}

@-webkit-keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(100%) rotate(130deg);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0%) rotate(0deg);
        opacity: 1
    }
}

.rotbo-in-right {
    -webkit-animation: rotbo-in-right 1.1s;
    animation: rotbo-in-right 1.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes rotbo-in-right {
    0% {
        transform: translateX(-1000px) rotateZ(-540deg)
    }
    63% {
        transform: translateX(15px) rotateZ(20deg)
    }
    75% {
        transform: translateX(-7px) rotateZ(-7deg)
    }
    85% {
        transform: translateX(4px) rotateZ(4deg)
    }
    95% {
        transform: translateX(-2px) rotateZ(-2deg)
    }
    100% {
        transform: translateX(0) rotateZ(0deg)
    }
}

@-webkit-keyframes rotbo-in-right {
    0% {
        -webkit-transform: translateX(-1000px) rotateZ(-540deg)
    }
    63% {
        -webkit-transform: translateX(15px) rotateZ(20deg)
    }
    75% {
        -webkit-transform: translateX(-7px) rotateZ(-7deg)
    }
    85% {
        -webkit-transform: translateX(4px) rotateZ(4deg)
    }
    95% {
        -webkit-transform: translateX(-2px) rotateZ(-2deg)
    }
    100% {
        -webkit-transform: translateX(0) rotateZ(0deg)
    }
}

.rotbo-in-left {
    -webkit-animation: rotbo-in-left 1.1s;
    animation: rotbo-in-left 1.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes rotbo-in-left {
    0% {
        transform: translateX(1000px) rotateZ(540deg)
    }
    63% {
        transform: translateX(-15px) rotateZ(-20deg)
    }
    75% {
        transform: translateX(7px) rotateZ(7deg)
    }
    85% {
        transform: translateX(-4px) rotateZ(-4deg)
    }
    95% {
        transform: translateX(2px) rotateZ(2deg)
    }
    100% {
        transform: translateX(0) rotateZ(0deg)
    }
}

@-webkit-keyframes rotbo-in-left {
    0% {
        -webkit-transform: translateX(1000px) rotateZ(540deg)
    }
    63% {
        -webkit-transform: translateX(-15px) rotateZ(-20deg)
    }
    75% {
        -webkit-transform: translateX(7px) rotateZ(7deg)
    }
    85% {
        -webkit-transform: translateX(-4px) rotateZ(-4deg)
    }
    95% {
        -webkit-transform: translateX(2px) rotateZ(2deg)
    }
    100% {
        -webkit-transform: translateX(0) rotateZ(0deg)
    }
}

.flip {
    -webkit-animation: flip 1.3s;
    animation: flip 1.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes flip {
    0% {
        transform: rotateY(-360deg)
    }
    40% {
        transform: scale(1.6) rotateY(-190deg)
    }
    50% {
        transform: scale(1.6) rotateY(-150deg)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(500px) rotateX(70deg);
        opacity: .2
    }
    30% {
        -webkit-transform: perspective(500px) rotateX(-50deg)
    }
    45% {
        -webkit-transform: perspective(500px) rotateX(30deg)
    }
    65% {
        -webkit-transform: perspective(500px) rotateX(-20deg)
    }
    85% {
        -webkit-transform: perspective(500px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(500px) rotateX(0deg)
    }
}

.flip-in-x {
    -webkit-animation: flip-in-x 1.2s;
    animation: flip-in-x 1.2s
}

@keyframes flip-in-x {
    0% {
        transform: perspective(500px) rotateX(70deg);
        opacity: .2
    }
    30% {
        transform: perspective(500px) rotateX(-50deg)
    }
    45% {
        transform: perspective(500px) rotateX(30deg)
    }
    65% {
        transform: perspective(500px) rotateX(-20deg)
    }
    85% {
        transform: perspective(500px) rotateX(10deg)
    }
    100% {
        transform: perspective(500px) rotateX(0deg)
    }
}

@-webkit-keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(500px) rotateX(70deg);
        opacity: .2
    }
    30% {
        -webkit-transform: perspective(500px) rotateX(-50deg)
    }
    45% {
        -webkit-transform: perspective(500px) rotateX(30deg)
    }
    65% {
        -webkit-transform: perspective(500px) rotateX(-20deg)
    }
    85% {
        -webkit-transform: perspective(500px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(500px) rotateX(0deg)
    }
}

.flip-in-y {
    -webkit-animation: flip-in-y 1.2s;
    animation: flip-in-y 1.2s
}

@keyframes flip-in-y {
    0% {
        transform: perspective(500px) rotateY(70deg);
        opacity: .2
    }
    30% {
        transform: perspective(500px) rotateY(-50deg)
    }
    45% {
        transform: perspective(500px) rotateY(30deg)
    }
    65% {
        transform: perspective(500px) rotateY(-20deg)
    }
    85% {
        transform: perspective(500px) rotateY(10deg)
    }
    100% {
        transform: perspective(500px) rotateY(0deg)
    }
}

@-webkit-keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(500px) rotateY(70deg);
        opacity: .2
    }
    30% {
        -webkit-transform: perspective(500px) rotateY(-50deg)
    }
    45% {
        -webkit-transform: perspective(500px) rotateY(30deg)
    }
    65% {
        -webkit-transform: perspective(500px) rotateY(-20deg)
    }
    85% {
        -webkit-transform: perspective(500px) rotateY(10deg)
    }
    100% {
        -webkit-transform: perspective(500px) rotateY(0deg)
    }
}

.rotate {
    -webkit-animation: rotate 1s;
    animation: rotate 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.rotate-in {
    -webkit-animation: rotate-in 1s;
    animation: rotate-in 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes rotate-in {
    0% {
        transform: rotate(-0deg);
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(-0deg);
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.rotate-in-x {
    -webkit-animation: rotate-in-x 1s;
    animation: rotate-in-x 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@keyframes rotate-in-x {
    0% {
        transform: rotateX(180deg);
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        transform: rotateX(0deg)
    }
}

@-webkit-keyframes rotate-in-x {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotateX(0deg)
    }
}

.rotate-in-y {
    -webkit-animation: rotate-in-y 1s;
    animation: rotate-in-y 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@keyframes rotate-in-y {
    0% {
        transform: rotateY(-180deg);
        opacity: 0
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes rotate-in-y {
    0% {
        -webkit-transform: rotateY(0deg);
        opacity: 0
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotateY(360deg)
    }
}

.rotate-in-3d {
    -webkit-animation: rotate-in-3d 1s;
    animation: rotate-in-3d 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@keyframes rotate-in-3d {
    0% {
        transform: rotate3d(1, 1, 0, 0deg);
        opacity: 0
    }
    60% {
        opacity: 1
    }
    100% {
        transform: rotate3d(1, 1, 0, 360deg)
    }
}

@-webkit-keyframes rotate-in-3d {
    0% {
        -webkit-transform: rotate3d(1, 1, 0, 0deg);
        opacity: 0
    }
    60% {
        opacity: 1
    }
    100% {
        -webkit-transform: rotate3d(1, 1, 0, 360deg)
    }
}

.rotate-in-scale {
    -webkit-animation: rotate-in-scale 1s;
    animation: rotate-in-scale 1s;
    -webkit-animation-timing-function: easec;
    animation-timing-function: ease-in-out
}

@keyframes rotate-in-scale {
    0% {
        transform: scale(0) rotate(-540deg);
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        transform: scale(1) rotate(0deg)
    }
}

@-webkit-keyframes rotate-in-scale {
    0% {
        -webkit-transform: scale(0) rotate(-540deg);
        opacity: 0
    }
    80% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1) rotate(0deg)
    }
}

.turn-in-x {
    -webkit-animation: turn-in-x 1s;
    animation: turn-in-x 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes turn-in-x {
    0% {
        transform: rotateX(360deg) scale(0);
        opacity: 0
    }
    100% {
        transform: rotateX(0deg) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes turn-in-x {
    0% {
        -webkit-transform: rotateX(360deg) scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(0deg) scale(1);
        opacity: 1
    }
}

.turn-in-y {
    -webkit-animation: turn-in-y 1s;
    animation: turn-in-y 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes turn-in-y {
    0% {
        transform: rotateY(0deg) scale(0);
        opacity: 0
    }
    100% {
        transform: rotateY(360deg) scale(1);
        opacity: 1
    }
}

@-webkit-keyframes turn-in-y {
    0% {
        -webkit-transform: rotateY(0deg) scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg) scale(1);
        opacity: 1
    }
}

.push-in-up {
    transform-origin: 50% 100% 0;
    -webkit-animation: push-in-up 1s;
    animation: push-in-up 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes push-in-up {
    0% {
        transform: rotateX(90deg);
        opacity: 0
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes push-in-up {
    0% {
        -webkit-transform: rotateX(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: none
    }
}

.push-in-down {
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-animation: push-in-down 1s;
    animation: push-in-down 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes push-in-down {
    0% {
        transform: rotateX(-90deg);
        opacity: 0
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes push-in-down {
    0% {
        -webkit-transform: rotateX(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: none
    }
}

.push-in-right {
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-animation: push-in-right 1s;
    animation: push-in-right 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-style: preserve-3d
}

@keyframes push-in-right {
    0% {
        transform: rotateY(90deg);
        opacity: 0
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes push-in-right {
    0% {
        -webkit-transform: rotateY(90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: none
    }
}

.push-in-left {
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
    -webkit-animation: push-in-left 1s;
    animation: push-in-left 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform-style: preserve-3d
}

@keyframes push-in-left {
    0% {
        transform: rotateY(-90deg);
        opacity: 0
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes push-in-left {
    0% {
        -webkit-transform: rotateY(-90deg);
        opacity: 0
    }
    100% {
        -webkit-transform: none
    }
}

.clip-x-in {
    -webkit-animation: clip-x-in 1s;
    animation: clip-x-in 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes clip-x-in {
    0% {
        transform: scale(1, 0)
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes clip-x-in {
    0% {
        -webkit-transform: scale(1, 0)
    }
    100% {
        -webkit-transform: none
    }
}

.clip-y-in {
    -webkit-animation: clip-y-in 1s;
    animation: clip-y-in 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes clip-y-in {
    0% {
        transform: scale(0, 1)
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes clip-y-in {
    0% {
        -webkit-transform: scale(0, 1)
    }
    100% {
        -webkit-transform: none
    }
}

.clip-xy-in {
    -webkit-animation: clip-xy-in 1s;
    animation: clip-xy-in 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes clip-xy-in {
    0% {
        transform: scale(0, .5)
    }
    50% {
        transform: scale(1, .5)
    }
    100% {
        transform: none
    }
}

@-webkit-keyframes clip-xy-in {
    0% {
        -webkit-transform: scale(0, .5)
    }
    50% {
        -webkit-transform: scale(1, .5)
    }
    100% {
        -webkit-transform: none
    }
}

.fanfare {
    -webkit-animation: fanfare 1.2s;
    animation: fanfare 1.2s
}

@keyframes fanfare {
    0%, 100% {
        transform: scale(1)
    }
    30% {
        transform: scale(.8) rotateZ(5deg)
    }
    40%, 60%, 80% {
        transform: scale(1.15) rotateZ(-5deg)
    }
    50%, 70%, 90% {
        transform: scale(1.15) rotateZ(5deg)
    }
}

@-webkit-keyframes fanfare {
    0%, 100% {
        -webkit-transform: scale(1)
    }
    30% {
        -webkit-transform: scale(.8) rotateZ(5deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.15) rotateZ(-5deg)
    }
    50%, 70%, 90% {
        -webkit-transform: scale(1.15) rotateZ(5deg)
    }
}

.spiral {
    -webkit-animation: spiral 1s;
    animation: spiral 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes spiral {
    0% {
        transform: rotateY(-360deg) translateY(-150%)
    }
    100% {
        transform: rotateY(0) translateY(0)
    }
}

@-webkit-keyframes spiral {
    0% {
        -webkit-transform: rotateY(-360deg) translateY(-150%)
    }
    100% {
        -webkit-transform: rotateY(0) translateY(0)
    }
}

.bounce {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes bounce {
    0%, 30%, 55%, 70%, 80%, 90%, 100% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(-50px)
    }
    45% {
        transform: translateY(-25px)
    }
    63% {
        transform: translateY(-15px)
    }
    75% {
        transform: translateY(-7px)
    }
    85% {
        transform: translateY(-4px)
    }
    95% {
        transform: translateY(-2px)
    }
}

@-webkit-keyframes bounce {
    0%, 30%, 55%, 70%, 80%, 90%, 100% {
        -webkit-transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(-50px)
    }
    45% {
        -webkit-transform: translateY(-25px)
    }
    63% {
        -webkit-transform: translateY(-15px)
    }
    75% {
        -webkit-transform: translateY(-7px)
    }
    85% {
        -webkit-transform: translateY(-4px)
    }
    95% {
        -webkit-transform: translateY(-2px)
    }
}

.vibro {
    -webkit-animation: vibro .5s;
    animation: vibro .5s
}

@keyframes vibro {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(5px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(-5px)
    }
}

@-webkit-keyframes vibro {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(5px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(-5px)
    }
}

.heartbeat {
    -webkit-animation: heartbeat 8s;
    animation: heartbeat 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@keyframes heartbeat {
    0%, 20%, 40%, 60%, 80%, 100% {
        transform: scale(1)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: scale(1.15)
    }
}

@-webkit-keyframes heartbeat {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transform: scale(1)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.15)
    }
}

.shake1 {
    -webkit-animation: shake1 1s;
    animation: shake1 1s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@keyframes shake1 {
    0%, 100% {
        transform: translateX(0)
    }
    12.5%, 37.5%, 62.5%, 87.5% {
        transform: translateX(20px)
    }
    25%, 50%, 75% {
        transform: translateX(-20px)
    }
}

@-webkit-keyframes shake1 {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    12.5%, 37.5%, 62.5%, 87.5% {
        -webkit-transform: translateX(20px)
    }
    25%, 50%, 75% {
        -webkit-transform: translateX(-20px)
    }
}

.scale-in {
    -webkit-animation: scale-in 1.5s;
    animation: scale-in 1.5s
}

@keyframes scale-in {
    0% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scale-in {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.stretch {
    -webkit-animation: stretch 1s;
    animation: stretch 1s
}

@keyframes stretch {
    0%, 100% {
        transform: scale3d(1, 1, 1)
    }
    30% {
        transform: scale3d(1.3, .7, 1)
    }
    40% {
        transform: scale3d(.7, 1.3, 1)
    }
    60% {
        transform: scale3d(1.2, .8, 1)
    }
    75% {
        transform: scale3d(.8, 1.2, 1)
    }
    90% {
        transform: scale3d(1.05, .95, 1)
    }
}

@-webkit-keyframes stretch {
    0%, 100% {
        -webkit-transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.3, .7, 1)
    }
    40% {
        -webkit-transform: scale3d(.7, 1.3, 1)
    }
    60% {
        -webkit-transform: scale3d(1.2, .8, 1)
    }
    75% {
        -webkit-transform: scale3d(.8, 1.2, 1)
    }
    90% {
        -webkit-transform: scale3d(1.05, .95, 1)
    }
}

.pulse {
    -webkit-animation: pulse 1s;
    animation: pulse 1s
}

@keyframes pulse {
    0% {
        transform: none
    }
    50% {
        transform: scale(1.15)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: none
    }
    50% {
        -webkit-transform: scale(1.15)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

.spin {
    -webkit-transform-origin: 50% 50% -200px;
    transform-origin: 50% 50% -200px;
    -webkit-animation: spin 1s;
    animation: spin 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@keyframes spin {
    0% {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg)
    }
}

.whirl {
    -webkit-animation: whirl 2s;
    animation: whirl 2s
}

@keyframes whirl {
    0% {
        transform: translateY(1000px) rotateY(0deg)
    }
    80% {
        transform: translateY(-100%) rotateY(720deg)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes whirl {
    0% {
        -webkit-transform: translateY(1000px) rotateY(0deg)
    }
    80% {
        -webkit-transform: translateY(-100%) rotateY(720deg)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

.wabble {
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-animation: wabble 1.2s;
    animation: wabble 1.2s
}

@keyframes wabble {
    0%, 100% {
        transform: rotateZ(0deg)
    }
    12.5% {
        transform: rotateZ(-20deg)
    }
    25% {
        transform: rotateZ(18deg)
    }
    37.5% {
        transform: rotateZ(-15deg)
    }
    50% {
        transform: rotateZ(13deg)
    }
    62.5% {
        transform: rotateZ(-10deg)
    }
    75% {
        transform: rotateZ(7deg)
    }
    87.5% {
        transform: rotateZ(-3deg)
    }
}

@-webkit-keyframes wabble {
    0%, 100% {
        -webkit-transform: rotateZ(0deg)
    }
    12.5% {
        -webkit-transform: rotateZ(-20deg)
    }
    25% {
        -webkit-transform: rotateZ(18deg)
    }
    37.5% {
        -webkit-transform: rotateZ(-15deg)
    }
    50% {
        -webkit-transform: rotateZ(13deg)
    }
    62.5% {
        -webkit-transform: rotateZ(-10deg)
    }
    75% {
        -webkit-transform: rotateZ(7deg)
    }
    87.5% {
        -webkit-transform: rotateZ(-3deg)
    }
}

#aipBranding {
    display: none!important;
  }

#rightbanner {
    position: absolute;
    top: 60px;
    right: 0px;
    width: 220px;
    height: 200px;
    z-index: 3;
    padding-top: 12px;
    padding-right: 12px;
    text-align: right;
    display: none;
}
#rightbanner img {
	border-radius: 6px;
}
#gd300x600 {
	padding: 0;
	margin: 0;
}

#gd336x280 {
	width: 336px;
	height: 280px;
	padding: 0;
	margin: 0;
}