@charset "UTF-8";
/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-video-box.layout-1 {
  padding: 174px 50px 205px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  text-align: center;
  }
  .thim-sc-video-box.layout-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .thim-sc-video-box.layout-1 .box-inner {
    position: relative;
    z-index: 1; }
  .thim-sc-video-box.layout-1 .subtitle {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    color: #fff;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .thim-sc-video-box.layout-1 .title {
    font-size: 48px;
    line-height: 1.6;
    letter-spacing: 1.9px;
    color: #fff;
    margin: 0 0 37px;
    text-transform: uppercase; }
  .thim-sc-video-box.layout-1 .video-button {
    display: inline-block; }
    .thim-sc-video-box.layout-1 .video-button a {
      margin: 0 15px;
      display: inline-block;
      text-transform: uppercase; }
    .thim-sc-video-box.layout-1 .video-button .contact-button {
      padding: 0 32px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      line-height: 40px;
      font-size: 14px;
      color: #fff; }
    .thim-sc-video-box.layout-1 .video-button .video-popup {
      color: #fff;
      line-height: 40px;
      padding: 0;
      font-size: 14px; }
      .thim-sc-video-box.layout-1 .video-button .video-popup i {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        line-height: 38px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 20px; }

.thim-sc-video-box.layout-2 .video-image {
  -webkit-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -khtml-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -moz-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -ms-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -o-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  position: relative;
  z-index: 2;
  margin-bottom: 56px; }

.thim-sc-video-box.layout-2 .video-popup {
  position: relative;
  width: 360px;
  margin-right: -254px;
  text-transform: uppercase;
  text-align: left;
  color: #FFF;
  padding: 43px 30px;
  z-index: 3; }

.thim-sc-video-box.layout-2 .title {
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.1px; }

.thim-sc-video-box.layout-2 .sub-title {
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-top: 6px; }

.thim-sc-video-box.layout-2 .video-popup span {
  display: block; }

.thim-sc-video-box.layout-2 .box-inner {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: end;
  align-items: center;
  flex-direction: row-reverse;
  margin: 30px 0px; }

.thim-sc-video-box.layout-2 .video-image:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #ebeced;
  -webkit-transform: translate(56px, 56px);
  -moz-transform: translate(56px, 56px);
  -ms-transform: translate(56px, 56px);
  -o-transform: translate(56px, 56px);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.thim-sc-video-box.layout-2 .video-popup:after {
  content: '';
  font-family: ionicons;
  font-size: 40px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  z-index: 1; }

.thim-sc-video-box.layout-2 .video-popup:hover:after {
  right: 20px; }

.thim-sc-video-box.layout-2 .box-inner:hover .video-image:after {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  z-index: 1;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px; }

.thim-sc-video-box.layout-3 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  text-align: center;
  -webkit-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -khtml-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -moz-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -ms-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -o-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1); }
  .thim-sc-video-box.layout-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-color: #363636; }
  .thim-sc-video-box.layout-3 .box-inner {
    position: relative;
    z-index: 1;
    padding: 152px 50px; }
  .thim-sc-video-box.layout-3 .video-button {
    display: inline-block; }
    .thim-sc-video-box.layout-3 .video-button a {
      display: inline-block;
      text-transform: uppercase; }
    .thim-sc-video-box.layout-3 .video-button .video-popup i {
      width: 124px;
      height: 124px;
      border: 5px solid rgba(255, 255, 255, 0.9);
      line-height: 114px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-size: 80px;
      font-weight: bold;
      text-align: center;
      color: rgba(255, 255, 255, 0.9);
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .thim-sc-video-box.layout-3 .video-button .video-popup i:before {
        margin-left: 15px; }

.thim-sc-video-box.layout-4 {
  padding: 266px 0px 192px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .thim-sc-video-box.layout-4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65); }
  .thim-sc-video-box.layout-4 .box-inner {
    position: relative;
    z-index: 1;
    width: 900px;
    max-width: 100%;
    padding: 55px; }
    .thim-sc-video-box.layout-4 .box-inner:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 8px solid;
      filter: alpha(opacity=25);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
      -webkit-opacity: 0.25;
      -khtml-opacity: 0.25;
      -moz-opacity: 0.25;
      -ms-opacity: 0.25;
      -o-opacity: 0.25;
      opacity: 0.25;
      z-index: -1;
      width: 384px;
      max-width: 100%;
      margin: auto;
      -webkit-transition: all 0.6s;
      -khtml-transition: all 0.6s;
      -moz-transition: all 0.6s;
      -ms-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      border-color: #c19b76; }
    .thim-sc-video-box.layout-4 .box-inner:hover:before {
      -webkit-transform: scale(1.1, 1.1);
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1); }
  .thim-sc-video-box.layout-4 .logo-image {
    margin-bottom: 27px; }
  .thim-sc-video-box.layout-4 .title {
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 2.5px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 37px; }
  .thim-sc-video-box.layout-4 .video-button {
    display: inline-block; }
    .thim-sc-video-box.layout-4 .video-button a {
      margin: 0 15px;
      display: inline-block;
      text-transform: uppercase; }
      .thim-sc-video-box.layout-4 .video-button a:focus, .thim-sc-video-box.layout-4 .video-button a:active, .thim-sc-video-box.layout-4 .video-button a:hover {
        color: #FFF; }
    .thim-sc-video-box.layout-4 .video-button .video-popup {
      line-height: 40px;
      padding: 0;
      font-size: 18px;
      font-weight: normal; }
      .thim-sc-video-box.layout-4 .video-button .video-popup i {
        width: 36px;
        height: 36px;
        border: 1px solid;
        line-height: 34px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin-right: 7px;
        font-size: 20px;
        font-weight: bold; }
        .thim-sc-video-box.layout-4 .video-button .video-popup i:before {
          position: relative;
          left: 1px; }

.thim-sc-video-box .mejs-overlay-button {
  height: 60px;
  width: 60px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  cursor: pointer;
  outline: none;
  position: relative;
  text-align: center;
  line-height: 43px;
  font-size: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  justify-content: center; }
  .thim-sc-video-box .mejs-overlay-button:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: Ionicons;
    color: #FFF;
    margin-top: 8px; }

.thim-sc-video-box .mejs-controls {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.thim-sc-video-box .mejs-container:hover .mejs-overlay-button {
  background: rgba(0, 0, 0, 0.8); }

.thim-sc-video-box .mejs-poster {
  max-width: 100%; }

.thim-sc-video-box .mejs-overlay {
  max-width: 100%; }

.thim-sc-video-box iframe {
  max-width: 100%; }

.thim-sc-video-box .mejs-overlay-play:before {
  content: '';
  background: #000;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.thim-sc-video-box .video-layer {
  overflow: hidden; }

.thim-margin-top {
  margin-top: -390px; }

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }
