@-webkit-keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@keyframes notyf-fadeinup{0%{opacity:0;transform:translateY(25%)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@keyframes notyf-fadeinleft{0%{opacity:0;transform:translateX(25%)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@keyframes notyf-fadeoutright{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(25%)}}@-webkit-keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@keyframes notyf-fadeoutdown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(25%)}}@-webkit-keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}@keyframes ripple{0%{transform:scale(0) translateY(-45%) translateX(13%)}to{transform:scale(1) translateY(-45%) translateX(13%)}}.notyf{position:fixed;top:0;left:0;height:100%;width:100%;color:#fff;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;pointer-events:none;box-sizing:border-box;padding:20px}.notyf__icon--error,.notyf__icon--success{height:21px;width:21px;background:#fff;border-radius:50%;display:block;margin:0 auto;position:relative}.notyf__icon--error:after,.notyf__icon--error:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px;left:9px;height:12px;top:5px}.notyf__icon--error:after{transform:rotate(-45deg)}.notyf__icon--error:before{transform:rotate(45deg)}.notyf__icon--success:after,.notyf__icon--success:before{content:"";background:currentColor;display:block;position:absolute;width:3px;border-radius:3px}.notyf__icon--success:after{height:6px;transform:rotate(-45deg);top:9px;left:6px}.notyf__icon--success:before{height:11px;transform:rotate(45deg);top:5px;left:10px}.notyf__toast{display:block;overflow:hidden;pointer-events:auto;-webkit-animation:notyf-fadeinup .3s ease-in forwards;animation:notyf-fadeinup .3s ease-in forwards;box-shadow:0 3px 7px 0 rgba(0,0,0,.25);position:relative;padding:0 15px;border-radius:2px;max-width:300px;transform:translateY(25%);box-sizing:border-box;flex-shrink:0}.notyf__toast--disappear{transform:translateY(0);-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s}.notyf__toast--disappear .notyf__icon,.notyf__toast--disappear .notyf__message{-webkit-animation:notyf-fadeoutdown .3s forwards;animation:notyf-fadeoutdown .3s forwards;opacity:1;transform:translateY(0)}.notyf__toast--disappear .notyf__dismiss{-webkit-animation:notyf-fadeoutright .3s forwards;animation:notyf-fadeoutright .3s forwards;opacity:1;transform:translateX(0)}.notyf__toast--disappear .notyf__message{-webkit-animation-delay:.05s;animation-delay:.05s}.notyf__toast--upper{margin-bottom:20px}.notyf__toast--lower{margin-top:20px}.notyf__toast--dismissible .notyf__wrapper{padding-right:30px}.notyf__ripple{height:400px;width:400px;position:absolute;transform-origin:bottom right;right:0;top:0;border-radius:50%;transform:scale(0) translateY(-51%) translateX(13%);z-index:5;-webkit-animation:ripple .4s ease-out forwards;animation:ripple .4s ease-out forwards}.notyf__wrapper{display:flex;align-items:center;padding-top:17px;padding-bottom:17px;padding-right:15px;border-radius:3px;position:relative;z-index:10}.notyf__icon{width:22px;text-align:center;font-size:1.3em;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.3s;animation-delay:.3s;margin-right:13px}.notyf__dismiss{position:absolute;top:0;right:0;height:100%;width:26px;margin-right:-15px;-webkit-animation:notyf-fadeinleft .3s forwards;animation:notyf-fadeinleft .3s forwards;-webkit-animation-delay:.35s;animation-delay:.35s;opacity:0}.notyf__dismiss-btn{background-color:rgba(0,0,0,.25);border:none;cursor:pointer;transition:opacity .2s ease,background-color .2s ease;outline:none;opacity:.35;height:100%;width:100%}.notyf__dismiss-btn:after,.notyf__dismiss-btn:before{content:"";background:#fff;height:12px;width:2px;border-radius:3px;position:absolute;left:calc(50% - 1px);top:calc(50% - 5px)}.notyf__dismiss-btn:after{transform:rotate(-45deg)}.notyf__dismiss-btn:before{transform:rotate(45deg)}.notyf__dismiss-btn:hover{opacity:.7;background-color:rgba(0,0,0,.15)}.notyf__dismiss-btn:active{opacity:.8}.notyf__message{vertical-align:middle;position:relative;opacity:0;-webkit-animation:notyf-fadeinup .3s forwards;animation:notyf-fadeinup .3s forwards;-webkit-animation-delay:.25s;animation-delay:.25s;line-height:1.5em}@media only screen and (max-width:480px){.notyf{padding:0}.notyf__ripple{height:600px;width:600px;-webkit-animation-duration:.5s;animation-duration:.5s}.notyf__toast{max-width:none;border-radius:0;box-shadow:0 -2px 7px 0 rgba(0,0,0,.13);width:100%}.notyf__dismiss{width:56px}}/*
OLD RGB (0,149,223) #0094d9 & #0093D9
NEW RGB (0,135,194) $primary-color

NEW font-family: news-gothic-std, sans-serif;
*/
/* Text formats */
.center-text {
  text-align: center;
}

.center-object {
  margin: 0 auto;
  display: block;
}

.background {
  /*background-image:url(../img/assets/trans_black.png); */
  background-repeat: repeat;
}

.takeover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 20;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Workaround for video in cover format */
video.cover {
  height: 100%;
  width: 177.77777778vh !important;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*width:100%;*/
}

/*.plupp {
	width: 50px;
	height: 50px;
	border:1px solid #ffffff;
	border-radius:50%;
}*/
.plupp-30 {
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}

.plupp-50 {
  width: 50px;
  height: 50px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.footer-ico {
  float: right;
  margin: 0px 10px;
  text-decoration: none;
}

/**************** FCI PLUPPS *****************/
.case-ico {
  background-image: url(../img/assets/ex-ico_nfo.png);
}

/**************** OLD PLUPPS *****************/
.info-ico {
  background-image: url(../img/assets/ex-ico_nfo.png);
}

.ffw-ico {
  background-image: url(../img/assets/ex-ico_ffw.png);
}

.vote-ico {
  background-image: url(../img/assets/ex-blue-ico_vote.png);
}

.mute-ico {
  background-image: url(../img/assets/ex-ico_sound-off.png);
}

.un-mute-ico {
  background-image: url(../img/assets/ex-ico_sound-on.png);
}

.close-ico {
  /*background-image:url(../img/assets/ex-ico_close.png); */
  /*background-image:url(../CDN/assets/buttons/ico_close.png);*/
}

.slbCloseBtn {
  /* BG IMAGE SET IN functions.js */
  width: 79px;
  height: 79px;
}

.map-ico {
  background-image: url(../img/assets/ex-blue-ico_map.png);
}

.home-ico {
  background-image: url(../img/assets/ex-blue-ico_home.png);
}

.back-ico {
  background-image: url(../img/assets/ex-blue-ico_back.png);
}

.left-ico {
  background-image: url(../img/assets/ex-ico_left.png);
}

.right-ico {
  background-image: url(../img/assets/ex-ico_right.png);
}

.up-ico {
  background-image: url(../img/assets/ex-ico_up.png);
}

.down-ico {
  background-image: url(../img/assets/ex-ico_down.png);
}

.play-ico {
  background-image: url(../img/assets/ex-ico_play.png);
}

.chat-ico {
  width: 80px;
  height: 78px;
  background-image: url(../img/assets/ex-ico_chat.png);
}

.chat-2-ico {
  width: 80px;
  height: 78px;
  background-image: url(../img/assets/ex-ico_chat-2.png);
}

.plus-ico {
  background-image: url(../img/assets/ex-ico_plus.png);
}

.blue-plus-ico {
  background-image: url(../img/assets/ex-blue-ico_plus.png);
}

.green-plupp-ico {
  background-image: url(../img/assets/ex-green-ico-30.png);
}

.green-home-ico {
  background-image: url(../img/assets/ex-green-ico_home-30.png);
}

.orange-ico {
  background-image: url(../img/assets/ex-orange-ico-30.png);
}

.orange-home-ico {
  background-image: url(../img/assets/ex-orange-ico_home-30.png);
}

#container {
  height: 100vh;
  background-color: #2f2f2f;
}

#main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.white {
  background-color: #ffffff !important;
}

