@charset "UTF-8";
/*
  Theme Name: Kineconcept - ShmuDesign
  Theme URI: http://www.shmu.fr
  Author: Shmu _(oo)_
  Author URI: http://www.shmu.fr
  Description: A full responsive theme for wordpress made by Shmu
  Version: 3.5
  License: Copyright Shmu Design 2020
  License URI: license.txt
  Tags: custom theme
*/
/* >>> RESET */
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-margin-before: 0px;
  -webkit-margin-end: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-padding-before: 0px;
  -webkit-padding-end: 0px;
  -webkit-padding-after: 0px;
  -webkit-padding-start: 0px;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

textarea {
  resize: none;
}

::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[role=button],
input[type=submit],
input[type=reset],
input[type=button],
button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type=submit],
input[type=reset],
input[type=button],
button {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* >>> CLASS */
.hide, .unvisible, .hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.clear {
  clear: both !important;
}

.sr-only {
  display: none !important;
}

fieldset {
  border: none;
}

/*$colx0 : 35%;
$colx1 : 100%;
$colx2 : 50%;
$colx3 : 65%;*/
@media (min-width: 0) and (max-width: 767px) {
  .flex-items.sizedOne {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.sizedOne {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-items.sizedOne {
    width: 100%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.sizedTwo {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.sizedTwo {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flex-items.sizedTwo {
    width: 50%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.sizedThree {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.sizedThree {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flex-items.sizedThree {
    width: 33.3333333333%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.sizedFour {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.sizedFour {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flex-items.sizedFour {
    width: 25%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.size-five {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.size-five {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .flex-items.size-five {
    width: 20%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.colx1 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.colx1 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-items.colx1 {
    width: 25%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.colx2 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.colx2 {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .flex-items.colx2 {
    width: 50%;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .flex-items.colx3 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flex-items.colx3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-items.colx3 {
    width: 75%;
  }
}

.flex-items.colx4 {
  width: 100%;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex.row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex.row_reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex.row_column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.row_column_reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.wrap_reverse {
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex.justify_start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.justify_end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.justify_center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.justify_between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.justify_arround {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.items_start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.items_end {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.items_center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.items_baseline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex.items_stretch {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex.content_start {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex.content_end {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex.content_center {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex.content_between {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex.content_around {
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex.content_stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex .flex-items, .flex .flex-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.flex .flex-items.normal, .flex .flex-item.normal {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex .flex-items.equal, .flex .flex-item.equal {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*
flex row wrap justify_center content_stretch items_center
flex row wrap justify_start content_stretch items_start
flex row wrap justify_start content_stretch items_stretch
flex row wrap justify_between content_start items_start
flex row wrap justify_start content_stretch items_stretch
flex row wrap justify_center content_center items_start
equal
*/
/* fontawesome */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

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

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

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

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

.fa-amazon-pay:before {
  content: "";
}

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

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

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

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

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

.fa-archway:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

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

.fa-asymmetrik:before {
  content: "";
}

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

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

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

.fa-bacon:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

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

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

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

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

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

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

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

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

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

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

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

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

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

.fa-battle-net:before {
  content: "";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

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

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

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

.fa-biohazard:before {
  content: "";
}

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

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

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

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

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

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

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

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

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

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

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

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

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

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

.fa-buffer:before {
  content: "";
}

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

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

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

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

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

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

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

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

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

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

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

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

.fa-calendar-day:before {
  content: "";
}

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

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

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

.fa-calendar-week:before {
  content: "";
}

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

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

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

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

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "";
}

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

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

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

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

.fa-cc-apple-pay:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

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

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

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

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

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

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

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

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

.fa-check-double:before {
  content: "";
}

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

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

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

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

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

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

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

.fa-closed-captioning:before {
  content: "";
}

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

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

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

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

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

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

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

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

.fa-codiepie:before {
  content: "";
}

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

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

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

.fa-coins:before {
  content: "";
}

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

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

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

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

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

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

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

.fa-compress-alt:before {
  content: "";
}

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

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

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

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

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

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

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

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

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

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

.fa-creative-commons-pd-alt:before {
  content: "";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "";
}

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

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

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

.fa-critical-role:before {
  content: "";
}

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

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

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

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

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

.fa-css3-alt:before {
  content: "";
}

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

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

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

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "勒";
}

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

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

.fa-deaf:before {
  content: "";
}

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

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

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

.fa-dev:before {
  content: "";
}

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

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

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

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

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

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

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

.fa-dove:before {
  content: "";
}

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

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

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

.fa-dribbble-square:before {
  content: "";
}

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

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

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

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

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

.fa-elementor:before {
  content: "";
}

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

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

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

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

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

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

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

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

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

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

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

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

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

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

.fa-expand-alt:before {
  content: "";
}

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

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

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

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

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

.fa-eye-dropper:before {
  content: "";
}

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

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

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

.fa-facebook-messenger:before {
  content: "";
}

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

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

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

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

.fa-faucet:before {
  content: "串";
}

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

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

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

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

.fa-figma:before {
  content: "";
}

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

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

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

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

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

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

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

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

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

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

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

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

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

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

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

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

.fa-fingerprint:before {
  content: "";
}

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

.fa-fire-alt:before {
  content: "";
}

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

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

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

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

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

.fa-flag-usa:before {
  content: "";
}

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

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

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

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

.fa-folder-minus:before {
  content: "";
}

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

.fa-folder-plus:before {
  content: "";
}

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

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

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

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

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

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

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

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

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

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

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

.fa-gas-pump:before {
  content: "";
}

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

.fa-gem:before {
  content: "";
}

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

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

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

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

.fa-ghost:before {
  content: "";
}

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

.fa-gifts:before {
  content: "";
}

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

.fa-git-alt:before {
  content: "";
}

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

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

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

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

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

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

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

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

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

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

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

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

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

.fa-gopuram:before {
  content: "";
}

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

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

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

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

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

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

.fa-hand-middle-finger:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
  content: "諾";
}

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

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

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

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

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

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

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

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

.fa-heart-broken:before {
  content: "";
}

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

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

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

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

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

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

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

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

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

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

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

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

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "便";
}

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

.fa-hryvnia:before {
  content: "";
}

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

.fa-hubspot:before {
  content: "";
}

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

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

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

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

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

.fa-infinity:before {
  content: "";
}

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

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

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

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "";
}

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

.fa-invision:before {
  content: "";
}

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

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

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

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

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

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

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

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

.fa-keybase:before {
  content: "";
}

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

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

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

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

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

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

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

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

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

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

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

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

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

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

.fa-life-ring:before {
  content: "";
}

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

.fa-line:before {
  content: "";
}

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

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

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

.fa-linode:before {
  content: "";
}

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

.fa-lira-sign:before {
  content: "";
}

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

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

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

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

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

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

.fa-lock-open:before {
  content: "";
}

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

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

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

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

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

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

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

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

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

.fa-mandalorian:before {
  content: "";
}

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

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

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

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

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

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

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

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

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

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

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

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

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

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

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

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

.fa-medium-m:before {
  content: "";
}

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

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

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

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

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

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

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

.fa-microphone-alt:before {
  content: "";
}

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

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

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

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

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

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

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

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

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

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

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

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

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

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

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

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

.fa-mug-hot:before {
  content: "";
}

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

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

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

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

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

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

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

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

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

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

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

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

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

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

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

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

.fa-page4:before {
  content: "";
}

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

.fa-pager:before {
  content: "";
}

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

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

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

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

.fa-parachute-box:before {
  content: "";
}

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

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

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

.fa-patreon:before {
  content: "";
}

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

.fa-pause-circle:before {
  content: "";
}

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

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

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

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

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

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

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

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

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

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

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

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

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

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

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

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

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

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

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

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

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

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

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

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

.fa-playstation:before {
  content: "";
}

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

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

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

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

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

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

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

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

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "";
}

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

.fa-python:before {
  content: "";
}

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

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

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

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

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

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

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

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

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

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

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

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

.fa-red-river:before {
  content: "";
}

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

.fa-reddit-alien:before {
  content: "";
}

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

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

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

.fa-remove-format:before {
  content: "";
}

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

.fa-reply:before {
  content: "";
}

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

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

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

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

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

.fa-robot:before {
  content: "";
}

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

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

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

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

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

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

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

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

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

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

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

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

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

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

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

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

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

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

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

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

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

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

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

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

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

.fa-shipping-fast:before {
  content: "";
}

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

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

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

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

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

.fa-sign-language:before {
  content: "";
}

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

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

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

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

.fa-sistrix:before {
  content: "";
}

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

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

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

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

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

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

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

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

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

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

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

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

.fa-sort-alpha-down-alt:before {
  content: "";
}

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

.fa-sort-alpha-up-alt:before {
  content: "";
}

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

.fa-sort-amount-down-alt:before {
  content: "";
}

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

.fa-sort-amount-up-alt:before {
  content: "";
}

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

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

.fa-sort-numeric-down-alt:before {
  content: "";
}

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

.fa-sort-numeric-up-alt:before {
  content: "";
}

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

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

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

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

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

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

.fa-splotch:before {
  content: "";
}

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

.fa-spray-can:before {
  content: "";
}

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

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

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

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

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

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

.fa-star-and-crescent:before {
  content: "";
}

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

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

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

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

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

.fa-steam-symbol:before {
  content: "";
}

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

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

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

.fa-sticker-mule:before {
  content: "";
}

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

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

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

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

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

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

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

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

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

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

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

.fa-suitcase-rolling:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

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

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

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

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

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

.fa-table-tennis:before {
  content: "";
}

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

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

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

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

.fa-tape:before {
  content: "";
}

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

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

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

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

.fa-tenge:before {
  content: "";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

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

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

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

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

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

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

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

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

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

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

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

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

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

.fa-tram:before {
  content: "";
}

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

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

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

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

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

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

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

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

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

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

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

.fa-umbrella-beach:before {
  content: "";
}

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

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

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

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

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

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

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

.fa-untappd:before {
  content: "";
}

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

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

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

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

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

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

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

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

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

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

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

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

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

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

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

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

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

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

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

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

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

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

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

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

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

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

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

.fa-volume-mute:before {
  content: "";
}

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

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

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

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

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

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

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

.fa-whatsapp-square:before {
  content: "";
}

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

.fa-whmcs:before {
  content: "";
}

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

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

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

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

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

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

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

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

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

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

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

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

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

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

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

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

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

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

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

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./theme/fonts/fontawesome/fa-regular-400.eot");
  src: url("./theme/fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./theme/fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("./theme/fonts/fontawesome/fa-regular-400.woff") format("woff"), url("./theme/fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("./theme/fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./theme/fonts/fontawesome/fa-brands-400.eot");
  src: url("./theme/fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./theme/fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("./theme/fonts/fontawesome/fa-brands-400.woff") format("woff"), url("./theme/fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("./theme/fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./theme/fonts/fontawesome/fa-solid-900.eot");
  src: url("./theme/fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./theme/fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("./theme/fonts/fontawesome/fa-solid-900.woff") format("woff"), url("./theme/fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("./theme/fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*
* Global font, sizing, margin ...
*/
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
body h1, body h2, body .stronger {
  font-weight: 900 !important;
}
body h3, body h4, body .medium {
  font-weight: 500 !important;
}
body p {
  margin-bottom: 20px;
}
body a, body a:visited, body input {
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("././theme/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./theme/fonts/slick/slick.eot");
  src: url("./theme/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./theme/fonts/slick/slick.woff") format("woff"), url("./theme/fonts/slick/slick.ttf") format("truetype"), url("./theme/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  z-index: 999999;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
* Contact Form 7
*/
.wpcf7 form {
  width: 100%;
}
.wpcf7 form .flex-items {
  padding: 10px;
}
.wpcf7 form .flex-items.input input, .wpcf7 form .flex-items.input textarea, .wpcf7 form .flex-items.subject input, .wpcf7 form .flex-items.subject textarea, .wpcf7 form .flex-items.textarea input, .wpcf7 form .flex-items.textarea textarea {
  border: none;
  padding: 10px;
  background: #efefef;
  margin: 10px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  .wpcf7 form .flex-items.input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wpcf7 form .flex-items.input {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 form .flex-items.input {
    width: 50%;
  }
}
.wpcf7 form .flex-items.input input {
  width: 100%;
}
.wpcf7 form .flex-items.checkbox label {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.wpcf7 form .flex-items.checkbox input {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
}
.wpcf7 form .flex-items.subject, .wpcf7 form .flex-items.textarea {
  width: 100%;
}
.wpcf7 form .flex-items.subject input, .wpcf7 form .flex-items.subject textarea, .wpcf7 form .flex-items.textarea input, .wpcf7 form .flex-items.textarea textarea {
  width: 100%;
}
.wpcf7 form .flex-items.submit {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .wpcf7 form .flex-items.submit {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wpcf7 form .flex-items.submit {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .wpcf7 form .flex-items.submit {
    text-align: right;
  }
}
.wpcf7 form .flex-items.submit input {
  color: white;
  background: #0081ba;
  cursor: pointer;
  padding: 10px;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
.wpcf7 form .flex-items.submit input:hover {
  background: #003147;
}

.scroll #brand_container {
  z-index: 99999999999;
  position: fixed;
  width: 100%;
  background: #0081ba;
  margin: 0 0 20px 0 !important;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}

header {
  /*  background: white;

    // Brand container
    #brand_container{

      // >>>>>>>>>>>>>>>>>>>	SMARTPHONE
      @include smartphone {
        display: none;
      }

      position: relative;

      a, a:visited{
        color: $content_grey;
        @include animation(all, 0.3s, ease-in-out);
        &:hover{
          color: $bg_main_title;
        }
      }

      #brand{

        // >>>>>>>>>>>>>>>>>>>	SMARTPHONE
        @include smartphone {
          text-align: right;
        }

        &.noPaddingTop{
          padding-top: 0 !important;
        }

        a, a:visited{
          padding: 15px;
          @include radius(0 0 15px 15px);
          @include shadow( 0px 0px 5px 1px, rgba(0,0,0,0.5));

          &.hasImg{
            display: block;
            width: 120px;
            margin: 0 auto;
            img{
              max-width: 100%;
              height: auto;
            }
          }

        }
      }

      #baseline{
        text-align: center;
        font-size: 1.2em;
        font-weight: 300;
        margin: 20px 0;
        padding: 10px;
      }

      #menuTop{
        position: absolute;
        top: 10px;
        right: 10px;

        ul{
          font-size: 0.8em;
          li{
            display: inline;
          }
        }
      }

    }*/
}
header #brand_container {
  margin: 20px 0;
  background: #0081ba;
  color: white;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
header #brand_container a, header #brand_container a:visited {
  color: white;
}
header #brand_container #brand .flex-item #brand_link img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  header #brand_container #brand .flex-item {
    padding: 10px;
  }
  header #brand_container #brand .flex-item.part_left {
    display: none;
  }
  header #brand_container #brand .flex-item.part_right {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  header #brand_container #brand .flex-item {
    padding: 10px;
  }
  header #brand_container #brand .flex-item.part_left {
    width: 40%;
  }
  header #brand_container #brand .flex-item.part_right {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  header #brand_container #brand .flex-item {
    padding: 10px;
  }
  header #brand_container #brand .flex-item.part_left {
    width: 40%;
  }
  header #brand_container #brand .flex-item.part_right {
    width: 60%;
  }
}

.mainslider .slider_wrapper {
  background-position: center center;
  /* Background Size -- */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* -- Background Size */
}
.mainslider .slider_wrapper a, .mainslider .slider_wrapper a:visited {
  color: white;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
.mainslider .slider_wrapper a:hover, .mainslider .slider_wrapper a:visited:hover {
  color: white;
}
@media (min-width: 0) and (max-width: 767px) {
  .mainslider .slider_wrapper {
    height: 300px;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mainslider .slider_wrapper {
    height: 400px;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media (min-width: 1200px) {
  .mainslider .slider_wrapper {
    height: 600px;
  }
}
.mainslider .slider_wrapper .slider_content {
  padding: 15px;
}
@media (min-width: 0) and (max-width: 767px) {
  .mainslider .slider_wrapper .slider_content {
    width: 100% !important;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mainslider .slider_wrapper .slider_content {
    width: 100%;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .mainslider .slider_wrapper .slider_content {
    width: 50%;
    text-align: right;
    margin-right: 50px;
  }
}
.mainslider .slider_wrapper .slider_content h2 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.8);
}
@media (min-width: 0) and (max-width: 767px) {
  .mainslider .slider_wrapper .slider_content h2 {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .mainslider .slider_wrapper .slider_content h2 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .mainslider .slider_wrapper .slider_content h2 {
    font-size: 3em;
  }
}
.mainslider .slider_wrapper .slider_content p {
  background: #0081ba;
  color: white;
  padding: 10px;
}

#mainMenuContainer {
  margin: 20px 0;
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenuContainer.scroll {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 0px;
    background: rgba(255, 255, 255, 0.95);
    margin: 0 !important;
    /* Animation -- */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -- Animation */
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mainMenuContainer.scroll {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 32px;
    background: rgba(255, 255, 255, 0.95);
    margin: 0 !important;
    /* Animation -- */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -- Animation */
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  }
  #mainMenuContainer.scroll .brand_mini {
    display: block;
  }
}
@media (min-width: 1200px) {
  #mainMenuContainer.scroll {
    position: fixed;
    z-index: 999999;
    width: 100%;
    top: 32px;
    background: rgba(255, 255, 255, 0.95);
    margin: 0 !important;
    /* Animation -- */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -- Animation */
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  }
  #mainMenuContainer.scroll .brand_mini {
    display: block;
  }
}
#mainMenuContainer .brand_mini {
  display: none;
  padding: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenuContainer .brand_mini {
    display: block !important;
    width: 50%;
    padding: 0;
  }
}
#mainMenuContainer .brand_mini a {
  display: block;
  width: 100%;
  text-align: center;
}
#mainMenuContainer .brand_mini img {
  max-width: 70%;
  height: auto;
}
#mainMenuContainer .menu_mini {
  display: none;
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenuContainer .menu_mini {
    display: block;
    width: 50%;
  }
  #mainMenuContainer .menu_mini .mobBtn {
    margin: 0 auto;
  }
}
#mainMenuContainer .menu_mini .mobBtn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 2em;
  color: white;
  cursor: pointer;
  overflow: hidden;
  /* Radius -- */
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /* -- Radius */
}

#mainMenu {
  /* Navigation flow */
}
#mainMenu a, #mainMenu a:visited {
  color: white;
  text-transform: uppercase;
  position: relative;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
#mainMenu a::after, #mainMenu a:visited::after {
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
  position: absolute;
  height: 2px;
  bottom: -5px;
  left: 0;
  content: "";
  width: 0%;
  border: 1px solid white;
  opacity: 0;
}
#mainMenu a:hover, #mainMenu a:visited:hover {
  color: white;
}
#mainMenu a:hover::after, #mainMenu a:visited:hover::after {
  width: 100%;
  opacity: 1;
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenu {
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /*right: 0;
    bottom: 0;*/
    background: #0081ba;
    /* Animation -- */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -- Animation */
  }
  #mainMenu.open {
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mainMenu.open nav div ul {
    overflow-x: auto;
  }
  #mainMenu.open nav div ul ul li {
    margin: 5px 0;
  }
}
#mainMenu .closeBtn {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 2em;
  cursor: pointer;
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenu .closeBtn {
    display: block;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenu nav {
    height: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenu nav div {
    height: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenu nav div > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mainMenu nav div > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  #mainMenu nav div > ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  #mainMenu nav div > ul > li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    font-size: 1.5em;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px dotted white;
  }
  #mainMenu nav div > ul > li a, #mainMenu nav div > ul > li a:visited {
    display: block;
    color: white;
    text-align: center !important;
  }
  #mainMenu nav div > ul > li a:hover, #mainMenu nav div > ul > li a:focus, #mainMenu nav div > ul > li a:visited:hover, #mainMenu nav div > ul > li a:visited:focus {
    color: white;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mainMenu nav div > ul > li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    padding: 15px;
  }
  #mainMenu nav div > ul > li:hover > ul.sub-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  #mainMenu nav div > ul > li {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
    padding: 15px;
  }
  #mainMenu nav div > ul > li:hover > ul.sub-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mainMenu nav div > ul > li > ul.sub-menu {
    position: absolute;
    z-index: 99999999;
    display: none;
    background: white;
    color: #0081ba;
    margin-top: 10px;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  }
  #mainMenu nav div > ul > li > ul.sub-menu:hover > ul {
    display: block;
  }
}
@media (min-width: 1200px) {
  #mainMenu nav div > ul > li > ul.sub-menu {
    position: absolute;
    z-index: 99999999;
    display: none;
    background: white;
    color: #0081ba;
    margin-top: 10px;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mainMenu nav div > ul > li > ul.sub-menu > li {
    margin: 10px;
  }
  #mainMenu nav div > ul > li > ul.sub-menu > li a, #mainMenu nav div > ul > li > ul.sub-menu > li a:visited {
    display: block;
    color: #0081ba;
    min-width: 100px;
    /* Animation -- */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -- Animation */
  }
  #mainMenu nav div > ul > li > ul.sub-menu > li a:hover, #mainMenu nav div > ul > li > ul.sub-menu > li a:visited:hover {
    color: #0081ba;
  }
}
@media (min-width: 1200px) {
  #mainMenu nav div > ul > li > ul.sub-menu > li {
    margin: 10px;
  }
  #mainMenu nav div > ul > li > ul.sub-menu > li a, #mainMenu nav div > ul > li > ul.sub-menu > li a:visited {
    display: block;
    color: #0081ba;
    min-width: 100px;
    /* Animation -- */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* -- Animation */
  }
  #mainMenu nav div > ul > li > ul.sub-menu > li a:hover, #mainMenu nav div > ul > li > ul.sub-menu > li a:visited:hover {
    color: #0081ba;
  }
}

body.overflowHidden {
  overflow: hidden !important;
}

/*
* Global
*/
.kinebalneo {
  color: #199cd9 !important;
}

.kinecryo {
  color: #95adb1 !important;
}

.kinegym {
  color: #f29400 !important;
}

.kinetraining {
  color: #e2001a !important;
}

.kinezen {
  color: #559f3e !important;
}

/*
Maintenance indicator
*/
#maintenance {
  position: fixed;
  z-index: 999999;
  bottom: 20px;
  left: -50px;
  background: red;
  color: white;
  transform: rotate(45deg);
  width: 200px;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
#maintenance #maintenanceMode {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

/*
Breadcrumb
*/
.breadcrumb_container .breadcrumb {
  margin: 20px 0;
  font-size: 0.8em;
  color: #8acef6;
}
.breadcrumb_container .breadcrumb .flex-items {
  padding: 5px;
}
.breadcrumb_container .breadcrumb .flex-items a, .breadcrumb_container .breadcrumb .flex-items a:visited {
  color: #0081ba;
}
.breadcrumb_container .breadcrumb .flex-items a:hover, .breadcrumb_container .breadcrumb .flex-items a:visited:hover {
  color: #c01112;
}

.btnToTop {
  position: fixed;
  z-index: 99999999;
  bottom: 40px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.5em;
  color: #0081ba;
  background: #0081ba;
  cursor: pointer;
  /* Radius -- */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* -- Radius */
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 0) and (max-width: 767px) {
  #page {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #page {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  #page {
    width: 90%;
    margin: 0 auto;
  }
}

.postlisting .flex > a.flex-items, .postlisting .flex > a.flex-items:visited {
  padding: 10px;
}
.postlisting .flex > a.flex-items .post-item-img, .postlisting .flex > a.flex-items:visited .post-item-img {
  width: 100%;
  overflow: hidden;
  /* Background Size -- */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* -- Background Size */
}
@media (min-width: 0) and (max-width: 767px) {
  .postlisting .flex > a.flex-items .post-item-img, .postlisting .flex > a.flex-items:visited .post-item-img {
    height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .postlisting .flex > a.flex-items .post-item-img, .postlisting .flex > a.flex-items:visited .post-item-img {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .postlisting .flex > a.flex-items .post-item-img, .postlisting .flex > a.flex-items:visited .post-item-img {
    height: 220px;
  }
}
.postlisting .flex > a.flex-items .post-item-title, .postlisting .flex > a.flex-items:visited .post-item-title {
  background: #0081ba;
}
.postlisting .flex > a.flex-items .post-item-title .flex-items, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items {
  padding: 10px;
}
.postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-date, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-date {
  color: white;
  background: #003147;
  font-size: 0.8em;
}
@media (min-width: 0) and (max-width: 767px) {
  .postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-date, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-date {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-date, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-date {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-date, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-date {
    width: 20%;
  }
}
.postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-desc, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-desc {
  color: white;
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 767px) {
  .postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-desc, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-desc {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-desc, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-desc {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .postlisting .flex > a.flex-items .post-item-title .flex-items.post-item-desc, .postlisting .flex > a.flex-items:visited .post-item-title .flex-items.post-item-desc {
    width: 80%;
  }
}
.postlisting .flex > a.flex-items:hover, .postlisting .flex > a.flex-items:visited:hover {
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.postlisting .allnewscontainer {
  padding: 20px 0;
  text-align: center;
}
.postlisting .allnewscontainer a, .postlisting .allnewscontainer a:visited {
  color: #626262;
}
.postlisting .allnewscontainer a:hover, .postlisting .allnewscontainer a:visited:hover {
  color: #e72f30;
}

.cabinets_list_container {
  padding-top: 20px;
}
.cabinets_list_container .post-item-wrapper {
  padding: 10px;
}
.cabinets_list_container .post-item-wrapper .post-item {
  background: #f1f1f1;
}
@media (min-width: 0) and (max-width: 767px) {
  .cabinets_list_container .post-item-wrapper .post-item > .flex-items {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cabinets_list_container .post-item-wrapper .post-item > .flex-items {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cabinets_list_container .post-item-wrapper .post-item > .flex-items {
    width: 50%;
  }
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.thumbnail {
  background-size: cover !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .cabinets_list_container .post-item-wrapper .post-item > .flex-items.thumbnail {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cabinets_list_container .post-item-wrapper .post-item > .flex-items.thumbnail {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .cabinets_list_container .post-item-wrapper .post-item > .flex-items.thumbnail {
    height: 280px;
  }
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .header_cabinet {
  background: #0081ba;
  color: white;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .header_cabinet h2 {
  font-size: 1.2em;
  text-align: center;
  padding: 10px;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .header_cabinet .picto_listing .picto {
  padding: 5px;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .header_cabinet .picto_listing .picto img {
  width: 35px;
  height: auto;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .content_cabinet {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #0081ba;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .content_cabinet .flex-items p {
  margin: 0 !important;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .content_cabinet .flex-items.excerpt {
  width: 80%;
  padding: 20px;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .content_cabinet .flex-items.button-container {
  width: 20%;
}
.cabinets_list_container .post-item-wrapper .post-item > .flex-items.description .content_cabinet .flex-items.button-container .button {
  padding: 10px;
  background: #0081ba;
  color: white;
  /* Radius -- */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* -- Radius */
}
.cabinets_list_container .post-item-wrapper .post-item:hover {
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.cabinets_list_container .post-item-wrapper .post-item:hover .button {
  background: #003147 !important;
}

.subcategory h2 {
  text-align: center;
  margin: 20px 0;
  color: #0081ba;
}
.subcategory .custom_term_listing .flex_items {
  padding: 10px;
}

#mainSiderbar {
  background: #efefef;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 0) and (max-width: 767px) {
  #mainSiderbar {
    width: 90%;
    margin: 40px auto;
  }
  #mainSiderbar aside {
    width: 100%;
  }
  #mainSiderbar aside a, #mainSiderbar aside a:visited {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white !important;
    background: #0081ba;
    margin: 5px 0;
  }
  #mainSiderbar aside a:hover, #mainSiderbar aside a:visited:hover {
    color: #7cd2f9 !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #mainSiderbar {
    width: 80%;
    margin: 40px auto;
  }
}
@media (min-width: 1200px) {
  #mainSiderbar {
    width: 100%;
    margin: 40px auto;
  }
}
#mainSiderbar aside {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding: 10px;
}
#mainSiderbar aside .widget-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0081ba;
  text-align: center;
}
#mainSiderbar aside a, #mainSiderbar aside a:visited {
  color: black;
}
#mainSiderbar aside a:hover, #mainSiderbar aside a:visited:hover {
  color: #0081ba;
}

#post_header {
  position: relative;
  width: 100%;
  /* Background Size -- */
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* -- Background Size */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 0) and (max-width: 767px) {
  #post_header {
    padding-top: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #post_header {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  #post_header {
    height: 450px;
  }
}
#post_header .post-header-wrapper {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
@media (min-width: 0) and (max-width: 767px) {
  #post_header .post-header-wrapper {
    width: 100%;
  }
  #post_header .post-header-wrapper h1 {
    text-align: center;
    padding: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #post_header .post-header-wrapper {
    width: 50%;
  }
  #post_header .post-header-wrapper h1 {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  #post_header .post-header-wrapper {
    width: 50%;
  }
  #post_header .post-header-wrapper h1 {
    text-align: right;
  }
}
#post_header .mainTitle_picto {
  text-align: center;
  margin-bottom: 10px;
}
#post_header .mainTitle_picto img {
  max-height: 100%;
  width: auto;
}
#post_header h1 {
  text-align: center;
  color: white;
  padding-right: 20px;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 0 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #post_header h1 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  #post_header h1 {
    font-size: 3em;
  }
}
#post_header #category_description {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 0) and (max-width: 767px) {
  #post_header #category_description {
    padding: 10px;
  }
  #post_header #category_description p {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #post_header #category_description {
    width: 200px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    /* Radius -- */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* -- Radius */
  }
}
@media (min-width: 1200px) {
  #post_header #category_description {
    width: 200px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    /* Radius -- */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* -- Radius */
  }
}
#post_header #category_description p {
  margin: 10px 0;
}
#post_header #category_description a, #post_header #category_description a:visited {
  color: #0081ba;
}
#post_header #category_description a:hover, #post_header #category_description a:visited:hover {
  color: #c01112;
}

.single, #comments {
  /* Comments */
}
.single h2, .single h3, .single h4, .single h5, .single h6, #comments h2, #comments h3, #comments h4, #comments h5, #comments h6 {
  text-align: left;
  color: #0081ba;
  margin: 20px 0;
  padding: 10px 0;
}
.single h2, #comments h2 {
  font-size: 2em;
}
.single h3, #comments h3 {
  font-size: 1.8em;
}
.single h4, .single h5, .single h6, #comments h4, #comments h5, #comments h6 {
  font-size: 1.4em;
}
.single p, #comments p {
  line-height: 25px;
  text-align: justify;
}
.single p.has-text-align-center, #comments p.has-text-align-center {
  text-align: center !important;
}
.single p.has-text-align-left, #comments p.has-text-align-left {
  text-align: left !important;
}
.single p.has-text-align-right, #comments p.has-text-align-right {
  text-align: right !important;
}
.single a, .single a:visited, #comments a, #comments a:visited {
  color: #0081ba;
  font-weight: bold;
}
.single a:hover, .single a:visited:hover, #comments a:hover, #comments a:visited:hover {
  color: black;
}
.single .content blockquote.wp-block-quote, #comments .content blockquote.wp-block-quote {
  position: relative;
  padding: 20px 50px;
  margin: 20px 0;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
