@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
/*!
Theme Name: MZiQ - BR Distribuidora
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for BR Distribuidora.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for BR Distribuidora
*/
/*  MZiQ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

*:focus {
  outline: none;
}

*:before, *:after {
  font: 400 20px/1 dashicons;
}

.scroll,
.overflow {
  display: inline-block;
  width: 100%;
  overflow: auto;
}

html.no-js {
  margin-top: 0 !important;
}

.admin-bar {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar {
    padding-top: 0;
    margin-top: 0;
  }

  #wpadminbar {
    display: none;
  }
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-moz-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-ms-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-o-scrollbar-track {
  background-color: rgba(0, 172, 228, 0.2);
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

::-moz-scrollbar {
  width: 9px;
  height: 9px;
}

::-ms-scrollbar {
  width: 9px;
  height: 9px;
}

::-o-scrollbar {
  width: 9px;
  height: 9px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fdc82f;
}

::-moz-scrollbar-thumb:hover {
  background: #fdc82f;
}

::-ms-scrollbar-thumb:hover {
  background: #fdc82f;
}

::-o-scrollbar-thumb:hover {
  background: #fdc82f;
}

::-webkit-scrollbar-thumb {
  background: #008542;
}

::-moz-scrollbar-thumb {
  background: #008542;
}

::-ms-scrollbar-thumb {
  background: #008542;
}

::-o-scrollbar-thumb {
  background: #008542;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* calendar & datepicker */
#content > h1:first-child {
  display: none;
}

.datepicker {
  position: relative;
  z-index: 0;
  display: table;
  width: 100%;
  margin: 0 auto;
}

.datepicker .nav-event {
  position: absolute;
  top: 14px;
  border-bottom: 1px solid #008542;
  border-right: 1px solid #fdc82f;
  text-indent: -9000px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 9;
  font-size: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.datepicker .nav-event:hover {
  opacity: 0.8;
}

.datepicker .nav-event.prev {
  left: 20px;
}

.datepicker .nav-event.next {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  right: 20px;
}

.datepicker .ui-datepicker-header {
  width: 100%;
  top: 0;
  height: 100%;
}

.datepicker .ui-datepicker-header h2 {
  text-align: center;
  display: none;
}

.interna #content h2.quarter-name {
  display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 21px;
  margin-top: -10px;
  display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev {
  /*background: url(../img/interna_arrow_left.png);*/
  left: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-next {
  /*background: url(../img/interna_arrow_right.png);*/
  right: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev span,
.datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

#data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
  text-transform: uppercase;
}

.datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #008542;
  font-size: 16px;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}

.home .datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  background: #fff;
}

.datepicker .ui-datepicker-unselectable {
  padding: 0;
  text-align: center;
  height: 35px;
  border: 0;
}

.datepicker .ui-datepicker-inline {
  border-collapse: separate;
  display: table !important;
  margin: 0 auto;
  width: 100% !important;
  min-height: 310px;
  padding: 0;
}

.home .datepicker .ui-datepicker-inline {
  padding: 0;
  min-height: 200px;
}

.home .datepicker {
  padding: 0;
  max-width: 350px;
  margin: 0 auto;
}

.datepicker .ui-datepicker-group {
  display: table-cell;
  vertical-align: top;
  padding: 0 12px 0;
  position: relative;
  width: 33.3%;
}

.datepicker table, .ui-datepicker-group table.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
  border: 0;
}

.datepicker table tr {
  padding: 0;
  float: none;
  border: 0;
}

.datepicker table thead th {
  padding: 25px 0;
  color: #000;
  font-weight: bold;
}

.datepicker table thead .datepicker-switch {
  padding: 6px 0;
  font-size: 18px;
  background: #94795D;
  text-align: center;
  color: #FFF;
  font: normal 15px/25px;
}

.datepicker table tbody td {
  width: 14.3%;
  cursor: default;
}

.datepicker table tbody td {
  height: 27px;
  opacity: 1 !important;
  padding: 5px 0;
  filter: alpha(opacity=100) !important;
}

.datepicker table tbody td span {
  color: #000;
  display: block;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0;
  min-width: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 0;
}

.datepicker table tbody td.ui-datepicker-week-end span {
  color: #000;
}

.datepicker table tbody td.has-event, .datepicker table tbody td.has-event span {
  color: #fff !important;
  background-color: #ada79d;
}

.datepicker table tbody td.has-event.divulgacao-de-resultado, .legenda_item .cor-01 {
  background-color: #476da6 !important;
  opacity: 1;
  filter: Alpha(Opacity=50);
}

.datepicker table tbody td.has-event.webcast, .legenda_item .cor-02 {
  background-color: #002168 !important;
}

.datepicker table tbody td.has-event.mais-de-um-evento, .legenda_item .cor-03 {
  background-color: #00adee !important;
}

.datepicker table tbody td.has-event.conferencias, .legenda_item .cor-04 {
  background-color: #ffca07 !important;
}

.datepicker table tbody td.has-event.outros-eventos, .legenda_item .cor-05 {
  background-color: #a7a7a7 !important;
}

.datepicker .datepicker-days table tbody td.empty span {
  background: none;
}

.home .datepicker table tbody td.has-event, .home .datepicker table tbody td.has-event span {
  color: #fff !important;
  background-color: #ada79d !important;
}

.calendar-popover li {
  margin-top: 9px;
}

.calendar-popover li:first-child {
  margin-top: 0;
}

.ui-widget-header {
  background-color: transparent;
}

.ui-tooltip, .arrow:after {
  background: #fff;
  border: 1px solid #e6e6e6;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #2A2222;
  box-shadow: 0 0 7px #a8a8a8;
  padding: 0;
}

.ui-tooltip h5 {
  color: #476da6;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  background: #f9f9f9;
  margin: 0;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.ui-tooltip ul {
  padding: 0;
  margin-bottom: 0;
}

.ui-tooltip ul li {
  list-style: none;
  padding: 8px 10px;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.lista_eventos {
  color: #FF0000;
  width: 100%;
  border-top: 1px dashed #D0D0D0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lista_eventos a, .lista_eventos a:hover {
  text-decoration: none;
  color: #FF0000;
}

.CAL_Proximo_Evento {
  width: 100%;
}

.CAL_Proximo_Evento_Esquerda_Topo {
  background-image: url("/images/bg_left.gif");
  background-repeat: repeat-y;
  background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
  background-image: url("/images/bg_right.gif");
  background-repeat: repeat-y;
  background-position: right;
}

.CAL_Proximo_Evento_Rodape {
  background-image: url("/images/bg_bot.gif");
}

.CAL_Eventos, .CAL_proximo_evento_div {
  display: table;
}

.CAL_Proximo_Evento a, .CAL_Eventos a {
  font-family: Arial, Tahoma, Arial;
  color: #2A2222;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  background: #94795D;
  display: block;
  width: 32px;
  height: 32px;
}

/*.CAL_Proximo_Evento a:hover, .CAL_Eventos a:hover {
    color: #2A2222;
    font-size: 10px;
    text-decoration: none;
}*/
.CAL_Eventos .line {
  width: 100%;
  background-image: url("/images/linha_dupla.gif");
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-left: -15px;
  margin-right: 15px;
  font-size: 1px;
  height: 20px;
}

.CAL_titulo {
  font-size: 14px;
  font-weight: bold;
  color: #003366;
}

#proximo_evento_link {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:hover {
  font-size: 11px;
  text-decoration: none;
}

#proximo_evento_link:visited {
  font-size: 11px;
  text-decoration: none;
}