.blackfont {
  color: #000;
}

.rounded {
  border-radius: 20px;
}

.center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialogue {
  margin: 5% 15% 0% 15%;
  height: 90%;
  overflow-y: auto;
  /*margin-left:15%;
  margin-right:15%;*/
}

.max-width {
  width: 100%;
}

.width-70 {
  width: 70%;
}

.lb-5-proc {
  margin: 5% 0% 5% 5%;
  padding-right: 5%;
}

.lb-2-proc {
  margin: 5% 0% 0% 2.5%;
  padding-right: 2.5%;
}

.lb-5-15-proc {
  margin: 5% 0% 0% 15%;
  padding-right: 15%;
}

.lb-5-8-proc {
  margin: 5% 0% 0% 8%;
  padding-right: 8%;
}

.overflow {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

.lb-auto-proc {
  width: auto;
  height: auto;
}

.lb-50-100-proc {
  width: 50%;
  height: 100%;
}

.lb-30-20-proc {
  width: 30%;
  height: 20%;
  min-width: 400px;
  min-height: 160px;
}

.lb-40-auto-proc {
  width: 40%;
  height: auto;
}

.lb-20-proc {
  /*position: fixed;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  width: 20%;
  height: 20%;
}

.lb-40-proc {
  /*position: fixed;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  width: 40%;
  height: 40%;
}

.lb-50-proc {
  /*position: fixed;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  width: 50%;
  height: 50%;
}

.lb-70-proc {
  /*position: fixed;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  width: 70%;
  height: 70%;
}

.lb-80-proc {
  /*position: fixed;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  width: 80%;
  height: 80%;
}

.lb-90-proc {
  /*position: fixed;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  width: 90%;
  height: 90%;
}

.lb-100-proc {
  /*position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;*/
  height: 100%;
  width: 100%;
}

/*********** IFRAME PAGES ***********/
#spots {
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Interactive iFrame backgrounds */
/*********** LIGHTBOX OVERRIDE ***********/
#back-btn {
  opacity: 0.7;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  color: white;
  line-height: 1.5em;
  z-index: 100;
  top: 95%;
  left: 3%;
  text-decoration: none;
  position: absolute;
}

.slbArrow.next {
  right: 5%;
}

.slbArrow.prev {
  left: 5%;
}

.slbCloseBtn {
  right: 5%;
  top: 5.5%;
}

/*********** HTML5BOX OVERRIDE ***********/
.html5boxVideoPlay {
  display: none !important;
}

