/* ---------------------------------- */


/* -----------  FONTES  ------------- */


/* ---------------------------------- */

@font-face {
  font-family: 'Roboto Condensed';
  src: url(../fonts/Roboto-Condensed.ttf);
}

@font-face {
  font-family: 'Roboto Light';
  src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: 'Roboto Thin';
  src: url(../fonts/Roboto-Thin.ttf);
}

body {
  overflow-x: hidden;
}

@media screen and (min-width:0px) {
  #pnContainer {
    background-color: #f5f5f5;
  }
  #pgTrabalhe_Topo {
    width: 100%;
    min-height: 100vh;
    background-color: #f5f5f5;
  }
  #lbTituloTopo {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    font-family: "Roboto Light";
    font-size: 32px;
    text-align: left;
    color: #0055d4;
  }
  #pnContainer_Topo {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  #pnBeneficios {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 360px;
  }
  #pnBeneficios .beneficio {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
    margin-bottom: 10px;
  }
  .beneficio .indice {
    font-family: "Roboto Condensed";
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #0055d4;
    height: 30px;
    margin-top: 12px;
    transition: ease .15s;
  }
  .beneficio .indice.percentual {
    color: #0055d4;
  }
  .beneficio .icone {
    height: 40px;
    width: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .beneficio .descricao {
    font-family: "Roboto Light";
    font-size: 20px;
    margin-left: 16px;
    height: 30px;
    padding-top: 18px;
  }
  .vemsercs{
    color: #2668cc;
    font-weight:600;
    font-family: "Roboto Light";
    font-size: 25px;
    margin-left: 16px;
    height: 30px;
    padding-top: 18px;
  }
  .ambiente {
    background-image: url(../imagens/trabalhe_conosco/ambiente.png);
  }
  .estrelas {
    background-image: url(../imagens/trabalhe_conosco/estrelas.png);
  }
  .cafe {
    background-image: url(../imagens/trabalhe_conosco/cafe.png);
  }
  #imgTopo {
    width: 435px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../imagens/trabalhe_conosco/m_topo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: ease .15s;
  }
  #imgAviao {
    background-image: url(../imagens/trabalhe_conosco/aviao.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 160px;
    left: 180px;
    animation-name: entradaAviao;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: 1.7s;
    opacity: 0;
    transform: rotate(290deg);
    z-index: 10;
  }
  #imgRastro {
    width: 80px;
    height: 47px;
    position: absolute;
    top: 51px;
    left: 226px;
  }
  .linha_aviao {
    stroke: url(#gradAnim);
  }
  @keyframes entradaAviao {
    0% {
      left: 230px;
      animation-timing-function: ease-in;
    }
    60% {
      top: 65px;
      left: 240px;
      transform: rotate(310deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    75% {
      top: 40px;
      left: 260px;
      transform: rotate(330deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    100% {
      transform: rotate(360deg);
      top: 28px;
      left: 289px;
      opacity: 1;
    }
  }
  #pgTrabalhe_Texto {
    width: 100%;
    background-color: #196688;
    box-shadow: 0 4px 6px #aaa;
    margin-top: 32px;
    padding-top: 72px;
    padding-bottom: 82px;
    position: relative;
  }
  #lbTituloTexto {
    width: 90%;
    margin-left: 16px;
    margin-right: 16px;
    font-family: "Roboto Light";
    font-size: 32px;
    text-align: center;
    color: #fff;
  }
  #lbTextoPrinc {
    font-family: "Roboto Condensed";
    font-size: 20px;
    color: #fff;
    text-align: left;
    width: 90%;
    margin-left: 5%;
    margin-top: 32px;
  }
  #pgTrabalhe_Texto .detalhe {
    width: 100%;
    height: 20px;
    background-color: #11455c;
    position: absolute;
    bottom: 0;
  }
  #imgVaga.comVaga #pnSemVaga {
    display: none;
  }
  #imgVaga.comVaga {
    display: flex;
    width: 90%;
    min-height: 500px;
    margin: 18px auto 18px auto;
    border-radius: 8px;
    background-color: #fff;
    align-content: center;
  }
  #imgVaga.comVaga #pnComVaga {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 90%;
    height: 450px;
    margin: 9px auto 9px auto;
    text-align: center;
  }
  #imgVaga.comVaga .titulo {
    font-family: "Roboto Condensed";
    color: #333;
    font-size: 22px;
    font-weight: 600;
  }
  #imgVaga.comVaga .subtitulo {
    font-family: "Roboto Condensed";
    color: #4D4D4D;
    font-size: 18px;
  }
  #imgVaga.comVaga .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #imgVaga.comVaga .texto {
    flex: .9;
    text-align: left;
    font-family: "Roboto condensed";
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
  }
  #imgVaga.comVaga .img.checkedbox {
    width: 20px;
    height: 20px;
    background-color: #73a8dd;
    background-image: url(../imagens/trabalhe_conosco/checkedbox.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border: 2px solid #0e313d;
    border-radius: 2px;
    margin: auto;
  }
  #imgVaga.semVaga #pnComVaga {
    display: none;
  }
  #imgVaga.semVaga {
    width: 90%;
    min-height: 272px;
    margin-top: 52px;
    margin-left: 5%;
    padding-top: 28px;
    padding-bottom: 32px;
    border-radius: 8px;
    background-color: #f8f8f9;
    font-family: "Roboto Condensed";
  }
  #imgVaga.semVaga .imagem {
    background-image: url(../imagens/trabalhe_conosco/semVaga.png);
    width: 100%;
    height: 170px;
  }
  #imgVaga.semVaga .titulo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 18px;
    color: #0d6f5e;
  }
  #imgVaga.semVaga .desc {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 15px;
    color: #666
  }
  #pgTrabalhe_Formulario {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
    position: relative;
  }
  #Info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #imgInfo {
    width: 30px;
    min-height: 30px;
    margin-left: 35%;
    margin-bottom: 20px;
  }
  .img_Info {
    background-image: url(../imagens/trabalhe_conosco/bt_info.png);
    width: 100%;
    height: 30px;
  }
  #msgInfo {
    width: 30%;
    margin-left: 5px;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    color: #2b7392;
  }
  .invisivel {
    width: 32%;
    margin-left: 32%;
    height: auto;
    background-color: transparent;
    font-family: "Roboto Condensed";
    text-align: justify;
    display: none;
    color: #777777;
    display: block;

  }
  #msgInfo:hover{
    display: block;
  }
  #msgInfoEmail{
    margin-top: 50px;
    width: 100%;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    color: #2b7392;
  }
  #lbTituloForm {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto Light";
    font-size: 32px;
    text-align: center;
    color: #2b7392;
  }
  /* FORMULARIO */
  .lbTitulo {
    font-family: "Roboto Thin";
    font-size: 32px;
    width: 100%;
    text-align: center;
    margin-top: 32px;
  }
  #pgTrabalhe_Formulario form {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 16px;
    transition: ease .15s;
  }
  .oculto {
    opacity: 0
  }
  .campo {
    position: relative;
    width: 100%;
  }
  .campo_cb {
    width: 90%;
    padding: 0 5% 0 5%;
    text-align: justify;
  }
  .campo input {
    border-width: 0 0 2px 0;
    border-color: #aaa;
    width: 90%;
    height: 32px;
    margin-left: 5%;
    position: relative;
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: #666;
    background-color: transparent;
    margin-top: 32px;
    transition: ease .15s;
    z-index: 1;
  }
  .campo_cb input {
    border-width: 0 0 2px 0;
    border-color: #aaa;
    width: 20px;
    height: 20px;
    position: relative;
    color: #666;
    background-color: transparent;
    margin-top: 32px;
    cursor: pointer;
    z-index: 1;
  }
  .campo [contenteditable=true] {
    min-height: 32px;
    max-height: 70px;
    word-wrap: break-word;
    overflow: auto;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #aaa;
    width: 90%;
    margin-left: 5%;
    position: relative;
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: #666;
    background-color: transparent;
    margin-top: 32px;
    transition: ease .15s;
    z-index: 1;
  }
  .campo label {
    font-family: "Roboto Condensed";
    font-size: 18px;
    color: #999;
    position: absolute;
    left: 5%;
    top: 40px;
    transition: ease 175ms;
  }
  .campo_cb label {
    font-family: "Roboto Condensed";
    font-size: 15px;
    color: #777777;
    left: 5%;
    top: 40px;
    transition: ease 175ms;
  }
  [contenteditable=true]+label {
    top: 4px;
  }
  [contenteditable=true],
  input {
    outline: 0;
  }
  [contenteditable=true]:focus,
  input:focus:not(.sem_foco) {
    border-color: #1fa9f9;
  }
  input:invalid.campoPreenchido {
    border-color: #ff7f2a;
  }
  input:focus:invalid.campoPreenchido {
    border-color: #ff7f2a;
  }
  input:focus:not(.sem_foco)+label {
    font-size: 14px;
    left: 5%;
    top: 18px;
    color: #1fa9f9;
  }
  [contenteditable=true]:focus+label {
    font-size: 14px;
    left: 5%;
    top: -18px;
    color: #1fa9f9;
  }
  input:focus:invalid.campoPreenchido+label {
    color: #ff7f2a;
  }
  .campoPreenchido+label {
    font-size: 14px;
    left: 5%;
    top: 18px;
  }
  .campoPreenchido[contenteditable=true]+label {
    top: -18px;
  }
  div.campoPreenchido[contenteditable=true] {
    border-color: #228b22
  }
  div.campoPreenchido[contenteditable=true]:focus+label {
    color: #228b22
  }
  input:valid.campoPreenchido {
    border-color: #228b22;
  }
  input:focus:valid.campoPreenchido+label {
    color: #228b22;
  }
  .campo.anexo input {
    margin-right: 0;
    margin-left: 18%;
    width: 77%;
  }
  .campo.anexo input+label {
    margin-left: 13%;
  }
  .campo .bloqueio {
    position: absolute;
    width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    background-color: transparent;
    z-index: 1;
  }
  #campoMensagemAux {
    display: none;
  }
  #campoCurriculoAux {
    display: none;
  }
  .btAnexo {
    position: absolute;
    width: 52px;
    height: 52px;
    margin-top: -24px;
    background-image: url(../imagens/trabalhe_conosco/anexo.png);
    background-size: 26px;
    background-position: center 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 28px;
    box-shadow: 0 2px 4px #999;
    cursor: pointer;
    z-index: 72;
  }
  .btAnexo:hover {
    margin-top: -26px;
    box-shadow: 0 4px 8px #999;
  }
  form button {
    height: 48px;
    width: 90%;
    margin-left: 5%;
    margin-top: 48px;
    background: #5ea7be;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
    font-family: "Roboto Condensed";
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: ease-in .15s;
  }
  form button:focus,
  form button:hover {
    outline: 0;
    margin-top: 46px;
    margin-bottom: 2px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
  }
  form button:focus:hover {
    margin-top: 44px;
    margin-bottom: 4px;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .2);
  }
  input:invalid {
    box-shadow: none;
  }
  #msgEnvio {
    width: 90%;
    min-height: 70vw;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    display: none;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px #999;
    transition: ease .3s;
    transition-delay: .2s;
    position: relative;
  }
  #msgEnvio.enviando,
  #msgEnvio.ok {
    opacity: 1;
    display: relative;
  }
  #pnEnviando,
  #pnEnviou {
    opacity: 0;
    display: none;
    transition: ease .15s;
    width: 100%;
    height: 100%;
  }
  #msgEnvio.enviando #pnEnviando {
    opacity: 1;
  }
  #msgEnvio.ok #pnEnviou {
    opacity: 1;
  }
  .animCirculo {
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    top: 120px;
  }
  #lbCarregando {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30vw;
    font-family: "Roboto Condensed";
    font-size: 20px;
    text-align: center;
    color: #06f;
    transition: ease 1s;
  }
  #msgEnvio.ok {
    height: inherit;
    padding-bottom: 100px;
  }
  #msgEnvio.ok #pnEnviou {
    padding-top: 38px;
    font-family: "Roboto Condensed";
    text-align: center;
  }
  #msgEnvio.ok #pnEnviou .imagem {
    background-image: url(../imagens/contato/email_enviado.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 300px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  #lbTituloEnvio {
    color: #66cdaa;
    font-weight: 600;
    font-size: 22px;
  }
  #msgEnvio #lbDesc {
    color: #666;
    font-size: 18px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:499px){
  #imgInfo{
    margin-left: 10%;
  }
  #msgInfo{
    width: 70%;
    margin-left: 10px;
  }
  .invisivel{
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width:900px) {
  #imgInfo{
    margin-left: 5%;
  }
  #msgInfo{
    width: 80%;
    margin-left: 15px;
  }
  .invisivel{
    text-align: justify;
    width: 90%;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  #imgVaga.comVaga {
    width: 345px;
    height: 520px;
    margin: 18px auto 18px auto;
    background-image: url(../imagens/trabalhe_conosco/contratacao.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #196688;
  }
  #imgVaga.comVaga #pnComVaga {
    width: 80%;
    height: 75%;
    margin: 25% auto auto auto;
  }
  #imgVaga.comVaga .texto {
    font-size: 15px;
  }
  #imgVaga.semVaga .desc {
    width: 356px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 15px;
    color: #666
  }
  #msgEnvio {
    width: 450px;
    min-height: 0;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  #lbCarregando {
    margin-top: 160px;
  }
  
}