.box_evento {
  padding-left: 15px;
}

.legenda_eventos {
  display: none;
  border: 1px solid #e1e1e1;
  width: 180px;
  white-space: nowrap;
  padding: 5px;
  display: none;
  position: absolute;
  background: #FFFFFF;
}

.legenda_eventos table td {
  white-space: nowrap;
}

.rodape_calendario {
  text-align: left;
}

.btn_legenda {
  text-align: left;
}

.btn_legenda .label {
  font-family: Arial, Tahoma, Arial;
  color: #0054A6;
  font-size: 10px;
  text-decoration: none;
}

#legenda_eventos {
  width: 100%;
  margin: 5px auto;
}

.legenda_texto {
  font: normal 20px/26px;
}

.legenda_item {
  margin: 5px 15px 5px 0;
  float: left;
  position: relative;
}

.legenda_item .label {
  color: rgb(78, 54, 41);
  font: normal 15px/17px;
  padding: 5px 0 5px 22px;
}

.legenda_item .cor {
  float: left;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}

.legenda_fecha {
  text-align: right;
  cursor: pointer;
  font-weight: bold;
}

.conteudo-agenda-interna #main {
  padding: 0 !important;
}

#WzTtDiV {
  z-index: 999999999 !important;
}

.fn-calendar-load-past-events {
  margin-top: 20px;
}

.todo-conteudo-evento {
  display: table-row;
  vertical-align: middle;
  height: 45px;
}

.todo-conteudo-evento .CAL_data, .todo-conteudo-evento .imagem-calendario, .todo-conteudo-evento .nome-evento-agenda {
  color: #000;
  padding: 0px 5px;
  font: normal 17px/19px;
  display: table-cell;
  vertical-align: middle;
  min-height: 50px;
}

.todo-conteudo-evento .nome-evento-agenda {
  padding-left: 15px;
}

.CAL_data {
  margin-right: 10px;
  min-width: 150px;
}

/*.hora_evento {
    margin-left: 10px;
}
*/
.CAL_local {
  font-size: 14px;
  line-height: 16px;
}

#proximo_evento_data, #hora_proximo_evento, #proximo_evento_link, #proximo_evento_local {
  color: #000;
}

#proximo_evento_titulo,
.CAL_TITULO_DO_EVENTO {
  font-size: 14px;
  font-weight: bold;
}

.interna #content h2#prox_eventos, .interna #content h2.eventos_passados {
  margin: 20px 0;
}

.seta_topo a {
  padding: 0 0 0 7px;
  font-size: 11px;
  color: #747474 !important;
  text-decoration: none !important;
}

.seta_topo {
  background: url("/images/top.png") no-repeat 604px center;
  margin: 24px 0 6px 0;
  text-align: right;
}

.box_calendario_evento_corporativo {
  padding: 2px;
  text-align: center;
  margin: 0 auto;
}

.box_calendario_evento_corporativo img {
  float: left;
  margin: 0;
}

.box_calendario_evento_corporativo a {
  text-decoration: none;
  line-height: 25px;
}

.box_calendario_evento_corporativo .glyphicon-calendar:before {
  display: none;
}

.box_calendario_evento_corporativo .glyphicon-calendar {
  background: url("/images/glyphicons_045_calendar.png") no-repeat;
  background-color: #94795D;
  float: left;
  height: 24px;
  width: 23px;
  position: relative;
  left: 95px;
}

.bloco-calendar {
  width: 620px;
  margin: 0 auto;
}

.iframe-calendario {
  width: 90%;
  margin: 0 auto;
}

.bg-top-favoritos {
  top: 4px;
}

.attachments {
  margin-left: 9px;
  margin-top: 5px;
}

#content .attachments a {
  font-size: 11px;
  line-height: 22px;
  color: #4D8E4A;
}

.attachments img {
  float: left;
  margin-right: 4px;
}

.datepicker .datepicker-header .prev, .datepicker .datepicker-header .next {
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  #div_calendar .ui-datepicker-group {
    width: 50%;
  }

  #div_calendar .ui-datepicker-group-last {
    display: none;
  }
}
@media (max-width: 680px) {
  #div_calendar .ui-datepicker-group {
    width: 100%;
  }

  #div_calendar .ui-datepicker-group-middle {
    display: none;
  }
}
@media (max-width: 540px) {
  .datepicker .ui-datepicker-inline {
    padding: 0;
  }

  .datepicker .nav-event {
    z-index: 9;
    width: 45px;
  }

  .datepicker .nav-event.prev {
    left: 0;
  }

  .datepicker .nav-event.next {
    right: 0;
  }

  #legenda_eventos {
    padding: 0 2px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  width: 1170px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
  clear: both;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

img {
  max-width: 100%;
  height: auto;
}

#main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home #main {
  padding-top: 123px;
}

.interna #main {
  padding-top: 160px;
}

.captcha {
  margin: 15px 0;
  float: left;
}
.captcha:after, .captcha:before {
  clear: both;
}

iframe {
  border: none;
}

html, body {
  overflow-x: hidden;
}

.arquivos a {
  color: #008542 !important;
}