.html5-elem-data-box {
  display: none !important;
}

.html5boxVideoControls {
  display: none !important;
}

.html5-next, .html5-prev {
  display: inherit !important;
  opacity: 1 !important;
}

.html5-image {
  padding: 0 !important;
}

#html5-close {
  -webkit-animation: none !important;
  /* slbEnter 0.3s!important; */
  /* slbEnter 0.3s!important; */
  animation: none !important;
  /* slbEnter 0.3s!important; */
  position: fixed !important;
  width: 50px !important;
  height: 50px !important;
  z-index: 100 !important;
  right: 5% !important;
  top: 5.5% !important;
}

#html5-next {
  -webkit-animation: none !important;
  /* slbEnter 0.3s!important; */
  /* slbEnter 0.3s!important; */
  animation: none !important;
  /* slbEnter 0.3s!important; */
  position: fixed !important;
  width: 50px !important;
  height: 50px !important;
  z-index: 100 !important;
  left: 5% !important;
  top: 50% !important;
}

#html5-prev {
  -webkit-animation: none !important;
  /* slbEnter 0.3s!important; */
  /* slbEnter 0.3s!important; */
  animation: none !important;
  /* slbEnter 0.3s!important; */
  position: fixed !important;
  width: 50px !important;
  height: 50px !important;
  z-index: 100 !important;
  right: 5% !important;
  top: 50% !important;
}

#html5-watermark {
  display: none !important;
}

.html5lightbox-video {
  background: #FFFFFF !important;
  color: #FFFFFF !important;
  background-color: #FFFFFF !important;
}

.html5-image {
  background: #FFFFFF !important;
}

/************ TYPEWRITER ***********/
.typewriter p {
  color: #eeeeee;
  border-right: 0.15em solid orange;
  font-family: "Courier";
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
}

.typewriter p:nth-child(1) {
  width: 21em;
  -webkit-animation: type 2s steps(40, end);
  animation: type 2s steps(40, end);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.typewriter p:nth-child(2) {
  width: 16.5em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 2s steps(40, end);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.typewriter p:nth-child(3) {
  width: 4.9em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 0.5s steps(40, end);
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.typewriter p:nth-child(4) {
  width: 6em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end);
  animation: type2 0.5s steps(40, end);
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.typewriter p:nth-child(5) {
  width: 5.6em;
  opacity: 0;
  -webkit-animation: type2 2s steps(40, end), blink 0.5s step-end infinite alternate;
  animation: type2 0.5s steps(40, end), blink 0.5s step-end infinite alternate;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    border: none;
  }
}
@-webkit-keyframes type {
  0% {
    width: 0;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    border: none;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@-webkit-keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes type3 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: tranparent;
  }
}
/************ TYPEWRITER END ***********/
/************* BDB MICHAEL *************/
/* KEYFRAMES */
@-webkit-keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*html,
#container {
	overflow-x: hidden;
}*/
body #footer {
  position: fixed;
}

.btn {
  /* transition: all 0.3s ease-out; */
  text-decoration: none;
  font-size: 24px !important;
  line-height: 28px;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 370px;
  height: 60px;
  border-radius: 30px;
  background: #e8762f;
  color: #FFFFFF;
  box-sizing: border-box;
}

.btn:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.btn--alternate {
  background: #FFFFFF;
  color: #e8762f;
}

.btn--alternate:hover {
  background: #e8762f;
  color: #FFFFFF;
  text-decoration: none;
}

.btn--auto-width {
  min-width: 0;
  padding: 0 38px;
}

.btn svg,
.text-btn svg {
  width: 34px;
  height: auto;
}

.btn svg path,
.btn svg circle,
.text-btn svg path,
.text-btn svg circle {
  transition: all 0.3s ease-out;
  stroke: #e8762f !important;
}

.btn--icon,
.btn--pill,
.btn--navigation {
  background: #FFFFFF;
  color: #e8762f;
}

.btn--reverse,
.btn--icon:hover,
.btn--pill:hover,
.btn--navigation:hover {
  background: #e8762f;
  /*background: LIME;*/
  color: #FFFFFF;
  text-decoration: none;
}

.btn--reverse:hover {
  background: #FFFFFF;
  color: #e8762f;
}

.btn:hover svg path,
.btn:hover svg circle {
  stroke: #FFFFFF !important;
}

.btn svg path.fill {
  fill: #e8762f !important;
}

.btn:hover svg path.fill {
  fill: #FFFFFF !important;
}

.btn--reverse svg path,
.btn--reverse svg circle {
  stroke: #FFFFFF !important;
}

.btn--reverse:hover svg path,
.btn--reverse:hover svg circle {
  stroke: #e8762f !important;
}

.btn--reverse:hover svg path.fill {
  fill: #e8762f !important;
}

.btn--icon {
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  min-width: 0 !important;
}

.btn--square {
  border-radius: 0 !important;
}

.btn--right-center svg {
  position: relative;
  left: 2px;
  top: 1px;
}

.btn--top-center svg {
  position: relative;
  top: 1px;
}

.btn--icon-border {
  background: transparent;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  box-shadow: none;
  pointer-events: none;
  min-width: 0;
}

.btn--icon-border:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  box-sizing: border-box;
  border-radius: 50%;
  background: url("../img/dashed-btn-border.svg") no-repeat center/100%;
  -webkit-animation: rotate-360 20s infinite linear;
  animation: rotate-360 20s infinite linear;
}

