.mgt-10px {
  margin-top: 10px; }

.mgt-20px {
  margin-top: 20px; }

.mgt-30px {
  margin-top: 30px; }

.mgt-40px {
  margin-top: 40px; }

.mgt-50px {
  margin-top: 50px; }

.mgt-60px {
  margin-top: 60px; }

.mgt-80px {
  margin-top: 80px; }

.mgt-100px {
  margin-top: 100px; }

.mgl-10px {
  margin-left: 10px;
  max-width: calc(100% - 20px); }

.mgl-20px {
  margin-left: 20px;
  max-width: calc(100% - 40px); }

.mgl-30px {
  margin-left: 30px;
  max-width: calc(100% - 60px); }

.mgl-40px {
  margin-left: 40px;
  max-width: calc(100% - 80px); }

.mgl-50px {
  margin-left: 50px;
  max-width: calc(100% - 100px); }

.mgl-60px {
  margin-left: 60px;
  max-width: calc(100% - 120px); }

.mgl-80px {
  margin-left: 80px;
  max-width: calc(100% - 160px); }

.mgl-100px {
  margin-left: 100px;
  max-width: calc(100% - 200px); }

.mgr-10px {
  margin-right: 10px;
  max-width: calc(100% - 20px); }

.mgr-20px {
  margin-right: 20px;
  max-width: calc(100% - 40px); }

.mgr-30px {
  margin-right: 30px;
  max-width: calc(100% - 60px); }

.mgr-40px {
  margin-right: 40px;
  max-width: calc(100% - 80px); }

.mgr-50px {
  margin-right: 50px;
  max-width: calc(100% - 100px); }

.mgr-60px {
  margin-right: 60px;
  max-width: calc(100% - 120px); }

.mgr-80px {
  margin-right: 80px;
  max-width: calc(100% - 160px); }

.mgr-100px {
  margin-right: 100px;
  max-width: calc(100% - 200px); }

.mgb-10px {
  margin-bottom: 10px; }

.mgb-20px {
  margin-bottom: 20px; }

.mgb-30px {
  margin-bottom: 30px; }

.mgb-40px {
  margin-bottom: 40px; }

.mgb-50px {
  margin-bottom: 50px; }

.mgb-60px {
  margin-bottom: 60px; }

.mgb-80px {
  margin-bottom: 80px; }

.mgb-100px {
  margin-bottom: 100px; }