#search {
  z-index: 10;
  position: relative;
}
#search.active::before {
  content: "";
  background: #000;
  opacity: 0.85;
  -webkit-filter: alpha(opacity=85);
  -moz-filter: alpha(opacity=85);
  -ms-filter: alpha(opacity=85);
  -o-filter: alpha(opacity=85);
  filter: alpha(opacity=85);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  z-index: 9;
}
#search.active .close-search {
  display: block;
}
#search .close-search {
  display: none;
  background: url(img/close-icon.png) no-repeat center;
  width: 55px;
  height: 55px;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 10;
}
#search form {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 768px;
  height: 85px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -384px;
  z-index: 10;
}
#search form fieldset {
  border: 0;
}
#search form input {
  background-color: transparent;
  color: #fff;
  font-size: 35px;
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-right: 110px;
  width: 100%;
  height: 100%;
  font-weight: 100;
  border: 0;
  line-height: 66px;
  text-transform: uppercase;
  border-bottom: 2px solid #008542;
}
#search form input::-webkit-input-placeholder {
  color: #fff;
}
#search form input::-moz-input-placeholder {
  color: #fff;
}
#search form input::-ms-input-placeholder {
  color: #fff;
}
#search form input::-o-input-placeholder {
  color: #fff;
}
#search form input::input-placeholder {
  color: #fff;
}
#search form button {
  background: url(img/ico-search.png) no-repeat center;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100px;
  text-indent: -90000px;
}
#search form button::before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
}

#header {
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  z-index: 99999;
  width: 100%;
  overflow: visible;
  -webkit-box-shadow: 1px 1px 5px #ccc;
  -moz-box-shadow: 1px 1px 5px #ccc;
  -ms-box-shadow: 1px 1px 5px #ccc;
  -o-box-shadow: 1px 1px 5px #ccc;
  box-shadow: 1px 1px 5px #ccc;
}
#header #search-modal {
  display: none;
  width: 100%;
  float: left;
  background: #e2e2e2;
  overflow: hidden;
}
#header #search-modal.ativo form {
  opacity: 1;
}
#header #search-modal form {
  max-width: 1230px;
  width: 100%;
  display: table;
  margin: 0 auto;
  background: #e2e2e2;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#header #search-modal form fieldset {
  border: 0;
  position: relative;
}
#header #search-modal form fieldset:before {
  content: "";
  position: absolute;
  width: 2000px;
  right: 0;
  left: 92%;
  height: 100%;
  background: #afafaf;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
}
#header #search-modal form fieldset input {
  background: #e2e2e2;
  width: 85%;
  padding: 15px;
  border: 0;
  font-size: 22px;
  float: left;
}
#header #search-modal form fieldset .btn {
  width: 7.5%;
  border: 0;
  height: 100%;
  cursor: pointer;
}
#header #search-modal form fieldset .btn.close, #header #search-modal form fieldset .btn.search {
  position: relative;
  float: left;
  padding: 13.5px 0;
  text-align: center;
}
#header #search-modal form fieldset .btn.close:before, #header #search-modal form fieldset .btn.search:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #fff;
}
#header #search-modal form fieldset .btn.search:before {
  content: "\f002";
  color: #333;
}
#header #logo {
  float: left;
  margin-right: 20px;
  padding: 35px 0 0 0;
}
#header #logo a {
  display: block;
}
#header h2 {
  padding-left: 0;
  margin-top: 26.5px;
  color: #008542;
  float: left;
}
#header #header-links {
  float: right;
  position: relative;
  padding-left: 90px;
}
#header #header-links:after {
  content: "";
  background: #008542;
  position: absolute;
  left: 99%;
  top: 0;
  height: 100%;
  width: 3000px;
}
#header #header-links ul {
  float: left;
  background: #008542;
  padding: 4px 0;
  z-index: 1;
  position: relative;
}
#header #header-links ul:before {
  content: "";
  background: #008542;
  color: #fff;
  width: 200px;
  -webkit-transform: skew(60deg, 0deg);
  -moz-transform: skew(60deg, 0deg);
  -ms-transform: skew(60deg, 0deg);
  -o-transform: skew(60deg, 0deg);
  transform: skew(60deg, 0deg);
  height: 27px;
  position: absolute;
  top: 0;
  left: -45px;
  z-index: -1;
}
#header #header-links li {
  float: left;
  margin-right: 35px;
  padding-right: 35px;
  border-right: 1px solid #fff;
}
#header #header-links li:first-child {
  margin-right: 60px;
  border-right: 0;
}
#header #header-links li.lang a {
  margin-left: 25px;
  display: block;
  float: left;
}
#header #header-links li.lang a:first-child {
  margin-left: 0;
}
#header #header-links li.lang a.active {
  opacity: 0.6;
}
#header #header-links li.search-icon {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
  cursor: pointer;
}
#header #header-links li.search-icon span {
  position: relative;
  float: left;
  color: #fff;
  width: 33px;
  text-align: center;
  line-height: 1.2em;
}
@media (max-width: 540px) {
  #header #header-links li.search-icon span {
    height: 26px;
  }
}
#header #header-links li.search-icon span:before {
  content: "\f002";
  font-size: 14px;
  font-family: "FontAwesome";
}
#header #header-links li a {
  color: #fff;
  font-size: 16px;
}
#header #nav-menu {
  float: right;
  margin-top: 53px;
}
#header #nav-menu ul li {
  float: left;
  padding: 10px 0;
  position: relative;
}
#header #nav-menu ul li:last-child .link {
  border-right: 0;
}
#header #nav-menu ul li:hover {
  background: #eaeaea;
}
#header #nav-menu ul li:hover .link:before, #header #nav-menu ul li:hover .link:after {
  display: block;
}
#header #nav-menu ul li:hover .sub-menu {
  display: block;
}
#header #nav-menu ul li .link {
  color: #008542;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  border-right: 1px solid #008542;
  display: block;
  padding: 5px 19.7px;
  z-index: 1;
}
#header #nav-menu ul li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  background: #eaeaea;
  z-index: 9;
}
#header #nav-menu ul li .sub-menu li {
  font-size: 12px;
  padding: 5px 0;
  border-right: 0;
  display: inline-block;
  width: 100%;
}
#header #nav-menu ul li .sub-menu li:nth-child(even) {
  margin-right: 0;
}
#header #nav-menu ul li .sub-menu li a {
  color: #008542;
  display: block;
  border: 0;
}
#header .icon-menu,
#header .menu-close {
  display: none;
  width: 33px;
  height: 32px;
  position: absolute;
  top: 60%;
  right: 20px;
  cursor: pointer;
  -webkit-transition: 0.25;
  -moz-transition: 0.25;
  -ms-transition: 0.25;
  -o-transition: 0.25;
  transition: 0.25;
}
#header .icon-menu span,
#header .menu-close span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #008542;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  top: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
#header .icon-menu span:nth-child(2), #header .icon-menu span:nth-child(3) {
  top: 13px;
}
#header .icon-menu span:nth-child(4) {
  top: 26px;
}
@media (max-width: 979px) {
  #header .icon-menu {
    display: block;
  }
}
#header .menu-close {
  right: 10px;
  top: 35px;
  z-index: 99;
  position: fixed;
}
#header .menu-close span {
  top: 13px;
  background: #fff;
}
#header .menu-close span:nth-child(1), #header .menu-close span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
#header .menu-close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .menu-close span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1070px) {
  #header #header {
    overflow: visible;
  }
  #header #header h2 {
    display: none;
  }
  #header #nav-menu {
    margin-top: 0;
    float: none;
    background: rgba(0, 133, 66, 0.9);
    position: fixed;
    right: -400px;
    top: 0;
    width: 100%;
    max-width: 400px;
    padding: 30px 56px 30px 0;
    height: 100%;
    overflow: visible;
    z-index: 9999;
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header #nav-menu.ativo {
    right: -60px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #header #nav-menu.ativo .menu-close {
    display: block;
  }
  #header #nav-menu ul {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
    background-color: transparent;
  }
  #header #nav-menu ul li {
    width: 100%;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  #header #nav-menu ul li:hover {
    background: transparent;
  }
  #header #nav-menu ul li > a {
    font-size: 18px;
  }
  #header #nav-menu ul li a.link {
    color: #fff;
    padding: 5px 0;
    float: left;
    text-align: left;
    border: 0;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    height: inherit;
    background-color: transparent;
  }
  #header #nav-menu ul li a.link:before {
    display: none !important;
  }
  #header #nav-menu ul li li {
    padding: 5px 0 5px 15px;
    border-bottom: 0;
    background: transparent;
  }
  #header #nav-menu ul li li:before {
    font-family: "FontAwesome";
    content: "\f101";
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    font-size: 12px;
  }
  #header #nav-menu ul li li a {
    font-size: 15px;
    display: block;
    width: 100%;
  }
  #header #nav-menu ul li .sub-menu {
    width: 100%;
    float: left;
    position: relative;
    background: transparent;
    display: block;
    top: 0;
    max-width: 100%;
    padding: 0;
  }
  #header #nav-menu ul li .sub-menu li {
    width: 100%;
    border-bottom: 0;
    position: relative;
    padding-left: 15px;
  }
  #header #nav-menu ul li .sub-menu li + li {
    margin-top: 10px;
  }
  #header #nav-menu ul li .sub-menu li a {
    color: #fff;
  }
  #header .icon-menu {
    display: block;
  }
}
@media (max-width: 860px) {
  #header #header-links ul li:first-child,
#header #header-links ul li.inst {
    display: none;
  }
}
@media (max-width: 767px) {
  #header {
    position: relative;
    background: #fff;
    overflow: visible;
  }
}
@media (max-width: 540px) {
  #header {
    overflow: inherit;
  }
  #header #search form fieldset input {
    width: 80%;
    font-size: 15px;
  }
  #header #search form fieldset .btn {
    margin-right: 5%;
  }
  #header #search form fieldset .btn.search:before, #header #search form fieldset .btn.close:before {
    font-size: 20px;
  }
  #header #search form fieldset .btn.close {
    margin-right: 0;
  }
  #header #header-links {
    padding-left: 0;
  }
  #header #header-links:before, #header #header-links:after {
    display: none;
  }
  #header #header-links ul {
    padding-left: 8px;
  }
  #header #header-links ul:before {
    display: none;
  }
  #header #header-links ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
  #header #header-links ul li.lang a {
    margin-left: 10px;
  }
}

