/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-highlight.default {
  display: flex;
  justify-content: center;
  padding-top: 288px;
  background-size: contain;
  background-repeat: no-repeat; }
  .thim-sc-highlight.default .slide-image-wrap {
    width: 790px;
    max-width: 100%; }
  .thim-sc-highlight.default .left-content {
    overflow: hidden;
    width: 790px;
    max-width: 100%; }
  .thim-sc-highlight.default .right-content {
    width: calc(50% + 30px);
    flex-shrink: 0; }
  .thim-sc-highlight.default .slick-track {
    margin: 0; }
  .thim-sc-highlight.default #storeSlider img:not(:first-child) {
    opacity: 0;
    visibility: hidden;
    transition: all .3s; }
  .thim-sc-highlight.default #textNav {
    margin-bottom: 24px; }
    .thim-sc-highlight.default #textNav .slick-list {
      padding: 0 !important;
      overflow: unset; }
  .thim-sc-highlight.default ul#description {
    list-style: none;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .4px;
    font-weight: 300;
    color: #737373; }
    .thim-sc-highlight.default ul#description li.item:not(:first-child) {
      display: none; }
    .thim-sc-highlight.default ul#description li.item p {
      max-width: 556px;
      margin-bottom: 72px; }
  .thim-sc-highlight.default .media-box {
    width: 53%; }
  .thim-sc-highlight.default .content-box {
    width: 47%;
    padding-top: 75px; }
  .thim-sc-highlight.default .inner-box {
    display: flex;
    padding-bottom: 0;
    padding-top: 288px;
    margin-left: -125px; }
  .thim-sc-highlight.default .sub-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #737373;
    text-transform: uppercase;
    margin-bottom: 28px;
    margin-top: 77px; }
  .thim-sc-highlight.default .title {
    margin-bottom: 2px;
    font-size: 54px;
    font-weight: bold;
    line-height: 1.48em;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    position: relative;
    width: 100% !important;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .thim-sc-highlight.default .title:before {
      content: '';
      width: 70px;
      height: 2px;
      position: absolute;
      left: -125px;
      top: 44px;
      display: block;
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .thim-sc-highlight.default .description {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.4px;
    color: #737373;
    margin-bottom: 72px; }
  .thim-sc-highlight.default .readmore {
    height: 49px;
    line-height: 49px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0 50px;
    display: inline-block; }

.thim-sc-highlight.layout-2:hover .media-box img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05); }

.thim-sc-highlight.layout-2 .media-box {
  position: relative;
  overflow: hidden; }
  .thim-sc-highlight.layout-2 .media-box img {
    -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-highlight.layout-2 .content-box {
  background: #efefef;
  padding: 126px 90px 90px; }
  .thim-sc-highlight.layout-2 .content-box .body-box {
    width: 487px;
    max-width: 100%; }
  .thim-sc-highlight.layout-2 .content-box > * {
    position: relative;
    z-index: 2; }

.thim-sc-highlight.layout-2 .content-box:before {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, #c19b76, #efefef);
  border-image-slice: 1;
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 0px;
  width: 770px;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  -webkit-transform: translate(-60px, 0);
  -moz-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  -o-transform: translate(-60px, 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;
  z-index: 1; }

.thim-sc-highlight.layout-2 .header-box {
  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;
  align-items: center;
  margin-bottom: 22px; }

.thim-sc-highlight.layout-2 .sub-title {
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 400; }

.thim-sc-highlight.layout-2 .title {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 0;
  line-height: 44px; }

.thim-sc-highlight.layout-2 .icon-image {
  margin-right: 30px; }

.thim-sc-highlight.layout-2 .alignment-right {
  flex-direction: row-reverse; }
  .thim-sc-highlight.layout-2 .alignment-right .content-box {
    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;
    text-align: right;
    align-items: flex-end;
    flex-direction: column; }
  .thim-sc-highlight.layout-2 .alignment-right .content-box:before {
    left: unset;
    right: 0;
    transform: translate(60px, 0);
    border-image-source: linear-gradient(to right, #efefef, #c19b76); }
  .thim-sc-highlight.layout-2 .alignment-right .header-box {
    flex-direction: row-reverse; }
  .thim-sc-highlight.layout-2 .alignment-right .icon-image {
    margin-right: 0;
    margin-left: 30px; }

@media (max-width: 1440px) {
  .responsive .thim-sc-highlight.default {
    padding-top: 78px; }
    .responsive .thim-sc-highlight.default .left-content {
      width: 50%;
      padding-right: 30px; }
    .responsive .thim-sc-highlight.default .slide-image-wrap {
      width: 690px; }
    .responsive .thim-sc-highlight.default #storeSlider {
      padding-right: 0; }
    .responsive .thim-sc-highlight.default .title:before {
      left: -90px; } }

@media (max-width: 1366px) {
  .responsive .thim-sc-highlight.default .slide-image-wrap {
    width: 630px; } }

@media (max-width: 1366px) {
  .responsive .thim-sc-highlight.default .slide-image-wrap {
    width: 600px; } }

@media (max-width: 1024px) {
  .responsive .thim-sc-highlight.default .slide-image-wrap {
    width: 500px; }
  .responsive .thim-sc-highlight.default .right-content,
  .responsive .thim-sc-highlight.default .left-content {
    width: 100%;
    padding: 0px 30px; }
  .responsive .thim-sc-highlight.default ul#description li.item p {
    max-width: 100%; } }

@media (max-width: 768px) {
  .responsive .thim-sc-highlight.default .sub-title {
    margin-top: 20px;
    margin-bottom: 20px; }
  .responsive .thim-sc-highlight.default .left-content {
    display: none;
    visibility: hidden; } }