@media screen and (min-width:600px) {
  #imgInfo{
    margin-left: 5%;
  }
  #msgInfo{
    width: 80%;
    margin-left: 15px;
  }
  .invisivel{
    text-align: justify;
    width: 85%;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  #pnTelefones {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin-left: 5%;
  }
  #pnTelefones .campo input {
    margin-left: 0;
    width: 98%;
  }
  #pnTelefones .campo input+label {
    left: 0;
  }
  #pnTelefones .campo+.campo {
    left: 1%;
  }
  #msgEnvio {
    width: 580px;
  }
}

@media screen and (min-width:710px) {
  #imgInfo{
    margin-left: 10%;
  }
  #msgInfo{
    width: 75%;
  }
  .invisivel{
    text-align: justify;
    width: 70%;
    margin-left: 15%;
    margin-bottom: 20px;
  }
  #pgTrabalhe_Formulario form {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width:900px) {
  #imgInfo{
    margin-left: 12%;
  }
  #msgInfo{
    width: 70%;
  }
  .invisivel{
    text-align: justify;
    width: 55%;
    margin-left: 23%;
    margin-bottom: 20px;
  }
  #pgTrabalhe_Topo {
    min-height: 0;
    height: 490px;
    padding-top: 30px;
  }
  #lbTituloTopo {
    width: 800px;
  }
  #pnContainer_Topo {
    flex-direction: row;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  #imgTopo {
    width: 470px;
    height: 400px;
    margin-top: -80px;
    margin-left: 70px;
    position: relative;
  }
  #imgRastro {
    width: 80px;
    height: 65px;
    top: 71px;
    left: 230px;
  }
  @keyframes entradaAviao {
    0% {
      left: 220px;
      animation-timing-function: ease-in;
    }
    60% {
      top: 78px;
      left: 240px;
      transform: rotate(310deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    90% {
      transform: rotate(348deg);
      top: 55px;
      left: 280px;
      opacity: 1;
    }
    100% {
      transform: rotate(360deg);
      top: 49px;
      left: 305px;
      opacity: 1;
    }
  }
  #pnContainer_TextoVaga {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  #pnTextos {
    width: 100%;
  }
  #pnVaga {
    width: 100%;
  }
  #imgVaga.comVaga {
    margin: 18px;
    width: 400px;
    height: 600px;
  }
  #imgVaga.comVaga #pnComVaga {
    width: 80%;
    height: 75%;
  }
  #imgVaga.comVaga .texto {
    font-size: 16px;
  }
  #imgVaga.semVaga {
    padding-bottom: 12px
  }
}