#slideshow {
  overflow: hidden;
  position: relative;
  min-height: 320px;
  display: block;
}
#slideshow .owl-carousel .item {
  float: left;
  width: 100%;
  position: relative;
}
#slideshow .owl-carousel .item:before {
  content: "";
  position: absolute;
  left: -30%;
  top: 0;
  width: 75%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transform: skew(45deg, 0deg);
  -moz-transform: skew(45deg, 0deg);
  -ms-transform: skew(45deg, 0deg);
  -o-transform: skew(45deg, 0deg);
  transform: skew(45deg, 0deg);
  z-index: 1;
  display: none;
}
#slideshow .owl-carousel .item figure {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 70% !important;
  max-height: 470px;
  padding: 170px 0;
}
#slideshow .owl-carousel .item figure figcaption {
  max-width: 450px;
}
#slideshow .owl-carousel .item figure figcaption h2 {
  color: #008542;
  font-size: 37px;
  font-weight: 700;
  line-height: 65px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
#slideshow .owl-carousel .owl-nav {
  display: none;
}
#slideshow .owl-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 100%;
  max-width: 1170px;
  margin-left: -585px;
  padding: 0 15px;
}
#slideshow .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  border: 3px solid #008542;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}
#slideshow .owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
#slideshow .owl-carousel .owl-dots .owl-dot.active {
  background-color: #008542;
}

.quotes {
  width: 100%;
  float: left;
  background: #fdc82f;
  padding: 17px 0;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.quotes ul li {
  float: left;
  border-right: 1px solid #101010;
  font-size: 16px;
  margin-right: 34px;
  padding-right: 34px;
  color: #101010;
}
.quotes ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.quotes ul li:last-child span {
  float: left;
}
.quotes ul li.infos span {
  padding-right: 15px;
}
@media (max-width: 1130px) {
  .quotes ul li {
    margin-right: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 890px) {
  .quotes {
    display: none;
  }
}

.box {
  position: relative;
}
.box .box-tit {
  color: #008542;
  font-size: 22px;
  min-height: 39px;
  width: 100%;
  float: left;
  padding-bottom: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
}
.box .box-tit:before {
  content: "";
  background: #fdc82f;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 20px;
}
.box:last-child .box-content {
  border-right: 0;
}
.box .box-content {
  border-right: 1px solid #ccc;
  float: left;
  width: 100%;
  height: 360px;
  padding-right: 4.5%;
}
.box .box-foot {
  color: #008542;
  border: 4px solid #fdc82f;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  right: 35px;
  padding: 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media (min-width: 992px) {
  .box .box-foot.results-center {
    bottom: -90px;
  }
}
.box .box-foot:hover {
  border-color: #008542;
  border: 4px solid #008542;
}

#news table,
#events table {
  width: 100%;
  border-spacing: 0 15px;
}
#news table tr .data,
#events table tr .data {
  width: 55px;
  min-height: 55px;
  padding: 2px;
  color: #101010;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  border: 4px solid #fdc82f;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
#news table tr .data time span,
#events table tr .data time span {
  color: #008542;
  width: 100%;
  float: unset;
  padding-top: 7px;
  font-size: 25px;
  line-height: 0.8em;
  display: flex;
  flex-direction: column;
}
#news table tr .link,
#events table tr .link {
  padding-left: 15px;
}
#news table tr .link a,
#events table tr .link a {
  font-size: 18px;
  color: #101010;
  font-weight: bold;
}

