.top-menu-wrapper {
  background-color: transparent;
  transition: all 0.5s;
  position: fixed;
  height: 90px;
  width: 100%;
  z-index: 9999;
  top: 0; }
  .top-menu-wrapper .top-menu a {
    color: #e3b161; }
    .top-menu-wrapper .top-menu a:hover {
      color: #f2c377; }

.is-scrolling .top-menu-wrapper {
  background-color: #0d1c30; }
  .is-scrolling .top-menu-wrapper .top-menu a {
    color: #e3b161; }

.columns.top-image {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.top-image .top-image-wrapper {
  height: 100vh;
  width: 100vw; }
  .column.top-image .top-image-wrapper a.fa {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 32px; }
  .column.top-image .top-image-wrapper div {
    height: 100vh;
    width: 100vw;
    background-size: cover; }

.columns.wide-image-textblock-right {
  max-width: 100%;
  padding: 0;
  position: relative; }

.wide-image-textblock-right-image figure {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-size: cover;
  background-position: center; }

.wide-image-textblock-right-content-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  pointer-events: none; }

.wide-image-textblock-right-content {
  background-color: #f7f2ed;
  border-radius: 5px;
  padding: 15px 15px;
  pointer-events: auto; }
  @media screen and (min-width: 768px) {
    .wide-image-textblock-right-content {
      max-width: 490px;
      padding: 90px 80px;
      float: right; } }
  .wide-image-textblock-right-content .sf-btn {
    margin-bottom: 0;
    margin-top: 30px; }

.columns.video-top-3,
.columns.video-top-2,
.columns.video-top {
  padding: 0;
  max-width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  /* ----- Videosection ------ */ }
  .columns.video-top-3:first-child,
  .columns.video-top-2:first-child,
  .columns.video-top:first-child {
    margin-top: 0; }
  .columns.video-top-3 .video-section,
  .columns.video-top-2 .video-section,
  .columns.video-top .video-section {
    position: relative;
    pointer-events: none;
    /* Image that is shown before video loads, it's also displayed in mobile view and if video for any reason dont play. */ }
    .columns.video-top-3 .video-section .video-wrapper,
    .columns.video-top-2 .video-section .video-wrapper,
    .columns.video-top .video-section .video-wrapper {
      min-height: calc(100vh - 0px);
      position: relative;
      overflow: hidden;
      z-index: 10;
      width: 100%; }

@medium () {
  .columns.video-top-3 .video-section .video-wrapper,
  .columns.video-top-2 .video-section .video-wrapper,
  .columns.video-top .video-section .video-wrapper {
    min-height: 200px; } }
      .columns.video-top-3 .video-section .video-wrapper video#bgvid,
      .columns.video-top-2 .video-section .video-wrapper video#bgvid,
      .columns.video-top .video-section .video-wrapper video#bgvid {
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: absolute;
        bottom: 50%;
        right: 50%;
        -moz-transform: translateX(50%) translateY(50%);
        -webkit-transform: translateX(50%) translateY(50%);
        transform: translateX(50%) translateY(50%);
        min-width: 100%;
        min-height: calc(100vh - 0px);
        width: auto;
        height: auto;
        z-index: 45;
        overflow: hidden;
        display: block;
        opacity: 1; }

@medium () {
  .columns.video-top-3 .video-section .video-wrapper video#bgvid,
  .columns.video-top-2 .video-section .video-wrapper video#bgvid,
  .columns.video-top .video-section .video-wrapper video#bgvid {
    bottom: 40%;
    display: none; } }
    .columns.video-top-3 .video-section .video-overlay,
    .columns.video-top-2 .video-section .video-overlay,
    .columns.video-top .video-section .video-overlay {
      position: absolute;
      width: 100%;
      height: calc(100vh - 0px);
      top: 0;
      z-index: 10;
      pointer-events: none;
      background-color: transparent; }
    .columns.video-top-3 .video-section .video-image div,
    .columns.video-top-2 .video-section .video-image div,
    .columns.video-top .video-section .video-image div {
      position: absolute;
      top: 0;
      width: 100%;
      height: calc(100vh - 0px);
      background-size: cover;
      background-position: center;
      z-index: 0;
      pointer-events: auto; }

@medium () {
  .columns.video-top-3 .video-section .video-image div,
  .columns.video-top-2 .video-section .video-image div,
  .columns.video-top .video-section .video-image div {
    display: block; } }
    .columns.video-top-3 .video-section .video-wrapper,
    .columns.video-top-3 .video-section .video-image div,
    .columns.video-top-3 .video-section .video-overlay,
    .columns.video-top-2 .video-section .video-wrapper,
    .columns.video-top-2 .video-section .video-image div,
    .columns.video-top-2 .video-section .video-overlay,
    .columns.video-top .video-section .video-wrapper,
    .columns.video-top .video-section .video-image div,
    .columns.video-top .video-section .video-overlay {
      height: calc(100vh - 0px); }
    .columns.video-top-3 .video-section .video-content,
    .columns.video-top-2 .video-section .video-content,
    .columns.video-top .video-section .video-content {
      position: absolute;
      width: 100%;
      pointer-events: auto;
      text-align: center;
      max-width: 800px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      top: 62%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 999;
      padding-left: 25px;
      padding-right: 25px; }
      .columns.video-top-3 .video-section .video-content img,
      .columns.video-top-2 .video-section .video-content img,
      .columns.video-top .video-section .video-content img {
        max-height: 200px; }
      .columns.video-top-3 .video-section .video-content h1,
      .columns.video-top-2 .video-section .video-content h1,
      .columns.video-top .video-section .video-content h1 {
        letter-spacing: 0.15625em;
        font-size: 70px;
        color: #000;
        color: rgba(200, 155, 82, 0.9);
        margin-bottom: 5px;
        line-height: 90px; }
        @media only screen and (max-width: 767px) {
          .columns.video-top-3 .video-section .video-content h1,
          .columns.video-top-2 .video-section .video-content h1,
          .columns.video-top .video-section .video-content h1 {
            font-size: calc(70px * 0.6); } }
      .columns.video-top-3 .video-section .video-content h2,
      .columns.video-top-2 .video-section .video-content h2,
      .columns.video-top .video-section .video-content h2 {
        color: #000;
        letter-spacing: 0.125em;
        font-size: 29px;
        color: rgba(255, 255, 255, 0.9); }
      .columns.video-top-3 .video-section .video-content p,
      .columns.video-top-3 .video-section .video-content h3,
      .columns.video-top-2 .video-section .video-content p,
      .columns.video-top-2 .video-section .video-content h3,
      .columns.video-top .video-section .video-content p,
      .columns.video-top .video-section .video-content h3 {
        color: #000;
        letter-spacing: 0.09375em;
        font-size: 20px;
        line-height: 28px;
        color: rgba(200, 155, 82, 0.9); }
      .columns.video-top-3 .video-section .video-content a,
      .columns.video-top-2 .video-section .video-content a,
      .columns.video-top .video-section .video-content a {
        color: #f2c377;
        background-color: rgba(227, 177, 97, 0.3);
        font-size: 19px;
        letter-spacing: 1.3px;
        font-weight: 500;
        transition: all 0.2s ease-in-out;
        opacity: 1;
        text-transform: uppercase;
        padding: 5px 30px;
        border: 2px solid rgba(242, 195, 119, 0.9);
        border-radius: 5px;
        border-radius: 3px;
        border: 2px solid;
        margin-top: 70px;
        margin-bottom: 7px;
        margin-top: 25px; }
        .columns.video-top-3 .video-section .video-content a:hover,
        .columns.video-top-2 .video-section .video-content a:hover,
        .columns.video-top .video-section .video-content a:hover {
          color: rgba(255, 255, 255, 0.8);
          background-color: rgba(227, 177, 97, 0.6);
          transform: none; }

@medium () {
  .columns.video-top-3 .video-section .video-content h1,
  .columns.video-top-2 .video-section .video-content h1,
  .columns.video-top .video-section .video-content h1 {
    margin-bottom: 15px; } }

.flexit-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flexit-container .flexit-item {
    width: 140px;
    height: 140px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 -4px 24px 2px rgba(0, 0, 0, 0.05), 0 6px 30px 5px rgba(0, 0, 0, 0.03), 0 8px 10px -5px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .flexit-container .flexit-item .flexit-inner-wrapper {
      height: 80px;
      width: 160px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .flexit-container .flexit-item .flexit-inner-wrapper img {
        height: auto;
        width: auto;
        max-width: 120px;
        max-height: 80px; }

/* -----  Block: Fullscreen image ------ */
.columns.fullscreen-image-slider {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  padding: 0; }

.column.fullscreen-image-slider {
  max-height: calc(100vh - 80px); }

.columns.fullscreen-image-slider:first-child {
  margin-top: 80px; }

.column.fullscreen-image-slider {
  /* -- Overlay -- */ }
  .column.fullscreen-image-slider .container {
    margin: 0 auto;
    max-width: 100%; }
  .column.fullscreen-image-slider .head-section {
    text-align: center;
    position: relative;
    height: 100%; }
  .column.fullscreen-image-slider .head-content {
    position: absolute;
    width: 100%;
    z-index: 1000;
    pointer-events: auto;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (max-width: 500px) {
    .column.fullscreen-image-slider .head-content {
      height: 250px; } }
  .column.fullscreen-image-slider .logo-on-img {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto; }
  .column.fullscreen-image-slider .li-content {
    position: absolute;
    width: 100%;
    z-index: 9999;
    pointer-events: auto;
    height: auto;
    top: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 150px;
    padding-left: 25px;
    padding-right: 25px; }
    @media only screen and (min-width: 768px) {
      .column.fullscreen-image-slider .li-content {
        top: 18%; } }
    .column.fullscreen-image-slider .li-content h1, .column.fullscreen-image-slider .li-content h2 {
      font-size: 38px;
      padding-bottom: 30px;
      font-weight: 100;
      line-height: 35px; }
      @media (min-width: 768px) {
        .column.fullscreen-image-slider .li-content h1, .column.fullscreen-image-slider .li-content h2 {
          font-size: 45px;
          line-height: 55px; } }
    .column.fullscreen-image-slider .li-content p, .column.fullscreen-image-slider .li-content h1, .column.fullscreen-image-slider .li-content h2 {
      font-weight: 100;
      line-height: 1.2em;
      max-width: 765px;
      color: #e3b161;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .column.fullscreen-image-slider .li-content p, .column.fullscreen-image-slider .li-content h1, .column.fullscreen-image-slider .li-content h2 {
          width: 80%; } }
      @media (min-width: 992px) {
        .column.fullscreen-image-slider .li-content p, .column.fullscreen-image-slider .li-content h1, .column.fullscreen-image-slider .li-content h2 {
          width: 50%; } }
      .column.fullscreen-image-slider .li-content p a, .column.fullscreen-image-slider .li-content h1 a, .column.fullscreen-image-slider .li-content h2 a {
        color: #e3b161;
        font-size: 15px;
        border-color: #e3b161; }
        @media (min-width: 768px) {
          .column.fullscreen-image-slider .li-content p a, .column.fullscreen-image-slider .li-content h1 a, .column.fullscreen-image-slider .li-content h2 a {
            font-size: 18px; } }
    .column.fullscreen-image-slider .li-content p {
      font-size: 28px;
      font-weight: 100; }
      @media (min-width: 768px) {
        .column.fullscreen-image-slider .li-content p {
          font-size: 25px; } }
  @media screen and (max-width: 500px) {
    .column.fullscreen-image-slider .li-content {
      margin-top: 130px; } }
  .column.fullscreen-image-slider .li-content .divider {
    border-top: 1px solid #e3b161;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .column.fullscreen-image-slider .head-content h1,
  .column.fullscreen-image-slider .head-content h2,
  .column.fullscreen-image-slider .head-content h3,
  .column.fullscreen-image-slider .head-content p,
  .column.fullscreen-image-slider .head-content a,
  .column.fullscreen-image-slider .head-content li {
    color: #e3b161; }
  .column.fullscreen-image-slider .head-content h1,
  .column.fullscreen-image-slider .head-content h2 {
    font-size: 70px;
    margin-bottom: 20px; }
  .column.fullscreen-image-slider .head-section .arrow {
    text-align: center;
    color: #e3b161;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    pointer-events: auto;
    z-index: 1001; }
  .column.fullscreen-image-slider .fullscreen-image div {
    position: absolute;
    width: 100%;
    min-height: 550px;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 1; }
  .column.fullscreen-image-slider .fullscreen-overlay {
    position: absolute;
    width: 100%;
    min-height: calc(100vh - 80px);
    top: 0;
    background: transparent;
    background-color: rgba(17, 16, 15, 0.3);
    pointer-events: none;
    z-index: 9998; }

/* ---- Section: fullimage slideshow ---- */
.fullimage-flexslider {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.fullimage-flexslider li {
  position: relative;
  pointer-events: auto; }

.fullimageslideshow-img {
  height: 100%; }

.fullimageslideshow-img section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 80px); }

@media screen and (max-width: 970px) {
  .fullimageslideshow .overlay {
    /*    background-color: rgba(0, 0, 0, 0.4);*/ } }

/* - Adjustments original flexslider-style - */
.fullimage-flexslider {
  margin-bottom: 0 !important; }

.fullimage-flexslider .slides > li {
  -webkit-backface-visibility: visible !important; }

.fullimage-flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 180;
  display: none; }

.flex-direction-nav a:before {
  margin-top: 5px; }

.fullimage-flexslider .flex-control-nav {
  display: none; }

.flex-direction-nav li .flex-prev {
  left: 15px;
  opacity: 1; }

.flex-direction-nav li .flex-next {
  right: 15px;
  opacity: 1; }

.flex-direction-nav a {
  text-shadow: none !important; }

/* - END: Adjustments original flexslider-style - */
.columns.feature-gallery {
  max-width: 100%;
  padding: 0;
  width: 100%;
  margin-bottom: 0; }

@media screen and (min-width: 992px) {
  .feature-gallery-wrapper {
    height: 50vw; } }

.feature-gallery-wrapper:after {
  content: '';
  display: table;
  clear: both; }

.feature-gallery-wrapper figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 1.5s ease;
  min-height: 300px; }

.feature-gallery-wrapper .overlay {
  background: rgba(54, 65, 65, 0.12);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.5s ease; }

.feature-gallery-left,
.feature-gallery-right {
  width: 100%;
  min-height: 100px;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .feature-gallery-left,
    .feature-gallery-right {
      width: 50%;
      float: left;
      height: 100%; } }

.feature-gallery-right {
  height: 170vw; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .feature-gallery-right {
      height: 60vw; } }
  @media screen and (min-width: 992px) {
    .feature-gallery-right {
      height: 100%; } }
  @media screen and (max-width: 768px) {
    .feature-gallery-right {
      min-height: 740px; } }
  @media screen and (max-width: 440px) {
    .feature-gallery-right {
      min-height: 770px; } }

.feature-gallery-block {
  overflow: hidden; }
  .feature-gallery-block:hover .overlay {
    background: rgba(0, 0, 0, 0.4); }
  .feature-gallery-block:hover figure {
    transform: scale(1.025); }

.feature-gallery-content {
  position: absolute;
  max-width: 500px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 25px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }
  .feature-gallery-content h2,
  .feature-gallery-content h3,
  .feature-gallery-content p {
    pointer-events: auto; }
  .feature-gallery-content p,
  .feature-gallery-content p a,
  .feature-gallery-content h3,
  .feature-gallery-content h3 a,
  .feature-gallery-content h2,
  .feature-gallery-content h2 > a {
    color: #e4eae7;
    margin-bottom: 0;
    cursor: pointer; }

.feature-gallery-primary-block {
  height: 100%;
  position: relative; }

.feature-gallery-top-block {
  height: 40%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-gallery-top-block {
      height: 50%; } }

.feature-gallery-bottom-block {
  height: 60%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .feature-gallery-bottom-block {
      height: 50%; } }

.feature-gallery-bottom-block-left,
.feature-gallery-bottom-block-right {
  width: 50%;
  height: 100%;
  float: left;
  position: relative; }
  @media screen and (max-width: 992px) {
    .feature-gallery-bottom-block-left,
    .feature-gallery-bottom-block-right {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    .feature-gallery-bottom-block-left,
    .feature-gallery-bottom-block-right {
      width: 100%;
      float: none;
      min-height: 200px;
      height: 50%; } }
  @media screen and (max-width: 440px) {
    .feature-gallery-bottom-block-left,
    .feature-gallery-bottom-block-right {
      height: 50%; } }

.feature-gallery-bottom-block-left {
  background: #34343b; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .three_speaker-box .speaker-box-wrapper {
    min-height: 440px; } }

.speaker-box-outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px; }

.speaker-box-wrapper {
  margin-right: 25px;
  margin-bottom: 25px;
  width: 33%;
  width: 100%;
  max-width: 350px;
  position: relative;
  min-height: 500px; }
  .speaker-box-wrapper:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 1149px) {
    .speaker-box-wrapper:nth-child(3n) {
      margin-right: 25px; }
    .speaker-box-wrapper:nth-child(2n) {
      margin-right: 0; } }
  @media only screen and (max-width: 774px) {
    .speaker-box-wrapper:nth-child(3n) {
      margin-right: 0; } }
  .speaker-box-wrapper h1,
  .speaker-box-wrapper h2,
  .speaker-box-wrapper h3,
  .speaker-box-wrapper p,
  .speaker-box-wrapper a,
  .speaker-box-wrapper li {
    color: #2e3632; }
  .speaker-box-wrapper img {
    position: absolute; }
  .speaker-box-wrapper .speaker-box-content {
    background-color: #e4eae7;
    text-align: center;
    padding: 5px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0; }
    .speaker-box-wrapper .speaker-box-content:before {
      font-family: 'FontAwesome';
      font-size: 25px;
      color: #2e3632;
      cursor: pointer; }
    .speaker-box-wrapper .speaker-box-content .speaker-name {
      padding-top: 10px; }
    .speaker-box-wrapper .speaker-box-content .speaker-title {
      text-transform: uppercase; }
  .speaker-box-wrapper .speaker-box-text {
    height: auto;
    min-height: 100px;
    overflow: hidden;
    text-align: left; }
  .speaker-box-wrapper .open {
    height: 600px;
    padding-top: 15px; }
    .speaker-box-wrapper .open:before {
      content: '\f107'; }
  .speaker-box-wrapper .collapsed .speaker-box-text {
    min-height: 0px;
    height: 0px; }
  .speaker-box-wrapper .collapsed:before {
    content: '\f106'; }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .speaker-box-wrapper .speaker-box-content {
      padding: 15px 20px; }
      .speaker-box-wrapper .speaker-box-content .speaker-name {
        padding-top: 5px; }
        .speaker-box-wrapper .speaker-box-content .speaker-name h3 {
          font-size: 25px;
          line-height: 33px; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .snippet_area_main > .three_speaker-box.columns > .column .open {
    height: 440px; }
    .snippet_area_main > .three_speaker-box.columns > .column .open .speaker-title {
      margin-bottom: 10px; }
    .snippet_area_main > .three_speaker-box.columns > .column .open .speaker-name {
      padding-top: 0; }
      .snippet_area_main > .three_speaker-box.columns > .column .open .speaker-name h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px; }
    .snippet_area_main > .three_speaker-box.columns > .column .open .text-medium p {
      font-size: 10px;
      line-height: 22px; } }

.columns.image-left-text-right {
  max-width: 100%;
  padding: 0; }

.image-left-text-right-content {
  padding: 60px 0 60px; }
  @media (min-width: 992px) {
    .image-left-text-right-content {
      padding-left: 50px;
      padding-right: 0;
      padding-bottom: 100px;
      padding-top: 100px; }
      .image-left-text-right-content .sf-btn {
        margin-top: 30px; } }
  .image-left-text-right-content .last-child {
    margin-bottom: 0; }
  .image-left-text-right-content .sf-btn {
    margin-bottom: 0; }

.image-left-text-right-photo {
  padding: 0; }
  @media (min-width: 768px) and (max-width: 992px) {
    .image-left-text-right-photo {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 992px) {
    .image-left-text-right-photo {
      position: absolute;
      left: 0;
      right: initial;
      top: 0;
      bottom: 0;
      padding: 0; } }
  .image-left-text-right-photo figure {
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vw;
    max-height: 500px; }
    @media (min-width: 992px) {
      .image-left-text-right-photo figure {
        width: 100%;
        height: 100%;
        max-height: 100%; } }

.columns.text-left-image-right {
  max-width: 100%;
  padding: 0; }

.text-left-image-right-content {
  padding: 60px 0 60px; }
  @media (min-width: 992px) {
    .text-left-image-right-content {
      padding-right: 50px;
      padding-top: 100px;
      padding-bottom: 100px; }
      .text-left-image-right-content .sf-btn {
        margin-top: 30px; } }
  .text-left-image-right-content .last-child {
    margin-bottom: 0; }
  .text-left-image-right-content .sf-btn {
    margin-bottom: 0; }

.text-left-image-right-photo {
  padding: 0; }
  @media (min-width: 768px) and (max-width: 992px) {
    .text-left-image-right-photo {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 992px) {
    .text-left-image-right-photo {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 0; } }
  .text-left-image-right-photo figure {
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vw;
    max-height: 500px; }
    @media (min-width: 992px) {
      .text-left-image-right-photo figure {
        width: 100%;
        height: 100%;
        max-height: 100%; } }

.schdule-timeline-item {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden; }
  .schdule-timeline-item:after {
    content: '';
    display: table;
    clear: both; }

.schdule-timeline-avatar {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .schdule-timeline-avatar {
      max-width: 75px;
      float: left; } }
  .schdule-timeline-avatar img {
    width: 75px;
    border-radius: 50%;
    border: 2px solid #d6d68;
    z-index: 999;
    position: relative; }
  .schdule-timeline-avatar:after {
    content: '';
    width: 4px;
    background-color: #aa8446;
    position: absolute;
    height: 100%;
    left: 37px; }

.schdule-timeline-content {
  margin-bottom: 60px;
  background-color: #d6d68;
  position: relative;
  padding-top: 5px;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .schdule-timeline-content {
      margin-bottom: 75px;
      max-width: calc(100% - 75px);
      float: left;
      padding-left: 30px;
      padding-top: 4px;
      background-color: transparent; } }
  .schdule-timeline-content .read-more {
    text-transform: uppercase;
    color: #aa8446;
    margin-top: -60px;
    padding-top: 60px;
    position: relative;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 95%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 95%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 95%, #ffffff 100%); }
  .schdule-timeline-content .read-less {
    text-transform: uppercase;
    color: #aa8446; }

.schdule-timeline-item:last-child .schdule-timeline-content {
  margin-bottom: 50px; }

.schdule-timeline-time {
  margin-bottom: 10px; }
  .schdule-timeline-time .time,
  .schdule-timeline-time .location {
    margin-bottom: 0;
    display: inline-block;
    color: rgba(13, 28, 48, 0.5); }
  .schdule-timeline-time .time {
    margin-right: 20px; }
    .schdule-timeline-time .time:before {
      content: '\f017';
      font-family: 'FontAwesome';
      padding-right: 5px;
      font-size: 13px; }
  .schdule-timeline-time .location:before {
    content: '\f124';
    font-family: 'FontAwesome';
    padding-right: 6px;
    font-size: 13px; }

.schdule-timeline-speaker {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .schdule-timeline-speaker {
      margin-top: 20px; } }
  .schdule-timeline-speaker .speaker-name,
  .schdule-timeline-speaker .speaker-title {
    margin-bottom: 0; }
  .schdule-timeline-speaker .speaker-title {
    text-transform: uppercase;
    color: rgba(13, 28, 48, 0.5); }

.page-54 .column.text {
  background: red; }

@media only screen and (max-width: 500px) {
  .columns.video-top .video-section .video-content {
    top: 70%; } }

.vivid-blog-post-wrapper,
.vivid-blog-wrapper {
  margin-top: 80px !important; }

.sf_add_snippet {
  margin-top: 150px; }

.snippet_area > .columns {
  margin-bottom: 3px; }

.shop_wrapper {
  margin-top: 110px; }

.wide_image_tall_with_text .wide_image .overlay {
  Opacity: 0;
  /* Remove these // on the line underneath to activate the line, you can then change the color of opacity */ }

@media screen and (min-width: 768px) {
  .wide-image-textblock-right-content {
    padding: 40px 30px; } }

.scrollto {
  border-top: 1px solid #000;
  width: 100%;
  height: 1px;
  border-color: transparent;
  overflow: hidden; }
  .scrollto.is-visible {
    height: auto;
    border-color: #000;
    overflow: visible; }

article .tag, .shop_wrapper section.products .product .overlay, .sf-product .overlay, .wide_image .overlay, .top_heading {
  background: transparent; }