.btn--pill {
  padding: 0 32px 0 64px;
  height: 60px;
  border-radius: 30px;
  position: relative;
  min-width: 0;
}

.btn--pill svg {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
  width: 30px;
}

.btn--navigation {
  padding: 0 32px 0 64px !important;
  height: 60px;
  position: relative;
  text-align: left;
  justify-content: flex-start;
  min-width: 0;
  border-radius: 0 !important;
}

.btn--navigation svg {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
  width: 30px;
}

.btn--pill--reverse,
.btn--navigation--next {
  justify-content: flex-end;
  text-align: right;
  padding: 0 64px 0 32px !important;
}

.btn--pill--reverse svg,
.btn--navigation--next svg {
  left: auto;
  right: 18px;
}

.text-btn {
  font-size: 16px;
  line-height: 16px;
  display: inline-flex;
  height: 60px;
  width: 60px;
  padding-bottom: 5px;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  color: #000000;
  transition: all 0.3s ease-out;
  text-decoration: none;
  min-width: 0;
}

.text-btn .icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.text-btn:hover {
  color: #0074A9;
}

.text-btn:hover svg path,
.text-btn:hover svg circle {
  stroke: #0074A9 !important;
}

.text-btn:hover svg path.fill {
  fill: #0074A9 !important;
}

.text-btn--long {
  width: auto;
  padding-left: 55px;
  padding-bottom: 0;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.text-btn--long .icon {
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
}

.text-btn--long .icon svg {
  width: 45px;
}

.radio-group {
  display: flex;
  align-items: center;
}

.radio-group > * {
  margin-right: 12px;
}

.radio-group > *:last-child {
  margin-right: 0;
}

.radio-group .navigation-btn {
  width: 29px;
  height: 34px;
}

.radio-group .navigation-btn--prev {
  margin-right: 18px;
  background: url("../img/icon-triangle-arrow-left.svg") no-repeat center/100%;
}

.radio-group .navigation-btn--next {
  margin-left: 18px;
  background: url("../img/icon-triangle-arrow-right.svg") no-repeat center/100%;
}

.radio-btn {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.radio-btn--large {
  width: 25px;
  height: 25px;
}

.radio-btn span {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 2px #e8762f;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4);
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.radio-btn--large span {
  width: 25px;
  height: 25px;
  border-color: #FFFFFF;
  background: #EFF5FB;
}

.radio-btn span:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 2px 2px 8px rgba(33, 33, 33, 0.2);
}

.radio-btn--large span:before {
  width: 25px;
  height: 25px;
  box-shadow: inset 2px 2px 8px rgba(33, 33, 33, 0.15);
}

.radio-btn span:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e8762f;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

.radio-btn--large span:after {
  width: 15px;
  height: 15px;
}

.radio-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.radio-btn input:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.dropdown {
  color: #e8762f;
}

.dropdown > label {
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding-left: 25px;
  margin: 0 0 15px 0;
}

.dropdown select,
.dropdown .nice-select {
  background: #FFFFFF;
  color: #e8762f;
  height: 60px;
  font-size: 18px;
  border-radius: 30px;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.2);
  padding: 0 25px;
}

.nice-select {
  width: 350px;
  border: none !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out;
}

.nice-select:after {
  width: 20px;
  height: 11px;
  border: none !important;
  right: 25px;
  margin: 0 !important;
  transform-origin: center;
  transform: translate(0, -50%);
  background: url("../img/icon-chevron-down.svg") no-repeat center/100%;
  transition: all 0.3s ease-out;
}

.nice-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nice-select.open:after {
  transform: translate(0, -50%) rotate(180deg);
}

.nice-select .list {
  transition: all 0.3s ease-out;
  margin-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  right: 0;
  box-shadow: 0 4px 14px rgba(33, 33, 33, 0.2);
}

.nice-select .option {
  padding: 0 25px;
  display: flex;
  align-items: center;
  height: 60px;
  line-height: 24px;
  font-size: 18px;
  border-top: solid 1px #EFF5FD;
  font-weight: normal !important;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background: #EFF5FD;
}

#footer .footer-ico {
  margin-top: 10px;
}

body .tooltip .tooltiptext {
  left: 50%;
  right: auto;
  top: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  transform: translate(-50%, 0);
  bottom: 100%;
  margin-bottom: 10px;
}

body .tooltip:hover .tooltiptext {
  opacity: 1;
  visibility: visible;
}

.slbCloseBtn {
  width: 60px !important;
  height: 60px !important;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  background: #FFF url("../img/svg/ico-close.svg") no-repeat center/24px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
  transition: all 0.3s ease-out;
}

.slbCloseBtn:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  background: #e8762f url("../img/svg/ico-close-white.svg") no-repeat center/24px !important;
  transition: all 0.3s ease-out;
}

.slbCloseBtn:hover {
  background-color: #e8762f !important;
}

.slbCloseBtn:hover:before {
  opacity: 1;
  visibility: visible;
}

#btnRelatedBack {
  height: 60px !important;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  opacity: 1 !important;
  transition: all 0.3s ease-out;
  top: 10px !important;
  left: 10px !important;
  position: fixed;
}

#btnRelatedBack,
.slbCloseBtn#product_back_btn {
  width: 148px !important;
  background: #FFF url("../img/icon-triangle-arrow-left.svg") no-repeat 18px 50%/30px auto !important;
  color: #e8762f;
  border-radius: 30px !important;
}