#events table tr .link a {
  font-weight: normal;
}

#results-center form .owl-carousel .item {
  height: 220px;
  font-size: 0;
}
#results-center form .owl-carousel .item .side-title {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  margin-right: 10%;
  text-align: center;
}
#results-center form .owl-carousel .item .side-title h2 {
  font-size: 55px;
  color: #101010;
}
#results-center form .owl-carousel .item .side-title h2 strong {
  color: #008542;
}
#results-center form .owl-carousel .item fieldset {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  border: 0;
}
#results-center form .owl-carousel .item fieldset label {
  display: block;
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
  position: relative;
  color: #101010;
}
#results-center form .owl-carousel .item fieldset label + label {
  margin-top: 20px;
}
#results-center form .owl-carousel .item fieldset label input {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: transparent;
}
#results-center form .owl-carousel .item fieldset label input:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #008542;
  position: absolute;
  left: 0;
  top: 0;
}
#results-center form .owl-carousel .item fieldset label input:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 6px;
  left: 4px;
  top: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid #fdc82f;
  border-bottom: 2px solid #fdc82f;
  display: none;
}
#results-center form .owl-carousel .item fieldset label input[type=checkbox]:checked:after {
  display: block;
}
#results-center form .owl-carousel .item::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 220px;
}
#results-center form .owl-carousel .owl-nav .owl-prev,
#results-center form .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 70px;
  top: 33px;
  text-indent: -99999px;
  border-bottom: 15px solid #fdc82f;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
#results-center form .owl-carousel .owl-nav .owl-prev {
  border-bottom: 0;
  border-top: 15px solid #fdc82f;
  top: 153px;
}
#results-center .box-foot input {
  background: none;
  border: 0;
  margin-top: 0;
  padding-left: 0;
  position: relative;
  bottom: auto;
  right: auto;
}

#mailing form {
  float: left;
  width: 100%;
}
#mailing form fieldset {
  border: 0;
}
#mailing form fieldset label {
  width: 100%;
  float: left;
  color: #101010;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#mailing form fieldset input {
  width: 100%;
  border: 2px solid #e5e5e5;
  padding: 5px 10px;
  margin-bottom: 16px;
}

#contact-ir address > * {
  font-style: normal;
  color: #101010;
  font-size: 18px;
}
#contact-ir address strong {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

#sl_groups option::before {
  content: "☐";
  width: 1.3em;
  text-align: center;
  display: inline-block;
}

#sl_groups option:checked::before {
  content: "☑";
}

#mailing #form-mailing fieldset label {
  display: none;
}
#mailing #form-mailing fieldset .btn-send {
  color: #008542;
  border: 4px solid #fdc82f;
  border-radius: 8px;
  font-weight: 700;
  padding: 5px 10px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  cursor: pointer;
  width: 119px;
  float: right;
}
#mailing #form-mailing .label-check {
  display: inline-block !important;
  color: #414141;
  width: 90% !important;
  margin: 0 0 5px 0 !important;
  float: right !important;
  font-size: 12px;
  font-family: "Roboto, sans-serif";
}
#mailing #form-mailing .label-check a {
  text-decoration: none;
  color: #414141;
}
#mailing #form-mailing .input-check {
  border: none !important;
  box-shadow: unset !important;
  width: auto !important;
  margin: 5px 5px 10px 0 !important;
}
#mailing #form-mailing .g-recaptcha {
  margin-top: 14px;
}
#mailing #form-mailing #sl_groups {
  width: 100%;
  height: 25px;
}

#highlights {
  width: 100%;
  float: left;
  background-image: url(img/bg-destaques-new.jpg);
  margin: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
}
#highlights:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 133, 66, 0.63);
}
#highlights figure legend {
  font-size: 22.28px;
  color: #fff;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  height: 77px;
  font-weight: bold;
}
#highlights .owl-nav .owl-prev,
#highlights .owl-nav .owl-next {
  position: absolute;
  top: 45%;
  left: 0;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#highlights .owl-nav .owl-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

#results-center form .owl-carousel .owl-nav .owl-next {
  top: 157px;
  transform: rotate(180deg);
}
#results-center form .owl-carousel .owl-nav .owl-prev {
  top: 35px;
  transform: rotate(180deg);
}

