@charset "UTF-8";
/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-features .readmore {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #ffffff;
  height: 49px;
  padding: 0px 69px;
  display: inline-block;
  line-height: 49px;
  border-radius: 30px;
  margin: 17px 19px; }

.thim-sc-features .feature {
  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;
  margin-bottom: 50px; }

.thim-sc-features .media {
  min-width: 67px;
  text-align: center; }

.thim-sc-features .title {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-top: -5px;
  margin-bottom: 18px; }

.thim-sc-features .description {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #7e7e7e; }

.thim-sc-features .content {
  padding: 0px 30px; }

.thim-sc-features.style-2 .title {
  font-weight: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

.thim-sc-features.style-2 .description {
  font-size: 18px;
  line-height: 1.44em;
  letter-spacing: 0.5px; }

.thim-sc-features.style-2 .content {
  padding-left: 28px;
  padding-right: 0; }

.thim-sc-features.style-2 .feature {
  margin-bottom: 75px; }

.thim-sc-features.layout-2 {
  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;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: space-between; }
  .thim-sc-features.layout-2 .features {
    width: 70%;
    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;
    padding: 37px 50px;
    align-items: center; }
  .thim-sc-features.layout-2 .feature {
    margin-bottom: 0;
    align-items: center; }
  .thim-sc-features.layout-2 .title {
    margin-bottom: 0;
    margin-top: 0; }
  .thim-sc-features.layout-2 .readmore {
    background: transparent;
    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: 0;
    height: unset;
    line-height: unset;
    position: relative;
    z-index: 1;
    padding-left: 60px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    white-space: nowrap; }
    .thim-sc-features.layout-2 .readmore img {
      margin-right: 20px; }
    .thim-sc-features.layout-2 .readmore .btn-icon {
      margin-left: 43px;
      border-left: 1px solid rgba(255, 255, 255, 0.15); }
      .thim-sc-features.layout-2 .readmore .btn-icon:before {
        height: 40px;
        width: 103px;
        line-height: 40px;
        text-align: center;
        content: '';
        font-family: Ionicons;
        display: inline-block;
        font-size: 30px;
        -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-features.layout-2 .readmore:hover .btn-icon:before {
      animation: shake 2s; }
  .thim-sc-features.layout-2 .readmore:before {
    content: '';
    left: 0;
    right: -1000px;
    top: -500px;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
    height: 1000px;
    -webkit-transform: skew(-15deg, 0);
    -moz-transform: skew(-15deg, 0);
    -ms-transform: skew(-15deg, 0);
    -o-transform: skew(-15deg, 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-features.layout-2 .title {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px; }
  .thim-sc-features.layout-2 .content {
    padding: 0px 20px; }

.thim-sc-features .media-icon {
  width: 50px;
  height: 50px;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  min-width: 50px; }

.thim-sc-features.layout-3 {
  padding-top: 15px;
  padding-bottom: 15px; }
  .thim-sc-features.layout-3 .feature {
    margin-top: 15px;
    margin-bottom: 15px; }
  .thim-sc-features.layout-3 .title a,
  .thim-sc-features.layout-3 .title {
    font-size: 20px;
    color: #696969;
    font-weight: normal;
    line-height: 50px; }

@media (max-width: 1024px) {
  body.responsive .thim-sc-features.layout-3 .title {
    line-height: normal; } }

@media (max-width: 768px) {
  body.responsive .thim-sc-features.layout-3 .title a,
  body.responsive .thim-sc-features.layout-3 .title {
    font-size: 16px; } }