@media screen and (min-width:1046px) {
  #imgInfo {
    width: 30px;
    min-height: 30px;
    margin-left: 33%;
    margin-bottom: 20px;
  }
  #msgInfo{
    margin-left: 20px;
    width: 50%;
    text-align: left;
  }
  .invisivel{
    text-align: justify;
    width: 32%;
    margin-left: 35%;
    margin-bottom: 20px;
  }
  #pnMenu {
    width: 100%;
    height: 72px;
    position: relative;
    z-index: 90;
    background-color: #153848;
    box-shadow: 0 1px 18px 0 #00000044;
  }
  #lbTituloTopo {
    padding-top: 0;
    margin-top: 32px;
    width: 900px;
  }
  #pgTrabalhe_Topo {
    height: 450px;
  }
  #pnContainer_Topo {
    width: 900px;
  }
  #imgTopo {
    width: 470px;
    height: 400px;
    margin-top: -80px;
    margin-left: 70px;
    position: relative;
  }
  #imgRastro {
    width: 80px;
    height: 65px;
    top: 51px;
    left: 250px;
  }
  @keyframes entradaAviao {
    0% {
      left: 240px;
      animation-timing-function: ease-in;
    }
    60% {
      top: 58px;
      left: 260px;
      transform: rotate(310deg);
      animation-timing-function: ease-out;
      opacity: 1;
    }
    90% {
      transform: rotate(348deg);
      top: 35px;
      left: 300px;
      opacity: 1;
    }
    100% {
      transform: rotate(360deg);
      top: 29px;
      left: 325px;
      opacity: 1;
    }
  }
  #pnContainer_TextoVaga {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #pnTextos {
    width: 120%;
  }
  #pgTrabalhe_Formulario {
    background: linear-gradient(90deg, #e3eff4 0, #f5f5f5 32%);
  }
  
}

.animCirculo .wBall {
  position: absolute;
  width: 55px;
  height: 55px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 4.5325s infinite;
  -o-animation: orbit 4.5325s infinite;
  -ms-animation: orbit 4.5325s infinite;
  -webkit-animation: orbit 4.5325s infinite;
  -moz-animation: orbit 4.5325s infinite;
}

.animCirculo .wBall .wInnerBall {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #06f;
  left: 0;
  top: 0;
  border-radius: 7px;
}

.animCirculo #wBall_1 {
  animation-delay: 986ms;
  -o-animation-delay: 986ms;
  -ms-animation-delay: 986ms;
  -webkit-animation-delay: 986ms;
  -moz-animation-delay: 986ms;
}

.animCirculo #wBall_2 {
  animation-delay: 193ms;
  -o-animation-delay: 193ms;
  -ms-animation-delay: 193ms;
  -webkit-animation-delay: 193ms;
  -moz-animation-delay: 193ms;
}

.animCirculo #wBall_3 {
  animation-delay: .3965s;
  -o-animation-delay: .3965s;
  -ms-animation-delay: .3965s;
  -webkit-animation-delay: .3965s;
  -moz-animation-delay: .3965s;
}

.animCirculo #wBall_4 {
  animation-delay: .5895s;
  -o-animation-delay: .5895s;
  -ms-animation-delay: .5895s;
  -webkit-animation-delay: .5895s;
  -moz-animation-delay: .5895s;
}

.animCirculo #wBall_5 {
  animation-delay: 793ms;
  -o-animation-delay: 793ms;
  -ms-animation-delay: 793ms;
  -webkit-animation-delay: 793ms;
  -moz-animation-delay: 793ms;
}


@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}

@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}

@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}

@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}

@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}