.wp__content {
  padding: 5px 0;
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wp__content {
    padding-top: 170px;
  }
}
.wp__content h1 {
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #008542;
  display: block;
  width: 100%;
  font-size: 26px;
  font-size: 1.625rem;
}
.wp__content h2, .wp__content h3, .wp__content h4, .wp__content h5, .wp__content h6 {
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #008542;
  margin-top: 20px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wp__content li, .wp__content p {
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-top: 20px;
  color: #101010;
  display: block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}
.wp__content a {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
.wp__content ul li {
  padding-left: 25px;
  position: relative;
}
.wp__content ul li::before {
  content: "\f101";
  font-family: "FontAwesome";
  font-size: 16px;
  color: #101010;
  left: 0;
  top: 0;
  position: absolute;
}
.wp__content table {
  margin-top: 40px;
  border-bottom: 6px solid #008542;
  width: 100%;
  border-spacing: 0;
}
.wp__content table tr + tr td {
  border-top: 2px solid #eee;
}
.wp__content table tr th, .wp__content table tr td {
  padding: 14px;
}
.wp__content table tr th, .wp__content table tr .tabelatt {
  text-transform: uppercase;
  text-align: left;
  background-color: #008542;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.wp__content table tr th:first-child, .wp__content table tr .tabelatt:first-child {
  border-top-left-radius: 5px;
}
.wp__content table tr th:last-child, .wp__content table tr .tabelatt:last-child {
  border-top-right-radius: 5px;
}
.wp__content table tr td {
  font-weight: 300;
}
.wp__content table tr td.data {
  width: 116px;
}
.wp__content table tr td.icone {
  width: 55px;
}
.wp__content table.tb-central {
  border-bottom: 2px solid #eee;
}
.wp__content table.tb-central tr th {
  background-color: transparent;
  color: #008542;
  font-size: 22px;
  font-size: 1.375rem;
  min-width: 150px;
  text-align: center;
}
.wp__content table.tb-central tr th.ano {
  opacity: 0;
}
.wp__content table.tb-central tr td {
  padding: 10px 0;
}
.wp__content table.tb-central tr td.off img {
  opacity: 0.3;
}
.wp__content table.tb-central tr td img {
  display: block;
  margin: 0 auto;
}
.wp__content .breadcrumb {
  width: 100%;
  display: block;
}
.wp__content .breadcrumb ul {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.wp__content .breadcrumb ul li {
  display: inline-block;
  color: #101010;
  width: initial;
  width: auto;
  padding-left: 0;
}
.wp__content .breadcrumb ul li:before {
  display: none;
}
.wp__content .breadcrumb ul li:not(:first-child) {
  padding-left: 20px;
}
.wp__content .breadcrumb ul li.separator {
  width: 10px;
  height: 10px;
  margin: 0;
  padding-left: 9px;
  display: inline-block;
  position: relative;
}
.wp__content .breadcrumb ul li.separator i {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  border-right: 2px solid #101010;
  border-top: 2px solid #101010;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp__content .breadcrumb ul li strong {
  color: #fdc82f;
}
.wp__content .breadcrumb ul li a {
  color: #101010;
  text-decoration: none;
}
.wp__content .menu-tabs {
  width: 100%;
  display: block;
  padding: 15px;
  margin-bottom: 35px;
  text-align: justify;
}
.wp__content .menu-tabs::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.wp__content .menu-tabs li {
  width: initial;
  padding: 15px 45px;
  background-color: #ebebeb;
  color: #101010;
  font-size: 18px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.wp__content .menu-tabs li.active, .wp__content .menu-tabs li:hover {
  background-color: #fdc82f;
  color: #fff;
}
.wp__content .menu-tabs li::before {
  display: none;
}
.wp__content .menu-tabs li.active::before {
  content: "\f107";
  font-family: "FontAwesome";
  background-image: initial;
  display: block;
  font-size: 32px;
  color: #fdc82f;
  position: absolute;
  bottom: -27px;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wp__content form.forms.select {
  float: right;
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #fdc82f;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wp__content form.forms.select::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fdc82f;
  border-bottom: 1px solid #fdc82f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wp__content form.forms.select select {
  background: transparent;
  width: 100%;
  padding: 5px 30px 5px 10px;
  margin: 0;
  color: #101010;
  cursor: pointer;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.wp__content form.protected-post-form, .wp__content form.post-password-form {
  display: table;
  margin: 15px 0;
  width: 100%;
  max-width: 540px;
}
.wp__content form.protected-post-form label, .wp__content form.post-password-form label {
  display: block;
}
.wp__content form fieldset {
  clear: both;
  float: left;
  width: 100%;
  border: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.wp__content form input,
.wp__content form textarea,
.wp__content form select {
  background-color: #fdfdfd;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  padding: 8px;
  margin: 5px 0;
  border: 1px solid #008542;
  color: #101010;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.wp__content form input::-webkit-input-placeholder,
.wp__content form textarea::-webkit-input-placeholder,
.wp__content form select::-webkit-input-placeholder {
  color: #101010;
}
.wp__content form input::-moz-input-placeholder,
.wp__content form textarea::-moz-input-placeholder,
.wp__content form select::-moz-input-placeholder {
  color: #101010;
}
.wp__content form input::-ms-input-placeholder,
.wp__content form textarea::-ms-input-placeholder,
.wp__content form select::-ms-input-placeholder {
  color: #101010;
}
.wp__content form input::-o-input-placeholder,
.wp__content form textarea::-o-input-placeholder,
.wp__content form select::-o-input-placeholder {
  color: #101010;
}
.wp__content form input::input-placeholder,
.wp__content form textarea::input-placeholder,
.wp__content form select::input-placeholder {
  color: #101010;
}
.wp__content form label {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.wp__content form textarea {
  height: 100px;
  resize: none;
  overflow: auto;
  margin-bottom: 10px;
}
.wp__content form .btn,
.wp__content form input[type=submit],
.wp__content form button {
  float: right;
  width: 100px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  background-color: #008542;
  border-bottom: 5px solid #fdc82f;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -ms-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -ms-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.wp__content form .btn:hover,
.wp__content form input[type=submit]:hover,
.wp__content form button:hover {
  background-color: #006c35;
}
.wp__content form .btn.reset {
  float: left;
}
.wp__content form .label-check {
  display: inline-block !important;
  color: #414141;
  width: auto !important;
  float: unset !important;
  margin: 4px 0 0 0 !important;
  font-size: 12px;
  font-family: "Roboto, sans-serif";
}
.wp__content form .label-check a {
  text-decoration: none;
}
.wp__content form .input-check {
  border: none !important;
  box-shadow: unset !important;
  width: auto !important;
  margin: 5px 5px 10px 0 !important;
}

.arconix-faq-term-title,
.arconix-faq-term-description {
  display: none !important;
}

.arconix-faq-wrap {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
}
.arconix-faq-wrap + br {
  display: none;
}
.arconix-faq-wrap .arconix-faq-title {
  display: block;
  border-radius: 0;
  position: relative;
  background-image: none !important;
  padding: 15px 40px 15px 15px;
  color: #fff;
  border-color: #ddd;
  border: none;
  border-bottom: 1px #c7c7c7 solid;
  background-color: #fdfdfd;
  font-size: 16px;
  font-weight: bold;
  background-color: #008542;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.arconix-faq-wrap .arconix-faq-title:hover, .arconix-faq-wrap .arconix-faq-title.faq-open {
  background-color: #008542;
  color: #fff;
  text-decoration: none;
}
.arconix-faq-wrap .arconix-faq-title:hover:before, .arconix-faq-wrap .arconix-faq-title.faq-open:before {
  color: #fff;
}
.arconix-faq-wrap .arconix-faq-title.faq-open:before {
  content: "\f106";
}
.arconix-faq-wrap .arconix-faq-title:before {
  content: "\f107";
  position: absolute;
  right: 11px;
  top: 13px;
  font-family: "FontAwesome";
  font-size: 24px;
  color: #fff;
}
.arconix-faq-wrap .arconix-faq-content {
  padding: 5px 15px 15px 15px;
  margin-left: 0;
  float: left;
  width: 100%;
  background-color: #fdfdfd;
  border: 1px solid transparent;
  border-bottom: 1px #c7c7c7 solid;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.faq-new .arconix-faq-content {
  float: unset;
}

#loading,
#loading-quotes {
  display: table;
  margin: 25px auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #008542;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.box-sucesso {
  display: none;
  float: left;
  position: relative;
  margin-top: 5px;
  color: #fff;
  font-family: "NewJuneBook", arial, sans-serif;
  width: 100%;
  padding: 30px 15px;
  margin-bottom: 5px;
  letter-spacing: -1px;
  font-size: 19.2px;
  text-align: center;
  background-color: #008542;
  background-image: linear-gradient(to right, #fdc82f, #008542);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.datepicker table:before {
  display: none;
}

.datepicker table tr + tr td {
  border-top: 1px solid #e3e3e3;
}

.datepicker table thead th span {
  color: #fff;
  text-align: center;
  font-weight: 100;
  font-size: 15px;
  float: left;
  width: 100%;
}

.datepicker table tbody td {
  background: #fff !important;
  padding: 5px !important;
}

.datepicker table tbody td span {
  color: #4a4a4a;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
}

.datepicker table tbody td.has-event {
  background-color: #fff !important;
}

.datepicker table tbody td.has-event span {
  color: #fff !important;
  background: transparent !important;
  width: 30px;
  margin: 0 auto;
  height: 30px;
  border-radius: 50%;
}

.datepicker table tbody td.has-event.divulgacao-de-resultado span {
  background: #476da6 !important;
}

.datepicker table tbody td.has-event.webcast span {
  background: #002168 !important;
}

.datepicker table tbody td.has-event.mais-de-um-evento span {
  background: #00adee !important;
}

.datepicker table tbody td.has-event.conferencias span {
  background: #ffca07 !important;
}

.datepicker table tbody td.has-event.outros-eventos span {
  background: #a7a7a7 !important;
}

.datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #4a4a4a;
}

.datepicker .ui-datepicker-header .ui-datepicker-title span {
  font-weight: 100;
}

.legenda_item .cor-01 {
  background: #476da6 !important;
}

.legenda_item .cor-02 {
  background: #002168 !important;
}

.legenda_item .cor-03 {
  background: #00adee !important;
}

.legenda_item .cor-04 {
  background: #ffca07 !important;
}

.legenda_item .cor-05 {
  background: #a7a7a7 !important;
}

.evento-realizado {
  margin-top: 30px;
}

#news-box table tr .data,
#events table tr .data {
  width: 55px;
  height: 55px;
  color: #101010;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
#news-box table tr .data time span,
#events table tr .data time span {
  color: #008542;
  width: 100%;
  float: left;
  padding-top: 7px;
  font-size: 23px;
  line-height: 0.8em;
  font-weight: bold;
}
#news-box table tr .link,
#events table tr .link {
  padding-left: 15px;
}
#news-box table tr .link a,
#events table tr .link a {
  font-size: 16px;
  color: #101010;
  text-decoration: none;
}

.alinhamento-texto {
  text-align: justify;
}

#footer {
  background: #fdc82f;
  position: relative;
  margin-top: 35px;
  z-index: 9;
  overflow: hidden;
}
#footer div {
  float: left;
  width: 100%;
  padding: 52px 0 5px 0;
  position: relative;
  z-index: 2;
}
#footer div:before {
  content: "";
  position: absolute;
  width: 3000px;
  left: 75%;
  height: 100%;
  top: 0;
  background: #008542;
  z-index: -1;
  -webkit-transform: skew(35deg, 0deg);
  -moz-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  -o-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
#footer div .foot-logo {
  float: left;
  margin-right: 5.8%;
}
#footer div .notes {
  margin-top: 15px;
  float: left;
}
#footer div .notes li {
  float: left;
  margin-right: 20px;
}
#footer div .notes li:last-child {
  margin-right: 0;
}
#footer div .notes li a {
  color: #008542;
  font-size: 14px;
}
#footer div .socials {
  float: right;
  width: 21.3%;
}
#footer div .socials li {
  float: left;
  width: 25%;
}
#footer div .socials li:last-child {
  margin-right: 0;
}
#footer div .socials li a {
  display: block;
}
#footer .copy {
  float: left;
  width: 100%;
  background: #fff;
  color: #525252;
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
}
@media (max-width: 1230px) {
  #footer div .foot-logo {
    margin-right: 3%;
  }
  #footer div .notes li {
    margin-right: 40px;
  }
}
@media (max-width: 1070px) {
  #footer div .foot-logo,
#footer div .socials {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  #footer div .foot-logo img,
#footer div .notes,
#footer div .socials {
    float: none;
    display: table;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  #footer div .notes li {
    width: 100%;
    text-align: center;
    margin: 5px 0;
  }
}

