/*!
 Theme Name: CWB
 Theme URI: http://underscores.me/
 Author: Sebastian Bloß
 Author URI: http://www.kimdesign.de/
 Description: CWB Standard-Theme
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: cwb
 Tags:
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 CWB is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
 Underscores is distributed under the terms of the GNU GPL v2 or later.
 Normalizing styles have been helped along thanks to the fine work of
 Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
/*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # Normalize
 # Typography
 # Elements
 # Forms
 # Navigation
 ## Links
 ## Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 ## Posts and pages
 ## Comments
 # Infinite scroll
 # Media
 ## Captions
 ## Galleries
 --------------------------------------------------------------*/
@font-face {
  font-family: "Economica-Regular";
  src: url("../fonts/economica-regular-otf.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/economica-regular-otf.eot") format("embedded-opentype"), url("./fonts/Economica-Regular-OTF.otf") format("opentype"), url("./fonts/Economica-Regular-OTF.svg") format("svg"), url("../fonts/economica-regular-otf.ttf") format("truetype"), url("../fonts/economica-regular-otf.woff") format("woff"), url("../fonts/economica-regular-otf.woff2") format("woff2");
  /* IE6-IE8 */
  /* Open Type Font */
  /* Legacy iOS */
  /* Safari, Android, iOS */
  /* Modern Browsers */
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/opensans-light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/opensans-light.eot") format("embedded-opentype"), url("./fonts/OpenSans-Light.otf") format("opentype"), url("./fonts/OpenSans-Light.svg") format("svg"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.woff2") format("woff2");
  /* IE6-IE8 */
  /* Open Type Font */
  /* Legacy iOS */
  /* Safari, Android, iOS */
  /* Modern Browsers */
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/materialicons-regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../../fonts/materialicons-regular.woff2') format('woff2'), url('fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/materialicons-regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*--------------------------------------------------------------
 # Normalize
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/
body, button, input, select, textarea {
  color: #404040;
  font-family: 'OpenSans-Light', 'Open Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.cc-window {
  font-family: inherit !important;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
.heading-standard, .page-header .entry-title, .locations-home h3 {
  color: #465156;
  font-size: 110px;
  font-size: 6.875rem;
  margin: 0 0 70px;
  line-height: 1.2;
}
.heading-teaser, .company-teaser .entry-header h2, .company-teaser .entry-header h3, .about-teaser .teaser-content h2, .entry-content-intro h1.entry-title, .entry-content-intro h6.entry-title-single {
  text-transform: uppercase;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.1;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: 'OpenSans-Light', 'Open Sans', sans-serif;
  color: #465156;
}
body.zh-hans {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
  letter-spacing: 0.05rem;
}
blockquote, q {
  quotes: "" "";
}
blockquote:before, q:before, blockquote:after, q:after {
  content: "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: 'Economica-Regular', sans-serif;
}
body.zh-hans h1, body.zh-hans h2, body.zh-hans h3, body.zh-hans h4, body.zh-hans h5, body.zh-hans h6 {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
p {
  margin: 0 0 25px;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* FONT AWESEOM */
.awesome, .site-gallery .site-gallery-image a::after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.transition, input.wpcf7-text, .wpcf7 textarea, .contact-form-right input.wpcf7-submit, .contact-form-right input.wpcf7-submit::before, .canditature-form-wrapper .wpcf7-submit, .main-navigation li, .tiny .main-navigation li, #lang-switch ul, #lang-switch ul li, #lang-switch ul li.lang-active i, .c-hamburger, .second-navigation, .second-menu-container ul li > a, .second-menu-container ul > li.menu-item-has-children > a::before, .second-menu-container i.fa-angle-down, .second-menu-container a.menu-cta, .container.brand-nav, .wrapper.footer-line a, .wrapper.footer-line a:hover, .wrapper.footer-line a.top-scroll, .site-branding, .site-branding a, .site-branding img, .footer-social ul li a, .footer-social ul li.wechat .qr-code, #footer-menu li a, a.more-link::before, p.more-link::before, .news-teaser .entry-header a, .site-gallery .site-gallery-image a, .open-job-teaser h4 a, button.alm-load-more-btn, .jobs-for-content .jobs-for-right a, h2.steps-headline, .media-subnav li a, .download-list li a, .magazine a, .pin .pin-content a, .open-filter, label[for=searchsubmit], .open-filter i, .tags_select p.filter-select::before, .tags_select p.filter-clear::before, .product-files ul li a, body.search h2.entry-title a, .news-teaser-overview h2.entry-title a, .pagination .page-numbers, .post-navigation .next-prev a, .news-single-view .entry-content a, #slider-home-top .slide-content-wrapper p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.transition-long, #lang-switch, .site-gallery .site-gallery-image a::before, .site-gallery .site-gallery-image a::after, .testimonial .testimonial-content, .site-nav-intern li::before {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.transition-very-long, .pin, .pin::before, .pin .pin-content, .pin .pin-inner, .pin:hover .pin-inner, .pin.active {
  -webkit-transition: all 1s;
  transition: all 1s;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.padding-standard, .page-header .entry-title {
  padding-left: 3.90625%;
  padding-right: 3.90625%;
}
.material-font, .contact-form-right input.wpcf7-submit::before, #lang-switch ul li.lang-active::before, .second-menu-container ul li > a::before, .second-menu-container ul > li.menu-item-has-children > a::before, a.more-link::before, p.more-link::before, .employee-quote p.quote::before, .testimonial .testimonial-content p.testimonial-quote::before, .download-list li:before, .magazine p:before, .cta-content:before, .tags_select p.filter-clear::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/
/*
 border: 1px solid;
 border-color: $color__border-button;
 border-radius: 3px;
 background: $color__background-button;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
 color: rgba(0, 0, 0, .8);
 @include font-size(0.75);
 line-height: 1;
 padding: .6em 1em .4em;
 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
 &:hover {
 border-color: $color__border-button-hover;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
 }
 &:active,
 &:focus {
 border-color: $color__border-button-focus;
 box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
 }
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
/*
 input[type="text"],
 input[type="email"],
 input[type="url"],
 input[type="password"],
 input[type="search"],
 input[type="number"],
 input[type="tel"],
 input[type="range"],
 input[type="date"],
 input[type="month"],
 input[type="week"],
 input[type="time"],
 input[type="datetime"],
 input[type="datetime-local"],
 input[type="color"],
 textarea {
 color: $color__text-input;
 border: 1px solid $color__border-input;
 border-radius: 3px;
 padding: 3px;
 &:focus {
 color: $color__text-input-focus;
 }
 }
 select {
 border: 1px solid $color__border-input;
 }
 textarea {
 width: 100%;
 }
 */
.contact-form {
  width: 50%;
  padding: 100px 0;
}
p.contactform-hl {
  color: #465156;
  font-size: 32px;
  font-size: 2rem;
  margin: 0 0 40px;
}
.contact-form-left {
  width: 50%;
  float: left;
  padding-right: 10px;
}
.contact-form-right {
  width: 50%;
  float: right;
  padding-left: 10px;
}
.contact-form-right p.more-link {
  float: right;
  margin-right: 54px;
}
@media screen and (max-width: 1150px) {
  .contact-form {
    width: auto;
  }
}
@media screen and (max-width: 680px) {
  .contact-form-left, .contact-form-right {
    width: auto;
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
}
.wpcf7-form {
  width: 100%;
}
.wpcf7 p {
  margin: 0 0 20px;
}
input.wpcf7-text, .wpcf7 textarea {
  border: 1px solid #2979d8;
  background: transparent;
  font-weight: 400;
  width: 100%;
  font-size: 18.4px;
  font-size: 1.15rem;
}
input.wpcf7-text {
  height: 62px;
  padding: 0 15px;
}
.wpcf7 textarea {
  height: 144px;
  padding: 10px 15px;
}
.wpcf7-checkbox, .wpcf7-radio {
  margin-bottom: 25px;
  display: block;
}
.wpcf7-checkbox span.wpcf7-list-item, .wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label, .wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
  margin-left: 10px;
}
.wpcf7 input.wpcf7-text:hover, .wpcf7 input.wpcf7-text:focus, .wpcf7 input.wpcf7-text:active, .wpcf7 textarea:hover, .wpcf7 textarea:focus, .wpcf7 textarea:active {
  border-color: #465156;
}
.contact-form-right input.wpcf7-submit {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Economica-Regular', sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 21.2px;
  font-size: 1.325rem;
  border: 0;
  background: transparent;
  color: #2979d8;
  padding-right: 105px;
  margin-right: -105px;
}
.contact-form-right input.wpcf7-submit::before {
  content: '\E5C8';
  position: absolute;
  right: -44px;
  top: 50%;
  margin-top: -14px;
  height: 28px;
  width: 28px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}
.contact-form-right input.wpcf7-submit:hover {
  color: #465156;
}
.wpcf7-response-output {
  border: 3px solid #f6aea9 !important;
  padding: 20px 10px !important;
  font-style: italic;
  text-align: center;
  margin: 10px 0 30px !important;
  font-size: 16px;
  font-size: 1rem;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: #f6aea9 !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 3px solid #465156 !important;
  outline: 0 !important;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 40px !important;
}
.wpcf7-not-valid:focus {
  border: 0 !important;
  outline: 1px solid #000 !important;
}
::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
  text-transform: uppercase;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #828282;
  opacity: 1;
  text-transform: uppercase;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #828282;
  opacity: 1;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: #828282;
  text-transform: uppercase;
  opacity: 1;
  text-transform: uppercase;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  left: -30px;
  margin-top: -8px;
  top: 50%;
  margin-left: 0 !important;
}
/* Bewerbungsformular */
.news-single-view h3.job-form-headline {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.news-single-view h3.job-form-headline span {
  display: block;
  font-size: 27.008px;
  font-size: 1.688rem;
  margin-top: 30px;
  position: relative;
  text-transform: none;
}
.news-single-view h3.job-form-headline span::before {
  position: absolute;
  width: 50px;
  height: 3px;
  background: #2979d8;
  content: '';
  top: -15px;
  left: 50%;
  margin-left: -25px;
}
.canditature-form-wrapper {
  overflow: hidden;
}
.canditature-form-wrapper .wpcf7-checkbox span.wpcf7-list-item, .canditature-form-wrapper .wpcf7-radio span.wpcf7-list-item {
  display: inline;
}
.canditature-form-wrapper .wpcf7-checkbox span.wpcf7-list-item.has-free-text, .canditature-form-wrapper .wpcf7-radio span.wpcf7-list-item.has-free-text {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 781px) {
  .canditature-form-wrapper .wpcf7 textarea {
    height: 178px;
  }
  .canditature-form-wrapper .adresse {
    margin-bottom: -10px;
    display: block;
  }
  .canditature-form-wrapper p.check-radio.radio-large .wpcf7-radio {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
  .canditature-form-wrapper .half-large {
    margin-bottom: 25px;
  }
}
.canditature-form-wrapper .wpcf7-radio, .canditature-form-wrapper .wpcf7-checkbox {
  border: 1px solid #2979d8;
  padding-top: 13px;
  padding-bottom: 13px;
}
.canditature-form-wrapper p.check-radio br {
  display: none;
}
.canditature-form-wrapper .wpcf7-submit {
  color: #fff;
  background: #2979d8;
  border: 0;
  padding: 15px 40px;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.canditature-form-wrapper .wpcf7-submit:hover {
  background: #465156;
}
.canditature-form-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.canditature-form-right {
  float: right;
  width: 50%;
  padding-left: 20px;
}
p.half {
  float: left;
  width: 50%;
  padding-right: 10px;
}
p.half.second {
  padding-left: 10px;
  padding-right: 0;
}
.news-single-view h6.form-hl {
  text-align: center;
  font-size: 27.008px;
  font-size: 1.688rem;
}
.file-upload {
  border: 1px solid #2979d8;
  padding: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 780px) {
  .canditature-form-left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .canditature-form-right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/
a {
  color: royalblue;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
  width: calc(100%-227px);
  position: relative;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  margin-left: 20px;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 23.008px;
  font-size: 1.438rem;
  text-transform: uppercase;
  line-height: 70px;
}
body.zh-hans .main-navigation li {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.main-navigation li a {
  color: #fff;
  padding: 0 20px;
}
.main-navigation li:hover, .main-navigation li:focus, .main-navigation li.current-menu-item, .main-navigation li.current_page_ancestor, .main-navigation li.current-menu-ancestor {
  background: rgba(27, 90, 167, .2);
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.tiny .main-navigation li {
  line-height: 50px;
  font-size: 21.2px;
  font-size: 1.325rem;
}
@media screen and (max-width: 1100px) {
  .main-navigation {
    display: none;
  }
}
/*
 *
 * FOOTER NAVIGATION
 *
 */
#footer-main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding-top: 80px;
}
#footer-main-nav li {
  margin-bottom: 20px;
}
#footer-main-nav li a {
  color: #465156;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
#footer-main-nav li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
#footer-main-nav li ul li.current-menu-item a {
  color: #2979d8;
}
@media screen and (max-width: 1200px) {
  #footer-main-nav li {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
  }
  #footer-main-nav li ul {
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
#footer-main-nav > li {
  float: left;
  margin-right: 9.604519774%;
}
#footer-main-nav > li > a {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
}
body.zh-hans #footer-main-nav > li > a {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
#footer-main-nav > li.current-menu-item > a {
  color: #2979d8;
}
@media screen and (max-width: 1200px) {
  #footer-main-nav > li {
    float: none;
    width: 100%;
    margin-right: 0;
    clear: both;
  }
}
/*
 *
 * LANGUAGE SWITCH
 *
 */
#lang-switch {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  margin-right: 3.90625%;
  width: 150px;
  height: 40px;
  overflow: hidden;
}
#lang-switch.active {
  height: 218px;
}
#lang-switch ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding-top: 55px;
}
#lang-switch ul li {
  line-height: 40px;
  font-family: 'Economica-Regular', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  background: #465156;
  color: #fff;
  border-bottom: 1px solid #202a2f;
}
body.zh-hans #lang-switch ul li.de, body.zh-hans #lang-switch ul li.en {
  font-family: 'Economica-Regular', sans-serif;
}
body.zh-hans #lang-switch ul li {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
#lang-switch ul li:hover {
  background-color: #2979d8;
}
#lang-switch ul li.lang-active {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 46px;
  cursor: pointer;
  border: 0;
}
#lang-switch ul li.lang-active::before {
  font-size: 27px;
  position: absolute;
  color: #2979d8;
  left: 6px;
  content: "\E894";
  top: 6px;
  color: #fff;
}
#lang-switch ul li.lang-active:hover {
  background-color: #465156;
}
#lang-switch ul li.lang-active i {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
#lang-switch ul li a {
  color: #fff;
  display: block;
  padding-left: 46px;
  position: relative;
}
#lang-switch ul li a i {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -10px;
}
#lang-switch.active li.lang-active {
  background-color: #465156;
}
#lang-switch.active li.lang-active i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.container.brand-nav.tiny #lang-switch ul {
  padding-top: 45px;
}
@media screen and (max-width: 440px) {
  #lang-switch {
    width: 125px;
  }
  #lang-switch ul li {
    font-size: 16.8px;
    font-size: 1.05rem;
  }
  #lang-switch ul li a {
    padding-left: 38px;
  }
  #lang-switch ul li a i {
    left: 19px;
  }
  #lang-switch ul li.lang-active::before {
    font-size: 24px;
    left: 12px;
    top: 7px;
  }
  #lang-switch ul li.lang-active i {
    right: 10px;
    margin-top: -9px;
  }
}
/*
 *
 * BURGER ICON
 *
 */
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22.5px;
  left: 7px;
  right: 7px;
  height: 3px;
  background: #fff;
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
/*
 *
 * SECOND NAVIGATION
 *
 */