.pt-10px {
  padding-top: 10px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-80px {
  padding-top: 80px; }

.pt-100px {
  padding-top: 100px; }

.pl-10px {
  padding-left: 10px;
  max-width: calc(100% - 20px); }

.pl-20px {
  padding-left: 20px;
  max-width: calc(100% - 40px); }

.pl-30px {
  padding-left: 30px;
  max-width: calc(100% - 60px); }

.pl-40px {
  padding-left: 40px;
  max-width: calc(100% - 80px); }

.pl-50px {
  padding-left: 50px;
  max-width: calc(100% - 100px); }

.pl-60px {
  padding-left: 60px;
  max-width: calc(100% - 120px); }

.pl-80px {
  padding-left: 80px;
  max-width: calc(100% - 160px); }

.pl-100px {
  padding-left: 100px;
  max-width: calc(100% - 200px); }

.pr-10px {
  padding-right: 10px;
  max-width: calc(100% - 20px); }

.pr-20px {
  padding-right: 20px;
  max-width: calc(100% - 40px); }

.pr-30px {
  padding-right: 30px;
  max-width: calc(100% - 60px); }

.pr-40px {
  padding-right: 40px;
  max-width: calc(100% - 80px); }

.pr-50px {
  padding-right: 50px;
  max-width: calc(100% - 100px); }

.pr-60px {
  padding-right: 60px;
  max-width: calc(100% - 120px); }

.pr-80px {
  padding-right: 80px;
  max-width: calc(100% - 160px); }

.pr-100px {
  padding-right: 100px;
  max-width: calc(100% - 200px); }

.pb-10px {
  padding-bottom: 10px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-100px {
  padding-bottom: 100px; }

.w90 > * {
  width: 90%; }

.w80 > * {
  width: 80%; }

.w70 > * {
  width: 70%; }

.w60 > * {
  width: 60%; }

.w50 > * {
  width: 50%; }

/** phones **/
@media only screen and (max-width: 767px) {
  .w70 > *, .w60 > *, .w50 > * {
    width: 80%; } }
.justify-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.justify-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.justify-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.alignment-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.alignment-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.alignment-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

/** phones **/
@media only screen and (max-width: 767px) {
  .justify-start, .justify-end {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .mgt-10px-m {
    margin-top: 10px; }

  .mgt-20px-m {
    margin-top: 20px; }

  .mgt-30px-m {
    margin-top: 30px; }

  .mgt-40px-m {
    margin-top: 40px; }

  .mgt-50px-m {
    margin-top: 50px; }

  .mgt-60px-m {
    margin-top: 60px; }

  .mgt-80px-m {
    margin-top: 80px; }

  .mgt-100px-m {
    margin-top: 100px; }

  .mgl-10px-m {
    margin-left: 10px;
    max-width: calc(100% - 20px); }

  .mgl-20px-m {
    margin-left: 20px;
    max-width: calc(100% - 40px); }

  .mgl-30px-m {
    margin-left: 30px;
    max-width: calc(100% - 60px); }

  .mgl-40px-m {
    margin-left: 40px;
    max-width: calc(100% - 80px); }

  .mgl-50px-m {
    margin-left: 50px;
    max-width: calc(100% - 100px); }

  .mgl-60px-m {
    margin-left: 60px;
    max-width: calc(100% - 120px); }

  .mgl-80px-m {
    margin-left: 80px;
    max-width: calc(100% - 160px); }

  .mgl-100px-m {
    margin-left: 100px;
    max-width: calc(100% - 200px); }

  .mgr-10px-m {
    margin-right: 10px;
    max-width: calc(100% - 20px); }

  .mgr-20px-m {
    margin-right: 20px;
    max-width: calc(100% - 40px); }

  .mgr-30px-m {
    margin-right: 30px;
    max-width: calc(100% - 60px); }

  .mgr-40px-m {
    margin-right: 40px;
    max-width: calc(100% - 80px); }

  .mgr-50px-m {
    margin-right: 50px;
    max-width: calc(100% - 100px); }

  .mgr-60px-m {
    margin-right: 60px;
    max-width: calc(100% - 120px); }

  .mgr-80px-m {
    margin-right: 80px;
    max-width: calc(100% - 160px); }

  .mgr-100px-m {
    margin-right: 100px;
    max-width: calc(100% - 200px); }

  .mgb-10px-m {
    margin-bottom: 10px; }

  .mgb-20px-m {
    margin-bottom: 20px; }

  .mgb-30px-m {
    margin-bottom: 30px; }

  .mgb-40px-m {
    margin-bottom: 40px; }

  .mgb-50px-m {
    margin-bottom: 50px; }

  .mgb-60px-m {
    margin-bottom: 60px; }

  .mgb-80px-m {
    margin-bottom: 80px; }

  .mgb-100px-m {
    margin-bottom: 100px; } }
#container .ce_player .mejs__container {
  max-width: 100%;
  display: table-cell; }

.iti_wrap_img .ce_iti_bgimg, .iti_wrap_img .ce_iti_parallax {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .iti_wrap_img .ce_iti_bgimg.ce_text, .iti_wrap_img .ce_iti_parallax.ce_text {
    height: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .iti_wrap_img .ce_iti_bgimg::after, .iti_wrap_img .ce_iti_parallax::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2); }
.iti_wrap_img.parallax {
  background-attachment: fixed; }

.darkImageFilter figure {
  position: relative; }
  .darkImageFilter figure::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.25); }