.powered-by {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 2px;
  clear: both;
  background: #fff;
}
.powered-by.right {
  text-align: right;
}
.powered-by.white p {
  color: #fff;
}
.powered-by.white img {
  -webkit-filter: contrast(0%) brightness(200%);
  -moz-filter: contrast(0%) brightness(200%);
  -ms-filter: contrast(0%) brightness(200%);
  -o-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
}
.powered-by p {
  color: #008542;
  font-size: 11px;
  display: inline-block;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
}
.powered-by p.white {
  color: #fff;
}
.powered-by img {
  display: inline-block;
  vertical-align: middle;
}
.powered-by img.white {
  -webkit-filter: contrast(0%) brightness(200%);
  -moz-filter: contrast(0%) brightness(200%);
  -ms-filter: contrast(0%) brightness(200%);
  -o-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
}

@media (max-width: 1170px) {
  #slideshow .owl-carousel .item legend {
    left: 0;
    margin-left: 0;
  }
  #slideshow .owl-carousel .item legend h2 {
    font-size: 35px;
    max-width: 385px;
  }

  #footer .top-footer .foot-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #footer .top-footer .notes,
#footer .top-footer .socials {
    display: table;
    margin: 25px auto;
  }
  #footer .top-footer .socials {
    margin-bottom: 0;
    width: 184px;
  }
}
@media (max-width: 1091px) {
  .home #main {
    padding-top: 0;
  }

  #header {
    overflow: visible;
  }
  #header h1,
