@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

.img-lazy-load.loaded {
  filter: blur(0px);
} */
#sd-cmp * {
  max-height: 100vh;
  font-size: 14px;
}
.grecaptcha-badge {
  z-index: 99999;
}
@media only screen and (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .recaptcha-terms {
    display: none;
  }
}
.recaptcha-terms {
  padding: 5px 10px;
  text-align: center;
}
.recaptcha-terms p {
  font-size: 11px;
  line-height: 19px;
  opacity: 0.7;
}
.recaptcha-terms a {
  color: #1a73e8;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-utils/jquery-utils.css ***/
/*
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

.clearfix:after { content:""; display:table; clear:both; }
*/
/*
.resizePicture { position: relative; overflow: hidden; }
.resizePicture img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; max-width:none !important ;max-height:none !important; margin: auto; opacity: 0; }
*/
/** TOOLS PAGE */
/*
.loanTool article.tool { margin-bottom: 40px; }
.loanTool input[type="text"],
.loanTool textarea,
.loanTool select {
  width: auto;
}

.loanTool table { width: 100%; }
.loanTool table td { padding: 10px; }

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/air-datepicker/dist/css/datepicker.min.css ***/
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: 0;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/video.js/dist/video-js.css ***/
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.33333333em;
  right: -0.5em;
  font-size: 0.9em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}