.single .content blockquote.wp-block-quote::before, .single .content blockquote.wp-block-quote::after, #comments .content blockquote.wp-block-quote::before, #comments .content blockquote.wp-block-quote::after {
  display: block;
  height: 40px;
  font-size: 6em;
  position: absolute;
  color: #0081ba;
}
.single .content blockquote.wp-block-quote::before, #comments .content blockquote.wp-block-quote::before {
  content: "“";
  top: 10px;
  left: 10px;
  color: #0081ba;
}
.single .content blockquote.wp-block-quote::after, #comments .content blockquote.wp-block-quote::after {
  content: "”";
  bottom: 10px;
  right: 10px;
  color: #0081ba;
}
.single .content blockquote.wp-block-quote:hover, #comments .content blockquote.wp-block-quote:hover {
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
.single .content #googlemaps, #comments .content #googlemaps {
  width: 100%;
}
.single .content .wp-block-embed__wrapper, #comments .content .wp-block-embed__wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.single .content .wp-block-embed__wrapper iframe, #comments .content .wp-block-embed__wrapper iframe {
  /*width: 100% !important;
  height: auto !important;*/
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.single .content .wp-block-gallery, #comments .content .wp-block-gallery {
  padding: 10px;
  margin: 20px 0;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.single .content .wp-block-gallery li::before, #comments .content .wp-block-gallery li::before {
  content: "" !important;
}
.single .content .flex-items, #comments .content .flex-items {
  padding: 10px;
}
.single .content article .post-content ul, #comments .content article .post-content ul {
  /*margin: 20px 0;*/
  padding-left: 10px;
}
.single .content article .post-content ul li, #comments .content article .post-content ul li {
  line-height: 25px;
}
.single .content article .post-content ul li::before, #comments .content article .post-content ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-weight: 900;
  color: #0081ba;
}
.single .content article .post-content .has-text-align-center, #comments .content article .post-content .has-text-align-center {
  text-align: center !important;
}
.single .content article .post-content .has-text-align-left, #comments .content article .post-content .has-text-align-left {
  text-align: left !important;
}
.single .content article .post-content .has-text-align-right, #comments .content article .post-content .has-text-align-right {
  text-align: right !important;
}
.single .content article .post-content img, #comments .content article .post-content img {
  max-width: 100%;
  height: auto;
}
.single .content .post-footer .actionFooter, #comments .content .post-footer .actionFooter {
  background: #f1f1f1;
}
.single .content .post-footer h3, #comments .content .post-footer h3 {
  width: 100%;
  margin: 0;
  padding: 5px;
  font-size: 1em;
  text-align: center;
}
.single .content .post-footer .cabinets_infos, #comments .content .post-footer .cabinets_infos {
  padding: 10px;
}
.single .content .post-footer .cabinets_infos h3, #comments .content .post-footer .cabinets_infos h3 {
  font-weight: bold !important;
}
.single .content .post-footer .cabinets_infos .block_contact, #comments .content .post-footer .cabinets_infos .block_contact {
  background: #0081ba;
  color: white;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  /* Radius -- */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* -- Radius */
}
.single .content .post-footer .cabinets_infos .block_contact a, #comments .content .post-footer .cabinets_infos .block_contact a {
  color: white;
}
.single .content .post-footer .cabinets_infos .block_contact .flex_items.info, #comments .content .post-footer .cabinets_infos .block_contact .flex_items.info {
  width: 80%;
  font-size: 1em;
}
.single .content .post-footer .cabinets_infos .block_contact .flex_items.info.phone, #comments .content .post-footer .cabinets_infos .block_contact .flex_items.info.phone {
  font-size: 1.5em;
}
.single .content .post-footer .cabinets_infos .block_contact .flex_items.link, #comments .content .post-footer .cabinets_infos .block_contact .flex_items.link {
  width: 20%;
  font-size: 1.5em;
  text-align: center;
}
.single .content .post-footer .cabinets_infos .spaces_listing, #comments .content .post-footer .cabinets_infos .spaces_listing {
  width: 100%;
}
.single .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_img, #comments .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_img {
  width: 20%;
}
.single .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_img img, #comments .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_img img {
  width: 70%;
  height: auto;
}
.single .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_name, #comments .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_name {
  width: 60%;
  text-transform: uppercase;
}
.single .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_link, #comments .content .post-footer .cabinets_infos .spaces_listing li .flex-items.picto_link {
  width: 20%;
  font-size: 1.5em;
}
.single .content .post-footer .share, #comments .content .post-footer .share {
  width: 100%;
}
.single .content .post-footer .share .share_list, #comments .content .post-footer .share .share_list {
  text-align: center;
}
.single .content .post-footer .share .share_list li, #comments .content .post-footer .share .share_list li {
  display: inline;
  margin: 10px;
  font-size: 1.5em;
}
.single .content .post-footer .share .share_list li.Facebook a, .single .content .post-footer .share .share_list li.Facebook a:visited, #comments .content .post-footer .share .share_list li.Facebook a, #comments .content .post-footer .share .share_list li.Facebook a:visited {
  color: #3b5998 !important;
}
.single .content .post-footer .share .share_list li.Facebook a:hover, .single .content .post-footer .share .share_list li.Facebook a:visited:hover, #comments .content .post-footer .share .share_list li.Facebook a:hover, #comments .content .post-footer .share .share_list li.Facebook a:visited:hover {
  color: #0081ba !important;
}
.single .content .post-footer .share .share_list li.Twitter a, .single .content .post-footer .share .share_list li.Twitter a:visited, #comments .content .post-footer .share .share_list li.Twitter a, #comments .content .post-footer .share .share_list li.Twitter a:visited {
  color: #1da1f2 !important;
}
.single .content .post-footer .share .share_list li.Twitter a:hover, .single .content .post-footer .share .share_list li.Twitter a:visited:hover, #comments .content .post-footer .share .share_list li.Twitter a:hover, #comments .content .post-footer .share .share_list li.Twitter a:visited:hover {
  color: #0081ba !important;
}
.single .content .post-footer .share .share_list li.LinkedIn a, .single .content .post-footer .share .share_list li.LinkedIn a:visited, #comments .content .post-footer .share .share_list li.LinkedIn a, #comments .content .post-footer .share .share_list li.LinkedIn a:visited {
  color: #0077B5 !important;
}
.single .content .post-footer .share .share_list li.LinkedIn a:hover, .single .content .post-footer .share .share_list li.LinkedIn a:visited:hover, #comments .content .post-footer .share .share_list li.LinkedIn a:hover, #comments .content .post-footer .share .share_list li.LinkedIn a:visited:hover {
  color: #0081ba !important;
}
.single .content .post-footer .share .share_list li.Pinterest a, .single .content .post-footer .share .share_list li.Pinterest a:visited, #comments .content .post-footer .share .share_list li.Pinterest a, #comments .content .post-footer .share .share_list li.Pinterest a:visited {
  color: #cb1f27 !important;
}
.single .content .post-footer .share .share_list li.Pinterest a:hover, .single .content .post-footer .share .share_list li.Pinterest a:visited:hover, #comments .content .post-footer .share .share_list li.Pinterest a:hover, #comments .content .post-footer .share .share_list li.Pinterest a:visited:hover {
  color: #0081ba !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single .content .post-footer .post-author-info .author-description .flex-items.author-avatar, #comments .content .post-footer .post-author-info .author-description .flex-items.author-avatar {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single .content .post-footer .post-author-info .author-description .flex-items.author-avatar, #comments .content .post-footer .post-author-info .author-description .flex-items.author-avatar {
    width: 30%;
  }
}
.single .content .post-footer .post-author-info .author-description .flex-items.author-avatar img, #comments .content .post-footer .post-author-info .author-description .flex-items.author-avatar img {
  max-width: 100%;
  height: auto;
}
.single .content .post-footer .post-author-info .author-description .flex-items.author-content, #comments .content .post-footer .post-author-info .author-description .flex-items.author-content {
  font-size: 0.8em;
  border-left: 1px dotted #0081ba;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .single .content .post-footer .post-author-info .author-description .flex-items.author-content, #comments .content .post-footer .post-author-info .author-description .flex-items.author-content {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .single .content .post-footer .post-author-info .author-description .flex-items.author-content, #comments .content .post-footer .post-author-info .author-description .flex-items.author-content {
    width: 70%;
  }
}
.single .content .post-footer .post-author-info .author-description .flex-items.author-content p, #comments .content .post-footer .post-author-info .author-description .flex-items.author-content p {
  text-align: left;
}
.single #messages, #comments #messages {
  overflow: hidden;
  /* Radius -- */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* -- Radius */
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}

