/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-box-action {
  position: relative;
  padding: 80px 30px 103px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  color: #cccccc; }
  .thim-box-action:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    filter: alpha(opacity=75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    -webkit-opacity: 0.75;
    -khtml-opacity: 0.75;
    -moz-opacity: 0.75;
    -ms-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    z-index: -1; }
  .thim-box-action .title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 2.2px;
    color: #ffffff;
    margin: 0; }
  .thim-box-action .des {
    width: 550px;
    max-width: 100%;
    margin: auto; }
  .thim-box-action .button {
    margin-top: 41px;
    height: 50px;
    padding: 0 69px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #fff;
    line-height: 48px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #ffffff;
    background: transparent; }
  .thim-box-action.box-left {
    text-align: left; }
  .thim-box-action.box-right {
    text-align: right; }
  .thim-box-action.layout-2 {
    background-color: #f3f2f7;
    padding: 47px 30px 30px;
    min-height: 236px; }
    .thim-box-action.layout-2:before {
      display: none; }
    .thim-box-action.layout-2 .title {
      font-size: 24px;
      font-weight: 500;
      line-height: 30px;
      letter-spacing: 0.5px;
      color: #333333;
      margin-bottom: 6px; }
    .thim-box-action.layout-2 .des {
      font-size: 18px;
      color: #737373; }
    .thim-box-action.layout-2 .button {
      margin-top: 23px;
      height: 36px;
      padding: 0 35px;
      display: inline-block;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      border: 1px solid #7e7e7e;
      line-height: 32px;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.8px;
      color: #7e7e7e; }
      .thim-box-action.layout-2 .button:hover {
        color: #fff;
        border-color: transparent; }
  .thim-box-action.layout-3 {
    background-color: #fff;
    max-width: 1130px;
    text-align: left;
    margin: 0 auto;
    padding: 43px 110px;
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #999;
    -webkit-box-shadow: 0px 12px 23.52px 0.48px rgba(0, 0, 0, 0.12);
    -khtml-box-shadow: 0px 12px 23.52px 0.48px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 12px 23.52px 0.48px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 12px 23.52px 0.48px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 12px 23.52px 0.48px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 12px 23.52px 0.48px rgba(0, 0, 0, 0.12); }
    .thim-box-action.layout-3:before {
      display: none; }
    .thim-box-action.layout-3 .title {
      font-size: 38px;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 1.63; }
    .thim-box-action.layout-3 .box-left {
      width: 50%;
      padding: 25px 90px 22px; }
    .thim-box-action.layout-3 .box-right {
      width: 50%;
      padding: 25px 90px 22px; }
      .thim-box-action.layout-3 .box-right .button {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        height: 50px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        background-color: transparent;
        border: solid 1px #f5330c;
        padding: 0 47px; }
        .thim-box-action.layout-3 .box-right .button:hover {
          color: #fff; }
      .thim-box-action.layout-3 .box-right .button-info {
        margin-bottom: 10px; }
    .thim-box-action.layout-3 .label {
      position: absolute;
      left: 50%;
      top: 43px;
      bottom: 43px;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      overflow: hidden;
      display: flex;
      align-items: center; }
      .thim-box-action.layout-3 .label:before {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        border: 1px dashed rgba(153, 153, 153, 0.3);
        -webkit-transform: scale(1, 1.5);
        -moz-transform: scale(1, 1.5);
        -ms-transform: scale(1, 1.5);
        -o-transform: scale(1, 1.5); }
      .thim-box-action.layout-3 .label span {
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.3px;
        color: #999;
        text-align: center;
        min-width: 40px;
        height: 40px;
        line-height: 38px;
        background-color: #fff;
        border: solid 1px #e0e0e0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative; }
  .thim-box-action.layout-4 {
    padding: 0;
    margin-top: 114px;
    margin-left: 66px;
    margin-right: 66px; }
    .thim-box-action.layout-4 .inner-box {
      width: 398px;
      height: 521px;
      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: center;
      align-items: flex-end; }
      .thim-box-action.layout-4 .inner-box:hover {
        background-color: rgba(0, 0, 0, 0.2); }
    .thim-box-action.layout-4 .img-media {
      position: relative;
      bottom: -5px; }
    .thim-box-action.layout-4 .content-box {
      position: absolute;
      bottom: 64px;
      left: 113px;
      z-index: 9;
      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;
      flex-direction: row-reverse; }
    .thim-box-action.layout-4:before {
      display: none; }
    .thim-box-action.layout-4 .button {
      margin-top: 0;
      height: 53px;
      padding: 19px 40px;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      line-height: normal;
      letter-spacing: 0.5px;
      position: relative;
      z-index: 1;
      font-weight: bold; }
      .thim-box-action.layout-4 .button:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: skew(30deg, 0);
        -moz-transform: skew(30deg, 0);
        -ms-transform: skew(30deg, 0);
        -o-transform: skew(30deg, 0);
        z-index: -1;
        transition: all 0.3s; }
      .thim-box-action.layout-4 .button:hover {
        background: transparent; }
        .thim-box-action.layout-4 .button:hover:before {
          background-color: rgba(0, 0, 0, 0.2);
          color: #FFF; }
    .thim-box-action.layout-4 .title {
      margin-top: 0;
      height: 53px;
      padding: 19px 32px;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      line-height: normal;
      letter-spacing: 0.5px;
      position: relative;
      z-index: 1;
      font-size: 18px;
      text-transform: uppercase;
      color: #000;
      min-width: 214px;
      text-align: center;
      font-weight: bold; }
      .thim-box-action.layout-4 .title:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: skew(30deg, 0);
        -moz-transform: skew(30deg, 0);
        -ms-transform: skew(30deg, 0);
        -o-transform: skew(30deg, 0);
        z-index: -1; }
    .thim-box-action.layout-4.box-right {
      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: flex-end; }
      .thim-box-action.layout-4.box-right .content-box {
        flex-direction: row;
        left: unset;
        right: 113px; }
      .thim-box-action.layout-4.box-right .title:before,
      .thim-box-action.layout-4.box-right .button:before {
        -webkit-transform: skew(-30deg, 0);
        -moz-transform: skew(-30deg, 0);
        -ms-transform: skew(-30deg, 0);
        -o-transform: skew(-30deg, 0); }
    .thim-box-action.layout-4.box-center .inner-box {
      margin: 0 auto; }
    .thim-box-action.layout-4.box-center .content-box {
      left: 0;
      right: 0;
      justify-content: center; }
  .thim-box-action.layout-5 {
    background: transparent;
    padding: 64px 0px 64px;
    margin-top: 68px; }
    .thim-box-action.layout-5:before {
      transform: skew(-23deg, 0);
      right: 308px;
      left: -308px;
      background: #363636;
      opacity: 0.5;
      top: -68px;
      height: auto;
      bottom: 50px; }
    .thim-box-action.layout-5:after {
      content: '';
      left: 308px;
      right: -308px;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: -1;
      -webkit-transform: skew(-23deg, 0);
      -moz-transform: skew(-23deg, 0);
      -ms-transform: skew(-23deg, 0);
      -o-transform: skew(-23deg, 0); }
    .thim-box-action.layout-5 .title {
      font-size: 36px;
      line-height: 1.44em;
      letter-spacing: 1.1px;
      color: #000;
      width: 700px;
      max-width: 100%;
      display: inline-flex;
      text-align: initial;
      padding-top: 10px; }
    .thim-box-action.layout-5 .content-box {
      width: 1010px;
      max-width: 100%;
      margin: auto;
      justify-content: space-between;
      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; }
    .thim-box-action.layout-5 .button {
      font-size: 16px;
      letter-spacing: 0.5px;
      color: #000;
      border: 2px solid #000;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0 46px;
      line-height: 68px;
      height: 68px;
      font-weight: normal;
      margin: 0; }
      .thim-box-action.layout-5 .button:hover {
        background: #000;
        border-color: #000;
        color: #FFF; }
  .thim-box-action.layout-6 {
    padding: 0; }
    .thim-box-action.layout-6 img {
      width: 100%; }
    .thim-box-action.layout-6 .more-link {
      position: relative;
      display: block;
      -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-box-action.layout-6 .more-link:before, .thim-box-action.layout-6 .more-link:after {
        content: " ";
        display: table; }
      .thim-box-action.layout-6 .more-link:after {
        clear: both; }
      .thim-box-action.layout-6 .more-link .title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.9);
        margin: 15px;
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 0.5px;
        text-align: center;
        color: #18263d;
        font-weight: 400;
        text-transform: uppercase;
        padding: 16px 22px;
        -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-box-action.layout-6 .more-link:hover {
        box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1); }
        .thim-box-action.layout-6 .more-link:hover .title {
          background: rgba(0, 168, 223, 0.9);
          color: #FFF; }
  .thim-box-action.layout-7 {
    padding: 0; }
    .thim-box-action.layout-7 .inner-box {
      display: flex; }
    .thim-box-action.layout-7:before {
      display: none; }
    .thim-box-action.layout-7 .media-box {
      position: relative; }
    .thim-box-action.layout-7 .media-box:before {
      content: '';
      right: -15px;
      left: -1000px;
      bottom: 0;
      height: 193px;
      display: block;
      position: absolute;
      z-index: -1;
      -webkit-transform: skew(25deg, 0);
      -moz-transform: skew(25deg, 0);
      -ms-transform: skew(25deg, 0);
      -o-transform: skew(25deg, 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-box-action.layout-7 .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;
      flex-direction: column;
      justify-content: center;
      padding: 0px 105px;
      align-items: flex-start; }
    .thim-box-action.layout-7 .title {
      font-size: 50px;
      line-height: 1.3em;
      letter-spacing: 2.5px;
      font-weight: 600;
      margin-top: 10px; }
    .thim-box-action.layout-7 .description {
      font-size: 30px;
      line-height: 30px; }
    .thim-box-action.layout-7 .readmore {
      font-size: 16px;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      font-weight: 500;
      border: 1px solid #cfcfd0;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      height: 45px;
      line-height: 44px;
      padding: 0px 39px;
      margin-top: 25px; }
      .thim-box-action.layout-7 .readmore:hover {
        color: #FFF; }
  .thim-box-action.layout-8 {
    text-align: inherit;
    padding: 71px 0px 86px; }
    .thim-box-action.layout-8:before {
      display: none; }
    .thim-box-action.layout-8 .inner-action {
      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: space-between;
      align-items: center;
      flex-direction: row; }
    .thim-box-action.layout-8 .content-text .title {
      font-size: 38px;
      font-weight: 500;
      letter-spacing: 1.1px;
      line-height: 1.37em; }
    .thim-box-action.layout-8 .content-text .description {
      font-size: 22px;
      font-weight: 300;
      line-height: normal;
      color: #FFF;
      letter-spacing: 0.7px;
      margin-top: 5px; }
    .thim-box-action.layout-8 .readmore {
      margin-top: 15px;
      border: 1px solid #fff;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      font-size: 16px;
      color: #FFF;
      font-weight: 500;
      height: 65px;
      line-height: 64px;
      padding: 0px 42px; }
      .thim-box-action.layout-8 .readmore:hover {
        background-color: #FFF; }