.vjs-tooltip-progress-bar {
  visibility: hidden;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: 0.5em;
}
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
@media screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/node_modules/intl-tel-input/build/css/intlTelInput.css ***/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/cluster.less ***/
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/legal.less ***/
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/agency.less ***/
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Marui PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/leaflet-map.less ***/
/*** CSS BASE PLUGIN Property Info ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/main.css ***/
.module-property-info {
  position: relative;
}
.module-property-info ul li {
  list-style: none;
}
.module-property-info .quick-links li {
  display: inline-block;
  position: relative;
  margin: 10px;
}
/* ajout css pour l'affichage des adresses */
.property-info-template-2 h2 span.address {
  font-size: 16px;
}
.property-info-template-12 p.address {
  margin-left: 10px;
  color: #1cb79a;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/property_info-17.less ***/
.property-info-template-17 .medias,
.property-info-template-17 .panorama {
  margin: 40px 0;
}
.property-info-template-17 .medias.details > ul li {
  height: 50vh;
  margin-bottom: 10px;
}
.property-info-template-17 .medias.details > ul li iframe {
  height: 100%;
  width: 100%;
}
.popup-module-media {
  margin: auto;
  display: block;
  height: auto;
  z-index: 1;
  left: auto;
  bottom: auto;
  top: auto;
  position: relative;
}
.popup-module-media .medias.details > ul li {
  height: 80vh;
}
.popup-module-media .medias.details > ul li iframe {
  height: 100%;
  width: 100%;
}
/*** CSS BASE PLUGIN Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/similar.less ***/
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Marui PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/language.less ***/
/*** CSS BASE PLUGIN Breadcrumb ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Breadcrumb/Resources/css/main.css ***/
.module-breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
}
.module-breadcrumb ul li:after {
  display: inline-block;
  content: "\F0142";
  font: normal normal normal 14px/1 "Material Design Icons";
  margin-left: 10px;
}
.module-breadcrumb ul li:last-child:after {
  content: none;
}
.module-breadcrumb ul li * {
  display: inline;
  font-size: 14px;
  text-transform: capitalize;
}
.module-breadcrumb.template-2 ul li * {
  text-transform: unset;
}
.module-breadcrumb.template-2 .mdi-home {
  display: none;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/property_info-14.less ***/
.property-info-template-14 {
  padding: 20px;
  background-color: #EEE;
}
.property-info-template-14 ul li {
  margin-bottom: 20px;
}
.property-info-template-14 ul li:last-child {
  margin-bottom: 0;
}
.property-info-template-14 ul li span {
  display: block;
  font-size: 150%;
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100%!important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0!important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100%!important;
  height: 100%!important;
}
.video-js {
  height: 100%!important;
  padding: 0!important;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/slider.less ***/
/*** CSS BASE PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Share/Resources/css/main.css ***/
.share-template-1 {
  text-align: center;
}
.share-template-1 li {
  display: inline-block;
  margin-left: 10px;
  margin-right: -0.25em;
  vertical-align: middle;
}
.share-template-1 li:first-child {
  margin-left: 0;
}
.share-template-1 li i {
  font-size: 26px;
}
.module-share ul {
  text-align: center;
}
.module-share ul li {
  display: inline-block;
}
.module-share .facebook:hover a i {
  color: #3b5999;
}
.module-share .google-plus:hover a i {
  color: #dd4b39;
}
.module-share .instagram:hover a i {
  color: #e4405f;
}
.module-share .twitter:hover a i {
  color: #55acee;
}
.module-share .youtube:hover a i {
  color: #cd201f;
}
.module-share .linkedin:hover a i {
  color: #0077B5;
}
form[name=share-form] {
  position: relative;
}
form[name=share-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=share-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=share-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=share-form] .field.hidden {
  display: none;
}
.popup-module-share {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-share .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-share .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.popup-module-share {
  background: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.popup-module-share h2 {
  margin: 0;
}
.popup-module-share .submit {
  position: relative;
  height: auto;
  width: auto;
  margin-top: 2rem;
}
.popup-module-share .ratioPicture {
  padding-bottom: 36.6%;
}
.popup-module-share img {
  width: 100%;
  height: auto;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/share.less ***/
/*** CSS BASE PLUGIN User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/User/Resources/css/main.css.less ***/
.module-user {
  text-align: center;
}
.module-user i.mdi {
  margin: 0 10px 0 0;
}
.module-user .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.module-user .container .picture {
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info {
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info h3 {
  width: 100%;
  margin-bottom: 10px;
}
.module-user .container .info em {
  display: inline-block;
  margin-bottom: 10px;
}
.module-user .container .info p span {
  display: inline-block;
  min-width: 175px;
}
.module-user .container .info ul.user-social,
.user-template-4.module-user ul.listingUser .info .user-social {
  display: flex;
  justify-content: center;
}
.module.module-user .container .info p.social {
  text-align: center;
}
.user-template-4.module-user ul.listingUser .info .button.fees {
  margin-top: 10px;
}
.user-template-4.module-user ul.user-social {
  height: 26px;
  margin-bottom: 10px;
}
.module.module-user.template-4 .listingUser li .info p.job {
  color: #000000;
}
.module-user .container .picture img {
  height: 100%;
}
.module-user .container .picture i.mdi-account-circle {
  font-size: 150px;
  line-height: 200px;
  vertical-align: middle;
  margin: 0;
}
.module-user ul.listing li .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-user .container .picture,
.module-user .container .info {
  padding: 10px;
}
.module-user .container .picture > div {
  height: inherit;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .module-user .container .picture,
  .module-user .container .info {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .module-user .container .picture {
    margin-bottom: 20px;
  }
  .module-user .container .picture .userBubble {
    max-height: 200px;
    margin: auto;
  }
  .module-user .container .info p {
    text-align: center;
  }
  .module-user .container .info p span {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* .module-user ul { padding: 20px; } */
  .module-user .container .picture,
  .module-user .container .info {
    padding: 0 0;
  }
}
@media screen and (max-width: 360px) {
  .module-user .container .picture .userBubble {
    max-width: 150px;
    max-height: 150px;
  }
  .module-user .container .picture i.mdi-account-circle {
    line-height: 150px;
  }
}
/* template 1 */
.module-user.template-1 .module-header {
  padding: 20px 0;
}
.module-user.template-1 .module-header h2 {
  margin-bottom: 0;
}
.module-user.template-1 .container .picture {
  width: inherit;
  height: inherit;
}
/* template 2 slider */
.module-user.template-2,
.module-user.template-2 .slider,
.module-user.template-2 .owl-stage-outer,
.module-user.template-2 .owl-stage,
.module-user.template-2 .owl-item,
.module-user.template-2 .container,
.module-user.template-2 .picture {
  height: 100%;
}
.module-user.template-2 {
  height: 240px;
}
.module-user.template-2 .slider {
  padding: 0 70px;
}
.module-user.template-2 .slider .owl-item {
  overflow: hidden;
  background-color: #c8c8c8;
}
.module-user.template-2 .slider .owl-item .picture {
  position: relative;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
}
.module-user.template-2 .slider .owl-item .picture i.mdi-account-circle {
  font-size: 150px;
  vertical-align: middle;
}
.module-user.template-2 .slider .owl-item .picture img {
  width: auto;
  max-width: none !important;
  height: 100%;
  min-height: 100%;
  max-height: none !important;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.module-user.template-2 .slider .owl-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.module-user.template-2 .slider .owl-item .info p,
.module-user.template-2 .slider .owl-item .info span,
.module-user.template-2 .slider .owl-item .info a {
  color: white;
  text-align: center;
}
.module-user.template-2 .slider .owl-item .info .profile {
  display: block;
}
.module-user.template-2 .slider .owl-item .info:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-user.template-2 .slider .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav .owl-prev {
  left: 0;
}
.module-user.template-2 .slider .owl-nav .owl-next {
  right: 0;
}
.module-user.template-2 .slider .owl-nav i {
  font-size: 60px;
  line-height: 60px;
  margin: 0 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-user .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-user .pager ul li.current {
  font-weight: bold;
}
.module-user .pager ul li.disable {
  opacity: 0.3;
}
.module-user .pager {
  margin-top: 40px;
}
.module-user .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-user .pager ul li {
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
.module-user .pager ul li.current,
.module-user .pager ul li:hover a {
  width: 24px;
  height: 24px;
  color: black;
  font-weight: 900;
  font-size: 18px;
}
.module-user .pager ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* flag */
.module-user .flag-icon {
  margin-right: 10px;
}
.module-user .flag-icon.flag-icon-arab-league {
  transform: scale(1.2);
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Contact/Resources/css/main.less ***/
.datepickers-container {
  z-index: 9999999;
}
.iti__flag {
  background-image: url("/node_modules/intl-tel-input/build/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
.module-contact,
.popup-module-contact {
  position: relative;
}
.module-contact .iti--separate-dial-code .iti__selected-dial-code,
.popup-module-contact .iti--separate-dial-code .iti__selected-dial-code {
  color: unset;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea,
.module-contact .datepicker,
.popup-module-contact .datepicker {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea {
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact textarea,
.popup-module-contact textarea {
  height: 100px;
}
.module-contact select,
.popup-module-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAyMCA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSI1LDUuNyAwLjYsMS40IDEuNCwwLjYgNSw0LjMgOC42LDAuNiA5LjQsMS40IAkiLz4KPC9nPgo8L3N2Zz4K") no-repeat right 22px;
}
.module-contact textarea,
.popup-module-contact textarea {
  padding: 10px;
  font-family: sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact input[type="submit"],
.popup-module-contact input[type="submit"],
.module-contact button,
.popup-module-contact button {
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
}
.module-contact .submit,
.popup-module-contact .submit {
  min-width: 100px;
}
.module-contact .recaptcha,
.popup-module-contact .recaptcha {
  margin-bottom: 10px;
}
.module-contact .rgpd > input,
.popup-module-contact .rgpd > input {
  margin-right: 10px;
}
.module-contact .rgpd a,
.popup-module-contact .rgpd a {
  font-weight: bold;
}
.module-contact .rgpd label a:hover,
.popup-module-contact .rgpd label a:hover {
  border-bottom: solid black 1px;
}
.module-contact .iti__country-list,
.popup-module-contact .iti__country-list {
  z-index: 99999999;
}
.module-contact .phone > div,
.popup-module-contact .phone > div {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact .phone > div input,
.popup-module-contact .phone > div input {
  padding-left: 72px;
}
.module-contact.dynamic-label .field,
.popup-module-contact.dynamic-label .field {
  position: relative;
  display: block;
}
.module-contact.dynamic-label form .field label,
.popup-module-contact.dynamic-label form .field label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  cursor: text;
  font-size: 75%;
  padding-right: 3px;
  padding-left: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  left: 4px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label select::placeholder,
.popup-module-contact.dynamic-label select::placeholder,
.module-contact.dynamic-label input::placeholder,
.popup-module-contact.dynamic-label input::placeholder,
.module-contact.dynamic-label textarea::placeholder,
.popup-module-contact.dynamic-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.module-contact-datepicker .datepicker {
  width: 100%;
}
.module-contact-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.popup-module-contact {
  width: 365px;
  margin: auto;
}
/*** GLOBAL CSS TEMPLATE Marui ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/css/main.less ***/
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.iti--separate-dial-code .iti__selected-flag:hovver {
  background: transparent;
}
.mfp-content textarea {
  border-radius: 30px;
}
body {
  margin: 0;
}
.fp-bg {
  z-index: 1046;
}
.mfp-wrap {
  z-index: 1047;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #ffc241;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  transform: translate(-20%, 20px);
  min-width: 400px;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
  border-radius: 20px;
  padding: 10px;
}
.select2-container--open .select2-dropdown--below.dropdown-category {
  transform: translate(-20%, 29px);
}
@media only screen and (max-width: 1024px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 0;
    transform: none;
  }
}
.select2-container.dark .select2-dropdown--below {
  background: #000000;
}
.select2-container.dark .select2-results__option {
  color: rgba(255, 255, 255, 0.6);
}
.select2-container.dark .select2-results__option--highlighted[aria-selected],
.select2-container.dark .select2-results__option[aria-selected=true] {
  color: #fff;
}
.mfp-content .popup-module-contact {
  max-width: 830px;
  width: 70vw;
  border-radius: 20px;
  padding: 30px 50px;
  background: white;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact {
    padding: 30px 15px;
    width: 90vw;
  }
}
.mfp-content .popup-module-contact .recaptcha {
  display: none;
}
.mfp-content .popup-module-contact button {
  border-radius: 20px;
}
.mfp-content .popup-module-contact input {
  border-radius: 20px;
}
.mfp-content .popup-module-contact .module-header {
  margin-bottom: 2rem;
}
.mfp-content .popup-module-contact .module-header p,
.mfp-content .popup-module-contact .module-header span {
  text-align: center;
}
.mfp-content .popup-module-contact .module-header span {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #ffc241;
}
.mfp-content .popup-module-contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-contact form .firstname,
.mfp-content .popup-module-contact form .lastname,
.mfp-content .popup-module-contact form .email,
.mfp-content .popup-module-contact form .phone,
.mfp-content .popup-module-contact form .city,
.mfp-content .popup-module-contact form .zipcode,
.mfp-content .popup-module-contact form .email {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact form .firstname,
  .mfp-content .popup-module-contact form .lastname,
  .mfp-content .popup-module-contact form .email,
  .mfp-content .popup-module-contact form .phone,
  .mfp-content .popup-module-contact form .city,
  .mfp-content .popup-module-contact form .zipcode,
  .mfp-content .popup-module-contact form .email {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .message,
.mfp-content .popup-module-contact form .recaptcha {
  width: 100%;
}
.mfp-content .popup-module-contact form .field.custom_messages.choice {
  margin-bottom: 25px;
}
.mfp-content .popup-module-contact form label {
  font-size: 12px;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] div:last-child {
  order: 3;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] .message,
.mfp-content .popup-module-contact form[name="contact-form-109674"] .recaptcha {
  order: 3;
}
.mfp-content .popup-module-contact .SumoSelect > .CaptionCont,
.mfp-content .popup-module-contact .SumoSelect,
.mfp-content .popup-module-contact select {
  background: transparent !important;
}
.mfp-content .popup-module-contact textarea,
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"],
.mfp-content .popup-module-contact .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
}
.mfp-content .popup-module-contact .custom_messages {
  order: 3;
  width: 100%;
  margin-bottom: 10px;
}
.mfp-content .popup-module-contact .custom_messages .optWrapper > .options li.opt label,
.mfp-content .popup-module-contact .custom_messages .CaptionCont > span {
  text-align: left;
}
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"] {
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-contact .select2-container {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.mfp-content .popup-module-contact .select2-container--default .select2-selection--single {
  background-color: #fafafa;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1040;
}
header > div {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 16.4px;
}
@media only screen and (max-width: 1024px) {
  header > div {
    padding-top: 0;
  }
}
header i {
  color: #000000;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  transition: all 0.35s ease;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #000000 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main,
header.is-active > div .zone-header-right .module-cluster .module-menu.main {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu.main ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #000000;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 90px;
}
header.is-active > div {
  display: flex;
  flex-direction: column;
}
header.is-active > div > div {
  width: 100%;
}
header.is-active > div > div .module-logo a {
  position: relative !important;
}
header.is-active > div > div .module-menu.main {
  width: 100%;
  position: initial;
}
header.is-active > div > div .module-menu.main > ul {
  margin-top: 30px;
  border-right: none;
}
header.is-active > div > div .module-menu.main button {
  position: absolute;
  top: 22px;
  right: 17px;
}
header.is-active > div > div .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div > div .module-menu.main button i:before {
  content: "\F0156";
}
header.is-active > div .zone-header-right .module-menu > ul > li {
  padding: 0.5rem 1.5rem;
  border-bottom: solid 1px #eee;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu > a:after {
  transform: rotate(-90deg);
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
  background: transparent;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li:hover span {
  color: #ffc241 !important;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul > li:hover span {
  color: #ffc241 !important;
}
.is-active {
  max-width: 390px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .is-active {
    max-width: 90%;
  }
  .is-active .zone-header-right .module-menu.main button {
    right: -30px;
  }
}
.is-active + .wrapper {
  transition: margin 0.5s;
}
.is-active + .wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1039;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
.zone-header-left .module-logo img {
  height: 90px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zone-header-right .module-menu {
  display: flex;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}
.zone-header-right .module-menu > ul > li {
  display: block;
  margin: 0 9px 0 9px;
  margin-left: 9px;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  font-size: 15px;
  color: #000000;
  /* @headerContent */
}
.zone-header-right .module-menu > ul > li a span {
  font-weight: 700;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul > li.sub-menu:after {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 6px;
  /* font-size/2 */
  display: inline-block;
  content: "\F0140";
  font: normal normal normal 12px/1 "Material Design Icons";
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul > li.sub-menu:after {
    display: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu > a:after {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 5px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 18px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #000000 /* @headerContent */;
  }
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.15);
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #ffc241;
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    padding: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #ffc241;
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
.zone-header-right .module-menu i {
  color: #fff;
}
.zone-header-right > .trigger_popup_language,
.zone-header-right > .module-counter,
.zone-header-right > .module-agency {
  display: flex;
  align-items: center;
  padding: 8px 5px 8px 0;
}
.zone-header-right > .trigger_popup_language .info,
.zone-header-right > .module-counter .info,
.zone-header-right > .module-agency .info {
  padding: 0;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a,
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right > .trigger_popup_language .info a:hover,
.zone-header-right > .module-counter .info a:hover,
.zone-header-right > .module-agency .info a:hover,
.zone-header-right > .trigger_popup_language ul a:hover,
.zone-header-right > .module-counter ul a:hover,
.zone-header-right > .module-agency ul a:hover {
  background: #ecedee;
}
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  font-size: 22px;
}
.zone-header-right > .trigger_popup_language .info br,
.zone-header-right > .module-counter .info br,
.zone-header-right > .module-agency .info br,
.zone-header-right > .trigger_popup_language ul br,
.zone-header-right > .module-counter ul br,
.zone-header-right > .module-agency ul br {
  display: none;
}
.zone-header-right > .module-agency,
.zone-header-right > .module-counter {
  position: relative;
}
.zone-header-right > .module-agency:hover .module-header,
.zone-header-right > .module-counter:hover .module-header {
  display: block;
}
.zone-header-right > .module-agency .module-header,
.zone-header-right > .module-counter .module-header {
  text-align: center;
  min-width: 150px;
  border-radius: 20px;
  display: none;
  position: absolute;
  background: #002D5B;
  padding: 8px;
  bottom: 0;
  transform: translate(-50%, 100%);
  left: 50%;
  z-index: 99;
}
.zone-header-right > .module-agency .module-header span,
.zone-header-right > .module-counter .module-header span {
  color: white;
  font-size: 14px;
}
.zone-header-right > .module-agency .module-header:before,
.zone-header-right > .module-counter .module-header:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  transform: rotate(90deg) translateY(50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #002D5B transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.zone-header-right .module-counter li {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right .module-counter li i {
  width: 100%;
}
.zone-header-right .module-counter li:hover {
  background: #ecedee;
  transform: none;
}
.zone-header-right .module-counter .count_cart {
  top: auto;
  right: 10px;
  bottom: 0;
  transform: translateX(100%);
  font-size: 10px;
  color: #000000;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .module-header {
  display: none;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #000000 /* @colorSocialMedia */;
}
.zone-full-width .module-social-menu .twitter a svg path {
  fill: #000000;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items {
  flex-direction: column;
  gap: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item {
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 22px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* @colorSocialMedia */;
  transition: fill 0.5s ease;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
/* Responsive Laptop Header */
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu ul,
  .zone-header-right .module-agency,
  .zone-header-right .module-language,
  .zone-header-right .module-148509,
  .zone-header-right .module-counter {
    display: none;
  }
}
footer {
  background-color: #000000;
}
footer .section,
footer nav,
footer aside,
footer article,
footer figure,
footer figcaption,
footer td,
footer div,
footer p,
footer ul,
footer ol,
footer li,
footer dl,
footer dt,
footer dd,
footer select,
footer input,
footer textarea,
footer label,
footer button,
footer span,
footer label,
footer hr,
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:hover span {
  color: #ffc241;
}
footer .icon-style-mixin {
  display: inline-block;
  margin: 5px 0;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
}
footer .footer-top {
  position: relative;
  padding: 20px 0;
  background-color: #000000;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    padding: 10px 0;
  }
}
footer .footer-top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  align-items: center;
}
footer .footer-top .section,
footer .footer-top nav,
footer .footer-top aside,
footer .footer-top article,
footer .footer-top figure,
footer .footer-top figcaption,
footer .footer-top td,
footer .footer-top div,
footer .footer-top p,
footer .footer-top ul,
footer .footer-top ol,
footer .footer-top li,
footer .footer-top dl,
footer .footer-top dt,
footer .footer-top dd,
footer .footer-top select,
footer .footer-top input,
footer .footer-top textarea,
footer .footer-top label,
footer .footer-top button,
footer .footer-top span,
footer .footer-top label,
footer .footer-top hr,
footer .footer-top a {
  color: #fff;
}
footer .footer-top .module-header-title,
footer .footer-top span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-header-title,
  footer .footer-top span {
    font-size: 18px;
  }
}
footer .footer-top i {
  font-size: 22px;
}
footer .footer-top .module-social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu .twitter a svg path {
  fill: white;
}
footer .footer-top .module-social-menu .twitter a:hover svg path {
  fill: black;
}
footer .footer-top .module-social-menu .module-header-title {
  margin-right: 25px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-social-menu .module-header-title {
    display: none;
  }
}
footer .footer-top .module-social-menu ul {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu li {
  display: inline-block;
  margin: 4px auto 4px 10px;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  transition: 0.25s;
}
footer .footer-top .module-social-menu li span {
  display: none;
}
footer .footer-top .module-social-menu li i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .module-social-menu li:hover {
  background-color: #fff;
}
footer .footer-top .module-social-menu li:hover i:before {
  color: #000000;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items {
  flex-wrap: wrap;
  gap: 5px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 24px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
  transition: fill 0.5s ease;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000;
}
footer .footer-top .module-menu {
  margin-left: auto;
  padding-right: 20px;
}
footer .footer-top .module-menu a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .footer-top .module-menu a i:before {
  display: inline-block;
  margin: 5px 0;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background-color: #000000;
  color: #fff;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-menu a i:before {
    display: none;
  }
}
footer .footer-top .module-menu a:hover i:before {
  background-color: #0d0d0d;
}
footer .footer-top #toTop {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop {
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
}
footer .footer-top #toTop i:before {
  display: inline-block;
  margin: 5px 0;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #000000;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop i:before {
    background-color: #1a1a1a;
  }
}
footer .footer-top #toTop:hover i:before {
  background-color: #0d0d0d;
}
footer .footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main {
    padding: 30px 0;
  }
}
footer .footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main > div > * {
    width: 50%;
  }
  footer .footer-main > div > :not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer-main > div > * {
    width: 100%;
  }
}
footer .footer-main > div > *:before {
  display: inline-block;
  margin: 5px 0;
  background: #1a1a1a;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
}
footer .footer-main .module-header-title {
  font-weight: 600;
  font-size: 13px;
  color: #ededed;
}
footer .module-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-logo {
    margin: 10px auto;
  }
}
footer .module-legal {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
footer .module-legal nav {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: 1px solid #ffffff;
}
footer .module-legal ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul {
    justify-content: flex-start;
  }
}
footer .module-legal ul li {
  margin-right: 20px;
}
footer .module-legal ul li:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
footer .module-legal ul li:last-child a {
  line-height: 18px;
  font-size: 14px;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul li:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  footer .module-legal ul li:last-child {
    justify-content: flex-start;
  }
}
footer .module-legal ul li:last-child:after {
  content: "";
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url(/templates/Haku/credits.svg) 0 0 no-repeat;
}
footer .module-menu .mdi-home {
  display: none;
}
footer .module-agency .address {
  line-height: 22px;
}
footer .module-agency .phone a,
footer .module-agency .email a {
  font-weight: 600;
}
footer .module-agency .info-title {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #ededed;
}
.accent {
  color: #ffc241;
}
.slider .owl-controls .owl-dots {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
  max-width: 300px;
}
.slider .owl-controls .owl-dots .owl-dot {
  height: 2px;
  width: 70px;
  margin: 0 1px;
  background-color: #fff;
  transition: 0.25s;
}
.slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #737373;
}
.slider .owl-controls .owl-dots .owl-dot span {
  display: none;
}
.subtitle,
.module-header-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
}
.subtitle i,
.module-header-subtitle i {
  margin-right: 10px;
}
.header-centered .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*** GLOBAL CSS TEMPLATE Marui PAGE property ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/pages/css/property.less ***/
/*** CSS WEBSITE Coup 2 coeur (PAMPA) ***/
.listing header.is-active {
  background: white;
}
.homepage .zone-full-width > div,
body.property .zone-full-width > div {
  margin-bottom: 60px;
}
header.is-active > div > div .module-menu.main button {
  top: 5px;
}
html {
  scroll-behavior: smooth;
}
#form {
  scroll-margin-top: 150px;
}
@media only screen and (max-width: 640px) {
  #form {
    scroll-margin-top: 130px;
  }
}
.mfp-content textarea {
  border-radius: 30px;
}
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.homepage .wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
.zone-content {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #4c473d;
  font: 400 16px / 26px 'Poppins', Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #ffc241;
}
.hover_slider .owl-nav {
  display: none;
}
.hover_slider:hover .owl-nav {
  display: block;
}
i.icon_marui {
  color: white;
  font-size: 25px;
  position: relative;
}
i.icon_marui:before {
  padding: 10px;
  border-radius: 300px;
  z-index: 1;
  background: #ffd274;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #654400;
}
h1 {
  font-size: 40px;
  line-height: 50px;
}
h2 {
  font-size: 30px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
:focus {
  outline: none;
}
.button,
button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #ffc241, #ffc241);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.25s;
}
.button:hover,
button:hover {
  background: linear-gradient(180deg, #ffba27, #ffca5b);
}
.button span,
button span {
  color: #fff;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.wrapper {
  margin-top: 104px;
}
/* SLIDER */
.slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #654400 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: -60px;
  right: auto;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-next i {
    left: 20px;
  }
}
.owl-next i:hover,
.owl-prev i:hover {
  transform: scale(1.4);
  transform-origin: center;
}
.slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #654400;
  left: -110px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-prev i {
    left: -30px;
  }
}
.is-active + .wrapper {
  transition: margin 0.5s;
}
.is-active + .wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
body.property .zone-bottom-content {
  padding: 0 20px;
}
body.property section.row-2 > div.zone-right-content {
  background: none;
}
body.property .module-leaflet-map {
  height: 0;
  transform: scaleY(0);
}
body.property .property-info-template-2 .selectionLinkOn {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
body.property .mfp-content .module-leaflet-map {
  height: 420px;
  transform: scaleY(1);
}
body.property .row-2 {
  padding: 0;
  max-width: 100%;
}
body.property .banner {
  background: #fff3da;
}
body.property .banner .module-header span {
  justify-content: center;
}
body.property .banner h2,
body.property .banner p {
  text-align: center;
}
body.property .banner .property-info-template-4 {
  padding: 40px 0px;
  max-width: 800px;
  margin: auto;
}
body.property .zone-full-width {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
body.property .zone-full-width .wrapper_property_info {
  margin-left: 90px;
  margin-top: 35px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width .wrapper_property_info {
    margin-left: 0px;
    width: 100%;
  }
}
body.property .zone-full-width h1 {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
body.property .zone-full-width .module-user .button {
  padding: 10px;
}
body.property .zone-full-width .module-user .container {
  justify-content: flex-start;
  margin: 0px;
}
body.property .zone-full-width .module-user .container .info {
  height: 150px;
  background: white;
  border-radius: 15px;
  margin-left: -10px;
  flex-basis: auto;
  padding-right: 0px;
  padding-left: 10px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
}
body.property .zone-full-width .module-user .container .info h3 {
  text-align: left;
}
body.property .zone-full-width .module-user .container .info > div > a {
  margin-right: 10px;
}
body.property .zone-full-width .module-user .container .info em {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
body.property .zone-full-width .module-user .container i {
  width: 120px;
  text-align: center;
}
body.property .zone-full-width .module-user .container .picture {
  text-align: left;
  padding: 0;
  width: auto;
  border-radius: 15px 0% 0% 15px;
  overflow: hidden;
  max-width: 150px;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
  flex-basis: auto;
}
body.property .zone-full-width .module-user .container .picture img {
  max-height: 150px;
  width: auto;
  border-radius: 15px 0% 0% 15px;
}
body.property .zone-full-width .module-user .container .picture i.mdi-account-circle {
  font-size: 100px;
  line-height: 140px;
}
body.property .zone-full-width .module-user .container .picture a {
  display: flex;
}
@media only screen and (max-width: 640px) {
  body.property .zone-full-width .module-user .container {
    flex-direction: column;
    max-width: 70%;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
    margin: auto;
    background: white;
  }
  body.property .zone-full-width .module-user .container .picture {
    margin-top: 20px;
    max-width: 100%;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .picture img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
  }
  body.property .zone-full-width .module-user .container .info {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .info h3 {
    text-align: center;
  }
}
body.property .zone-full-width .module-user ul.listing li .container .container {
  margin: 0;
}
body.property .zone-full-width .module-share i:before {
  color: #000000;
}
body.property .zone-full-width .module-slider .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width {
    flex-direction: column;
    padding: 0 20px;
  }
  body.property .zone-full-width > div {
    margin-bottom: 0;
  }
  body.property .zone-full-width .wrapper_slider_media {
    order: 1;
  }
  body.property .zone-full-width .wrapper_property_info {
    order: 2;
  }
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details:after {
  display: none;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details .module-header-subtitle {
  display: block;
  line-height: 40px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 30px;
  width: calc(24% - 15px);
  min-width: 270px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div li {
  color: initial;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div img {
  width: 20px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle span {
  font-weight: 700;
  color: #ffc241;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle img {
  border-radius: 5px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle i {
  background: #ffc241;
  height: 25px;
  width: 25px;
  color: white;
  text-align: center;
  border-radius: 300px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li {
  display: flex;
  justify-content: space-between;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li span {
  color: #654400;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details {
    padding: 0 20px;
    justify-content: space-between;
  }
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 100%;
  }
}
body.property .wrapper_slider_media {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body.property .wrapper_slider_media {
    width: 100%;
    margin-bottom: 0;
  }
}
body.property .wrapper_slider_media .owl-item {
  background: #2b2b2b;
}
body.property .wrapper_slider_media .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
body.property .row-2 .zone-right-content .module-cluster {
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #fff3da;
  background: linear-gradient(to left, transparent 45%, transparent 45%, #fff3da 10%);
  padding: 20px 60px;
}
body.property .row-2 .zone-right-content .module-cluster > div {
  width: 50%;
  background: transparent;
}
@media only screen and (max-width: 1240px) {
  body.property .row-2 .zone-right-content .module-cluster {
    flex-wrap: wrap;
    background: linear-gradient(to left, transparent 15%, transparent 15%, #fff3da 15%);
  }
  body.property .row-2 .zone-right-content .module-cluster > div {
    width: 100%;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 {
    margin-top: 30px;
  }
}
body.property .row-2 .zone-right-content .module-cluster .module-header-title {
  display: none;
}
body.property .row-2 .zone-right-content .module-cluster .module-header .module-header-title {
  text-align: left;
  font-weight: 600;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
  display: flex;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div svg {
  width: 300px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .listing .wrapper {
    margin-top: 0 !important;
  }
}
/*typo*/
h2 {
  color: black ;
}
/*header*/
header.fixed {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.is-active + .wrapper::before {
  display: none;
}
.module-jestimo .select2-container {
  margin-top: 0rem !important;
}
/*** CUSTOM CSS FROM BDD MODULE 233454 ***/
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster,
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster {
  display: none;
  position: absolute;
  right: 15px;
  top: 80px;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background: white;
  margin: auto;
  max-width: 200px;
  padding: 40px;
}
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-header,
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-header {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  padding-left: 10px;
  font-weight: 700;
}
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i,
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i {
  font-size: 25px;
}
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster > div,
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster > div {
  margin-bottom: 20px;
}
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .current .culture,
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .current .culture {
  font-weight: 700;
}
.zone-header_right .module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child),
.module.module-233454.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child) {
  margin: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 233341 ***/
.zone-header_right .module.module-233341.template-1.menu-template-1.module-menu.main.column span,
.module.module-233341.template-1.menu-template-1.module-menu.main.column span {
  color: black;
}
.zone-header_right .module.module-233341.template-1.menu-template-1.module-menu.main.column a:hover,
.module.module-233341.template-1.menu-template-1.module-menu.main.column a:hover {
  border-bottom: 2px solid #ffc241;
  padding-bottom: 6px;
  transition: 0.5s;
}
/*** CUSTOM CSS FROM BDD MODULE 233443 ***/
.zone-header_right .module.module-233443.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header,
.module.module-233443.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header {
  background: black;
}
.zone-header_right .module.module-233443.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header::before,
.module.module-233443.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header::before {
  border-color: transparent #000000 transparent transparent;
}
/*** CUSTOM CSS FROM BDD MODULE 233478 ***/
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster,
.module.module-233478.template-1.cluster-template-1.module-cluster {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  left: 0px;
  padding: 20px 10px;
  width: 50px;
  border-radius: 3000px;
  background-color: #fff;
  z-index: 9;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster h3,
.module.module-233478.template-1.cluster-template-1.module-cluster h3 {
  margin: 0 !important;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster a:hover img,
.module.module-233478.template-1.cluster-template-1.module-cluster a:hover img,
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster a:hover i,
.module.module-233478.template-1.cluster-template-1.module-cluster a:hover i {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster span:hover:before,
.module.module-233478.template-1.cluster-template-1.module-cluster span:hover:before {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster,
  .module.module-233478.template-1.cluster-template-1.module-cluster {
    position: relative;
    order: 3;
    height: 50px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
  }
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster i,
.module.module-233478.template-1.cluster-template-1.module-cluster i {
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster span,
.module.module-233478.template-1.cluster-template-1.module-cluster span,
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster a,
.module.module-233478.template-1.cluster-template-1.module-cluster a {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster span,
  .module.module-233478.template-1.cluster-template-1.module-cluster span,
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster a,
  .module.module-233478.template-1.cluster-template-1.module-cluster a {
    margin-bottom: 0px;
  }
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation {
  text-align: center;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation .disable,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation .disable {
  opacity: 0.2;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation a:first-child img,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation a:first-child img {
  width: 25px;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation img,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation img {
  margin-top: 8px;
  width: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation {
    display: flex;
    margin-left: 10px;
  }
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation a,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation a {
    margin-right: 10px;
    display: flex;
  }
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation img,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module-navigation img {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 5px;
  }
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2,
.module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 100%;
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2,
  .module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2 {
    justify-content: center;
    flex-direction: row;
    margin-top: 0;
  }
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink,
.module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink {
  font-size: 25px;
  margin-top: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink,
  .module.module-233478.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink {
    margin-top: 0;
    margin-left: 5px;
  }
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-share h2,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-share h2 {
  display: none;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-share ul,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-share ul {
  display: flex;
  flex-direction: column;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-share li,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-share li {
  margin: 0;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-share li span,
.module.module-233478.template-1.cluster-template-1.module-cluster .module-share li span {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-share,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module-share {
    flex-direction: row;
    margin-left: 5px;
  }
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module-share ul,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module-share ul {
    flex-direction: row;
    max-width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 233459 ***/
.zone-header_right .module.module-233459.template-1.counter-template-1.module-counter .module-header,
.module.module-233459.template-1.counter-template-1.module-counter .module-header {
  background: black;
}
.zone-header_right .module.module-233459.template-1.counter-template-1.module-counter .module-header a,
.module.module-233459.template-1.counter-template-1.module-counter .module-header a {
  color: white;
}
.zone-header_right .module.module-233459.template-1.counter-template-1.module-counter .module-header::before,
.module.module-233459.template-1.counter-template-1.module-counter .module-header::before {
  border-color: transparent black transparent transparent;
}
/*** CUSTOM CSS FROM BDD MODULE 363986 ***/
.zone-left_content .module.module-363986.template-17.property-info-template-17.module-property-info,
.module.module-363986.template-17.property-info-template-17.module-property-info {
  max-width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .zone-left_content .module.module-363986.template-17.property-info-template-17.module-property-info,
  .module.module-363986.template-17.property-info-template-17.module-property-info {
    max-width: 95%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 363987 ***/
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  max-width: 1200px;
  margin: auto;
  justify-content: center;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .module-header,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .module-header {
  width: 100%;
  text-align: center;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator form,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator form .field,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator form .field {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator input,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator input {
  width: 300px;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .submit,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .submit {
  margin-top: 5px;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .submit-button,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .submit-button {
  width: 100%;
  padding: 10px;
  border: none;
  background: #FFF;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator input,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator input {
  height: 40px;
  border-radius: 8px;
  border: 2px solid #ffc241;
  outline: none;
  transition: 200ms ease-in;
  padding-left: 1rem;
}
.zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .results span,
.module.module-363987.template-1.loansimulator-template-1.module-loan-simulator .results span {
  color: #ffc241;
}
@media only screen and (max-width: 768px) {
  .zone-bottom_content .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator,
  .module.module-363987.template-1.loansimulator-template-1.module-loan-simulator {
    margin-bottom: 50px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 233375 ***/
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  width: 100%;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li {
  position: relative;
  margin: 0 0 40px;
  min-height: 350px;
  width: calc(33% - 20px);
  transition: 0.25s;
  overflow: hidden;
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.15);
  border-radius: 20px;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li:hover,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li:hover,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(101, 68, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  .zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li,
  .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li {
    width: 100%;
  }
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li .price span,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li .price span {
  color: white;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul {
  margin: 20px auto;
  padding: 0 10px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul > li,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul > li {
  display: flex;
  align-items: center;
  height: auto;
  width: 50%;
  margin: 3px 0;
  color: #654400;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul li,
  .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul li {
    width: auto;
    padding: 0;
  }
  .zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul li:nth-child(event),
  .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul li:nth-child(event) {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul span,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul span {
  color: #002b57;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  max-width: calc(100% - 45px);
  word-break: break-all;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul i,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  color: #ffc241;
  font-size: 18px;
  font-weight: 400;
  background-color: #fffaee;
  border-radius: 20px;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li .soleagent,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li .soleagent {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: rgba(101, 68, 0, 0.4);
  border-radius: 20px;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li .soleagent i,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center > ul > li .soleagent i {
  margin-right: 5px;
  font-size: 17px;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture {
  background: #2b2b2b;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture:before,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #222121d4 100%);
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture img,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture img {
  width: 100%;
  object-fit: cover;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture .picture-infos,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture .picture-infos {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 9;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture .picture-infos h3,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture .picture-infos h3 {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture .category,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .picture .category {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #ff3399;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .price,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center .price {
  position: absolute;
  font-weight: 600;
  color: #fff;
  background-color: #ffc241;
  padding: 5px 10px;
  margin-left: 20px;
  border-radius: 20px;
  transform: translateY(-50%);
  z-index: 99;
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center ul.listing > li .selectionLink:hover,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center ul.listing > li .selectionLink:hover,
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center ul.listing > li .selectionLinkOn,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center ul.listing > li .selectionLinkOn {
  transform: scale(1.4);
}
.zone-bottom_content .module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center ul.listing > li:not([data-loading="true"]) > i,
.module.module-233375.template-1.similar-template-1.variation-custom_similar_listing.module-similar.center ul.listing > li:not([data-loading="true"]) > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** CUSTOM CSS FROM BDD MODULE 233359 ***/
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233359.template-1.breadcrumb-template-1.module-breadcrumb li,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233359.template-1.breadcrumb-template-1.module-breadcrumb li,
.module.module-233359.template-1.breadcrumb-template-1.module-breadcrumb li,
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233359.template-1.breadcrumb-template-1.module-breadcrumb a,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233359.template-1.breadcrumb-template-1.module-breadcrumb a,
.module.module-233359.template-1.breadcrumb-template-1.module-breadcrumb a {
  color: #000000;
}
/*** CUSTOM CSS FROM BDD MODULE 233358 ***/
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price {
  background-color: #ffc241;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 30px;
  border-radius: 300px;
  display: inline-block;
  margin: 20px 0 60px 0px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
  .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
  .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price {
    font-size: 20px;
  }
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info h1,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info h1,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info h1 {
  margin-top: 10px;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
  .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
  .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul {
    justify-content: space-between;
  }
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li {
  width: 50%;
  display: flex;
  color: #98a2b1;
  margin-bottom: 30px;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i {
  color: #98a2b1;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p {
  font-size: 16px;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span {
  font-weight: bold;
  font-size: 35px;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i {
  font-size: 40px;
  margin-left: -20px;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .mdi-shower,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .mdi-shower,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .mdi-shower {
  margin-left: -90px;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .ri-ruler-2-line,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .ri-ruler-2-line,
.module.module-233358.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .ri-ruler-2-line {
  margin-left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 233360 ***/
.zone-left_content .module.module-233481.banner.template-1.cluster-template-1.module-cluster .module.module-233360.template-4.property-info-template-4.module-property-info h2:before,
.module.module-233481.banner.template-1.cluster-template-1.module-cluster .module.module-233360.template-4.property-info-template-4.module-property-info h2:before,
.module.module-233360.template-4.property-info-template-4.module-property-info h2:before {
  content: "\ec4c";
  padding: 10px;
  border-radius: 300px;
  z-index: 1;
  background: #ffc241;
  position: absolute;
  color: white;
  top: 120px;
  font-family: 'remixicon' !important;
  font-style: normal;
  width: 58px;
  height: 58px;
}
.zone-left_content .module.module-233481.banner.template-1.cluster-template-1.module-cluster .module.module-233360.template-4.property-info-template-4.module-property-info .price,
.module.module-233481.banner.template-1.cluster-template-1.module-cluster .module.module-233360.template-4.property-info-template-4.module-property-info .price,
.module.module-233360.template-4.property-info-template-4.module-property-info .price {
  display: none;
}
.zone-left_content .module.module-233481.banner.template-1.cluster-template-1.module-cluster .module.module-233360.template-4.property-info-template-4.module-property-info h2,
.module.module-233481.banner.template-1.cluster-template-1.module-cluster .module.module-233360.template-4.property-info-template-4.module-property-info h2,
.module.module-233360.template-4.property-info-template-4.module-property-info h2 {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
}
/*** CUSTOM CSS FROM BDD MODULE 233374 ***/
.zone-right_content .module.module-233512.template-1.cluster-template-1.module-cluster .module.module-233374.template-33.property-info-template-33.module-property-info .no-information,
.module.module-233512.template-1.cluster-template-1.module-cluster .module.module-233374.template-33.property-info-template-33.module-property-info .no-information,
.module.module-233374.template-33.property-info-template-33.module-property-info .no-information {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 233357 ***/
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233357.main.template-1.slider-template-1.module-slider.video .slider .owl-item,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233357.main.template-1.slider-template-1.module-slider.video .slider .owl-item,
.module.module-233357.main.template-1.slider-template-1.module-slider.video .slider .owl-item {
  border-radius: 20px;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233357.main.template-1.slider-template-1.module-slider.video .slider .owl-item img,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233357.main.template-1.slider-template-1.module-slider.video .slider .owl-item img,
.module.module-233357.main.template-1.slider-template-1.module-slider.video .slider .owl-item img {
  height: 100%;
  width: auto;
}
/*** CUSTOM CSS FROM BDD MODULE 233362 ***/
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info {
  display: flex;
  position: absolute;
  top: 10px;
  left: 60px;
  bottom: 0;
  z-index: 1;
  height: 50px;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .medias,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .medias,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .medias {
  margin: 0;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider {
  position: absolute;
  left: -60px;
  z-index: 9;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider img,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider img,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider img {
  margin-right: 10px;
  border-radius: 10px;
  width: 50px;
  height: auto;
  margin-left: 10px;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info li,
  .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info li,
  .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info li {
    margin: 0;
  }
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul {
  display: flex;
  height: 0;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li {
  height: 50px;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li img,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li img,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li img {
  width: 50px;
  height: auto;
  border-radius: 10px;
  margin-left: 10px;
  transition: 0.2s;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li a,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li a,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li a {
  color: #707070;
  transition: 0.2s;
}
.zone-full_width .module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li:hover a,
.module.module-233482.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li:hover a,
.module.module-233362.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li:hover a {
  color: #212529;
}
/*** CUSTOM CSS FROM BDD MODULE 233370 ***/
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .module-header,
.module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .module-header,
.module.module-233370.template-3.share-template-3.module-share .module-header,
.popup-module-share.popup-module-233370 .module-header {
  height: 100%;
  opacity: 1;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .module-header span,
.module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .module-header span,
.module.module-233370.template-3.share-template-3.module-share .module-header span,
.popup-module-share.popup-module-233370 .module-header span {
  display: block;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .module-header img,
.module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .module-header img,
.module.module-233370.template-3.share-template-3.module-share .module-header img,
.popup-module-share.popup-module-233370 .module-header img {
  width: 20px;
  height: auto;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .content,
.module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .content,
.module.module-233370.template-3.share-template-3.module-share .content,
.popup-module-share.popup-module-233370 .content {
  transition: height width opacity 1s ease-out;
  height: 100%;
  opacity: 1;
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .content ul li i,
.module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .content ul li i,
.module.module-233370.template-3.share-template-3.module-share .content ul li i,
.popup-module-share.popup-module-233370 .content ul li i {
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .content ul,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share .content ul,
  .module.module-233370.template-3.share-template-3.module-share .content ul,
  .popup-module-share.popup-module-233370 .content ul {
    flex-direction: row;
  }
}
.zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share ul li,
.module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share ul li,
.module.module-233370.template-3.share-template-3.module-share ul li,
.popup-module-share.popup-module-233370 ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share ul li,
  .module.module-233478.template-1.cluster-template-1.module-cluster .module.module-233370.template-3.share-template-3.module-share ul li,
  .module.module-233370.template-3.share-template-3.module-share ul li,
  .popup-module-share.popup-module-233370 ul li {
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 233365 ***/
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 {
  width: 75%;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 ul,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 ul,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 ul {
  display: flex;
  flex-wrap: wrap;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 ul li,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 ul li,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-4 ul li {
  width: 25%;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 {
  width: 50%;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 ul,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 ul,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 ul {
  display: flex;
  flex-wrap: wrap;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 ul li,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 ul li,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-3 ul li {
  width: 33%;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 {
  width: 25%;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 ul,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 ul,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 ul {
  display: flex;
  flex-wrap: wrap;
}
.zone-left_content .module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 ul li,
.module.module-233367.wrapper_property_info_details.template-1.cluster-template-1.module-cluster .module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 ul li,
.module.module-233365.template-8.property-info-template-8.variation-custom_property_info_8.module-property-info.col-2 ul li {
  width: 50%;
}
/*** CUSTOM CSS FROM BDD MODULE 233372 ***/
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233372.template-1.user-template-1.module-user .info,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233372.template-1.user-template-1.module-user .info,
.module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233372.template-1.user-template-1.module-user .info,
.module.module-233372.template-1.user-template-1.module-user .info {
  height: auto;
}
/*** CUSTOM CSS FROM BDD MODULE 233485 ***/
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233485.template-2.contact-template-2.module-contact,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233485.template-2.contact-template-2.module-contact,
.module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233485.template-2.contact-template-2.module-contact,
.module.module-233485.template-2.contact-template-2.module-contact,
.popup-module-contact.popup-module-233485.template-2 {
  margin-top: 0 !important;
}
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233485.template-2.contact-template-2.module-contact a,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233485.template-2.contact-template-2.module-contact a,
.module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233485.template-2.contact-template-2.module-contact a,
.module.module-233485.template-2.contact-template-2.module-contact a,
.popup-module-contact.popup-module-233485.template-2 a {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 233486 ***/
.zone-full_width .module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233486.template-1.agency-template-1.module-agency.simple,
.module.module-233476.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233486.template-1.agency-template-1.module-agency.simple,
.module.module-233497.template-1.cluster-template-1.module-cluster .module.module-233486.template-1.agency-template-1.module-agency.simple,
.module.module-233486.template-1.agency-template-1.module-agency.simple {
  display: none;
}