.slbCloseBtn#product_back_btn:before {
  display: none !important;
}

#btnRelatedBack:after,
.slbCloseBtn#product_back_btn:after {
  content: "Back";
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  left: 64px;
  top: 50%;
  transform: translate(0, -50%);
}

#btnRelatedBack:hover,
.slbCloseBtn#product_back_btn:hover {
  background: #e8762f url("../img/icon-triangle-arrow-left-white.svg") no-repeat 18px 50%/30px auto !important;
  color: #FFF;
}

.agendaicon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50% !important;
  /*min-width: 0 !important;*/
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  position: relative;
  display: block;
  margin: 10px;
  /*transition: all 0.3s ease-out;*/
}

.ico {
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  min-width: 0 !important;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  position: relative;
  display: block;
  transition: all 0.3s ease-out;
}

.ico:hover,
a:hover .ico {
  background-color: #e8762f !important;
}

.ico:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

.ico:hover:before,
a:hover .ico:before {
  opacity: 1;
  visibility: visible;
}

.sign {
  /*margin-bottom: 0 !important;
  padding: 0 !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  min-width: 0 !important;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  position: relative;
  display: block;
  height:auto;
  transition: all 0.3s ease-out;*/
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 12px;
}

.sign:hover,
a:hover .sign {
  background-color: #e8762f !important;
}

.sign:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 12px;
  /*
  transition: all 0.3s ease-out;
  width: 60px;
  height: 60px;
  border-radius: 50%;*/
}

.sign:hover:before,
a:hover .sign:before {
  opacity: 1;
  visibility: visible;
}

.icoPlus {
  background: #FFF url("../img/svg/ico-plus.svg") no-repeat center/24px !important;
}

.icoPlus:before {
  background: #e8762f url("../img/svg/ico-plus-white.svg") no-repeat center/24px !important;
}

.goldenicoPlus {
  background: yellow url("../img/svg/ico-plus.svg") no-repeat center/24px !important;
}

.goldenicoPlus:before {
  background: #e8762f url("../img/svg/ico-plus-white.svg") no-repeat center/24px !important;
}

.icoChat {
  background: #FFF url("../img/svg/ico-chat.svg") no-repeat 50% 60%/34px auto !important;
}

.icoChat:before {
  background: #e8762f url("../img/svg/ico-chat-white.svg") no-repeat 50% 60%/34px auto !important;
}

.icoAvatarChat {
  background: #FFF url("../img/svg/ico-avatar-chat.svg") no-repeat 50% 60%/34px auto !important;
}

.icoAvatarChat:before {
  background: #e8762f url("../img/svg/ico-avatar-chat-white.svg") no-repeat 50% 60%/34px auto !important;
}

.icoMap {
  background: #FFF url("../img/svg/ico-map.svg") no-repeat center/34px auto !important;
}

.icoPendingVideo {
  background-image: url("../img/svg/dashed-button-border.svg"), url("../img/svg/ico-play-video.svg");
  background-size: 60px, 34px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: none !important;
}

.icoMap:before {
  background: #e8762f url("../img/svg/ico-map-white.svg") no-repeat center/34px auto !important;
}

.icoBriefcase {
  background: #FFF url("../img/svg/ico-briefcase.svg") no-repeat center/34px auto !important;
}

.icoBriefcase:before {
  background: #e8762f url("../img/svg/ico-briefcase-white.svg") no-repeat center/34px auto !important;
}

.icoAgenda {
  background: #FFF url("../img/svg/ico-agenda.svg") no-repeat 50% 60%/34px auto !important;
}

.icoAgenda:before {
  background: #e8762f url("../img/svg/ico-agenda-white.svg") no-repeat 50% 60%/34px auto !important;
}

.icoClose {
  background: #FFF url("../img/svg/ico-close.svg") no-repeat center/24px !important;
}

.icoClose:before {
  background: #e8762f url("../img/svg/ico-close-white.svg") no-repeat center/24px !important;
}

.icoWebinar {
  background: #FFF url("../img/svg/ico-webinar.svg") no-repeat center/34px !important;
}

.icoBlueVideo {
  background: #e8762f url("../img/svg/ico-play-video-white.svg") no-repeat center/36px auto;
}

.icoLeft {
  left: 18px;
  background: url("../img/svg/arrow-left.svg") no-repeat;
}

.icoLeft:before {
  background: url("../img/svg/arrow-left-white.svg") no-repeat;
}

.icoRight {
  right: 18px;
  background: url("../img/svg/arrow-right.svg") no-repeat;
}

.icoRight:before {
  background: url("../img/svg/arrow-right-white.svg") no-repeat;
}

.icoVideo {
  background: #FFF url("../img/svg/ico-play-video.svg") no-repeat center/36px auto !important;
}

.icoVideo:before {
  background: #e8762f url("../img/svg/ico-play-video-white.svg") no-repeat center/36px auto !important;
}

.button.blue-white-btn {
  transition: all 0.3s ease-out;
}

.button.blue-white-btn:hover {
  background: #e8762f;
  border-color: #e8762f;
  color: #FFF;
}

body #footer {
  background: rgba(255, 255, 255, 0.6) url("../img/IMCD_logo_footer.png") no-repeat 20px 50%/117px auto;
  padding-right: 10px;
  box-sizing: border-box;
}