@keyframes scaleUp {
  0% {
    transform: scale(1);
    transform: opacity(0); }
  30% {
    transform: opacity(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
@keyframes slideUp {
  0% {
    transform: translate(0, 100vh);
    transform: opacity(0); }
  30% {
    transform: opacity(1); }
  100% {
    transform: translate(0, 0); } }
@keyframes slideDown {
  0% {
    transform: translate(0, -100vh);
    transform: opacity(0); }
  30% {
    transform: opacity(1); }
  100% {
    transform: translate(0, 0); } }
@keyframes slideLeft {
  0% {
    transform: translate(-101%, 0);
    transform: opacity(0); }
  30% {
    transform: opacity(1); }
  100% {
    transform: translate(0, 0); } }
@keyframes slideRight {
  0% {
    transform: translate(101%, 0);
    transform: opacity(0); }
  30% {
    transform: opacity(1); }
  100% {
    transform: translate(0, 0); } }
@keyframes toggleOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.block.scaleUp > * {
  transform: scale(1); }
.block.effect.scaleUp > * {
  transform: scale(1);
  -webkit-animation: scaleUp 1.5s 1 ease;
  animation: scaleUp 1.5s 1 ease; }
.block.slideUp > * {
  transform: translate(0, 100vh); }
.block.effect.slideUp > * {
  transform: translate(0, 0);
  -webkit-animation: slideUp 1.0s 1 ease;
  animation: slideUp 1.0s 1 ease; }
.block.slideLeft > * {
  transform: translate(-101%, 0); }
.block.effect.slideLeft > * {
  transform: translate(0, 0);
  -webkit-animation: slideLeft 1.5s 1 ease;
  animation: slideLeft 1.5s 1 ease; }
.block.slideRight > * {
  transform: translate(101%, 0); }
.block.effect.slideRight > * {
  transform: translate(0, 0);
  -webkit-animation: slideRight 1.5s 1 ease;
  animation: slideRight 1.5s 1 ease; }
.block.slideDown > * {
  transform: translate(0, -100vh); }
.block.effect.slideDown > * {
  transform: translate(0, 0);
  -webkit-animation: slideDown 1.0s 1 ease;
  animation: slideDown 1.0s 1 ease; }
.block.toggleOpacity > * {
  opacity: 0; }
.block.effect.toggleOpacity > * {
  opacity: 1;
  -webkit-animation: toggleOpacity 1.0s 1 ease;
  animation: toggleOpacity 1.0s 1 ease; }

/** smartphone **/
@media only screen and (max-width: 480px) {
  .block.slideLeft > * {
    transform: translate(0, 0) !important; }
  .block.slideRight > * {
    transform: translate(0, 0) !important; }
  .block.slideUp > * {
    transform: translate(0, 0) !important; }
  .block.slideDown > * {
    transform: translate(0, 0) !important; } }
body.ie .block.scaleUp > * {
  transform: scale(1) !important; }
body.ie .block.slideUp > *, body.ie .block.slideLeft > *, body.ie .block.slideRight > *, body.ie .block.slideDown > * {
  transform: translate(0, 0) !important; }
body.ie .block.toggleOpacity > * {
  opacity: 1 !important; }

body.safari .block.slideUp > *, body.safari .block.slideLeft > *, body.safari .block.slideRight > *, body.safari .block.slideDown > * {
  transform: translate(0, 0) !important; }

.ce_download ul li a, .ce_downloads ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 3px; }
  .ce_download ul li a:before, .ce_downloads ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    display: none; }
  .ce_download ul li a svg, .ce_downloads ul li a svg {
    display: block;
    margin-right: 5px; }
.ce_download ul li.ext-jpg a:before, .ce_download ul li.ext-png a:before, .ce_download ul li.ext-bmp a:before, .ce_download ul li.ext-gif a:before, .ce_downloads ul li.ext-jpg a:before, .ce_downloads ul li.ext-png a:before, .ce_downloads ul li.ext-bmp a:before, .ce_downloads ul li.ext-gif a:before {
  content: "\f1c5"; }
.ce_download ul li.ext-webm a:before, .ce_download ul li.ext-flv a:before, .ce_download ul li.ext-avi a:before, .ce_download ul li.ext-3gp a:before, .ce_download ul li.ext-mp4 a:before, .ce_download ul li.ext-mkv a:before, .ce_downloads ul li.ext-webm a:before, .ce_downloads ul li.ext-flv a:before, .ce_downloads ul li.ext-avi a:before, .ce_downloads ul li.ext-3gp a:before, .ce_downloads ul li.ext-mp4 a:before, .ce_downloads ul li.ext-mkv a:before {
  content: "\f1c8"; }
.ce_download ul li.ext-aac a:before, .ce_download ul li.ext-mp3 a:before, .ce_download ul li.ext-ogg a:before, .ce_download ul li.ext-flac a:before, .ce_download ul li.ext-wav a:before, .ce_downloads ul li.ext-aac a:before, .ce_downloads ul li.ext-mp3 a:before, .ce_downloads ul li.ext-ogg a:before, .ce_downloads ul li.ext-flac a:before, .ce_downloads ul li.ext-wav a:before {
  content: "\f1c7"; }
.ce_download ul li.ext-pdf a:before, .ce_downloads ul li.ext-pdf a:before {
  content: "\f1c1"; }
.ce_download ul li.ext-doc a:before, .ce_download ul li.ext-docx a:before, .ce_download ul li.ext-odt a:before, .ce_download ul li.ext-fodt a:before, .ce_downloads ul li.ext-doc a:before, .ce_downloads ul li.ext-docx a:before, .ce_downloads ul li.ext-odt a:before, .ce_downloads ul li.ext-fodt a:before {
  content: "\f1c2"; }
.ce_download ul li.ext-xls a:before, .ce_download ul li.ext-xlsx a:before, .ce_download ul li.ext-ods a:before, .ce_download ul li.ext-fods a:before, .ce_downloads ul li.ext-xls a:before, .ce_downloads ul li.ext-xlsx a:before, .ce_downloads ul li.ext-ods a:before, .ce_downloads ul li.ext-fods a:before {
  content: "\f1c3"; }
.ce_download ul li.ext-odp a:before, .ce_download ul li.ext-fodp a:before, .ce_download ul li.ext-ppt a:before, .ce_download ul li.ext-pptx a:before, .ce_downloads ul li.ext-odp a:before, .ce_downloads ul li.ext-fodp a:before, .ce_downloads ul li.ext-ppt a:before, .ce_downloads ul li.ext-pptx a:before {
  content: "\f1c4"; }
.ce_download ul li.ext-zip a:before, .ce_download ul li.ext-tar a:before, .ce_download ul li.ext-gz a:before, .ce_download ul li.ext-7z a:before, .ce_download ul li.ext-7z a:before, .ce_download ul li.ext-bz2 a:before, .ce_download ul li.ext-tar a:before, .ce_downloads ul li.ext-zip a:before, .ce_downloads ul li.ext-tar a:before, .ce_downloads ul li.ext-gz a:before, .ce_downloads ul li.ext-7z a:before, .ce_downloads ul li.ext-7z a:before, .ce_downloads ul li.ext-bz2 a:before, .ce_downloads ul li.ext-tar a:before {
  content: "\f1c6"; }
.ce_download ul li.ext-php a:before, .ce_download ul li.ext-css a:before, .ce_download ul li.ext-js a:before, .ce_download ul li.ext-scss a:before, .ce_downloads ul li.ext-php a:before, .ce_downloads ul li.ext-css a:before, .ce_downloads ul li.ext-js a:before, .ce_downloads ul li.ext-scss a:before {
  content: "\f1c9"; }

.ce_iti_blurb {
  text-align: center; }
  .ce_iti_blurb a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none; }
    .ce_iti_blurb a > * {
      max-width: 90%; }
    .ce_iti_blurb a::before {
      display: none; }
    .ce_iti_blurb a:hover figure .blurb_img, .ce_iti_blurb a:focus figure .blurb_img {
      visibility: hidden; }
    .ce_iti_blurb a:hover figure .blurb_img_hover, .ce_iti_blurb a:focus figure .blurb_img_hover {
      visibility: visible; }
  .ce_iti_blurb .counter_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 2em; }
    .ce_iti_blurb .counter_wrapper .iti_counter_suffix {
      margin-left: 5px; }
  .ce_iti_blurb .iti_url {
    margin-top: 10px;
    margin-bottom: 20px; }
  .ce_iti_blurb.full_hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition-timing-function: ease-in-out; }
    .ce_iti_blurb.full_hover:hover, .ce_iti_blurb.full_hover:focus {
      box-shadow: 0 40px 70px rgba(0, 0, 0, 0.2);
      z-index: 100; }
  .ce_iti_blurb.img_hover figure {
    position: relative; }
    .ce_iti_blurb.img_hover figure .blurb_img {
      visibility: visible;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      transition-timing-function: ease-in-out; }
    .ce_iti_blurb.img_hover figure .blurb_img_hover {
      position: absolute;
      top: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      transition-timing-function: ease-in-out; }
  .ce_iti_blurb.img_hover:hover .blurb_img, .ce_iti_blurb.img_hover:focus .blurb_img {
    visibility: hidden; }
  .ce_iti_blurb.img_hover:hover .blurb_img_hover, .ce_iti_blurb.img_hover:focus .blurb_img_hover {
    visibility: visible; }

