.izia_section * {
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-pad-5 {
  padding: 0 5px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}
@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot);
}
@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url(font/ytp-regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.mbYTP_wrapper {
  display: block;
  transform: translateZ(0) translate3d(0,0,0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  animation: fade .1s infinite alternate;
}
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
  background: rgba(0,0,0,0.5);
}
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: .1;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0,0,0,0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82,82,82,0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
.YTPOverlay.raster {
  background: url(images/raster.png);
}
.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png);
}
.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png);
}
.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png);
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
.mbYTP_wrapper iframe {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.mb_YTPBar span.mb_OnlyYT {
  left: auto !important;
  right: 10px;
}
.mb_YTPPlaypause,
.mb_YTPTime {
  display: none !important;
}
.mb_YTPBar .mb_YTPseekbar {
  background: #c66175;
}
.uil-ring-css {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 0;
}
body.overlayed {
  overflow: hidden;
}
body.overlayed #izia_overlay-container {
  opacity: 1;
  pointer-events: auto;
}
#izia_overlay-container {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,0.95);
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container {
    height: 100%;
  }
}
#izia_overlay-container #izia_overlay-close {
  z-index: 12;
  position: absolute;
  top: 75px;
  right: 50px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: none;
  outline: none;
}
#izia_overlay-container #izia_overlay-close i {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container #izia_overlay-close i {
    font-size: 25px;
  }
}
#izia_overlay-container .izia_overlay {
  display: none;
  height: 100vh;
  width: 100%;
  padding: 75px 0 25px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay .video {
  background: transparent !important;
}
#izia_overlay-container .izia_overlay.overlay_visible {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
#izia_overlay-container .izia_overlay h2 {
  margin: 0 0 50px;
  line-height: 50px;
  font-family: 'Kinfolk_Rough';
  font-weight: 400;
  font-size: 65px;
  color: #c66175;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay h2 {
    font-size: 40px;
  }
}
#izia_overlay-container .izia_overlay .izia_overlay-subtitle {
  margin: -50px 0 50px;
  font-family: 'BentonSans_Light';
  font-size: 40px;
  color: #c66175;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay .izia_overlay-subtitle {
    font-size: 30px;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 45%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-video .video-container {
    width: 100%;
    padding-bottom: 56%;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .image,
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos,
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .image {
  opacity: 1;
  pointer-events: all;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20,20,20,0.5);
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .image img {
  position: relative;
  width: 100%;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos {
  opacity: 1;
  pointer-events: all;
  transition: all 0.25s ease-in-out;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content .video-play {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto 5px;
  border: none;
  border-radius: 50%;
  outline: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content .video-play {
    height: 50px;
    width: 50px;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content .video-play img {
  height: 100px;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content .video-play img {
    height: 50px;
    width: 50px;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content .title {
  font-family: 'BentonSans_Light';
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container .video {
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container.playing .image {
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container.playing .infos {
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-video .video-container.playing .video {
  opacity: 1;
  pointer-events: all;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories {
  overflow: hidden;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories {
  display: block;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story {
  position: relative;
  display: inline-block;
  height: 525px;
  margin: 0 -25px;
  background-size: cover !important;
  background-position: center !important;
  text-align: inherit;
  vertical-align: middle;
  outline: none;
  transition: all 0.25s ease-in-out;
  transform: scale(0.6);
  width: 300px;
}
@media screen and (max-height: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story {
    height: 400px;
    width: 230px;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story::after {
  content: attr(data-title);
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 35px;
  line-height: 35px;
  width: 100%;
  font-family: 'BentonSans_Light';
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .image,
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .infos,
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .image {
  overflow: hidden;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20,20,20,0.5);
  transition: all 0.5s ease-in-out;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .image img {
  position: relative;
  height: 525px;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .infos .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .infos .content .video-play {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto 5px;
  border: none;
  border-radius: 50%;
  outline: none;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.75);
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .infos .content .video-play img {
  height: 75px;
  margin: 0 auto;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .infos .content .title {
  font-family: 'BentonSans_Light';
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .video {
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.slick-center {
  transform: scale(1) translateX(0);
  z-index: 9999;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.slick-center::after {
  display: block;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.slick-center .image::after {
  background: transparent;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.slick-center .infos .content .video-play {
  pointer-events: all;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.slick-center .infos .content .title {
  display: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.playing .image {
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.playing .infos {
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story.playing .video {
  opacity: 1;
  pointer-events: all;
}
#izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story:hover:not(.slick-current) .image::after {
  background-color: rgba(20,20,20,0);
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .items {
  overflow: hidden;
  padding-bottom: 75px;
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-image {
    margin-bottom: 25px;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-image::before {
  content: '';
  display: block;
  padding-top: 100%;
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-image .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-image .content img {
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-name {
  font-family: 'BentonSans_Thin';
  font-size: 35px;
  color: #c66175;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-grid .items .item .item-name {
    font-size: 20px;
    letter-spacing: inherit;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-grid .text {
  line-height: 24px;
  font-family: 'BentonSans_Light';
  font-size: 16px;
  color: #fff;
  margin-bottom: 100px;
}
#izia_overlay-container .izia_overlay.izia_overlay-column .image {
  margin-bottom: 25px;
}
#izia_overlay-container .izia_overlay.izia_overlay-column .image img {
  width: 100%;
}
#izia_overlay-container .izia_overlay.izia_overlay-column .text {
  margin-bottom: 25px;
}
#izia_overlay-container .izia_overlay.izia_overlay-column .text p {
  line-height: 24px;
  font-family: 'BentonSans_Light';
  font-size: 16px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #izia_overlay-container .izia_overlay.izia_overlay-column .text p {
    text-align: left;
  }
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film {
  z-index: 999;
  position: relative;
  display: inline-block;
  height: 425px;
  width: 795px;
  margin: 0 -150px;
  background-size: cover !important;
  background-position: center !important;
  text-align: inherit;
  vertical-align: middle;
  outline: none;
  transition: all 0.25s ease-in-out;
  transform: scale(0.45);
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film::after {
  content: attr(data-title);
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 35px;
  line-height: 35px;
  width: 100%;
  font-family: 'BentonSans_Light';
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: center;
  display: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .image,
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .infos,
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .image {
  overflow: hidden;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(20,20,20,0.5);
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .image img {
  position: relative;
  width: 795px;
  transition: all 0.5s 0.25s ease-in-out;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .infos .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .infos .content .video-play {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto 5px;
  border: none;
  border-radius: 50%;
  outline: none;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.75);
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .infos .content .video-play img {
  height: 75px;
  margin: 0 auto;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .infos .content .title {
  font-family: 'BentonSans_Light';
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film .video {
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease-in-out;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.slick-center {
  z-index: 1001;
  transform: scale(1);
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.slick-center::after {
  display: block;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.slick-center .image::after {
  background: transparent;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.slick-center .infos .content .video-play {
  pointer-events: all;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.slick-center .infos .content .title {
  display: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.playing .image {
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.playing .infos {
  opacity: 0;
  pointer-events: none;
}
#izia_overlay-container .izia_overlay.izia_overlay-films .films .film.playing .video {
  opacity: 1;
  pointer-events: all;
}
#izia_overlay-container .target.playing {
  border: 2px solid pink;
}
body.sisley-gr #izia_overlay-container .izia_overlay .izia_overlay-subtitle {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-video .video-container .infos .content .title {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story::after {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-stories .stories .story .infos .content .title {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-grid .text {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-column .text p {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-films .films .film::after {
  font-family: 'BentonSans_Book';
}
body.sisley-gr #izia_overlay-container .izia_overlay.izia_overlay-films .films .film .infos .content .title {
  font-family: 'BentonSans_Book';
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  top: 0px;
  left: 0px;
  border-radius: 50px;
  box-shadow: 0 6px 0 0 #c66175;
  -ms-animation: uil-ring-anim 2s linear infinite;
  -moz-animation: uil-ring-anim 2s linear infinite;
  -webkit-animation: uil-ring-anim 2s linear infinite;
  -o-animation: uil-ring-anim 2s linear infinite;
  animation: uil-ring-anim 2s linear infinite;
}