#bigImg {
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
#bigImg.bigUp {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  background: black;
}
#bigImg.bigUp img {
  position: absolute;
  top: 0;
  bottom: 0%;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 100% !important;
  height: auto !important;
}

/* CSS Document */
.container-comment {
  background: #e5e5e5;
  margin-top: 20px;
  /* >>>>>>>>>>>>>>>>>>>	SMARTPHONE */
  /* >>>>>>>>>>>>>>>>>>>	TABLET */
  /* >>>>>>>>>>>>>>>>>>>	DESKTOP */
}
.container-comment a, .container-comment a:visited {
  font-weight: bold;
  color: white;
}
.container-comment a:hover, .container-comment a:focus, .container-comment a:visited:hover, .container-comment a:visited:focus {
  color: white;
}
.container-comment #comment-nav {
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  margin-bottom: 10px;
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
}
.container-comment #comment-nav h1 {
  font-weight: normal;
}
.container-comment #comment-nav a:hover {
  color: white;
}
.container-comment .panel .panel-heading {
  background: white;
  color: black;
  padding: 20px;
}
.container-comment .panel .panel-heading h2 {
  font-weight: 300;
  font-size: 2em;
  text-transform: uppercase;
}
.container-comment .panel .panel-heading h3 {
  font-weight: 300;
  font-size: 1.5em;
  color: white;
}
.container-comment .panel .panel-body {
  padding: 20px;
}
.container-comment .panel .panel-body .commentlist {
  margin: 20px 0;
}
.container-comment .panel .panel-body .commentlist > div {
  margin-bottom: 20px;
  background: white;
  overflow: hidden;
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
  padding: 10px;
}
.container-comment .panel .panel-body .commentlist > div .pull-left {
  margin-right: 20px;
}
.container-comment .panel .panel-body .commentlist > div .media-body .comment-respond {
  padding: 10px;
  background: #e5e5e5;
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
}
.container-comment .panel .panel-body .commentlist > div .media-body article {
  color: black;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.container-comment .panel .panel-body .commentlist > div .media-body article a, .container-comment .panel .panel-body .commentlist > div .media-body article a:visited {
  color: #0081ba;
}
.container-comment .panel .panel-body .commentlist > div .media-body article a:hover, .container-comment .panel .panel-body .commentlist > div .media-body article a:focus, .container-comment .panel .panel-body .commentlist > div .media-body article a:visited:hover, .container-comment .panel .panel-body .commentlist > div .media-body article a:visited:focus {
  color: white;
}
.container-comment .panel .panel-body .commentlist > div .media-body article .comment {
  clear: both;
}
.container-comment .panel .panel-body .commentlist > div .media-body article .comment .comment-react {
  text-align: right;
  margin: 10px 0;
}
.container-comment .panel .panel-body #respond h3 {
  font-weight: 300;
  font-size: 1.5em;
}
.container-comment .panel .panel-body #respond .comment-form-comment label {
  display: block;
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
}
.container-comment .panel .panel-body #respond .comment-form-comment textarea {
  width: 100%;
  border: none;
  padding: 10px;
  /* Radius -- */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* -- Radius */
}
.container-comment .panel .panel-body #respond .form-allowed-tags pre {
  margin: 10px 0;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: pre-wrap;
  color: #2592d1;
}
.container-comment .panel .panel-body #respond .input-group {
  /* >>>>>>>>>>>>>>>>>>>	SMARTPHONE */
  /* >>>>>>>>>>>>>>>>>>>	TABLET */
  /* >>>>>>>>>>>>>>>>>>>	DESKTOP */
}
@media (min-width: 0) and (max-width: 767px) {
  .container-comment .panel .panel-body #respond .input-group {
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container-comment .panel .panel-body #respond .input-group {
    margin: 10px auto;
  }
}
@media (min-width: 1200px) {
  .container-comment .panel .panel-body #respond .input-group {
    width: 70%;
    margin: 10px auto;
  }
}
.container-comment .panel .panel-body #respond .input-group .flex-item.left {
  width: 10%;
  text-align: center;
  color: white;
}
.container-comment .panel .panel-body #respond .input-group .flex-item.right {
  width: 90%;
  border: none;
  padding: 10px;
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
}
.container-comment .panel .panel-body #respond .form-submit {
  text-align: center;
}
.container-comment .panel .panel-body #respond .form-submit #submit {
  cursor: pointer;
  background: #0081ba;
  color: white;
  padding: 10px;
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
}
.container-comment .panel .panel-body #respond .form-submit #submit:hover {
  background: #003147;
}
.container-comment #error_field {
  background: #c01112;
  color: white;
  margin-top: 20px;
  /* Radius -- */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* -- Radius */
}
.container-comment #error_field p {
  padding: 10px;
}

@media (min-width: 0) and (max-width: 767px) {
  .shmuIntro {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shmuIntro {
    width: 80%;
    margin: 0 auto;
  }
}
.shmuIntro img {
  max-width: 100%;
  height: auto;
}
.shmuIntro h3 {
  color: white;
  font-size: 2em;
  margin-bottom: 20px;
}
.shmuIntro a, .shmuIntro a:visited {
  color: white;
}
.shmuIntro a:hover, .shmuIntro a:visited:hover {
  color: black;
}
.shmuIntro p {
  text-align: justify;
  font-size: 1em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shmuIntro > .flex-items .flex-items {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .shmuIntro > .flex-items .flex-items {
    width: 50%;
  }
}
.shmuIntro > .flex-items .flex-items.text {
  background: #7cc6ca url(images/logo_ycc_bg.png) no-repeat bottom right;
  padding: 20px;
}

@media (min-width: 0) and (max-width: 767px) {
  .shmuLastPost {
    width: 90%;
    margin: 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .shmuLastPost {
    width: 80%;
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  .shmuLastPost {
    width: 1200px;
    margin: 20px auto;
  }
}
.shmuLastPost h3 {
  margin: 30px 0;
  color: #0081ba;
  text-align: center;
  font-size: 2em;
}

.listSocial li {
  font-size: 2em;
  padding: 5px;
}
.listSocial li a, .listSocial li a:visited {
  color: white !important;
}
.listSocial li.facebook a:hover {
  color: #3b5998 !important;
}
.listSocial li.twitter a:hover {
  color: #1da1f2 !important;
}
.listSocial li.linkedin a:hover {
  color: #0077B5 !important;
}
.listSocial li.instagram a:hover {
  color: #e561ed !important;
}
.listSocial li.pinterest a:hover {
  color: #cb1f27 !important;
}
.listSocial li.youtube a:hover {
  color: #ff0000 !important;
}
.listSocial li.rss a:hover {
  color: #ff7b0a !important;
}

/*
* Customer Widget
*/
/* Widget Color */
.widget_home {
  padding: 40px;
}
@media (min-width: 1200px) {
  .widget_home {
    width: 1200px;
    margin: 0 auto;
  }
}
.widget_home #block_kinebalneo {
  margin-bottom: 40px;
}
.widget_home #block_kinebalneo.flex-item {
  width: 100%;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item {
    width: 50%;
  }
}
.widget_home #block_kinebalneo.flex-item > .flex-item.img {
  background-size: cover !important;
  background-position: center center !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item.img {
    height: 200px;
  }
}
.widget_home #block_kinebalneo.flex-item > .flex-item.content {
  text-align: center;
  background: #f1f1f1;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item.content {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item.content {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .widget_home #block_kinebalneo.flex-item > .flex-item.content {
    padding: 40px 60px;
  }
}
.widget_home #block_kinebalneo.flex-item > .flex-item.content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.widget_home #block_kinebalneo.flex-item > .flex-item a, .widget_home #block_kinebalneo.flex-item > .flex-item a:visited {
  color: #0081ba;
}
.widget_home #block_kinebalneo.flex-item > .flex-item a:hover, .widget_home #block_kinebalneo.flex-item > .flex-item a:visited:hover {
  color: #3f3f3f;
}
.widget_home #block_KineTraining,
.widget_home #block_KineZen,
.widget_home #block_KineGym,
.widget_home #block_KineCryo {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home #block_KineTraining,
.widget_home #block_KineZen,
.widget_home #block_KineGym,
.widget_home #block_KineCryo {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home #block_KineTraining,
.widget_home #block_KineZen,
.widget_home #block_KineGym,
.widget_home #block_KineCryo {
    width: 50%;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .widget_home #block_KineTraining,