.ce_iti_counterbox {
  text-align: center; }
  .ce_iti_counterbox a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .ce_iti_counterbox a * {
      max-width: 90%; }
  .ce_iti_counterbox .counter_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 2em; }
    .ce_iti_counterbox .counter_wrapper .iti_counter_suffix {
      margin-left: 5px; }
  .ce_iti_counterbox .iti_url {
    margin-top: 10px;
    margin-bottom: 20px; }

.ce_iti_gallerynews .gallerynews-wrapper ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ce_iti_gallerynews .gallerynews-wrapper ul li figure {
    position: relative;
    width: 100%;
    height: 100%; }
    .ce_iti_gallerynews .gallerynews-wrapper ul li figure img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .ce_iti_gallerynews .gallerynews-wrapper ul li figure figcaption {
      position: absolute;
      bottom: 0;
      line-height: initial; }

/** small desktop & tablet **/
@media only screen and (max-width: 1200px) {
  .ce_iti_gallerynews .gallerynews-wrapper ul li {
    width: 100%; }
    .ce_iti_gallerynews .gallerynews-wrapper ul li img {
      width: 100%; } }
.ce_iti_simpleicon a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ce_iti_simpleicon a * {
    max-width: 90%; }
.ce_iti_simpleicon .iti_url {
  margin-top: 10px;
  margin-bottom: 20px; }

.ce_iti_social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  list-style: none; }
  .ce_iti_social ul li {
    width: inherit; }
    .ce_iti_social ul li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      height: 2.5rem;
      width: 2.5rem;
      font-size: 1.4rem;
      margin-right: 1px;
      margin-bottom: 1px;
      -webkit-transition: all .5s;
      transition: all .5s; }

.ce_iti_pricingtable {
  position: relative; }
  .ce_iti_pricingtable .title {
    position: relative; }
    .ce_iti_pricingtable .title h3 {
      position: relative;
      padding: 10px 0;
      font-size: 1.6em;
      letter-spacing: 0.1em;
      margin-bottom: 0;
      z-index: 1;
      text-align: center; }
    .ce_iti_pricingtable .title::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5); }
  .ce_iti_pricingtable .best {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    font-size: 0.6em;
    margin: -20px;
    padding: 8px 30px;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: white;
    background: #262626;
    -webkit-transform: translate(-30%, 0) rotate(-45deg);
    -moz-transform: translate(-30%, 0) rotate(-45deg);
    -ms-transform: translate(-30%, 0) rotate(-45deg);
    -o-transform: translate(-30%, 0) rotate(-45deg);
    transform: translate(-30%, 0) rotate(-45deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  .ce_iti_pricingtable .important {
    position: relative;
    padding: 0.3125em 0.125em 0.4375em;
    border-bottom: 1px solid #f2f2f2; }
  .ce_iti_pricingtable ul {
    border: 1px solid #f2f2f2; }
    .ce_iti_pricingtable ul .option {
      padding: 14px 0 14px;
      border-top: 1px solid #f2f2f2;
      text-align: center;
      font-size: 1.1em; }
      .ce_iti_pricingtable ul .option a {
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 5px;
        border: 2px solid #242424;
        border-color: currentColor;
        color: inherit;
        background: transparent;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        transition-timing-function: ease-in-out; }
        .ce_iti_pricingtable ul .option a:hover, .ce_iti_pricingtable ul .option a:focus {
          color: #fff;
          background: #242424; }

.ce_iti_slidercomparison .ba-slider {
  position: relative;
  overflow: hidden; }
  .ce_iti_slidercomparison .ba-slider figure {
    z-index: initial;
    height: 100%; }
  .ce_iti_slidercomparison .ba-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: inherit;
    display: block; }
.ce_iti_slidercomparison .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden; }
.ce_iti_slidercomparison .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
  /* Knob slider  */ }
  .ce_iti_slidercomparison .handle:after {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: '\21d4';
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    background: #ffb800;
    /* @orange */
    border: 1px solid #e6a600;
    /* darken(@orange, 5%) */
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
    /* lighten(@orange, 20%)*/ }
.ce_iti_slidercomparison .draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px; }

.ce_iti_slidernews .slidernews-wrapper {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px; }
  .ce_iti_slidernews .slidernews-wrapper ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none; }
    .ce_iti_slidernews .slidernews-wrapper ul li {
      position: relative;
      display: block;
      float: left;
      margin: 0;
      padding: 0;
      background: #ccc;
      text-align: center; }
      .ce_iti_slidernews .slidernews-wrapper ul li figure {
        position: relative;
        width: 100%;
        height: 100%; }
        .ce_iti_slidernews .slidernews-wrapper ul li figure img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
        .ce_iti_slidernews .slidernews-wrapper ul li figure figcaption {
          position: absolute;
          bottom: 0;
          line-height: initial; }