#footer #logo {
  display: none !important;
}

#sample_container p,
#sampleform {
  text-align: center;
}

#sample_wrapper #btnsubmit {
  margin-bottom: 0;
  min-width: 300px;
  padding: 20px;
  display: inline-block;
  border-radius: 50px;
}

/*
OLD RGB (0,149,223) #0094d9 & #0093D9
NEW RGB (0,135,194) $primary-color

NEW font-family: news-gothic-std, sans-serif;
*/
/*************** FONT START ****************/
body {
  font-family: news-gothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
}

sub, sup {
  display: inline-block;
}

h1 {
  font-size: 52px;
  line-height: 57px;
  font-weight: 400;
  color: #e8762f;
  margin-bottom: 30px;
}

h2 {
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  color: #e8762f;
  margin-bottom: 30px;
}

.slide h2 {
  font-size: 47px;
  line-height: 47px;
}

h3 {
  font-size: 22px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 30px;
}

h4 {
  font-size: 20px;
  color: #e8762f;
}

p {
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 30px;
}

.speech_bubble p.header {
  font-size: 52px;
  line-height: 57px;
  color: #e8762f;
  margin-bottom: 30px;
}

p.intro {
  font-size: 24px;
  line-height: 28px;
  color: #e8762f;
  margin-bottom: 30px;
  font-weight: 500;
}

.speech_bubble p, .speech_bubble a {
  font-size: 16px;
  line-height: 26px;
}

.speech_bubble p.intro {
  color: #333333;
  font-size: 20px;
  line-height: 30px;
}

.small,
.small a {
  font-size: 16px;
  line-height: 26px;
}

.tooltiptext {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.tooltiptext b {
  line-height: 35px;
  font-weight: bold;
}

a {
  font-size: 20px;
  color: #333333;
  text-decoration: underline;
}

.dialogue a {
  color: #e8762f;
  text-decoration: none;
}

.dialogue .blue-text {
  color: #e8762f;
}

ol, ul, li {
  list-style: outside;
  margin-left: 10px;
  margin-bottom: 10px;
}

.button:hover {
  cursor: pointer;
}

.button {
  border: none;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  font-size: 20px;
  /*margin: 4px 2px;*/
  border-radius: 25px;
  margin-bottom: 30px;
}

.button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.blue-btn {
  background-color: #e8762f;
  color: white;
  box-shadow: 2px 2px 6px #999;
}

.blue-white-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #e8762f;
  box-shadow: 2px 2px 6px #999;
  padding: 10px 10px;
}

.white-btn {
  background-color: #FFF;
  color: #cccccc;
}

/********** CHECKBOX STYLES *************/
.checkbox {
  position: relative;
  margin-top: 20px;
  width: 100%;
  max-width: 398px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.checkbox label {
  background-color: #fff;
  border: 2px solid #e8762f;
  box-shadow: 2px 2px 6px #999;
  border-radius: 50%;
  cursor: pointer;
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
  box-sizing: border-box;
}

.checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 7px;
  transform: rotate(-45deg);
  width: 10px;
}

.checkbox input[type=checkbox] {
  visibility: hidden;
}

.checkbox input[type=checkbox].move + label {
  left: -40px;
}

@media only screen and (max-width: 1024px) {
  .checkbox input[type=checkbox].move + label {
    left: 0;
  }

  .checkbox input[type=checkbox].move + label + p {
    padding-left: 40px;
  }
}
.checkbox input[type=checkbox]:checked + label {
  background-color: #e8762f;
  border-color: #e8762f;
}

.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.checkbox p {
  margin-left: 0;
  margin-top: -22px;
  font-size: 14px;
}

.checkbox p a {
  font-size: 14px;
}

/************** END ****************/
/********** INPUT STYLES *************/
.textbox {
  border-radius: 50px;
  box-shadow: inset 2px 2px 6px #999;
  border: 1px solid #999;
  padding: 20px;
  box-sizing: border-box;
  height: 60px;
  font-size: 20px;
  margin-bottom: 20px;
}

input::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

input::placeholder {
  color: #666;
}

.selectWrapper {
  border-radius: 50px;
  box-shadow: inset 2px 2px 6px #999;
  border: 1px solid #999;
  padding: 8px 15px;
  font-size: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 60px;
  overflow: hidden;
}

.selectBox {
  color: #666;
  width: 100%;
  height: 100%;
  border: 0px;
  outline: none;
  background: transparent;
}

/************** END ****************/
/********** PRODUCT STYLES *************/
/*************** RADIO START ***************/
#custom-radio-buttons .radio-wrapper {
  display: inline-block;
  border: 1px solid #999;
  border-radius: 30px;
  padding: 18px;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 45%;
  text-align: center;
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio] {
  display: none;
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio] + label {
  color: #666;
  font-size: 20px;
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio] + label > span.outer {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -1px 4px 0 0;
  border: 2px solid #ccc;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  /*background-color: #f8f8f8;*/
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio] + label span.inner {
  /*border: 2px solid lime;*/
  display: block;
  position: absolute;
  display: none;
  width: 11px;
  height: 11px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  /*background-color: grey;*/
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio]:checked + label span.inner {
  background-color: #e8762f;
  color: #e8762f;
  display: block;
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio]:checked + label span.outer {
  border: 2px solid #e8762f;
}

