@charset "UTF-8";
/* Small up */
/* Small only */
/* Medium and up */
/* Medium only */
/* Medium down */
/* Large and up */
/* Large only */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 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; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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 {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-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); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -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 {
  from, to {
    -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); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@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); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -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); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    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); }
  to {
    -webkit-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); }
  to {
    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);
    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); }
  to {
    opacity: 0;
    -webkit-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-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@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); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@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); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@keyframes fadeInDownMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownMini {
  -webkit-animation-name: fadeInDownMini;
  animation-name: fadeInDownMini; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@keyframes fadeInLeftMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftMini {
  -webkit-animation-name: fadeInLeftMini;
  animation-name: fadeInLeftMini; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(30%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpMini {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpMini {
  -webkit-animation-name: fadeInUpMini;
  animation-name: fadeInUpMini; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownMini {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30%, 0); } }

.fadeOutDownMini {
  -webkit-animation-name: fadeOutDownMini;
  animation-name: fadeOutDownMini; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftMini {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); } }

.fadeOutLeftMini {
  -webkit-animation-name: fadeOutLeftMini;
  animation-name: fadeOutLeftMini; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightMini {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(10%, 0, 0); } }

.fadeOutRightMini {
  -webkit-animation-name: fadeOutRightMini;
  animation-name: fadeOutRightMini; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpMini {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -30%, 0); } }

.fadeOutUpMini {
  -webkit-animation-name: fadeOutUpMini;
  animation-name: fadeOutUpMini; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-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-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -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; }
  to {
    -webkit-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-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -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; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -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; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -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; }
  to {
    -webkit-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 {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -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 {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@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; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    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 {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-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 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-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 {
  from {
    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 {
  from {
    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); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    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 {
  from {
    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); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    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 {
  from {
    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); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    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 {
  from {
    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); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    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); }
  to {
    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);
    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); }
  to {
    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); } }

.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); }
  to {
    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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    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; } }

.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); }
  to {
    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);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    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; } }

.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); }
  to {
    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);
    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); }
  to {
    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); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* =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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

body {
  font-family: 'Roboto', sans-serif; }