.ce_iti_slidernews a.control_prev, .ce_iti_slidernews a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer; }
.ce_iti_slidernews a.control_prev:hover, .ce_iti_slidernews a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease; }
.ce_iti_slidernews a.control_prev {
  border-radius: 0 2px 2px 0; }
.ce_iti_slidernews a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px; }

.ce_iti_timeline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .ce_iti_timeline .label {
    width: calc(50% - 75px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .ce_iti_timeline .node {
    width: 150px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .ce_iti_timeline .node svg {
      z-index: 1;
      width: 40px;
      height: 40px; }
    .ce_iti_timeline .node::before {
      position: absolute;
      z-index: 1; }
    .ce_iti_timeline .node::after {
      content: "";
      z-index: 0;
      position: absolute;
      width: 2px;
      height: 100%;
      left: calc(50% - 1px);
      background: #000; }
  .ce_iti_timeline .description {
    width: calc(50% - 75px);
    margin-bottom: 30px; }
  .ce_iti_timeline .node.start::after {
    height: calc(100% - 40px);
    bottom: 0; }
  .ce_iti_timeline .node:not(.start)::before {
    content: "";
    width: 0.66667em;
    height: 0.66667em;
    border: 0.06667em solid #000;
    background: #fff;
    top: 0.25em;
    font-size: 2em;
    border-radius: 99em; }
  .ce_iti_timeline.right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .ce_iti_timeline.right .label {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
  .ce_iti_timeline span.stop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .ce_iti_timeline span.stop svg {
      bottom: -1px;
      position: absolute; }

@media only screen and (max-width: 1024px) {
  body.ios .ce_iti_parallax {
    background-attachment: scroll; } }
.ce_iti_progressbar .progress {
  width: 100%;
  height: 35px; }
.ce_iti_progressbar .progress-wrap {
  background: #f80;
  margin: 20px 0 10px;
  overflow: hidden;
  position: relative; }
  .ce_iti_progressbar .progress-wrap .progress-bar {
    background: #ddd;
    left: 0;
    position: absolute;
    top: 0; }

.mod_newslist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mod_newslist.option_boxed .float_left, .mod_newslist.option_boxed .float_right {
    float: none; }
  .mod_newslist.option_boxed .layout_latest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    width: 23%; }
    .mod_newslist.option_boxed .layout_latest figure {
      margin: 0 !important;
      margin-bottom: 20px !important; }

/** small desktop & tablet **/
@media only screen and (max-width: 1024px) {
  .mod_newslist.option_boxed .layout_latest {
    width: 48%; } }
/** phones **/
@media only screen and (max-width: 480px) {
  .mod_newslist.option_boxed .layout_latest {
    width: 100%; } }

/*# sourceMappingURL=elements.css.map */
