@charset "UTF-8";
/*!
Theme Name: Base 2022
Theme URI: http://www.spieler-internet.de
Version: 1.1
Author: SPIELER Internetdienste
Author URI: http://www.spieler-internet.de
Description: Wordpress-Theme – Base 2022.
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa-45 {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-45-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-45-2x {
  font-size: 2em;
}
.fa-45-3x {
  font-size: 3em;
}
.fa-45-4x {
  font-size: 4em;
}
.fa-45-5x {
  font-size: 5em;
}
.fa-45-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-45-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-45-ul > li {
  position: relative;
}
.fa-45-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-45-li.fa-45-lg {
  left: -1.85714286em;
}
.fa-45-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-45-pull-left {
  float: left;
}
.fa-45-pull-right {
  float: right;
}
.fa-45.fa-45-pull-left {
  margin-right: 0.3em;
}
.fa-45.fa-45-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa-45.pull-left {
  margin-right: 0.3em;
}
.fa-45.pull-right {
  margin-left: 0.3em;
}
.fa-45-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-45-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-45-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-45-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-45-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-45-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-45-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-45-rotate-90,
:root .fa-45-rotate-180,
:root .fa-45-rotate-270,
:root .fa-45-flip-horizontal,
:root .fa-45-flip-vertical {
  filter: none;
}
.fa-45-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-45-stack-1x,
.fa-45-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-45-stack-1x {
  line-height: inherit;
}
.fa-45-stack-2x {
  font-size: 2em;
}
.fa-45-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-45-glass:before {
  content: "\f000";
}
.fa-45-music:before {
  content: "\f001";
}
.fa-45-search:before {
  content: "\f002";
}
.fa-45-envelope-o:before {
  content: "\f003";
}
.fa-45-heart:before {
  content: "\f004";
}
.fa-45-star:before {
  content: "\f005";
}
.fa-45-star-o:before {
  content: "\f006";
}
.fa-45-user:before {
  content: "\f007";
}
.fa-45-film:before {
  content: "\f008";
}
.fa-45-th-large:before {
  content: "\f009";
}
.fa-45-th:before {
  content: "\f00a";
}
.fa-45-th-list:before {
  content: "\f00b";
}
.fa-45-check:before {
  content: "\f00c";
}
.fa-45-remove:before,
.fa-45-close:before,
.fa-45-times:before {
  content: "\f00d";
}
.fa-45-search-plus:before {
  content: "\f00e";
}
.fa-45-search-minus:before {
  content: "\f010";
}
.fa-45-power-off:before {
  content: "\f011";
}
.fa-45-signal:before {
  content: "\f012";
}
.fa-45-gear:before,
.fa-45-cog:before {
  content: "\f013";
}
.fa-45-trash-o:before {
  content: "\f014";
}
.fa-45-home:before {
  content: "\f015";
}
.fa-45-file-o:before {
  content: "\f016";
}
.fa-45-clock-o:before {
  content: "\f017";
}
.fa-45-road:before {
  content: "\f018";
}
.fa-45-download:before {
  content: "\f019";
}
.fa-45-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-45-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-45-inbox:before {
  content: "\f01c";
}
.fa-45-play-circle-o:before {
  content: "\f01d";
}
.fa-45-rotate-right:before,
.fa-45-repeat:before {
  content: "\f01e";
}
.fa-45-refresh:before {
  content: "\f021";
}
.fa-45-list-alt:before {
  content: "\f022";
}
.fa-45-lock:before {
  content: "\f023";
}
.fa-45-flag:before {
  content: "\f024";
}
.fa-45-headphones:before {
  content: "\f025";
}
.fa-45-volume-off:before {
  content: "\f026";
}
.fa-45-volume-down:before {
  content: "\f027";
}
.fa-45-volume-up:before {
  content: "\f028";
}
.fa-45-qrcode:before {
  content: "\f029";
}
.fa-45-barcode:before {
  content: "\f02a";
}
.fa-45-tag:before {
  content: "\f02b";
}
.fa-45-tags:before {
  content: "\f02c";
}
.fa-45-book:before {
  content: "\f02d";
}
.fa-45-bookmark:before {
  content: "\f02e";
}
.fa-45-print:before {
  content: "\f02f";
}
.fa-45-camera:before {
  content: "\f030";
}
.fa-45-font:before {
  content: "\f031";
}
.fa-45-bold:before {
  content: "\f032";
}
.fa-45-italic:before {
  content: "\f033";
}
.fa-45-text-height:before {
  content: "\f034";
}
.fa-45-text-width:before {
  content: "\f035";
}
.fa-45-align-left:before {
  content: "\f036";
}
.fa-45-align-center:before {
  content: "\f037";
}
.fa-45-align-right:before {
  content: "\f038";
}
.fa-45-align-justify:before {
  content: "\f039";
}
.fa-45-list:before {
  content: "\f03a";
}
.fa-45-dedent:before,
.fa-45-outdent:before {
  content: "\f03b";
}
.fa-45-indent:before {
  content: "\f03c";
}
.fa-45-video-camera:before {
  content: "\f03d";
}
.fa-45-photo:before,
.fa-45-image:before,
.fa-45-picture-o:before {
  content: "\f03e";
}
.fa-45-pencil:before {
  content: "\f040";
}
.fa-45-map-marker:before {
  content: "\f041";
}
.fa-45-adjust:before {
  content: "\f042";
}
.fa-45-tint:before {
  content: "\f043";
}
.fa-45-edit:before,
.fa-45-pencil-square-o:before {
  content: "\f044";
}
.fa-45-share-square-o:before {
  content: "\f045";
}
.fa-45-check-square-o:before {
  content: "\f046";
}
.fa-45-arrows:before {
  content: "\f047";
}
.fa-45-step-backward:before {
  content: "\f048";
}
.fa-45-fast-backward:before {
  content: "\f049";
}
.fa-45-backward:before {
  content: "\f04a";
}
.fa-45-play:before {
  content: "\f04b";
}
.fa-45-pause:before {
  content: "\f04c";
}
.fa-45-stop:before {
  content: "\f04d";
}
.fa-45-forward:before {
  content: "\f04e";
}
.fa-45-fast-forward:before {
  content: "\f050";
}
.fa-45-step-forward:before {
  content: "\f051";
}
.fa-45-eject:before {
  content: "\f052";
}
.fa-45-chevron-left:before {
  content: "\f053";
}
.fa-45-chevron-right:before {
  content: "\f054";
}
.fa-45-plus-circle:before {
  content: "\f055";
}
.fa-45-minus-circle:before {
  content: "\f056";
}
.fa-45-times-circle:before {
  content: "\f057";
}
.fa-45-check-circle:before {
  content: "\f058";
}
.fa-45-question-circle:before {
  content: "\f059";
}
.fa-45-info-circle:before {
  content: "\f05a";
}
.fa-45-crosshairs:before {
  content: "\f05b";
}
.fa-45-times-circle-o:before {
  content: "\f05c";
}
.fa-45-check-circle-o:before {
  content: "\f05d";
}
.fa-45-ban:before {
  content: "\f05e";
}
.fa-45-arrow-left:before {
  content: "\f060";
}
.fa-45-arrow-right:before {
  content: "\f061";
}
.fa-45-arrow-up:before {
  content: "\f062";
}
.fa-45-arrow-down:before {
  content: "\f063";
}
.fa-45-mail-forward:before,
.fa-45-share:before {
  content: "\f064";
}
.fa-45-expand:before {
  content: "\f065";
}
.fa-45-compress:before {
  content: "\f066";
}
.fa-45-plus:before {
  content: "\f067";
}
.fa-45-minus:before {
  content: "\f068";
}
.fa-45-asterisk:before {
  content: "\f069";
}
.fa-45-exclamation-circle:before {
  content: "\f06a";
}
.fa-45-gift:before {
  content: "\f06b";
}
.fa-45-leaf:before {
  content: "\f06c";
}
.fa-45-fire:before {
  content: "\f06d";
}
.fa-45-eye:before {
  content: "\f06e";
}
.fa-45-eye-slash:before {
  content: "\f070";
}
.fa-45-warning:before,
.fa-45-exclamation-triangle:before {
  content: "\f071";
}
.fa-45-plane:before {
  content: "\f072";
}
.fa-45-calendar:before {
  content: "\f073";
}
.fa-45-random:before {
  content: "\f074";
}
.fa-45-comment:before {
  content: "\f075";
}
.fa-45-magnet:before {
  content: "\f076";
}
.fa-45-chevron-up:before {
  content: "\f077";
}
.fa-45-chevron-down:before {
  content: "\f078";
}
.fa-45-retweet:before {
  content: "\f079";
}
.fa-45-shopping-cart:before {
  content: "\f07a";
}
.fa-45-folder:before {
  content: "\f07b";
}
.fa-45-folder-open:before {
  content: "\f07c";
}
.fa-45-arrows-v:before {
  content: "\f07d";
}
.fa-45-arrows-h:before {
  content: "\f07e";
}
.fa-45-bar-chart-o:before,
.fa-45-bar-chart:before {
  content: "\f080";
}
.fa-45-twitter-square:before {
  content: "\f081";
}
.fa-45-facebook-square:before {
  content: "\f082";
}
.fa-45-camera-retro:before {
  content: "\f083";
}
.fa-45-key:before {
  content: "\f084";
}
.fa-45-gears:before,
.fa-45-cogs:before {
  content: "\f085";
}
.fa-45-comments:before {
  content: "\f086";
}
.fa-45-thumbs-o-up:before {
  content: "\f087";
}
.fa-45-thumbs-o-down:before {
  content: "\f088";
}
.fa-45-star-half:before {
  content: "\f089";
}
.fa-45-heart-o:before {
  content: "\f08a";
}
.fa-45-sign-out:before {
  content: "\f08b";
}
.fa-45-linkedin-square:before {
  content: "\f08c";
}
.fa-45-thumb-tack:before {
  content: "\f08d";
}
.fa-45-external-link:before {
  content: "\f08e";
}
.fa-45-sign-in:before {
  content: "\f090";
}
.fa-45-trophy:before {
  content: "\f091";
}
.fa-45-github-square:before {
  content: "\f092";
}
.fa-45-upload:before {
  content: "\f093";
}
.fa-45-lemon-o:before {
  content: "\f094";
}
.fa-45-phone:before {
  content: "\f095";
}
.fa-45-square-o:before {
  content: "\f096";
}
.fa-45-bookmark-o:before {
  content: "\f097";
}
.fa-45-phone-square:before {
  content: "\f098";
}
.fa-45-twitter:before {
  content: "\f099";
}
.fa-45-facebook-f:before,
.fa-45-facebook:before {
  content: "\f09a";
}
.fa-45-github:before {
  content: "\f09b";
}
.fa-45-unlock:before {
  content: "\f09c";
}
.fa-45-credit-card:before {
  content: "\f09d";
}
.fa-45-feed:before,
.fa-45-rss:before {
  content: "\f09e";
}
.fa-45-hdd-o:before {
  content: "\f0a0";
}
.fa-45-bullhorn:before {
  content: "\f0a1";
}
.fa-45-bell:before {
  content: "\f0f3";
}
.fa-45-certificate:before {
  content: "\f0a3";
}
.fa-45-hand-o-right:before {
  content: "\f0a4";
}
.fa-45-hand-o-left:before {
  content: "\f0a5";
}
.fa-45-hand-o-up:before {
  content: "\f0a6";
}
.fa-45-hand-o-down:before {
  content: "\f0a7";
}
.fa-45-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-45-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-45-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-45-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-45-globe:before {
  content: "\f0ac";
}
.fa-45-wrench:before {
  content: "\f0ad";
}
.fa-45-tasks:before {
  content: "\f0ae";
}
.fa-45-filter:before {
  content: "\f0b0";
}
.fa-45-briefcase:before {
  content: "\f0b1";
}
.fa-45-arrows-alt:before {
  content: "\f0b2";
}
.fa-45-group:before,
.fa-45-users:before {
  content: "\f0c0";
}
.fa-45-chain:before,
.fa-45-link:before {
  content: "\f0c1";
}
.fa-45-cloud:before {
  content: "\f0c2";
}
.fa-45-flask:before {
  content: "\f0c3";
}
.fa-45-cut:before,
.fa-45-scissors:before {
  content: "\f0c4";
}
.fa-45-copy:before,
.fa-45-files-o:before {
  content: "\f0c5";
}
.fa-45-paperclip:before {
  content: "\f0c6";
}
.fa-45-save:before,
.fa-45-floppy-o:before {
  content: "\f0c7";
}
.fa-45-square:before {
  content: "\f0c8";
}
.fa-45-navicon:before,
.fa-45-reorder:before,
.fa-45-bars:before {
  content: "\f0c9";
}
.fa-45-list-ul:before {
  content: "\f0ca";
}
.fa-45-list-ol:before {
  content: "\f0cb";
}
.fa-45-strikethrough:before {
  content: "\f0cc";
}
.fa-45-underline:before {
  content: "\f0cd";
}
.fa-45-table:before {
  content: "\f0ce";
}
.fa-45-magic:before {
  content: "\f0d0";
}
.fa-45-truck:before {
  content: "\f0d1";
}
.fa-45-pinterest:before {
  content: "\f0d2";
}
.fa-45-pinterest-square:before {
  content: "\f0d3";
}
.fa-45-google-plus-square:before {
  content: "\f0d4";
}
.fa-45-google-plus:before {
  content: "\f0d5";
}
.fa-45-money:before {
  content: "\f0d6";
}
.fa-45-caret-down:before {
  content: "\f0d7";
}
.fa-45-caret-up:before {
  content: "\f0d8";
}
.fa-45-caret-left:before {
  content: "\f0d9";
}
.fa-45-caret-right:before {
  content: "\f0da";
}
.fa-45-columns:before {
  content: "\f0db";
}
.fa-45-unsorted:before,
.fa-45-sort:before {
  content: "\f0dc";
}
.fa-45-sort-down:before,
.fa-45-sort-desc:before {
  content: "\f0dd";
}
.fa-45-sort-up:before,
.fa-45-sort-asc:before {
  content: "\f0de";
}
.fa-45-envelope:before {
  content: "\f0e0";
}
.fa-45-linkedin:before {
  content: "\f0e1";
}
.fa-45-rotate-left:before,
.fa-45-undo:before {
  content: "\f0e2";
}
.fa-45-legal:before,
.fa-45-gavel:before {
  content: "\f0e3";
}
.fa-45-dashboard:before,
.fa-45-tachometer:before {
  content: "\f0e4";
}
.fa-45-comment-o:before {
  content: "\f0e5";
}
.fa-45-comments-o:before {
  content: "\f0e6";
}
.fa-45-flash:before,
.fa-45-bolt:before {
  content: "\f0e7";
}
.fa-45-sitemap:before {
  content: "\f0e8";
}
.fa-45-umbrella:before {
  content: "\f0e9";
}
.fa-45-paste:before,
.fa-45-clipboard:before {
  content: "\f0ea";
}
.fa-45-lightbulb-o:before {
  content: "\f0eb";
}
.fa-45-exchange:before {
  content: "\f0ec";
}
.fa-45-cloud-download:before {
  content: "\f0ed";
}
.fa-45-cloud-upload:before {
  content: "\f0ee";
}
.fa-45-user-md:before {
  content: "\f0f0";
}
.fa-45-stethoscope:before {
  content: "\f0f1";
}
.fa-45-suitcase:before {
  content: "\f0f2";
}
.fa-45-bell-o:before {
  content: "\f0a2";
}
.fa-45-coffee:before {
  content: "\f0f4";
}
.fa-45-cutlery:before {
  content: "\f0f5";
}
.fa-45-file-text-o:before {
  content: "\f0f6";
}
.fa-45-building-o:before {
  content: "\f0f7";
}
.fa-45-hospital-o:before {
  content: "\f0f8";
}
.fa-45-ambulance:before {
  content: "\f0f9";
}
.fa-45-medkit:before {
  content: "\f0fa";
}
.fa-45-fighter-jet:before {
  content: "\f0fb";
}
.fa-45-beer:before {
  content: "\f0fc";
}
.fa-45-h-square:before {
  content: "\f0fd";
}
.fa-45-plus-square:before {
  content: "\f0fe";
}
.fa-45-angle-double-left:before {
  content: "\f100";
}
.fa-45-angle-double-right:before {
  content: "\f101";
}
.fa-45-angle-double-up:before {
  content: "\f102";
}
.fa-45-angle-double-down:before {
  content: "\f103";
}
.fa-45-angle-left:before {
  content: "\f104";
}
.fa-45-angle-right:before {
  content: "\f105";
}
.fa-45-angle-up:before {
  content: "\f106";
}
.fa-45-angle-down:before {
  content: "\f107";
}
.fa-45-desktop:before {
  content: "\f108";
}
.fa-45-laptop:before {
  content: "\f109";
}
.fa-45-tablet:before {
  content: "\f10a";
}
.fa-45-mobile-phone:before,
.fa-45-mobile:before {
  content: "\f10b";
}
.fa-45-circle-o:before {
  content: "\f10c";
}
.fa-45-quote-left:before {
  content: "\f10d";
}
.fa-45-quote-right:before {
  content: "\f10e";
}
.fa-45-spinner:before {
  content: "\f110";
}
.fa-45-circle:before {
  content: "\f111";
}
.fa-45-mail-reply:before,
.fa-45-reply:before {
  content: "\f112";
}
.fa-45-github-alt:before {
  content: "\f113";
}
.fa-45-folder-o:before {
  content: "\f114";
}
.fa-45-folder-open-o:before {
  content: "\f115";
}
.fa-45-smile-o:before {
  content: "\f118";
}
.fa-45-frown-o:before {
  content: "\f119";
}
.fa-45-meh-o:before {
  content: "\f11a";
}
.fa-45-gamepad:before {
  content: "\f11b";
}
.fa-45-keyboard-o:before {
  content: "\f11c";
}
.fa-45-flag-o:before {
  content: "\f11d";
}
.fa-45-flag-checkered:before {
  content: "\f11e";
}
.fa-45-terminal:before {
  content: "\f120";
}
.fa-45-code:before {
  content: "\f121";
}
.fa-45-mail-reply-all:before,
.fa-45-reply-all:before {
  content: "\f122";
}
.fa-45-star-half-empty:before,
.fa-45-star-half-full:before,
.fa-45-star-half-o:before {
  content: "\f123";
}
.fa-45-location-arrow:before {
  content: "\f124";
}
.fa-45-crop:before {
  content: "\f125";
}
.fa-45-code-fork:before {
  content: "\f126";
}
.fa-45-unlink:before,
.fa-45-chain-broken:before {
  content: "\f127";
}
.fa-45-question:before {
  content: "\f128";
}
.fa-45-info:before {
  content: "\f129";
}
.fa-45-exclamation:before {
  content: "\f12a";
}
.fa-45-superscript:before {
  content: "\f12b";
}
.fa-45-subscript:before {
  content: "\f12c";
}
.fa-45-eraser:before {
  content: "\f12d";
}
.fa-45-puzzle-piece:before {
  content: "\f12e";
}
.fa-45-microphone:before {
  content: "\f130";
}
.fa-45-microphone-slash:before {
  content: "\f131";
}
.fa-45-shield:before {
  content: "\f132";
}
.fa-45-calendar-o:before {
  content: "\f133";
}
.fa-45-fire-extinguisher:before {
  content: "\f134";
}
.fa-45-rocket:before {
  content: "\f135";
}
.fa-45-maxcdn:before {
  content: "\f136";
}
.fa-45-chevron-circle-left:before {
  content: "\f137";
}
.fa-45-chevron-circle-right:before {
  content: "\f138";
}
.fa-45-chevron-circle-up:before {
  content: "\f139";
}
.fa-45-chevron-circle-down:before {
  content: "\f13a";
}
.fa-45-html5:before {
  content: "\f13b";
}
.fa-45-css3:before {
  content: "\f13c";
}
.fa-45-anchor:before {
  content: "\f13d";
}
.fa-45-unlock-alt:before {
  content: "\f13e";
}
.fa-45-bullseye:before {
  content: "\f140";
}
.fa-45-ellipsis-h:before {
  content: "\f141";
}
.fa-45-ellipsis-v:before {
  content: "\f142";
}
.fa-45-rss-square:before {
  content: "\f143";
}
.fa-45-play-circle:before {
  content: "\f144";
}
.fa-45-ticket:before {
  content: "\f145";
}
.fa-45-minus-square:before {
  content: "\f146";
}
.fa-45-minus-square-o:before {
  content: "\f147";
}
.fa-45-level-up:before {
  content: "\f148";
}
.fa-45-level-down:before {
  content: "\f149";
}
.fa-45-check-square:before {
  content: "\f14a";
}
.fa-45-pencil-square:before {
  content: "\f14b";
}
.fa-45-external-link-square:before {
  content: "\f14c";
}
.fa-45-share-square:before {
  content: "\f14d";
}
.fa-45-compass:before {
  content: "\f14e";
}
.fa-45-toggle-down:before,
.fa-45-caret-square-o-down:before {
  content: "\f150";
}
.fa-45-toggle-up:before,
.fa-45-caret-square-o-up:before {
  content: "\f151";
}
.fa-45-toggle-right:before,
.fa-45-caret-square-o-right:before {
  content: "\f152";
}
.fa-45-euro:before,
.fa-45-eur:before {
  content: "\f153";
}
.fa-45-gbp:before {
  content: "\f154";
}
.fa-45-dollar:before,
.fa-45-usd:before {
  content: "\f155";
}
.fa-45-rupee:before,
.fa-45-inr:before {
  content: "\f156";
}
.fa-45-cny:before,
.fa-45-rmb:before,
.fa-45-yen:before,
.fa-45-jpy:before {
  content: "\f157";
}
.fa-45-ruble:before,
.fa-45-rouble:before,
.fa-45-rub:before {
  content: "\f158";
}
.fa-45-won:before,
.fa-45-krw:before {
  content: "\f159";
}
.fa-45-bitcoin:before,
.fa-45-btc:before {
  content: "\f15a";
}
.fa-45-file:before {
  content: "\f15b";
}
.fa-45-file-text:before {
  content: "\f15c";
}
.fa-45-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-45-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-45-sort-amount-asc:before {
  content: "\f160";
}
.fa-45-sort-amount-desc:before {
  content: "\f161";
}
.fa-45-sort-numeric-asc:before {
  content: "\f162";
}
.fa-45-sort-numeric-desc:before {
  content: "\f163";
}
.fa-45-thumbs-up:before {
  content: "\f164";
}
.fa-45-thumbs-down:before {
  content: "\f165";
}
.fa-45-youtube-square:before {
  content: "\f166";
}
.fa-45-youtube:before {
  content: "\f167";
}
.fa-45-xing:before {
  content: "\f168";
}
.fa-45-xing-square:before {
  content: "\f169";
}
.fa-45-youtube-play:before {
  content: "\f16a";
}
.fa-45-dropbox:before {
  content: "\f16b";
}
.fa-45-stack-overflow:before {
  content: "\f16c";
}
.fa-45-instagram:before {
  content: "\f16d";
}
.fa-45-flickr:before {
  content: "\f16e";
}
.fa-45-adn:before {
  content: "\f170";
}
.fa-45-bitbucket:before {
  content: "\f171";
}
.fa-45-bitbucket-square:before {
  content: "\f172";
}
.fa-45-tumblr:before {
  content: "\f173";
}
.fa-45-tumblr-square:before {
  content: "\f174";
}
.fa-45-long-arrow-down:before {
  content: "\f175";
}
.fa-45-long-arrow-up:before {
  content: "\f176";
}
.fa-45-long-arrow-left:before {
  content: "\f177";
}
.fa-45-long-arrow-right:before {
  content: "\f178";
}
.fa-45-apple:before {
  content: "\f179";
}
.fa-45-windows:before {
  content: "\f17a";
}
.fa-45-android:before {
  content: "\f17b";
}
.fa-45-linux:before {
  content: "\f17c";
}
.fa-45-dribbble:before {
  content: "\f17d";
}
.fa-45-skype:before {
  content: "\f17e";
}
.fa-45-foursquare:before {
  content: "\f180";
}
.fa-45-trello:before {
  content: "\f181";
}
.fa-45-female:before {
  content: "\f182";
}
.fa-45-male:before {
  content: "\f183";
}
.fa-45-gittip:before,
.fa-45-gratipay:before {
  content: "\f184";
}
.fa-45-sun-o:before {
  content: "\f185";
}
.fa-45-moon-o:before {
  content: "\f186";
}
.fa-45-archive:before {
  content: "\f187";
}
.fa-45-bug:before {
  content: "\f188";
}
.fa-45-vk:before {
  content: "\f189";
}
.fa-45-weibo:before {
  content: "\f18a";
}
.fa-45-renren:before {
  content: "\f18b";
}
.fa-45-pagelines:before {
  content: "\f18c";
}
.fa-45-stack-exchange:before {
  content: "\f18d";
}
.fa-45-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-45-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-45-toggle-left:before,
.fa-45-caret-square-o-left:before {
  content: "\f191";
}
.fa-45-dot-circle-o:before {
  content: "\f192";
}
.fa-45-wheelchair:before {
  content: "\f193";
}
.fa-45-vimeo-square:before {
  content: "\f194";
}
.fa-45-turkish-lira:before,
.fa-45-try:before {
  content: "\f195";
}
.fa-45-plus-square-o:before {
  content: "\f196";
}
.fa-45-space-shuttle:before {
  content: "\f197";
}
.fa-45-slack:before {
  content: "\f198";
}
.fa-45-envelope-square:before {
  content: "\f199";
}
.fa-45-wordpress:before {
  content: "\f19a";
}
.fa-45-openid:before {
  content: "\f19b";
}
.fa-45-institution:before,
.fa-45-bank:before,
.fa-45-university:before {
  content: "\f19c";
}
.fa-45-mortar-board:before,
.fa-45-graduation-cap:before {
  content: "\f19d";
}
.fa-45-yahoo:before {
  content: "\f19e";
}
.fa-45-google:before {
  content: "\f1a0";
}
.fa-45-reddit:before {
  content: "\f1a1";
}
.fa-45-reddit-square:before {
  content: "\f1a2";
}
.fa-45-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-45-stumbleupon:before {
  content: "\f1a4";
}
.fa-45-delicious:before {
  content: "\f1a5";
}
.fa-45-digg:before {
  content: "\f1a6";
}
.fa-45-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-45-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-45-drupal:before {
  content: "\f1a9";
}
.fa-45-joomla:before {
  content: "\f1aa";
}
.fa-45-language:before {
  content: "\f1ab";
}
.fa-45-fax:before {
  content: "\f1ac";
}
.fa-45-building:before {
  content: "\f1ad";
}
.fa-45-child:before {
  content: "\f1ae";
}
.fa-45-paw:before {
  content: "\f1b0";
}
.fa-45-spoon:before {
  content: "\f1b1";
}
.fa-45-cube:before {
  content: "\f1b2";
}
.fa-45-cubes:before {
  content: "\f1b3";
}
.fa-45-behance:before {
  content: "\f1b4";
}
.fa-45-behance-square:before {
  content: "\f1b5";
}
.fa-45-steam:before {
  content: "\f1b6";
}
.fa-45-steam-square:before {
  content: "\f1b7";
}
.fa-45-recycle:before {
  content: "\f1b8";
}
.fa-45-automobile:before,
.fa-45-car:before {
  content: "\f1b9";
}
.fa-45-cab:before,
.fa-45-taxi:before {
  content: "\f1ba";
}
.fa-45-tree:before {
  content: "\f1bb";
}
.fa-45-spotify:before {
  content: "\f1bc";
}
.fa-45-deviantart:before {
  content: "\f1bd";
}
.fa-45-soundcloud:before {
  content: "\f1be";
}
.fa-45-database:before {
  content: "\f1c0";
}
.fa-45-file-pdf-o:before {
  content: "\f1c1";
}
.fa-45-file-word-o:before {
  content: "\f1c2";
}
.fa-45-file-excel-o:before {
  content: "\f1c3";
}
.fa-45-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-45-file-photo-o:before,
.fa-45-file-picture-o:before,
.fa-45-file-image-o:before {
  content: "\f1c5";
}
.fa-45-file-zip-o:before,
.fa-45-file-archive-o:before {
  content: "\f1c6";
}
.fa-45-file-sound-o:before,
.fa-45-file-audio-o:before {
  content: "\f1c7";
}
.fa-45-file-movie-o:before,
.fa-45-file-video-o:before {
  content: "\f1c8";
}
.fa-45-file-code-o:before {
  content: "\f1c9";
}
.fa-45-vine:before {
  content: "\f1ca";
}
.fa-45-codepen:before {
  content: "\f1cb";
}
.fa-45-jsfiddle:before {
  content: "\f1cc";
}
.fa-45-life-bouy:before,
.fa-45-life-buoy:before,
.fa-45-life-saver:before,
.fa-45-support:before,
.fa-45-life-ring:before {
  content: "\f1cd";
}
.fa-45-circle-o-notch:before {
  content: "\f1ce";
}
.fa-45-ra:before,
.fa-45-resistance:before,
.fa-45-rebel:before {
  content: "\f1d0";
}
.fa-45-ge:before,
.fa-45-empire:before {
  content: "\f1d1";
}
.fa-45-git-square:before {
  content: "\f1d2";
}
.fa-45-git:before {
  content: "\f1d3";
}
.fa-45-y-combinator-square:before,
.fa-45-yc-square:before,
.fa-45-hacker-news:before {
  content: "\f1d4";
}
.fa-45-tencent-weibo:before {
  content: "\f1d5";
}
.fa-45-qq:before {
  content: "\f1d6";
}
.fa-45-wechat:before,
.fa-45-weixin:before {
  content: "\f1d7";
}
.fa-45-send:before,
.fa-45-paper-plane:before {
  content: "\f1d8";
}
.fa-45-send-o:before,
.fa-45-paper-plane-o:before {
  content: "\f1d9";
}
.fa-45-history:before {
  content: "\f1da";
}
.fa-45-circle-thin:before {
  content: "\f1db";
}
.fa-45-header:before {
  content: "\f1dc";
}
.fa-45-paragraph:before {
  content: "\f1dd";
}
.fa-45-sliders:before {
  content: "\f1de";
}
.fa-45-share-alt:before {
  content: "\f1e0";
}
.fa-45-share-alt-square:before {
  content: "\f1e1";
}
.fa-45-bomb:before {
  content: "\f1e2";
}
.fa-45-soccer-ball-o:before,
.fa-45-futbol-o:before {
  content: "\f1e3";
}
.fa-45-tty:before {
  content: "\f1e4";
}
.fa-45-binoculars:before {
  content: "\f1e5";
}
.fa-45-plug:before {
  content: "\f1e6";
}
.fa-45-slideshare:before {
  content: "\f1e7";
}
.fa-45-twitch:before {
  content: "\f1e8";
}
.fa-45-yelp:before {
  content: "\f1e9";
}
.fa-45-newspaper-o:before {
  content: "\f1ea";
}
.fa-45-wifi:before {
  content: "\f1eb";
}
.fa-45-calculator:before {
  content: "\f1ec";
}
.fa-45-paypal:before {
  content: "\f1ed";
}
.fa-45-google-wallet:before {
  content: "\f1ee";
}
.fa-45-cc-visa:before {
  content: "\f1f0";
}
.fa-45-cc-mastercard:before {
  content: "\f1f1";
}
.fa-45-cc-discover:before {
  content: "\f1f2";
}
.fa-45-cc-amex:before {
  content: "\f1f3";
}
.fa-45-cc-paypal:before {
  content: "\f1f4";
}
.fa-45-cc-stripe:before {
  content: "\f1f5";
}
.fa-45-bell-slash:before {
  content: "\f1f6";
}
.fa-45-bell-slash-o:before {
  content: "\f1f7";
}
.fa-45-trash:before {
  content: "\f1f8";
}
.fa-45-copyright:before {
  content: "\f1f9";
}
.fa-45-at:before {
  content: "\f1fa";
}
.fa-45-eyedropper:before {
  content: "\f1fb";
}
.fa-45-paint-brush:before {
  content: "\f1fc";
}
.fa-45-birthday-cake:before {
  content: "\f1fd";
}
.fa-45-area-chart:before {
  content: "\f1fe";
}
.fa-45-pie-chart:before {
  content: "\f200";
}
.fa-45-line-chart:before {
  content: "\f201";
}
.fa-45-lastfm:before {
  content: "\f202";
}
.fa-45-lastfm-square:before {
  content: "\f203";
}
.fa-45-toggle-off:before {
  content: "\f204";
}
.fa-45-toggle-on:before {
  content: "\f205";
}
.fa-45-bicycle:before {
  content: "\f206";
}
.fa-45-bus:before {
  content: "\f207";
}
.fa-45-ioxhost:before {
  content: "\f208";
}
.fa-45-angellist:before {
  content: "\f209";
}
.fa-45-cc:before {
  content: "\f20a";
}
.fa-45-shekel:before,
.fa-45-sheqel:before,
.fa-45-ils:before {
  content: "\f20b";
}
.fa-45-meanpath:before {
  content: "\f20c";
}
.fa-45-buysellads:before {
  content: "\f20d";
}
.fa-45-connectdevelop:before {
  content: "\f20e";
}
.fa-45-dashcube:before {
  content: "\f210";
}
.fa-45-forumbee:before {
  content: "\f211";
}
.fa-45-leanpub:before {
  content: "\f212";
}
.fa-45-sellsy:before {
  content: "\f213";
}
.fa-45-shirtsinbulk:before {
  content: "\f214";
}
.fa-45-simplybuilt:before {
  content: "\f215";
}
.fa-45-skyatlas:before {
  content: "\f216";
}
.fa-45-cart-plus:before {
  content: "\f217";
}
.fa-45-cart-arrow-down:before {
  content: "\f218";
}
.fa-45-diamond:before {
  content: "\f219";
}
.fa-45-ship:before {
  content: "\f21a";
}
.fa-45-user-secret:before {
  content: "\f21b";
}
.fa-45-motorcycle:before {
  content: "\f21c";
}
.fa-45-street-view:before {
  content: "\f21d";
}
.fa-45-heartbeat:before {
  content: "\f21e";
}
.fa-45-venus:before {
  content: "\f221";
}
.fa-45-mars:before {
  content: "\f222";
}
.fa-45-mercury:before {
  content: "\f223";
}
.fa-45-intersex:before,
.fa-45-transgender:before {
  content: "\f224";
}
.fa-45-transgender-alt:before {
  content: "\f225";
}
.fa-45-venus-double:before {
  content: "\f226";
}
.fa-45-mars-double:before {
  content: "\f227";
}
.fa-45-venus-mars:before {
  content: "\f228";
}
.fa-45-mars-stroke:before {
  content: "\f229";
}
.fa-45-mars-stroke-v:before {
  content: "\f22a";
}
.fa-45-mars-stroke-h:before {
  content: "\f22b";
}
.fa-45-neuter:before {
  content: "\f22c";
}
.fa-45-genderless:before {
  content: "\f22d";
}
.fa-45-facebook-official:before {
  content: "\f230";
}
.fa-45-pinterest-p:before {
  content: "\f231";
}
.fa-45-whatsapp:before {
  content: "\f232";
}
.fa-45-server:before {
  content: "\f233";
}
.fa-45-user-plus:before {
  content: "\f234";
}
.fa-45-user-times:before {
  content: "\f235";
}
.fa-45-hotel:before,
.fa-45-bed:before {
  content: "\f236";
}
.fa-45-viacoin:before {
  content: "\f237";
}
.fa-45-train:before {
  content: "\f238";
}
.fa-45-subway:before {
  content: "\f239";
}
.fa-45-medium:before {
  content: "\f23a";
}
.fa-45-yc:before,
.fa-45-y-combinator:before {
  content: "\f23b";
}
.fa-45-optin-monster:before {
  content: "\f23c";
}
.fa-45-opencart:before {
  content: "\f23d";
}
.fa-45-expeditedssl:before {
  content: "\f23e";
}
.fa-45-battery-4:before,
.fa-45-battery:before,
.fa-45-battery-full:before {
  content: "\f240";
}
.fa-45-battery-3:before,
.fa-45-battery-three-quarters:before {
  content: "\f241";
}
.fa-45-battery-2:before,
.fa-45-battery-half:before {
  content: "\f242";
}
.fa-45-battery-1:before,
.fa-45-battery-quarter:before {
  content: "\f243";
}
.fa-45-battery-0:before,
.fa-45-battery-empty:before {
  content: "\f244";
}
.fa-45-mouse-pointer:before {
  content: "\f245";
}
.fa-45-i-cursor:before {
  content: "\f246";
}
.fa-45-object-group:before {
  content: "\f247";
}
.fa-45-object-ungroup:before {
  content: "\f248";
}
.fa-45-sticky-note:before {
  content: "\f249";
}
.fa-45-sticky-note-o:before {
  content: "\f24a";
}
.fa-45-cc-jcb:before {
  content: "\f24b";
}
.fa-45-cc-diners-club:before {
  content: "\f24c";
}
.fa-45-clone:before {
  content: "\f24d";
}
.fa-45-balance-scale:before {
  content: "\f24e";
}
.fa-45-hourglass-o:before {
  content: "\f250";
}
.fa-45-hourglass-1:before,
.fa-45-hourglass-start:before {
  content: "\f251";
}
.fa-45-hourglass-2:before,
.fa-45-hourglass-half:before {
  content: "\f252";
}
.fa-45-hourglass-3:before,
.fa-45-hourglass-end:before {
  content: "\f253";
}
.fa-45-hourglass:before {
  content: "\f254";
}
.fa-45-hand-grab-o:before,
.fa-45-hand-rock-o:before {
  content: "\f255";
}
.fa-45-hand-stop-o:before,
.fa-45-hand-paper-o:before {
  content: "\f256";
}
.fa-45-hand-scissors-o:before {
  content: "\f257";
}
.fa-45-hand-lizard-o:before {
  content: "\f258";
}
.fa-45-hand-spock-o:before {
  content: "\f259";
}
.fa-45-hand-pointer-o:before {
  content: "\f25a";
}
.fa-45-hand-peace-o:before {
  content: "\f25b";
}
.fa-45-trademark:before {
  content: "\f25c";
}
.fa-45-registered:before {
  content: "\f25d";
}
.fa-45-creative-commons:before {
  content: "\f25e";
}
.fa-45-gg:before {
  content: "\f260";
}
.fa-45-gg-circle:before {
  content: "\f261";
}
.fa-45-tripadvisor:before {
  content: "\f262";
}
.fa-45-odnoklassniki:before {
  content: "\f263";
}
.fa-45-odnoklassniki-square:before {
  content: "\f264";
}
.fa-45-get-pocket:before {
  content: "\f265";
}
.fa-45-wikipedia-w:before {
  content: "\f266";
}
.fa-45-safari:before {
  content: "\f267";
}
.fa-45-chrome:before {
  content: "\f268";
}
.fa-45-firefox:before {
  content: "\f269";
}
.fa-45-opera:before {
  content: "\f26a";
}
.fa-45-internet-explorer:before {
  content: "\f26b";
}
.fa-45-tv:before,
.fa-45-television:before {
  content: "\f26c";
}
.fa-45-contao:before {
  content: "\f26d";
}
.fa-45-500px:before {
  content: "\f26e";
}
.fa-45-amazon:before {
  content: "\f270";
}
.fa-45-calendar-plus-o:before {
  content: "\f271";
}
.fa-45-calendar-minus-o:before {
  content: "\f272";
}
.fa-45-calendar-times-o:before {
  content: "\f273";
}
.fa-45-calendar-check-o:before {
  content: "\f274";
}
.fa-45-industry:before {
  content: "\f275";
}
.fa-45-map-pin:before {
  content: "\f276";
}
.fa-45-map-signs:before {
  content: "\f277";
}
.fa-45-map-o:before {
  content: "\f278";
}
.fa-45-map:before {
  content: "\f279";
}
.fa-45-commenting:before {
  content: "\f27a";
}
.fa-45-commenting-o:before {
  content: "\f27b";
}
.fa-45-houzz:before {
  content: "\f27c";
}
.fa-45-vimeo:before {
  content: "\f27d";
}
.fa-45-black-tie:before {
  content: "\f27e";
}
.fa-45-fonticons:before {
  content: "\f280";
}
.fa-45-reddit-alien:before {
  content: "\f281";
}
.fa-45-edge:before {
  content: "\f282";
}
.fa-45-credit-card-alt:before {
  content: "\f283";
}
.fa-45-codiepie:before {
  content: "\f284";
}
.fa-45-modx:before {
  content: "\f285";
}
.fa-45-fort-awesome:before {
  content: "\f286";
}
.fa-45-usb:before {
  content: "\f287";
}
.fa-45-product-hunt:before {
  content: "\f288";
}
.fa-45-mixcloud:before {
  content: "\f289";
}
.fa-45-scribd:before {
  content: "\f28a";
}
.fa-45-pause-circle:before {
  content: "\f28b";
}
.fa-45-pause-circle-o:before {
  content: "\f28c";
}
.fa-45-stop-circle:before {
  content: "\f28d";
}
.fa-45-stop-circle-o:before {
  content: "\f28e";
}
.fa-45-shopping-bag:before {
  content: "\f290";
}
.fa-45-shopping-basket:before {
  content: "\f291";
}
.fa-45-hashtag:before {
  content: "\f292";
}
.fa-45-bluetooth:before {
  content: "\f293";
}
.fa-45-bluetooth-b:before {
  content: "\f294";
}
.fa-45-percent:before {
  content: "\f295";
}
.fa-45-gitlab:before {
  content: "\f296";
}
.fa-45-wpbeginner:before {
  content: "\f297";
}
.fa-45-wpforms:before {
  content: "\f298";
}
.fa-45-envira:before {
  content: "\f299";
}
.fa-45-universal-access:before {
  content: "\f29a";
}
.fa-45-wheelchair-alt:before {
  content: "\f29b";
}
.fa-45-question-circle-o:before {
  content: "\f29c";
}
.fa-45-blind:before {
  content: "\f29d";
}
.fa-45-audio-description:before {
  content: "\f29e";
}
.fa-45-volume-control-phone:before {
  content: "\f2a0";
}
.fa-45-braille:before {
  content: "\f2a1";
}
.fa-45-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-45-asl-interpreting:before,
.fa-45-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-45-deafness:before,
.fa-45-hard-of-hearing:before,
.fa-45-deaf:before {
  content: "\f2a4";
}
.fa-45-glide:before {
  content: "\f2a5";
}
.fa-45-glide-g:before {
  content: "\f2a6";
}
.fa-45-signing:before,
.fa-45-sign-language:before {
  content: "\f2a7";
}
.fa-45-low-vision:before {
  content: "\f2a8";
}
.fa-45-viadeo:before {
  content: "\f2a9";
}
.fa-45-viadeo-square:before {
  content: "\f2aa";
}
.fa-45-snapchat:before {
  content: "\f2ab";
}
.fa-45-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-45-snapchat-square:before {
  content: "\f2ad";
}
.fa-45-pied-piper:before {
  content: "\f2ae";
}
.fa-45-first-order:before {
  content: "\f2b0";
}
.fa-45-yoast:before {
  content: "\f2b1";
}
.fa-45-themeisle:before {
  content: "\f2b2";
}
.fa-45-google-plus-circle:before,
.fa-45-google-plus-official:before {
  content: "\f2b3";
}
.fa-45-fa:before,
.fa-45-font-awesome:before {
  content: "\f2b4";
}
.fa-45-handshake-o:before {
  content: "\f2b5";
}
.fa-45-envelope-open:before {
  content: "\f2b6";
}
.fa-45-envelope-open-o:before {
  content: "\f2b7";
}
.fa-45-linode:before {
  content: "\f2b8";
}
.fa-45-address-book:before {
  content: "\f2b9";
}
.fa-45-address-book-o:before {
  content: "\f2ba";
}
.fa-45-vcard:before,
.fa-45-address-card:before {
  content: "\f2bb";
}
.fa-45-vcard-o:before,
.fa-45-address-card-o:before {
  content: "\f2bc";
}
.fa-45-user-circle:before {
  content: "\f2bd";
}
.fa-45-user-circle-o:before {
  content: "\f2be";
}
.fa-45-user-o:before {
  content: "\f2c0";
}
.fa-45-id-badge:before {
  content: "\f2c1";
}
.fa-45-drivers-license:before,
.fa-45-id-card:before {
  content: "\f2c2";
}
.fa-45-drivers-license-o:before,
.fa-45-id-card-o:before {
  content: "\f2c3";
}
.fa-45-quora:before {
  content: "\f2c4";
}
.fa-45-free-code-camp:before {
  content: "\f2c5";
}
.fa-45-telegram:before {
  content: "\f2c6";
}
.fa-45-thermometer-4:before,
.fa-45-thermometer:before,
.fa-45-thermometer-full:before {
  content: "\f2c7";
}
.fa-45-thermometer-3:before,
.fa-45-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-45-thermometer-2:before,
.fa-45-thermometer-half:before {
  content: "\f2c9";
}
.fa-45-thermometer-1:before,
.fa-45-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-45-thermometer-0:before,
.fa-45-thermometer-empty:before {
  content: "\f2cb";
}
.fa-45-shower:before {
  content: "\f2cc";
}
.fa-45-bathtub:before,
.fa-45-s15:before,
.fa-45-bath:before {
  content: "\f2cd";
}
.fa-45-podcast:before {
  content: "\f2ce";
}
.fa-45-window-maximize:before {
  content: "\f2d0";
}
.fa-45-window-minimize:before {
  content: "\f2d1";
}
.fa-45-window-restore:before {
  content: "\f2d2";
}
.fa-45-times-rectangle:before,
.fa-45-window-close:before {
  content: "\f2d3";
}
.fa-45-times-rectangle-o:before,
.fa-45-window-close-o:before {
  content: "\f2d4";
}
.fa-45-bandcamp:before {
  content: "\f2d5";
}
.fa-45-grav:before {
  content: "\f2d6";
}
.fa-45-etsy:before {
  content: "\f2d7";
}
.fa-45-imdb:before {
  content: "\f2d8";
}
.fa-45-ravelry:before {
  content: "\f2d9";
}
.fa-45-eercast:before {
  content: "\f2da";
}
.fa-45-microchip:before {
  content: "\f2db";
}
.fa-45-snowflake-o:before {
  content: "\f2dc";
}
.fa-45-superpowers:before {
  content: "\f2dd";
}
.fa-45-wpexplorer:before {
  content: "\f2de";
}
.fa-45-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out 0.9s ease 0s;
  transition-timing-function: ease-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 6%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 13rem;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 24rem;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.375rem;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 769px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 1.375rem;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  transition: opacity 0.15s linear 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  transition: height 0.35s ease 0.9s ease 0s;
  transition-timing-function: ease-out;
}
/*
@import "dropdowns.less";
@import "button-groups.less";
@import "input-groups.less";
@import "navs.less";
@import "navbar.less";
@import "breadcrumbs.less";
@import "pagination.less";
@import "pager.less";
@import "labels.less";
@import "badges.less";
@import "jumbotron.less";
@import "thumbnails.less";
@import "alerts.less";
@import "progress-bars.less";
@import "media.less";
@import "list-group.less";
@import "panels.less";
@import "responsive-embed.less";
@import "wells.less";
@import "close.less";
*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/*
@import "popovers.less";
@import "modals.less";
@import "carousel.less";
*/
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 768px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.animatedx {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animatedx.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animatedx.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animatedx.fadeInRightBig,
.animatedx.fadeInLeftBig {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animatedx.bounceIn,
.animatedx.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animatedx.flipOutX,
.animatedx.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animatedx.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url("img/photoswipe/default-skin.png") 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url("img/photoswipe/default-skin.svg");
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("img/photoswipe/preloader.gif") 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  display: inline-block;
  margin-top: 0;
  margin-right: 6px;
  float: right;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] span {
  -webkit-appearance: none !important;
  -webkit-backface-visibility: hidden !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative !important;
  cursor: pointer !important;
  border: none !important;
  box-sizing: border-box !important;
  font-size: 1.225rem !important;
  color: #ffffff !important;
  line-height: 48px !important;
  padding: 0 64px !important;
  height: 48px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  text-transform: inherit !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  transition: all 0.9s ease 0s !important;
  transition-timing-function: ease-out !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 0.875rem !important;
  padding: 0 24px !important;
  border-radius: 10px 10px 10px 10px !important;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2) !important;
  border-radius: 32px 32px 32px 32px;
  background: #2a9d8f !important;
  margin: 0 6px;
}
.owl-theme .owl-nav [class*='owl-'] span:hover,
.owl-theme .owl-nav [class*='owl-'] span:focus,
.owl-theme .owl-nav [class*='owl-'] span:active {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #25897d !important;
  transform: translate3d(0, 0, 0) scale(1.05) !important;
}
.owl-theme .owl-nav [class*='owl-'] span .fa-45 {
  line-height: 48px !important;
  font-weight: normal !important;
}
.owl-theme .owl-nav [class*='owl-'] span .fa-45,
.owl-theme .owl-nav [class*='owl-'] span .fa-45.right,
.owl-theme .owl-nav [class*='owl-'] span .fa-45:last-child {
  margin: 0 0 0 6px !important;
}
.owl-theme .owl-nav [class*='owl-'] span .fa-45.left,
.owl-theme .owl-nav [class*='owl-'] span .fa-45:first-child {
  margin: 0 6px 0 0 !important;
}
.owl-theme .owl-nav [class*='owl-'] span.margin-bottom {
  margin-bottom: 32px !important;
}
.owl-theme .owl-nav [class*='owl-'] span .fa-45 {
  line-height: 32px !important;
}
.owl-theme .owl-nav [class*='owl-'] span .fa-45,
.owl-theme .owl-nav [class*='owl-'] span .fa-45.right,
.owl-theme .owl-nav [class*='owl-'] span .fa-45:last-child {
  margin: 0 0 0 6px !important;
}
.owl-theme .owl-nav [class*='owl-'] span .fa-45.left,
.owl-theme .owl-nav [class*='owl-'] span .fa-45:first-child {
  margin: 0 6px 0 0 !important;
}
.owl-theme .owl-nav [class*='owl-'] span:hover {
  background: #25897d !important;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 992px) {
  .owl-theme .owl-nav {
    display: none;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid #2a9d8f;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #25897d;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #2a9d8f;
}
@media (max-width: 992px) {
  .owl-theme .owl-dots {
    text-align: center;
    margin-top: 6px;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: visible;
  margin-bottom: 32px;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.frame-image-dark-top:before {
  background-image: url('img/layout/bogen-07-rot-top.png');
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-top: -30px;
  content: "";
}
@media (max-width: 1024px) {
  .frame-image-dark-top:before {
    background-size: 100% 22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image-dark-top:before {
    background-size: 100% 15px;
  }
}
.frame-image-dark-bottom:after {
  background-image: url('img/layout/bogen-07-rot-bottom.png');
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: -30px;
  content: "";
}
@media (max-width: 1024px) {
  .frame-image-dark-bottom:after {
    background-size: 100% 22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image-dark-bottom:after {
    background-size: 100% 15px;
  }
}
.frame-image-light-top:before {
  background-image: url('img/layout/bogen-07-weiss-top.png');
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-top: -30px;
  content: "";
}
@media (max-width: 1024px) {
  .frame-image-light-top:before {
    background-size: 100% 22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image-light-top:before {
    background-size: 100% 15px;
  }
}
.frame-image-light-bottom:after {
  background-image: url('img/layout/bogen-07-weiss-bottom.png');
  background-repeat: no-repeat;
  background-size: 100% 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: -30px;
  content: "";
}
@media (max-width: 1024px) {
  .frame-image-light-bottom:after {
    background-size: 100% 22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image-light-bottom:after {
    background-size: 100% 15px;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
body {
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
a {
  text-decoration: none;
  color: #2a9d8f;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
a:hover {
  text-decoration: none;
  color: #264653;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  padding: 0;
  margin: 0 0 32px 0;
  color: #264653;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 16px;
  }
}
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  color: #264653 !important;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.875rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.375rem;
}
h5 {
  font-size: 1.225rem;
}
h6 {
  font-size: 1.225rem;
}
ul,
ul li {
  list-style-type: none;
}
p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
p:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  p:not(:last-child) {
    margin-bottom: 16px;
  }
}
b,
strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
}
hr {
  /*
	display:block;
	border:none;
	height:10px;
	background-image: url("@{path-img-layout}/bogen-13-weiss-top.svg");
*/
}
.animatedx {
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.repaint {
  -webkit-transform: scale(1);
}
.max-width {
  margin: 0 auto;
  max-width: 1192px;
}
.clear {
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
.desktop {
  display: block;
}
@media (max-width: 992px) {
  .desktop {
    display: none;
  }
}
.mobile {
  display: none;
}
@media (max-width: 992px) {
  .mobile {
    display: block;
  }
}
.main {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 20;
  transition: opacity 0.2s ease 0s;
  transition-timing-function: ease-out;
}
.main.main-loaded {
  opacity: 1;
}
.main-container {
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.main.main-pushed .main-container {
  opacity: 0.7;
}
.main.main-header-fixed .main-container {
  padding-top: 98px;
}
@media (max-width: 992px) {
  .main-container,
  .main.main-header-fixed .main-container {
    padding-top: 64px;
  }
}
.main-up {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  position: fixed;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  z-index: 15000;
  right: 0;
  padding: 0 12px 0 16px;
  background: #2a9d8f;
  bottom: 128px;
  line-height: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 0.875rem;
  border-radius: 16px 0 0 16px;
  transform: translate3d(0, 0, 0);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.05);
}
@media (min-width: 993px) {
  .main-up {
    display: none;
  }
}
.main-up .fa-45 {
  margin-right: 6px;
}
.main-up.main-up-disabled,
.main-up.main-up-pushed {
  box-shadow: none;
  transform: translate3d(100%, 0, 0);
}
.main.main-pushed .main-up {
  box-shadow: none;
  transform: translate3d(100%, 0, 0);
}
.main-footer-menu {
  opacity: 0;
  display: none;
  position: fixed;
  cursor: pointer;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(42, 157, 143, 0.95);
  z-index: 15000;
}
@media (max-width: 992px) {
  .main-footer-menu {
    opacity: 1;
    display: block;
  }
}
.main-footer-menu-cell {
  display: inline-block;
  width: 20%;
  float: left;
  padding: 6px 6px 12px 6px;
  text-align: center;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.main-footer-menu-cell:active {
  background: #25897d;
  color: #46cebd;
}
.main-footer-menu-cell a {
  width: 100%;
  height: 100%;
  background: #25897d !important;
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  margin: auto;
  position: inherit;
}
.main-footer-menu-cell a:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.main-footer-menu-cell-text {
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #fefefe;
  width: 100%;
}
.header {
  position: relative;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 2000 !important;
  height: 128px;
  background-size: 100% 100%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (max-width: 1160px) {
  .header {
    display: none;
  }
}
.header-wrapper {
  background: url("img/layout/header-background.png") left top repeat-x #ffffff;
  background-size: auto 250%;
  background-position-y: 17px;
  -webkit-box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  -moz-box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.header .header-top {
  background: #2a9d8f;
  padding: 6px;
  height: 32px;
  text-align: center;
  font-size: 0.875rem;
}
.header .header-top,
.header .header-top a {
  color: #ffffff;
}
.header-logo {
  display: block;
  position: absolute;
  -webkit-backface-visibility: hidden;
  left: 16px;
  top: 49px;
  height: 54px;
  z-index: 1000;
  width: 234px;
  background: url("img/layout/logo.png") left center no-repeat transparent;
  background-size: 100% auto;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .header-logo {
    background-image: url("img/layout/logo-retina.png");
  }
}
.header-menu {
  float: right;
  white-space: nowrap;
  margin: 52px 0 26.66666667px 0;
  background: #E0EEC6;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.header.header-fixed {
  position: fixed;
}
.header.header-slim {
  height: 105.6px;
}
.header.header-slim .header-menu {
  margin: 20px 0;
}
.header.header-slim .header-logo {
  top: 18.5px;
}
.header.header-slim .header-wrapper {
  background-size: auto 150%;
  background-position-y: 6px;
}
.header.header-slim .header-logo {
  width: 134.55px;
}
.header .frame-image {
  bottom: 1px !important;
}
.pagetitle {
  position: relative;
  background: #264653;
  padding: 0 0 16px 0;
}
.slideshow-big .pagetitle,
.slideshow-start .pagetitle {
  background: transparent;
}
@media (max-width: 513px) {
  .pagetitle {
    padding-bottom: 6px;
  }
}
.pagetitle-text {
  display: block;
  text-align: left;
  margin: 78px 0 0 0;
  padding: 0;
  font-size: 3.875rem;
  color: #ffffff;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
}
@media (max-width: 992px) {
  .pagetitle-text {
    margin: 0 0 0 0;
    font-size: 2.375rem;
    text-align: center;
  }
}
.slideshow-big .pagetitle-text,
.slideshow-start .pagetitle-text {
  padding: 6px 12px;
  font-size: 3rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 993px) {
  .slideshow-big .pagetitle-text,
  .slideshow-start .pagetitle-text {
    padding: 6px 0 6px 0;
    font-size: 5.225rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 513px) {
  .slideshow-big .pagetitle-text,
  .slideshow-start .pagetitle-text {
    padding: 0;
    font-size: 2.375rem;
  }
}
.pagetitle #eventdate {
  position: relative;
  vertical-align: middle;
  display: block;
  font-weight: normal;
  margin: 0 0 12px 0;
  height: 24px;
  line-height: 1.75rem;
  font-size: 1.225rem;
  color: #ffffff;
  text-align: left;
}
.pagetitle #eventdate:empty {
  display: none;
}
.breadcrumb {
  text-align: left;
  background: #264653;
  padding: 0 0 48px 0;
  position: relative;
}
.slideshow-big .breadcrumb,
.slideshow-start .breadcrumb {
  background: transparent;
  display: block;
}
@media (max-width: 992px) {
  .breadcrumb {
    padding-bottom: 48px;
    text-align: center;
  }
}
@media (max-width: 513px) {
  .breadcrumb {
    padding-bottom: 52px;
  }
}
.breadcrumb-path {
  width: auto;
  position: relative;
  font-size: 0;
  color: #ffffff;
  padding-left: 0;
}
@media (min-width: 993px) {
  .slideshow-big .breadcrumb-path,
  .slideshow-start .breadcrumb-path {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 513px) {
  .breadcrumb-path {
    padding-left: 0;
    text-align: center;
  }
}
.breadcrumb-path:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  width: 1.5rem;
  font-size: 1rem;
  content: "\f148";
  font-family: "FontAwesome", sans-serif;
}
@media (min-width: 993px) {
  .slideshow-big .breadcrumb-path:before,
  .slideshow-start .breadcrumb-path:before {
    position: static;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 513px) {
  .breadcrumb-path:before {
    display: none;
  }
}
.breadcrumb-path a,
.breadcrumb-path i {
  display: inline-block;
  font-size: 1rem;
}
@media (max-width: 513px) {
  .breadcrumb-path a,
  .breadcrumb-path i {
    font-size: 0.875rem;
  }
}
.breadcrumb-path a:not(:last-child),
.breadcrumb-path i:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 513px) {
  .breadcrumb-path a:not(:last-child),
  .breadcrumb-path i:not(:last-child) {
    margin-right: 6px;
  }
}
.breadcrumb-path a {
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.breadcrumb-path a:hover,
.breadcrumb-path a:active {
  color: rgba(255, 255, 255, 0.6);
}
.content {
  padding: 64px 0;
  background: #fefefe;
}
.content.content-wide {
  padding: 0 !important;
}
.content.content-start {
  background: #fefefe;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  padding: 0;
  margin-bottom: -64px;
}
@media (max-width: 767px) {
  .content.content-start {
    padding-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .content {
    padding: 32px 0 0 0;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 32px 0 0 0;
  }
}
.content-article {
  display: block;
  text-align: left;
  font-weight: 500;
  color: #333;
  font-size: 1rem;
  margin-bottom: 32px;
}
.content-article blockquote {
  background: #E0EEC6;
  clear: both;
  border: none;
  display: block;
  font-style: italic;
  font-size: 1rem;
  margin: 0 0 32px 16px;
  padding: 32px;
  color: #333;
  position: relative;
  margin-left: 16px;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .content-article blockquote {
    padding-left: 32px;
  }
}
.content-article blockquote:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #f2f2f2;
  border-radius: 10px 10px 10px 10px;
  transform: translate3d(-50%, 0, 0);
}
.content-article blockquote:after {
  display: block;
  position: absolute;
  text-align: center;
  font-style: normal;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background: #2fb1a1;
  font-size: 0.75rem;
  content: "\f10d";
  transform: translate3d(-50%, 0, 0);
  border-radius: 10px 10px 10px 10px;
  font-family: "FontAwesome", sans-serif;
}
.content-article blockquote:not(:first-child) {
  margin-top: 16px;
}
.content-article blockquote,
.content-article blockquote p {
  text-align: left;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
@media (max-width: 992px) {
  .content-article blockquote {
    margin-bottom: 16px;
  }
}
.content-article > ul,
.content-article > ol {
  list-style-type: none;
  padding: 0 0 0 32px;
  margin: 0 0 32px 16px;
  position: relative;
  margin-left: 16px;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .content-article > ul,
  .content-article > ol {
    padding-left: 32px;
  }
}
.content-article > ul:before,
.content-article > ol:before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #f2f2f2;
  border-radius: 10px 10px 10px 10px;
  transform: translate3d(-50%, 0, 0);
}
.content-article > ul:after,
.content-article > ol:after {
  display: block;
  position: absolute;
  text-align: center;
  font-style: normal;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  background: #2fb1a1;
  font-size: 0.75rem;
  content: "\f0ca";
  transform: translate3d(-50%, 0, 0);
  border-radius: 10px 10px 10px 10px;
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 992px) {
  .content-article > ul,
  .content-article > ol {
    margin-bottom: 16px;
  }
}
.content-article > ul ul,
.content-article > ol ul,
.content-article > ul ol,
.content-article > ol ol {
  list-style-type: none;
  padding-left: 0;
}
.content-article > ul li,
.content-article > ol li {
  position: relative;
  margin: 16px 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .content-article > ul li,
  .content-article > ol li {
    margin: 12px 0;
  }
}
.content-article > ul li:before,
.content-article > ol li:before {
  position: absolute;
  text-align: center;
  left: 0;
  width: 32px;
  color: #2e5564;
}
.content-article > ul li:before {
  content: "\f101";
  font-family: "FontAwesome", sans-serif;
}
.content-article > ul li li:before {
  content: "\f105";
}
.content-article > ol,
.content-article > ol ol {
  counter-reset: ol;
}
.content-article > ol li {
  counter-increment: ol;
}
.content-article > ol li:before {
  content: counter(ol) ".";
}
.content-article .table tr:last-child {
  border-bottom: 1px solid #ddd;
}
.content-article .wp-caption {
  display: block;
  max-width: 100%;
  width: auto !important;
  padding-top: 6px;
}
.content-article .wp-caption:not(.aligncenter) {
  max-width: 300px;
}
.content-article .wp-caption a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  font-size: 0;
  width: auto !important;
  border-radius: 5px 5px 5px 5px;
}
.content-article .wp-caption a img {
  display: block;
  margin: 0;
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  transition: transform 0.9s ease 0s;
  transition-timing-function: ease-out;
  height: auto;
}
.content-article .wp-caption a:after {
  content: "\f065";
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.content-article .wp-caption a:after:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.content-article .wp-caption a:hover img {
  transform: scale(1.1);
}
.content-article .wp-caption a:hover:after {
  background: #25897d;
}
.content-article .wp-caption .wp-caption-text {
  text-align: center;
  margin: 0;
  padding: 12px 0 0 0;
  color: rgba(51, 51, 51, 0.6);
  font-size: 0.75rem;
}
.content-article .wp-caption.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
@media (max-width: 992px) {
  .content-article .wp-caption.alignleft {
    margin: 0 16px 16px 0;
  }
}
.content-article .wp-caption.alignright {
  float: right;
  margin: 0 0 32px 32px;
}
@media (max-width: 992px) {
  .content-article .wp-caption.alignright {
    margin: 0 0 16px 16px;
  }
}
@media (max-width: 767px) {
  .content-article .wp-caption.alignright,
  .content-article .wp-caption.alignleft {
    float: none;
    clear: both;
    margin: 16px auto;
  }
}
.content-article .wp-caption.aligncenter {
  clear: both;
  padding-top: 0;
  margin: 32px auto;
}
.content-article .wp-caption.aligncenter img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .content-article .wp-caption.aligncenter {
    margin: 16px auto;
  }
}
.content-article .wp-caption:first-child {
  margin-top: 0 !important;
}
.content-article img.alignleft {
  float: left;
  margin: 0 32px 32px 0;
}
@media (max-width: 992px) {
  .content-article img.alignleft {
    margin: 0 16px 16px 0;
  }
}
.content-article img.alignright {
  float: right;
  margin: 0 0 32px 32px;
}
@media (max-width: 992px) {
  .content-article img.alignright {
    margin: 0 0 16px 16px;
  }
}
@media (max-width: 767px) {
  .content-article img.alignright,
  .content-article img.alignleft {
    float: none;
    clear: both;
    margin: 16px auto;
  }
}
.content-article img.aligncenter {
  clear: both;
  padding-top: 0;
  margin: 32px auto;
}
.content-article img.aligncenter img {
  width: 100%;
}
@media (max-width: 992px) {
  .content-article img.aligncenter {
    margin: 16px auto;
  }
}
.pagenavigation {
  padding: 0 0;
  background: #ffffff;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .pagenavigation {
    padding: 16px 0;
  }
}
.pagenavigation-buttons {
  overflow: visible;
}
.pagenavigation-button {
  display: block;
  text-decoration: none;
  width: 49%;
  font-size: 1.225rem;
  line-height: 0;
  color: #333;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #E0EEC6;
  border-radius: 10px 10px 10px 10px;
}
.pagenavigation-button-prev {
  float: left;
  text-align: left;
}
.pagenavigation-button-next {
  float: right;
  text-align: right;
}
.pagenavigation-button:hover {
  background: #d5e8b2;
  text-decoration: none;
  color: #E0EEC6;
  transform: translate3d(0, 0, 0) scale(1.05);
}
@media (max-width: 767px) {
  .pagenavigation-button {
    font-size: 1rem;
  }
  .pagenavigation-button-prev,
  .pagenavigation-button-next {
    float: none;
    width: auto;
    text-align: left;
    line-height: 1em;
  }
  .pagenavigation-button-prev {
    margin-bottom: 16px;
  }
}
.pagenavigation-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 96px;
  height: 96px;
  background: #2a9d8f;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
@media (max-width: 767px) {
  .pagenavigation-img {
    width: 96px;
    height: 96px;
  }
}
.pagenavigation-img img {
  display: block;
  position: absolute;
  width: fit-content;
  max-width: inherit;
  height: 100%;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.pagenavigation-img:after {
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  line-height: 96px;
  font-size: 1.5rem;
  color: #ffffff;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 767px) {
  .pagenavigation-img:after {
    font-size: 1.375rem;
    line-height: 96px;
  }
}
.pagenavigation-img.pagenavigation-img-thumbnail:after {
  text-shadow: 0 0 16px rgba(51, 51, 51, 0.9);
}
.pagenavigation-img.pagenavigation-img-thumbnail:not(.lazyload-loaded):after {
  opacity: 0;
}
.pagenavigation-button-prev .pagenavigation-img {
  float: left;
}
.pagenavigation-button-next .pagenavigation-img {
  float: right;
}
.pagenavigation-button-prev .pagenavigation-img:after {
  content: "\f060";
  padding-left: 0px;
}
.pagenavigation-button-next .pagenavigation-img:after {
  content: "\f061";
  padding-right: 0px;
}
.pagenavigation-button-up .pagenavigation-img:after {
  content: "\f009";
}
@media (max-width: 767px) {
  .pagenavigation-button-prev .pagenavigation-img,
  .pagenavigation-button-next .pagenavigation-img {
    display: inline-block;
  }
  .pagenavigation-button-next .pagenavigation-img {
    float: none;
  }
}
.pagenavigation-button:hover .pagenavigation-img:after {
  text-shadow: none;
  background: #E0EEC6;
  color: #333;
  width: 100%;
}
.pagenavigation-button:hover .pagenavigation-img-thumbnail:after {
  background: rgba(224, 238, 198, 0.9);
  width: 100%;
}
.pagenavigation-text {
  font-weight: 500;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 96px;
  color: #333;
  width: calc(100% - ( 2 * 48px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  .pagenavigation-text {
    max-width: none;
    width: calc(100% - ( 2 * 48px));
    padding-right: 32px;
    line-height: 96px;
    float: left;
  }
}
.pagenavigation-button-next .pagenavigation-text {
  text-align: right;
  padding-right: 12px;
}
.action .action-layer {
  padding: 64px 0;
  background: #264653;
}
@media (max-width: 992px) {
  .action .action-layer {
    padding: 48px 0;
  }
}
@media (max-width: 992px) {
  .action .action-layer {
    background-size: auto 100%;
  }
}
.action-title {
  margin: 0;
  padding: 0;
  font-size: 2.125rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .action-title {
    font-size: 1.75rem;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (max-width: 513px) {
  .action-title {
    font-size: 1.5rem;
  }
}
.action-text {
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .action-text {
    display: inline-block;
  }
}
.action .button-action {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.action .button-action:hover,
.action .button-action:focus,
.action .button-action:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.action .button-action .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.action .button-action .fa-45,
.action .button-action .fa-45.right,
.action .button-action .fa-45:last-child {
  margin: 0 0 0 6px;
}
.action .button-action .fa-45.left,
.action .button-action .fa-45:first-child {
  margin: 0 6px 0 0;
}
.action-table {
  display: table;
  width: 100%;
}
.action-col {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.action-col:first-child {
  width: 80%;
}
.action-col:last-child {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .action-col,
  .action-col:first-child,
  .action-col:last-child {
    width: auto;
    display: block;
    text-align: center;
  }
}
.action-frame .frame-image-bottom {
  margin-top: 15px !important;
}
@media (max-width: 992px) {
  .action-frame .frame-image-bottom {
    margin-top: 7.5px !important;
  }
}
.info {
  position: relative;
  padding: 32px 0;
  color: #ffffff;
  background: #2a9d8f;
}
@media (max-width: 992px) {
  .info {
    padding: 16px 0;
  }
}
.info-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .info-row {
    display: block;
  }
}
.info-col {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .info-col {
    display: block;
  }
  .info-col:not(:last-child) {
    margin-bottom: 32px;
  }
}
.info [class*="col-md-"]:not(.info-col) {
  display: block;
}
.info-top {
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
}
.info-bottom {
  font-size: 0;
  white-space: nowrap;
  box-sizing: content-box;
  height: 32px;
  padding-top: 16px;
}
.info h4 {
  color: #ffffff !important;
  font-size: 1.225rem;
  margin: 0 0 16px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
}
.info p {
  margin: 0;
  font-size: 1rem;
}
.info p a {
  color: #ffffff;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.info p a:hover {
  text-decoration: none;
  color: #2a9d8f;
}
.info .info-button {
  width: auto;
  overflow: hidden;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0 15px 0 0;
  height: 32px;
  line-height: 32px;
  background: #264653;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  float: left;
  display: block;
  margin-right: 6px;
}
.info .info-button:before {
  float: left;
  display: block;
  text-align: center;
  font-weight: normal;
  content: "\f061";
  height: 32px;
  width: 38px;
  color: #ffffff;
  background: #2e5564;
  padding-left: 3px;
  margin-right: 12px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
.info .info-button:empty {
  padding-right: 0;
}
.info .info-button:empty:before {
  margin: 0;
  padding: 0;
}
.info .info-button:hover {
  text-decoration: none;
  background: #2e5564;
  color: #ffffff;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.info .info-button:hover:before {
  background: #1e3742;
  color: #ffffff;
}
.info .info-button > span {
  display: none;
}
.info .info-button-route:before {
  content: "\f018";
}
.info .info-button-twitter:before {
  content: "\f099";
}
.info .info-button-facebook:before {
  content: "\f09a";
}
.info .info-button-linkedin:before {
  content: "\f08c";
}
.info .info-button-addthis:before {
  content: "\f067";
}
.info .info-button-contact:before {
  content: "\f0e0";
}
.info .info-button-empty {
  padding: 0;
  margin-right: 6px;
}
.info .info-button-empty:before {
  margin: 0;
  padding: 0;
}
.footer {
  padding: 12px 0;
  background: #2e5564;
}
@media (max-width: 992px) {
  .footer {
    padding: 16px 0 96px 0;
  }
}
.footer br {
  display: none;
}
@media (max-width: 992px) {
  .footer br {
    display: inline;
  }
}
.footer-left {
  text-align: left;
}
@media (max-width: 992px) {
  .footer-left {
    margin-bottom: 12px;
  }
}
.footer-center {
  text-align: center;
}
.footer-right {
  text-align: right;
}
@media (max-width: 992px) {
  .footer-left,
  .footer-center,
  .footer-right {
    text-align: left;
  }
}
.footer-gap {
  margin-left: 16px;
}
@media (max-width: 992px) {
  .footer-gap {
    margin: 0 12px 0 0;
  }
}
.footer p {
  margin: 0;
  font-size: 0.75rem;
  color: #ffffff;
}
.footer p a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.footer p a:hover {
  color: #ffffff;
}
.mobile-header {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  position: fixed;
  overflow: visible;
  text-align: left;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  line-height: 0;
  z-index: 17000;
  background: #ffffff;
  height: 64px;
  font-size: 1rem;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (min-width: 1161px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header-cell-left,
.mobile-header-cell-right {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.mobile-header-cell-right {
  position: absolute;
  right: 0;
}
.mobile-header-cell-center {
  display: inline-block;
  width: calc(100% - (2 * 64px));
  height: 64px;
  position: absolute;
  left: 64px;
  text-align: center;
}
.mobile-header-logo {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-sizing: content-box;
  z-index: 200;
  padding: 0 16px;
  height: 100%;
  width: 187.2px;
  background: url("img/layout/logo-mobile.png") center center no-repeat;
  background-size: auto 43.2px;
}
.mobile-header-button {
  float: right;
  z-index: 200;
  width: 64px;
  height: 64px;
  color: #ffffff;
}
.mobile-header .frame-image {
  position: absolute !important;
  margin-bottom: -30px !important;
  height: 30px !important;
  background-size: 100% auto !important;
}
.mobile-menu {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3D;
  background: transparent;
  top: 0;
  height: 100%;
  z-index: 15000;
  right: -100%;
  width: 100%;
  padding-top: 64px;
  -webkit-transition: transform;
  -o-transition: transform;
  transition: transform;
  transition: transform 0.9s ease 0s;
  transition-timing-function: ease-out;
  transform: translate3d(0, 0, 0);
}
.mobile-menu.mobile-menu-pushed {
  transform: translate3d(-100%, 0, 0);
}
.mobile-menu-title {
  position: relative;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 16px;
  color: #ffffff;
  height: 64px;
  line-height: 64px;
  font-size: 1.225rem;
}
.mobile-menu-navigation {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 200;
  padding: 0;
  background-color: #264653;
  padding-top: 32px;
}
.mobile-menu-navigation .menu {
  margin-bottom: 16px;
  padding: 0;
}
.mobile-menu-navigation ul {
  margin: 0;
  padding: 0;
  max-height: none !important;
  border-top: 0;
}
.mobile-menu-navigation ul ul {
  display: none;
}
.mobile-menu-navigation ul ul ul {
  background: rgba(51, 51, 51, 0.05);
}
.mobile-menu-navigation ul:empty {
  display: none;
}
.mobile-menu-navigation ul li {
  position: relative;
  line-height: 1.5;
}
.mobile-menu-navigation ul li ul li .menu-trigger {
  width: 54px;
}
.mobile-menu-navigation ul li ul li a {
  padding-left: 54px;
}
.mobile-menu-navigation ul li ul li ul li .menu-trigger {
  width: 70px;
}
.mobile-menu-navigation ul li ul li ul li a {
  padding-left: 70px;
}
.mobile-menu-navigation ul li ul li ul li ul li .menu-trigger {
  width: 86px;
}
.mobile-menu-navigation ul li ul li ul li ul li a {
  padding-left: 86px;
}
.mobile-menu-navigation ul li ul li ul li ul li ul li .menu-trigger {
  width: 102px;
}
.mobile-menu-navigation ul li ul li ul li ul li ul li a {
  padding-left: 102px;
}
.mobile-menu-navigation ul li ul li ul li ul li ul li ul li .menu-trigger {
  width: 118px;
}
.mobile-menu-navigation ul li ul li ul li ul li ul li ul li a {
  padding-left: 118px;
}
.mobile-menu-navigation ul li .menu-trigger {
  -webkit-backface-visibility: hidden;
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: right;
  line-height: inherit;
  top: 0;
  left: 0;
  z-index: 100;
  width: 38px;
  font-size: 1rem;
  padding: 12px 0;
  margin-top: 1px;
  padding-right: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.mobile-menu-navigation ul li .menu-trigger:before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  content: "·";
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.mobile-menu-navigation ul li.page_item_has_children > .menu-trigger:before,
.mobile-menu-navigation ul li.menu-item-has-children > .menu-trigger:before {
  content: "\f105";
}
.mobile-menu-navigation ul li.page_item_has_children > .menu-trigger:hover,
.mobile-menu-navigation ul li.menu-item-has-children > .menu-trigger:hover {
  color: #2a9d8f;
}
.mobile-menu-navigation ul li.page_item_has_children.expanded > .menu-trigger,
.mobile-menu-navigation ul li.menu-item-has-children.expanded > .menu-trigger {
  color: #2a9d8f;
}
.mobile-menu-navigation ul li.page_item_has_children.expanded > .menu-trigger:before,
.mobile-menu-navigation ul li.menu-item-has-children.expanded > .menu-trigger:before {
  transform: rotate3d(0, 0, 1, 90deg);
}
.mobile-menu-navigation ul li a {
  display: block;
  padding: 12px 16px;
  padding-left: 38px;
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  border-bottom: 0;
}
.mobile-menu-navigation ul li a:hover {
  color: #2a9d8f;
}
.mobile-menu-navigation ul li:hover > a {
  color: #2a9d8f;
}
.mobile-menu-navigation ul li.current-menu-item > a,
.mobile-menu-navigation ul li.current-menu-parent > a,
.mobile-menu-navigation ul li.current-menu-ancestor > a {
  font-weight: bold;
  background: #2e5564;
}
.mobile-menu-navigation ul#menu-nested-pages-2 > li > a {
  background: #2a9d8f;
  color: #ffffff;
}
.mobile-menu-navigation ul#menu-nested-pages-2 > li > .menu-trigger {
  color: rgba(255, 255, 255, 0.6);
}
.mobile-menu-navigation ul#menu-nested-pages-2 > li.page_item_has_children > .menu-trigger:hover,
.mobile-menu-navigation ul#menu-nested-pages-2 > li.menu-item-has-children > .menu-trigger:hover,
.mobile-menu-navigation ul#menu-nested-pages-2 > li.page_item_has_children.expanded > .menu-trigger,
.mobile-menu-navigation ul#menu-nested-pages-2 > li.menu-item-has-children.expanded > .menu-trigger {
  color: #ffffff;
}
.mobile-menu-navigation ul#menu-nested-pages-2 > li.current-menu-item > a,
.mobile-menu-navigation ul#menu-nested-pages-2 > li.current-menu-parent > a,
.mobile-menu-navigation ul#menu-nested-pages-2 > li.current-menu-ancestor > a {
  background: #2fb1a1;
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/open-sans-v16-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('./fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/open-sans-v16-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('./fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */ url('./fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/open-sans-v16-latin-800.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('./fonts/open-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/open-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/open-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */ url('./fonts/open-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/open-sans-v16-latin-800.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/roboto-v20-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('./fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('./fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/roboto-v20-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('./fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/roboto-v20-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('./fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('./fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('./fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('./fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('./fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/**
	Blog-Spezifische EInstellungen
	
**/
.post-date {
  padding: 6px 12px;
  font-size: 1rem;
  background: #e0eec6;
  border-radius: 5px 5px 5px 5px;
  clear: left;
}
.post-date-inverse {
  color: #ffffff;
  margin-right: 12px;
}
.menu {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 8000;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.menu .menu-trigger {
  -webkit-backface-visibility: hidden;
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: right;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: inherit;
  line-height: inherit;
  width: 32px;
  padding: 6px 0;
  padding-right: 12px;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.menu .menu-trigger:before {
  -webkit-backface-visibility: hidden;
  display: inline-block;
  content: "·";
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.menu li {
  position: relative;
  font-size: 1rem;
}
.menu li.menu-item-has-children > .menu-trigger:before {
  content: "\f105";
}
.menu li.menu-item-has-children > .menu-trigger:hover {
  color: #2a9d8f;
}
.menu li.menu-item-has-children.menu-expanded:not(.current-menu-item) > .menu-trigger {
  color: #2a9d8f;
}
.menu li.menu-item-has-children.menu-expanded > .menu-trigger:before {
  transform: rotate3d(0, 0, 1, 90deg);
}
.menu li:hover.current-menu-item > .menu-trigger {
  color: #ffffff;
}
.menu li:hover.current-menu-item > a {
  background: #2a9d8f;
  color: #ffffff;
}
.menu li:hover > a,
.menu li:hover.current-menu-ancestor > a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  background: #E0EEC6;
}
.menu li.current-menu-ancestor > a,
.menu li.current-menu-parent > a {
  position: relative;
  color: #ffffff;
  background: #264653;
}
.menu li.current-menu-item > .menu-trigger {
  color: #ffffff;
}
.menu li.current-menu-item > a {
  background: #264653;
  color: #ffffff;
}
.menu li a {
  height: auto;
  display: block;
  white-space: normal;
  font-weight: 500;
  padding: 6px 32px;
  color: #333;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.menu li a:hover {
  color: #333;
}
.menu ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: rgba(51, 51, 51, 0.05);
}
.menu ul li .menu-trigger {
  width: 48px;
}
.menu ul li a {
  padding-left: 48px;
}
.menu ul ul li .menu-trigger {
  width: 64px;
}
.menu ul ul li a {
  padding-left: 64px;
}
.menu ul ul li ul li .menu-trigger {
  width: 80px;
}
.menu ul ul li ul li a {
  padding-left: 80px;
}
.menu ul ul li ul li ul li .menu-trigger {
  width: 96px;
}
.menu ul ul li ul li ul li a {
  padding-left: 96px;
}
.menu ul ul li ul li ul li ul li .menu-trigger {
  width: 112px;
}
.menu ul ul li ul li ul li ul li a {
  padding-left: 112px;
}
.menu.menu-dropdown {
  float: left;
}
.menu.menu-dropdown > li {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-left: 6px;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  transition: background 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.menu.menu-dropdown > li > .menu-trigger {
  display: none;
}
.menu.menu-dropdown > li:first-child {
  margin-left: 0;
}
.menu.menu-dropdown > li.current-menu-item > a,
.menu.menu-dropdown > li.current-menu-ancestor > a,
.menu.menu-dropdown > li.current-menu-parent > a {
  background: #d5e8b2;
  color: #264653;
}
.menu.menu-dropdown > li:hover > a,
.menu.menu-dropdown > li:hover.current-menu-item > a,
.menu.menu-dropdown > li:hover.current-menu-ancestor > a,
.menu.menu-dropdown > li:hover.current-menu-parent > a {
  text-decoration: none;
  color: #333;
  background: #c0dc8b;
}
.menu.menu-dropdown > li > a {
  display: block;
  -webkit-backface-visibility: hidden;
  font-size: 0.875rem;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-weight: 500;
  padding: 0 16px;
  color: #333;
  height: 48px;
  line-height: 48px;
  border-radius: 10px 10px 10px 10px;
}
.menu.menu-dropdown > li > a:before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 0;
  opacity: 0;
  margin-top: 1rem;
  height: 2px;
  background: #2fb1a1;
  border-radius: 10px 10px 10px 10px;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.menu.menu-dropdown > li.menu-item-has-children > a:after {
  content: "\f107";
  margin-left: 6px;
  font-family: "FontAwesome", sans-serif;
  font-size: 0.8em;
}
.menu.menu-dropdown > li > ul {
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 80%;
  opacity: 0;
  z-index: 20000;
  height: 0;
  max-height: 80vh;
  min-width: 100%;
  width: 256px;
  background: #ebf4da;
  transform-origin: top;
  transform: translate3d(-50%, 0, 0);
  transition: all 0.3s ease 0.3s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  border-radius: 12px 12px 12px 12px;
}
.menu.menu-dropdown > li > ul li {
  font-size: 1rem;
}
.menu.menu-dropdown > li > ul > li {
  margin-left: -16px;
}
.menu.menu-dropdown > li:first-child > ul {
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.menu.menu-dropdown > li:hover > ul {
  padding: 12px 0;
  opacity: 1;
  display: block;
  height: auto;
}
.menu.menu-buttons {
  float: left;
  padding: 0;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.menu.menu-buttons > li {
  float: left;
  margin-left: 6px;
}
.menu.menu-buttons > li > a {
  font-weight: 500;
  padding: 0 24px;
  background: #264653;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  border-radius: 10px 10px 10px 10px;
}
.menu.menu-buttons > li > a.menu-button-round {
  text-align: center;
  padding: 0;
  width: 48px;
  background: #264653;
  color: #ffffff;
}
.menu.menu-buttons > li > a:hover,
.menu.menu-buttons > li > a:active {
  background: #2e5564;
  color: #ffffff;
}
.menu.menu-buttons > li > a.menu-button-light {
  background: #2fb1a1;
}
.menu.menu-buttons > li > a.menu-button-light:hover,
.menu.menu-buttons > li > a.menu-button-light:active {
  background: #25897d;
  color: #ffffff;
}
.menu.menu-buttons > li > a.menu-button-action {
  background: #2a9d8f;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.menu.menu-buttons > li > a.menu-button-action:hover,
.menu.menu-buttons > li > a.menu-button-action:active {
  background: #25897d;
  color: #ffffff;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.3);
}
.header-slim .menu,
.header-slim .menu.menu-buttons {
  padding: 0;
}
.load {
  background-image: -webkit-radial-gradient(circle, #ffffff, #80b1c5);
  background-image: radial-gradient(circle, #ffffff, #80b1c5);
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 10;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.load:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 184.5px;
  height: 62.5px;
  margin: -31.25px 0 0 -92.25px;
  background: url("img/layout/loader.png") center center no-repeat transparent;
  background-size: 100% 100%;
  animation: pulse 1.5s linear infinite;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.load.load-loaded {
  opacity: 0;
}
@keyframes rotate-lazyload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lazyload:before {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 50;
  font-size: 1.375rem;
  color: #ffffff;
  content: "\f1ce";
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin: -16px 0 0 -16px;
  animation: rotate-lazyload linear 1s infinite;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
.lazyload.lazyload-loaded:before {
  opacity: 0;
}
.lazyload-preview {
  -webkit-backface-visibility: hidden;
  display: block;
  filter: blur(10px);
  object-fit: cover;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale3d(2, 2, 2) !important;
  -webkit-transition: opacity !important;
  -o-transition: opacity !important;
  transition: opacity !important;
  transition: opacity 0.9s ease 0s !important;
  transition-timing-function: ease-out !important;
  z-index: 9;
}
.lazyload-preview.lazyload-loaded {
  opacity: 0 !important;
}
img[data-src] {
  -webkit-backface-visibility: hidden;
  background: #2fb1a1;
  opacity: 0;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
}
img[data-src].lazyload-loaded {
  opacity: 1;
  z-index: 10;
}
.tooltip {
  -webkit-font-smoothing: subpixel-antialiased;
  text-align: left !important;
  white-space: normal !important;
  text-transform: none !important;
  z-index: 20000 !important;
}
.tooltip-inner {
  background: #0e1a1f;
  border-radius: 5px 5px 5px 5px;
  padding: 12px;
}
.tooltip-title {
  display: block;
  font-weight: 500;
}
.tooltip-description,
.tooltip-title {
  font-size: 0.875rem;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.tcon {
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -ms-user-select: none;
  background: transparent;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  user-select: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  float: right;
  margin: 0;
  padding: 24px;
  height: 64px;
  width: 64px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.tcon > * {
  display: block;
}
.tcon:hover,
.tcon:focus {
  outline: none;
}
.tcon::-moz-focus-inner {
  border: 0;
}
.tcon.tcon-menu-xcross.tcon-transform {
  padding-left: 16px;
  padding-right: 16px;
  background: #ebf4da;
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  transition: background 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.tcon .tcon-menu-lines {
  display: inline-block;
  position: relative;
  background: #264653;
  height: 3px;
  width: 20px;
  border-radius: 1.5px 1.5px 1.5px 1.5px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tcon .tcon-menu-lines::before,
.tcon .tcon-menu-lines::after {
  display: inline-block;
  position: absolute;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  background: #264653;
  border-radius: 1.5px;
  height: 3px;
  content: "";
  width: 100%;
  left: 0;
  transition: all 0.4s ease 0s;
  transition-timing-function: ease-out;
}
.tcon .tcon-menu-lines::before {
  top: 6px;
}
.tcon .tcon-menu-lines::after {
  top: -6px;
}
.tcon.tcon-transform .tcon-menu-lines {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}
.tcon.tcon-menu-xcross {
  background: #ebf4da;
  width: 48px;
  height: 48px;
  margin: 8px;
  padding: 0;
  border-radius: 32px 32px 32px 32px;
}
.tcon.tcon-menu-xcross.tcon-transform .tcon-menu-lines {
  background: transparent;
  height: 4.5px;
  width: 32px;
}
.tcon.tcon-menu-xcross.tcon-transform .tcon-menu-lines::before,
.tcon.tcon-menu-xcross.tcon-transform .tcon-menu-lines::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 16px 50%;
  top: 0;
  background: #264653;
  height: 4.5px;
  width: 32px;
}
.tcon.tcon-menu-xcross.tcon-transform .tcon-menu-lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  left: -7px;
}
.tcon.tcon-menu-xcross.tcon-transform .tcon-menu-lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  left: -7px;
}
.tcon .fa-45 {
  color: #264653;
}
.slideshow {
  position: relative;
  height: 0;
  padding-bottom: 38.19444444%;
  background: #f2f2f2;
  z-index: 0;
}
.slideshow.slideshow-empty {
  height: 0;
  padding-bottom: 48px;
  background: #264653;
}
@media (max-width: 992px) {
  .slideshow.slideshow-empty {
    padding-bottom: 32px;
  }
}
.slideshow:not(.slideshow-big, .slideshow-start):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to bottom, rgba(38, 70, 83, 0) 0%, #264653 100%);
  z-index: 9999;
}
.slideshow.slideshow-big,
.slideshow.slideshow-start {
  padding: 0;
  height: calc(100vh - 128px);
  min-height: 550px;
}
@media (min-width: 993px) {
  .slideshow.slideshow-big,
  .slideshow.slideshow-start {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .slideshow.slideshow-big,
  .slideshow.slideshow-start {
    height: calc(100vh + 32px);
  }
}
@media (max-width: 992px) {
  .slideshow.slideshow-big,
  .slideshow.slideshow-start {
    height: calc(100vh + 32px);
  }
}
.slideshow.slideshow-big {
  height: calc(75vh);
}
@media (max-width: 1024px) {
  .slideshow.slideshow-big {
    height: calc(65vh);
  }
}
@media (max-width: 992px) {
  .slideshow.slideshow-big {
    height: calc(70vh);
  }
}
.slideshow.slideshow-start {
  height: calc(85vh);
}
@media (max-width: 1024px) {
  .slideshow.slideshow-start {
    height: calc(65vh);
  }
}
@media (max-width: 992px) {
  .slideshow.slideshow-start {
    height: calc(70vh);
  }
}
.slideshow.slideshow-big .slideshow-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 32px;
  padding-top: 128px;
  background-image: linear-gradient(to bottom, rgba(38, 70, 83, 0) 0%, #264653 100%);
  z-index: 888;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 767px) {
  .slideshow.slideshow-big .slideshow-title {
    padding-bottom: 32px;
    padding-top: 96px;
  }
}
.slideshow.slideshow-start .slideshow-title-area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: linear-gradient(to bottom, rgba(38, 70, 83, 0), ease-in-out, #264653);
  z-index: 100;
}
.slideshow.slideshow-start .slideshow-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding-bottom: 96px;
  padding-top: 64px;
  z-index: 888;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 767px) {
  .slideshow.slideshow-start .slideshow-title {
    font-size: 1.225rem;
    line-height: 2;
    padding-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .slideshow.slideshow-start .slideshow-title {
    text-align: center;
  }
}
.slideshow.slideshow-start .slideshow-title h1 {
  color: #ffffff;
  font-size: 5.225rem;
  text-align: left;
}
.slideshow.slideshow-start .slideshow-title h1 .start-title-h1-smaller {
  font-size: 0.85em;
}
@media (max-width: 992px) {
  .slideshow.slideshow-start .slideshow-title h1 {
    font-size: 2.125rem;
    text-align: center;
  }
}
.slideshow.slideshow-start .slideshow-title .pagedescription {
  color: #ffffff;
  font-size: 1.225rem;
}
@media (max-width: 767px) {
  .slideshow.slideshow-start .slideshow-title .pagedescription {
    font-size: 1rem;
  }
}
.slideshow.slideshow-start .slideshow-title .start-seo {
  text-align: center;
  font-size: 1rem;
  margin: 64px 0;
}
@media (max-width: 767px) {
  .slideshow.slideshow-start .slideshow-title .start-seo {
    font-size: 1rem;
    line-height: 1.75rem;
    margin: 32px 0;
  }
  .slideshow.slideshow-start .slideshow-title .start-seo .start-seo-subtext {
    display: none;
  }
}
.slideshow.slideshow-start .slideshow-title .start-slideshow-down {
  z-index: 888;
}
.slideshow.slideshow-start .slideshow-title .start-slideshow-down div {
  text-align: center;
  margin-top: 16px;
}
.slideshow.slideshow-start .slideshow-title .start-slideshow-down div .slideshow-down {
  display: inline-block;
  text-align: center;
  position: initial !important;
  left: initial !important;
  bottom: initial !important;
}
@media (max-width: 767px) {
  .slideshow.slideshow-start .slideshow-title .start-slideshow-down div {
    margin-top: 16px;
  }
}
.slideshow-down {
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: 0;
  font-size: 1.5rem;
  color: #ffffff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  animation: pulse 1s linear infinite;
  background: transparent;
  z-index: 899;
  border-radius: 50% 50% 50% 50%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  .slideshow-down {
    bottom: 0;
  }
}
.slideshow-down:after {
  content: "\f107";
  font-family: "FontAwesome", sans-serif;
}
.slideshow-down:hover,
.slideshow-down:active {
  background: #1e3742;
}
.slideshow-container {
  position: relative;
}
.slideshow.slideshow-big .slideshow-container,
.slideshow.slideshow-start .slideshow-container {
  height: 100%;
}
.slideshow-picture {
  height: 100%;
}
.slideshow-picture {
  transform: scale(1.25);
  -webkit-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
  transition: 10s 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.slideshow-picture::after {
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: -2px;
  left: 0;
  content: "";
  background-image: linear-gradient(to bottom, rgba(38, 70, 83, 0) 0%, rgba(38, 70, 83, 0.8) 100%);
}
.page-loaded .slideshow-picture {
  transform: scale(1);
}
.slideshow img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slideshow-slide:only-child {
  left: 0 !important;
}
.slideshow .pagelogo {
  width: 546px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 513px) {
  #front,
  .slideshow,
  .slideshow-container {
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
  #front .slidesjs-container,
  .slideshow .slidesjs-container,
  .slideshow-container .slidesjs-container {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100% !important;
  }
  #front .slidesjs-control,
  .slideshow .slidesjs-control,
  .slideshow-container .slidesjs-control,
  #front .slidesjs-slide,
  .slideshow .slidesjs-slide,
  .slideshow-container .slidesjs-slide {
    height: 100% !important;
    position: relative;
  }
  #front .slideshow-picture,
  .slideshow .slideshow-picture,
  .slideshow-container .slideshow-picture {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #front .slideshow-picture img,
  .slideshow .slideshow-picture img,
  .slideshow-container .slideshow-picture img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50% !important;
    transform: translate3d(-50%, 0, 0) !important;
  }
  #front .slideshow-text,
  .slideshow .slideshow-text,
  .slideshow-container .slideshow-text {
    max-width: 100%;
    font-size: 0.75rem;
    padding: 12px 16px;
  }
  #front .pagelogo,
  .slideshow .pagelogo,
  .slideshow-container .pagelogo {
    width: 80%;
  }
  #front .pagedescription,
  .slideshow .pagedescription,
  .slideshow-container .pagedescription {
    color: #ffffff;
    font-size: 1.225rem;
    line-height: initial;
  }
}
.slideshow-frame .frame-image {
  background: #264653;
}
.slideshow-big .slidesjs-control,
.slideshow-start .slidesjs-control,
.slideshow-big .slidesjs-container,
.slideshow-start .slidesjs-container {
  height: 100% !important;
}
.slidesjs-navigation {
  position: absolute;
  text-align: center;
  text-decoration: none;
  bottom: 0;
  font-size: 0;
  z-index: 1100;
  color: #ffffff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.slidesjs-navigation:after {
  font-size: 1.225rem;
  font-family: "FontAwesome", sans-serif;
}
.slidesjs-navigation:hover {
  color: #2a9d8f;
}
@media (max-width: 767px) {
  .slidesjs-navigation {
    display: none;
  }
}
.slidesjs-previous {
  left: 0;
}
.slidesjs-previous:after {
  content: "\f053";
}
.slidesjs-next {
  right: 0;
}
.slidesjs-next:after {
  content: "\f054";
}
.slidesjs-pagination {
  height: auto;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  z-index: 1000;
  padding: 16px;
  background-image: linear-gradient(to bottom, rgba(38, 70, 83, 0) 0%, rgba(38, 70, 83, 0.5) 100%);
}
@media (min-width: 993px) {
  .slideshow-big .slidesjs-pagination,
  .slideshow-start .slidesjs-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .slidesjs-pagination {
    text-align: center;
    background: transparent;
    padding: 6px 16px;
  }
}
.slidesjs-pagination-item {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 999;
  margin: 0 6px;
  height: 12px;
  width: 12px;
  line-height: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .slidesjs-pagination-item {
    margin: 0;
    margin-right: 3px;
  }
}
.slidesjs-pagination-item:only-child {
  display: none;
}
.slidesjs-pagination-item a {
  display: block;
  text-align: center;
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0;
  color: #ffffff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.slidesjs-pagination-item a:before {
  content: "\f10c";
  font-size: 0.625rem;
  font-family: "FontAwesome", sans-serif;
}
.slidesjs-pagination-item a.active:before {
  content: "\f111";
}
.slidesjs-pagination-item a.active:hover {
  color: #ffffff;
}
.slidesjs-pagination-item a.active {
  color: #ffffff;
}
.slidesjs-pagination-item a:hover,
.slidesjs-pagination-item a:active {
  color: #2a9d8f;
  text-decoration: none;
}
.gallery {
  display: flow-root;
  overflow: visible;
  margin: -8px;
}
.gallery.gallery-single {
  margin: 0;
}
.gallery.gallery-single:not(:last-child) {
  margin-bottom: 16px;
}
.gallery-thumbnail {
  float: left;
  height: auto;
  box-sizing: border-box;
  width: 25%;
  padding: 8px;
}
.gallery.gallery-single .gallery-thumbnail {
  float: none;
  width: 100%;
  padding: 0;
}
.gallery-link {
  display: block;
  position: relative;
  height: 0;
  z-index: 10;
  padding-bottom: 100%;
  overflow: hidden;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  -moz-box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
}
.gallery-link:after {
  content: "\f030";
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.gallery-link:after:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.gallery-link:hover {
  -webkit-box-shadow: 0 12px 16px -16px rgba(13, 24, 28, 0.5);
  -moz-box-shadow: 0 12px 16px -16px rgba(13, 24, 28, 0.5);
  box-shadow: 0 12px 16px -16px rgba(13, 24, 28, 0.5);
  transform: translate3d(0, 0, 0) scale(1.05);
}
.gallery-link:hover:after {
  background: #25897d;
}
.gallery .gallery-image {
  display: block;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 5px 5px 5px 5px;
}
.gallery-link:hover img {
  transform: scale(1.1);
}
.box {
  position: relative;
  padding: 32px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
  background: #e0eec6;
  border-radius: 5px 5px 5px 5px;
  clear: left;
}
@media (max-width: 992px) {
  .box {
    padding: 16px;
  }
  .box:first-child {
    margin-top: 16px;
  }
}
.box:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .box:not(:last-child) {
    margin-bottom: 16px;
  }
}
.box.box-borderless {
  padding: 0;
  background: transparent;
  border-radius: 0 0 0 0;
}
.box-title {
  position: relative;
  font-weight: 700;
  margin: 0;
  margin-bottom: 32px;
  padding: 0 48px 0 0;
  color: #264653 !important;
  font-size: 1.375rem;
  line-height: 32px;
}
.box-title:not(:first-child) {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .box-title:not(:first-child) {
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .box-title {
    margin-bottom: 16px;
  }
}
.box-titleh1 {
  font-size: 1.75rem;
}
.box-titleh2 {
  font-size: 1.5rem;
}
.box-titleh3 {
  font-size: 1.375rem;
}
.box-title > .fa-45 {
  position: absolute;
  display: block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  top: 0;
  right: 0;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 1.225rem;
  color: #264653;
}
.box-title a {
  color: #2a9d8f;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.box-title a:hover,
.box-title a:active,
.box-title a:hover .fa-45,
.box-title a:active .fa-45 {
  text-decoration: none;
  color: #264653;
}
.box-title a .fa-45 {
  margin-right: 6px;
  color: #264653;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
#map {
  height: 512px;
}
@media (max-width: 992px) {
  #map {
    height: 256px;
  }
}
.map {
  padding: 0;
  background: #f2f2f2;
}
.map .mapboxgl-popup-content {
  text-align: center;
}
.map .mapboxgl-popup-content .marker-title {
  font-weight: 500;
  color: #264653;
  font-size: 0.875rem;
}
.map .mapboxgl-popup-content .marker-description {
  text-align: center;
  margin: 0;
  color: #333;
  font-size: 0.875rem;
}
.map .mapboxgl-popup-content .marker-description p {
  margin-bottom: 6px;
}
.map .mapboxgl-popup-content .marker-description p:last-child {
  margin-bottom: 0;
}
.map .mapboxgl-popup-content .button-map {
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  background: #264653;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 0.75rem;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.map .mapboxgl-popup-content .button-map .fa-45 {
  font-weight: normal;
  padding-left: 6px;
}
.map .mapboxgl-popup-content .button-map:hover {
  color: #ffffff;
  background: #2a9d8f;
}
.map .leaflet-container .leaflet-popup-content {
  text-align: center;
}
.map .leaflet-container .leaflet-popup-content .marker-title {
  color: #264653;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.map .leaflet-container .leaflet-popup-content .marker-description {
  text-align: center;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.map .leaflet-container .leaflet-popup-content .marker-description p {
  text-align: center;
  font-size: 0.75rem;
  margin: 6px 0 0 0;
}
.map .leaflet-container .leaflet-popup-content .marker-description .button-map {
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  background: #264653;
  color: #ffffff;
  padding: 6px 12px;
  font-size: 0.75rem;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.map .leaflet-container .leaflet-popup-content .marker-description .button-map .fa-45 {
  font-weight: normal;
  padding-left: 6px;
}
.map .leaflet-container .leaflet-popup-content .marker-description .button-map:hover {
  color: #ffffff;
  background: #2a9d8f;
}
.map .leaflet-bar,
.map .leaflet-control-layers {
  border: none;
  overflow: hidden;
  background: #fefefe;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px rgba(51, 51, 51, 0.1);
}
.map .leaflet-bar a,
.map .leaflet-control-layers a {
  background: transparent;
  text-align: center;
  border: none;
  font-weight: 500;
  text-indent: 0;
  font-size: 0;
  opacity: 1;
  height: 32px;
  line-height: 32px;
  border-radius: 0 0 0 0;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.map .leaflet-bar a:before,
.map .leaflet-control-layers a:before {
  font-weight: normal;
  font-size: 0.625rem;
  color: #333;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
.map .leaflet-bar a:hover:before,
.map .leaflet-control-layers a:hover:before {
  color: #2a9d8f;
}
.map .leaflet-bar a.leaflet-control-zoom-in:before,
.map .leaflet-control-layers a.leaflet-control-zoom-in:before {
  content: "\f067";
}
.map .leaflet-bar a.leaflet-control-zoom-out:before,
.map .leaflet-control-layers a.leaflet-control-zoom-out:before {
  content: "\f068";
}
.panorama {
  position: relative;
  height: 512px;
  background: #FCF8ED;
}
@media (max-width: 992px) {
  .panorama {
    height: 256px;
  }
}
.panorama-frame {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.panorama-overlay {
  display: block;
  cursor: default;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  z-index: 100;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.panorama-trigger {
  -webkit-font-smoothing: antialiased;
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  font-weight: 500;
  top: 50%;
  left: 50%;
  z-index: 150;
  opacity: 0.75;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50% 50% 50% 50%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.25);
}
.panorama-trigger:after {
  content: "\f057";
  font-family: "FontAwesome", sans-serif;
}
.panorama-trigger:hover,
.panorama-trigger:active {
  opacity: 1;
  text-decoration: none;
}
@media (max-width: 992px) {
  .panorama-trigger,
  .panorama-trigger:hover,
  .panorama-trigger:active {
    opacity: 1;
    text-decoration: none;
  }
}
.panorama.panorama-locked .panorama-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panorama.panorama-locked .panorama-trigger {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 96px;
}
.panorama.panorama-locked .panorama-trigger:after {
  content: "\f144";
}
@media (max-width: 992px) {
  .panorama.panorama-locked .panorama-trigger {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 64px;
  }
}
.button.small,
.button-small {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  height: 32px;
  line-height: 32px;
  font-size: 0.875rem;
  padding: 0 24px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.button.small:hover,
.button-small:hover,
.button.small:focus,
.button-small:focus,
.button.small:active,
.button-small:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.button.small .fa-45,
.button-small .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.button.small .fa-45,
.button-small .fa-45,
.button.small .fa-45.right,
.button-small .fa-45.right,
.button.small .fa-45:last-child,
.button-small .fa-45:last-child {
  margin: 0 0 0 6px;
}
.button.small .fa-45.left,
.button-small .fa-45.left,
.button.small .fa-45:first-child,
.button-small .fa-45:first-child {
  margin: 0 6px 0 0;
}
.button.small.margin-bottom,
.button-small.margin-bottom {
  margin-bottom: 32px;
}
.button.small .fa-45,
.button-small .fa-45 {
  line-height: 32px;
}
.button.small .fa-45,
.button-small .fa-45,
.button.small .fa-45.right,
.button-small .fa-45.right,
.button.small .fa-45:last-child,
.button-small .fa-45:last-child {
  margin: 0 0 0 6px;
}
.button.small .fa-45.left,
.button-small .fa-45.left,
.button.small .fa-45:first-child,
.button-small .fa-45:first-child {
  margin: 0 6px 0 0;
}
.button-back {
  width: auto;
  overflow: hidden;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 15px 0 0;
  height: 32px;
  line-height: 32px;
  background: #2a9d8f;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
@media (max-width: 992px) {
  .button-back {
    height: 24px;
    line-height: 24px;
  }
}
.button-back:before {
  float: left;
  display: block;
  text-align: center;
  font-weight: normal;
  content: "\f060";
  height: 32px;
  width: 38px;
  color: #ffffff;
  background: #2fb1a1;
  padding-left: 3px;
  margin-right: 12px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 992px) {
  .button-back:before {
    height: 24px;
    width: 30px;
    line-height: 24px;
    margin-right: 9px;
  }
}
.button-back:empty {
  padding-right: 0;
}
.button-back:empty:before {
  margin: 0;
  padding: 0;
}
.button-back:hover {
  text-decoration: none;
  background: #2fb1a1;
  color: #ffffff;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.button-back:hover:before {
  background: #25897d;
  color: #ffffff;
}
.eventinfo-list {
  display: table;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  margin: -6px 0;
}
@media (max-width: 513px) {
  .eventinfo-list {
    display: block;
    margin: 0;
  }
}
.eventinfo-item {
  display: table-row;
  overflow: hidden;
}
@media (max-width: 513px) {
  .eventinfo-item {
    display: block;
  }
  .eventinfo-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.eventinfo-label {
  margin: 0;
  padding: 0;
  min-width: 25%;
  font-weight: 500;
}
.eventinfo-label:before {
  text-align: center;
  font-weight: normal;
  display: inline-block;
  vertical-align: baseline;
  width: 32px;
  margin-right: 12px;
  font-family: "FontAwesome", sans-serif;
}
.eventinfo-label:after {
  content: ":";
}
@media (max-width: 513px) {
  .eventinfo-label:before {
    display: none;
    width: auto;
    float: right;
    opacity: 0.7;
    margin: 0;
  }
}
.eventinfo-date .eventinfo-label:before {
  content: "\f073";
}
.eventinfo-time .eventinfo-label:before {
  content: "\f017";
}
.eventinfo-place .eventinfo-label:before {
  content: "\f041";
}
.eventinfo-phone .eventinfo-label:before {
  content: "\f095";
}
.eventinfo-mail .eventinfo-label:before {
  content: "\f0e0";
}
.eventinfo-website .eventinfo-label:before {
  content: "\f0ac";
}
.eventinfo-label,
.eventinfo-value {
  display: table-cell;
  text-align: left;
  padding: 6px 0;
}
.eventinfo-label:last-child,
.eventinfo-value:last-child {
  padding-left: 16px;
}
@media (max-width: 513px) {
  .eventinfo-label,
  .eventinfo-value {
    display: block;
    width: 100%;
  }
  .eventinfo-label,
  .eventinfo-value,
  .eventinfo-label:last-child,
  .eventinfo-value:last-child {
    padding: 0;
  }
}
.eventinfo-label a,
.eventinfo-value a {
  text-decoration: none;
  color: #25897d;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.eventinfo-label a:hover,
.eventinfo-value a:hover {
  color: #264653;
}
.eventinfo-label p,
.eventinfo-value p {
  margin: 0;
}
.teaser {
  clear: both;
  overflow: visible;
}
.teaser:first-child {
  margin-top: 0;
}
.teaser.teaser-block {
  clear: both;
  overflow: visible;
  margin: 0 -16px 0 -16px;
  /*
        @media @responsive-mobile {
            margin: 0 -(@size-margin-half / 2);
        }
*/
}
@media (max-width: 992px) {
  .teaser.teaser-block {
    margin: 0;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    padding-bottom: 12px;
    white-space: nowrap;
  }
}
.teaser.teaser-block::-webkit-scrollbar {
  display: none;
}
.teaser .owl-carousel {
  clear: both;
  overflow: visible;
  margin: 0 -27.82608696px 0 -16px;
}
@media (max-width: 992px) {
  .teaser .owl-carousel {
    margin: 0 -8px;
  }
}
@media (max-width: 767px) {
  .teaser .owl-carousel {
    margin: 0;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.teaser-item {
  clear: both;
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 0 32px 0;
  min-height: 212px;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-item.teaser-item-no-thumbnail {
  min-height: inherit;
  margin: 0 0 32px 0;
}
.teaser-item:nth-of-type(odd) {
  animation-delay: 0.25s !important;
}
.teaser-item:nth-of-type(even) {
  animation-delay: 0.5s !important;
}
.teaser-item:nth-child(3n+0) {
  animation-delay: 0.75s !important;
}
.teaser-item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .teaser-item {
    min-height: 0;
  }
  .teaser-item:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 513px) {
  .teaser-item {
    margin: 0;
    padding: 16px 0 0 0;
  }
  .teaser-item:first-child {
    padding-top: 0;
  }
  .teaser-item:last-of-type {
    padding-bottom: 0;
  }
}
.teaser-item > * {
  text-align: left;
  margin: 0;
}
.teaser-item > *:before {
  content: none;
}
.teaser-item > *:not(.teaser-thumbnail) {
  padding: 0 0 0 32px;
  margin-left: 300px;
}
@media (max-width: 992px) {
  .teaser-item > *:not(.teaser-thumbnail) {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 513px) {
  .teaser-item > *:not(.teaser-thumbnail) {
    text-align: left;
    margin-left: 140px;
    padding-left: 0;
  }
}
@media (max-width: 513px) {
  .teaser-item > * {
    text-align: left;
    margin-left: 128px;
  }
}
.teaser-item.teaser-item-no-thumbnail > *:not(.teaser-thumbnail) {
  padding: 0;
  margin-left: 0;
}
@media (max-width: 992px) {
  .teaser-item.teaser-item-no-thumbnail > *:not(.teaser-thumbnail) {
    padding: 0;
  }
}
@media (max-width: 513px) {
  .teaser-item.teaser-item-no-thumbnail > *:not(.teaser-thumbnail) {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 513px) {
  .teaser-item > .teaser-link {
    padding-left: 140px !important;
    display: none;
  }
  .teaser-item > .teaser-title {
    font-size: 1.225rem;
  }
  .teaser-item > .teaser-text {
    margin-bottom: 0;
  }
}
.teaser-item.no-thumbnail {
  min-height: 0;
}
.teaser-item.no-thumbnail li:not(.pic) {
  margin-left: 0;
  padding-left: 0;
}
.teaser-item.no-thumbnail li:not(.pic).title {
  padding-top: 0;
}
.teaser-item.no-thumbnail li:not(.pic).pic,
.teaser-item.no-thumbnail li:not(.pic).title a:before {
  display: none;
}
.teaser.teaser-block:not(.owl-carousel) .teaser-item {
  float: left;
  clear: none;
  display: block;
  overflow: visible;
  position: relative;
  box-sizing: border-box;
  width: 33%;
  min-height: 0;
  padding: 0 16px;
  margin: 32px 0 0 0;
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.teaser-block:not(.owl-carousel) .teaser-item:hover .teaser-thumbnail,
.teaser.teaser-block:not(.owl-carousel) .teaser-item:hover .teaser-title {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.teaser.teaser-block:not(.owl-carousel) .teaser-item:nth-of-type(odd) {
  animation-delay: 0.25s !important;
}
.teaser.teaser-block:not(.owl-carousel) .teaser-item:nth-of-type(even) {
  animation-delay: 0.5s !important;
}
.teaser.teaser-block:not(.owl-carousel) .teaser-item:nth-child(3n+0) {
  animation-delay: 0.75s !important;
}
.teaser.teaser-block:not(.owl-carousel) .teaser-item > * {
  padding-left: 0;
  margin-left: 0;
  float: none;
}
@media (max-width: 992px) {
  .teaser.teaser-block:not(.owl-carousel) .teaser-item {
    margin-top: 16px;
  }
}
@media (max-width: 992px) {
  .teaser.teaser-block:not(.owl-carousel) .teaser-item {
    display: inline-block;
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
    width: 40%;
    margin-left: 12px;
    margin-right: 0 !important;
  }
  .teaser.teaser-block:not(.owl-carousel) .teaser-item:first-child {
    margin-left: 16px !important;
  }
  .teaser.teaser-block:not(.owl-carousel) .teaser-item:last-child {
    margin-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .teaser.teaser-block:not(.owl-carousel) .teaser-item {
    width: 66%;
  }
}
@media (min-width: 993px) {
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item {
    width: 50%;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(1),
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(2) {
    margin-top: 0;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(1n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(2n+1) {
    clear: both;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(3n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(4n+1) {
    clear: both;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-2 .teaser-item:nth-child(5n+1) {
    clear: none;
  }
}
@media (min-width: 993px) {
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item {
    width: 33.3%;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(1),
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(2),
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(3) {
    margin-top: 0;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(1n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(2n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(3n+1) {
    clear: both;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(4n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-item:nth-child(5n+1) {
    clear: none;
  }
}
@media (min-width: 993px) {
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item {
    width: 25%;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(1),
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(2),
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(3),
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(4) {
    margin-top: 0;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(1n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(2n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(3n+1) {
    clear: none;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(4n+1) {
    clear: both;
  }
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-item:nth-child(5n+1) {
    clear: none;
  }
}
.teaser.owl-carousel .teaser-item {
  margin-right: 12px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.owl-carousel .teaser-item:hover .teaser-thumbnail,
.teaser.owl-carousel .teaser-item:hover .teaser-title {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.teaser.owl-carousel .owl-item:nth-of-type(odd) .teaser-item {
  animation-delay: 0.25s !important;
}
.teaser.owl-carousel .owl-item:nth-of-type(even) .teaser-item {
  animation-delay: 0.5s !important;
}
.teaser.owl-carousel .owl-item:nth-child(3n+0) .teaser-item {
  animation-delay: 0.75s !important;
}
.teaser-thumbnail {
  margin: 0;
  float: left;
  position: relative;
  margin: 0 0 32px 0;
  padding: 0;
  width: 300px;
  height: 180px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-thumbnail:after {
  z-index: 910 !important;
  content: "\f105";
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-thumbnail:after:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
@media (max-width: 513px) {
  .teaser-thumbnail:after {
    right: 24px;
  }
}
@media (max-width: 513px) {
  .teaser-thumbnail {
    width: 140px;
    height: 128px;
    float: left;
    margin-bottom: 16px;
  }
}
.teaser-thumbnail:hover {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.teaser-thumbnail-link,
.teaser-thumbnail img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 180px;
  border-radius: 5px 5px 5px 5px;
}
@media (max-width: 513px) {
  .teaser-thumbnail-link,
  .teaser-thumbnail img {
    height: 128px;
    width: 128px;
  }
}
.teaser-thumbnail-link {
  background: #2e5564;
  background-image: url("img/layout/teaser-background.png");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120% auto;
  position: absolute;
  overflow: hidden;
  z-index: 900;
  left: 0;
  top: 0;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 5px 5px 5px 5px;
}
.teaser-thumbnail-link:hover {
  background-color: #25897d;
  background-size: 132%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-thumbnail-link:hover img {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.teaser-thumbnail-link {
  -webkit-transition: background;
  -o-transition: background;
  transition: background;
  transition: background 0.9s ease 0s;
  transition-timing-function: ease-out;
  -webkit-box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  -moz-box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
  box-shadow: 0 16px 16px -16px rgba(13, 24, 28, 0.5);
}
.teaser-thumbnail-link-no-thumbnail {
  background: #2e5564;
  background-image: url("img/layout/teaser-background.png");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120% auto;
  position: absolute;
  overflow: hidden;
  z-index: 900;
  left: 0;
  top: 0;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-thumbnail-link-no-thumbnail:before {
  display: none;
}
.teaser-thumbnail-link:hover {
  background-color: #25897d;
  background-size: 132%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-thumbnail-link:hover img {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.teaser-thumbnail img {
  object-fit: cover;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.teaser-block .teaser-thumbnail {
  float: none;
  overflow: visible;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 60%;
}
@media (max-width: 992px) {
  .teaser.teaser-block .teaser-thumbnail {
    padding-bottom: 80%;
  }
}
.teaser.teaser-block .teaser-thumbnail:after {
  display: none;
}
.teaser.teaser-block .teaser-thumbnail-link,
.teaser.teaser-block .teaser-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 5px 5px;
}
.teaser.teaser-block .teaser-thumbnail-link {
  background: #2e5564;
  background-image: url("img/layout/teaser-background.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  overflow: hidden;
  z-index: 900;
  left: 0;
  top: 0;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.teaser-block .teaser-thumbnail-link:hover {
  background-color: #25897d;
  background-size: 132%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.teaser-block .teaser-thumbnail-link:hover img {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.teaser.teaser-block .teaser-thumbnail img {
  position: absolute;
  object-fit: cover;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.owl-carousel .teaser-thumbnail {
  float: none;
  overflow: visible;
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 60%;
}
@media (max-width: 992px) {
  .teaser.owl-carousel .teaser-thumbnail {
    padding-bottom: 100%;
  }
}
.teaser.owl-carousel .teaser-thumbnail:after {
  display: none;
}
.teaser.owl-carousel .teaser-thumbnail-link,
.teaser.owl-carousel .teaser-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 5px 5px;
}
.teaser.owl-carousel .teaser-thumbnail-link {
  background: #264653;
  background-image: url("img/layout/teaser-background.png");
  background-size: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120% auto;
  position: absolute;
  overflow: hidden;
  z-index: 900;
  left: 0;
  top: 0;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.owl-carousel .teaser-thumbnail-link:after {
  display: none;
}
.teaser.owl-carousel .teaser-thumbnail-link:hover {
  background-color: #25897d;
  background-size: 132%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.owl-carousel .teaser-thumbnail-link:hover img {
  transform: translate3d(0, 0, 0) scale(1.1);
}
.teaser.owl-carousel .teaser-thumbnail img {
  position: absolute;
  object-fit: cover;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-title {
  vertical-align: middle;
  font-size: 1.5rem;
  margin-bottom: 6px;
  line-height: 1.2;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
}
.teaser-title:after {
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  right: 0;
  bottom: 24px;
}
.teaser-title:after:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
@media (max-width: 513px) {
  .teaser-title {
    padding-top: 6px;
    margin-bottom: 6px;
    font-size: 1.375rem;
  }
}
.teaser-title-link {
  padding: 0;
  color: #264653;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (max-width: 513px) {
  .teaser-title-link {
    display: block;
  }
}
.teaser-title-link:hover,
.teaser-title-link:active,
.teaser-title-link:focus {
  text-decoration: none;
  color: #2a9d8f;
}
.teaser.teaser-block .teaser-title,
.teaser.owl-carousel .teaser-title {
  background-image: linear-gradient(to bottom, rgba(38, 70, 83, 0), ease-in-out, rgba(38, 70, 83, 0.8));
  position: absolute;
  pointer-events: none;
  vertical-align: middle;
  font-size: 1.875rem;
  font-weight: 700;
  bottom: 0;
  margin: 0;
  z-index: 900;
  height: 100%;
  line-height: 1.2;
  left: 16px;
  right: 16px;
  color: #ffffff;
  overflow: hidden;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser.teaser-block .teaser-title:after,
.teaser.owl-carousel .teaser-title:after {
  z-index: 910;
  content: "\f105";
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: rgba(42, 157, 143, 0.9);
  font-family: "FontAwesome", sans-serif;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  right: 24px !important;
  bottom: 18px !important;
}
.teaser.teaser-block .teaser-title:after:hover,
.teaser.owl-carousel .teaser-title:after:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
@media (max-width: 992px) {
  .teaser.teaser-block .teaser-title,
  .teaser.owl-carousel .teaser-title {
    left: 8px;
    right: 8px;
  }
}
@media (max-width: 767px) {
  .teaser.teaser-block .teaser-title,
  .teaser.owl-carousel .teaser-title {
    left: 0;
    right: 0;
  }
}
.teaser.teaser-block .teaser-title:before,
.teaser.owl-carousel .teaser-title:before {
  content: "\f061";
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  bottom: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  right: calc(50% - (32px / 2));
  bottom: 32px;
  display: none;
}
.teaser.teaser-block .teaser-title:before:hover,
.teaser.owl-carousel .teaser-title:before:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.teaser.teaser-block .teaser-title-link,
.teaser.owl-carousel .teaser-title-link {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  text-align: left;
  padding: 24px 64px 24px 24px;
  color: #ffffff;
  text-shadow: 0 0 16px rgba(38, 70, 83, 0.6);
}
@media (max-width: 992px) {
  .teaser.teaser-block .teaser-title-link,
  .teaser.owl-carousel .teaser-title-link {
    padding: 16px 64px 24px 24px;
  }
}
.teaser.teaser-block .teaser-title-link .teaser-title-text,
.teaser.owl-carousel .teaser-title-link .teaser-title-text {
  display: block;
  padding: 0;
  width: fit-content;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 992px) {
  .teaser.teaser-block .teaser-title-link .teaser-title-text,
  .teaser.owl-carousel .teaser-title-link .teaser-title-text {
    font-size: 1rem;
    white-space: initial;
  }
}
@media (max-width: 513px) {
  .teaser.teaser-block .teaser-title-link .teaser-title-text,
  .teaser.owl-carousel .teaser-title-link .teaser-title-text {
    font-size: 1.375rem;
  }
}
.teaser.teaser-block .teaser-title-link .teaser-title-parent,
.teaser.owl-carousel .teaser-title-link .teaser-title-parent {
  font-size: 0.75rem;
}
.teaser.teaser-block .teaser-title-link .teaser-title-snippet,
.teaser.owl-carousel .teaser-title-link .teaser-title-snippet {
  display: block;
  margin-top: 6px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.teaser.teaser-block .teaser-title-link .teaser-title-snippet:empty,
.teaser.owl-carousel .teaser-title-link .teaser-title-snippet:empty {
  display: none;
}
@media (max-width: 767px) {
  .teaser.teaser-block .teaser-title-link .teaser-title-snippet,
  .teaser.owl-carousel .teaser-title-link .teaser-title-snippet {
    font-size: 0.875rem;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
}
@media (max-width: 513px) {
  .teaser.teaser-block .teaser-title-link .teaser-title-snippet,
  .teaser.owl-carousel .teaser-title-link .teaser-title-snippet {
    font-size: 0.75rem;
    margin-top: 6px;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
}
.teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-title-link .teaser-title-text {
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  .teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-title-link .teaser-title-text {
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
}
.teaser.teaser-block:not(.owl-carousel).teaser-in-row-3 .teaser-title-link .teaser-title-snippet {
  font-size: 0.875rem;
}
.teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-title-link .teaser-title-text {
  font-size: 1rem;
}
.teaser.teaser-block:not(.owl-carousel).teaser-in-row-4 .teaser-title-link .teaser-title-snippet {
  display: none;
}
.teaser.owl-carousel .teaser-title {
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  height: 0;
  margin: 0;
  top: 0;
  padding-bottom: 60%;
}
@media (max-width: 992px) {
  .teaser.owl-carousel .teaser-title {
    padding-bottom: 100%;
  }
}
.teaser-eventdate {
  margin-bottom: 6px;
}
.teaser-eventdate-text {
  vertical-align: middle;
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(51, 51, 51, 0.6);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.teaser-eventdate-text:empty {
  display: none;
}
.teaser.teaser-block .teaser-eventdate,
.teaser.owl-carousel .teaser-eventdate {
  display: none;
}
.teaser-parent {
  display: none;
  margin-bottom: 12px;
}
.teaser-parent.categories {
  display: block;
}
.teaser-parent-link,
.teaser-parent a {
  display: inline-block;
  padding: 6px;
  background: #ffffff;
  color: rgba(51, 51, 51, 0.6);
  font-size: 0.75rem;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 5px 5px 5px 5px;
}
.teaser-parent-link:hover,
.teaser-parent a:hover {
  text-decoration: none;
  background: #264653;
  color: #ffffff;
}
.teaser-parent .post-categories {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.teaser-parent .post-categories li {
  display: inline-block;
  margin: 0 6px 0 0;
}
.teaser-parent .post-categories li:last-child {
  margin-right: 0;
}
.teaser-text {
  text-align: left;
  font-weight: 500;
  font-size: 1rem;
  color: #333;
  margin-bottom: 16px;
}
.teaser-text p {
  margin: 0;
}
@media (max-width: 513px) {
  .teaser-text,
  .teaser-text p {
    text-align: left;
    font-size: 1rem;
  }
}
.teaser.tags {
  margin-bottom: 16px;
}
.teaser.tags .tag-container {
  font-size: 0;
  padding-left: 24px;
  color: rgba(51, 51, 51, 0.6);
}
.teaser.tags .tag-container:empty:after {
  content: "—";
  font-size: 0.875rem;
}
.teaser.tags .tag-container:before {
  width: 24px;
  margin-left: -24px;
  content: "\f02c";
  font-size: 0.75rem;
  margin-right: 6px;
  font-family: "FontAwesome", sans-serif;
}
.teaser.tags .tag-container a {
  display: inline-block;
  background: transparent;
  font-size: 0.75rem;
  padding: 3px 6px;
  color: rgba(51, 51, 51, 0.6);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 5px 5px 5px 5px;
}
.teaser.tags .tag-container a:hover {
  background: #264653;
  color: #ffffff;
}
.teaser-link {
  font-size: 0;
}
.teaser-link-button {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  height: 32px;
  line-height: 32px;
  font-size: 0.875rem;
  padding: 0 24px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  margin-top: 0;
}
.teaser-link-button:hover,
.teaser-link-button:focus,
.teaser-link-button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.teaser-link-button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.teaser-link-button .fa-45,
.teaser-link-button .fa-45.right,
.teaser-link-button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.teaser-link-button .fa-45.left,
.teaser-link-button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.teaser-link-button.margin-bottom {
  margin-bottom: 32px;
}
.teaser-link-button .fa-45 {
  line-height: 32px;
}
.teaser-link-button .fa-45,
.teaser-link-button .fa-45.right,
.teaser-link-button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.teaser-link-button .fa-45.left,
.teaser-link-button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.teaser-link-button::after {
  content: "\f105";
  padding-left: 6px;
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 513px) {
  .teaser-link-button {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.teaser.owl-carousel .teaser-link {
  display: none;
}
.teaser.owl-carousel .teaser-text {
  display: none;
}
.teaser.teaser-block .teaser-item > *:not(.teaser-title):not(.teaser-thumbnail) {
  display: none;
}
.col-md-8 .teaser-block:not(.owl-carousel) {
  display: flow-root;
}
@media (max-width: 767px) {
  .col-md-8 .teaser-block:not(.owl-carousel) {
    display: block;
  }
}
@media (min-width: 993px) {
  .col-md-8 .teaser-block:not(.owl-carousel)-item {
    width: 50%;
  }
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(1),
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(2) {
    margin-top: 0;
  }
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(1n+1) {
    clear: none;
  }
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(2n+1) {
    clear: both;
  }
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(3n+1) {
    clear: none;
  }
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(4n+1) {
    clear: both;
  }
  .col-md-8 .teaser-block:not(.owl-carousel)-item:nth-child(5n+1) {
    clear: none;
  }
}
.col-md-8 .teaser-block:not(.owl-carousel).teaser-block .teaser-title-link {
  bottom: 12px;
  padding: 12px 24px !important;
}
.col-md-8 .teaser-block:not(.owl-carousel).teaser-block .teaser-title-link .teaser-title-text {
  padding: 0;
  font-size: 1.225rem !important;
}
.col-md-8 .teaser-block:not(.owl-carousel).teaser-block .teaser-title-link .teaser-title-snippet {
  display: none;
}
.col-md-8 .teaser-block:not(.owl-carousel).teaser-block .teaser-title:after {
  display: block;
  text-align: center;
  position: absolute;
  box-sizing: content-box;
  right: 12px;
  color: #ffffff;
  font-size: 0.75rem;
  height: 32px;
  width: 32px;
  z-index: 100;
  line-height: 32px;
  background: #2a9d8f;
  font-family: "FontAwesome", sans-serif;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  right: 24px;
  bottom: 12px;
}
.col-md-8 .teaser-block:not(.owl-carousel).teaser-block .teaser-title:after:hover {
  text-decoration: none;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.related {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.related-item:not(:last-child) {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .related-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.related-button {
  width: auto;
  overflow: hidden;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 15px 0 0;
  height: 32px;
  line-height: 32px;
  background: #2a9d8f;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
@media (max-width: 992px) {
  .related-button {
    height: 24px;
    line-height: 24px;
  }
}
.related-button:before {
  float: left;
  display: block;
  text-align: center;
  font-weight: normal;
  content: "\f0c1";
  height: 32px;
  width: 38px;
  color: #ffffff;
  background: #2fb1a1;
  padding-left: 3px;
  margin-right: 12px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 992px) {
  .related-button:before {
    height: 24px;
    width: 30px;
    line-height: 24px;
    margin-right: 9px;
  }
}
.related-button:empty {
  padding-right: 0;
}
.related-button:empty:before {
  margin: 0;
  padding: 0;
}
.related-button:hover {
  text-decoration: none;
  background: #2fb1a1;
  color: #ffffff;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.related-button:hover:before {
  background: #25897d;
  color: #ffffff;
}
.related-tags .related-button:before {
  content: "\f02b";
}
.related-internal .related-button:before {
  content: "\f0f6";
}
.related-external .related-button:before {
  content: "\f0c1";
}
.related_teaser .teaser-block {
  display: flow-root;
  margin-bottom: 32px;
}
.related_teaser .box {
  margin-bottom: 32px;
}
.tag-cloud {
  font-size: 0;
  margin: -3px;
  overflow-x: auto;
}
.tag-cloud-link,
.tag-cloud a {
  display: inline-block;
  max-width: 95%;
  font-weight: 500;
  margin: 3px;
  padding: 3px 6px;
  font-size: 0.875rem !important;
  background: #ffffff;
  color: #2a9d8f;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 5px 5px 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-cloud-link:Hover,
.tag-cloud a:Hover {
  color: #ffffff;
  background: #264653;
}
.post-categories {
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
.post-categories li {
  display: inline-block;
}
.post-categories-link,
.post-categories a {
  width: auto;
  overflow: hidden;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  padding: 0 15px 0 0;
  height: 32px;
  line-height: 32px;
  background: #2a9d8f;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  margin: 3px;
}
@media (max-width: 992px) {
  .post-categories-link,
  .post-categories a {
    height: 24px;
    line-height: 24px;
  }
}
.post-categories-link:before,
.post-categories a:before {
  float: left;
  display: block;
  text-align: center;
  font-weight: normal;
  content: "\f022";
  height: 32px;
  width: 38px;
  color: #ffffff;
  background: #2fb1a1;
  padding-left: 3px;
  margin-right: 12px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 992px) {
  .post-categories-link:before,
  .post-categories a:before {
    height: 24px;
    width: 30px;
    line-height: 24px;
    margin-right: 9px;
  }
}
.post-categories-link:empty,
.post-categories a:empty {
  padding-right: 0;
}
.post-categories-link:empty:before,
.post-categories a:empty:before {
  margin: 0;
  padding: 0;
}
.post-categories-link:hover,
.post-categories a:hover {
  text-decoration: none;
  background: #2fb1a1;
  color: #ffffff;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.post-categories-link:hover:before,
.post-categories a:hover:before {
  background: #25897d;
  color: #ffffff;
}
.navigation.pagination {
  overflow: hidden;
  margin: 32px 0;
}
@media (max-width: 992px) {
  .navigation.pagination {
    margin: 16px 0;
  }
}
.navigation.pagination:first-child {
  margin-top: 0;
}
.navigation.pagination:last-child {
  margin-bottom: 0;
  clear: left;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.nav-links,
.ptb_pagenav {
  overflow: hidden;
  padding: 8px;
  background: #e0eec6;
  border-radius: 5px 5px 5px 5px;
}
@media (max-width: 992px) {
  .nav-links,
  .ptb_pagenav {
    padding: 10px;
  }
}
.nav-links .page-numbers,
.ptb_pagenav .page-numbers {
  float: left;
  display: block;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 8px;
  font-size: 1rem;
  line-height: 48px;
  height: 48px;
  width: 48px;
  background: #ffffff;
  color: #333;
  border-radius: 10px 10px 10px 10px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
@media (max-width: 992px) {
  .nav-links .page-numbers,
  .ptb_pagenav .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.875rem;
    margin: 6px;
    border-radius: 10px 10px 10px 10px;
  }
}
.nav-links .page-numbers:not(.dots):not(.current):hover,
.ptb_pagenav .page-numbers:not(.dots):not(.current):hover {
  text-decoration: none;
  background: #2a9d8f;
  color: #ffffff;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.nav-links .page-numbers.current,
.ptb_pagenav .page-numbers.current {
  background: #2e5564;
  color: #ffffff;
}
.nav-links .page-numbers.next:after,
.ptb_pagenav .page-numbers.next:after {
  content: "\f178";
  margin-left: 6px;
}
.nav-links .page-numbers.prev:before,
.ptb_pagenav .page-numbers.prev:before {
  content: "\f177";
  margin-right: 6px;
}
.nav-links .page-numbers.next,
.ptb_pagenav .page-numbers.next,
.nav-links .page-numbers.prev,
.ptb_pagenav .page-numbers.prev {
  width: auto;
  padding: 0 16px;
}
.nav-links .page-numbers.next:before,
.ptb_pagenav .page-numbers.next:before,
.nav-links .page-numbers.prev:before,
.ptb_pagenav .page-numbers.prev:before,
.nav-links .page-numbers.next:after,
.ptb_pagenav .page-numbers.next:after,
.nav-links .page-numbers.prev:after,
.ptb_pagenav .page-numbers.prev:after {
  font-family: "FontAwesome", sans-serif;
}
@media (max-width: 992px) {
  .nav-links .page-numbers.next,
  .ptb_pagenav .page-numbers.next,
  .nav-links .page-numbers.prev,
  .ptb_pagenav .page-numbers.prev {
    width: 32px;
    padding: 0;
    font-size: 0;
  }
  .nav-links .page-numbers.next:before,
  .ptb_pagenav .page-numbers.next:before,
  .nav-links .page-numbers.prev:before,
  .ptb_pagenav .page-numbers.prev:before,
  .nav-links .page-numbers.next:after,
  .ptb_pagenav .page-numbers.next:after,
  .nav-links .page-numbers.prev:after,
  .ptb_pagenav .page-numbers.prev:after {
    margin: 0;
    font-size: 0.875rem;
  }
}
.nav-links .page-numbers.dots,
.ptb_pagenav .page-numbers.dots {
  opacity: 0.5;
}
.content .search-query,
.content .search-count {
  font-weight: 500;
  color: #2a9d8f;
}
.content .search-title {
  font-weight: 500;
  margin-bottom: 16px;
}
.content .search-title.not-found {
  margin-bottom: 0;
}
.content .search-title.not-found h5 {
  margin-bottom: 16px;
}
.content .search-title.not-found p:last-child {
  margin-bottom: 0;
}
.content .search {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .content .search {
    margin-bottom: 16px;
  }
}
.content .search .search-input {
  -webkit-appearance: none;
  border: none;
  outline: none;
  resize: none;
  font-weight: normal;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 1rem;
  color: #333;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 16px;
  line-height: 24px;
  box-shadow: inset 0 0 0 2px rgba(42, 157, 143, 0);
  border-radius: 10px 10px 10px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  width: 256px;
}
.content .search .search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.content .search .search-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.content .search .search-input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.content .search .search-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.content .search .search-input:hover,
.content .search .search-input:active {
  outline: none;
  box-shadow: inset 0 0 0 2px #2a9d8f;
}
.content .search .search-input:focus {
  outline: none;
  color: #264653;
  box-shadow: inset 0 0 0 2px #264653;
}
@media (max-width: 513px) {
  .content .search .search-input {
    width: 100%;
    display: block;
    margin-bottom: 12px;
  }
}
.content .search .search-submit {
  -webkit-appearance: none;
  outline: none;
  border: none;
  text-align: center;
  background: #264653;
  color: #ffffff;
  font-size: 1rem;
  padding: 0 32px;
  margin-left: 16px;
  height: 48px;
  line-height: 48px;
  border-radius: 48px / 2 48px / 2 48px / 2 48px / 2;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 513px) {
  .content .search .search-submit {
    width: 100%;
    display: block;
    margin: 0;
  }
}
.content .search .search-submit .fa-45 {
  font-size: 1rem;
  margin-left: 6px;
}
.content .search .search-submit:hover {
  background: #2a9d8f;
  color: #ffffff;
}
.mobile-menu-navigation .search {
  overflow: hidden;
  position: relative;
  font-size: 0;
  padding: 0 16px;
  margin-bottom: 16px;
}
.mobile-menu-navigation .search .search-input {
  -webkit-appearance: none;
  border: none;
  outline: none;
  resize: none;
  font-weight: normal;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 1rem;
  color: #333;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 16px;
  line-height: 24px;
  box-shadow: inset 0 0 0 2px rgba(42, 157, 143, 0);
  border-radius: 10px 10px 10px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  display: block;
  width: 100%;
  padding-right: 48px;
}
.mobile-menu-navigation .search .search-input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.mobile-menu-navigation .search .search-input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.mobile-menu-navigation .search .search-input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.mobile-menu-navigation .search .search-input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.mobile-menu-navigation .search .search-input:hover,
.mobile-menu-navigation .search .search-input:active {
  outline: none;
  box-shadow: inset 0 0 0 2px #2a9d8f;
}
.mobile-menu-navigation .search .search-input:focus {
  outline: none;
  color: #264653;
  box-shadow: inset 0 0 0 2px #264653;
}
.mobile-menu-navigation .search .search-submit {
  -webkit-appearance: none;
  outline: none;
  border: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 16px;
  padding: 0;
  font-size: 0;
  background: transparent;
  color: #333;
  height: 48px;
  width: 48px;
  line-height: 48px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.mobile-menu-navigation .search .search-submit .fa-45 {
  font-size: 1.225rem;
  line-height: inherit;
}
.mobile-menu-navigation .search .search-submit:hover {
  color: #2a9d8f;
}
.search-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background: rgba(51, 51, 51, 0.95);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity;
  -o-transition: opacity;
  transition: opacity;
  transition: opacity 0.9s ease 0s;
  transition-timing-function: ease-out;
}
@media (max-width: 992px) {
  .search-overlay {
    display: none;
  }
}
.search-overlay.search-overlay-open {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search-overlay .search-input {
  -webkit-appearance: none;
  position: absolute;
  text-align: center;
  outline: none;
  border: none;
  font-weight: 500;
  background: transparent;
  margin: 0 auto;
  top: 50%;
  left: 25%;
  width: 50%;
  padding: 12px;
  color: #ffffff;
  font-size: 2.375rem;
  height: 88px;
  line-height: 64px;
  margin-top: -88px;
}
.search-overlay .search-submit {
  -webkit-appearance: none;
  position: absolute;
  overflow: hidden;
  border: none;
  outline: none;
  font-weight: 500;
  top: 50%;
  left: 50%;
  padding: 0 16px;
  font-size: 1.375rem;
  background: #264653;
  color: #ffffff;
  height: 48px;
  line-height: 48px;
  width: 256px;
  margin-top: 32px;
  margin-left: -128px;
  border-radius: 48px / 2 48px / 2 48px / 2 48px / 2;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.search-overlay .search-submit .fa-45 {
  font-size: 1.375rem;
  margin-left: 6px;
}
.search-overlay .search-submit:hover {
  background: #2a9d8f;
  color: #ffffff;
}
.search-overlay-close {
  position: fixed;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-weight: normal;
  background-repeat: no-repeat;
  opacity: 1;
  top: 32px;
  right: 32px;
  font-size: 1.5rem;
  color: #ffffff;
  width: 48px;
  height: 48px;
  background-color: #264653;
  border-radius: 48px / 2 48px / 2 48px / 2 48px / 2;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.search-overlay-close:after {
  content: "\f00d";
  font-family: "FontAwesome", sans-serif;
}
.search-overlay-close:hover {
  text-decoration: none;
  color: #ffffff;
  background: #2a9d8f;
}
.search-overlay-close,
.search-overlay-close:after {
  line-height: 48px;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 p {
  margin: 0;
}
.wpcf7 p:not(:last-of-type) {
  margin-bottom: 16px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin-top: 6px;
}
.wpcf7 .wpcf7-form .ajax-loader {
  background-image: url("img/layout/lazyload.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 32px;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  opacity: 0;
  border-radius: 50% 50% 50% 50%;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.wpcf7 .wpcf7-form .ajax-loader.is-active {
  opacity: 1;
  background-color: #f2f2f2;
}
.wpcf7-text,
.wpcf7-textarea {
  -webkit-appearance: none;
  border: none;
  outline: none;
  resize: none;
  font-weight: normal;
  box-sizing: border-box;
  background: #f2f2f2;
  font-size: 1rem;
  color: #333;
  min-height: 48px;
  max-width: 100%;
  padding: 12px 16px;
  line-height: 24px;
  box-shadow: inset 0 0 0 2px rgba(42, 157, 143, 0);
  border-radius: 10px 10px 10px 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  width: 100%;
  margin: 0;
}
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.wpcf7-text::-moz-placeholder,
.wpcf7-textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.wpcf7-text:-moz-placeholder,
.wpcf7-textarea:-moz-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.wpcf7-text:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}
.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-text:active,
.wpcf7-textarea:active {
  outline: none;
  box-shadow: inset 0 0 0 2px #2a9d8f;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: none;
  color: #264653;
  box-shadow: inset 0 0 0 2px #264653;
}
.wpcf7-text.wpcf7-not-valid,
.wpcf7-textarea.wpcf7-not-valid {
  color: #E76F51;
  border-radius: 5px 5px 0 0;
  box-shadow: inset 0 0 0 2px #e76f51;
}
.wpcf7-submit {
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.wpcf7-submit:hover,
.wpcf7-submit:focus,
.wpcf7-submit:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.wpcf7-submit .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.wpcf7-submit .fa-45,
.wpcf7-submit .fa-45.right,
.wpcf7-submit .fa-45:last-child {
  margin: 0 0 0 6px;
}
.wpcf7-submit .fa-45.left,
.wpcf7-submit .fa-45:first-child {
  margin: 0 6px 0 0;
}
@media (max-width: 513px) {
  .wpcf7-recaptcha {
    transform-origin: top left;
    transform: scale(0.95);
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  background: #E76F51;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 6px 16px;
  border-radius: 0 0 5px 5px;
}
.wpcf7 noscript + .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-recaptcha + .wpcf7-not-valid-tip {
  margin-top: 6px;
  border-radius: 5px 5px 5px 5px;
}
.wpcf7 .wpcf7-response-output {
  border: none;
  background: #2a9d8f;
  color: #ffffff;
  margin: 16px 0 0 0;
  padding: 12px 16px;
  border-radius: 5px 5px 5px 5px;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
  background: #E76F51;
  color: #ffffff;
}
.sitemap {
  counter-reset: _sm1, _sm2, _sm3, _sm4;
}
.sitemap > ul {
  margin: 0 !important;
  padding: 0 !important;
  column-count: 2;
  column-gap: 16px;
}
@media (max-width: 767px) {
  .sitemap > ul {
    column-count: 1;
    column-gap: 0;
  }
}
.sitemap ul ul {
  padding-left: 32px;
  margin-top: 6px;
  border-left: 3px solid #f2f2f2;
}
@media (max-width: 767px) {
  .sitemap ul ul {
    padding-left: 16px;
  }
}
.sitemap li {
  margin-bottom: 6px;
}
.sitemap li:before {
  display: none !important;
}
.sitemap a {
  display: inline-block;
  max-width: 100%;
  background: #f2f2f2;
  color: #333;
  padding: 6px 16px;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sitemap a:before {
  margin-right: 12px;
  color: rgba(51, 51, 51, 0.6);
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.sitemap a:hover {
  color: #2a9d8f;
}
.sitemap > ul {
  counter-reset: _sm1;
}
.sitemap > ul > li {
  counter-increment: _sm1;
}
.sitemap > ul > li > a:before {
  content: counter(_sm1) ".";
}
.sitemap > ul > li > ul {
  counter-reset: _sm2;
}
.sitemap > ul > li > ul > li {
  counter-increment: _sm2;
}
.sitemap > ul > li > ul > li > a:before {
  content: counter(_sm1) "." counter(_sm2) ".";
}
.sitemap > ul > li > ul > li > ul {
  counter-reset: _sm3;
}
.sitemap > ul > li > ul > li > ul > li {
  counter-increment: _sm3;
}
.sitemap > ul > li > ul > li > ul > li > a:before {
  content: counter(_sm1) "." counter(_sm2) "." counter(_sm3) ".";
}
.sitemap > ul > li > ul > li > ul > li > ul {
  counter-reset: _sm4;
}
.sitemap > ul > li > ul > li > ul > li > ul > li {
  counter-increment: _sm4;
}
.sitemap > ul > li > ul > li > ul > li > ul > li > a:before {
  content: counter(_sm1) "." counter(_sm2) "." counter(_sm3) "." counter(_sm4) ".";
}
/**
	
	Gutenberg-Blöcke
	
**/
/*
	Tabellen
*/
.wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-block-table > thead > tr > th,
.wp-block-table > tbody > tr > th,
.wp-block-table > tfoot > tr > th,
.wp-block-table > thead > tr > td,
.wp-block-table > tbody > tr > td,
.wp-block-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.wp-block-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.wp-block-table > caption + thead > tr:first-child > th,
.wp-block-table > colgroup + thead > tr:first-child > th,
.wp-block-table > thead:first-child > tr:first-child > th,
.wp-block-table > caption + thead > tr:first-child > td,
.wp-block-table > colgroup + thead > tr:first-child > td,
.wp-block-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.wp-block-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.wp-block-table .table {
  background-color: #fff;
}
.wp-block-table > tbody > tr:nth-child(odd) > td,
.wp-block-table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/**
	
	Frame-Image
	
	Übergänge zwischen Sectionen
	
**/
.frame-image {
  display: none;
}
.frame-image.frame-image-primary.frame-image-top {
  background-image: url('img/layout/frame-01-primary-top.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 0;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-primary.frame-image-top {
    height: 22.5px;
    bottom: 0;
    margin-bottom: -22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-primary.frame-image-top {
    height: 15px;
    bottom: 0;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-primary.frame-image-bottom {
  background-image: url('img/layout/frame-01-primary-bottom.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-primary.frame-image-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-primary.frame-image-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-primary.frame-image-inverse-top {
  background-image: url('img/layout/frame-01-primary-top-inverse.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 0;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-primary.frame-image-inverse-top {
    height: 22.5px;
    bottom: 0;
    margin-bottom: -22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-primary.frame-image-inverse-top {
    height: 15px;
    bottom: 0;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-primary.frame-image-inverse-bottom {
  background-image: url('img/layout/frame-01-primary-bottom-inverse.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-primary.frame-image-inverse-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-primary.frame-image-inverse-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-secondary.frame-image-top {
  background-image: url('img/layout/frame-01-secondary-top.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 0;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-secondary.frame-image-top {
    height: 22.5px;
    bottom: 0;
    margin-bottom: -22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-secondary.frame-image-top {
    height: 15px;
    bottom: 0;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-secondary.frame-image-bottom {
  background-image: url('img/layout/frame-01-secondary-bottom.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-secondary.frame-image-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-secondary.frame-image-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-third.frame-image-top {
  background-image: url('img/layout/frame-01-third-top.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 0;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-third.frame-image-top {
    height: 22.5px;
    bottom: 0;
    margin-bottom: -22.5px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-third.frame-image-top {
    height: 15px;
    bottom: 0;
    margin-bottom: -15px;
  }
}
.frame-image.frame-image-third.frame-image-bottom {
  background-image: url('img/layout/frame-01-third-bottom.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  width: 100%;
  height: 30px;
  content: "";
  z-index: 700;
  position: relative;
  bottom: 30px;
  margin-bottom: -30px;
}
@media (max-width: 1024px) {
  .frame-image.frame-image-third.frame-image-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .frame-image.frame-image-third.frame-image-bottom {
    background-position-y: bottom;
    height: 15px;
    bottom: 15px;
    margin-bottom: -15px;
  }
}
.content .ui.black,
.content .ui.black.nav ul,
.content .ui.black.separate > li,
.content .ui.black.module-tab .tab-nav li,
.content .ui.black.vertical .tab-nav,
.content .ui.black.module-accordion .accordion-title,
.content .ui.black.window .bar,
.content .ui.black.module-tab.panel .tab-nav,
.content .ui.black:hover,
.content .ui.black.nav ul:hover,
.content .ui.black.separate > li:hover,
.content .ui.black.module-tab .tab-nav li:hover,
.content .ui.black.vertical .tab-nav:hover,
.content .ui.black.module-accordion .accordion-title:hover,
.content .ui.black.window .bar:hover,
.content .ui.black.module-tab.panel .tab-nav:hover {
  background-color: #000000 !important;
}
.content .ui.black,
.content .ui.black.nav li a,
.content .ui.black.nav ul li a,
.content .ui.black.module-tab .tab-nav li a,
.content .ui.black:hover,
.content .ui.black.nav li a:hover,
.content .ui.black.nav ul li a:hover,
.content .ui.black.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.gray,
.content .ui.gray.nav ul,
.content .ui.gray.separate > li,
.content .ui.gray.module-tab .tab-nav li,
.content .ui.gray.vertical .tab-nav,
.content .ui.gray.module-accordion .accordion-title,
.content .ui.gray.window .bar,
.content .ui.gray.module-tab.panel .tab-nav,
.content .ui.gray:hover,
.content .ui.gray.nav ul:hover,
.content .ui.gray.separate > li:hover,
.content .ui.gray.module-tab .tab-nav li:hover,
.content .ui.gray.vertical .tab-nav:hover,
.content .ui.gray.module-accordion .accordion-title:hover,
.content .ui.gray.window .bar:hover,
.content .ui.gray.module-tab.panel .tab-nav:hover {
  background-color: #aaaaaa !important;
}
.content .ui.gray,
.content .ui.gray.nav li a,
.content .ui.gray.nav ul li a,
.content .ui.gray.module-tab .tab-nav li a,
.content .ui.gray:hover,
.content .ui.gray.nav li a:hover,
.content .ui.gray.nav ul li a:hover,
.content .ui.gray.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.blue,
.content .ui.blue.nav ul,
.content .ui.blue.separate > li,
.content .ui.blue.module-tab .tab-nav li,
.content .ui.blue.vertical .tab-nav,
.content .ui.blue.module-accordion .accordion-title,
.content .ui.blue.window .bar,
.content .ui.blue.module-tab.panel .tab-nav,
.content .ui.blue:hover,
.content .ui.blue.nav ul:hover,
.content .ui.blue.separate > li:hover,
.content .ui.blue.module-tab .tab-nav li:hover,
.content .ui.blue.vertical .tab-nav:hover,
.content .ui.blue.module-accordion .accordion-title:hover,
.content .ui.blue.window .bar:hover,
.content .ui.blue.module-tab.panel .tab-nav:hover {
  background-color: #264653 !important;
}
.content .ui.blue,
.content .ui.blue.nav li a,
.content .ui.blue.nav ul li a,
.content .ui.blue.module-tab .tab-nav li a,
.content .ui.blue:hover,
.content .ui.blue.nav li a:hover,
.content .ui.blue.nav ul li a:hover,
.content .ui.blue.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.light-blue,
.content .ui.light-blue.nav ul,
.content .ui.light-blue.separate > li,
.content .ui.light-blue.module-tab .tab-nav li,
.content .ui.light-blue.vertical .tab-nav,
.content .ui.light-blue.module-accordion .accordion-title,
.content .ui.light-blue.window .bar,
.content .ui.light-blue.module-tab.panel .tab-nav,
.content .ui.light-blue:hover,
.content .ui.light-blue.nav ul:hover,
.content .ui.light-blue.separate > li:hover,
.content .ui.light-blue.module-tab .tab-nav li:hover,
.content .ui.light-blue.vertical .tab-nav:hover,
.content .ui.light-blue.module-accordion .accordion-title:hover,
.content .ui.light-blue.window .bar:hover,
.content .ui.light-blue.module-tab.panel .tab-nav:hover {
  background-color: #E0EEC6 !important;
}
.content .ui.light-blue,
.content .ui.light-blue.nav li a,
.content .ui.light-blue.nav ul li a,
.content .ui.light-blue.module-tab .tab-nav li a,
.content .ui.light-blue:hover,
.content .ui.light-blue.nav li a:hover,
.content .ui.light-blue.nav ul li a:hover,
.content .ui.light-blue.module-tab .tab-nav li a:hover {
  color: #333 !important;
}
.content .ui.green,
.content .ui.green.nav ul,
.content .ui.green.separate > li,
.content .ui.green.module-tab .tab-nav li,
.content .ui.green.vertical .tab-nav,
.content .ui.green.module-accordion .accordion-title,
.content .ui.green.window .bar,
.content .ui.green.module-tab.panel .tab-nav,
.content .ui.green:hover,
.content .ui.green.nav ul:hover,
.content .ui.green.separate > li:hover,
.content .ui.green.module-tab .tab-nav li:hover,
.content .ui.green.vertical .tab-nav:hover,
.content .ui.green.module-accordion .accordion-title:hover,
.content .ui.green.window .bar:hover,
.content .ui.green.module-tab.panel .tab-nav:hover {
  background-color: #37931b !important;
}
.content .ui.green,
.content .ui.green.nav li a,
.content .ui.green.nav ul li a,
.content .ui.green.module-tab .tab-nav li a,
.content .ui.green:hover,
.content .ui.green.nav li a:hover,
.content .ui.green.nav ul li a:hover,
.content .ui.green.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.light-green,
.content .ui.light-green.nav ul,
.content .ui.light-green.separate > li,
.content .ui.light-green.module-tab .tab-nav li,
.content .ui.light-green.vertical .tab-nav,
.content .ui.light-green.module-accordion .accordion-title,
.content .ui.light-green.window .bar,
.content .ui.light-green.module-tab.panel .tab-nav,
.content .ui.light-green:hover,
.content .ui.light-green.nav ul:hover,
.content .ui.light-green.separate > li:hover,
.content .ui.light-green.module-tab .tab-nav li:hover,
.content .ui.light-green.vertical .tab-nav:hover,
.content .ui.light-green.module-accordion .accordion-title:hover,
.content .ui.light-green.window .bar:hover,
.content .ui.light-green.module-tab.panel .tab-nav:hover {
  background-color: #71be59 !important;
}
.content .ui.light-green,
.content .ui.light-green.nav li a,
.content .ui.light-green.nav ul li a,
.content .ui.light-green.module-tab .tab-nav li a,
.content .ui.light-green:hover,
.content .ui.light-green.nav li a:hover,
.content .ui.light-green.nav ul li a:hover,
.content .ui.light-green.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.purple,
.content .ui.purple.nav ul,
.content .ui.purple.separate > li,
.content .ui.purple.module-tab .tab-nav li,
.content .ui.purple.vertical .tab-nav,
.content .ui.purple.module-accordion .accordion-title,
.content .ui.purple.window .bar,
.content .ui.purple.module-tab.panel .tab-nav,
.content .ui.purple:hover,
.content .ui.purple.nav ul:hover,
.content .ui.purple.separate > li:hover,
.content .ui.purple.module-tab .tab-nav li:hover,
.content .ui.purple.vertical .tab-nav:hover,
.content .ui.purple.module-accordion .accordion-title:hover,
.content .ui.purple.window .bar:hover,
.content .ui.purple.module-tab.panel .tab-nav:hover {
  background-color: #6966ee !important;
}
.content .ui.purple,
.content .ui.purple.nav li a,
.content .ui.purple.nav ul li a,
.content .ui.purple.module-tab .tab-nav li a,
.content .ui.purple:hover,
.content .ui.purple.nav li a:hover,
.content .ui.purple.nav ul li a:hover,
.content .ui.purple.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.light-purple,
.content .ui.light-purple.nav ul,
.content .ui.light-purple.separate > li,
.content .ui.light-purple.module-tab .tab-nav li,
.content .ui.light-purple.vertical .tab-nav,
.content .ui.light-purple.module-accordion .accordion-title,
.content .ui.light-purple.window .bar,
.content .ui.light-purple.module-tab.panel .tab-nav,
.content .ui.light-purple:hover,
.content .ui.light-purple.nav ul:hover,
.content .ui.light-purple.separate > li:hover,
.content .ui.light-purple.module-tab .tab-nav li:hover,
.content .ui.light-purple.vertical .tab-nav:hover,
.content .ui.light-purple.module-accordion .accordion-title:hover,
.content .ui.light-purple.window .bar:hover,
.content .ui.light-purple.module-tab.panel .tab-nav:hover {
  background-color: #c1c5ee !important;
}
.content .ui.light-purple,
.content .ui.light-purple.nav li a,
.content .ui.light-purple.nav ul li a,
.content .ui.light-purple.module-tab .tab-nav li a,
.content .ui.light-purple:hover,
.content .ui.light-purple.nav li a:hover,
.content .ui.light-purple.nav ul li a:hover,
.content .ui.light-purple.module-tab .tab-nav li a:hover {
  color: #333 !important;
}
.content .ui.brown,
.content .ui.brown.nav ul,
.content .ui.brown.separate > li,
.content .ui.brown.module-tab .tab-nav li,
.content .ui.brown.vertical .tab-nav,
.content .ui.brown.module-accordion .accordion-title,
.content .ui.brown.window .bar,
.content .ui.brown.module-tab.panel .tab-nav,
.content .ui.brown:hover,
.content .ui.brown.nav ul:hover,
.content .ui.brown.separate > li:hover,
.content .ui.brown.module-tab .tab-nav li:hover,
.content .ui.brown.vertical .tab-nav:hover,
.content .ui.brown.module-accordion .accordion-title:hover,
.content .ui.brown.window .bar:hover,
.content .ui.brown.module-tab.panel .tab-nav:hover {
  background-color: #93561b !important;
}
.content .ui.brown,
.content .ui.brown.nav li a,
.content .ui.brown.nav ul li a,
.content .ui.brown.module-tab .tab-nav li a,
.content .ui.brown:hover,
.content .ui.brown.nav li a:hover,
.content .ui.brown.nav ul li a:hover,
.content .ui.brown.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.orange,
.content .ui.orange.nav,
.content .ui.orange.nav ul,
.content .ui.orange.separate > li,
.content .ui.orange.module-tab .tab-nav li,
.content .ui.orange.vertical .tab-nav,
.content .ui.orange.module-accordion .accordion-title,
.content .ui.orange.window .bar,
.content .ui.orange.module-tab.panel .tab-nav,
.content .ui.orange:hover,
.content .ui.orange.nav:hover,
.content .ui.orange.nav ul:hover,
.content .ui.orange.separate > li:hover,
.content .ui.orange.module-tab .tab-nav li:hover,
.content .ui.orange.vertical .tab-nav:hover,
.content .ui.orange.module-accordion .accordion-title:hover,
.content .ui.orange.window .bar:hover,
.content .ui.orange.module-tab.panel .tab-nav:hover {
  background-color: #2a9d8f !important;
}
.content .ui.orange,
.content .ui.orange.nav li a,
.content .ui.orange.nav ul li a,
.content .ui.orange.module-tab .tab-nav li a,
.content .ui.orange:hover,
.content .ui.orange.nav li a:hover,
.content .ui.orange.nav ul li a:hover,
.content .ui.orange.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.yellow,
.content .ui.yellow.nav ul,
.content .ui.yellow.separate > li,
.content .ui.yellow.module-tab .tab-nav li,
.content .ui.yellow.vertical .tab-nav,
.content .ui.yellow.module-accordion .accordion-title,
.content .ui.yellow.window .bar,
.content .ui.yellow.module-tab.panel .tab-nav,
.content .ui.yellow:hover,
.content .ui.yellow.nav ul:hover,
.content .ui.yellow.separate > li:hover,
.content .ui.yellow.module-tab .tab-nav li:hover,
.content .ui.yellow.vertical .tab-nav:hover,
.content .ui.yellow.module-accordion .accordion-title:hover,
.content .ui.yellow.window .bar:hover,
.content .ui.yellow.module-tab.panel .tab-nav:hover {
  background-color: #eed85c !important;
}
.content .ui.yellow,
.content .ui.yellow.nav li a,
.content .ui.yellow.nav ul li a,
.content .ui.yellow.module-tab .tab-nav li a,
.content .ui.yellow:hover,
.content .ui.yellow.nav li a:hover,
.content .ui.yellow.nav ul li a:hover,
.content .ui.yellow.module-tab .tab-nav li a:hover {
  color: #333 !important;
}
.content .ui.red,
.content .ui.red.nav ul,
.content .ui.red.separate > li,
.content .ui.red.module-tab .tab-nav li,
.content .ui.red.vertical .tab-nav,
.content .ui.red.module-accordion .accordion-title,
.content .ui.red.window .bar,
.content .ui.red.module-tab.panel .tab-nav,
.content .ui.red:hover,
.content .ui.red.nav ul:hover,
.content .ui.red.separate > li:hover,
.content .ui.red.module-tab .tab-nav li:hover,
.content .ui.red.vertical .tab-nav:hover,
.content .ui.red.module-accordion .accordion-title:hover,
.content .ui.red.window .bar:hover,
.content .ui.red.module-tab.panel .tab-nav:hover {
  background-color: #931b1b !important;
}
.content .ui.red,
.content .ui.red.nav li a,
.content .ui.red.nav ul li a,
.content .ui.red.module-tab .tab-nav li a,
.content .ui.red:hover,
.content .ui.red.nav li a:hover,
.content .ui.red.nav ul li a:hover,
.content .ui.red.module-tab .tab-nav li a:hover {
  color: #ffffff !important;
}
.content .ui.pink,
.content .ui.pink.nav ul,
.content .ui.pink.separate > li,
.content .ui.pink.module-tab .tab-nav li,
.content .ui.pink.vertical .tab-nav,
.content .ui.pink.module-accordion .accordion-title,
.content .ui.pink.window .bar,
.content .ui.pink.module-tab.panel .tab-nav,
.content .ui.pink:hover,
.content .ui.pink.nav ul:hover,
.content .ui.pink.separate > li:hover,
.content .ui.pink.module-tab .tab-nav li:hover,
.content .ui.pink.vertical .tab-nav:hover,
.content .ui.pink.module-accordion .accordion-title:hover,
.content .ui.pink.window .bar:hover,
.content .ui.pink.module-tab.panel .tab-nav:hover {
  background-color: #ee98eb !important;
}
.content .ui.pink,
.content .ui.pink.nav li a,
.content .ui.pink.nav ul li a,
.content .ui.pink.module-tab .tab-nav li a,
.content .ui.pink:hover,
.content .ui.pink.nav li a:hover,
.content .ui.pink.nav ul li a:hover,
.content .ui.pink.module-tab .tab-nav li a:hover {
  color: #333 !important;
}
/**
	
	Module
	
**/
@media (max-width: 992px) {
  .themify_builder .fix_row_inner .row_inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .themify_builder .module_row > .row_inner,
  .themify_builder .module-layout-part .module_row.fullwidth_row_container > .row_inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .themify_builder .module_row > .row_inner,
  .themify_builder .module-layout-part .module_row.fullwidth_row_container > .row_inner {
    max-width: 100%;
  }
}
.themify_builder_turn_on {
  display: none !important;
}
.themify_builder .ui {
  background: #f2f2f2;
  color: #333;
}
.themify_builder .ui.module {
  margin-bottom: 32px;
}
.themify_builder .ui.module:last-child {
  margin-bottom: 0;
}
.themify_builder .module-title {
  font-size: 2.375rem !important;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .themify_builder .module-title {
    font-size: 1.75rem !important;
    margin-bottom: 16px;
  }
}
.themify_builder_active .row_action li.separator,
.themify_builder_active .themify_module_menu li.separator {
  clear: inherit !important;
  display: inline !important;
  width: inherit !important;
}
.themify_builder_active .themify_builder_column_styling_icon {
  top: 0 !important;
}
@media screen and (max-width: 992px) {
  .themify_builder .ui.module {
    margin-bottom: 16px;
  }
  .themify_builder .ui.module:last-child {
    margin-bottom: 0;
  }
  .row_inner_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tb-column[class^="col"] {
    float: none;
    margin: 0 !important;
    width: 100% !important;
  }
}
/**
	
	Section Title
	
**/
.themify_builder .section_title {
  text-align: center;
  background: #FCF8ED;
  padding: 64px 32px;
  color: #333 !important;
}
.themify_builder .section_title h1 {
  vertical-align: middle;
  font-weight: 500;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 3.875rem;
  line-height: 48px;
  color: #333;
}
@media (max-width: 992px) {
  .themify_builder .section_title h1 {
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 12px 0;
  }
}
.themify_builder {
  /** 
		
		Backgrounds
	
	**/
  /** 
		
	Background Light
	
	**/
  /** 
		
	Background Neutral
	
	**/
  /** 
		
	Background Neutral Light
	
	**/
  /** 
		
	Background Neutral Dark
	
	**/
  /** 
		
	Background Primary
	
	**/
  /** 
		
	Background Primary Light
	
	**/
  /** 
		
	Background Primary Dark
	
	**/
  /** 
		
	Background Secondary
	
	**/
  /** 
		
	Background Secondary Light
	
	**/
  /** 
		
	Background Secondary Dark
	
	**/
  /**
		
		Sektionen
		
	**/
  /**
	
	Section Paralax
	
	**/
  /**
	
		Section Text Alle
		
	**/
  /**
	
		Section Text Dunkel
		
	**/
  /**
	
		Section Text Hell
	
	**/
  /**
	
		Section Text Center Hell
	
	**/
  /**
	
		Section Text Center Hell
	
	**/
  /**
	
		Section Location (Spezielle Anpassung)
	
	**/
  /**
		
		Layout-Helper
		
	**/
  /**
		Padding
	**/
  /**
		Margin
	**/
  /**
		Transparent
		
		überschreibt eine Farbe
		
	**/
  /**
		(Mindest)höhe für z.B. Elemente mit Hintergrundgrafiken
	**/
  /**
		Projekteigene Anpassungen
	**/
  /**
		Software-Module
	**/
}
.themify_builder .background_light h1,
.themify_builder .background_light h2,
.themify_builder .background_light h3,
.themify_builder .background_light h4,
.themify_builder .background_light h5 {
  color: #264653 !important;
}
.themify_builder .background_light p {
  color: #333 !important;
}
.themify_builder .background_neutral {
  background: #FCF8ED;
}
.themify_builder .background_neutral p,
.themify_builder .background_neutral h1,
.themify_builder .background_neutral h2,
.themify_builder .background_neutral h3,
.themify_builder .background_neutral h4,
.themify_builder .background_neutral h5 {
  color: #333 !important;
}
.themify_builder .background_neutral_light {
  background: #ffffff;
}
.themify_builder .background_neutral_light li,
.themify_builder .background_neutral_light p,
.themify_builder .background_neutral_light h1,
.themify_builder .background_neutral_light h2,
.themify_builder .background_neutral_light h3,
.themify_builder .background_neutral_light h4,
.themify_builder .background_neutral_light h5 {
  color: #333 !important;
}
.themify_builder .background_neutral_dark {
  background: #f8f0d7;
}
.themify_builder .background_neutral_dark p,
.themify_builder .background_neutral_dark h1,
.themify_builder .background_neutral_dark h2,
.themify_builder .background_neutral_dark h3,
.themify_builder .background_neutral_dark h4,
.themify_builder .background_neutral_dark h5 {
  color: #333 !important;
}
.themify_builder .background_primary {
  background: #264653;
}
.themify_builder .background_primary p,
.themify_builder .background_primary h1,
.themify_builder .background_primary h2,
.themify_builder .background_primary h3,
.themify_builder .background_primary h4,
.themify_builder .background_primary h5 {
  color: #ffffff !important;
}
.themify_builder .background_primary_light {
  background: #2e5564;
}
.themify_builder .background_primary_light p,
.themify_builder .background_primary_light h1,
.themify_builder .background_primary_light h2,
.themify_builder .background_primary_light h3,
.themify_builder .background_primary_light h4,
.themify_builder .background_primary_light h5 {
  color: #ffffff !important;
}
.themify_builder .background_primary_dark {
  background: #1e3742;
}
.themify_builder .background_primary_dark p,
.themify_builder .background_primary_dark h1,
.themify_builder .background_primary_dark h2,
.themify_builder .background_primary_dark h3,
.themify_builder .background_primary_dark h4,
.themify_builder .background_primary_dark h5 {
  color: #ffffff !important;
}
.themify_builder .background_secondary {
  background: #2a9d8f;
}
.themify_builder .background_secondary p,
.themify_builder .background_secondary h1,
.themify_builder .background_secondary h2,
.themify_builder .background_secondary h3,
.themify_builder .background_secondary h4,
.themify_builder .background_secondary h5 {
  color: #ffffff !important;
}
.themify_builder .background_secondary_light {
  background: #2fb1a1;
}
.themify_builder .background_secondary_light p,
.themify_builder .background_secondary_light h1,
.themify_builder .background_secondary_light h2,
.themify_builder .background_secondary_light h3,
.themify_builder .background_secondary_light h4,
.themify_builder .background_secondary_light h5 {
  color: #ffffff !important;
}
.themify_builder .background_secondary_dark {
  background: #25897d;
}
.themify_builder .background_secondary_dark p,
.themify_builder .background_secondary_dark h1,
.themify_builder .background_secondary_dark h2,
.themify_builder .background_secondary_dark h3,
.themify_builder .background_secondary_dark h4,
.themify_builder .background_secondary_dark h5 {
  color: #ffffff !important;
}
.themify_builder .section_paralax,
.themify_builder .section_parallax {
  padding-top: 0;
  padding-bottom: 0;
  background: #ffffff;
  text-align: left;
  color: #ffffff !important;
}
.themify_builder .section_paralax .row_inner,
.themify_builder .section_parallax .row_inner {
  padding: 64px;
}
.themify_builder .section_paralax .row_inner .module_column.fade_background,
.themify_builder .section_parallax .row_inner .module_column.fade_background {
  padding: 64px;
  background: rgba(38, 70, 83, 0.9);
  border-radius: 5px 5px 5px 5px;
}
.themify_builder .section_paralax .row_inner .module_column.fade_background h2,
.themify_builder .section_parallax .row_inner .module_column.fade_background h2,
.themify_builder .section_paralax .row_inner .module_column.fade_background h3,
.themify_builder .section_parallax .row_inner .module_column.fade_background h3,
.themify_builder .section_paralax .row_inner .module_column.fade_background h4,
.themify_builder .section_parallax .row_inner .module_column.fade_background h4,
.themify_builder .section_paralax .row_inner .module_column.fade_background h5,
.themify_builder .section_parallax .row_inner .module_column.fade_background h5 {
  color: #ffffff !important;
}
@media (max-width: 992px) {
  .themify_builder .section_paralax {
    padding: 32px 16px !important;
  }
  .themify_builder .section_paralax .row_inner {
    padding: 32px;
  }
  .themify_builder .section_paralax .row_inner .module_column.fade_background {
    padding: 32px !important;
  }
}
@media (max-width: 767px) {
  .themify_builder .section_paralax .row_inner {
    padding: 0;
  }
  .themify_builder .section_paralax .row_inner .module_column {
    padding: 0;
  }
}
.themify_builder .section_paralax_empty {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  color: #333 !important;
}
.themify_builder .section_paralax_empty .module_column {
  padding-top: 128px;
  padding-bottom: 128px;
  background: rgba(51, 51, 51, 0.75);
}
.themify_builder .section_paralax_empty .module_column h2 {
  vertical-align: middle;
  padding: 0;
  margin: 0 0 12px 0;
  line-height: 48px;
  color: #333;
}
.themify_builder .section_text_inverse,
.themify_builder .section_text,
.themify_builder .section_text_neutral,
.themify_builder .section_text_center {
  padding: 64px 32px;
  text-align: inherit;
  font-weight: 500;
  /** 
			Vertikal Zentrieren
		**/
}
.themify_builder .section_text_inverse h1,
.themify_builder .section_text h1,
.themify_builder .section_text_neutral h1,
.themify_builder .section_text_center h1,
.themify_builder .section_text_inverse h2,
.themify_builder .section_text h2,
.themify_builder .section_text_neutral h2,
.themify_builder .section_text_center h2,
.themify_builder .section_text_inverse h3,
.themify_builder .section_text h3,
.themify_builder .section_text_neutral h3,
.themify_builder .section_text_center h3,
.themify_builder .section_text_inverse h4,
.themify_builder .section_text h4,
.themify_builder .section_text_neutral h4,
.themify_builder .section_text_center h4,
.themify_builder .section_text_inverse h5,
.themify_builder .section_text h5,
.themify_builder .section_text_neutral h5,
.themify_builder .section_text_center h5,
.themify_builder .section_text_inverse h6,
.themify_builder .section_text h6,
.themify_builder .section_text_neutral h6,
.themify_builder .section_text_center h6,
.themify_builder .section_text_inverse p,
.themify_builder .section_text p,
.themify_builder .section_text_neutral p,
.themify_builder .section_text_center p {
  text-align: inherit;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.themify_builder .section_text_inverse,
.themify_builder .section_text,
.themify_builder .section_text_neutral,
.themify_builder .section_text_center,
.themify_builder .section_text_inverse p,
.themify_builder .section_text p,
.themify_builder .section_text_neutral p,
.themify_builder .section_text_center p,
.themify_builder .section_text_inverse li,
.themify_builder .section_text li,
.themify_builder .section_text_neutral li,
.themify_builder .section_text_center li {
  font-size: 1rem !important;
}
.themify_builder .section_text_inverse.middle > div,
.themify_builder .section_text.middle > div,
.themify_builder .section_text_neutral.middle > div,
.themify_builder .section_text_center.middle > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - ( 2 * 32px));
}
@media (max-width: 992px) {
  .themify_builder .section_text_inverse.middle > div,
  .themify_builder .section_text.middle > div,
  .themify_builder .section_text_neutral.middle > div,
  .themify_builder .section_text_center.middle > div {
    position: relative;
  }
}
@media (max-width: 767px) {
  .themify_builder .section_text_inverse,
  .themify_builder .section_text,
  .themify_builder .section_text_neutral,
  .themify_builder .section_text_center {
    padding: 32px 16px !important;
  }
  .themify_builder .section_text_inverse p,
  .themify_builder .section_text p,
  .themify_builder .section_text_neutral p,
  .themify_builder .section_text_center p,
  .themify_builder .section_text_inverse li,
  .themify_builder .section_text li,
  .themify_builder .section_text_neutral li,
  .themify_builder .section_text_center li {
    font-size: 0.875rem !important;
  }
}
.themify_builder .section_text_inverse {
  background: #264653;
}
.themify_builder .section_text_inverse,
.themify_builder .section_text_inverse h1,
.themify_builder .section_text_inverse h2,
.themify_builder .section_text_inverse h3,
.themify_builder .section_text_inverse h4,
.themify_builder .section_text_inverse h5 {
  color: #ffffff !important;
}
.themify_builder .section_text_inverse .module.module-text a {
  color: #ffffff !important;
}
.themify_builder .section_text_inverse .module.module-text a:hover {
  color: #ffffff !important;
}
.themify_builder .section_text_inverse .builder_button {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  background: #2fb1a1;
  color: #ffffff !important;
}
.themify_builder .section_text_inverse .builder_button:hover,
.themify_builder .section_text_inverse .builder_button:focus,
.themify_builder .section_text_inverse .builder_button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.themify_builder .section_text_inverse .builder_button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.themify_builder .section_text_inverse .builder_button .fa-45,
.themify_builder .section_text_inverse .builder_button .fa-45.right,
.themify_builder .section_text_inverse .builder_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.themify_builder .section_text_inverse .builder_button .fa-45.left,
.themify_builder .section_text_inverse .builder_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.themify_builder .section_text {
  background: #ffffff;
  color: #333 !important;
}
.themify_builder .section_text h1,
.themify_builder .section_text h2,
.themify_builder .section_text h3,
.themify_builder .section_text h4,
.themify_builder .section_text h5,
.themify_builder .section_text h6 {
  color: #264653 !important;
}
.themify_builder .section_text .builder_button {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  font-size: 1.225rem;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  background: #2a9d8f;
  color: #ffffff;
}
.themify_builder .section_text .builder_button:hover,
.themify_builder .section_text .builder_button:focus,
.themify_builder .section_text .builder_button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.themify_builder .section_text .builder_button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.themify_builder .section_text .builder_button .fa-45,
.themify_builder .section_text .builder_button .fa-45.right,
.themify_builder .section_text .builder_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.themify_builder .section_text .builder_button .fa-45.left,
.themify_builder .section_text .builder_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.themify_builder .section_text_center {
  background: #FCF8ED;
  text-align: center;
  color: #333 !important;
}
.themify_builder .section_text_center h1,
.themify_builder .section_text_center h2,
.themify_builder .section_text_center h3,
.themify_builder .section_text_center h4,
.themify_builder .section_text_center h5,
.themify_builder .section_text_center h6,
.themify_builder .section_text_center p {
  text-align: center;
  color: #333 !important;
}
.themify_builder .section_text_center .module.module-text a {
  color: rgba(51, 51, 51, 0.6) !important;
}
.themify_builder .section_text_center .module.module-text a:hover {
  color: #333 !important;
}
.themify_builder .section_text_neutral {
  background: #FCF8ED;
  color: #333 !important;
}
.themify_builder .section_text_neutral h1,
.themify_builder .section_text_neutral h2,
.themify_builder .section_text_neutral h3,
.themify_builder .section_text_neutral h4,
.themify_builder .section_text_neutral h5,
.themify_builder .section_text_neutral h6,
.themify_builder .section_text_neutral p {
  color: #333 !important;
}
.themify_builder .section_text_neutral .module.module-text a {
  color: rgba(51, 51, 51, 0.6) !important;
}
.themify_builder .section_text_neutral .module.module-text a:hover {
  color: #333 !important;
}
.themify_builder .section_location {
  padding: 32px 32px 32px 32px;
  background: #264653;
  text-align: left;
  color: #ffffff !important;
  font-weight: 500;
}
.themify_builder .section_location h1,
.themify_builder .section_location h2,
.themify_builder .section_location h3,
.themify_builder .section_location h4,
.themify_builder .section_location h5,
.themify_builder .section_location h6,
.themify_builder .section_location p {
  text-align: left;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  color: #ffffff !important;
}
.themify_builder .section_location,
.themify_builder .section_location p {
  font-size: 1rem !important;
}
.themify_builder .section_location .module.module-text a,
.themify_builder .section_location.module.module-text a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.themify_builder .section_location .module.module-text a:hover,
.themify_builder .section_location.module.module-text a:hover {
  color: #ffffff !important;
}
.themify_builder .section_location .builder_button {
  margin-top: 16px;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  background: #2e5564;
  color: #ffffff;
}
.themify_builder .section_location .builder_button:hover,
.themify_builder .section_location .builder_button:focus,
.themify_builder .section_location .builder_button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.themify_builder .section_location .builder_button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.themify_builder .section_location .builder_button .fa-45,
.themify_builder .section_location .builder_button .fa-45.right,
.themify_builder .section_location .builder_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.themify_builder .section_location .builder_button .fa-45.left,
.themify_builder .section_location .builder_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.themify_builder .section_location .builder_button:hover {
  background: #2a9d8f !important;
}
@media (max-width: 992px) {
  .themify_builder .section_location {
    padding: 0;
  }
  .themify_builder .section_location h1,
  .themify_builder .section_location h2,
  .themify_builder .section_location h3,
  .themify_builder .section_location h4,
  .themify_builder .section_location h5,
  .themify_builder .section_location h6 {
    text-align: left !important;
  }
  .themify_builder .section_location p,
  .themify_builder .section_location li {
    font-size: 1.225rem !important;
  }
}
.themify_builder .add_padding {
  padding: 32px;
}
@media (max-width: 992px) {
  .themify_builder .add_padding {
    padding: 32px 0 !important;
  }
}
.themify_builder .add_padding_double {
  padding: 64px;
}
@media (max-width: 992px) {
  .themify_builder .add_padding_double {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
.themify_builder .add_margin_bottom {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .themify_builder .add_margin_bottom {
    margin-bottom: 16px;
  }
}
.themify_builder .transparent {
  background-color: rgba(51, 51, 51, 0) !important;
}
.themify_builder .min_height_200 {
  min-height: 200px;
}
.themify_builder .min_height_300 {
  min-height: 300px;
}
.themify_builder .min_height_400 {
  min-height: 400px;
}
.themify_builder .min_height_450 {
  min-height: 450px;
}
.themify_builder .min_height_500 {
  min-height: 500px;
}
@media (max-width: 992px) {
  .themify_builder .min_height_500 {
    min-height: 400px !important;
  }
}
.themify_builder .min_height_600 {
  min-height: 600px;
}
@media (max-width: 992px) {
  .themify_builder .min_height_600 {
    min-height: 500px !important;
  }
}
.themify_builder .min_height_700 {
  min-height: 700px;
}
@media (max-width: 992px) {
  .themify_builder .min_height_700 {
    min-height: 500px !important;
  }
}
.themify_builder .min_height_800 {
  min-height: 800px;
}
@media (max-width: 992px) {
  .themify_builder .min_height_800 {
    min-height: 500px !important;
  }
}
.themify_builder .min_height_900 {
  min-height: 900px;
}
@media (max-width: 992px) {
  .themify_builder .min_height_900 {
    min-height: 500px !important;
  }
}
.themify_builder .height_100 div {
  height: 100%;
}
.themify_builder .section_module .module-button {
  margin-bottom: 16px;
}
.builder-is-touch .section_paralax {
  /* CSS specific to iOS devices */
  background-size: cover !important;
  background-attachment: scroll !important;
}
.themify_builder .ui.module-callout {
  border: none;
  padding: 32px;
  background: #f8f0d7;
}
.themify_builder .ui.module-callout .callout-content {
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  font-size: 1.225rem;
}
.themify_builder .ui.module-callout .callout-content .callout-heading {
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 16px 0;
  font-size: 1.875rem;
  color: #333;
}
.themify_builder .ui.module-callout .callout-button {
  text-align: center;
  margin: 32px 0 0 0;
}
@media screen and (max-width: 992px) {
  .themify_builder .ui.module-callout {
    padding: 16px;
  }
  .themify_builder .ui.module-callout .callout-content {
    font-size: 1rem;
  }
  .themify_builder .ui.module-callout .callout-content .callout-heading {
    font-size: 1.75rem;
  }
  .themify_builder .ui.module-callout .callout-button {
    margin-top: 16px;
  }
}
.themify_builder .module-countdown .builder-countdown-holder {
  overflow: hidden;
}
.themify_builder .module-countdown .builder-countdown-holder .ui {
  display: block;
  float: left;
  background: #264653;
  padding: 16px;
  margin-right: 12px;
  color: #ffffff;
}
.themify_builder .module-countdown .builder-countdown-holder .ui:last-child {
  margin-right: 0;
}
.themify_builder .module-countdown .builder-countdown-holder .ui .date-counter {
  font-weight: 500;
  font-size: 3.875rem;
}
.themify_builder .module-countdown .builder-countdown-holder .ui .date-label {
  font-weight: normal;
  text-transform: none;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 992px) {
  .themify_builder .module-countdown .builder-countdown-holder .ui {
    min-width: 0;
    width: 92% / 5;
    margin-right: 2%;
    padding: 12px 0;
  }
  .themify_builder .module-countdown .builder-countdown-holder .ui:last-child {
    margin-right: 0;
  }
  .themify_builder .module-countdown .builder-countdown-holder .ui .date-counter {
    font-size: 1.875rem;
  }
  .themify_builder .module-countdown .builder-countdown-holder .ui .date-label {
    font-size: 0.625rem;
  }
}
.themify_builder .module-button > a,
.themify_builder .module-buttons > a {
  border: none !important;
}
.themify_builder .module-button > a,
.themify_builder .module-buttons > a,
.themify_builder .module-button > a.ui.black.builder_button,
.themify_builder .module-buttons > a.ui.black.builder_button {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  background: #264653;
  color: #ffffff;
}
.themify_builder .module-button > a:hover,
.themify_builder .module-buttons > a:hover,
.themify_builder .module-button > a.ui.black.builder_button:hover,
.themify_builder .module-buttons > a.ui.black.builder_button:hover,
.themify_builder .module-button > a:focus,
.themify_builder .module-buttons > a:focus,
.themify_builder .module-button > a.ui.black.builder_button:focus,
.themify_builder .module-buttons > a.ui.black.builder_button:focus,
.themify_builder .module-button > a:active,
.themify_builder .module-buttons > a:active,
.themify_builder .module-button > a.ui.black.builder_button:active,
.themify_builder .module-buttons > a.ui.black.builder_button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.themify_builder .module-button > a .fa-45,
.themify_builder .module-buttons > a .fa-45,
.themify_builder .module-button > a.ui.black.builder_button .fa-45,
.themify_builder .module-buttons > a.ui.black.builder_button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.themify_builder .module-button > a .fa-45,
.themify_builder .module-buttons > a .fa-45,
.themify_builder .module-button > a.ui.black.builder_button .fa-45,
.themify_builder .module-buttons > a.ui.black.builder_button .fa-45,
.themify_builder .module-button > a .fa-45.right,
.themify_builder .module-buttons > a .fa-45.right,
.themify_builder .module-button > a.ui.black.builder_button .fa-45.right,
.themify_builder .module-buttons > a.ui.black.builder_button .fa-45.right,
.themify_builder .module-button > a .fa-45:last-child,
.themify_builder .module-buttons > a .fa-45:last-child,
.themify_builder .module-button > a.ui.black.builder_button .fa-45:last-child,
.themify_builder .module-buttons > a.ui.black.builder_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.themify_builder .module-button > a .fa-45.left,
.themify_builder .module-buttons > a .fa-45.left,
.themify_builder .module-button > a.ui.black.builder_button .fa-45.left,
.themify_builder .module-buttons > a.ui.black.builder_button .fa-45.left,
.themify_builder .module-button > a .fa-45:first-child,
.themify_builder .module-buttons > a .fa-45:first-child,
.themify_builder .module-button > a.ui.black.builder_button .fa-45:first-child,
.themify_builder .module-buttons > a.ui.black.builder_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.themify_builder .module-button > a:hover,
.themify_builder .module-buttons > a:hover,
.themify_builder .module-button > a.ui.black.builder_button:hover,
.themify_builder .module-buttons > a.ui.black.builder_button:hover {
  background: #1e3742;
}
.themify_builder .module-button a.builder_button,
.themify_builder .module-buttons a.builder_button {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.themify_builder .module-button a.builder_button:hover,
.themify_builder .module-buttons a.builder_button:hover,
.themify_builder .module-button a.builder_button:focus,
.themify_builder .module-buttons a.builder_button:focus,
.themify_builder .module-button a.builder_button:active,
.themify_builder .module-buttons a.builder_button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.themify_builder .module-button a.builder_button .fa-45,
.themify_builder .module-buttons a.builder_button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.themify_builder .module-button a.builder_button .fa-45,
.themify_builder .module-buttons a.builder_button .fa-45,
.themify_builder .module-button a.builder_button .fa-45.right,
.themify_builder .module-buttons a.builder_button .fa-45.right,
.themify_builder .module-button a.builder_button .fa-45:last-child,
.themify_builder .module-buttons a.builder_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.themify_builder .module-button a.builder_button .fa-45.left,
.themify_builder .module-buttons a.builder_button .fa-45.left,
.themify_builder .module-button a.builder_button .fa-45:first-child,
.themify_builder .module-buttons a.builder_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.xxxthemify_builder .module-accordion {
  margin-bottom: 32px;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion {
  border: none;
  background: transparent;
  margin: 0;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li {
  border: none;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-title {
  margin-bottom: 6px;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-title a {
  border: none;
  font-weight: 500;
  font-size: 1.225rem;
  height: 48px;
  line-height: 48px;
  background: #f2f2f2;
  color: #333;
  padding: 0 16px;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  border-radius: 32px 32px 32px 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-title a:before {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  content: "\f0da";
  width: 16px;
  font-size: 1rem;
  margin-right: 6px;
  font-family: "FontAwesome", sans-serif;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-title a:hover {
  background: #2e5564;
  color: #333;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-content {
  border: none;
  font-weight: normal;
  background: #f2f2f2;
  padding: 16px;
  margin-bottom: 6px;
  font-size: 1rem;
  box-shadow: none;
  border-radius: 32px 32px 32px 32px;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-content p {
  margin-bottom: 16px;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-content p:last-child {
  margin-bottom: 0;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li .accordion-content a {
  color: #264653;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li.builder-accordion-active .accordion-title a {
  background: #264653;
  color: #ffffff;
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li.builder-accordion-active .accordion-title a:before {
  content: "\f0d7";
}
.xxxthemify_builder .module-accordion ul.ui.module-accordion li:last-child .accordion-title {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .themify_builder .module-accordion {
    margin-bottom: 16px;
  }
}
.themify_builder .module-box {
  margin-bottom: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.themify_builder .module-box .module-title {
  text-align: center;
  color: #264653;
}
.themify_builder .module-box:last-child {
  margin-bottom: 0;
}
.themify_builder .module-box .ui.module-box-content {
  padding: 32px;
  background: #f2f2f2;
}
.themify_builder .module-box .ui.module-box-content p {
  margin-bottom: 16px;
}
.themify_builder .module-box .ui.module-box-content p:last-child {
  margin-bottom: 0;
}
.themify_builder .module-box .ui.module-box-content a {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  border-radius: 10px 10px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
}
.themify_builder .module-box .ui.module-box-content a:hover,
.themify_builder .module-box .ui.module-box-content a:focus,
.themify_builder .module-box .ui.module-box-content a:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.themify_builder .module-box .ui.module-box-content a .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.themify_builder .module-box .ui.module-box-content a .fa-45,
.themify_builder .module-box .ui.module-box-content a .fa-45.right,
.themify_builder .module-box .ui.module-box-content a .fa-45:last-child {
  margin: 0 0 0 6px;
}
.themify_builder .module-box .ui.module-box-content a .fa-45.left,
.themify_builder .module-box .ui.module-box-content a .fa-45:first-child {
  margin: 0 6px 0 0;
}
@media screen and (max-width: 992px) {
  .themify_builder .module-box {
    margin-bottom: 0;
  }
  .themify_builder .module-box:last-child {
    margin-bottom: 0;
  }
  .themify_builder .module-box .ui.module-box-content {
    padding: 16px;
  }
}
.themify_builder .module-slider {
  margin-bottom: 0;
}
.themify_builder .module-slider .slide-image {
  margin: 0;
}
.themify_builder .module-slider .slide-content,
.themify_builder .module-slider.slider-caption-overlay .slide-content,
.themify_builder .module-slider.slider-overlay .slide-content {
  font-weight: 500;
  font-size: 1rem;
  padding: 32px;
  background: rgba(51, 51, 51, 0.6);
  color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.05);
}
.themify_builder .module-slider .slide-content .slide-title,
.themify_builder .module-slider.slider-caption-overlay .slide-content .slide-title,
.themify_builder .module-slider.slider-overlay .slide-content .slide-title {
  font-weight: normal;
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.themify_builder .module-slider.slider-overlay .slide-content {
  text-align: center;
  padding-bottom: 56px;
  box-shadow: none;
}
.themify_builder .module-slider.slider-overlay .slide-content .slide-title {
  text-align: center;
}
.themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-prev,
.themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-next,
.themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-pager a {
  text-shadow: none;
  color: #ffffff;
}
.themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-prev:hover,
.themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-next:hover,
.themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-pager a:hover {
  text-shadow: none;
  color: #ffffff;
}
.themify_builder .module-slider.slider-default .themify_builder_slider,
.themify_builder .module-slider.slider-agency .themify_builder_slider {
  background: transparent;
}
.themify_builder .module-slider.slider-default .slide-content,
.themify_builder .module-slider.slider-agency .slide-content {
  background: transparent;
  color: rgba(51, 51, 51, 0.6);
  padding-bottom: 16px;
  box-shadow: none;
}
.themify_builder .module-slider.slider-default .slide-content .slide-title,
.themify_builder .module-slider.slider-agency .slide-content .slide-title {
  text-align: center;
  color: #333;
}
.themify_builder .module-slider.slider-default .carousel-nav-wrap,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap {
  position: relative;
}
.themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-prev,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-prev,
.themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-next,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-next,
.themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-pager a,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-pager a {
  text-shadow: none;
  color: rgba(51, 51, 51, 0.6);
}
.themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-prev:hover,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-prev:hover,
.themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-next:hover,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-next:hover,
.themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-pager a:hover,
.themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-pager a:hover {
  text-shadow: none;
  color: #333;
}
.themify_builder .module-slider.slider-agency .slide-content,
.themify_builder .module-slider.slider-agency .slide-content .slide-title {
  text-align: left;
}
.themify_builder .module-slider .carousel-nav-wrap {
  position: absolute;
  padding: 0;
  margin: 0;
  font-size: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-prev {
  left: 0;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-next {
  right: 0;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-prev,
.themify_builder .module-slider .carousel-nav-wrap .carousel-next {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fefefe;
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.25);
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-prev:before,
.themify_builder .module-slider .carousel-nav-wrap .carousel-next:before {
  font-size: 1.225rem;
  font-family: "FontAwesome", sans-serif;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-prev:hover,
.themify_builder .module-slider .carousel-nav-wrap .carousel-next:hover {
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.6);
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-pager {
  display: inline-block;
  height: 44px;
  line-height: 44px;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-pager a {
  display: inline-block;
  background: transparent;
  border: none;
  width: auto;
  height: auto;
  font-size: 0;
  margin: 0 6px;
  color: #fefefe;
  line-height: 44px;
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.25);
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-pager a span {
  display: none;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-pager a:before {
  content: "\f10c";
  font-size: 0.625rem;
  font-family: "FontAwesome", sans-serif;
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-pager a.selected:before {
  content: "\f111";
}
.themify_builder .module-slider .carousel-nav-wrap .carousel-pager a:hover {
  text-decoration: none;
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.6);
}
@media screen and (max-width: 767px) {
  .themify_builder .module-slider {
    margin-bottom: 16px;
  }
  .themify_builder .module-slider .slide-content,
  .themify_builder .module-slider.slider-agency .slide-content,
  .themify_builder .module-slider.slider-overlay .slide-content,
  .themify_builder .module-slider.slider-default .slide-content,
  .themify_builder .module-slider.slider-caption-overlay .slide-content {
    text-align: center;
    max-width: none;
    background: #FCF8ED;
    padding: 16px;
    padding-bottom: 6px;
    font-size: 0.875rem;
    color: rgba(51, 51, 51, 0.6);
    box-shadow: none;
  }
  .themify_builder .module-slider .slide-content .slide-title,
  .themify_builder .module-slider.slider-agency .slide-content .slide-title,
  .themify_builder .module-slider.slider-overlay .slide-content .slide-title,
  .themify_builder .module-slider.slider-default .slide-content .slide-title,
  .themify_builder .module-slider.slider-caption-overlay .slide-content .slide-title {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.225rem;
    color: #333;
  }
  .themify_builder .module-slider .carousel-nav-wrap,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap {
    position: relative;
    background: #FCF8ED;
  }
  .themify_builder .module-slider .carousel-nav-wrap .carousel-prev,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-prev,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-prev,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-prev,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap .carousel-prev,
  .themify_builder .module-slider .carousel-nav-wrap .carousel-next,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-next,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-next,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-next,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap .carousel-next,
  .themify_builder .module-slider .carousel-nav-wrap .carousel-pager a,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-pager a,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-pager a,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-pager a,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap .carousel-pager a {
    text-shadow: none;
    color: #333;
  }
  .themify_builder .module-slider .carousel-nav-wrap .carousel-prev:hover,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-prev:hover,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-prev:hover,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-prev:hover,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap .carousel-prev:hover,
  .themify_builder .module-slider .carousel-nav-wrap .carousel-next:hover,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-next:hover,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-next:hover,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-next:hover,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap .carousel-next:hover,
  .themify_builder .module-slider .carousel-nav-wrap .carousel-pager a:hover,
  .themify_builder .module-slider.slider-agency .carousel-nav-wrap .carousel-pager a:hover,
  .themify_builder .module-slider.slider-overlay .carousel-nav-wrap .carousel-pager a:hover,
  .themify_builder .module-slider.slider-default .carousel-nav-wrap .carousel-pager a:hover,
  .themify_builder .module-slider.slider-caption-overlay .carousel-nav-wrap .carousel-pager a:hover {
    text-shadow: none;
    color: #333;
  }
}
.themify_builder .module-audio {
  background: #264653;
}
.themify_builder .module-audio .album-playlist .tracklist .track {
  position: relative;
  padding: 16px;
}
.themify_builder .module-audio .album-playlist .tracklist .track:nth-child(2n+2) {
  background: #1e3742;
}
.themify_builder .module-audio .album-playlist .tracklist .track .track-title {
  font-weight: 500;
  font-size: 1.225rem;
  margin-left: 32px;
  height: 32px;
  line-height: 32px;
  padding-right: 64px;
  color: #ffffff;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.themify_builder .module-audio .album-playlist .tracklist .track .track-title:hover {
  color: rgba(255, 255, 255, 0.6);
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container {
  position: static;
  height: auto !important;
  float: none;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls {
  position: static;
  height: auto;
  width: 100%;
  padding: 16px 0 0 0;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time {
  font-weight: 500;
  font-size: 0.875rem;
  top: 16px;
  right: 16px;
  height: 32px;
  line-height: 32px;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time,
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time .mejs-currenttime {
  padding: 0;
  opacity: 1;
  font-size: 0.875rem;
  color: #ffffff;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-playpause-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 16px;
  left: 16px;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-playpause-button button {
  position: static;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: color;
  -o-transition: color;
  transition: color;
  transition: color 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-playpause-button button:hover {
  color: #2a9d8f;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail {
  position: static;
  float: none;
  padding: 0;
  margin: 0;
  height: 3px;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  position: relative;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total span {
  outline: none !important;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total span {
  height: 100%;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total span.mejs-time-current {
  background: #2a9d8f;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total span.mejs-time-float {
  border: none;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-left: -22px;
  width: 44px;
  font-size: 0.625rem;
  top: -32px;
  height: 24px;
  line-height: 24px;
  background: rgba(51, 51, 51, 0.95);
  color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 6px 12px rgba(51, 51, 51, 0.05);
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total span.mejs-time-float .mejs-time-float-current {
  position: static;
  width: auto;
  padding: 0;
  margin: 0;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total span.mejs-time-float .mejs-time-float-corner {
  top: 24px;
  border-width: 6px;
  left: 16px;
  border-color: rgba(51, 51, 51, 0.95) transparent transparent;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
  position: relative;
  display: block;
  float: none;
  padding: 0;
  margin: 16px 0 0 22px;
  height: 16px;
  width: 64px;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls a.mejs-horizontal-volume-slider:before {
  position: absolute;
  text-align: center;
  top: 0;
  content: "\f028";
  left: -22px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: "FontAwesome", sans-serif;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
  height: 4px;
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls a.mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.themify_builder .module-audio .album-playlist .tracklist .track .mejs-container .mejs-controls a.mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #ffffff;
}
.themify_builder .module.module-text ul {
  margin-bottom: 32px;
}
.themify_builder .module.module-text ul li {
  list-style-type: disc;
}
.themify_builder .module.module-text a {
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.themify_builder .module.module-text a:hover {
  color: #333;
}
@media (max-width: 992px) {
  .themify_builder .module.module-text {
    padding: 0;
  }
}
.ptb_loops_wrapper .ptb_module {
  margin: 0 0 16px 0;
}
.ptb_loops_wrapper .ptb_module:last-child {
  margin-bottom: 0;
}
.ptb_loops_wrapper .ptb_module .ptb_entry_content {
  display: block;
  clear: both;
  text-align: center;
  font-style: italic;
  font-size: 1.225rem;
  color: #333;
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #264653;
}
.ptb_loops_wrapper .ptb_module .ptb_entry_content,
.ptb_loops_wrapper .ptb_module .ptb_entry_content p {
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
.ptb_loops_wrapper .ptb_module .ptb_entry_content p {
  margin-bottom: 16px;
}
.ptb_loops_wrapper .ptb_module .ptb_entry_content p:last-child,
.ptb_loops_wrapper .ptb_module .ptb_entry_content p:last-of-type {
  margin-bottom: 0;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button {
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  background: #2a9d8f;
  font-size: 1.225rem;
  color: #ffffff;
  line-height: 48px;
  padding: 0 64px;
  height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  height: 32px;
  line-height: 32px;
  font-size: 0.875rem;
  padding: 0 24px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button:hover,
.ptb_loops_wrapper .ptb_module .ptb_link_button:focus,
.ptb_loops_wrapper .ptb_module .ptb_link_button:active {
  text-decoration: none;
  color: #ffffff !important;
  background: #25897d;
  transform: translate3d(0, 0, 0) scale(1.05);
}
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45 {
  line-height: 48px;
  font-weight: normal;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45,
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45.right,
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45.left,
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button.margin-bottom {
  margin-bottom: 32px;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45 {
  line-height: 32px;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45,
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45.right,
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45:last-child {
  margin: 0 0 0 6px;
}
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45.left,
.ptb_loops_wrapper .ptb_module .ptb_link_button .fa-45:first-child {
  margin: 0 6px 0 0;
}
.ptb_items_wrapper .ptb_textarea,
.ptb_items_wrapper .ptb_checkbox,
.ptb_items_wrapper .ptb_taxonomies,
.ptb_items_wrapper .ptb_text,
.ptb_items_wrapper .ptb_link_button {
  margin-bottom: 2px;
  padding: 12px;
  background: #FCF8ED;
  border-radius: 2.5px 2.5px 2.5px 2.5px;
}
.ptb_items_wrapper .ptb_field_icon.ptb_field_icon_before_text_before {
  width: 16px;
}
.ptb_items_wrapper a.ptb_link_button {
  -webkit-appearance: none !important;
  -webkit-backface-visibility: hidden !important;
  text-decoration: none !important;
  display: inline-block !important;
  text-align: center !important;
  position: relative !important;
  cursor: pointer !important;
  border: none !important;
  box-sizing: border-box !important;
  background: #2a9d8f !important;
  font-size: 1.225rem !important;
  color: #ffffff !important;
  line-height: 48px !important;
  padding: 0 64px !important;
  height: 48px !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
  text-transform: inherit !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  transition: all 0.9s ease 0s !important;
  transition-timing-function: ease-out !important;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 0.875rem !important;
  padding: 0 24px !important;
  border-radius: 10px 10px 10px 10px !important;
  box-shadow: 0 6px 12px rgba(13, 24, 28, 0.2) !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.ptb_items_wrapper a.ptb_link_button:hover,
.ptb_items_wrapper a.ptb_link_button:focus,
.ptb_items_wrapper a.ptb_link_button:active {
  text-decoration: none !important;
  color: #ffffff !important;
  background: #25897d !important;
  transform: translate3d(0, 0, 0) scale(1.05) !important;
}
.ptb_items_wrapper a.ptb_link_button .fa-45 {
  line-height: 48px !important;
  font-weight: normal !important;
}
.ptb_items_wrapper a.ptb_link_button .fa-45,
.ptb_items_wrapper a.ptb_link_button .fa-45.right,
.ptb_items_wrapper a.ptb_link_button .fa-45:last-child {
  margin: 0 0 0 6px !important;
}
.ptb_items_wrapper a.ptb_link_button .fa-45.left,
.ptb_items_wrapper a.ptb_link_button .fa-45:first-child {
  margin: 0 6px 0 0 !important;
}
.ptb_items_wrapper a.ptb_link_button.margin-bottom {
  margin-bottom: 32px !important;
}
.ptb_items_wrapper a.ptb_link_button .fa-45 {
  line-height: 32px !important;
}
.ptb_items_wrapper a.ptb_link_button .fa-45,
.ptb_items_wrapper a.ptb_link_button .fa-45.right,
.ptb_items_wrapper a.ptb_link_button .fa-45:last-child {
  margin: 0 0 0 6px !important;
}
.ptb_items_wrapper a.ptb_link_button .fa-45.left,
.ptb_items_wrapper a.ptb_link_button .fa-45:first-child {
  margin: 0 6px 0 0 !important;
}
.ptb_items_wrapper .ptb-post-nav {
  margin: 32px 0 0 0 !important;
}
.ptb_items_wrapper .ptb-post-nav .ptb-prev {
  padding-left: 32px;
}
.ptb_items_wrapper .ptb-post-nav .ptb-next {
  padding-right: 32px;
}
.ptb_items_wrapper .ptb-post-nav .ptb-arrow:before {
  height: 12px !important;
  width: 12px !important;
  margin-top: -6px !important;
}
@media screen and (max-width: 992px) {
  .ptb_loops_wrapper .ptb_module .ptb_entry_content {
    font-size: 1rem;
  }
}
.tiles-wrap .module-tile .tile-type-text .tile-inner {
  text-align: left;
  padding: 16px;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-title {
  font-size: 1.375rem;
  margin-bottom: 16px;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content {
  text-align: left;
  font-size: 0.875rem;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content p {
  padding: 0;
  margin-bottom: 16px;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content p:last-child {
  margin-bottom: 0;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h1,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h2,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h3,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h4,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h5,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h6 {
  margin-bottom: 16px;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h1:last-child,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h2:last-child,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h3:last-child,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h4:last-child,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h5:last-child,
.tiles-wrap .module-tile .tile-type-text .tile-inner .tile-content h6:last-child {
  margin-bottom: 0;
}
.tiles-wrap .module-tile .tile-type-text .tile-inner .action-button {
  position: static;
  max-width: 100%;
  padding: 0 16px;
}
/**
	
	Themify Image-Modul
	
**/
.module-image.image-top .image-content {
  margin-left: 32px;
  margin-right: 32px;
}
.module-image.image-center .image-content {
  margin-left: 32px;
  margin-right: 32px;
}
.module-image.image-center .image-content .image-title {
  text-align: center;
}
/**
	
	Image Pro
	
**/
.module-pro-image .image-pro-overlay-inner h4.image-pro-title {
  text-align: center !important;
}
/**
	
	Themify Image und Image Pro
	
**/
.themify_builder .menu_button_container .image-pro-title {
  text-align: center;
  color: #ffffff !important;
}
.themify_builder .menu_button_container .module-pro-image {
  float: inherit;
}
.themify_builder .menu_button_container .module-pro-image.entrance-effect-partial-overlay .image-pro-overlay {
  /*top: 75%;*/
}
.themify_builder .menu_button_container .module-pro-image.entrance-effect-partial-overlay .image-pro-overlay .image-pro-overlay-inner {
  padding-top: 6px;
}
.themify_builder .menu_button_container .image-pro-overlay {
  background: rgba(38, 70, 83, 0.5);
}
@media (max-width: 1024px) {
  .themify_builder .menu_button_container .module-pro-image.entrance-effect-partial-overlay .image-pro-overlay {
    top: 75%;
  }
}
.themify_builder .module-image.image-center .image-content .image-title {
  text-align: center !important;
}
.themify_builder .module-image.image-top .image-content {
  margin-left: 0;
  margin-right: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.themify_builder .module-image.image-overlay .image-content {
  background: rgba(30, 55, 66, 0.7);
  color: #333;
}
.themify_builder .module-image .image-wrap a img {
  transform: translate3d(0, 0, 0) scale(1);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.themify_builder .module-image .image-wrap a:hover img {
  transform: translate3d(0, 0, 0) scale(1.1);
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.325);
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.325);
}
.themify_builder .module-image .image-wrap a:hover:after {
  background: #25897d;
}
/**
	
	Themify Video-Modul
	
**/
@media (max-width: 992px) {
  .module-video {
    padding: 12px;
  }
}
.module-video iframe {
  border: 0;
}
.xxthemify_builder .module-timeline.layout-list {
  overflow-x: auto;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list {
    overflow: hidden;
  }
}
.xxthemify_builder .module-timeline.layout-list > ul {
  padding: 0;
  max-width: 100%;
  display: table;
  width: auto;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list > ul {
    display: block;
  }
}
.xxthemify_builder .module-timeline.layout-list > ul:before {
  display: none;
}
.xxthemify_builder .module-timeline.layout-list > ul > li {
  display: table-row;
  margin: 0;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list > ul > li {
    display: block;
    position: relative;
    padding: 0 0 16px 0;
    padding-left: 48px;
  }
  .xxthemify_builder .module-timeline.layout-list > ul > li:not(:first-child) {
    padding-top: 16px;
  }
}
.xxthemify_builder .module-timeline.layout-list > ul > li > * {
  float: none;
  width: auto;
  height: auto;
  position: static;
  display: table-cell;
  vertical-align: middle;
  padding: 32px 0;
  margin: 0;
}
.xxthemify_builder .module-timeline.layout-list > ul > li > *:not(:first-child) {
  padding-left: 32px;
}
.xxthemify_builder .module-timeline.layout-list > ul > li > *:not(:last-child) {
  padding-right: 32px;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list > ul > li > * {
    display: block;
  }
  .xxthemify_builder .module-timeline.layout-list > ul > li > *,
  .xxthemify_builder .module-timeline.layout-list > ul > li > *:not(:first-child),
  .xxthemify_builder .module-timeline.layout-list > ul > li > *:not(:last-child) {
    padding: 0;
  }
}
.xxthemify_builder .module-timeline.layout-list > ul > li.timeline-post.with-icon .module-timeline-content {
  padding: 0;
}
.xxthemify_builder .module-timeline.layout-list .module-timeline-date {
  text-align: left;
  color: rgba(51, 51, 51, 0.6);
  font-size: 1.5rem;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list .module-timeline-date {
    margin-bottom: 6px;
    font-size: 1.225rem;
  }
}
.xxthemify_builder .module-timeline.layout-list .module-timeline-icon {
  background: transparent;
  position: relative;
  left: 0;
  border-radius: 0 0 0 0;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list .module-timeline-icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 32px;
  }
}
.xxthemify_builder .module-timeline.layout-list .module-timeline-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  z-index: 500;
  width: 2px;
  margin-left: -1px;
  background: #f2f2f2;
}
.xxthemify_builder .module-timeline.layout-list .module-timeline-icon i {
  text-align: center;
  z-index: 1000;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #264653;
  color: #ffffff;
  font-size: 1.375rem;
  border-radius: 50% 50% 50% 50%;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list .module-timeline-icon i {
    display: none;
  }
}
.xxthemify_builder .module-timeline.layout-list .module-timeline-title {
  margin: 0;
  line-height: 1;
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
}
.xxthemify_builder .module-timeline.layout-list .module-timeline-title:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 569px) {
  .xxthemify_builder .module-timeline.layout-list .module-timeline-title {
    font-size: 1.375rem;
  }
  .xxthemify_builder .module-timeline.layout-list .module-timeline-title:before {
    display: block;
    text-align: center;
    position: absolute;
    font-weight: normal;
    top: 50%;
    z-index: 1000;
    left: -48px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.875rem;
    background: #264653;
    color: #ffffff;
    content: "\f078";
    transform: translate3d(0, -50%, 0);
    border-radius: 50% 50% 50% 50%;
    font-family: "FontAwesome", sans-serif;
  }
}
.xxthemify_builder .module-timeline.layout-list p {
  margin: 0;
}
.xxthemify_builder .module-timeline.layout-list p:not(:last-child) {
  margin-bottom: 12px;
}
/**
	
	Themify Lightbox
	
**/
.xxthemify_lightbox_loaded {
  transition: all 0.9s ease 0s;
  transition-timing-function: ease-out;
}
.xxthemify_lightbox_loaded .mfp-bg {
  background: #1e3742;
}
.xxthemify_lightbox_loaded .mfp-content {
  width: 100% !important;
  max-width: 1160px;
  border-radius: 5px 5px 5px 5px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  font-size: 1.225rem;
  padding: 32px !important;
}
.xxthemify_lightbox_loaded .mfp-content li {
  list-style-type: disc;
}
.xxthemify_lightbox_loaded .mfp-close {
  border-radius: 32px 32px 32px 32px;
  background: #2a9d8f;
  color: #ffffff !important;
  margin: 6px;
}
/**
	
	Frame-Image
	
**/
@media (max-width: 767px) {
  .tb_row_frame.tb_row_frame_top,
  .tb_row_frame.tb_row_frame_bottom {
    height: 15px !important;
  }
}
@media (max-width: 992px) {
  .themify_builder .module.module-feature {
    padding: 16px 16px;
  }
}
/**
	Themify Pointers
**/
.module-pointers .showcase-image {
  display: inherit;
}
.module-pointers .tb-blob-icon {
  border: none;
  background: rgba(42, 157, 143, 0.8);
  cursor: default;
}
.module-pointers .tb-blob-icon span {
  background: rgba(42, 157, 143, 0.8);
  border: none;
  top: -7px;
}
.module-pointers .tb-blob-icon:after {
  display: none;
}
.module-pointers .tb-blob-tooltip {
  text-align: left;
  font-size: 0.75rem;
  max-width: 150px;
}
/*# sourceMappingURL=style.css.map */