.centralize {
  position: relative;
  display: table;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

a {
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  a:hover, a:active, a:focus {
    outline: none; }

button:hover, button:active, button:focus {
  outline: none; }

figure {
  margin: 0; }

.columns {
  float: left !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.link {
  font-size: 13px;
  line-height: 34px;
  color: #FFF;
  border-bottom: 1px solid transparent; }
  .link:hover, .link:active, .link:focus {
    color: #FFF;
    border-bottom-color: #FFF; }
  .link.dark-link {
    color: #474747; }
    .link.dark-link:hover {
      border-color: #474747; }

.title-1, .title-2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 300; }

.title-1 {
  font-size: 60px;
  line-height: 1em;
  color: #FFF;
  padding-top: 30px; }
  @media screen and (max-width: 63.9375em) {
    .title-1 {
      font-size: 32px;
      margin: 0;
      padding: 15px 0; } }

.title-2 {
  font-size: 36px;
  color: #2e2e2e;
  margin-bottom: 60px; }
  @media screen and (max-width: 63.9375em) {
    .title-2 {
      font-size: 26px;
      margin-bottom: 50px; } }

.button.custom-button {
  display: table;
  margin: 0 auto;
  padding: 20px 70px;
  color: #FFF;
  border: 2px solid #FFF;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  text-transform: uppercase; }
  .button.custom-button:hover {
    background-color: #FFF;
    color: #112f4b;
    border-color: #FFF; }
  .button.custom-button:active, .button.custom-button:focus {
    background-color: #FFF;
    border-color: #FFF;
    color: #112f4b; }

.menu-button {
  margin: 10px 0;
  background-color: transparent;
  padding: 13px; }
  .menu-button span {
    height: 3px;
    width: 30px;
    background-color: #2e2e2e;
    display: block;
    margin-top: 7px;
    margin-left: 0;
    -moz-transition: margin-left 0.3s 0.3s ease;
    -o-transition: margin-left 0.3s 0.3s ease;
    -webkit-transition: margin-left 0.3s 0.3s ease;
    transition: margin-left 0.3s 0.3s ease; }
    .menu-button span:first-child {
      margin-top: 0; }
  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: transparent; }
  .menu-button[aria-expanded="true"] span.l-2 {
    margin-left: -7px; }

@media screen and (max-width: 63.9375em) {
  .off-canvas-wrapper {
    overflow-y: hidden; } }

.off-canvas-wrapper-inner {
  right: 0;
  z-index: 1;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease; }
  .off-canvas-wrapper-inner.is-open-left {
    right: 250px;
    -webkit-box-transform: none;
    -moz-box-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.off-canvas.position-left {
  right: -250px;
  left: auto;
  min-height: 100%;
  background-color: #2e2e2e; }
  .off-canvas.position-left svg {
    width: 50%;
    margin: 20px; }
    .off-canvas.position-left svg .red {
      fill: #d72128; }
    .off-canvas.position-left svg .gray {
      fill: #FFF; }
  .off-canvas.position-left ul {
    background-color: #2e2e2e; }
    .off-canvas.position-left ul li a {
      color: #FFF; }
    .off-canvas.position-left ul li.is-drilldown-submenu-parent > a:after {
      border-color: transparent transparent transparent #FFF;
      margin-top: -7px; }
    .off-canvas.position-left ul li.js-drilldown-back > a:before {
      border-color: transparent #FFF transparent transparent;
      position: relative;
      top: -1px; }
  .off-canvas.position-left .contact-info {
    color: #FFF;
    padding: 0 15px;
    margin-top: 50px; }

.off-canvas-content {
  margin-bottom: 84px;
  min-height: calc( 100vh - 84px); }
  @media screen and (min-width: 64em) {
    .off-canvas-content {
      margin-bottom: 114px; } }

.content-wrapper {
  background-color: #FFF; }
  @media screen and (max-width: 63.9375em) {
    .content-wrapper {
      padding-top: 72px; } }

.h100 {
  height: 100%; }

.t {
  width: 100%;
  display: table; }

.tr {
  width: 100%;
  display: table-row; }

.tc {
  width: 100%;
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 63.9375em) {
  .destaque {
    padding: 20px .625rem !important; } }

.destaque-texto {
  overflow: hidden; }
  @media screen and (min-width: 40em) {
    .destaque-texto {
      padding: 0 30px; } }
  @media screen and (min-width: 64em) {
    .destaque-texto {
      padding: 0 100px; } }
  .destaque-texto p {
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 300;
    line-height: 2em; }
  .destaque-texto blockquote {
    float: left;
    padding: 0;
    border: none; }
    @media screen and (min-width: 64em) {
      .destaque-texto blockquote {
        width: 400px;
        margin-right: 50px; } }
    .destaque-texto blockquote p {
      font-size: 30px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1.2em;
      color: #2e2e2e; }
      @media screen and (max-width: 63.9375em) {
        .destaque-texto blockquote p {
          margin-bottom: 0;
          font-size: 24px; } }

.custom-bullet, .banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a, .custom-gallery .orbit-bullets button {
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5); }
  .custom-bullet.active, .banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active, .custom-gallery .orbit-bullets button.active {
    background-color: white; }

ul.tags {
  margin-left: 0;
  margin-bottom: 30px; }
  ul.tags li {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #d72128; }
    @media screen and (max-width: 63.9375em) {
      ul.tags li {
        font-size: 12px;
        margin-left: 5px; } }
    ul.tags li a {
      font-weight: 700;
      color: inherit; }
    ul.tags li:first-child {
      margin-left: 0; }

header {
  position: absolute;
  z-index: 100;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 63.9375em) {
    header {
      position: fixed;
      top: 0 !important;
      height: auto !important;
      background-color: #FFF;
      -webkit-box-shadow: 0 5px 5px rgba(52, 38, 25, 0.05);
      -moz-box-shadow: 0 5px 5px rgba(52, 38, 25, 0.05);
      box-shadow: 0 5px 5px rgba(52, 38, 25, 0.05); } }
  header .header-stripe {
    height: 34px; }
    @media screen and (max-width: 63.9375em) {
      header .header-stripe {
        display: none; } }
    header .header-stripe .header-links {
      float: right; }
      header .header-stripe .header-links .link {
        margin-left: 20px; }
  header .logo {
    margin: 15px 0;
    height: 70px;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      header .logo {
        margin: 10px 0;
        height: 52px; } }
    header .logo svg {
      width: 200px;
      height: 70px; }
      @media screen and (max-width: 63.9375em) {
        header .logo svg {
          width: 150px;
          height: 52px; } }
      header .logo svg path {
        fill: #FFF; }
        @media screen and (max-width: 63.9375em) {
          header .logo svg path.gray {
            fill: #5D5E60; }
          header .logo svg path.red {
            fill: #E24844; } }
    header .logo a {
      display: block;
      width: 200px;
      height: 70px;
      position: absolute;
      top: 0;
      left: 0;
      text-indent: -9999px;
      background-color: transparent; }
      @media screen and (max-width: 63.9375em) {
        header .logo a {
          width: 150px;
          height: 52px;
          left: .625rem; } }
  header .nav-menu {
    margin: 34px 0;
    position: relative; }
    header .nav-menu .menu-container li {
      margin-left: 20px;
      display: inline-block; }
      header .nav-menu .menu-container li.sub a::after {
        content: "\f107";
        font-family: "FontAwesome";
        margin-left: 3px; }
      header .nav-menu .menu-container li a {
        color: #FFF;
        padding: 6px 0 9px;
        padding-right: 0;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 rgba(255, 255, 255, 0); }
        header .nav-menu .menu-container li a:hover, header .nav-menu .menu-container li a:active, header .nav-menu .menu-container li a:focus {
          color: #FFF;
          -webkit-box-shadow: 0 3px 0 white;
          -moz-box-shadow: 0 3px 0 white;
          box-shadow: 0 3px 0 white; }
      header .nav-menu .menu-container li.current-menu-item a, header .nav-menu .menu-container li.current_page_parent a {
        -webkit-box-shadow: 0 3px 0 white;
        -moz-box-shadow: 0 3px 0 white;
        box-shadow: 0 3px 0 white; }
      header .nav-menu .menu-container li.sub a {
        -webkit-box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        box-shadow: 0 0 0 transparent; }
      header .nav-menu .menu-container li.sub.sub-hover a {
        -webkit-box-shadow: 0 3px 0 #2e2e2e;
        -moz-box-shadow: 0 3px 0 #2e2e2e;
        box-shadow: 0 3px 0 #2e2e2e; }
    header .nav-menu .menu-container-1 {
      float: left;
      position: relative;
      z-index: 2; }
      header .nav-menu .menu-container-1 a {
        text-transform: uppercase;
        font-size: 14px; }
    header .nav-menu .menu-container-2 {
      float: left;
      margin-left: 30px; }
      header .nav-menu .menu-container-2 a {
        text-transform: lowercase;
        font-size: 13px; }
    header .nav-menu #lang_sel {
      margin-left: 30px;
      height: auto; }
      header .nav-menu #lang_sel ul {
        border-color: #FFF;
        width: 100%; }
        header .nav-menu #lang_sel ul li {
          width: 40px; }
          header .nav-menu #lang_sel ul li a {
            background-color: transparent;
            color: #FFF;
            padding: 0;
            text-align: center;
            padding-right: 10px;
            line-height: 25px;
            border: none; }
            header .nav-menu #lang_sel ul li a:hover {
              background-color: transparent;
              color: #2e2e2e;
              -webkit-box-shadow: 0 0 0 transparent;
              -moz-box-shadow: 0 0 0 transparent;
              box-shadow: 0 0 0 transparent; }
            header .nav-menu #lang_sel ul li a.lang_sel_sel {
              background-color: transparent;
              background-image: none;
              color: #FFF; }
              header .nav-menu #lang_sel ul li a.lang_sel_sel::after {
                content: "\f107";
                font-family: "FontAwesome";
                position: absolute;
                right: 7px;
                top: 1px; }
              header .nav-menu #lang_sel ul li a.lang_sel_sel:hover {
                background-color: transparent;
                color: #2e2e2e;
                -webkit-box-shadow: 0 0 0 transparent;
                -moz-box-shadow: 0 0 0 transparent;
                box-shadow: 0 0 0 transparent; }
          header .nav-menu #lang_sel ul li ul {
            border-top: 0; }
  header.header-fixo {
    position: fixed;
    top: -92px;
    height: 92px;
    background-color: #FFF; }
    header.header-fixo .header-stripe {
      display: none; }
    header.header-fixo .logo {
      margin: 10px 0; }
      header.header-fixo .logo svg.colored path.gray {
        fill: #5D5E60; }
      header.header-fixo .logo svg.colored path.red {
        fill: #E24844; }
    header.header-fixo .nav-menu {
      margin: 30px 0; }
      header.header-fixo .nav-menu .menu-container li a {
        color: #2e2e2e;
        -webkit-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
        -moz-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
        box-shadow: 0 0 0 rgba(46, 46, 46, 0); }
        header.header-fixo .nav-menu .menu-container li a:hover, header.header-fixo .nav-menu .menu-container li a:active, header.header-fixo .nav-menu .menu-container li a:focus {
          color: #2e2e2e;
          -webkit-box-shadow: 0 3px 0 #2e2e2e;
          -moz-box-shadow: 0 3px 0 #2e2e2e;
          box-shadow: 0 3px 0 #2e2e2e; }
      header.header-fixo .nav-menu .menu-container li.current-menu-item a, header.header-fixo .nav-menu .menu-container li.current_page_parent a {
        -webkit-box-shadow: 0 3px 0 #2e2e2e;
        -moz-box-shadow: 0 3px 0 #2e2e2e;
        box-shadow: 0 3px 0 #2e2e2e; }
      header.header-fixo .nav-menu #lang_sel ul li a {
        color: #2e2e2e; }
  header.header-show {
    top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(52, 38, 25, 0.05);
    -moz-box-shadow: 0 5px 5px rgba(52, 38, 25, 0.05);
    box-shadow: 0 5px 5px rgba(52, 38, 25, 0.05); }
  header .submenu {
    position: absolute;
    top: 29px;
    right: 0;
    width: 780px;
    height: 0;
    overflow: hidden;
    display: block;
    padding: 40px;
    padding-bottom: 0;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0 0 3px 2px rgba(52, 38, 25, 0.05);
    -moz-box-shadow: 0 0 3px 2px rgba(52, 38, 25, 0.05);
    box-shadow: 0 0 3px 2px rgba(52, 38, 25, 0.05);
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    header .submenu ul {
      overflow: hidden;
      margin: 0;
      padding-left: 0; }
      header .submenu ul li {
        list-style: none;
        float: left;
        width: 33.3333333333333333%;
        margin-left: 0;
        margin-bottom: 40px; }
        header .submenu ul li a {
          display: block;
          height: 55px;
          padding: 0;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important;
          background-repeat: no-repeat;
          background-position: left center;
          background-size: contain;
          text-indent: -9999px;
          margin: 0 15px; }
          header .submenu ul li a:hover {
            opacity: .5;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important; }
    header .submenu.submenu-show {
      opacity: 1;
      visibility: visible;
      height: 325px; }

.banner .bx-wrapper {
  margin: 0 auto; }
  .banner .bx-wrapper::before, .banner .bx-wrapper::after {
    content: "";
    width: 2px;
    height: 170px;
    display: block;
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: -300px; }
  .banner .bx-wrapper::before {
    background-color: #FFF;
    bottom: 0; }
  .banner .bx-wrapper::after {
    background-color: #2e2e2e;
    bottom: -170px;
    opacity: .2; }
  .banner .bx-wrapper .bx-viewport {
    border: none;
    left: 0;
    height: 774px !important; }
    @media screen and (min-width: 64em) {
      .banner .bx-wrapper .bx-viewport {
        height: 774px !important; } }
    .banner .bx-wrapper .bx-viewport ul {
      margin: 0; }
      .banner .bx-wrapper .bx-viewport ul li {
        height: 774px;
        border-top: 34px solid;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top; }
        @media screen and (min-width: 64em) {
          .banner .bx-wrapper .bx-viewport ul li {
            height: 774px; } }
        .banner .bx-wrapper .bx-viewport ul li .caption {
          display: table;
          position: absolute;
          top: 50%;
          margin-top: -50px;
          color: #FFF;
          padding-left: 100px; }
          .banner .bx-wrapper .bx-viewport ul li .caption h3 {
            font-size: 60px;
            text-transform: uppercase;
            font-weight: 300;
            line-height: 1em;
            margin-bottom: 5px; }
          .banner .bx-wrapper .bx-viewport ul li .caption p {
            font-weight: 300;
            font-size: 25px; }
  .banner .bx-wrapper .bx-controls {
    margin-top: -20px; }
    .banner .bx-wrapper .bx-controls .bx-controls-direction a {
      width: 16px;
      height: 32px;
      background-image: url("../images/arrows.png"); }
      .banner .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
        background-position: center left; }
      .banner .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        background-position: center right; }
    .banner .bx-wrapper .bx-controls .bx-pager {
      top: -20px;
      position: relative;
      padding-top: 0; }
      .banner .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
        background-color: white; }

.home .destaque {
  background-image: url("../images/destaque-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  padding: 170px 0; }

.solutions {
  padding: 140px 0;
  background-color: #FFF; }
  @media screen and (max-width: 39.9375em) {
    .solutions {
      padding: 50px 0 20px; } }
  .solutions .solutions-list {
    margin: 0; }
    .solutions .solutions-list li {
      position: relative;
      margin-left: -30px;
      list-style: none;
      margin-bottom: 50px;
      opacity: 0;
      -moz-transition: 1.2s ease-out;
      -o-transition: 1.2s ease-out;
      -webkit-transition: 1.2s ease-out;
      transition: 1.2s ease-out; }
      .solutions .solutions-list li:nth-child(2n+1) {
        clear: both; }
      @media screen and (max-width: 39.9375em) {
        .solutions .solutions-list li {
          margin-bottom: 30px; } }
      @media screen and (min-width: 64em) {
        .solutions .solutions-list li:nth-child(3n+1) {
          clear: both; }
        .solutions .solutions-list li:nth-child(2n+1) {
          clear: none; } }
      .solutions .solutions-list li.fade-in {
        margin-left: 0;
        opacity: 1; }
      .solutions .solutions-list li .solutions-item {
        position: relative;
        background-color: transparent;
        padding: 50px 20px 0;
        padding-left: 71px;
        max-width: 350px;
        margin: 0 auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (min-width: 40em) {
          .solutions .solutions-list li .solutions-item {
            padding: 100px 20px 30px;
            margin: 0;
            max-width: none;
            margin-left: 50px;
            padding-left: 55px; } }
        .solutions .solutions-list li .solutions-item:hover {
          background-color: #f7f7f7; }
          @media screen and (max-width: 39.9375em) {
            .solutions .solutions-list li .solutions-item:hover {
              background-color: transparent; } }
        .solutions .solutions-list li .solutions-item:before, .solutions .solutions-list li .solutions-item:after {
          content: '';
          width: 2px;
          height: 0;
          left: 50%;
          margin-left: -2px;
          display: block;
          position: absolute;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media screen and (max-width: 39.9375em) {
            .solutions .solutions-list li .solutions-item:before, .solutions .solutions-list li .solutions-item:after {
              display: none; } }
        .solutions .solutions-list li .solutions-item:before {
          background-color: #cecece;
          top: -40px;
          -webkit-box-transform: rotate(180deg);
          -moz-box-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .solutions .solutions-list li .solutions-item:after {
          background-color: #FFF;
          top: 0px; }
        .solutions .solutions-list li .solutions-item:hover::before, .solutions .solutions-list li .solutions-item:hover::after {
          height: 40px; }
        .solutions .solutions-list li .solutions-item .solution-icon {
          display: block;
          width: 325px;
          height: 78px;
          position: absolute;
          top: 25px;
          left: -35px;
          background-position: left center;
          background-repeat: no-repeat;
          background-size: contain; }
          @media screen and (max-width: 39.9375em) {
            .solutions .solutions-list li .solutions-item .solution-icon {
              width: 100%;
              height: 60px;
              top: 0;
              left: 0; } }
        .solutions .solutions-list li .solutions-item h4 {
          position: absolute !important;
          clip: rect(1px, 1px, 1px, 1px); }
        .solutions .solutions-list li .solutions-item p {
          font-size: 14px; }

.cta {
  height: 270px;
  background-image: url("../images/cta-bg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 63.9375em) {
    .cta {
      height: 200px; } }
  .cta .row .cta-inner {
    position: relative;
    padding: 107px 0; }
    @media screen and (max-width: 63.9375em) {
      .cta .row .cta-inner {
        padding: 76px 0; } }
    @media screen and (max-width: 63.9375em) {
      .cta .row .cta-inner .custom-button {
        padding: 15px 30px; } }
    .cta .row .cta-inner:before {
      content: url("../images/pc.png");
      display: block;
      position: absolute;
      top: 150px;
      left: -300px;
      -moz-transition: all 2s cubic-bezier(0, 1.05, 1, 0.99);
      -o-transition: all 2s cubic-bezier(0, 1.05, 1, 0.99);
      -webkit-transition: all 2s cubic-bezier(0, 1.05, 1, 0.99);
      transition: all 2s cubic-bezier(0, 1.05, 1, 0.99); }
      @media screen and (max-width: 63.9375em) {
        .cta .row .cta-inner:before {
          display: none; } }
    .cta .row .cta-inner.nb-show::before {
      top: -80px;
      left: -120px; }

.blog-home {
  padding: 140px 0 90px; }
  @media screen and (max-width: 63.9375em) {
    .blog-home {
      padding: 50px 0 30px; } }
  .blog-home .link {
    clear: both;
    margin: 0 auto 0;
    display: table;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 300; }
    @media screen and (max-width: 63.9375em) {
      .blog-home .link {
        margin-bottom: 50px; } }

ul.blog-list {
  margin-left: 0; }
  ul.blog-list li {
    list-style: none;
    margin-bottom: 50px; }
    @media screen and (min-width: 40em) {
      ul.blog-list li {
        margin-bottom: 100px; }
        ul.blog-list li:nth-child(2n+1) {
          clear: both; } }
    @media screen and (min-width: 64em) {
      ul.blog-list li:nth-child(2n+1) {
        clear: none; }
      ul.blog-list li:nth-child(3n+1) {
        clear: both; } }
    ul.blog-list li .blog-item {
      padding: 0 20px; }
      @media screen and (max-width: 63.9375em) {
        ul.blog-list li .blog-item {
          margin: 0 auto;
          max-width: 370px; } }
      ul.blog-list li .blog-item .blog-thumb {
        display: table;
        opacity: 1;
        margin: 0 auto;
        border-bottom: 3px solid #d72128;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        @media screen and (min-width: 64em) {
          ul.blog-list li .blog-item .blog-thumb {
            margin-bottom: 30px;
            border-bottom: none; } }
      ul.blog-list li .blog-item:hover .blog-thumb {
        opacity: .7; }
      ul.blog-list li .blog-item h3 {
        margin-bottom: 0;
        line-height: 1.2em;
        padding-top: 10px;
        font-size: 16px; }
        @media screen and (min-width: 64em) {
          ul.blog-list li .blog-item h3 {
            line-height: 1.3em;
            margin-bottom: 5px;
            padding-left: 30px;
            padding-top: 0;
            border-top: none;
            font-size: 22px;
            border-left: 3px solid #d72128; } }
        ul.blog-list li .blog-item h3 a {
          text-transform: uppercase;
          font-weight: 600;
          color: #2e2e2e; }
          @media screen and (min-width: 40em) {
            ul.blog-list li .blog-item h3 a {
              font-weight: 300; } }
      ul.blog-list li .blog-item .date {
        margin-bottom: 10px;
        display: block;
        font-style: italic;
        font-size: 12px;
        color: #474747; }
        @media screen and (min-width: 64em) {
          ul.blog-list li .blog-item .date {
            margin-bottom: 30px;
            margin-left: 33px; } }
      ul.blog-list li .blog-item p {
        line-height: 1.4em;
        font-size: 14px;
        color: #474747;
        font-weight: 300; }
        @media screen and (min-width: 40em) {
          ul.blog-list li .blog-item p {
            font-size: 16px;
            line-height: 1.5em; } }

.cases h2 {
  margin-bottom: 70px; }

.cases ul {
  margin-left: 0; }
  .cases ul li {
    list-style: none;
    width: 20%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px; }
    .cases ul li .case-inner {
      height: 100px;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: .3;
      cursor: pointer; }
      .cases ul li .case-inner:hover {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        opacity: 1; }
      .cases ul li .case-inner .case-tip {
        width: 220px;
        background-color: #f7f7f7;
        padding: 50px 30px;
        position: absolute;
        bottom: 120px;
        left: 0;
        pointer-events: none;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0; }
        .cases ul li .case-inner .case-tip h4 {
          font-size: 18px;
          text-transform: uppercase;
          font-weight: 300;
          margin-bottom: 0;
          line-height: 1em; }
        .cases ul li .case-inner .case-tip span {
          font-size: 14px;
          font-style: italic;
          display: block;
          margin-bottom: 20px;
          color: #474747; }
        .cases ul li .case-inner .case-tip strong {
          display: block;
          font-size: 14px; }
        .cases ul li .case-inner .case-tip:before, .cases ul li .case-inner .case-tip:after {
          content: '';
          width: 2px;
          height: 0;
          left: 50%;
          margin-left: -2px;
          display: block;
          position: absolute;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .cases ul li .case-inner .case-tip:before {
          background-color: #cecece;
          bottom: -30px;
          -webkit-box-transform: rotate(180deg);
          -moz-box-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .cases ul li .case-inner .case-tip:after {
          background-color: #FFF;
          bottom: 0px; }
      .cases ul li .case-inner:hover .case-tip {
        opacity: 1;
        bottom: 140px; }
      .cases ul li .case-inner:hover .case-tip::before, .cases ul li .case-inner:hover .case-tip::after {
        height: 30px; }

.form-blc {
  padding: 140px 0 70px;
  margin-top: 100px;
  background-color: #112f4b;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7em; }
  @media screen and (max-width: 63.9375em) {
    .form-blc {
      padding: 50px 0; } }
  .form-blc.contato .title-2, .form-blc.trabalhe .title-2 {
    text-align: left; }
  .form-blc .title-2 {
    color: #FFF;
    margin-bottom: 10px; }
  .form-blc .contato-tel {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-top: 20px; }
  .form-blc .social {
    margin: 40px auto 10px;
    display: table; }
    @media screen and (min-width: 64em) {
      .form-blc .social {
        margin: 0;
        float: right; } }
    .form-blc .social li {
      float: left;
      list-style: none;
      margin-left: 20px; }
      .form-blc .social li:first-child {
        margin-left: 0; }
      .form-blc .social li a {
        display: block;
        width: 36px;
        height: 36px;
        text-indent: -9999px;
        background-image: url("../images/social.png");
        background-repeat: no-repeat;
        opacity: .2; }
        .form-blc .social li a.facebook {
          background-position: 0 0; }
        .form-blc .social li a.twitter {
          background-position: -36px 0; }
        .form-blc .social li a.youtube {
          background-position: 0 -36px; }
        .form-blc .social li a.linkedin {
          background-position: -36px -36px; }
        .form-blc .social li a:hover {
          opacity: 1; }

.formulario {
  clear: both;
  margin-top: 40px;
  float: left;
  width: 100%; }
  .formulario .campo {
    margin-bottom: 15px; }
    .formulario .campo label {
      position: absolute !important;
      clip: rect(1px, 1px, 1px, 1px); }
    .formulario .campo select, .formulario .campo input {
      height: 45px; }
    .formulario .campo select, .formulario .campo input, .formulario .campo textarea {
      margin-bottom: 0;
      color: #FFF;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
    .formulario .campo input, .formulario .campo textarea {
      color: rgba(255, 255, 255, 0.2);
      background-color: transparent; }
      .formulario .campo input::-webkit-input-placeholder, .formulario .campo textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .formulario .campo input:-moz-placeholder, .formulario .campo textarea:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .formulario .campo input::-moz-placeholder, .formulario .campo textarea::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .formulario .campo input:-ms-input-placeholder, .formulario .campo textarea:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .formulario .campo input:active, .formulario .campo input:focus, .formulario .campo textarea:active, .formulario .campo textarea:focus {
        color: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .formulario .campo input:active::-webkit-input-placeholder, .formulario .campo input:focus::-webkit-input-placeholder, .formulario .campo textarea:active::-webkit-input-placeholder, .formulario .campo textarea:focus::-webkit-input-placeholder {
          color: white; }
        .formulario .campo input:active:-moz-placeholder, .formulario .campo input:focus:-moz-placeholder, .formulario .campo textarea:active:-moz-placeholder, .formulario .campo textarea:focus:-moz-placeholder {
          color: white; }
        .formulario .campo input:active::-moz-placeholder, .formulario .campo input:focus::-moz-placeholder, .formulario .campo textarea:active::-moz-placeholder, .formulario .campo textarea:focus::-moz-placeholder {
          color: white; }
        .formulario .campo input:active:-ms-input-placeholder, .formulario .campo input:focus:-ms-input-placeholder, .formulario .campo textarea:active:-ms-input-placeholder, .formulario .campo textarea:focus:-ms-input-placeholder {
          color: white; }
    .formulario .campo select {
      background-color: #d72128;
      border: none;
      font-weight: 500;
      background-image: url("../images/drop.png"); }
      .formulario .campo select:active, .formulario .campo select:focus {
        border: none;
        outline: none; }
    .formulario .campo br {
      display: none; }
    .formulario .campo textarea {
      height: 165px; }
    .formulario .campo input[type=file] {
      position: relative;
      height: 32px;
      padding: 8px 0;
      font-style: italic;
      padding-left: 75px;
      text-indent: -9999px; }
      .formulario .campo input[type=file]::before {
        content: "Anexe seu Currículo";
        display: block;
        width: 170px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        color: #243941;
        text-indent: 0;
        text-align: center;
        line-height: 32px;
        font-style: normal;
        font-weight: 500;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .formulario .campo input[type=file]:active, .formulario .campo input[type=file]:focus {
        outline: none; }
      .formulario .campo input[type=file]:hover::before {
        background-color: white; }
  .formulario.form-en .campo input[type=file]::before {
    content: "Attach your curriculum"; }
  .formulario.form-es .campo input[type=file]::before {
    content: "Adjuntar su curriculum"; }
  .formulario .send {
    float: left;
    width: 100%;
    margin-top: 30px;
    clear: only; }
    @media screen and (max-width: 39.9375em) {
      .formulario .send {
        margin-top: 10px; } }
    .formulario .send .button {
      margin: 0 auto;
      padding: 20px 100px; }
      .formulario .send .button:active, .formulario .send .button:focus {
        outline: none; }
      @media screen and (max-width: 39.9375em) {
        .formulario .send .button {
          width: 75%;
          padding: 15px 30px; } }
    .formulario .send .ajax-loader {
      display: table;
      margin: 10px auto 0; }

.form-container {
  position: relative;
  display: table;
  width: 100%;
  height: 394px; }
  @media screen and (max-width: 39.9375em) {
    .form-container {
      height: 609px; } }
  .form-container .form {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
    .form-container .form.form-orcamento.form-show input, .form-container .form.form-orcamento.form-show textarea, .form-container .form.form-contato.form-show input, .form-container .form.form-contato.form-show textarea {
      opacity: 1;
      pointer-events: auto;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .form-container .form.form-orcamento {
      display: none; }

.trabalhe .campo input, .trabalhe .campo textarea {
  opacity: 1;
  pointer-events: auto; }

.the-content {
  color: #2e2e2e; }
  .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
    font-weight: 300;
    line-height: 1.1em;
    text-transform: uppercase; }
  .the-content h2 {
    font-size: 26px; }
  .the-content h3 {
    font-size: 24px; }
  .the-content h4 {
    font-size: 22px; }
  .the-content h5 {
    font-size: 20px; }
  .the-content h6 {
    font-size: 18px; }
  .the-content ol, .the-content ul {
    margin-left: 0; }
    .the-content ol li, .the-content ul li {
      list-style-type: none;
      margin-bottom: 5px;
      font-weight: 300;
      font-size: 14px; }
      .the-content ol li::before, .the-content ul li::before {
        color: #d72128;
        margin-right: 10px; }
  .the-content ol li {
    counter-increment: step-counter; }
    .the-content ol li::before {
      content: counter(step-counter) "."; }
  .the-content ul li::before {
    content: "•"; }
  .the-content blockquote {
    color: #2e2e2e;
    border-left: 2px solid #d72128; }
    .the-content blockquote p {
      color: inherit;
      font-size: 18px !important; }
  .the-content pre {
    font-weight: 300;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #d72128;
    font-family: 'Roboto'; }

.banner-page {
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 63.9375em) {
    .banner-page {
      height: auto;
      padding: 10px 0; } }
  .banner-page .banner-inner {
    position: relative; }
    @media screen and (min-width: 64em) {
      .banner-page .banner-inner::before, .banner-page .banner-inner::after {
        content: "";
        width: 2px;
        height: 100px;
        display: block;
        position: absolute;
        left: 50%;
        z-index: 10;
        margin-left: -300px; }
      .banner-page .banner-inner::before {
        background-color: #FFF;
        bottom: 0; }
      .banner-page .banner-inner::after {
        background-color: #2e2e2e;
        bottom: -100px;
        opacity: .2; } }

@media screen and (max-width: 63.9375em) {
  .page .orbit {
    display: none; } }

.destaque {
  padding: 150px 0 70px; }

.bloco {
  font-weight: 300;
  margin-bottom: 70px;
  padding: 0 25px;
  padding-left: 100px;
  background-repeat: no-repeat;
  background-position: 15px top; }
  @media screen and (max-width: 63.9375em) {
    .bloco {
      background-size: 50px;
      padding-left: 80px;
      max-width: 450px;
      float: none !important;
      margin: 0 auto 50px; } }
  .bloco:nth-of-type(3n+1) {
    clear: both; }
  .bloco h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    color: #2e2e2e; }
  .bloco p {
    font-size: 14px;
    color: #2e2e2e; }

.certificados {
  padding-top: 100px; }
  @media screen and (max-width: 63.9375em) {
    .certificados {
      padding-top: 0; } }
  .certificados .title-2 {
    margin-bottom: 100px; }
    @media screen and (max-width: 63.9375em) {
      .certificados .title-2 {
        margin-bottom: 50px; } }
  .certificados ul {
    display: table;
    margin: 0 auto; }
    .certificados ul li {
      display: block;
      float: left;
      width: 250px;
      height: 94px;
      text-indent: -9999px;
      background-position: center;
      background-repeat: no-repeat;
      border-left: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 63.9375em) {
        .certificados ul li {
          width: 160px;
          height: 50px;
          background-size: contain; } }
      .certificados ul li:first-child {
        border: none; }

.video {
  background-color: #f0f0f0;
  margin-top: 70px;
  margin-bottom: 70px; }
  .video .video-inner {
    display: table;
    margin: 0 auto;
    padding: 50px 0;
    height: 520px; }
    @media screen and (max-width: 63.9375em) {
      .video .video-inner {
        width: 100%;
        padding: 30px 15px; }
        .video .video-inner iframe {
          width: 100%;
          height: 100%; } }
    @media screen and (max-width: 39.9375em) {
      .video .video-inner {
        display: block;
        height: 320px; } }

.events .owl-carousel .owl-wrapper .owl-item {
  max-height: none !important; }
  .events .owl-carousel .owl-wrapper .owl-item h3.month {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600; }
  .events .owl-carousel .owl-wrapper .owl-item ul.events-list {
    list-style: none;
    margin: 0;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .events .owl-carousel .owl-wrapper .owl-item ul.events-list li {
      padding: 25px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .events .owl-carousel .owl-wrapper .owl-item ul.events-list li .date {
        color: #d72128;
        display: table;
        margin: 0 auto;
        padding-left: 15px; }
        .events .owl-carousel .owl-wrapper .owl-item ul.events-list li .date .day {
          float: left;
          display: block;
          line-height: 1em; }
          .events .owl-carousel .owl-wrapper .owl-item ul.events-list li .date .day span {
            font-weight: 600;
            font-size: 70px;
            line-height: 1em; }
          .events .owl-carousel .owl-wrapper .owl-item ul.events-list li .date .day small {
            display: block;
            text-align: right;
            font-size: 16px;
            margin-top: -5px;
            font-weight: 600;
            line-height: 1em;
            text-transform: uppercase; }
          .events .owl-carousel .owl-wrapper .owl-item ul.events-list li .date .day.day-2:before {
            content: "-";
            font-size: 70px;
            margin-left: 8px; }
      .events .owl-carousel .owl-wrapper .owl-item ul.events-list li h4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2em;
        color: #474747; }
      .events .owl-carousel .owl-wrapper .owl-item ul.events-list li p {
        color: rgba(0, 0, 0, 0.3);
        font-size: 14px; }
      .events .owl-carousel .owl-wrapper .owl-item ul.events-list li:hover {
        background-color: rgba(0, 0, 0, 0.03); }

.events .owl-carousel .owl-buttons {
  position: absolute;
  top: 0;
  left: 230px;
  width: 70px;
  height: 30px; }
  .events .owl-carousel .owl-buttons > div {
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    cursor: pointer;
    float: left;
    color: transparent;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .events .owl-carousel .owl-buttons > div:before {
      color: rgba(0, 0, 0, 0.1);
      font-family: 'FontAwesome';
      font-size: 24px;
      line-height: 1rem;
      position: absolute;
      top: 6px;
      width: 100%;
      text-align: center;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .events .owl-carousel .owl-buttons > div.owl-prev:before {
      content: "\f104";
      margin-left: -2px; }
    .events .owl-carousel .owl-buttons > div.owl-next:before {
      content: "\f105";
      margin-right: -2px; }
    .events .owl-carousel .owl-buttons > div:hover {
      background-color: transparent;
      -webkit-box-shadow: inset 0 0 0 2px #d72128;
      -moz-box-shadow: inset 0 0 0 2px #d72128;
      box-shadow: inset 0 0 0 2px #d72128; }
      .events .owl-carousel .owl-buttons > div:hover:before {
        color: #d72128; }
    .events .owl-carousel .owl-buttons > div:focus, .events .owl-carousel .owl-buttons > div:active {
      background-color: transparent; }

.newsletter {
  padding: 70px 0; }
  .newsletter .title-2 {
    margin-bottom: 0; }
  .newsletter label {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .newsletter p {
    font-size: 14px;
    font-weight: 300; }
  .newsletter .nl {
    padding: 0;
    overflow: hidden; }
    .newsletter .nl input[type=email] {
      width: 60%;
      height: 45px;
      float: left;
      margin: 32px 60px;
      margin-bottom: 0;
      color: rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: transparent;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .newsletter .nl input[type=email]::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .newsletter .nl input[type=email]:-moz-placeholder {
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .newsletter .nl input[type=email]::-moz-placeholder {
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .newsletter .nl input[type=email]:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .newsletter .nl input[type=email]:active, .newsletter .nl input[type=email]:focus {
        color: #2e2e2e;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .newsletter .nl input[type=email]:active::-webkit-input-placeholder, .newsletter .nl input[type=email]:focus::-webkit-input-placeholder {
          color: #474747; }
        .newsletter .nl input[type=email]:active:-moz-placeholder, .newsletter .nl input[type=email]:focus:-moz-placeholder {
          color: #474747; }
        .newsletter .nl input[type=email]:active::-moz-placeholder, .newsletter .nl input[type=email]:focus::-moz-placeholder {
          color: #474747; }
        .newsletter .nl input[type=email]:active:-ms-input-placeholder, .newsletter .nl input[type=email]:focus:-ms-input-placeholder {
          color: #474747; }
    .newsletter .nl .button.custom-button {
      border-color: #2e2e2e;
      color: #2e2e2e;
      font-size: 16px;
      width: 22%;
      height: 50px;
      margin: 30px 0;
      float: right;
      padding: 0;
      font-weight: 300;
      text-align: center; }
      .newsletter .nl .button.custom-button:hover {
        background-color: #2e2e2e;
        color: #FFF; }
      .newsletter .nl .button.custom-button:active, .newsletter .nl .button.custom-button:focus {
        outline: none; }

.custom-gallery {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 0;
  margin-bottom: 100px; }
  .custom-gallery ul:active, .custom-gallery ul:focus {
    outline: none; }
  .custom-gallery ul .orbit-previous, .custom-gallery ul .orbit-next {
    width: 16px;
    height: 32px;
    text-indent: -9999px;
    padding: 0;
    background-image: url("../images/arrows.png");
    opacity: .5;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .custom-gallery ul .orbit-previous:hover, .custom-gallery ul .orbit-next:hover {
      background-color: transparent;
      opacity: 1; }
    .custom-gallery ul .orbit-previous:active, .custom-gallery ul .orbit-previous:focus, .custom-gallery ul .orbit-next:active, .custom-gallery ul .orbit-next:focus {
      background-color: transparent; }
  .custom-gallery ul .orbit-previous {
    left: 50px;
    background-position: center left; }
  .custom-gallery ul .orbit-next {
    right: 50px;
    background-position: center right; }
  .custom-gallery ul li .orbit-caption {
    height: 40px;
    font-size: 20px;
    font-weight: 300;
    padding: 0 50px;
    padding-right: 50%;
    background-color: rgba(0, 0, 0, 0.5); }
  .custom-gallery .orbit-bullets {
    position: absolute;
    bottom: 6.8%;
    right: 50%;
    margin: 0; }
    .custom-gallery .orbit-bullets button {
      margin-left: 20px; }
      .custom-gallery .orbit-bullets button:first-child {
        margin-left: 0; }
      .custom-gallery .orbit-bullets button.is-active {
        background-color: white; }

.banner-page-formulario {
  margin-bottom: -100px; }
  .banner-page-formulario .banner-inner:after {
    background-color: #FFF;
    opacity: 1; }

#locals {
  padding: 140px 0 70px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #locals .locals-blocos .bloco {
      float: left !important; }
      #locals .locals-blocos .bloco:nth-of-type(3n+1) {
        clear: none; }
      #locals .locals-blocos .bloco:nth-of-type(2n+1) {
        clear: both; } }

.blog .banner-page-blog {
  margin-bottom: 140px; }
  @media screen and (max-width: 63.9375em) {
    .blog .banner-page-blog {
      margin-bottom: 50px; } }

.blog section article {
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .blog section article .thumb {
    margin-bottom: 40px;
    display: block; }
    @media screen and (max-width: 63.9375em) {
      .blog section article .thumb {
        margin-bottom: 10px; } }
    .blog section article .thumb img {
      margin: 0 auto;
      display: table; }
  .blog section article .date {
    color: #d72128;
    font-size: 16px;
    font-weight: 300; }
    @media screen and (max-width: 63.9375em) {
      .blog section article .date {
        font-size: 14px; } }
  .blog section article h3 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1em;
    text-transform: uppercase; }
    @media screen and (max-width: 63.9375em) {
      .blog section article h3 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 600; } }
    .blog section article h3 a {
      color: #2e2e2e; }
  .blog section article p {
    font-size: 14px;
    font-weight: 300; }
    @media screen and (max-width: 63.9375em) {
      .blog section article p {
        line-height: 1.3em; } }

.sidebar {
  padding-left: 30px; }
  .sidebar h4 {
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 18px; }
  .sidebar .popular {
    margin-bottom: 70px; }
    .sidebar .popular ul {
      margin-left: 0; }
      .sidebar .popular ul li {
        overflow: hidden;
        list-style: none;
        clear: both;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .sidebar .popular ul li .thumb {
          width: 50px;
          height: 50px;
          float: left;
          margin-right: 15px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          overflow: hidden; }
        .sidebar .popular ul li .info {
          float: left;
          min-height: 70px; }
          @media screen and (min-width: 64em) {
            .sidebar .popular ul li .info {
              width: 210px; } }
          .sidebar .popular ul li .info h5 {
            font-size: 14px;
            text-transform: uppercase;
            color: #2e2e2e;
            font-weight: 300;
            line-height: 1.3em;
            margin-bottom: 5px; }
            .sidebar .popular ul li .info h5 a {
              color: #2e2e2e; }
            .sidebar .popular ul li .info h5 b {
              font-weight: 300; }
          .sidebar .popular ul li .info .date {
            color: #d72128;
            font-size: 12px;
            display: block; }
  .sidebar .categories ul {
    margin-left: 0; }
    .sidebar .categories ul li {
      list-style: none;
      display: inline-block;
      margin: 0 5px;
      line-height: 1.5em; }
      .sidebar .categories ul li a {
        font-weight: 300;
        color: #d72128; }
        .sidebar .categories ul li a:hover {
          text-decoration: underline; }

.paginate {
  display: table;
  margin: 0 auto;
  margin-bottom: 70px; }
  .paginate .page-numbers {
    margin: 0 5px;
    background-color: transparent;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    font-weight: 500; }
    .paginate .page-numbers::before {
      content: "";
      width: 1px;
      height: 15px;
      display: block;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: -5px;
      top: 8px; }
    .paginate .page-numbers:first-child::before {
      display: none; }
    .paginate .page-numbers.current {
      color: #d72128; }
    .paginate .page-numbers:hover {
      color: #d72128; }

.tag .banner-page-tag {
  margin-bottom: 140px; }
  @media screen and (max-width: 63.9375em) {
    .tag .banner-page-tag {
      margin-bottom: 50px; } }

.search .banner-page {
  margin-bottom: 70px; }
  .search .banner-page .banner-inner::before, .search .banner-page .banner-inner::after {
    display: none; }
  .search .banner-page .banner-inner h1 {
    font-size: 35px;
    text-align: center; }

section article.compact-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 50px; }
  section article.compact-list .thumb {
    float: left;
    margin-right: 30px;
    margin-bottom: 50px; }
    @media screen and (max-width: 63.9375em) {
      section article.compact-list .thumb {
        margin-bottom: 0;
        width: 50px;
        margin-right: 15px; } }
  section article.compact-list h3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 0;
    margin-left: 130px; }
    @media screen and (max-width: 63.9375em) {
      section article.compact-list h3 {
        margin-left: 65px; } }
    section article.compact-list h3 a {
      color: #2e2e2e; }
    section article.compact-list h3 b {
      font-weight: 300; }
  section article.compact-list p {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 30px;
    margin-left: 130px; }
    @media screen and (max-width: 63.9375em) {
      section article.compact-list p {
        margin-left: 65px; } }
  section article.compact-list .date {
    color: #d72128;
    font-size: 12px;
    display: block; }

#searchform {
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    #searchform {
      margin: 0 auto;
      margin-bottom: 20px;
      max-width: 450px; } }
  #searchform input[type=text] {
    border: 0;
    height: 50px;
    font-size: 18px;
    padding: 10px 30px;
    padding-right: 80px;
    margin-bottom: 0;
    color: #474747;
    font-weight: 300;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px; }
    @media screen and (max-width: 63.9375em) {
      #searchform input[type=text] {
        font-size: 16px;
        height: 40px;
        padding: 10px 20px; } }
  #searchform input[type=submit] {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    text-indent: -9999px;
    background-image: url("../images/lupa.png");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px; }
    @media screen and (max-width: 63.9375em) {
      #searchform input[type=submit] {
        width: 50px;
        height: 40px;
        background-size: 18px; } }

.single .banner-page {
  height: 100px;
  margin-bottom: 50px; }

.single article .thumb {
  margin-bottom: 40px; }
  @media screen and (max-width: 63.9375em) {
    .single article .thumb {
      margin-top: 40px; } }

.single article .date {
  color: #d72128;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block; }

.single article h1 {
  font-size: 32px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.1em; }

.single article p {
  font-weight: 300;
  font-size: 14px; }

.single article .tags {
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.single .related {
  margin-top: 150px;
  padding-bottom: 70px; }
  @media screen and (max-width: 63.9375em) {
    .single .related {
      margin-top: 30px; }
      .single .related .blog-list li:nth-child(2n+1) {
        clear: none; }
      .single .related .blog-list li .blog-item {
        padding: 0; } }

.single-solutions header svg path.gray {
  fill: #5D5E60; }

.single-solutions header svg path.red {
  fill: #E24844; }

.single-solutions header .nav-menu li a {
  color: #2e2e2e;
  -webkit-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
  -moz-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
  box-shadow: 0 0 0 rgba(46, 46, 46, 0); }
  .single-solutions header .nav-menu li a:hover, .single-solutions header .nav-menu li a:active, .single-solutions header .nav-menu li a:focus {
    color: #2e2e2e;
    -webkit-box-shadow: 0 3px 0 #2e2e2e;
    -moz-box-shadow: 0 3px 0 #2e2e2e;
    box-shadow: 0 3px 0 #2e2e2e; }

.single-solutions header .nav-menu li.current-menu-item a, .single-solutions header .nav-menu li.current_page_parent a {
  -webkit-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
  -moz-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
  box-shadow: 0 0 0 rgba(46, 46, 46, 0); }
  .single-solutions header .nav-menu li.current-menu-item a:hover, .single-solutions header .nav-menu li.current-menu-item a:active, .single-solutions header .nav-menu li.current-menu-item a:focus, .single-solutions header .nav-menu li.current_page_parent a:hover, .single-solutions header .nav-menu li.current_page_parent a:active, .single-solutions header .nav-menu li.current_page_parent a:focus {
    color: #2e2e2e;
    -webkit-box-shadow: 0 3px 0 #2e2e2e;
    -moz-box-shadow: 0 3px 0 #2e2e2e;
    box-shadow: 0 3px 0 #2e2e2e; }

.single-solutions header .nav-menu li.sub a {
  -webkit-box-shadow: 0 3px 0 #2e2e2e;
  -moz-box-shadow: 0 3px 0 #2e2e2e;
  box-shadow: 0 3px 0 #2e2e2e; }

.single-solutions header .nav-menu #lang_sel ul li a {
  color: #2e2e2e; }

.single-solutions header.header-fixo .nav-menu .menu-container li.current-menu-item a, .single-solutions header.header-fixo .nav-menu .menu-container li.current_page_parent a {
  -webkit-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
  -moz-box-shadow: 0 0 0 rgba(46, 46, 46, 0);
  box-shadow: 0 0 0 rgba(46, 46, 46, 0); }
  .single-solutions header.header-fixo .nav-menu .menu-container li.current-menu-item a:hover, .single-solutions header.header-fixo .nav-menu .menu-container li.current-menu-item a:active, .single-solutions header.header-fixo .nav-menu .menu-container li.current-menu-item a:focus, .single-solutions header.header-fixo .nav-menu .menu-container li.current_page_parent a:hover, .single-solutions header.header-fixo .nav-menu .menu-container li.current_page_parent a:active, .single-solutions header.header-fixo .nav-menu .menu-container li.current_page_parent a:focus {
    color: #2e2e2e;
    -webkit-box-shadow: 0 3px 0 #2e2e2e;
    -moz-box-shadow: 0 3px 0 #2e2e2e;
    box-shadow: 0 3px 0 #2e2e2e; }

.single-solutions .menu-solutions {
  position: fixed;
  top: -92px;
  left: 0;
  z-index: 2;
  width: 100%;
  background-color: #f4f4f4;
  opacity: 0;
  -webkit-box-shadow: 0 2px 2px rgba(52, 38, 25, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(52, 38, 25, 0.05);
  box-shadow: 0 2px 2px rgba(52, 38, 25, 0.05);
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease; }
  .single-solutions .menu-solutions ul {
    display: table;
    padding-left: 0;
    margin: 0 auto; }
    .single-solutions .menu-solutions ul li {
      list-style: none;
      float: left;
      margin-left: 30px; }
      .single-solutions .menu-solutions ul li:first-child {
        margin-left: 0; }
      .single-solutions .menu-solutions ul li a {
        display: block;
        font-size: 14px;
        color: #2e2e2e;
        padding: 10px 3px; }
  .single-solutions .menu-solutions.menu-show {
    top: 92px;
    opacity: 1; }

.single-solutions .banner-page {
  height: 100vh;
  position: relative;
  margin-bottom: 0;
  background-size: cover;
  background-attachment: fixed; }
  .single-solutions .banner-page .thumb {
    position: absolute;
    width: 600px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -75px;
    z-index: 10; }
    @media screen and (max-width: 63.9375em) {
      .single-solutions .banner-page .thumb {
        width: 300px;
        height: 118px;
        margin-left: -150px;
        margin-top: -90px; } }
    @media screen and (max-width: 39.9375em) {
      .single-solutions .banner-page .thumb {
        width: 220px;
        height: 62px;
        margin-left: -110px;
        margin-top: -62px; } }
    .single-solutions .banner-page .thumb img {
      display: table;
      margin: 0 auto;
      pointer-events: none; }

.single-solutions .overlay-op {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.single-solutions .section {
  padding: 140px 0;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .single-solutions .section {
      padding: 50px 0; } }
  .single-solutions .section .section-content {
    position: relative;
    z-index: 1; }
  .single-solutions .section h2 {
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 100px; }
    @media screen and (max-width: 63.9375em) {
      .single-solutions .section h2 {
        font-size: 24px;
        margin-bottom: 30px; } }
  .single-solutions .section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 70px; }
    @media screen and (max-width: 63.9375em) {
      .single-solutions .section h3 {
        font-size: 18px;
        margin-bottom: 50px; } }
  .single-solutions .section figure {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px; }
  .single-solutions .section .video {
    background-color: transparent;
    margin: 0 auto 70px;
    display: table; }
  .single-solutions .section .conteudo {
    font-size: 14px;
    font-weight: 300; }
    .single-solutions .section .conteudo p {
      line-height: 1.7em; }
  .single-solutions .section .diferenciais {
    margin-top: 100px;
    float: left;
    width: 100%; }
    .single-solutions .section .diferenciais h4 {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      position: relative; }
      .single-solutions .section .diferenciais h4::before {
        content: "";
        display: block;
        position: absolute;
        top: -15px;
        left: 50%;
        width: 400px;
        height: 1px;
        margin-left: -200px;
        background-color: rgba(190, 190, 190, 0.4); }
        @media screen and (max-width: 63.9375em) {
          .single-solutions .section .diferenciais h4::before {
            top: -55px; } }
    .single-solutions .section .diferenciais ul {
      margin-left: 0;
      margin-top: 60px;
      overflow: hidden; }
      .single-solutions .section .diferenciais ul li {
        list-style: none;
        background-position: left top;
        background-repeat: no-repeat;
        margin-bottom: 50px; }
        @media screen and (min-width: 40em) {
          .single-solutions .section .diferenciais ul li:nth-child(4n+1) {
            clear: both; } }
        @media screen and (max-width: 39.9375em) {
          .single-solutions .section .diferenciais ul li {
            margin-bottom: 30px; }
            .single-solutions .section .diferenciais ul li:nth-child(2n+1) {
              clear: both; } }
  .single-solutions .section .icones ul li img {
    margin: 0 auto 15px;
    display: table; }
  .single-solutions .section .icones ul li h5 {
    line-height: 1.2em;
    color: #474747;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-left: 5px;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .single-solutions .section .icones ul li h5 {
        padding: 0 15px; } }
  .single-solutions .section.claro h2, .single-solutions .section.claro h3, .single-solutions .section.claro h4, .single-solutions .section.claro h5, .single-solutions .section.claro p {
    color: #FFF !important; }
  .single-solutions .section.claro h3::after {
    background-color: rgba(255, 255, 255, 0.2); }
  .single-solutions .section.claro .icones ul li h5 {
    color: #FFF !important; }
  .single-solutions .section#s-1 {
    background-attachment: fixed; }
  @media screen and (max-width: 39.9375em) {
    .single-solutions .section ul.dif-solutions {
      display: table;
      margin: 60px auto 0;
      width: 220px; } }
  .single-solutions .section ul.dif-solutions li a {
    display: block;
    text-indent: -9999px;
    height: 50px;
    background-size: auto 50px;
    background-position: top left;
    background-repeat: no-repeat; }

.single-solutions .other .other-inner {
  padding-top: 70px;
  padding-bottom: 200px;
  display: table;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .single-solutions .other .other-inner {
      padding: 50px 0; } }
  .single-solutions .other .other-inner:before {
    content: '';
    display: block;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.2);
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw; }
  .single-solutions .other .other-inner h3 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    text-transform: uppercase;
    letter-spacing: 1pt; }
  .single-solutions .other .other-inner ul {
    display: table;
    margin: 0 auto; }
    .single-solutions .other .other-inner ul li {
      list-style: none;
      float: left;
      margin-left: 140px; }
      @media screen and (max-width: 63.9375em) {
        .single-solutions .other .other-inner ul li {
          margin-left: 30px; } }
      @media screen and (max-width: 39.9375em) {
        .single-solutions .other .other-inner ul li {
          margin: 0 auto 30px;
          clear: both; } }
      .single-solutions .other .other-inner ul li:first-child {
        margin-left: 0; }
      .single-solutions .other .other-inner ul li a {
        display: block;
        height: 75px;
        background-color: transparent; }
        @media screen and (max-width: 63.9375em) {
          .single-solutions .other .other-inner ul li a {
            height: 56px; } }
        @media screen and (max-width: 39.9375em) {
          .single-solutions .other .other-inner ul li a {
            height: 50px; } }
        .single-solutions .other .other-inner ul li a img {
          width: auto;
          height: 100%; }

.wpcf7 .wpcf7-form {
  display: table;
  width: 100%; }
  .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-form .wpcf7-validation-errors, .wpcf7 .wpcf7-form .wpcf7-not-valid-tip, .wpcf7 .wpcf7-form .wpcf7-mail-sent-ng {
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-size: 1rem; }
  .wpcf7 .wpcf7-form .wpcf7-not-valid {
    -webkit-box-shadow: 0 0 0px 2px red !important;
    -moz-box-shadow: 0 0 0px 2px red !important;
    box-shadow: 0 0 0px 2px red !important; }
  .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    display: none !important; }
  .wpcf7 .wpcf7-form .wpcf7-mail-sent-ng {
    width: auto;
    margin: 15px auto; }
  .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok, .wpcf7 .wpcf7-form .wpcf7-validation-errors {
    width: auto;
    margin: 15px auto;
    padding: 5px;
    border: none;
    display: table !important; }
  .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok {
    background-color: rgba(50, 160, 50, 0.7); }
  .wpcf7 .wpcf7-form .wpcf7-validation-errors {
    background-color: red;
    color: #FFF; }

footer {
  position: relative;
  background-image: url("images/bg/bg-footer.png");
  background-size: cover; }
  footer .footer-inner {
    height: 400px;
    background-color: #FFF;
    background-image: url("../images/footer.jpg");
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    width: 100%; }
    footer .footer-inner::before {
      content: '';
      width: 1px;
      height: 240px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -150px;
      background-color: #474747;
      opacity: .2; }
    footer .footer-inner #icon-dataprom {
      width: 298px;
      height: 98px;
      float: right;
      margin: 100px 0;
      margin-right: 100px; }
    footer .footer-inner .footer-info {
      margin: 100px 0;
      margin-left: 100px;
      color: #474747; }
      footer .footer-inner .footer-info strong {
        display: block;
        margin-bottom: 10px; }
      footer .footer-inner .footer-info p {
        font-weight: 300; }
    footer .footer-inner .copyright {
      display: table;
      margin: 0 auto;
      font-size: 12px;
      color: #474747; }
  footer .stripe {
    width: 100%;
    background-color: #0095cc;
    padding: 20px 0;
    border-top: 4px solid #0482b1;
    position: fixed;
    z-index: -1;
    bottom: 0; }
    footer .stripe p {
      float: left;
      color: #FFF;
      margin: 0;
      padding: 0 15px;
      font-size: 12px; }
    footer .stripe .mentores {
      width: 40px;
      height: 40px;
      margin: 0 auto; }
      @media screen and (min-width: 64em) {
        footer .stripe .mentores {
          width: 72px;
          height: 70px; } }
      footer .stripe .mentores a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        footer .stripe .mentores a span {
          opacity: 1;
          font-family: "Trebuchet MS", Tahoma, sans-serif;
          font-weight: 700;
          font-size: 12px;
          position: absolute;
          color: #FFF;
          top: 10px;
          left: -18px;
          width: 80px;
          text-align: center;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media screen and (min-width: 64em) {
            footer .stripe .mentores a span {
              font-size: 14px;
              top: 20px;
              left: -15px;
              width: 110px; } }
        footer .stripe .mentores a svg {
          width: 100%;
          height: 100%;
          fill: rgba(255, 255, 255, 0.3);
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        footer .stripe .mentores a:hover span {
          opacity: 0; }
        footer .stripe .mentores a:hover svg {
          fill: white; }
      footer .stripe .mentores h4 {
        position: absolute;
        clip: rect(0, 0, 0, 0); }

.js-off-canvas-exit {
  z-index: 100; }

.solutions .solutions-list li:nth-child(3n+1) {
    clear: left;
    /* background: red; */
}