#header h2 {
    margin-top: 30px;
  }
  #header #logo {
    padding: 15px 0;
  }
  #header .nav-menu {
    margin-top: 0;
    background-image: -webkit-linear-gradient(90deg, #008542 0%, #008542 100%);
    background-image: -moz-linear-gradient(90deg, #008542 0%, #008542 100%);
    background-image: -ms-linear-gradient(90deg, #008542 0%, #008542 100%);
    background-image: -o-linear-gradient(90deg, #008542 0%, #008542 100%);
    background-image: linear-gradient(90deg, #008542 0%, #008542 100%);
    position: fixed;
    right: -400px;
    top: 0;
    width: 100%;
    max-width: 400px;
    padding: 30px 56px 30px 0;
    height: 100%;
    overflow: visible;
    z-index: 9999;
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #header .nav-menu.ativo {
    right: -60px;
  }
  #header .nav-menu.ativo .menu-close {
    display: block;
  }
  #header .nav-menu ul {
    position: relative;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    float: left;
    margin-left: 0;
    width: 100%;
  }
  #header .nav-menu ul li {
    width: 100%;
    margin: 0 !important;
    padding: 15px;
    border-bottom: 1px solid #fff;
  }
  #header .nav-menu ul li:hover {
    background: transparent;
  }
  #header .nav-menu ul li .link {
    font-size: 18px;
    color: #fff !important;
    padding: 5px 0;
    float: left;
    text-align: left;
    border: 0;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    height: inherit;
    background-color: transparent;
  }
  #header .nav-menu ul li .sub-menu {
    width: 100%;
    float: left;
    position: relative;
    background: transparent;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 100%;
    padding: 0;
    border-bottom: 0;
  }
  #header .nav-menu ul li .sub-menu li {
    text-align: left;
    background: transparent;
    width: 100%;
    border-bottom: 0;
    position: relative;
    padding: 10px 0 10px 25px;
  }
  #header .nav-menu ul li .sub-menu li::before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 12px;
    left: 7px;
    top: 14px;
    position: absolute;
  }
  #header .nav-menu ul li .sub-menu li + li {
    margin-top: 5px;
  }
  #header .nav-menu ul li .sub-menu li a {
    padding: 0;
    text-align: left;
    border-bottom: 0;
    color: #fff;
  }
  #header #header-links {
    top: 15px;
    position: absolute;
    right: 15px;
  }
  #header #header-links ul {
    padding: 0;
  }
  #header .icon-menu,
#header .menu-close {
    display: block;
    width: 33px;
    height: 24px;
    position: absolute;
    top: 50px;
    right: 15px;
    cursor: pointer;
  }
  #header .icon-menu span,
#header .menu-close span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    top: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
  }
  #header .icon-menu {
    bottom: 10px;
  }
  #header .icon-menu span {
    background-color: #008542;
  }
  #header .icon-menu span:nth-child(2) {
    top: 11px;
  }
  #header .icon-menu span:nth-child(3) {
    top: 22px;
  }
  #header .menu-close {
    display: none;
    right: 10px;
    top: 35px;
    z-index: 99;
    position: fixed;
  }
  #header .menu-close span {
    top: 13px;
    background: #fff;
  }
  #header .menu-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .menu-close span:nth-child(2) {
    -webkit-transform: rotate(-130pxdeg);
    -moz-transform: rotate(-130pxdeg);
    -ms-transform: rotate(-130pxdeg);
    -o-transform: rotate(-130pxdeg);
    transform: rotate(-130pxdeg);
  }

  #main {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .box {
    height: inherit;
    padding: 0;
  }
  .box + .box {
    margin-top: 30px;
  }
  .box .box-content {
    height: inherit;
    border: 0;
    padding: 0;
  }
  .box .box-content .box-title {
    height: inherit;
  }
  .box .box-foot {
    position: relative;
    display: block;
    float: right;
    margin-top: 15px;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  #header {
    padding: 10px 0;
    overflow: visible;
  }
  #header #search form {
    left: 15px;
    width: calc(100% - 30px);
    margin-left: 0;
  }
  #header #search form input {
    font-size: 22px;
  }
  #header .icon-menu {
    top: auto;
    bottom: 10px;
  }
  #header #header-links li {
    padding-right: 10px;
    margin-right: 10px;
  }

  #main {
    padding-top: 25px !important;
  }
  #main #slideshow {
    margin-bottom: 30px;
  }
  #main #slideshow .owl-carousel .item:before {
    left: 0;
    width: 100%;
    -webkit-transform: skew(0deg, 0deg);
    -moz-transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -o-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
  }
  #main #slideshow .owl-carousel .item legend {
    top: 10%;
  }
  #main #slideshow .owl-carousel .item legend h2 {
    line-height: initial;
    line-height: inherit;
    max-width: 500px;
    font-size: 30px;
  }

  #results-center form .owl-carousel .item {
    height: inherit;
  }

  #footer .top-footer .notes li {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  #results-center .owl-carousel .item .side-title {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 15px 0;
    float: left;
  }
  #results-center .owl-carousel .item form {
    float: left;
    width: 100%;
    margin-top: 15px;
  }
  #results-center .owl-carousel .owl-nav .owl-prev,
#results-center .owl-carousel .owl-nav .owl-next {
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #results-center .owl-carousel .owl-nav .owl-prev {
    top: 80px;
  }

  #footer div .foot-logo img, #footer div .notes, #footer div .socials {
    margin: 0 10px;
  }
}
/* POPUP HOME */
#popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(34, 34, 34, 0.4);
}
@media (max-width: 767px) {
  #popup {
    display: none;
  }
}
#popup .box-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 490px;
  z-index: 9999;
  padding: 20px;
  color: #101010;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #popup .box-msg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 767px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#popup .box-msg .close {
  position: absolute;
  right: 17px;
  top: 22px;
  width: 25px;
  height: 30px;
  padding: 0 5px;
  color: #fdc82f;
  font-size: 32px;
  font-family: arial, sans-serif;
  text-align: center;
  overflow: hidden;
  line-height: 1em;
  font-style: normal;
  cursor: pointer;
  z-index: 999;
}
#popup .box-msg .close:hover {
  opacity: 0.8;
}
#popup .box-msg h2 {
  color: #008542;
  font-family: 700;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0 !important;
  margin: 5px 0 20px;
}
#popup .box-msg h3 {
  color: #008542;
  position: relative;
  font-family: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0 !important;
  margin: 5px 0 15px;
}
#popup .box-msg p {
  color: #101010;
  font-size: 14px;
  line-height: 1.4em;
  margin: 10px 0;
}
#popup .box-msg table {
  width: 100%;
  border-width: 0 !important;
}
#popup .box-msg table td {
  padding: 10px 20px 5px !important;
  vertical-align: top;
  position: relative;
  border-color: transparent !important;
  background-color: transparent !important;
  font-size: 13px;
  line-height: 1.7em;
}
#popup .box-msg table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #fdc82f;
  height: 130px;
  top: 50%;
  right: 0;
  margin-top: -48px;
}
#popup .box-msg table td h3 {
  color: #008542;
  font-size: 15px;
  text-transform: uppercase;
  line-break: 1.1em;
  margin-bottom: 0px;
}
#popup .box-msg table td h3::before {
  display: none;
}
#popup .box-msg table td p {
  font-size: 13px;
  line-height: 1.7em;
  padding: 5px 0;
  font-weight: 400;
}
#popup .box-msg table td h4 {
  color: #008542;
  font-size: 14px;
  margin: 15px 0 5px;
  padding: 5px 15px;
  text-align: center;
  font-family: 400;
  background-color: #008542;
  border-radius: 4px;
  color: #fff;
  width: 200px;
}
#popup .box-msg table td a {
  color: #008542;
}

/*# sourceMappingURL=style.css.map */