.widget_home #block_KineZen,
.widget_home #block_KineGym,
.widget_home #block_KineCryo {
    width: 25%;
    height: 250px;
  }
}
.widget_home #block_KineTraining img.logo,
.widget_home #block_KineZen img.logo,
.widget_home #block_KineGym img.logo,
.widget_home #block_KineCryo img.logo {
  position: absolute;
  top: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home #block_KineTraining img.logo,
.widget_home #block_KineZen img.logo,
.widget_home #block_KineGym img.logo,
.widget_home #block_KineCryo img.logo {
    max-height: 40px;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home #block_KineTraining img.logo,
.widget_home #block_KineZen img.logo,
.widget_home #block_KineGym img.logo,
.widget_home #block_KineCryo img.logo {
    max-height: 50px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .widget_home #block_KineTraining img.logo,
.widget_home #block_KineZen img.logo,
.widget_home #block_KineGym img.logo,
.widget_home #block_KineCryo img.logo {
    max-height: 40px;
    width: auto;
  }
}
.widget_home #block_KineTraining .no_url,
.widget_home #block_KineZen .no_url,
.widget_home #block_KineGym .no_url,
.widget_home #block_KineCryo .no_url {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 0.7em;
  color: white;
  overflow: hidden;
}
.widget_home #block_KineTraining .no_url h2,
.widget_home #block_KineZen .no_url h2,
.widget_home #block_KineGym .no_url h2,
.widget_home #block_KineCryo .no_url h2 {
  position: absolute;
  text-align: center;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
}
.widget_home #block_KineTraining a,
.widget_home #block_KineZen a,
.widget_home #block_KineGym a,
.widget_home #block_KineCryo a {
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 0.7em;
  color: white;
  overflow: hidden;
}
.widget_home #block_KineTraining a h2,
.widget_home #block_KineZen a h2,
.widget_home #block_KineGym a h2,
.widget_home #block_KineCryo a h2 {
  position: absolute;
  text-align: center;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
}
.widget_home #block_KineTraining a:hover h2,
.widget_home #block_KineZen a:hover h2,
.widget_home #block_KineGym a:hover h2,
.widget_home #block_KineCryo a:hover h2 {
  padding: 20px 0;
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
}
.widget_home #block_KineTraining a h2, .widget_home #block_KineTraining .no_url h2 {
  background: #e2001a;
}
.widget_home #block_KineZen a h2, .widget_home #block_KineZen .no_url h2 {
  background: #559f3e;
}
.widget_home #block_KineGym a h2, .widget_home #block_KineGym .no_url h2 {
  background: #f29400;
}
.widget_home #block_KineCryo a h2, .widget_home #block_KineCryo .no_url h2 {
  background: #95adb1;
}
.widget_home #block_KineTraining,
.widget_home #block_KineZen,
.widget_home #block_KineGym {
  border-right: 8px solid white;
}
.widget_home_extra {
  background: #e6e6e6;
  padding: 20px;
}
.widget_home_extra .widget_home_extra_wrapper {
  padding: 20px;
}
@media (min-width: 1200px) {
  .widget_home_extra .widget_home_extra_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}