.second-navigation {
  float: left;
  height: 70px;
  background: #174883;
  width: 90px;
  position: relative;
  cursor: pointer;
}
.second-navigation:hover, .second-navigation.active {
  background-color: #465156;
}
.container.brand-nav.tiny .second-navigation {
  height: 50px;
}
@media screen and (max-width: 605px) {
  .second-navigation {
    width: 60px;
  }
}
.second-menu-container {
  position: absolute;
  width: calc(100% - 594px);
  top: 100%;
  left: 297px;
  background: #fff;
  display: none;
  -webkit-transition: left 0.3s, width 0.3s;
  transition: left 0.3s, width 0.3s;
  padding: 50px;
  padding-bottom: 0;
  /*
   .container.brand-nav.tiny & {
   width: calc(100% - 480px);
   left: 240px;
   }
   */
}
.second-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.second-menu-container ul li {
  line-height: 1.1;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 23.008px;
  font-size: 1.438rem;
  color: #fff;
  position: relative;
  font-weight: 300;
  margin-bottom: 5px;
}
body.zh-hans .second-menu-container ul li {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.second-menu-container ul li > a {
  display: block;
  color: #8998a4;
  position: relative;
  padding: 8px 0 8px 20px;
}
.second-menu-container ul li > a::before {
  content: '\E315';
  position: absolute;
  top: 8px;
  left: -7px;
}
.second-menu-container ul li > a:hover, .second-menu-container ul li > a:focus {
  color: #2979d8;
}
.second-menu-container ul li.current-menu-item > a, .second-menu-container ul li.current-menu-parent > a, .second-menu-container ul li.current-products-ancestor > a {
  color: #2979d8;
}
.second-menu-container ul li ul.sub-menu {
  margin: 0 10px;
}
.second-menu-container ul > li.menu-item-has-children {
  float: left;
  width: 25%;
  font-weight: 700;
  font-size: 23.008px;
  font-size: 1.438rem;
  line-height: 1;
}
.second-menu-container ul > li.menu-item-has-children > a {
  border-bottom: 1px solid #d7d7d7;
  color: #2979d8;
  padding: 0 0 20px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
.second-menu-container ul > li.menu-item-has-children > a::before {
  font-size: 32px;
  position: absolute;
  color: #2979d8;
  left: 0;
}
.second-menu-container ul > li.menu-item-has-children > a:hover {
  color: #202a2f;
}
.second-menu-container ul > li.menu-item-has-children > a:hover::before {
  color: #202a2f;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(1) > a {
  padding-left: 53px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(1) > a::before {
  content: "\E0AF";
  top: -5px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(2) > a {
  padding-left: 53px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(2) > a::before {
  content: "\E8B8";
  top: -5px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(3) > a {
  padding-left: 55px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(3) > a::before {
  content: "\E53B";
  top: -5px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(4) > a {
  padding-left: 53px;
}
.second-menu-container ul > li.menu-item-has-children:nth-of-type(4) > a::before {
  content: "\E0C8";
  top: -5px;
  left: 0;
}
@media screen and (min-width: 1320px) and (max-width: 1450px) {
  .second-menu-container ul li {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  .second-menu-container ul > li.menu-item-has-children {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
  .second-menu-container ul > li.menu-item-has-children > a::before {
    font-size: 28px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(1) > a {
    padding-left: 42px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(1) > a::before {
    top: -6px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(2) > a {
    padding-left: 42px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(2) > a::before {
    top: -6px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(3) > a {
    padding-left: 42px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(4) > a {
    padding-left: 38px;
  }
  .second-menu-container ul > li.menu-item-has-children:nth-of-type(4) > a::before {
    top: -6px;
  }
}
@media screen and (max-width: 1319px) {
  .second-menu-container {
    left: 0;
    height: 100vh;
    overflow-y: auto;
    width: 345px;
    padding: 35px;
    max-width: 90%;
  }
  .second-menu-container ul li:last-child {
    margin-bottom: 50px;
  }
  .second-menu-container ul > li.menu-item-has-children {
    float: none;
    width: auto;
  }
  .second-menu-container ul.sub-menu {
    display: none;
  }
  .second-menu-container li.current-menu-parent ul.sub-menu, .second-menu-container li.current-menu-item ul.sub-menu {
    display: block;
  }
  .second-menu-container i.fa-angle-down {
    color: #465156;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
  }
  .second-menu-container i.fa-angle-down.open {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 400px) {
  .second-menu-container {
    padding: 20px;
  }
}
.second-menu-container a.menu-cta {
  display: block;
  background: #2979d8;
  text-align: center;
  padding: 20px 40px;
  color: #fff;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin: 50px -50px 0 -50px;
}
.second-menu-container a.menu-cta:hover {
  background-color: #465156;
}
.second-menu-container a.menu-cta i {
  margin-left: 20px;
}
body.zh-hans .second-menu-container .menu-cta {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.loc-img {
  margin: 30px 0;
}
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(70, 81, 86, .75);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99;
}
/*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/
/* 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. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.1.0
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}
/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #2098d1;
  color: white;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, .75);
  }
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: rgba(32, 152, 209, 1);
  color: white;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out.hover, .hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out.hover:before, .hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
  color: white;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out.hover, .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out.hover:before, .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  /* Hack to improve aliasing on mobile/tablet devices */
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
}
/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
  /* Hack to improve aliasing on mobile/tablet devices */
  background: none;
}
/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
  opacity: 1;
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
  border-radius: 1em;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0;
}
/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
  right: 0;
}
/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
  left: 0;
}
/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}
/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}
/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}
/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}
/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-down {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-up {
  0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%, 100% {
    opacity: 1;
  }
}
/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
  color: #0f9e5e;
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}
/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}
/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}
/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}
/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}
body {
  counter-reset: step;
}
#page {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 100%;
}
.container.brand-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(32, 42, 47, .8);
  height: 70px;
}
.container.brand-nav.tiny {
  height: 50px;
}
.container.padding-large, h2.section-headline.why-headline.container, .job-wrapper.container, .entry-content-intro.container {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 650px) {
  .container.padding-large, h2.section-headline.why-headline.container, .job-wrapper.container, .entry-content-intro.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 380px) {
  .container.padding-large, h2.section-headline.why-headline.container, .job-wrapper.container, .entry-content-intro.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.product-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .container.product-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 700px) {
  .container.product-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .container.product-slider {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.container.logo-slider {
  background: #2979d8;
  padding: 90px 0;
}
@media screen and (max-width: 1400px) {
  .container.logo-slider {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 650px) {
  .container.logo-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.container.footer-bottom {
  background: #202a2f;
  padding-top: 70px;
  padding-bottom: 70px;
}
.container.why {
  padding: 120px 0;
}
.container.open-position {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container.cta {
  background: #465156;
}
body.post-type-archive-technologies .container.cta, body.page-template-tpl_company .container.cta, body.page-template-tpl_contact .container.cta, body.products-template-tpl_product-subcategory .container.cta, body.products-template-tpl_product-category .container.cta, body.products-template-tpl_product-category-consumer .container.cta {
  background: #2979d8;
}
.content-wrapper {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.news-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.wrapper-subpage {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
.wrapper.footer-line {
  border-top: 1px solid #465156;
  margin-top: 50px;
  padding-top: 50px;
}
.wrapper.footer-line a {
  color: #465156;
}
.wrapper.footer-line a:hover {
  color: #2979d8;
}
.wrapper.footer-line p {
  color: #465156;
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.wrapper.footer-line a.top-scroll {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #2979d8;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
}
.wrapper.footer-line a.top-scroll:hover {
  color: #2979d8;
  background: #fff;
}
.wrapper.footer-line a.top-scroll i {
  font-size: 22px;
  line-height: 38px;
}
.wrapper.job-offer {
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1230px) {
  .wrapper.job-offer {
    max-width: 960px;
  }
}
@media screen and (max-width: 760px) {
  .wrapper.job-offer {
    max-width: 480px;
  }
}
.wrapper.open-position-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  border-top: 4px solid #2979d8;
  border-bottom: 4px solid #2979d8;
  padding-top: 90px;
  padding-bottom: 90px;
}
.margin-large {
  margin-left: 10.4166666667%;
  margin-right: 10.4166666667%;
}
.site-title {
  position: absolute;
  top: -99999px;
  left: -999999px;
}
.site-branding {
  width: 297px;
  float: left;
  background: #1b5aa7;
  height: 70px;
  position: relative;
}
.site-branding a {
  display: block;
}
.site-branding img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -16.5px;
  width: 90px;
}
.site-branding img.logo-small {
  display: none;
}
.tiny .site-branding {
  height: 50px;
  /*
   img {
   margin-left: -85px;
   margin-top: -10px;
   width: 170px;
   }
   */
}
@media screen and (max-width: 605px) {
  .site-branding {
    width: 180px;
    /*
     img {
     margin-left: -70px;
     margin-top: -8px;
     width: 140px;
     }
     */
  }
}
@media screen and (max-width: 407px) {
  .site-branding {
    width: 140px;
    /*
     img {
     margin-left: -55px;
     margin-top: -7px;
     width: 110px;
     }
     */
  }
}
@media screen and (max-width: 369px) {
  .site-branding {
    width: 99px;
  }
  .site-branding img {
    margin-left: -35px;
    margin-top: -13px;
    width: 69px;
  }
  .site-branding img.logo-small {
    display: block;
  }
  .site-branding img.logo-standard {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .site-branding {
    width: 78px;
  }
  .site-branding img {
    margin-left: -24px;
    margin-top: -9px;
    width: 48px;
  }
}
/*
 *
 * FOOTER
 *
 */
.footer-contact {
  position: relative;
  background: #ebebeb;
}
.footer-contact .footer-contact-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/footer-contact-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  opacity: 0.5;
}
.logo-footer {
  float: right;
  width: 427px;
}
@media screen and (max-width: 480px) {
  .logo-footer {
    width: 280px;
  }
}
.footer-social {
  float: left;
  width: auto;
}
.footer-social p {
  float: left;
  margin: 0;
  line-height: 38px;
  padding-right: 30px;
  color: #fff;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
}
body.zh-hans .footer-social p {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.footer-social ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-social ul li {
  float: left;
  margin-right: 25px;
}
.footer-social ul li:last-child {
  margin-right: 0;
}
.footer-social ul li a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #2979d8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}
.footer-social ul li a:hover {
  color: #2979d8;
  background: #fff;
}
.footer-social ul li.wechat {
  position: relative;
}
.footer-social ul li.wechat .qr-code {
  position: absolute;
  left: -15px;
  bottom: calc(100% + 15px);
  width: 150px;
  height: 150px;
  opacity: 0;
  visibility: hidden;
}
.footer-social ul li.wechat .qr-code::after {
  top: 100%;
  left: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
}
@media screen and (max-width: 500px) {
  .footer-social ul li.wechat .qr-code {
    left: inherit;
    right: calc(100% - 55px);
  }
  .footer-social ul li.wechat .qr-code::after {
    left: inherit;
    right: 25px;
  }
}
.footer-social ul li.wechat .qr-code.show {
  opacity: 1;
  visibility: visible;
}
.footer-social ul li.wechat a {
  cursor: pointer;
}
.footer-social ul li.wechat.active a {
  color: #2979d8;
  background: #fff;
}
.menu-footer-navigation-container {
  float: right;
  width: auto;
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 1200px) {
  .menu-footer-navigation-container {
    margin-right: 0;
  }
}
#footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-menu li {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-right: 15px;
  padding-right: 19px;
  border-right: 1px solid #fff;
}
#footer-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
#footer-menu li a {
  color: #fff;
}
#footer-menu li a:hover {
  color: #2979d8;
}
.beian:before {
  position: absolute;
  content: '';
  background-image: url('../images/备案图标.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1150px) {
  .footer-contact .footer-contact-image {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .menu-footer-navigation-container {
    clear: both;
    margin-right: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .logo-footer {
    display: block;
    float: none;
    margin: 20px auto 0;
  }
  .menu-footer-navigation-container {
    float: none;
    text-align: center;
  }
  .footer-social {
    float: none;
  }
  .footer-social ul {
    float: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-social ul li {
    float: none;
    display: inline-block;
    text-align: center;
  }
  .footer-social p {
    display: none;
  }
}
/* PAGE-HEADER */
.page-header {
  height: 300px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  position: relative;
  z-index: -1;
}
.page-header .entry-title {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 80px;
  font-size: 5rem;
  padding-top: 50px;
}
@media screen and (max-width: 1450px) {
  .page-header .entry-title {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-header .entry-title {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .page-header .entry-title {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.page-header.absolute {
  margin-bottom: 110px;
}
.page-header.absolute .entry-title {
  background: #fff;
  color: #465156;
  display: block;
  position: absolute;
  bottom: 0;
  width: auto;
  margin: 0;
  border-top: 6px solid #2979d8;
  left: 0;
  bottom: 0;
  padding-left: 11.4583333333%;
  padding-right: 11.4583333333%;
  padding-top: 30px;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .page-header.absolute .entry-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-header.absolute {
    margin-bottom: 70px;
  }
}
/* MORE */
.padding-large, h2.section-headline.why-headline, .job-wrapper, .entry-content-intro {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 650px) {
  .padding-large, h2.section-headline.why-headline, .job-wrapper, .entry-content-intro {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 380px) {
  .padding-large, h2.section-headline.why-headline, .job-wrapper, .entry-content-intro {
    padding-left: 20px;
    padding-right: 20px;
  }
}
a.more-link, p.more-link {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Economica-Regular', sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 21.2px;
  font-size: 1.325rem;
}
body.zh-hans a.more-link, body.zh-hans p.more-link {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
a.more-link::before, p.more-link::before {
  content: '\E5C8';
  position: absolute;
  right: -54px;
  top: 50%;
  margin-top: -19px;
  height: 38px;
  width: 38px;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}
a.more-link.blue, p.more-link.blue {
  color: #2979d8;
}
a.more-link.blue::before, p.more-link.blue::before {
  border-color: #2979d8;
  background: #2979d8;
}
.contact-form-right a.more-link.blue:hover::before, .contact-form-right p.more-link.blue:hover::before {
  border-color: #465156;
  background: #465156;
}
.home-teaser {
  background: #465156;
  color: #fff;
  position: relative;
  width: 50%;
  float: left;
}
.home-teaser a {
  display: block;
  color: #fff;
}
.home-teaser .teaser-content-wrapper {
  float: left;
  position: relative;
  width: 50%;
  min-height: 400px;
}
.home-teaser .teaser-content-wrapper::after {
  left: 100%;
  top: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #465156;
  border-width: 36px;
  z-index: 1;
}
.home-teaser .teaser-content-wrapper .teaser-content-inner {
  padding: 34px;
}
.home-teaser .entry-header h3, .home-teaser .entry-header h2 {
  text-transform: uppercase;
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.1;
  margin: 30px 0;
}
.home-teaser .entry-content-teaser {
  font-weight: 300;
  padding-bottom: 90px;
}
.home-teaser .entry-content-teaser p {
  font-size: 17.6px;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.home-teaser p.more-link {
  position: absolute;
  right: calc(34px + 44px);
  bottom: 50px;
  margin-bottom: 0;
}
.home-teaser .teaser-image.image-home {
  width: 50%;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
body.tax-jobcat .home-teaser .teaser-image.image-home {
  background-position: center top -50px;
}
.home-teaser .teaser-image.image-home.hvr-rectangle-out:before {
  background: rgba(41, 121, 216, .5);
}
@media screen and (max-width: 780px) {
  .home-teaser .entry-header h3 {
    font-size: 35.2px;
    font-size: 2.2rem;
  }
  .home-teaser .entry-content-teaser p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.home-teaser:nth-of-type(4n+3), .home-teaser:nth-of-type(4n+4) {
  background: #2979d8;
}
.home-teaser:nth-of-type(4n+3) .teaser-content-wrapper, .home-teaser:nth-of-type(4n+4) .teaser-content-wrapper {
  float: right;
}
.home-teaser:nth-of-type(4n+3) .teaser-content-wrapper::after, .home-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after {
  left: inherit;
  right: 100%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #2979d8;
}
.home-teaser:nth-of-type(4n+3) .teaser-image.image-home, .home-teaser:nth-of-type(4n+4) .teaser-image.image-home {
  left: 0;
}
@media screen and (max-width: 1220px) {
  .home-teaser {
    width: 100%;
  }
  .home-teaser:nth-of-type(4n+3) {
    background: #465156;
  }
  .home-teaser:nth-of-type(4n+3) .teaser-content-wrapper {
    float: left;
  }
  .home-teaser:nth-of-type(4n+3) .teaser-content-wrapper::after {
    left: 100%;
    right: inherit;
    border-right-color: transparent;
    border-left-color: #465156;
  }
  .home-teaser:nth-of-type(4n+3) .teaser-image.image-home {
    left: inherit;
    right: 0;
  }
  .home-teaser:nth-of-type(even), .home-teaser:nth-of-type(4n+4) {
    background: #2979d8;
  }
  .home-teaser:nth-of-type(even) .teaser-content-wrapper, .home-teaser:nth-of-type(4n+4) .teaser-content-wrapper {
    float: right;
  }
  .home-teaser:nth-of-type(even) .teaser-content-wrapper::after, .home-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after {
    left: inherit;
    right: 100%;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #2979d8;
  }
  .home-teaser:nth-of-type(even) .teaser-image.image-home, .home-teaser:nth-of-type(4n+4) .teaser-image.image-home {
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .home-teaser .teaser-content-wrapper, .home-teaser:nth-of-type(even) .teaser-content-wrapper, .home-teaser:nth-of-type(4n+4) .teaser-content-wrapper, .home-teaser:nth-of-type(4n+3) .teaser-content-wrapper {
    float: none;
    width: auto;
    min-height: 1px;
  }
  .home-teaser .teaser-content-wrapper::after, .home-teaser:nth-of-type(even) .teaser-content-wrapper::after, .home-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after, .home-teaser:nth-of-type(4n+3) .teaser-content-wrapper::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #465156;
    border-width: 34px;
    margin-left: -34px;
  }
  .home-teaser .teaser-image.image-home, .home-teaser:nth-of-type(even) .teaser-image.image-home, .home-teaser:nth-of-type(4n+4) .teaser-image.image-home, .home-teaser:nth-of-type(4n+3) .teaser-image.image-home {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .home-teaser:nth-of-type(even) .teaser-content-wrapper::after {
    border-top-color: #2979d8;
  }
}
/* product-teaser */
.home-teaser.product-teaser {
  background: #f1f1f1;
}
.home-teaser.product-teaser a.home-teaser-link {
  color: #465156;
}
.home-teaser.product-teaser .teaser-content-wrapper::after {
  border-left-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
  .home-teaser.product-teaser .teaser-content-wrapper::after {
    border-left-color: transparent;
    border-top-color: #f1f1f1;
  }
}
@media screen and (max-width: 1220px) {
  .home-teaser.product-teaser:nth-of-type(even) .teaser-content-wrapper::after, .home-teaser.product-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after {
    border-left-color: transparent;
    border-right-color: #f1f1f1;
  }
}
/* technologie-teaser */
.home-teaser.technologie-teaser {
  background: #f1f1f1;
}
.home-teaser.technologie-teaser a {
  color: #465156;
}
.home-teaser.technologie-teaser .teaser-image {
  background-color: #fff;
}
.home-teaser.technologie-teaser .teaser-content-wrapper::after {
  border-left-color: #f1f1f1;
}
.home-teaser.technologie-teaser .more-link {
  color: #2979d8;
}
.home-teaser.technologie-teaser .more-link::before {
  border-color: #2979d8;
  background: #2979d8;
}
.home-teaser.technologie-teaser:nth-of-type(4n+3), .home-teaser.technologie-teaser:nth-of-type(4n+4) {
  background: #465156;
}
.home-teaser.technologie-teaser:nth-of-type(4n+3) a, .home-teaser.technologie-teaser:nth-of-type(4n+4) a {
  color: #fff;
}
.home-teaser.technologie-teaser:nth-of-type(4n+3) .teaser-content-wrapper::after, .home-teaser.technologie-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after {
  border-left-color: transparent;
  border-right-color: #465156;
}
.home-teaser.technologie-teaser:nth-of-type(4n+3) .more-link, .home-teaser.technologie-teaser:nth-of-type(4n+4) .more-link {
  color: #fff;
}
.home-teaser.technologie-teaser:nth-of-type(4n+3) .more-link::before, .home-teaser.technologie-teaser:nth-of-type(4n+4) .more-link::before {
  border-color: #fff;
  background: transparent;
}
@media screen and (max-width: 1220px) {
  .home-teaser.technologie-teaser:nth-of-type(even), .home-teaser.technologie-teaser:nth-of-type(4n+4) {
    background: #465156;
  }
  .home-teaser.technologie-teaser:nth-of-type(even) a, .home-teaser.technologie-teaser:nth-of-type(4n+4) a {
    color: #fff;
  }
  .home-teaser.technologie-teaser:nth-of-type(even) .teaser-content-wrapper::after, .home-teaser.technologie-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after {
    border-left-color: transparent;
    border-right-color: #465156;
  }
  .home-teaser.technologie-teaser:nth-of-type(even) .more-link, .home-teaser.technologie-teaser:nth-of-type(4n+4) .more-link {
    color: #fff;
  }
  .home-teaser.technologie-teaser:nth-of-type(even) .more-link::before, .home-teaser.technologie-teaser:nth-of-type(4n+4) .more-link::before {
    background: transparent;
    border-color: #fff;
  }
  .home-teaser.technologie-teaser:nth-of-type(odd), .home-teaser.technologie-teaser:nth-of-type(4n+3) {
    background: #f1f1f1;
  }
  .home-teaser.technologie-teaser:nth-of-type(odd) a, .home-teaser.technologie-teaser:nth-of-type(4n+3) a {
    color: #465156;
  }
  .home-teaser.technologie-teaser:nth-of-type(odd) .teaser-content-wrapper::after, .home-teaser.technologie-teaser:nth-of-type(4n+3) .teaser-content-wrapper::after {
    border-left-color: #f1f1f1;
    border-right-color: transparent;
  }
  .home-teaser.technologie-teaser:nth-of-type(odd) .more-link, .home-teaser.technologie-teaser:nth-of-type(4n+3) .more-link {
    color: #2979d8;
  }
  .home-teaser.technologie-teaser:nth-of-type(odd) .more-link::before, .home-teaser.technologie-teaser:nth-of-type(4n+3) .more-link::before {
    border-color: #2979d8;
    color: #fff;
    background: #2979d8;
  }
}
@media screen and (max-width: 600px) {
  .home-teaser.technologie-teaser:nth-of-type(even) .teaser-content-wrapper::after, .home-teaser.technologie-teaser:nth-of-type(4n+4) .teaser-content-wrapper::after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #465156;
  }
  .home-teaser.technologie-teaser:nth-of-type(odd) .teaser-content-wrapper::after, .home-teaser.technologie-teaser:nth-of-type(4n+3) .teaser-content-wrapper::after {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #f1f1f1;
  }
}
/* TEASER LOCATIONS */
.locations-home-wrapper {
  display: block;
  width: 100%;
  padding: 150px 0;
  direction: rtl;
  text-align: left;
  overflow: hidden;
}
.locations-image {
  display: block;
  float: right;
  width: 55%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  padding: 0 3.6458333333%;
  direction: ltr;
}
.locations-home {
  display: block;
  float: right;
  vertical-align: middle;
  width: 45%;
  direction: ltr;
}
.locations-home .locations-home-desc {
  max-width: 620px;
  margin: 0 30px 0 50px;
}
.locations-home h3 {
  font-size: 78px;
  font-size: 4.875rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .locations-home h3 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 440px) {
  .locations-home h3 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.locations-home p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.75;
}
.locations-home p:last-of-type {
  margin-bottom: 0;
}
.locations-home a.more-link {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .locations-home-wrapper {
    padding: 100px 8.33333%;
    display: block;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
  }
  .locations-home {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .locations-home .locations-home-desc {
    margin: 0 auto;
  }
  .locations-image {
    width: 100%;
    display: block;
    margin-top: 80px;
  }
}
/* COUNT UP */
.count-up {
  float: left;
  width: 25%;
  padding: 2.6041666667%;
  height: 680px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /*
   .count-up {
   float: left;
   width: 480/1920*100%;
   padding: 50/1920*100%;
   height: 680px;
   background-position: top center;
   background-repeat: no-repeat;
   background-size: cover;
   position: relative;
   p {
   color: #fff;
   @include font-size(1.625);
   text-transform: uppercase;
   line-height: 1;
   margin: 20px;
   position: absolute;
   left: 0;
   bottom: 0;
   span {
   font-family: $font_secondary;
   @include font-size(5.625);
   display: inline-block;
   position: relative;
   background: rgba($color_site_blue, .8);
   padding: 10px;
   &.count-plus::before {
   position: absolute;
   right: -30px;
   top: 0;
   content: attr(data-title);
   background: rgba($color_site_blue, .8);
   height: 100%;
   width: 30px;
   }
   }
   span.count-desc {
   display: inline-block;
   background: rgba($color_site_blue, .8);
   padding: 10px;
   margin-top: 8px;
   @include font-size(1.625);
   line-height: 1.2;
   }
   }
   @media screen and (max-width: 1510px) {
   height: 580px;
   p {
   @include font-size(1.425);
   span {
   @include font-size(4.5);
   }
   }
   } //1510
   @media screen and (max-width: 1250px) {
   height: 420px;
   width: 50%;
   } //1250
   @media screen and (max-width: 660px) {
   height: 380px;
   padding: 20px;
   p {
   @include font-size(1.325);
   span {
   @include font-size(3.625);
   }
   }
   } //660
   @media screen and (max-width: 520px) {
   height: 300px;
   p {
   @include font-size(1.225);
   }
   } //520
   @media screen and (max-width: 400px) {
   height: 225px;
   width: 100%;
   p {
   @include font-size(1.225);
   span {
   @include font-size(4);
   }
   }
   } //400
   */
}
.count-up p {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.count-up p span {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  display: inline-block;
  position: relative;
}
.count-up p span::before {
  position: absolute;
  right: -30px;
  top: 0;
  content: attr(data-title);
}
@media screen and (max-width: 1510px) {
  .count-up {
    height: 580px;
  }
  .count-up p {
    font-size: 22.8px;
    font-size: 1.425rem;
  }
  .count-up p span {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1250px) {
  .count-up {
    height: 420px;
    width: 50%;
  }
}
@media screen and (max-width: 660px) {
  .count-up {
    height: 380px;
    padding: 20px;
  }
  .count-up p {
    font-size: 21.2px;
    font-size: 1.325rem;
  }
  .count-up p span {
    font-size: 58px;
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 520px) {
  .count-up {
    height: 300px;
  }
  .count-up p {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
}
@media screen and (max-width: 400px) {
  .count-up {
    height: 225px;
    width: 100%;
  }
  .count-up p {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
  .count-up p span {
    font-size: 64px;
    font-size: 4rem;
  }
}
/*
 *
 * NEWS TEASER
 *
 */
.news-teaser {
  float: left;
  width: 50%;
  background: #465156;
  color: #fff;
  position: relative;
}
.news-teaser a {
  display: block;
  color: #fff;
}
.news-teaser .post-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 33.75%;
  background-size: cover;
  background-position: center;
}
.news-teaser .post-image.hvr-rectangle-out:before {
  background: rgba(41, 121, 216, .5);
}
.news-teaser .post-content-wrapper {
  float: right;
  width: 66.25%;
  padding: 50px;
  overflow: hidden;
}
.news-teaser .post-content {
  max-width: 470px;
  margin-bottom: 30px;
}
.news-teaser .entry-header a {
  color: #fff;
}
.news-teaser .entry-header a:hover {
  color: #2979d8;
}
.news-teaser .entry-header h3 {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 20px;
}
.news-teaser .entry-content {
  margin-bottom: 50px;
}
.news-teaser .entry-content p {
  font-size: 17.6px;
  font-size: 1.1rem;
}
.news-teaser .entry-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 50px;
  padding-top: 25px;
  background: #465156;
  width: 66.25%;
  padding-left: 50px;
  padding-right: 50px;
}
.news-teaser .entry-footer .entry-meta {
  float: left;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
body.zh-hans .news-teaser .entry-footer .entry-meta {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.news-teaser .entry-footer p.more-link {
  float: right;
  margin-right: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .news-teaser {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-teaser:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-teaser .entry-header h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .news-teaser .post-content-wrapper {
    padding: 25px;
  }
  .news-teaser .entry-footer {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .news-teaser a.more-link {
    float: right;
    margin-right: 25px;
  }
}
@media screen and (max-width: 470px) {
  .news-teaser {
    height: auto;
  }
  .news-teaser .post-image {
    display: none;
  }
  .news-teaser .post-content-wrapper {
    float: none;
    width: auto;
  }
  .news-teaser .entry-footer {
    width: 100%;
  }
  .news-teaser .post-content {
    margin-bottom: 65px;
  }
}
/*
 *
 * COMPANY OVERVIEW
 *
 */
body.page-template-tpl_company .entry-content {
  padding-top: 8px;
}
body.post-type-archive-technologies .entry-content {
  margin-top: -8px;
}
.company-teaser {
  width: 50%;
  padding: 8px;
  padding-left: 0;
  float: left;
}
.company-teaser:nth-of-type(2n) {
  padding-left: 8px;
  padding-right: 0px;
}
.company-teaser .company-teaser-content {
  background: #f1f1f1;
  padding: 3.125%;
  padding-bottom: 70px;
  color: #465156;
  min-height: 400px;
  position: relative;
}
.company-teaser .entry-header {
  width: 50%;
  float: left;
  text-align: right;
  padding: 3.125%;
}
.company-teaser .entry-content-teaser {
  width: 50%;
  float: right;
  padding: 3.125%;
}
.company-teaser .teaser-image {
  background: #ccc url('../images/squares.svg') no-repeat center center;
}
.company-teaser .teaser-image img {
  width: 100%;
  display: block;
}
.company-teaser a.more-link {
  position: absolute;
  bottom: 0;
  right: calc(6.25% + 72px);
  bottom: 6.25%;
}
.company-teaser a.more-link::before {
  background: transparent url('../images/link-arrow-blue.png') no-repeat center center;
}
@media screen and (max-width: 1400px) {
  .company-teaser .entry-header {
    width: auto;
    float: none;
    text-align: left;
    margin-bottom: 25px;
  }
  .company-teaser .entry-header h2, .company-teaser .entry-header h3 {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .company-teaser .entry-content-teaser {
    width: 50%;
    float: right;
    padding: 3.125%;
    margin-bottom: 25px;
  }
  .company-teaser .entry-content-teaser {
    width: auto;
    float: none;
    padding: 0 3.125%;
  }
  .company-teaser a.more-link {
    bottom: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .company-teaser .company-teaser-content {
    min-height: 330px;
  }
  .company-teaser .entry-header h2, .company-teaser .entry-header h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .company-teaser .entry-content-teaser p {
    font-size: 18.4px;
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 640px) {
  .company-teaser {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }
  .company-teaser:nth-of-type(2n) {
    padding-left: 0;
    padding-right: 0;
  }
  .company-teaser a.more-link {
    font-size: 21.2px;
    font-size: 1.325rem;
  }
}
/*
 *
 * ABOUT US / CERTIFICATION
 *
 */
.intro-wrapper {
  max-width: 1650px;
  margin: 0 auto 100px;
  padding-left: 50px;
  padding-right: 50px;
}
.intro-text-wrapper {
  float: left;
  width: 45.1612903226%;
}
.intro-text-wrapper p {
  font-size: 24px;
  font-size: 1.5rem;
}
.intro-text {
  padding-top: 30px;
}
.intro-counter {
  float: left;
  width: 48.3870967742%;
  padding-left: 19.3548387097%;
}
@media screen and (max-width: 1024px) {
  .intro-counter {
    max-width: 880px;
    margin: 60px auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.intro-wrapper .counter-wrapper {
  margin-bottom: 40px;
}
.intro-wrapper .counter-wrapper p {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
body.zh-hans .intro-wrapper .counter-wrapper p {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.intro-wrapper .counter-wrapper p span {
  font-size: 70px;
  font-size: 4.375rem;
  font-family: 'Economica-Regular', sans-serif;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
}
.intro-wrapper .counter-wrapper p span::before {
  position: absolute;
  right: -30px;
  top: 0;
  content: attr(data-title);
}
@media screen and (max-width: 1024px) {
  .intro-wrapper .counter-wrapper {
    width: 50%;
    float: left;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .intro-wrapper .counter-wrapper p {
    font-size: 32px;
    font-size: 2rem;
  }
  .intro-wrapper .counter-wrapper p span {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 630px) {
  .intro-wrapper .counter-wrapper p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .intro-wrapper .counter-wrapper p span {
    font-size: 60.4px;
    font-size: 3.775rem;
  }
}
@media screen and (max-width: 520px) {
  .intro-wrapper .counter-wrapper p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .intro-wrapper .counter-wrapper p span {
    font-size: 44.4px;
    font-size: 2.775rem;
  }
}
@media screen and (max-width: 420px) {
  .intro-wrapper .counter-wrapper {
    text-align: left;
  }
  .intro-wrapper .counter-wrapper:nth-of-type(2n) {
    text-align: right;
  }
  .intro-wrapper .counter-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .intro-wrapper .counter-wrapper p span {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .intro-wrapper {
    max-width: 880px;
    margin: 0 auto 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .intro-wrapper p {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  .intro-text-wrapper, .intro-counter {
    float: none;
    width: auto;
  }
  .intro-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .intro-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .intro-wrapper p {
    font-size: 18.4px;
    font-size: 1.15rem;
  }
}
.about-teaser {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
.about-teaser:first-child {
  border-top: 1px solid #d7d7d7;
}
.about-teaser .teaser-image {
  width: 42.9166666667%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-teaser .teaser-content {
  float: right;
  width: 57.0833333333%;
  padding: 100px 11.0416666667%;
}
.about-teaser .teaser-content h2 {
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 70px;
  font-size: 100px;
  font-size: 6.25rem;
}
.about-teaser .teaser-content h3.sub-headline {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1350px) {
  .about-teaser .teaser-content {
    padding: 70px 5.2083333333%;
  }
  .about-teaser .teaser-content h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about-teaser .teaser-content h2 {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 640px) {
  .about-teaser .teaser-image {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit;
    height: 350px;
  }
  .about-teaser .teaser-content {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 450px) {
  .about-teaser .teaser-image {
    height: 300px;
  }
  .about-teaser .teaser-content {
    padding: 55px 30px;
  }
  .about-teaser .teaser-content h2 {
    font-size: 52px;
    font-size: 3.25rem;
    margin-bottom: 35px;
  }
}
.about-teaser ul {
  margin-left: 0;
  line-height: 1.2;
  list-style: square;
}
.about-teaser ul li {
  margin-bottom: 20px;
}
.about-teaser:nth-of-type(2n) .teaser-image {
  left: inherit;
  right: 0;
}
.about-teaser:nth-of-type(2n) .teaser-content {
  float: left;
}
h2.history-sub-headline {
  text-align: center;
  color: #465156;
  font-size: 56px;
  font-size: 3.5rem;
  margin: 60px 40px;
  line-height: 1.1;
}
body.page-template-tpl_about-php .about-teaser:nth-of-type(3) .teaser-image {
  background-position: top left;
}
/*
 *
 * CERTIFICATION
 *
 */
p.slogan {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  float: right;
  width: 43.8709677419%;
  line-height: 1.1;
  margin-top: 20px;
}
body.zh-hans p.slogan {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
@media screen and (max-width: 1024px) {
  p.slogan {
    width: auto;
    margin-bottom: 50px;
    font-size: 48px;
    font-size: 3rem;
    padding: 0;
    float: none;
  }
}
@media screen and (max-width: 500px) {
  p.slogan {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0;
  }
}
.site-gallery {
  width: 68.75%;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0 60px;
}
.site-gallery .site-gallery-image {
  float: left;
  width: 22.7272727273%;
  margin: 0 3.0303030303% 3.0303030303% 0;
  position: relative;
}
.site-gallery .site-gallery-image:nth-of-type(4n) {
  margin-right: 0;
}
.site-gallery .site-gallery-image img {
  width: 100%;
  display: block;
}
.site-gallery .site-gallery-image a {
  position: relative;
  display: block;
}
.site-gallery .site-gallery-image a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(70, 81, 86, .85);
  content: '';
  z-index: 1;
  opacity: 0;
}
.site-gallery .site-gallery-image a::after {
  content: '\f00e';
  top: 50%;
  left: 50%;
  font-size: 71px;
  position: absolute;
  color: #fff;
  z-index: 2;
  margin-left: -27px;
  margin-top: -50px;
  opacity: 0;
}
.site-gallery .site-gallery-image a:hover::after, .site-gallery .site-gallery-image a:hover::before {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .site-gallery .site-gallery-image {
    width: 30.612244898%;
    margin: 0 4.0816326531% 4.0816326531% 0;
  }
  .site-gallery .site-gallery-image:nth-of-type(4n) {
    margin-right: 4.0816326531%;
  }
  .site-gallery .site-gallery-image:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .site-gallery .site-gallery-image {
    width: 48.3870967742%;
    margin: 0 2.0408163265% 2.0408163265% 0;
  }
  .site-gallery .site-gallery-image:nth-of-type(4n) {
    margin-right: 0;
  }
  .site-gallery .site-gallery-image:nth-of-type(3n) {
    margin-right: 2.0408163265%;
  }
  .site-gallery .site-gallery-image:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 650px) {
  .site-gallery {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
 *
 * HISTORY
 *
 */
body.page-template-tpl_history .history-teaser {
  background: #fff;
  color: #8998a4;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
}
body.page-template-tpl_history .history-teaser:first-of-type {
  border-top: 1px solid #d7d7d7;
}
body.page-template-tpl_history .history-teaser .teaser-content-wrapper {
  float: left;
  width: 50%;
  padding: 5.2083333333%;
  min-height: 450px;
}
body.page-template-tpl_history .history-teaser .teaser-content-wrapper::after {
  border-left-color: #fff;
}
body.page-template-tpl_history .history-teaser .entry-header {
  width: 30%;
  float: left;
  text-align: left;
}
body.page-template-tpl_history .history-teaser .entry-header h3 {
  font-size: 104px;
  font-size: 6.5rem;
  line-height: 1;
}
body.page-template-tpl_history .history-teaser .entry-content-teaser {
  float: right;
  text-align: left;
  width: 55%;
}
body.page-template-tpl_history .history-teaser .entry-content-teaser p {
  font-size: 27.008px;
  font-size: 1.688rem;
}
body.page-template-tpl_history .history-teaser .teaser-image {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1650px) {
  body.page-template-tpl_history .history-teaser .entry-header h3 {
    font-size: 96px;
    font-size: 6rem;
  }
  body.page-template-tpl_history .history-teaser .entry-content-teaser p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
body.page-template-tpl_history .history-teaser:nth-of-type(even) .teaser-content-wrapper {
  float: right;
}
body.page-template-tpl_history .history-teaser:nth-of-type(even) .teaser-content-wrapper::after {
  border-right-color: #fff;
  border-left-color: transparent;
}
body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-header {
  float: right;
  text-align: right;
}
body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-content-teaser {
  float: left;
}
body.page-template-tpl_history .history-teaser:nth-of-type(even) .teaser-image {
  right: inherit;
  left: 0;
}
@media screen and (min-width: 700px) and (max-width: 1319px) {
  body.page-template-tpl_history .history-teaser .entry-header, body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-header {
    float: none;
    width: auto;
    margin-bottom: 30px;
    text-align: left;
  }
  body.page-template-tpl_history .history-teaser .entry-content-teaser, body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-content-teaser {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-tpl_history .history-teaser .entry-content-teaser p, body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-content-teaser p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 699px) {
  body.page-template-tpl_history .history-teaser .teaser-content-wrapper, body.page-template-tpl_history .history-teaser:nth-of-type(even) .teaser-content-wrapper {
    float: none;
    width: auto;
    padding: 80px 40px;
    overflow: hidden;
    min-height: 1px;
  }
  body.page-template-tpl_history .history-teaser .teaser-image, body.page-template-tpl_history .history-teaser:nth-of-type(even) .teaser-image {
    position: relative;
    width: 100%;
    min-height: 350px;
  }
}
@media screen and (max-width: 610px) {
  body.page-template-tpl_history .history-teaser .entry-header h3, body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-header h3 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-tpl_history .history-teaser .entry-header, body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-header {
    float: none;
    width: auto;
    margin-bottom: 30px;
    text-align: left;
  }
  body.page-template-tpl_history .history-teaser .entry-content-teaser, body.page-template-tpl_history .history-teaser:nth-of-type(even) .entry-content-teaser {
    float: none;
    width: auto;
  }
}
/*
 *
 * CLIENTS
 *
 */
.clients-logo-wrapper {
  margin-left: 8.3333333333%;
  margin-right: 8.3333333333%;
  overflow: hidden;
}
.client-logo {
  float: left;
  width: 23.8125%;
  margin: 0 1.5625% 1.5625% 0;
  background: #9db7c2;
  position: relative;
  height: 180px;
  display: table;
  table-layout: fixed;
}
.client-logo:nth-of-type(4n) {
  margin-right: 0;
}
.client-logo.hvr-rectangle-out:before {
  background-color: #537686;
}
.client-logo .client-logo-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1337px) {
  .client-logo {
    width: 31.8181818182%;
    margin-right: 2.2727272727%;
    margin-bottom: 2.2727272727%;
  }
  .client-logo:nth-of-type(4n) {
    margin-right: 2.2727272727%;
  }
  .client-logo:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 809px) {
  .client-logo {
    width: 48.4848484848%;
    margin-right: 3.0303030303%;
    margin-bottom: 3.0303030303%;
  }
  .client-logo:nth-of-type(4n) {
    margin-right: 0;
  }
  .client-logo:nth-of-type(3n) {
    margin-right: 3.0303030303%;
  }
  .client-logo:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 440px) {
  .client-logo {
    height: 150px;
  }
  .client-logo .client-logo-inner {
    padding: 15px;
  }
}
/*
 *
 * CONTACT & LOCATIONS
 *
 */
body.page-template-tpl_contact .count-up-wrapper {
  border-top: 1px solid #d7d7d7;
}
body.page-template-tpl_contact .count-up:nth-of-type(1) {
  background-image: url('../images/location-china-bg.jpg');
}
body.page-template-tpl_contact .count-up:nth-of-type(2) {
  background-image: url('../images/location-usa-bg.jpg');
}
body.page-template-tpl_contact .count-up:nth-of-type(3) {
  background-image: url('../images/location-germany-bg.jpg');
}
body.page-template-tpl_contact .count-up:nth-of-type(4) {
  background-image: url('../images/location-korea-bg.jpg');
}
body.page-template-tpl_contact .count-up p {
  font-size: 100px;
  font-size: 6.25rem;
  font-family: 'Economica-Regular', sans-serif;
  text-transform: uppercase;
}
body.page-template-tpl_contact .locations-headline {
  text-align: center;
  font-size: 55.008px;
  font-size: 3.438rem;
  margin-bottom: 100px;
  color: #465156;
  line-height: 1.2;
}
body.page-template-tpl_contact .locations-sub-headline {
  color: #465156;
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 720px) {
  body.page-template-tpl_contact .locations-sub-headline {
    font-size: 32px;
    font-size: 2rem;
  }
}
body.page-template-tpl_contact .cwb-locations {
  max-width: 1730px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
body.page-template-tpl_contact .cwb-locations .cwb-location {
  float: left;
  width: calc(28.48485% - 3px);
  border-right: 3px solid #2979d8;
  margin-right: 3.6363636364%;
  padding-right: 3.6363636364%;
  margin-bottom: 70px;
  box-sizing: content-box;
}
body.page-template-tpl_contact .cwb-locations .cwb-location:nth-of-type(3n) {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
body.page-template-tpl_contact .cwb-locations .cwb-location:nth-of-type(3n+1) {
  clear: both;
}
body.page-template-tpl_contact .cwb-locations .cwb-location .location-image {
  margin-bottom: 30px;
  position: relative;
}
body.page-template-tpl_contact .cwb-locations .cwb-location .location-image a {
  border: 0;
}
body.page-template-tpl_contact .cwb-locations .cwb-location .location-image img {
  display: block;
}
body.page-template-tpl_contact .cwb-locations .cwb-location h3 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #465156;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 1.2;
}
body.zh-hans body.page-template-tpl_contact .cwb-locations .cwb-location h3 {
  font-weight: 400;
}
body.page-template-tpl_contact .cwb-locations .cwb-location p {
  font-size: 18.4px;
  font-size: 1.15rem;
}
body.page-template-tpl_contact .cwb-locations .cwb-location span {
  display: block;
  position: relative;
  margin-bottom: 17px;
  padding-left: 40px;
}
body.page-template-tpl_contact .cwb-locations .cwb-location .fa-fax {
  font-size: 1.3rem;
}
body.page-template-tpl_contact .cwb-locations .cwb-location i {
  color: #2979d8;
  position: absolute;
  left: 0;
  top: 0;
}
body.page-template-tpl_contact .cwb-locations .cwb-location a {
  color: #465156;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
}
body.page-template-tpl_contact .cwb-locations .cwb-location a:hover {
  border-color: #2979d8;
}
@media screen and (max-width: 1280px) {
  body.page-template-tpl_contact .cwb-locations {
    max-width: 1140px;
  }
  body.page-template-tpl_contact .cwb-locations .cwb-location {
    width: calc(44.33962% - 3px);
    margin-right: 5.6603773585%;
    padding-right: 5.6603773585%;
  }
  body.page-template-tpl_contact .cwb-locations .cwb-location:nth-of-type(3n) {
    border-right: 3px solid #2979d8;
    margin-right: 5.6603773585%;
    padding-right: 5.6603773585%;
  }
  body.page-template-tpl_contact .cwb-locations .cwb-location:nth-of-type(3n+1) {
    clear: none;
  }
  body.page-template-tpl_contact .cwb-locations .cwb-location:nth-of-type(2n) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-tpl_contact .cwb-locations {
    max-width: 580px;
  }
  body.page-template-tpl_contact .cwb-locations .cwb-location {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
    padding-bottom: 15px;
    border: 0;
    padding-right: 0;
    border-bottom: 2px solid #2979d8;
  }
  body.page-template-tpl_contact .cwb-locations .cwb-location:nth-of-type(3n) {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
/*
 *
 * CAREER
 *
 */
body.post-type-archive-career .page-header.absolute {
  margin-bottom: 0;
}
.products-intro-teaser-content .entry-content-teaser p.slogan-career {
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 440px) {
  .products-intro-teaser-content .entry-content-teaser p.slogan-career {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
}
h2.section-headline {
  font-size: 80px;
  font-size: 5rem;
  text-align: center;
  margin: 0 0 70px;
  line-height: 1.2;
  margin-left: 40px;
  margin-right: 40px;
}
h2.section-headline.why-headline {
  max-width: 1124px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 780px) {
  h2.section-headline {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 450px) {
  h2.section-headline {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
#career-slider .career-banner {
  background-image: url('../images/career-banner.jpg');
  background-position: center;
  background-size: cover;
  height: 705px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 630px) {
  #career-slider .career-banner {
    background-position: -668px center;
  }
}
.employee-quote {
  position: absolute;
  max-width: 525px;
  background: #fff;
  border-radius: 7px;
  top: 0;
  left: 0;
  margin-left: 46.4583333333%;
  margin-top: 2.6041666667%;
  margin-right: 50px;
  padding: 75px 50px 50px 30px;
}
.employee-quote:after {
  right: 100%;
  bottom: 17%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 16px;
  margin-top: -16px;
}
.employee-quote p {
  margin: 0;
}
.employee-quote p.quote {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.employee-quote p.quote::before {
  content: '\E244';
  position: absolute;
  top: -30px;
  left: 0;
  color: #2979d8;
}
.employee-quote p.employee-name {
  font-weight: 700;
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1rem;
}
.employee-quote p.employee-name span {
  font-weight: 300;
  display: block;
}
.employee-quote p.employee-name::before {
  content: '';
  height: 1px;
  background-color: #b5bdc6;
  width: 80px;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 630px) {
  .employee-quote {
    margin-top: 50px;
    margin-right: 25px;
    padding: 65px 20px 20px 20px;
  }
  .employee-quote p {
    margin: 0;
  }
  .employee-quote p.quote {
    font-size: 15.6px;
    font-size: 0.975rem;
    position: relative;
  }
  .employee-quote p.employee-name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.why-teaser {
  float: left;
  width: 33.3333333333%;
  padding: 0 50px;
  text-align: center;
}
.why-teaser .why-icon {
  margin-bottom: 50px;
}
.why-teaser h3 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #465156;
}
.why-teaser p {
  font-size: 17.008px;
  font-size: 1.063rem;
}
@media screen and (max-width: 1050px) {
  .why-teaser {
    width: 50%;
  }
  .why-teaser:nth-of-type(3n) {
    clear: both;
  }
  .why-teaser h3 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 680px) {
  .why-teaser {
    width: auto;
    float: none;
    padding: 40px;
  }
}
@media screen and (max-width: 580px) {
  .why-teaser h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
/* Testimonial */
.testimonials-wrapper {
  max-width: 1560px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  .testimonials-wrapper {
    max-width: 390px;
  }
}
.testimonial {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}
.testimonial figure img {
  display: block;
}
.testimonial .testimonial-content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: rgba(41, 121, 216, .75);
  color: #fff;
}
.testimonial .testimonial-content .testimonial-info-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.testimonial .testimonial-content .testimonial-info-wrapper .testimonial-info {
  display: table-cell;
  padding: 50px 30px;
  vertical-align: bottom;
}
.testimonial .testimonial-content p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  font-weight: 300;
}
.testimonial .testimonial-content p.testimonial-quote {
  position: relative;
}
.testimonial .testimonial-content p.testimonial-quote::before {
  content: '\E244';
  position: absolute;
  top: -30px;
  left: 0;
}
.testimonial .testimonial-content p.testimonial-name {
  font-weight: 700;
  position: relative;
  margin-top: 40px;
}
.testimonial .testimonial-content p.testimonial-name span {
  font-weight: 300;
  display: block;
}
.testimonial .testimonial-content p.testimonial-name::before {
  content: '';
  height: 1px;
  background-color: #b5bdc6;
  width: 80px;
  position: absolute;
  top: -20px;
  left: 0;
}
.testimonial:hover .testimonial-content, .testimonial:active .testimonial-content {
  height: 100%;
}
@media screen and (max-width: 1270px) {
  .testimonial {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 880px) {
  .testimonial {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .testimonial {
    width: auto;
    float: none;
  }
}
/* Open position */
.open-job-teaser {
  float: left;
  width: 33.3333333333%;
  margin: 0;
  position: relative;
  border-left: 4px solid #2979d8;
  color: #465156;
  margin-bottom: 100px;
}
.open-job-teaser .open-job-teaser-wrapper {
  padding: 0 50px;
  padding-bottom: 70px;
}
.open-job-teaser h4 {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.open-job-teaser h4 a {
  color: #465156;
}
.open-job-teaser h4 a:hover {
  color: #2979d8;
}
.open-job-teaser p.start {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.open-job-teaser .entry-content {
  margin-top: 45px;
}
.open-job-teaser .entry-content p {
  font-size: 18px;
  font-size: 1.125rem;
}
.open-job-teaser .entry-content p:last-child {
  margin-bottom: 0;
}
.open-job-teaser .more-link {
  position: absolute;
  bottom: 0;
  left: 50px;
}
@media screen and (max-width: 1230px) {
  .open-job-teaser {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .open-job-teaser {
    float: none;
    width: auto;
  }
}
button.alm-load-more-btn {
  text-transform: uppercase;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  background: #2979d8 !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  padding: 0 50px !important;
  height: 62px !important;
  line-height: 62px !important;
}
body.zh-hans button.alm-load-more-btn {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
button.alm-load-more-btn:hover {
  background: #465156;
}
button.alm-load-more-btn.loading:before {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.alm-btn-wrap {
  clear: both;
  padding-top: 20px;
}
button.alm-load-more-btn.done {
  background: #2979d8;
}
.no-jobs {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.no-jobs::before {
  content: '';
  height: 4px;
  background: #2979d8;
  width: 50px;
  top: 0px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
}
.no-jobs h2 {
  line-height: 1.2;
  font-size: 24px;
  font-size: 1.5rem;
}
.jobs-for {
  background: #f8f8f8;
  border-top: 1px solid #ccc;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 570px) {
  .jobs-for {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.jobs-for .wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
.jobs-for p {
  margin: 0;
}
.jobs-for-content {
  display: table;
  width: 100%;
}
.jobs-for-content .jobs-for-left {
  display: table-cell;
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
.jobs-for-content .jobs-for-left p {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #465156;
  line-height: 1.2;
}
body.zh-hans .jobs-for-content .jobs-for-left p {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.jobs-for-content .jobs-for-right {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}
.jobs-for-content .jobs-for-right a {
  width: 50%;
  color: #2979d8;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 80px;
  display: block;
  float: left;
  background: transparent url('../images/jobs-graduates-icon.png') no-repeat left center;
  background-size: 80px;
  padding-left: 100px;
}
.jobs-for-content .jobs-for-right a:hover {
  color: #465156;
}
.jobs-for-content .jobs-for-right a.first {
  background: transparent url('../images/jobs-professionals-icon.png') no-repeat left center;
  background-size: 80px;
}
@media screen and (max-width: 1220px) {
  .jobs-for-content .jobs-for-left {
    padding-right: 50px;
    width: 60%;
  }
  .jobs-for-content .jobs-for-right {
    width: 40%;
  }
  .jobs-for-content .jobs-for-right a {
    float: none;
    width: 100%;
  }
  .jobs-for-content .jobs-for-right a.first {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 890px) {
  .jobs-for-content .jobs-for-left {
    width: 50%;
    text-align: left;
  }
  .jobs-for-content .jobs-for-right {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  .jobs-for-content {
    display: block;
  }
  .jobs-for-content .jobs-for-left {
    display: block;
    width: auto;
    margin-bottom: 40px;
  }
  .jobs-for-content .jobs-for-right {
    display: block;
    width: auto;
  }
  .jobs-for-content .jobs-for-right a {
    float: left;
    width: 50%;
    font-size: 16px;
    font-size: 1rem;
    background-size: 60px;
    padding-left: 80px;
  }
  .jobs-for-content .jobs-for-right a.first {
    background-size: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 570px) {
  .jobs-for-content .jobs-for-left p {
    font-size: 32px;
    font-size: 2rem;
  }
  .jobs-for-content .jobs-for-right a {
    float: none;
    width: 100%;
  }
  .jobs-for-content .jobs-for-right a.first {
    margin-bottom: 10px;
  }
}
.open-positions-teaser {
  width: 50%;
  float: left;
  background: transparent url('../images/jobs-graduates-icon.png') no-repeat left 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.open-positions-teaser h4 {
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #465156;
  margin-bottom: 20px;
  line-height: 1.2;
}
.open-positions-teaser.first {
  border-right: 4px solid #2979d8;
  padding-right: 50px;
  padding-left: 183px;
  background: transparent url('../images/jobs-professionals-icon.png') no-repeat left 25px;
}
.open-positions-teaser.second {
  padding-left: 233px;
  background: transparent url('../images/jobs-graduates-icon.png') no-repeat 50px 25px;
}
@media screen and (max-width: 1000px) {
  .open-positions-teaser {
    float: none;
    width: auto;
    max-width: 720px;
    margin: 0 auto;
  }
  .open-positions-teaser.first {
    border-right: 0;
    border-bottom: 4px solid #2979d8;
    padding-right: 0;
    padding-left: 183px;
    margin-bottom: 40px;
    padding-bottom: 67px;
  }
  .open-positions-teaser.second {
    padding-left: 183px;
    background-position: 0 25px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 540px) {
  .open-positions-teaser {
    background-size: 90px;
  }
  .open-positions-teaser h4 {
    font-size: 32px;
    font-size: 2rem;
  }
  .open-positions-teaser.first {
    padding-left: 120px;
    background-size: 90px;
  }
  .open-positions-teaser.second {
    background-size: 90px;
    padding-left: 120px;
  }
}
@media screen and (max-width: 380px) {
  .open-positions-teaser {
    background-size: 60px;
  }
  .open-positions-teaser h4 {
    font-size: 32px;
    font-size: 2rem;
  }
  .open-positions-teaser.first {
    background-size: 60px;
    padding-left: 90px;
  }
  .open-positions-teaser.second {
    background-size: 60px;
    padding-left: 90px;
  }
}
/*
 *
 * Job Main Category
 *
 */
h2.steps-headline {
  font-size: 78px;
  font-size: 4.875rem;
  text-align: center;
  margin: 95px 0;
  color: #8998a4;
  line-height: 1;
}
@media screen and (max-width: 890px) {
  h2.steps-headline {
    margin: 75px 0;
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 500px) {
  h2.steps-headline {
    font-size: 48px;
    font-size: 3rem;
  }
}
.step-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
  min-height: 200px;
}
.step-wrapper::before {
  counter-increment: step;
  content: counter(step);
  color: #fff;
  background: #2979d8;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  text-align: center;
  font-size: 44px;
  font-size: 2.75rem;
  font-family: 'Economica-Regular', sans-serif;
  z-index: 2;
}
.step-wrapper::after {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  background: #2979d8;
  height: calc(100% - 140px);
  content: '';
  z-index: 1;
}
.step-wrapper:last-child::after {
  display: none;
}
.step-headline {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 11.4285714286%;
}
.step-headline h3 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 1.2;
}
.step-content {
  float: right;
  width: 50%;
  padding-left: 11.4285714286%;
}
.step-content p {
  color: #8998a4;
}
@media screen and (max-width: 890px) {
  .step-wrapper::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: -30px;
    font-size: 27.008px;
    font-size: 1.688rem;
  }
  .step-wrapper::after {
    position: absolute;
    top: 90px;
    height: calc(100% - 110px);
  }
  .step-headline {
    padding-right: 60px;
  }
  .step-headline h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .step-content {
    padding-left: 60px;
  }
  .step-content p {
    font-size: 18.4px;
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 600px) {
  .step-wrapper {
    padding-bottom: 40px;
  }
  .step-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  .step-wrapper::after {
    display: none;
  }
  .step-headline {
    float: none;
    width: auto;
    text-align: left;
    padding-right: 0;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .step-content {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
.location-image {
  text-align: center;
  position: relative;
}
.recruitment-pins-wrapper .pin {
  width: 1.7142857143%;
  height: 2.3255813953%;
  padding: 0.2142857143%;
  bottom: initial;
  right: initial;
  margin: 0 !important;
}
.recruitment-pins-wrapper .pin .pin-content {
  left: initial !important;
  right: 100%;
  margin-right: 50px;
  top: calc(100% - 60px);
  width: 400px;
  text-align: left;
}
.recruitment-pins-wrapper .pin .pin-content .hl {
  margin-bottom: 10px;
}
.recruitment-pins-wrapper .pin .pin-content .recruitment-text {
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .recruitment-pins-wrapper .pin {
    width: 12px;
    height: 12px;
    padding: 1.5px;
  }
  .recruitment-pins-wrapper .pin .pin-content {
    width: 250px;
  }
  .recruitment-pins-wrapper .pin .pin-content .recruitment-text {
    font-size: 0.7rem;
  }
}
.recruitment-pins-wrapper .pin.pin-1 {
  left: 43.9444444444%;
  top: 45.1857467779%;
}
.recruitment-pins-wrapper .pin.pin-2 {
  left: 44.1666666667%;
  top: 58.6050037908%;
}
.recruitment-pins-wrapper .pin.pin-2 .pin-content {
  bottom: initial;
}
.recruitment-pins-wrapper .pin.pin-3 {
  left: 51.8333333333%;
  top: 50.4927975739%;
}
.recruitment-pins-wrapper .pin.pin-4 {
  left: 58.5555555556%;
  top: 49.0523123578%;
}
.recruitment-pins-wrapper .pin.pin-4 .pin-content {
  top: calc(100% - 60px);
}
.recruitment-pins-wrapper .pin.pin-5 {
  left: 60.0555555556%;
  top: 58.9082638362%;
}
.recruitment-pins-wrapper .pin.pin-6 {
  left: 56.2222222222%;
  top: 40.33358605%;
}
.recruitment-pins-wrapper .pin.pin-7 {
  left: 68.6111111111%;
  top: 57.9984836998%;
}
.recruitment-pins-wrapper .pin.pin-8 {
  left: 57.5555555556%;
  top: 66.0348749052%;
}
.recruitment-pins-wrapper .pin.pin-9 {
  left: 73.1111111111%;
  top: 17.2100075815%;
}
.recruitment-pins-wrapper .pin.pin-10 {
  left: 69.4444444444%;
  top: 55.0416982563%;
}
.recruitment-pins-wrapper .pin.pin-11 {
  left: 65.5555555556%;
  top: 56.0272934041%;
}
.recruitment-pins-wrapper .pin.pin-12 {
  left: 65.5555555556%;
  top: 54.7384382108%;
}
.recruitment-pins-wrapper .pin.pin-13 {
  left: 64%;
  top: 48.9764973465%;
}
.recruitment-pins-wrapper .pin.pin-14 {
  left: 63.2222222222%;
  top: 63.1539044731%;
}
.recruitment-pins-wrapper .pin.pin-15 {
  left: 71%;
  top: 55.9514783927%;
}
.recruitment-notice-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruitment-notice-wrapper {
  display: table;
  width: 100%;
  background: #f1f1f1;
  margin-bottom: 110px;
  min-height: 400px;
}
.recruitment-notice-image {
  display: table-cell;
  width: 50%;
}
.recruitment-notice {
  display: table-cell;
  width: 50%;
  padding: 40px;
  position: relative;
}
.recruitment-notice h3 {
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1;
}
.recruitment-notice p {
  font-size: 16px;
  font-size: 1rem;
}
.recruitment-notice p:last-child {
  margin-bottom: 1em;
}
.recruitment-notice p span {
  float: right;
}
.recruitment-notice a {
  color: #404040;
}
.recruitment-notice a:hover {
  color: #2979d8;
}
.recruitment-notice a.more {
  display: inline-block;
  bottom: 40px;
  right: 94px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .recruitment-notice-image {
    width: 30%;
  }
  .recruitment-notice {
    width: 70%;
  }
}
@media screen and (max-width: 980px) {
  .recruitment-notice p span {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .recruitment-notice-image, .recruitment-notice {
    display: block;
    width: 100%;
  }
  .recruitment-notice-image a.more, .recruitment-notice a.more {
    display: inline-block;
    bottom: inherit;
    right: inherit;
    position: relative;
    margin: 20px 40px;
    float: right;
  }
  .recruitment-notice-image {
    height: 250px;
  }
}
.application-adress {
  padding-bottom: 50px;
}
.application-adress p {
  text-align: center;
}
.application-adress p span {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
  padding-left: 40px;
  margin: 0 50px;
}
.application-adress p span.name {
  width: 150px;
}
.application-adress p span a {
  color: #404040;
}
.application-adress p i {
  color: #2979d8;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 2px;
}
.application-adress .application-button {
  margin: 50px auto;
  width: 140px;
}
@media screen and (max-width: 1280px) {
  .application-adress p span {
    width: 250px;
  }
  .application-adress p span.name {
    width: 250px;
  }
}
/*
 *
 * JOB SINGLE
 *
 */
.job-wrapper {
  max-width: 1000px;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 auto;
}
.job-intro-content {
  margin-bottom: 40px;
}
.job-intro-content p {
  font-weight: 700;
  font-size: 17.6px;
  font-size: 1.1rem;
}
.job-intro-content p:last-child {
  margin-bottom: 0;
}
/*
 *
 * MEDIA
 *
 */
body.page-template-tpl_media .site-gallery {
  width: 100%;
  padding: 0;
  margin-bottom: 120px;
}
.media-subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  width: 100%;
  margin: 50px 0 0;
}
.media-subnav li {
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #8998a4;
}
.media-subnav li:last-child {
  padding-right: 0;
  margin-right: 0;
  border: 0;
}
.media-subnav li a {
  color: #8998a4;
}
.media-subnav li a:hover {
  color: #2979d8;
}
@media screen and (max-width: 680px) {
  .media-subnav li {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 10px;
    margin-right: 10px;
  }
}
.media-section {
  margin-bottom: 120px;
}
.media-section h2 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 60px;
}
.media-section.media-video-content {
  margin-top: 50px;
}
.download-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.download-list li {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}
.download-list li:last-of-type {
  margin: 0;
}
.download-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2979d8;
}
.download-list li.pdf:before {
  content: '\E415';
  font-size: 46px;
}
.download-list li.file:before {
  content: '\E24D';
  font-size: 46px;
}
.download-list li.image:before {
  content: '\E413';
  font-size: 46px;
}
.download-list li a {
  color: #8998a4;
}
.download-list li a:hover {
  color: #2979d8;
}
.download-list li a:hover span {
  color: #8998a4;
}
.download-list li span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.media-video-content .video-desc {
  display: table;
  width: 100%;
  padding-top: 60px;
}
.media-video-content .video-desc h2 {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  line-height: 1;
}
.media-video-content .video-desc p {
  display: table-cell;
  vertical-align: top;
  line-height: 1.7;
  width: 70%;
}
/* MAGAZINE */
.magazine {
  float: left;
  width: 22.7272727273%;
  margin: 0 3.0303030303% 3.0303030303% 0;
  position: relative;
}
.magazine:nth-of-type(4n) {
  margin-right: 0;
}
.magazine a {
  color: #8998a4;
  display: block;
}
.magazine a:hover {
  color: #2979d8;
}
.magazine .cover {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.magazine .cover img {
  width: 100%;
  display: block;
}
.magazine p {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  padding-left: 60px;
  font-weight: 400;
}
.magazine p:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #2979d8;
  content: '\E415';
  font-size: 46px;
}
.magazine p span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1050px) {
  .magazine {
    width: 30.612244898%;
    margin: 0 4.0816326531% 4.0816326531% 0;
  }
  .magazine:nth-of-type(4n) {
    margin-right: 4.0816326531%;
  }
  .magazine:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .magazine {
    width: 48.3870967742%;
    margin: 0 2.0408163265% 2.0408163265% 0;
  }
  .magazine:nth-of-type(4n) {
    margin-right: 0;
  }
  .magazine:nth-of-type(3n) {
    margin-right: 2.0408163265%;
  }
  .magazine:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 461px) and (max-width: 680px) {
  .magazine p {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
  .magazine p span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 460px) {
  .magazine {
    float: none;
    width: auto;
    max-width: 300px;
    margin: 0 auto 40px;
  }
  .magazine:nth-of-type(4n) {
    margin: 0 auto 40px;
  }
  .magazine:nth-of-type(3n) {
    margin: 0 auto 40px;
  }
  .magazine:nth-of-type(2n) {
    margin: 0 auto 40px;
  }
}
/*
 *
 * ORGANISATION
 *
 */
.organisation-structur {
  max-width: 1140px;
  margin: 0 auto;
}
.companies {
  max-width: 600px;
  margin-top: -30px;
  margin-bottom: 80px;
  overflow: hidden;
}
.companies ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.companies ul li {
  float: left;
  width: 48.1818181818%;
  margin: 0 3.6363636364% 3.6363636364% 0;
  border: 1px solid #2979d8;
  color: #2979d8;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
}
.companies ul li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 950px) {
  .companies {
    margin: 50px auto;
  }
}
@media screen and (max-width: 620px) {
  .companies ul li {
    width: 100%;
    float: left;
    margin: 0 0 20px;
  }
}
/*
 *
 * PRODUCTS - OVERVIEW
 *
 */
.products-intro {
  padding: 100px 8.3333333333% 0;
  display: table;
  direction: rtl;
  text-align: left;
  table-layout: fixed;
  width: 100%;
}
.products-intro.product-lp img {
  width: 100%;
}
.products-intro-outer {
  border-bottom: 5px solid #2979d8;
  padding-bottom: 100px;
}
.products-intro:last-of-type .products-intro-outer {
  border: 0;
}
.products-intro-teaser-content {
  width: 50%;
  display: table-cell;
  padding-left: 8.3333333333%;
  vertical-align: middle;
  direction: ltr;
}
.products-intro-teaser-content .entry-header h2 {
  color: #465156;
  font-size: 78px;
  font-size: 4.875rem;
  margin: 0 0 40px;
  line-height: 1;
}
@media screen and (max-width: 840px) {
  .products-intro-teaser-content .entry-header h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 440px) {
  .products-intro-teaser-content .entry-header h2 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.products-intro-teaser-content .entry-content-teaser p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
}
body.tax-jobcat .products-intro-teaser-content .entry-content-teaser p {
  font-size: 23.008px;
  font-size: 1.438rem;
}
.products-intro-teaser-content .more-link {
  margin-right: 72px;
  margin-top: 30px;
}
.product-intro-graphic-wrapper {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.product-intro-graphic {
  position: relative;
}
.product-intro-graphic img {
  opacity: 0.8;
}
.products-intro:nth-of-type(even) {
  direction: ltr;
}
.products-intro:nth-of-type(even) .products-intro-teaser-content {
  padding-left: 0;
  padding-right: 8.3333333333%;
}
.products-intro.small {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 50px;
}
.products-intro.small .products-intro-teaser-content {
  width: 64.6666666667%;
  padding-left: 9.3333333333%;
}
.products-intro.small .product-intro-graphic-wrapper {
  width: 35.3333333333%;
  max-width: 530px;
}
@media screen and (max-width: 1320px) {
  .products-intro.product-lp {
    padding: 100px 8.33333% 0;
    display: block;
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
  }
  .products-intro.product-lp .products-intro-teaser-content {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .products-intro.product-lp .product-intro-graphic-wrapper {
    width: 100%;
    display: block;
    margin-top: 80px;
  }
}
@media screen and (max-width: 920px) {
  .products-intro.small {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
  .products-intro.small .products-intro-teaser-content {
    width: auto;
    padding-left: 0;
    display: block;
  }
  .products-intro.small .product-intro-graphic-wrapper {
    width: auto;
    max-width: 350px;
    margin: 60px auto 10px;
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .products-intro.small {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*
 *
 * PINS
 *
 */
.pin {
  position: absolute;
  width: 5.1693404635%;
  height: 7.9452054795%;
  padding: 0.7130124777%;
  background: rgba(255, 255, 255, .65);
  border-radius: 50%;
  border: 3px solid #2979d8;
  cursor: pointer;
}
.pin::before {
  position: absolute;
  content: '';
  background: #2979d8;
  opacity: 0;
}
.pin.left-pin::before {
  top: 50%;
  margin-top: -1px;
  height: 3px;
  width: 50px;
  right: 100%;
}
.pin.right-pin::before {
  top: 50%;
  margin-top: -1px;
  width: 50px;
  height: 3px;
  right: -50px;
}
.pin.top-pin::before {
  top: -50px;
  margin-left: -1px;
  height: 50px;
  width: 3px;
  left: 50%;
}
.pin.bottom-pin::before {
  bottom: -50px;
  margin-left: -1px;
  height: 50px;
  width: 3px;
  left: 50%;
}
@media screen and (max-width: 750px) {
  .pin {
    border: 2px solid #2979d8;
  }
}
@media screen and (max-width: 550px) {
  .pin {
    border: 1px solid #2979d8;
  }
}
.pin .pin-content {
  width: 300px;
  background: #fff;
  border: 1px solid #2979d8;
  padding: 10px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  cursor: default;
}
.pin .pin-content p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
.pin .pin-content p.hl {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
body.zh-hans .pin .pin-content p.hl {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.pin .pin-content i {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.pin .pin-content a {
  color: #2979d8;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  display: block;
}
.pin .pin-content a:hover {
  color: #202a2f;
}
.pin .pin-inner {
  background: #2979d8;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pin.pin-1 {
  top: 0;
  left: 0;
  margin-left: 46.0277427491%;
  margin-top: 11.8537200504%;
}
.pin.pin-1 .pin-content {
  left: calc(100% + 50px);
  top: calc(100% - 60px);
}
.pin.pin-2 {
  top: 0;
  right: 0;
  margin-right: 45.3972257251%;
  margin-top: 27.3644388398%;
}
.pin.pin-2 .pin-content {
  left: 50%;
  margin-left: -150px;
  bottom: 75px;
}
.pin.pin-3 {
  bottom: 0;
  left: 0;
  margin-left: 19.6721311475%;
  margin-bottom: 28.7515762926%;
}
.pin.pin-3 .pin-content {
  left: calc(100% + 50px);
  top: calc(100% - 60px);
}
.pin.pin-4 {
  bottom: 0;
  right: 0;
  margin-right: 30.6431273644%;
  margin-bottom: 45.5233291299%;
}
.pin.pin-4 .pin-content {
  left: 50%;
  margin-left: -150px;
  top: 75px;
}
.pin.pin-5 {
  bottom: 0;
  right: 0;
  margin-right: 13.4930643127%;
  margin-bottom: 36.6960907945%;
}
.pin.pin-5 .pin-content {
  right: 100%;
  margin-right: 50px;
  top: calc(100% - 60px);
}
.pin.pin-6 {
  top: 0;
  right: 0;
  margin-right: 4.5397225725%;
  margin-top: 10.5926860025%;
}
.pin.pin-6 .pin-content {
  right: 100%;
  margin-right: 50px;
  top: calc(100% - 60px);
}
.pin.pin-7 {
  top: 0;
  right: 0;
  margin-right: 63.051702396%;
  margin-top: 12.6103404792%;
}
.pin.pin-7 .pin-content {
  left: calc(100% + 50px);
  top: calc(100% - 60px);
}
.pin.pin-8 {
  top: 0;
  right: 0;
  margin-right: 18.9155107188%;
  margin-top: 10.0882723834%;
}
.pin.pin-8 .pin-content {
  right: 100%;
  margin-right: 50px;
  top: calc(100% - 60px);
}
.pin:hover .pin-inner {
  background: #465156;
}
.pin.active .pin-inner {
  background: #465156;
}
.pin.active .pin-content {
  opacity: 1;
  visibility: visible;
}
.pin.active::before {
  opacity: 1;
}
@media screen and (max-width: 650px) {
  .pin.pin-1 .pin-content, .pin.pin-2 .pin-content, .pin.pin-3 .pin-content, .pin.pin-4 .pin-content, .pin.pin-5 .pin-content, .pin.pin-6 .pin-content, .pin.pin-7 .pin-content, .pin.pin-8 .pin-content, .pin.pin-9 .pin-content, .pin.pin-10 .pin-content, .pin.pin-11 .pin-content, .pin.pin-12 .pin-content, .pin.pin-13 .pin-content, .pin.pin-14 .pin-content, .pin.pin-15 .pin-content, .pin.pin-16 .pin-content, .pin.pin-17 .pin-content, .pin.pin-18 .pin-content, .pin.pin-19 .pin-content {
    left: 0 !important;
    margin: 0;
    top: 0 !important;
    right: inherit;
    bottom: inherit;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background: rgba(70, 81, 86, .9);
    border: 0;
    padding: 0;
  }
  .pin.pin-1 .pin-content .pin-content-inner, .pin.pin-2 .pin-content .pin-content-inner, .pin.pin-3 .pin-content .pin-content-inner, .pin.pin-4 .pin-content .pin-content-inner, .pin.pin-5 .pin-content .pin-content-inner, .pin.pin-6 .pin-content .pin-content-inner, .pin.pin-7 .pin-content .pin-content-inner, .pin.pin-8 .pin-content .pin-content-inner, .pin.pin-9 .pin-content .pin-content-inner, .pin.pin-10 .pin-content .pin-content-inner, .pin.pin-11 .pin-content .pin-content-inner, .pin.pin-12 .pin-content .pin-content-inner, .pin.pin-13 .pin-content .pin-content-inner, .pin.pin-14 .pin-content .pin-content-inner, .pin.pin-15 .pin-content .pin-content-inner, .pin.pin-16 .pin-content .pin-content-inner, .pin.pin-17 .pin-content .pin-content-inner, .pin.pin-18 .pin-content .pin-content-inner, .pin.pin-19 .pin-content .pin-content-inner {
    width: 80%;
    background: #fff;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40%;
  }
}
/* PINS LOCATION HOME */
.locations-image .pin {
  position: absolute;
  width: 1.25%;
  height: 2.4%;
  padding: 0;
  background: #2979d8;
  border: 0;
  margin: inherit;
  right: inherit;
  top: 0;
  left: 0;
}
.locations-image .pin.pin-1 {
  margin-left: 78.5416666667%;
  margin-top: 20.1041666667%;
}
.locations-image .pin.pin-2 {
  margin-left: 78.9583333333%;
  margin-top: 21.5625%;
}
.locations-image .pin.pin-3 {
  margin-left: 78.4375%;
  margin-top: 23.0208333333%;
}
.locations-image .pin.pin-4 {
  margin-left: 76.5625%;
  margin-top: 23.8541666667%;
}
.locations-image .pin.pin-5 {
  margin-left: 50.1041666667%;
  margin-top: 15.3125%;
}
/*
 *
 * Product (Single)
 *
 */
/* Accordion */
.product-listing {
  max-width: 1225px;
  margin: 30px auto 100px;
}
.product {
  color: #465156;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.product p:last-child {
  margin-bottom: 0;
}
.product-image-wrapper a {
  display: block;
}
.product-image, .consumer-electronic-product, .product-image-consumer-single {
  position: relative;
  width: 31.5555555556%;
  margin: 0 2.6666666667% 2.6666666667% 0;
  border: 1px solid #ccc;
  float: left;
}
.product-image:nth-of-type(3n), .consumer-electronic-product:nth-of-type(3n), .product-image-consumer-single:nth-of-type(3n) {
  margin-right: 0;
}
.product-image:nth-of-type(3n+1), .consumer-electronic-product:nth-of-type(3n+1), .product-image-consumer-single:nth-of-type(3n+1) {
  clear: both;
}
.product-image img, .consumer-electronic-product img, .product-image-consumer-single img {
  display: block;
}
.product-image.hvr-rectangle-out, .consumer-electronic-product.hvr-rectangle-out, .product-image-consumer-single.hvr-rectangle-out {
  background: transparent;
}
@media screen and (max-width: 840px) {
  .product-image, .consumer-electronic-product, .product-image-consumer-single {
    width: 47.972972973%;
    margin: 0 4.0540540541% 4.0540540541% 0;
  }
  .product-image:nth-of-type(3n), .consumer-electronic-product:nth-of-type(3n), .product-image-consumer-single:nth-of-type(3n) {
    margin-right: 4.0540540541%;
  }
  .product-image:nth-of-type(2n), .consumer-electronic-product:nth-of-type(2n), .product-image-consumer-single:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-image:nth-of-type(3n+1), .consumer-electronic-product:nth-of-type(3n+1), .product-image-consumer-single:nth-of-type(3n+1) {
    clear: none;
  }
}
@media screen and (max-width: 415px) {
  .product-image, .consumer-electronic-product, .product-image-consumer-single {
    width: auto;
    float: none;
    margin: 0 0 25px 0;
  }
  .product-image:nth-of-type(3n), .consumer-electronic-product:nth-of-type(3n), .product-image-consumer-single:nth-of-type(3n) {
    margin-right: 0;
  }
}
.product-content {
  margin-bottom: 30px;
}
.product-title h2, .product-title h1 {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
}
body.zh-hans .product-title h2, body.zh-hans .product-title h1 {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
/* CTA */
.cta-wrapper {
  max-width: 1168px;
  margin: 0 auto;
  color: #fff;
  padding: 60px 34px;
  position: relative;
  font-family: 'Economica-Regular', sans-serif;
}
body.zh-hans .cta-wrapper {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.cta-content {
  display: inline-block;
  position: relative;
  padding-left: 82px;
  width: calc(100% - 280px);
}
.cta-content:before {
  font-size: 58px;
  position: absolute;
  color: #2979d8;
  left: -5px;
  content: "\E8B8";
  top: -5px;
  color: #fff;
}
.cta-content.icon-company:before {
  content: "\E0AF";
}
.cta-content.icon-technologies:before {
  content: "\E53B";
}
.cta-content.icon-contact:before {
  content: "\E0C8";
}
.cta-content .cta-headline {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
.cta-content .cta-desc {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.2;
}
@media screen and (max-width: 850px) {
  .cta-content {
    margin-bottom: 110px;
    width: 100%;
  }
}
.cta-link {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 0 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 34px;
  font-weight: 300;
  line-height: 50px;
  margin-top: -25px;
  background: transparent;
}
.cta-link:before {
  background: #fff;
}
.cta-link:hover {
  color: #465156;
}
body.post-type-archive-technologies .cta-link:before, body.page-template-tpl_company .cta-link:before, body.page-template-tpl_contact .cta-link:before {
  background: #fff;
}
body.post-type-archive-technologies .cta-link:hover, body.page-template-tpl_company .cta-link:hover, body.page-template-tpl_contact .cta-link:hover {
  color: #2979d8;
}
@media screen and (max-width: 850px) {
  .cta-link {
    top: inherit;
    right: inherit;
    bottom: 60px;
    left: 116px;
  }
}
.link-back {
  text-align: center;
  margin-bottom: 100px;
  margin-top: -40px;
}
.back-link {
  display: inline-block;
  font-size: 27.2px;
  font-size: 1.7rem;
  font-family: 'Economica-Regular', sans-serif;
  text-transform: uppercase;
  border: 1px solid #2979d8;
  background: transparent;
  font-weight: 300;
  padding: 0 50px;
  color: #2979d8;
  line-height: 70px;
}
.back-link:before {
  background: #2979d8;
}
/*
 *
 * Consumer Electronic
 *
 */
.consumer-electronic-product {
  border: 0;
}
.consumer-electronic-product .product-image-consumer {
  border: 1px solid #d7d7d7;
}
.consumer-electronic-product .product-image-consumer.hvr-rectangle-out {
  background: transparent;
}
.consumer-electronic-product h3 {
  text-align: center;
  margin-top: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.consumer-electronic-product a {
  color: #465156;
}
/* Search Product */
.product-search, body.search .product-search-wrapper {
  max-width: 900px;
  margin: 0 auto 70px;
  overflow: hidden;
}
#searchsubmit {
  display: none;
}
.open-filter, label[for=searchsubmit] {
  display: inline-block;
  color: #fff;
  background: #465156;
  width: 50px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 30px;
  cursor: pointer;
}
.open-filter:hover, label[for=searchsubmit]:hover {
  background: #2979d8;
}
.open-filter.active i, label[for=searchsubmit].active i {
  transform: rotate(180deg);
}
input#s {
  width: calc(100% - 100px);
  height: 40px;
  line-height: 40px;
  float: left;
  background: #f1f1f1;
  border: 0;
  padding: 0 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
body.zh-hans input#s {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
label[for=searchsubmit] {
  background: #2979d8;
}
label[for=searchsubmit]:hover {
  background: #465156;
}
.tags_select {
  background: #465156;
  color: #fff;
  padding: 15px;
  overflow: hidden;
  width: 300px;
  float: right;
}
body.search .tags_select {
  display: none;
}
@media screen and (max-width: 500px) {
  .tags_select {
    width: 100%;
  }
}
.tags_select p.filter-select {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.tags_select p.filter-select:last-child {
  margin-bottom: 0;
}
.tags_select p.filter-select::before {
  content: '\2713';
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 14.8px;
  font-size: 0.925rem;
  color: #fff;
  text-align: center;
  line-height: 16px;
}
.tags_select p.filter-select.active::before {
  color: #000;
}
.tags_select p.filter-clear {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 25px;
}
.tags_select p.filter-clear::before {
  content: '\E14C';
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -12px;
  color: #fff;
}
.tags_select p.filter-clear:hover::before {
  color: #2979d8;
}
.tags_select span.page-id {
  display: none;
}
/* Consumer Electronic Single Product */
.product-images-single-wrapper {
  overflow: hidden;
}
.section-headline {
  font-family: 'Economica-Regular', sans-serif;
  margin-bottom: 25px;
  margin-top: 40px;
  text-transform: uppercase;
}
body.zh-hans .section-headline {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.product-image-consumer-single.hvr-rectangle-out {
  background: transparent;
}
.product-image-consumer-single.hvr-rectangle-out:hover {
  background: rgba(41, 121, 216, .5);
}
.product-files ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-files ul li {
  float: left;
  border-right: 1px solid #465156;
  margin-right: 10px;
  padding-right: 10px;
}
.product-files ul li:last-child {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
.product-files ul li a {
  color: #2979d8;
}
.product-files ul li a:hover {
  color: #465156;
}
/*
 *
 * SEARCH RESULT PAGE
 *
 */
p.search-info {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
p.search-info span.result {
  font-weight: 700;
  font-style: italic;
}
p.search-info span.result-count {
  font-weight: 300;
  font-style: italic;
}
body.ko p.search-info span.result-count span.en-lang {
  display: none;
}
p.search-info span.result-count span.ko-lang {
  display: none;
}
body.ko p.search-info span.result-count span.ko-lang {
  display: inline;
}
body.zh-hans p.search-info span.en-lang, body.jp p.search-info span.en-lang {
  display: none;
}
body.en p.search-info span.zh-lang, body.ko p.search-info span.zh-lang, body.de p.search-info span.zh-lang {
  display: none;
}
body.search-no-results p.search-info {
  display: none;
}
body.search .products {
  border-left: 4px solid #2979d8;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
body.search h2.entry-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}
body.search h2.entry-title a {
  color: #2979d8;
}
body.search h2.entry-title a:hover {
  color: #465156;
}
body.search .summary-space {
  margin-bottom: 0;
  padding-right: 10px;
  border-right: 1px solid #8998a4;
  margin-right: 10px;
  display: inline-block;
  margin-top: 10px;
}
body.search .summary-space:last-of-type {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}
/*
 *
 * Technologies Overview
 *
 */
.site-nav-intern {
  background: #2979d8;
  position: relative;
  display: table;
  width: 100%;
}
.site-nav-intern ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  padding-left: 324px;
}
.site-nav-intern li {
  float: left;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 21.2px;
  font-size: 1.325rem;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
  margin-right: 2.6041666667%;
  position: relative;
  line-height: 50px;
  padding-left: 30px;
}
body.zh-hans .site-nav-intern li {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.site-nav-intern li::before {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background: #2979d8;
  top: 50%;
  margin-top: -7px;
  left: 0;
  content: '';
  border-radius: 50%;
  font-weight: 300;
}
.site-nav-intern li a {
  color: #fff;
  display: block;
}
.site-nav-intern li:hover::before {
  background: #fff;
}
.site-nav-intern a.site-nav-cpt {
  background: #174883;
  font-weight: 400;
  padding: 0 60px 0 38px;
  line-height: 50px;
  font-family: 'Economica-Regular', sans-serif;
  font-size: 21.2px;
  font-size: 1.325rem;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
  color: #fff;
  margin-right: 2.6041666667%;
  width: 297px;
}
body.zh-hans .site-nav-intern a.site-nav-cpt {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.site-nav-intern i {
  float: left;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
  display: none;
}
@media screen and (max-width: 1100px) {
  .site-nav-intern li {
    font-size: 19.6px;
    font-size: 1.225rem;
  }
}
@media screen and (max-width: 950px) {
  .site-nav-intern ul {
    position: absolute;
    left: 0;
    top: 50px;
    background: #2979d8;
    width: 297px;
    display: none;
    z-index: 99;
    padding-left: 0;
  }
  .site-nav-intern li {
    float: none;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 12px 20px 12px 46px;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .site-nav-intern li::before {
    left: 18px;
  }
  .site-nav-intern li:last-child {
    border: 0;
  }
  .site-nav-intern a.site-nav-cpt {
    margin-right: 32px;
  }
  .site-nav-intern i {
    display: block;
    cursor: pointer;
  }
}
@media screen and (max-width: 605px) {
  .site-nav-intern a.site-nav-cpt {
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-right: 19px;
  }
}
.technologie-teaser .list-subcats {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  list-style: none;
  padding-left: 0;
}
.technologie-teaser .list-subcats li {
  padding-left: 42px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 10px;
}
.technologie-teaser .list-subcats li::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background: #acb5bc;
  top: 14px;
  left: 8px;
}
/*
 *
 * Technologies SINGLE
 *
 */
.entry-content-intro {
  max-width: 1125px;
  margin: -150px auto 60px;
  background: #fff;
  text-align: center;
  border-top: 6px solid #2979d8;
  position: relative;
}
body.search .entry-content-intro {
  height: 90px;
  margin-top: -90px;
  margin-bottom: 0;
}
body.tax-jobcat .entry-content-intro {
  margin-bottom: 20px;
}
body.products-template-tpl_product-category-consumer .entry-content-intro {
  margin-bottom: 70px;
}
.entry-content-intro h1.entry-title, .entry-content-intro h6.entry-title-single {
  margin: 50px 0 30px;
  line-height: 1.2;
}
@media screen and (max-width: 670px) {
  .entry-content-intro h1.entry-title, .entry-content-intro h6.entry-title-single {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
.entry-content-intro p {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 8.8888888889%;
}
.entry-content-intro p.cpt-name, .entry-content-intro a.cpt-name {
  display: inline;
  background: #2979d8;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  bottom: 100%;
  left: 50%;
  font-family: 'Economica-Regular', sans-serif;
  transform: translate(-50%);
  font-size: 24px;
  font-size: 1.5rem;
  padding: 5px 20px;
}
body.zh-hans .entry-content-intro p.cpt-name, body.zh-hans .entry-content-intro a.cpt-name {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.technology-single-teaser {
  position: relative;
  min-height: 500px;
}
.technology-single-teaser:last-of-type {
  margin-bottom: 0;
}
.technology-single-teaser .technology-image-wrapper {
  position: absolute;
  width: 50%;
  height: calc(100%);
  top: 0;
  left: 0;
}
.technology-single-teaser .technology-image-wrapper .slick-list {
  height: 100%;
}
.technology-single-teaser .technology-image-wrapper .slick-track {
  height: 100%;
}
.technology-single-teaser .technology-image-wrapper #technology-slider-1, .technology-single-teaser .technology-image-wrapper #technology-slider-2, .technology-single-teaser .technology-image-wrapper #technology-slider-3, .technology-single-teaser .technology-image-wrapper #technology-slider-4, .technology-single-teaser .technology-image-wrapper #technology-slider-5, .technology-single-teaser .technology-image-wrapper #technology-slider-6 {
  height: 100%;
}
.technology-single-teaser .technology-image-wrapper #technology-slider-1 .slick-dots, .technology-single-teaser .technology-image-wrapper #technology-slider-2 .slick-dots, .technology-single-teaser .technology-image-wrapper #technology-slider-3 .slick-dots, .technology-single-teaser .technology-image-wrapper #technology-slider-4 .slick-dots, .technology-single-teaser .technology-image-wrapper #technology-slider-5 .slick-dots, .technology-single-teaser .technology-image-wrapper #technology-slider-6 .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin-top: -50px;
  position: absolute;
}
.technology-single-teaser .technology-image-wrapper #technology-slider-1 .slick-dots li, .technology-single-teaser .technology-image-wrapper #technology-slider-2 .slick-dots li, .technology-single-teaser .technology-image-wrapper #technology-slider-3 .slick-dots li, .technology-single-teaser .technology-image-wrapper #technology-slider-4 .slick-dots li, .technology-single-teaser .technology-image-wrapper #technology-slider-5 .slick-dots li, .technology-single-teaser .technology-image-wrapper #technology-slider-6 .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-radius: 50%;
  margin-right: 20px;
}
.technology-single-teaser .technology-image-wrapper #technology-slider-1 .slick-dots li button, .technology-single-teaser .technology-image-wrapper #technology-slider-2 .slick-dots li button, .technology-single-teaser .technology-image-wrapper #technology-slider-3 .slick-dots li button, .technology-single-teaser .technology-image-wrapper #technology-slider-4 .slick-dots li button, .technology-single-teaser .technology-image-wrapper #technology-slider-5 .slick-dots li button, .technology-single-teaser .technology-image-wrapper #technology-slider-6 .slick-dots li button {
  visibility: hidden;
}
.technology-single-teaser .technology-image-wrapper #technology-slider-1 .slick-dots li:last-child, .technology-single-teaser .technology-image-wrapper #technology-slider-2 .slick-dots li:last-child, .technology-single-teaser .technology-image-wrapper #technology-slider-3 .slick-dots li:last-child, .technology-single-teaser .technology-image-wrapper #technology-slider-4 .slick-dots li:last-child, .technology-single-teaser .technology-image-wrapper #technology-slider-5 .slick-dots li:last-child, .technology-single-teaser .technology-image-wrapper #technology-slider-6 .slick-dots li:last-child {
  margin-right: 0;
}
.technology-single-teaser .technology-image-wrapper #technology-slider-1 .slick-dots li.slick-active, .technology-single-teaser .technology-image-wrapper #technology-slider-2 .slick-dots li.slick-active, .technology-single-teaser .technology-image-wrapper #technology-slider-3 .slick-dots li.slick-active, .technology-single-teaser .technology-image-wrapper #technology-slider-4 .slick-dots li.slick-active, .technology-single-teaser .technology-image-wrapper #technology-slider-5 .slick-dots li.slick-active, .technology-single-teaser .technology-image-wrapper #technology-slider-6 .slick-dots li.slick-active {
  background: white;
}
.technology-single-teaser .technology-image-wrapper .technology-image {
  position: relative;
  width: 100%;
  left: 0;
  height: calc(100% + 8px);
  background-position: center;
  background-size: cover;
}
.technology-single-teaser .technology-image-wrapper .technology-image.half {
  height: 50%;
}
.technology-single-teaser .technology-image-wrapper .technology-image.image-1 {
  top: 0;
}
.technology-single-teaser .technology-image-wrapper .technology-image.image-2 {
  top: calc(50% + 8px);
}
.technology-single-teaser .technology-teaser-content {
  margin-left: 50%;
  width: 50%;
  padding: 3.6458333333%;
}
.technology-single-teaser .technology-characteristics {
  margin: 0;
  padding: 0;
  list-style: none;
}
.technology-single-teaser .technology-characteristics li {
  padding: 4px;
  float: left;
  width: 33.33333%;
}
.technology-single-teaser .technology-characteristics li .list-item {
  background: #f2f2f2;
  padding: 15px;
}
.technology-single-teaser .technology-characteristics li span.technology-characteristic {
  font-family: 'Economica-Regular', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 15px;
}
body.zh-hans .technology-single-teaser .technology-characteristics li span.technology-characteristic {
  font-family: 'OpenSans-Light', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
.technology-single-teaser .technology-characteristics li span.technology-value {
  display: block;
}
@media screen and (max-width: 1350px) {
  .technology-single-teaser .technology-characteristics li {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .technology-single-teaser .technology-characteristics li {
    width: auto;
    float: none;
  }
}
.technology-single-teaser .entry-header, .technology-single-teaser .entry-content-teaser {
  float: none;
  width: auto;
  text-align: left;
}
.technology-single-teaser .entry-header h2 {
  font-size: 44px;
  font-size: 2.75rem;
  margin-bottom: 25px;
}
.technology-single-teaser .entry-content-teaser p {
  font-size: 20px;
  font-size: 1.25rem;
}
.technology-single-teaser:nth-of-type(2n) .technology-image-wrapper {
  left: inherit;
  right: 0;
}
.technology-single-teaser:nth-of-type(2n) .technology-teaser-content {
  margin-left: 0;
}
@media screen and (max-width: 840px) {
  .technology-single-teaser .technology-image-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .technology-single-teaser .technology-teaser-content {
    margin-left: 0;
    width: auto;
    padding: 40px;
  }
}
/*
 *
 * NEWS ARCHIVE
 *
 */
.page-header.news-archive {
  z-index: 0;
}
.news-header-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.news-header {
  height: 86px;
  border-top: 6px solid #2979d8;
  background: #fff;
  position: relative;
}
body.single-career .news-header, body.page-template-default .news-header {
  height: 0;
  max-width: 900px;
}
.news-header h1, .news-header .cat-title {
  position: absolute;
  background: #2979d8;
  color: #fff;
  padding: 3px 0;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  width: 250px;
  text-align: center;
  margin-left: -125px;
  bottom: 100%;
  left: 50%;
}
.news-listing {
  padding-left: 5.2083333333%;
  padding-right: 5.2083333333%;
  position: relative;
}
.news-teaser-overview {
  float: left;
  width: 45.8333333333%;
  margin: 0 8.3333333333% 7.1428571429% 0;
}
.news-teaser-overview:nth-of-type(2n) {
  margin-right: 0;
}
.news-teaser-overview .entry-meta {
  border-top: 6px solid #2979d8;
  position: relative;
  height: 40px;
}
.news-teaser-overview .entry-meta .posted-on {
  position: absolute;
  line-height: 30px;
  display: block;
  top: -19px;
  left: 0px;
  background: #fff;
  padding-right: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  z-index: 9;
}
.news-teaser-overview h2.entry-title a {
  font-size: 42px;
  font-size: 2.625rem;
  margin: 44px 0;
  color: #8998a4;
  line-height: 1.1;
  display: block;
}
.news-teaser-overview h2.entry-title a:hover {
  color: #2979d8;
}
.news-teaser-overview .post-image {
  position: relative;
}
.news-teaser-overview .post-image img {
  display: block;
}
@media screen and (min-width: 770px) and (max-width: 950px) {
  .news-teaser-overview h2.entry-title a {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 769px) {
  .news-listing {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-teaser-overview {
    float: none;
    width: auto;
    margin: 0 auto 80px;
    max-width: 550px;
  }
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.layer.hvr-rectangle-out {
  background: transparent;
}
.layer.hvr-rectangle-out:before {
  background: rgba(41, 121, 216, .5);
}
/* PAGINATION */
.pagination {
  border-top: 1px solid #8998a4;
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}
.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 15px;
  background: #2979d8;
  color: #fff;
}
.pagination .page-numbers.current {
  background: #465156;
}
.pagination a.page-numbers {
  color: #fff;
}
.pagination a.page-numbers:hover {
  background: #465156;
}
/*
 *
 * SINGLE NEWS
 *
 */
/* Post Navigtion */
.post-navigation {
  width: 360px;
  margin: -40px auto 40px;
  position: relative;
  height: 50px;
}
.post-navigation .next-prev {
  position: absolute;
  font-size: 30px;
}
.post-navigation .next-prev.prev {
  left: 0;
}
.post-navigation .next-prev.next {
  right: -16px;
}
.post-navigation .next-prev i {
  font-size: 50px;
}
.post-navigation .next-prev a {
  color: #8998a4;
}
.post-navigation .next-prev a:hover {
  color: #2979d8;
}
@media screen and (max-width: 550px) {
  .post-navigation {
    width: 280px;
  }
}
.news-single-view {
  line-height: 1.7;
  margin-bottom: 80px;
}
.news-single-view .entry-meta {
  display: block;
  margin: -85px auto 60px;
  max-width: 300px;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.news-single-view h1.entry-title {
  font-size: 52px;
  font-size: 3.25rem;
  margin: 0 0 60px;
  line-height: 1.1;
}
.news-single-view .article-intro {
  display: table;
  margin-bottom: 17px;
}
.news-single-view .article-intro .post-image {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 43.3333333333%;
}
.news-single-view .article-intro .article-intro-content {
  display: table-cell;
  vertical-align: middle;
  width: 56.6666666667%;
  padding-left: 50px;
}
.news-single-view .article-intro .article-intro-content p {
  font-weight: 700;
}
.news-single-view .article-intro .article-intro-content p:last-child {
  margin: 0;
}
.news-single-view h2, .news-single-view h3, .news-single-view h4, .news-single-view h5, .news-single-view h6 {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 50px 0 30px;
  line-height: 1.2;
}
.news-single-view .entry-content a {
  color: #2979d8;
}
.news-single-view .entry-content a:hover {
  color: #000;
}
.news-single-view .entry-content p {
  text-indent: 30px;
}
@media screen and (max-width: 670px) {
  .news-single-view .article-intro {
    display: block;
    margin-bottom: 17px;
  }
  .news-single-view .article-intro .post-image {
    display: block;
    width: auto;
  }
  .news-single-view .article-intro .article-intro-content {
    display: block;
    width: auto;
    padding-left: 0;
    margin-top: 30px;
  }
}
/*--------------------------------------------------------------
 # Slider / Slick
 --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  outline: 0;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#slider-home-top {
  /*
   .slide-home-top {
   height: 992px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   }
   i {
   position: absolute;
   top: 50%;
   color: #fff;
   font-size: 70px;
   width: 70px;
   text-align: center;
   background: rgba($color_dark_grey, .8);
   z-index: 1;
   margin-top: -35px;
   &.fa-angle-left {
   left: 0;
   }
   &.fa-angle-right {
   right: 0;
   }
   } // i
   .slide-content-wrapper {
   display: table;
   width: 100%;
   height: 100%;
   .slide-content-inner {
   display: table-cell;
   vertical-align: middle;
   padding-left: 80px;
   padding-right: 80px;
   padding-top: 123px;
   }
   p {
   color: #fff;
   max-width: 1040px;
   padding-left: 100px;
   margin: 0 auto;
   @include font-size(6.875);
   font-family: $font_secondary;
   text-transform: uppercase;
   line-height: 1.1;
   @extend .transition;
   body.zh-hans & {
   font-family: $font_zh;
   }
   }
   } //.slide-content-wrapper
   @media screen and (max-width: 1550px) {
   .slide-home-top {
   height: 900px;
   }
   .slide-content-wrapper {
   .slide-content-inner {
   padding-top: 86px;
   }
   p {
   @include font-size(5.75);
   max-width: 940px;
   }
   }
   } //1550
   @media screen and (max-width: 1350px) {
   .slide-home-top {
   height: 800px;
   }
   .slide-content-wrapper {
   .slide-content-inner {
   padding-top: 62px;
   }
   p {
   @include font-size(5);
   max-width: 870px;
   }
   }
   } //1350
   @media screen and (max-width: 1250px) {
   .slide-content-wrapper {
   p {
   @include font-size(4.75);
   }
   }
   } //1250
   @media screen and (max-width: 1100px) {
   .slide-home-top {
   height: 700px;
   }
   i {
   font-size: 50px;
   width: 50px;
   margin-top: -25px;
   }
   .slide-content-wrapper {
   .slide-content-inner {
   padding-left: 70px;
   padding-right: 70px;
   }
   p {
   @include font-size(4.25);
   max-width: 750px;
   }
   }
   } //1100
   @media screen and (max-width: 850px) {
   .slide-content-wrapper {
   p {
   @include font-size(3.35);
   padding-left: 70px;
   max-width: 620px;
   }
   }
   } //850
   @media screen and (max-width: 700px) {
   .slide-home-top {
   height: 600px;
   }
   .slide-content-wrapper {
   p {
   @include font-size(2.75);
   max-width: none;
   padding-left: 0;
   }
   }
   } //700
   @media screen and (max-width: 600px) {
   .slide-home-top {
   height: 550px;
   }
   .slide-content-wrapper {
   p {
   @include font-size(2.25);
   }
   }
   } //600
   */
}
#slider-home-top .slide-home-top {
  height: 992px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#slider-home-top i {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 84px;
  z-index: 1;
  margin-top: -40px;
}
#slider-home-top i.arrow-icon-left {
  left: 2.6041666667%;
}
#slider-home-top i.arrow-icon-right {
  right: 2.6041666667%;
}
#slider-home-top .slide-content-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
#slider-home-top .slide-content-wrapper p {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding-left: 9.375%;
  padding-right: 9.375%;
  font-size: 110px;
  font-size: 6.875rem;
  font-family: 'Economica-Regular', sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
}
body.zh-hans #slider-home-top .slide-content-wrapper p {
  font-family: 'Economica-Regular', 'Microsoft YaHei', '微软雅黑', 'Open Sans', 'Economica', sans-serif;
}
@media screen and (max-width: 1550px) {
  #slider-home-top .slide-home-top {
    height: 900px;
  }
  #slider-home-top .slide-content-wrapper p {
    font-size: 92px;
    font-size: 5.75rem;
  }
}
@media screen and (max-width: 1350px) {
  #slider-home-top .slide-home-top {
    height: 800px;
  }
  #slider-home-top .slide-content-wrapper p {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 1250px) {
  #slider-home-top .slide-content-wrapper p {
    font-size: 76px;
    font-size: 4.75rem;
  }
}
@media screen and (max-width: 1100px) {
  #slider-home-top .slide-home-top {
    height: 700px;
  }
  #slider-home-top .slide-content-wrapper p {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
@media screen and (max-width: 850px) {
  #slider-home-top .slide-content-wrapper p {
    font-size: 56.8px;
    font-size: 3.55rem;
    padding-left: 70px;
    padding-right: 70px;
  }
  #slider-home-top i {
    font-size: 70px;
    margin-top: -40px;
  }
  #slider-home-top i.fa-angle-left {
    left: 20px;
  }
  #slider-home-top i.fa-angle-right {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  #slider-home-top .slide-home-top {
    height: 600px;
  }
  #slider-home-top .slide-content-wrapper p {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 600px) {
  #slider-home-top .slide-content-wrapper p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
#slider-home-products .product-slide-wrapper {
  position: relative;
}
#slider-home-products .product-slide-wrapper .slide-content-wrapper {
  margin-top: 50px;
  float: left;
  width: 50%;
}
#slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content {
  color: #465156;
  padding-left: 15.625%;
  padding-right: 60px;
  margin: 0 auto;
}
#slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content h3 {
  font-size: 78px;
  font-size: 4.875rem;
  line-height: 1.1;
  margin-bottom: 60px;
}
#slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content p {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}
#slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content a.more-link {
  margin-bottom: 15px;
}
#slider-home-products .product-slide-wrapper .product-slide-image {
  float: right;
  width: 50%;
  background-position: right -67px top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
#slider-home-products .product-slide-wrapper .product-slide-image::after {
  padding-top: 78.2271944923%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
@media screen and (max-width: 1400px) {
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content {
    padding-right: 30px;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content h3 {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 50px;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content p {
    font-size: 18.4px;
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 1100px) {
  #slider-home-products .product-slide-wrapper .slide-content-wrapper {
    margin-top: 50px;
    float: none;
    width: 80%;
    background: rgba(255, 255, 255, .7);
  }
  #slider-home-products .product-slide-wrapper .product-slide-image {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content h3 {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 40px;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content p {
    font-size: 17.6px;
    font-size: 1.1rem;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content a.more-link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #slider-home-products .product-slide-wrapper .slide-content-wrapper {
    width: auto;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content h3 {
    font-size: 44px;
    font-size: 2.75rem;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  #slider-home-products .product-slide-wrapper .slide-content-wrapper .slide-content a.more-link {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #slider-home-products .product-slide-wrapper .product-slide-image {
    float: none;
    position: relative;
    right: inherit;
    top: inherit;
    width: 80%;
    margin: 0 auto;
    z-index: -1;
    background-position: center center;
  }
}
#slider-home-products .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}
#slider-home-products .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #a2a2a2;
  border-radius: 50%;
  margin-right: 20px;
}
#slider-home-products .slick-dots li:last-child {
  margin-right: 0;
}
#slider-home-products .slick-dots li.slick-active {
  background: #a2a2a2;
}
.logo-slider h3 {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: -60px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .logo-slider h3 {
    margin-top: -20px;
  }
}
#slider-home-logos {
  padding-left: 140px;
  padding-right: 140px;
}
#slider-home-logos i {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 60px;
  z-index: 1;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background: #465156;
  text-align: center;
  line-height: 100px;
}
#slider-home-logos i.arrow-icon-left {
  left: 0;
}
#slider-home-logos i.arrow-icon-right {
  right: 0;
}
#slider-home-logos figure {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
#slider-home-logos figure img {
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #slider-home-logos {
    padding-left: 100px;
    padding-right: 100px;
  }
  #slider-home-logos i {
    font-size: 44px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 650px) {
  #slider-home-logos {
    padding-left: 70px;
    padding-right: 70px;
  }
  #slider-home-logos i {
    font-size: 34px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
ul.slick-dots li {
  cursor: pointer;
}
.slick-arrow {
  cursor: pointer;
}
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  /*  overflow: hidden; */
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