#custom-radio-buttons .radio-wrapper input[name=custom-radio]:checked + label {
  color: #e8762f;
}

/**************** RADIO END ***************/
/********** SLIDESHOW STYLES *************/
.slider {
  /* margin: 0 auto; */
  max-width: 940px;
}

.slide_viewer {
  height: 300px;
  /*overflow: hidden;*/
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  margin-bottom: 40px;
}

.slide_group {
  height: 90%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 90%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  /*left: 0;
  position: absolute;
  right: 0;*/
  /*transform: translate(-50%, 0%);
  left: 50%;
  position: fixed;*/
  margin-left: 30px;
  text-align: center;
  /*padding-top:20px;*/
}

a.slide_btn {
  margin: 0 0.3em;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  /*text-shadow: 0px 0px 6px #333;*/
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  /*border:4px solid #999;*/
  box-shadow: 0px 0px 6px #999;
  float: left;
  /*background-color: $primary-color;
  color: white;*/
}

/*@media only screen and (max-width: 767px) {
  a.slide_btn {
    height: 15px;
	width: 15px;
  }
}*/
.map_marker {
  height: 30px;
  width: 30px;
  background-color: #f39000;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #999;
}

.map_marker.active {
  background-color: lime;
}

.slide_btn.active, .slide_btn:hover {
  background-color: #e8762f;
  cursor: pointer;
}

.directional_nav {
  height: 50px;
  /* margin: 0 auto; */
  margin-top: 50px;
  max-width: 940px;
  position: relative;
  /*top: -340px;*/
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

#slide-right {
  margin-left: 5px;
}

.next_btn {
  /*bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;*/
  float: left;
}

.previous_btn, .next_btn {
  cursor: pointer;
  /*height: 65px;*/
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  /*width: 65px;*/
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

/*@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}*/
#product-footertext {
  font-size: 14px;
  font-style: italic;
}

#button_wrapper {
  margin-top: 50px;
}

.related_product {
  margin: 0.5rem 0.5% !important;
  min-height: 370px !important;
}

.concept_item {
  min-height: 230px !important;
}

.col-2.concept_item img {
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  border-radius: 150%;
}

@media only screen and (min-width: 55em) {
  .related_product {
    width: 24% !important;
  }
}
@media only screen and (max-width: 55em) {
  .related_product {
    width: 48% !important;
  }
}
.related_product_text {
  margin-bottom: 0px;
}

.related_product_image_wrapper {
  position: relative;
}

.related_product_media_type {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.related_product_image {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0;
}

.back_button {
  z-index: 10;
  position: fixed;
  top: 10px;
  left: 10px;
}

.related_icon {
  margin: 0px 5px 0px 5px;
  width: 36px;
}

.related_icon_wrapper {
  display: block;
  height: 55px;
  width: 55px;
  text-align: center;
  position: relative;
  /*float: right;*/
  font-size: 16px;
  font-weight: bold;
}

.related_icon_wrapper span {
  vertical-align: text-bottom;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

@media only screen and (max-width: 900px) {
  #product_info {
    width: 46%;
  }

  #product_display {
    width: 46%;
  }

  #button_wrapper {
    margin-top: 0px;
    width: 96%;
  }
}
#footer {
  position: absolute;
  bottom: 0px;
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}

#logo {
  left: 0;
  opacity: 100;
}

/*********** Main backgrounds ***********/
.fci-BG {
  height: 100%;
}

.fci-start-BG {
  background: url(../img/fci-start/BG.jpg);
  height: 100%;
}

/*.fci-reception-BG {
	background: url(../img/fci-reception/BG.jpg);
	height:100%;
}*/
.e3-room-BG {
  background: url(../img/e3-room/BG.png);
  height: 100%;
}

/*********** IMAGE LIGHTBOXES ***********/
#coffe {
  background-image: url(../img/ex-top-floor/Coffe.png);
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*********** IFRAME PAGES ***********/
.LB_case {
  height: 100%;
  width: 55%;
  float: left;
  background-color: #ffffff;
  /*background-size: contain!important;*/
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

#LB_case-1_image {
  background: url(../iframes/e3-cases/case-1/case-1_new.jpg);
}

/*********** AGENDA ***********/
/* TABS START */
.agenda_item h2 {
  margin-bottom: 10px;
}

.agenda_item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0px;
}

.agenda_item a {
  font-weight: normal;
}

.agenda_link img {
  margin-right: 10px;
}

.agenda_link {
  text-decoration: none;
  line-height: 32px;
}

.agenda_image_info {
  position: absolute;
  bottom: 0px;
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
  line-height: 80px;
  /*font-size: 27px; */
  font-size: 20px;
  color: #e8762f;
  display: flex;
}

.blue {
  background: rgba(0, 148, 217, 0.8);
  font-size: 20px;
  color: #ffffff;
}

.agenda_image_info span {
  line-height: 25px;
  margin-top: auto;
  margin-bottom: auto;
}

.gray {
  color: #999;
}