.widget_home_extra .widget_home_extra_wrapper > .flex-item {
  padding: 20px;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item {
    width: 50%;
  }
}
.widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.img {
  background-size: cover !important;
  background-position: center center !important;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.img {
    height: 250px;
  }
}
.widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content {
  padding: 10px;
  color: white;
  background: #0081ba;
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content h2 {
    font-size: 1em;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content h2 {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content p {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content p {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content p {
    margin-bottom: 40px;
  }
}
.widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content a, .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content a:visited {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  color: white;
  background: #01628d;
}
.widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content a:hover, .widget_home_extra .widget_home_extra_wrapper > .flex-item > .flex-item.content a:visited:hover {
  background: #003147;
}

/*
* Customer Widget
*/
.wp-block-shmudesign-kineconcept-kinebloc {
  /* Radius -- */
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* -- Radius */
  margin-bottom: 20px;
}
.wp-block-shmudesign-kineconcept-kinebloc h4 {
  color: white;
  margin: 0;
}
.wp-block-shmudesign-kineconcept-kinebloc p {
  color: white;
}
.wp-block-shmudesign-kineconcept-kinebloc span.span_button {
  color: white !important;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  line-height: 1;
  /* Radius -- */
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  /* -- Radius */
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
.wp-block-shmudesign-kineconcept-kinebloc.kinebloc-kinevision {
  background: #e84e0e;
}
.wp-block-shmudesign-kineconcept-kinebloc.kinebloc-kinevision .logo {
  background: transparent url("theme/images/customer/picto_kinevision.png") no-repeat center center;
}
.wp-block-shmudesign-kineconcept-kinebloc.kinebloc-kineconsult {
  background: #fbb900;
}
.wp-block-shmudesign-kineconcept-kinebloc.kinebloc-kineconsult .logo {
  background: transparent url("theme/images/customer/picto_kineconsult.png") no-repeat center center;
}
.wp-block-shmudesign-kineconcept-kinebloc.kinebloc-kinegestion {
  background: #96c11f;
}
.wp-block-shmudesign-kineconcept-kinebloc.kinebloc-kinegestion .logo {
  background: transparent url("theme/images/customer/picto_kinegestion.png") no-repeat center center;
}
.wp-block-shmudesign-kineconcept-kinebloc .logo {
  width: 20%;
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
}
@media (min-width: 0) and (max-width: 767px) {
  .wp-block-shmudesign-kineconcept-kinebloc .logo {
    background-size: 60% !important;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-shmudesign-kineconcept-kinebloc .logo {
    background-size: 60% !important;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .wp-block-shmudesign-kineconcept-kinebloc .logo {
    background-size: 60% !important;
    height: 150px;
  }
}
.wp-block-shmudesign-kineconcept-kinebloc:hover .logo {
  /* Animation -- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* -- Animation */
  background-size: 80% !important;
}
.wp-block-shmudesign-kineconcept-kinebloc:hover span.span_button {
  background: white;
  /* Radius -- */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* -- Radius */
}
.wp-block-shmudesign-kineconcept-kinebloc:hover.kinebloc-kinevision span.span_button {
  color: #e84e0e !important;
}
.wp-block-shmudesign-kineconcept-kinebloc:hover.kinebloc-kineconsult span.span_button {
  color: #fbb900 !important;
}
.wp-block-shmudesign-kineconcept-kinebloc:hover.kinebloc-kinegestion span.span_button {
  color: #96c11f !important;
}
.wp-block-shmudesign-kineconcept-kinebloc .desc {
  width: 60%;
}
.wp-block-shmudesign-kineconcept-kinebloc .link {
  text-align: center;
  font-size: 3em;
  width: 20%;
}

footer#mainFooter {
  padding: 20px;
  background-color: #0081ba;
}
@media (min-width: 0) and (max-width: 767px) {
  footer#mainFooter {
    background-size: 100% auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer#mainFooter {
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  footer#mainFooter {
    background-size: 100% auto;
  }
}
footer#mainFooter a, footer#mainFooter a:visited {
  color: black;
}
footer#mainFooter a:hover, footer#mainFooter a:visited:hover {
  color: #0081ba;
}
@media (min-width: 0) and (max-width: 767px) {
  footer#mainFooter #footer_wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer#mainFooter #footer_wrapper {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer#mainFooter #footer_wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
footer#mainFooter #footer_wrapper .brandFooter {
  text-align: center;
}
footer#mainFooter #footer_wrapper .brandFooter img {
  max-width: 300px;
  height: auto;
}
footer#mainFooter #footer_wrapper #wrapper-widgets-footer {
  margin: 0 20px;
}
footer#mainFooter #footer_wrapper .flex aside {
  text-align: center;
  padding: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  footer#mainFooter #footer_wrapper .flex aside {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer#mainFooter #footer_wrapper .flex aside {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer#mainFooter #footer_wrapper .flex aside {
    width: 25%;
  }
}
footer#mainFooter #footer_wrapper .flex aside .widget-title {
  color: #7cd2f9;
  margin-bottom: 10px;
}
@media (min-width: 0) and (max-width: 767px) {
  footer#mainFooter #footer_wrapper .flex aside .widget-title {
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  footer#mainFooter #footer_wrapper .flex aside .widget-title {
    font-size: 1.5em;
  }
}
@media (min-width: 1200px) {
  footer#mainFooter #footer_wrapper .flex aside .widget-title {
    font-size: 1.5em;
  }
}
footer#mainFooter #footer_wrapper .flex aside a, footer#mainFooter #footer_wrapper .flex aside a:visited {
  display: block;
  color: white;
  padding: 2px 0;
}
footer#mainFooter #footer_wrapper .flex aside a:hover, footer#mainFooter #footer_wrapper .flex aside a:visited:hover {
  color: #7cd2f9;
}
@media (min-width: 0) and (max-width: 767px) {
  footer#mainFooter #footer_wrapper .flex aside a, footer#mainFooter #footer_wrapper .flex aside a:visited {
    padding: 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px dotted #7cd2f9;
  }
}
footer#mainFooter .copyright {
  text-align: center;
  color: white !important;
  font-size: 0.8em;
}
footer#mainFooter .copyright .brandFooter {
  margin-bottom: 30px;
}
footer#mainFooter .copyright a {
  color: white !important;
}

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