.opacity-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.em-post-tile .box {
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.em-post-tile .box .media {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.em-post-tile .box .media img,
.em-post-tile .box .media .no-media {
  transition: all ease-in-out 0.2s;
}
.em-post-tile .box .media img {
  width: 100%;
  height: auto;
  display: block;
}
.em-post-tile .box .media .no-media {
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.em-post-tile .box .media .no-media i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.em-post-tile .box .date {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  text-align: center;
  padding: 15px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  white-space: nowrap;
}
.em-post-tile .box .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.em-post-tile .box .date .day {
  font-size: 14px;
  font-weight: 700;
}
.em-post-tile .box .date .year {
  font-size: 12px;
}
.em-post-tile .box .featured {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  text-align: center;
  padding: 15px;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  white-space: nowrap;
}
.em-post-tile .box .content {
  position: relative;
  z-index: 2;
  padding: 15px 15px 0 15px;
  margin-bottom: -25px;
}
.em-post-tile .box .content .inner {
  position: relative;
  top: -40px;
  background: #fff;
  padding: 15px 15px 0 15px;
}
.em-post-tile .box .content .inner .topic {
  font-size: 12px;
  color: #AAA;
  line-height: 1.5em;
}
.em-post-tile .box .content .inner header h3 {
  font-size: 1.3em;
}
.em-post-tile .box .content .inner .txt {
  font-size: 14px;
  line-height: 1.5;
}
.em-post-tile .box .content .inner .txt a {
  color: #000;
}
.em-post-tile .box .content .inner .more {
  line-height: 1.7;
  padding-top: 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
}
.em-post-tile .box .content .inner .more a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.em-post-tile .box .content .inner .more a:hover {
  color: #000000;
  border-color: #000000;
}
.em-post-tile .box .content .inner .more i {
  margin-left: 5px;
}
.em-post-tile a {
  display: block;
}
.em-post-tile a:hover .media img,
.em-post-tile a:hover .media .no-media {
  transform: scale(1.2);
}
/*
    .em-post-tile {
        position: relative;

        figure {
            position: relative;
            overflow: hidden;
            display: block;

            img {
                display: block;
                width: 100%;
                height: auto;
                transition: all ease-in-out .3s;
            }
        }

        .date {
            position: absolute;
            top: 5%;
            right: 5%;
            display: inline-block;
            padding: 15px 20px;
            background: #FFF;
            box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
            text-align: center;
            line-height: 1.2;

            .month {
                text-transform: uppercase;
            }
        }

        h3 {
            color: #000;
            font-size: 18px;
            font-weight: 400;
            margin-top: 25px;
        }

        .excerpt {
            margin: 15px 0;
        }

        a {
            &:hover {
                img {
                    transform: scale(1.2);
                }
            }
        }
    }
    */
.em-portfolio-tile img {
  max-width: 100%;
  height: auto;
}
.em-hero {
  text-align: center;
  position: relative;
}
.em-hero.fixed-height .slide {
  height: 100%;
}
.em-hero.fixed-height .slide .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.em-hero.fixed-height .owl-stage-outer,
.em-hero.fixed-height .owl-stage,
.em-hero.fixed-height .owl-item {
  height: 100% !important;
}
.em-hero .slide {
  position: relative;
}
.em-hero .slide .inner {
  padding: 25px 0;
  position: relative;
  text-align: center;
  z-index: 1;
  width: 2200px;
  max-width: 92%;
  margin: 0 auto;
}
.em-hero .slide .inner.left {
  text-align: left;
}
.em-hero .slide .inner.right {
  text-align: right;
}
.em-hero .slide .inner.left:after,
.em-hero .slide .inner.right:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.em-hero .slide .inner.left .inner-contents {
  float: left;
}
.em-hero .slide .inner.right .inner-contents {
  float: right;
}
.em-hero .slide .inner .hl-small,
.em-hero .slide .inner .hl,
.em-hero .slide .inner .calltoaction,
.em-hero .slide .inner .txt {
  margin: 12px 0;
}
.em-hero .slide .inner .hl-small {
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  display: inline-block;
}
.em-hero .slide .inner .hl {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.em-hero .slide .inner .hl.upper,
.em-hero .slide .inner .hl-upper {
  text-transform: uppercase;
}
.em-hero .slide .inner .calltoaction:not(.btn1) {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  color: inherit;
}
.em-hero.owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.em-hero.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-right: 10px;
}
.em-hero.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.em-hero.owl-carousel .owl-dots .owl-dot.active {
  background: #FFF;
}
.em-hero-simple {
  position: relative;
}
.em-hero-simple.em-hero-simple-opacity-overlay {
  overflow: hidden;
}
.em-hero-simple .inner-full {
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
html.touch .em-hero-simple .inner-full,
html.touchevents .em-hero-simple .inner-full {
  background-attachment: scroll;
}
.em-hero-simple .inner-full .inner-wrapper {
  width: 2200px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 9;
}
.em-hero-simple .inner-full .inner-wrapper.slider-content-global {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}
.em-hero-simple .inner-full .inner-wrapper .desc {
  margin: 40px 0;
}
.em-hero-simple .inner-full .em-video.em-video-bg {
  position: absolute;
}
.em-hero-simple .inner-full .bg-video-wrapper {
  /*
                position: relative;
                padding-bottom: 55.25%; 
                padding-top: 25px;
                height: 0;
                */
}
.em-hero-simple .inner-full .bg-video-wrapper iframe {
  position: relative;
  z-index: 0;
  /* background-image: url('*** Poster image goes here ***'); */
  background-size: cover;
  /* Make video to at least 100% wide and tall */
  min-width: 120% !important;
  min-height: 120% !important;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto !important;
  height: auto !important;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.em-hero-simple .inner-full .bg-video-wrapper:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.em-hero-simple .inner-full * {
  box-sizing: border-box;
}
.em-hero-simple .inner-full .video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.em-hero-simple .inner-full .video-foreground,
.em-hero-simple .inner-full .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.em-hero-simple .inner-full .em-slider {
  width: 100%;
  height: 100%;
}
.em-hero-simple .inner-full .em-slider .owl-stage-outer,
.em-hero-simple .inner-full .em-slider .owl-stage,
.em-hero-simple .inner-full .em-slider .owl-item,
.em-hero-simple .inner-full .em-slider .slide {
  height: 100%;
}
.em-hero-simple .inner-full .em-slider .slide.owl-lazy {
  background-size: cover;
}
.em-hero-simple .inner-full .em-slider .owl-dots {
  position: absolute;
  bottom: 50px;
}
.em-shop-the-look .slides {
  text-align: center;
  position: relative;
}
@media all and (max-width: 768px) {
  .em-shop-the-look .slides {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.em-shop-the-look .slides .slider {
  padding-top: 100%;
  position: relative;
}
@media all and (min-width: 768px) {
  .em-shop-the-look .slides .slider {
    padding: 0;
    height: calc( 100% - 20px);
    position: absolute;
    top: 20px;
    left: 20px;
    right: 0;
    bottom: 0;
  }
}
.em-shop-the-look .slides .slider.owl-carousel {
  height: 100%;
  padding-top: 0;
}
.em-shop-the-look .slides .slider .owl-stage-outer,
.em-shop-the-look .slides .slider .owl-stage,
.em-shop-the-look .slides .slider .owl-item {
  height: 100%;
}
.em-shop-the-look .slides .slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.em-shop-the-look .slides .slider .slide .inner {
  padding: 25px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.em-shop-the-look .slides .slider .slide .inner .hl-small,
.em-shop-the-look .slides .slider .slide .inner .hl,
.em-shop-the-look .slides .slider .slide .inner .calltoaction,
.em-shop-the-look .slides .slider .slide .inner .txt {
  margin: 12px 0;
}
.em-shop-the-look .slides .slider .slide .inner .hl-small {
  border-bottom: 1px solid #FFF;
  padding-bottom: 0px;
  line-height: 1;
  display: inline-block;
}
.em-shop-the-look .slides .slider .slide .inner .hl {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.em-shop-the-look .slides .slider .slide .inner .hl.upper,
.em-shop-the-look .slides .slider .slide .inner .hl-upper {
  text-transform: uppercase;
}
.em-shop-the-look .slides .slider .slide .inner .calltoaction {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0px;
  line-height: 1;
}
.em-shop-the-look .slides .owl-carousel .owl-dots {
  position: absolute;
  z-index: 3;
  right: 15px;
  bottom: 15px;
  display: inline-block;
  width: auto;
}
@media all and (max-width: 768px) {
  .em-shop-the-look .products {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.em-flexible-grid {
  position: relative;
}
.em-flexible-grid.grid-2x2 {
  margin-bottom: 40px;
}
.em-flexible-grid.grid-2x2 .col_6,
.em-flexible-grid.grid-2x2 .col_sm_6 {
  position: relative;
  transition: all ease-in-out 0.3s;
}
.em-flexible-grid.grid-2x2 .col_6:before,
.em-flexible-grid.grid-2x2 .col_sm_6:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.em-flexible-grid.grid-2x2 .col_6:hover .background,
.em-flexible-grid.grid-2x2 .col_sm_6:hover .background {
  transform: scale(0.9);
}
.em-flexible-grid.grid-2x2 .col_6 .background,
.em-flexible-grid.grid-2x2 .col_sm_6 .background {
  transition: all ease-in-out 0.3s;
  transform: scale(0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.em-flexible-grid.grid-2x1 .col_6 {
  position: relative;
  transition: all ease-in-out 0.3s;
}
.em-flexible-grid.grid-2x1 .col_6:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.em-flexible-grid.grid-2x1 .col_6:hover {
  transform: scale(0.95);
}
.em-flexible-grid.grid-2x1 .col_12 {
  position: relative;
  transition: all ease-in-out 0.3s;
}
.em-flexible-grid.grid-2x1 .col_12:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.em-flexible-grid.grid-2x1 .col_12:hover {
  transform: scale(0.95);
}
.em-flexible-grid.grid-custom1 .custom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.em-flexible-grid.grid-custom1 .col-left {
  display: block;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .em-flexible-grid.grid-custom1 .col-left {
    margin-right: 2%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
.em-flexible-grid.grid-custom1 .col-left:before {
  content: '';
  display: block;
  padding-top: 150%;
}
.em-flexible-grid.grid-custom1 .col-right {
  display: block;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .em-flexible-grid.grid-custom1 .col-right {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
.em-flexible-grid.grid-custom1 .col-right .row1,
.em-flexible-grid.grid-custom1 .col-right .row2 {
  position: relative;
  padding: 0;
  margin: 0;
}
.em-flexible-grid.grid-custom1 .col-right .row1 {
  margin-top: 4.5%;
  padding-top: 45%;
}
@media all and (min-width: 768px) {
  .em-flexible-grid.grid-custom1 .col-right .row1 {
    margin-top: 0;
  }
}
.em-flexible-grid.grid-custom1 .col-right .row2 {
  padding-top: 100.5%;
  box-sizing: border-box;
  position: relative;
  margin-top: 4.5%;
}
.em-flexible-grid.grid-custom1 .col-left,
.em-flexible-grid.grid-custom1 .col-right .row1,
.em-flexible-grid.grid-custom1 .col-right .row2 {
  transition: all ease-in-out 0.3s;
}
.em-flexible-grid.grid-custom1 .col-left:hover,
.em-flexible-grid.grid-custom1 .col-right .row1:hover,
.em-flexible-grid.grid-custom1 .col-right .row2:hover {
  transform: scale(0.95);
}
.em-flexible-grid a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.em-flexible-grid .inner {
  padding: 25px;
  position: absolute;
  z-index: 1;
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.em-flexible-grid .inner .hl-small,
.em-flexible-grid .inner .hl,
.em-flexible-grid .inner .calltoaction,
.em-flexible-grid .inner .txt {
  margin: 12px 0;
}
.em-flexible-grid .inner .hl-small {
  border-bottom: 1px solid #FFF;
  padding-bottom: 0px;
  line-height: 1;
  display: inline-block;
}
.em-flexible-grid .inner .hl {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-size: 22px;
}
.em-flexible-grid .inner .hl.upper,
.em-flexible-grid .inner .hl-upper {
  text-transform: uppercase;
}
.em-flexible-grid .inner .calltoaction {
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 0px;
  line-height: 1;
}
.em-hero-product-slider .main-slider {
  height: 50vh;
  min-height: 500px;
  width: 100%;
}
.em-hero-product-slider .main-slider .owl-stage-outer {
  height: 100%;
}
.em-hero-product-slider .main-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.em-hero-product-slider .main-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.em-hero-product-slider .main-slider .owl-stage-outer .owl-stage .owl-item > div {
  height: 100%;
}
.em-hero-product-slider .main-slider .inner {
  padding: 25px 0;
  width: 2200px;
  max-width: 92%;
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.em-hero-product-slider .main-slider .inner .hl-small,
.em-hero-product-slider .main-slider .inner .hl,
.em-hero-product-slider .main-slider .inner .calltoaction,
.em-hero-product-slider .main-slider .inner .txt {
  margin: 12px 0;
}
.em-hero-product-slider .main-slider .inner .hl-small {
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  display: inline-block;
}
.em-hero-product-slider .main-slider .inner .hl {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.25;
}
.em-hero-product-slider .main-slider .inner .hl.upper,
.em-hero-product-slider .main-slider .inner .hl-upper {
  text-transform: uppercase;
}
.em-hero-product-slider .main-slider .inner .hl p {
  padding: 0;
  margin: 0;
}
.em-hero-product-slider .main-slider .inner .calltoaction:not(.btn1) {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  color: inherit;
}
.em-hero-product-slider .main-slider.owl-lazy {
  background-position: top center;
  background-size: cover;
}
.em-hero-product-slider .main-slider.owl-carousel {
  position: relative;
}
.em-hero-product-slider .main-slider.owl-carousel .owl-dots {
  z-index: 500;
}
.em-hero-product-slider .main-slider:hover .owl-nav .owl-prev,
.em-hero-product-slider .main-slider:hover .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.4s ease-in;
}
.em-hero-product-slider .main-slider .btn {
  letter-spacing: 3px;
}
.em-hero-product-slider .main-slider .owl-dots {
  counter-reset: section;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.em-hero-product-slider .main-slider .owl-dots .owl-dot {
  border: 0;
  background: transparent;
  width: auto;
  height: 25px;
  display: inline-block;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.em-hero-product-slider .main-slider .owl-dots .owl-dot:before {
  counter-increment: section;
  content: "0" counter(section);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: inline-block;
}
.em-hero-product-slider .main-slider .owl-dots .owl-dot span {
  width: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.em-hero-product-slider .main-slider .owl-dots .owl-dot.active {
  height: 25px;
  width: auto;
  transform: initial;
  background: none;
}
.em-hero-product-slider .main-slider .owl-dots .owl-dot.active span {
  width: 60px;
  margin-left: 5px;
  margin-right: 5px;
}
.em-hero-product-slider .main-slider .owl-dots .owl-dot.active:before {
  font-size: 14px;
  color: #fff;
}
.em-hero-product-slider .main-slider .owl-nav:not(.disabled) {
  display: block;
}
.em-hero-product-slider .main-slider .owl-nav .owl-prev:before {
  padding: 10px;
  left: 10px;
}
.em-hero-product-slider .main-slider .owl-nav .owl-next:before {
  padding: 10px;
  right: 10px;
}
.em-hero-product-slider .product-slider {
  margin-top: 2%;
}
.em-hero-product-slider .overlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.em-hero-product-slider-jades .main-slider-wrapper {
  position: relative;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider {
  height: 50vh;
  min-height: 500px;
  width: 100%;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-stage-outer {
  height: 100%;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-stage-outer .owl-stage .owl-item > div {
  height: 100%;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider.owl-lazy {
  background-position: top center;
  background-size: cover;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider.owl-carousel {
  position: relative;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider.owl-carousel .owl-dots {
  z-index: 500;
  bottom: auto;
  width: auto;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .btn {
  letter-spacing: 3px;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots {
  counter-reset: section;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots .owl-dot {
  width: 20px;
  height: 25px;
  display: block;
  letter-spacing: 2px;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  background-color: transparent;
  border: 0;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots .owl-dot:before {
  counter-increment: section;
  content: "0" counter(section);
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: block;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots .owl-dot span {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 0 auto;
  height: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots .owl-dot.active {
  height: 85px;
  background: transparent;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots .owl-dot.active span {
  height: 60px;
  margin-top: 5px;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider .owl-dots .owl-dot.active:before {
  font-size: 14px;
  color: #fff;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content {
  display: none;
  position: absolute;
  z-index: 100;
  border: 0px solid #d2a82a;
  transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  overflow: hidden;
  margin-top: 45px;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .hl-small {
  transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  margin-top: 20px;
  margin-left: 20px;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  display: inline-block;
  border: 0;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: -1000px;
}
@media all and (min-width: 1200px) {
  .em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .hl-small {
    top: -1000px;
  }
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .hl,
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .calltoaction,
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .txt {
  margin: 12px 0;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container {
  transition: all 0.6s ease-in;
  -webkit-transition: all 0.6s ease-in;
  position: absolute;
  bottom: -1000px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: left;
  margin: 20px 10px;
}
@media all and (min-width: 768px) {
  .em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container {
    margin: 20px 50px;
  }
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .hl {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .hl.upper,
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .hl-upper {
  text-transform: uppercase;
}
@media all and (min-width: 768px) {
  .em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .hl {
    font-size: 38px;
    line-height: 1.25;
  }
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .hl p {
  padding: 0;
  margin: 0;
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .calltoaction.btn1 {
  background-color: #d2a82a;
  cursor: pointer;
  color: #ffffff;
  letter-spacing: 1px;
  border: 1px solid #d2a82a;
}
@media all and (min-width: 768px) {
  .em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .calltoaction.btn1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.em-hero-product-slider-jades .main-slider-wrapper .main-slider-content .inner .container .calltoaction:not(.btn1) {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  color: inherit;
}
.em-hero-product-slider-jades .product-slider-wrapper {
  position: relative;
}
.em-hero-product-slider-jades .product-slider-wrapper h4.font-vertical {
  top: 0px;
}
.em-hero-product-slider-jades .product-slider-wrapper .product-slider {
  margin-top: 2%;
}
.em-hero-product-slider-jades .overlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.em-brand-tile-layout1 figure {
  margin: 0;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 768px) {
  .em-brand-tile-layout1 figure {
    padding-top: 50%;
    width: 50%;
    float: left;
  }
}
.em-brand-tile-layout1 figure img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 768px) {
  .em-brand-tile-layout1 figure img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.em-brand-tile-layout1 figure .logo {
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  left: 5%;
  position: absolute;
}
.em-brand-tile-layout1 .content h3 {
  text-align: left;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .em-brand-tile-layout1 .content {
    position: absolute;
    width: 45%;
    right: 0;
    height: 100%;
  }
  .em-brand-tile-layout1 .content .center-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.em-brand-about {
  position: relative;
  padding: 20px;
}
@media all and (min-width: 768px) {
  .em-brand-about {
    padding: 40px;
  }
}
.em-brand-about .header {
  display: block;
  position: relative;
}
@media all and (min-width: 768px) {
  .em-brand-about .header {
    position: static;
  }
}
.em-brand-about .header .headline {
  left: 0;
  width: 100%;
  text-align: center;
}
.em-brand-about .header .headline .hl-small {
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
}
.em-brand-about .header .headline .hl {
  font-size: 3em;
  line-height: 1.3em;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  letter-spacing: 6px;
}
@media all and (min-width: 768px) {
  .em-brand-about .header .headline .hl {
    font-size: 4em;
  }
}
@media all and (min-width: 768px) {
  .em-brand-about .header .headline {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 768px) {
  .em-brand-about .header .description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.em-brand-about .content {
  position: relative;
  padding: 20px;
}
@media all and (min-width: 768px) {
  .em-brand-about .content {
    padding: 40px;
  }
}
.em-brand-about .content .about {
  position: relative;
  z-index: 20;
  margin-bottom: 40px;
}
.em-brand-about .content .about .about-tabs {
  margin-bottom: 40px;
}
.em-brand-about .content .about .about-tabs .tab-headline {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 40px;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-weight: 500;
}
.em-brand-about .content .about .about-tabs .tab-content {
  margin-bottom: 40px;
}
.em-brand-about .content .tabs {
  position: relative;
  z-index: 20;
}
@media all and (min-width: 768px) {
  .em-brand-about .content .tabs .col_3 {
    border-right: 1px solid white;
  }
  .em-brand-about .content .tabs .col_3.last {
    border-right: 0;
  }
}
.em-brand-about .content .tabs strong,
.em-brand-about .content .tabs span {
  display: block;
}
.em-brand-about-jades {
  position: relative;
}
.em-brand-about-jades.em-full-width:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background-color: inherit;
  z-index: -1;
}
.em-brand-about-jades.em-full-width:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  z-index: -1;
}
.em-brand-about-jades .about-container {
  position: relative;
}
.em-brand-about-jades .about-container .intro-image {
  display: table;
  margin: 0 auto;
  border: 10px solid #aaaaaa;
}
.em-brand-about-jades .about-container .intro-image.flipped img {
  transform: translate(-40px, -40px);
}
.em-brand-about-jades .about-container .intro-image img {
  display: block;
  max-height: 400px;
  max-width: 100%;
  transform: translate(40px, 40px);
}
.em-brand-about-jades .about-container .about-logo img {
  max-height: 100px;
}
.em-hero-brand-slider {
  position: relative;
}
.em-hero-brand-slider .main-slider {
  min-height: 500px;
  width: 100%;
}
.em-hero-brand-slider .main-slider .owl-stage-outer .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  clear: both;
  margin: 0 auto;
  height: 100%;
  flex-direction: row;
}
.em-hero-brand-slider .main-slider .owl-stage-outer .owl-stage:after {
  display: none;
}
.em-hero-brand-slider .main-slider .owl-stage-outer .owl-stage .owl-item > div {
  height: 100%;
}
.em-hero-brand-slider .main-slider .owl-stage-outer .owl-stage .row {
  margin: 0;
}
.em-hero-brand-slider .main-slider .hidden-small {
  padding: 50px;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .em-hero-brand-slider .main-slider .hidden-small {
    display: none;
  }
}
.em-hero-brand-slider .main-slider .hidden-small .brand-image {
  display: table;
  margin: 0 auto;
  border: 6px solid #d2a82a;
}
.em-hero-brand-slider .main-slider .hidden-small .brand-image img {
  display: block;
  max-height: 400px;
  max-width: 100%;
  transform: translate(40px, 40px);
  width: auto;
}
.em-hero-brand-slider .main-slider .inner {
  padding: 0 50px;
  position: relative;
}
@media all and (min-width: 768px) {
  .em-hero-brand-slider .main-slider .inner {
    padding: 50px;
  }
}
.em-hero-brand-slider .main-slider .inner .hl,
.em-hero-brand-slider .main-slider .inner .calltoaction,
.em-hero-brand-slider .main-slider .inner .txt {
  margin: 0 0 20px 0;
}
.em-hero-brand-slider .main-slider .inner .hl {
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.25;
}
.em-hero-brand-slider .main-slider .inner .hl.upper,
.em-hero-brand-slider .main-slider .inner .hl-upper {
  text-transform: uppercase;
}
.em-hero-brand-slider .main-slider .inner .hl p {
  padding: 0;
  margin: 0;
}
.em-hero-brand-slider .main-slider .inner .hl img {
  height: auto;
  max-height: 100px;
  display: block;
  width: auto;
}
.em-hero-brand-slider .main-slider .inner .calltoaction:not(.btn1) {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0px;
  line-height: 1;
  color: inherit;
}
.em-hero-brand-slider .main-slider .inner .txt {
  font-weight: 200;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.5em;
  display: block;
  text-align: left;
  color: #ffffff;
}
.em-hero-brand-slider .main-slider.owl-lazy {
  background-position: top center;
  background-size: cover;
}
.em-hero-brand-slider .main-slider.owl-carousel {
  position: relative;
}
@media all and (max-width: 768px) {
  .em-hero-brand-slider .main-slider.owl-carousel {
    overflow: hidden;
  }
}
@media all and (max-width: 768px) {
  .em-hero-brand-slider .main-slider.owl-carousel .owl-stage-outer {
    overflow: initial;
  }
}
.em-hero-brand-slider .main-slider .btn {
  letter-spacing: 3px;
}
.em-hero-brand-slider .brand-slider-navigation {
  z-index: 600;
  position: relative;
}
@media all and (min-width: 768px) {
  .em-hero-brand-slider .brand-slider-navigation {
    float: right;
    position: absolute;
    bottom: -5px;
    right: 0;
  }
}
.em-hero-brand-slider .brand-slider-navigation .brand-navigation {
  width: 50%;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  float: left;
  background-color: rgba(210, 168, 42, 0.8);
}
@media all and (min-width: 768px) {
  .em-hero-brand-slider .brand-slider-navigation .brand-navigation {
    width: auto;
    margin-top: 5px;
  }
  .em-hero-brand-slider .brand-slider-navigation .brand-navigation.active {
    padding: 15px 20px;
  }
}
.em-hero-brand-slider .brand-slider-navigation .brand-navigation.active {
  margin-top: 0;
  background-color: #d2a82a;
}
.em-hero-brand-slider .overlay {
  background: #000000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all ease-in-out 0.3s;
}
.em-google-maps {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.em-google-maps img {
  max-width: inherit !important;
}
.em-two-col-nav-content-slider .controls .item {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 25px;
}
.em-two-col-nav-content-slider .controls .item:last-child {
  margin-bottom: 0;
}
.em-two-col-nav-content-slider .controls .item:hover {
  color: rgba(0, 0, 0, 0.6);
}
.em-two-col-nav-content-slider .controls .item.active {
  font-weight: 500;
  color: #000000;
  position: relative;
}
.em-two-col-nav-content-slider .controls .item.active:before {
  content: "\f105";
  font-family: 'FontAwesome';
}
.em-two-col-nav-content-slider .slider .item {
  font-size: 24px;
}
.em-two-col-nav-content-slider .slider .item h3 {
  font-size: 40px;
  margin-bottom: 65px;
}
.em-two-col-nav-content-slider .slider .item ul li {
  position: relative;
  padding-left: 24px;
}
.em-two-col-nav-content-slider .slider .item ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  left: 3px;
  top: 0;
}
.em-two-col-nav-content-slider .owl-carousel:hover .owl-nav .owl-next,
.em-two-col-nav-content-slider .owl-carousel:hover .owl-nav .owl-prev {
  display: none !important;
}
.em-filterable-list .filter-bar,
.em-filterable-list .em-filter-bar {
  text-align: right;
  margin-bottom: 50px;
}
.em-filterable-list .filter-bar > span,
.em-filterable-list .em-filter-bar > span {
  margin-left: 15px;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 2px 0;
}
.em-filterable-list .filter-bar > span:first-child,
.em-filterable-list .em-filter-bar > span:first-child {
  margin-left: 0;
}
.em-filterable-list .filter-bar > span.active,
.em-filterable-list .em-filter-bar > span.active {
  font-weight: 500;
  border-bottom: 2px solid #000;
}
.em-filterable-list .filter-bar > span i,
.em-filterable-list .em-filter-bar > span i {
  color: #AAA;
  font-weight: 300;
  font-style: normal;
}
@media all and (max-width: 480px) {
  .em-filterable-list .filter-bar,
  .em-filterable-list .em-filter-bar {
    text-align: left;
  }
  .em-filterable-list .filter-bar > span,
  .em-filterable-list .em-filter-bar > span {
    margin: 5px 7px;
  }
  .em-filterable-list .filter-bar > span:first-child,
  .em-filterable-list .em-filter-bar > span:first-child {
    margin-left: 7px;
  }
}
.em-social-media-channels a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
  position: relative;
}
.em-social-media-channels a:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #000;
}
.em-social-media-channels a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.em-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.em-embed iframe,
.em-embed object,
.em-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.em-photo {
  position: relative;
  overflow: hidden;
  display: block;
}
.em-photo img {
  max-width: 100%;
  height: auto;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 0;
}
.em-photo:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.em-photo:after {
  content: "\e610";
  font-family: themify;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  font-size: 4em;
  color: #FFF;
  transform: translate(-50%, -50%) scale(0);
  transition: all ease-in-out 0.3s;
}
.em-photo:hover img {
  transform: scale(1.2);
}
.em-photo:hover:before {
  opacity: 1;
}
.em-photo:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.em-portfolio-swipebox figure {
  position: relative;
  overflow: hidden;
  display: block;
}
.em-portfolio-swipebox figure img {
  max-width: 100%;
  height: auto;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 0;
}
.em-portfolio-swipebox figure:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.em-portfolio-swipebox figure:after {
  content: "\e610";
  font-family: themify;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  font-size: 4em;
  color: #FFF;
  transform: translate(-50%, -50%) scale(0);
  transition: all ease-in-out 0.3s;
}
.em-portfolio-swipebox:hover figure img {
  transform: scale(1.2);
}
.em-portfolio-swipebox:hover figure:before {
  opacity: 1;
}
.em-portfolio-swipebox:hover figure:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.em-masonry {
  margin-left: -15px;
  margin-right: -15px;
}
.em-masonry .em-masonry-item {
  width: 33.33%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.em-masonry.max-cols-2 .em-masonry-item {
  width: 50%;
}
.em-masonry.max-cols-1 .em-masonry-item {
  width: 100%;
}
.em-masonry.col2 {
  margin-left: -10px;
  margin-right: -10px;
}
.em-masonry.col2 .em-masonry-item {
  width: 50%;
  padding: 10px 10px;
}
.em-masonry.col1 {
  margin-left: -10px;
  margin-right: -10px;
}
.em-masonry.col1 .em-masonry-item {
  width: 100%;
  padding: 10px 10px;
}
.em-360deg {
  overflow: hidden;
}
.em-360deg .container {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.em-360deg .img-container {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  cursor: ew-resize;
}
.em-360deg .img360 {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.em-360deg img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.em-360deg .preload-imgs {
  display: none;
}
.em-360deg .caption-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  /*
            animation: caption_slide_in .2s linear 0.5s 1 normal forwards;
            animation-delay: 3s;
            */
}
.em-360deg .caption-wrapper.fade-out {
  transform: scale(0);
  opacity: 0;
}
.em-360deg .caption-wrapper .caption {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: #000;
  padding: 15px;
  text-align: center;
  display: inline-block;
}
@keyframes caption_slide_in {
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.em-accordion {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.em-accordion .item {
  padding: 0 15px;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.em-accordion .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.em-accordion .item .header {
  position: relative;
  padding: 15px 0;
  cursor: pointer;
}
.em-accordion .item .header .title {
  font-size: 1.1em;
  font-weight: 700;
}
.em-accordion .item .header .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.em-accordion .item .header .icon i {
  transition: all ease-in-out 0.3s;
}
.em-accordion .item .content {
  padding: 15px 0;
  display: none;
}
.em-accordion .item .content p:first-child {
  margin-top: 0;
}
.em-accordion .item .content p:last-child {
  margin-bottom: 0;
}
.em-accordion .item .content ul {
  list-style-type: square;
  margin-left: 35px;
}
.em-accordion .item .content ul li {
  padding-left: 10px;
  margin-bottom: 15px;
}
.em-accordion .item .content ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.em-accordion .item.active {
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
.em-accordion .item.active .header .icon i {
  transform: rotate(180deg);
}
.em-accordion .item.active .content {
  display: block;
}
.em-content-blocks .em-block {
  margin-bottom: 50px;
}
@media all and (min-width: 769px) {
  .em-content-blocks .em-block {
    margin-bottom: 75px;
  }
}
.em-content-blocks .em-block:last-child {
  margin-bottom: 0;
}
.em-video-teaser {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  background-attachment: fixed;
  position: relative;
  transition: all ease-in-out 0.3s;
}
html.touch .em-video-teaser,
html.touchevents .em-video-teaser {
  background-attachment: scroll;
}
.em-video-teaser:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .em-video-teaser [class*="wrapper"] {
    padding: 150px 0;
  }
}
@media screen and (min-width: 768px) {
  .em-video-teaser [class*="wrapper"] {
    padding: 200px 0;
  }
}
.em-video-teaser [class*="wrapper"] .row [class*="col_"] {
  text-align: center;
}
.em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
  font-size: 18px;
  line-height: 1.3;
}
@media all and (min-width: 360px) and (max-width: 480px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 18px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 25px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 30px;
  }
}
@media all and (min-width: 1280px) and (max-width: 1468px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 40px;
  }
}
@media all and (min-width: 1468px) and (max-width: 1680px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 40px;
  }
}
@media all and (min-width: 1680px) and (max-width: 1920px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 40px;
  }
}
@media all and (min-width: 1920px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 40px;
  }
}
@media all and (min-width: 2200px) {
  .em-video-teaser [class*="wrapper"] .row [class*="col_"] h3 {
    font-size: 40px;
  }
}
.em-video-teaser [class*="wrapper"] .row [class*="col_"] .btn-play {
  cursor: pointer;
}
.em-video-teaser .video-wrapper {
  opacity: 0;
  transform: scale(0);
  transition: all ease-in-out 0.3s;
  position: absolute;
  transition-delay: 0.5s;
}
.em-video-teaser .wrapper-1200 {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  position: relative;
}
.em-video-teaser.video-active {
  padding: 0;
  height: 100vh;
}
.em-video-teaser.video-active .video-wrapper {
  opacity: 1;
  transform: scale(1);
  position: absolute;
  width: 100%;
  height: 100%;
}
.em-video-teaser.video-active .wrapper-1200 {
  opacity: 0;
}
.load-more-wrapper {
  position: relative;
}
.load-more-wrapper a,
.load-more-wrapper .loader {
  transition: all ease-in-out 0.3s;
}
.load-more-wrapper a {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load-more-wrapper .loader {
  position: relative;
  z-index: 0;
  opacity: 0;
  transition: scale(0);
}
.load-more-wrapper.is-loading a {
  opacity: 0;
  transition: scale(0);
}
.load-more-wrapper.is-loading .loader {
  opacity: 1;
  transition: scale(1);
}
.em-content-switch .em-content-nav .em-item {
  cursor: pointer;
}
.em-content-switch .em-content [class*="em-item"] {
  display: none;
}
.em-content-switch .em-content [class*="em-item"].active {
  display: block;
}
.em-video-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.em-video-bg .em-video-responsive {
  width: 100%;
}
.em-video-bg video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