.tabs {
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab {
  color: #fff;
  float: left;
  cursor: pointer;
  height: 75px;
  font-size: 16px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab.active {
  border-bottom: 5px solid #fff;
}

.date {
  margin-right: 20px;
}

/* TABS END */
.speaker_wrapper {
  clear: both;
}

.speaker_wrapper p {
  margin-bottom: 0px;
}

.speaker_image {
  width: 65px;
  height: 65px;
  float: left;
}

.speaker_text {
  padding-top: 8px;
}

/*
@media only screen and (max-width: 767px) {
	.agenda_image_info span {
		line-height: 15px;
		font-size: 15px;
	}

	.agenda_image_info ico {
		background-size: cover;
		width: 50px;
		height: 40px;
	}
		@media only screen and (min-width: 45em)
}
*/
@media only screen and (max-width: 1400px) {
  .agenda-3 {
    width: 29.33% !important;
  }

  .agenda-4 {
    width: 29.33% !important;
  }

  .agenda-5 {
    width: 29.33% !important;
  }
}
@media only screen and (max-width: 900px) {
  .agenda-3 {
    width: 46% !important;
  }

  .agenda-4 {
    width: 96% !important;
  }

  .agenda-5 {
    width: 46% !important;
  }
}
/*********** TOOLTIP ***********/
.tooltip {
  position: relative;
  /*display: inline-block;*/
  /*border-bottom: 1px dotted black;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: #e8762f;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  padding: 10px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -4%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #e8762f transparent transparent transparent;
}

.maptip {
  width: 132px !important;
  top: -70px !important;
  right: -58px !important;
}

.maptipsingle {
  width: 132px !important;
  top: -55px !important;
  right: -58px !important;
}

.speech_bubble {
  background: #fff;
  padding: 2%;
  overflow: hidden;
  /*overflow: hidden;*/
  max-height: 65%;
  overflow-y: auto;
  /*overflow-y: auto;*/
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 2%;
}

.speech_bubble:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-color: transparent #fff;
  border-width: 20px 0 20px 20px;
  top: 50%;
  right: -20px;
  margin-top: -20px;
}

/*.speech_bubble:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 20px;
   border-top: 20px solid blue;
   border-top-color: inherit;
   border-left: 20px solid transparent;
   border-right: 20px solid transparent;
}*/
.speech_bubble a {
  color: #e8762f;
  text-decoration: none;
}

/* THE PRODUCT ZONE */
.zone_product {
  margin: 0.5rem 0.5% !important;
  width: 200px;
  height: 215px;
}

.zone_product a {
  text-decoration: none;
}

.ipad-theatre {
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 0px;
  left: 35%;
}

.ipad-theatre .link {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  text-decoration: none;
}

@media only screen and (max-width: 1024px), only screen and (max-height: 660px) {
  .ipad-theatre {
    max-width: 400px;
  }
}
@media only screen and (max-width: 768px), only screen and (max-height: 480px) {
  .ipad-theatre {
    max-width: 250px;
  }
}
.concept_item p {
  margin-top: 38px;
  font-size: 26px;
  margin-bottom: 22px;
}

@media only screen and (max-width: 1400px) {
  .concept_item p {
    margin-top: 0px;
  }
}
.error-message {
  color: red;
  margin-bottom: 10px;
  margin-top: -10px;
}

.intercom-lightweight-app-launcher, .intercom-launcher-frame {
  display: none !important;
}

.zone_product {
  transition: opacity 0.3s;
}

.zone_product.filter-out {
  display: none;
  opacity: 0.4;
  pointer-events: none;
}

.filtered-product-page.filter-out {
  display: none;
  opacity: 0.4;
  pointer-events: none;
}

.notification_link {
  color: white;
  float: right;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  margin-top: 10px;
}

.notyf__dismiss {
  height: auto;
}

.notyf__dismiss-btn {
  background-color: transparent;
  opacity: 0.7;
}
.notyf__dismiss-btn:hover, .notyf__dismiss-btn:active {
  opacity: 1;
  background-color: transparent;
}
.notyf__dismiss-btn:before, .notyf__dismiss-btn:after {
  height: 17px;
}

.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 0px;
}

.agenda_time_disabled {
  cursor: auto;
}

.speaker_wrapper {
  margin-top: 10px;
}

.speaker_image {
  min-width: 65px;
  margin-right: 5px;
}
.speaker_image img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

#pi_tracking_opt_in_div {
  position: absolute !important;
  display: none !important;
}

.notyf__ripple {
  border-radius: 0;
  height: 1000px;
}

.agenda_header {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 10px;
}

.vv-map-dialog {
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.flex-row {
  display: flex;
  flex-flow: row wrap;
}

.flex-col-4 {
  width: calc(33% - 40px);
  margin: 20px;
}

.vv-agenda-speaker {
  border-top: 1px solid #e8762f;
}

.vv-agenda-tab {
  background-color: #e8762f;
  height: 80px;
  margin-bottom: 20px;
}

.scene-dropdown {
  background-color: white;
  padding: 20px;
  box-shadow: 2px 2px 6px #999;
  position: absolute;
  top: -200%;
  display: none;
}
.scene-dropdown a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  padding: 5px 0;
  color: #e8762f;
}
.scene-dropdown a .icoRight {
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  height: 10px;
  transition: all 0.3s;
}
.scene-dropdown a:hover .icoRight {
  transform: translateX(10px);
}

.scene-dropdown--show .scene-dropdown {
  display: block;
}

.related_product_lable {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background-color: #e8762f;
  color: white;
}

.icogrid {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
.icogrid-item {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-bottom: 30px;
}
.icogrid-text {
  padding-left: 20px;
}
.icogrid .sign {
  position: static;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.4) !important;
  width: 60px;
  height: 30px;
  background-size: 30px 12px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
}
.icogrid .sign:before {
  position: static;
}