div.home-image-left, .image-left {
  text-align: center; }

.list-image-static a {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .list-image-static a:before {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    width: 50%;
    z-index: 99; }
  .list-image-static a:hover:before {
    animation: shine 1s;
    -moz-animation: shine 1s;
    -webkit-animation: shine 1s; }
@-webkit-keyframes shine {
  from {
    left: -75%; }
  to {
    left: 100%; } }
@-moz-keyframes shine {
  from {
    left: -75%; }
  to {
    left: 100%; } }
@keyframes shine {
  from {
    left: -75%; }
  to {
    left: 100%; } }
.contact-html {
  color: #747474;
  font-size: 12px;
  padding: 0;
  margin: 0 -15px;
  line-height: 40px; }

.text-message {
  color: #575757;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 0;
  margin: 0 -15px;
  font-style: italic;
  line-height: 40px; }

.find-our {
  color: #747474;
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  margin: 0 -15px;
  line-height: 40px; }

.banner {
  padding-bottom: 80px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  direction: ltr; }
  .banner h3 {
    font-size: 30px;
    font-style: italic;
    text-align: center;
    text-transform: capitalize;
    color: #1b1b1b;
    margin: 30px 0 35px;
    direction: ltr; }
  .banner a {
    position: relative;
    display: block; }
    .banner a:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background: #fff;
      opacity: 0;
      filter: "alpha(opacity=0)";
      -ms-filter: "alpha(opacity=0)";
      transition: 0.3s all ease 0s; }
    .banner a:hover:after {
      opacity: 0.35;
      filter: "alpha(opacity=35)";
      -ms-filter: "alpha(opacity=35)"; }
  .banner ul .item {
    position: relative; }
  .banner ul li.item-first {
    width: 31.7%;
    padding: 0;
    margin-right: 2.45%; }
  .banner ul li.item-center {
    width: 31.7%;
    padding: 0;
    margin-right: 2.45%; }
    .banner ul li.item-center .text {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      padding: 14% 13%;
      background: rgba(0, 0, 0, 0.3);
      text-align: center; }
      .banner ul li.item-center .text h5 {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
      .banner ul li.item-center .text h4 {
        color: #fff;
        font-size: 36px;
        text-transform: uppercase;
        font-style: normal;
        letter-spacing: 2px;
        font-weight: 300;
        margin: 30px 0;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
        .banner ul li.item-center .text h4 strong {
          display: block;
          font-weight: normal;
          margin-top: 6px; }
      .banner ul li.item-center .text h6 {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 50px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
      .banner ul li.item-center .text .shop-now {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        padding: 9px 40px;
        border: 1px solid #fff;
        font-size: 12px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
    .banner ul li.item-center:hover {
      cursor: pointer; }
      .banner ul li.item-center:hover .list-image-static a:before {
        animation: shine 1s;
        -moz-animation: shine 1s;
        -webkit-animation: shine 1s; }
  .banner ul li.item-last {
    width: 31.7%;
    margin-right: 0;
    padding: 0; }
  .banner ul li.item-first .text, .banner ul li.item-last .text {
    position: relative;
    display: block;
    text-align: center; }
    .banner ul li.item-first .text .des, .banner ul li.item-last .text .des {
      background: #fff none repeat scroll 0 0;
      margin: -43px 14% 0;
      padding: 13px 20px 1px; }
      .banner ul li.item-first .text .des h4, .banner ul li.item-last .text .des h4 {
        color: #202020;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }
      .banner ul li.item-first .text .des p, .banner ul li.item-last .text .des p {
        margin-bottom: 18px; }
      .banner ul li.item-first .text .des .shop-now, .banner ul li.item-last .text .des .shop-now {
        color: #393939;
        display: inline-block;
        padding: 5px 30px;
        font-size: 12px;
        border: 1px solid #363636;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s; }

.banner-video {
  margin-bottom: 60px;
  position: relative; }
  .banner-video #thumnail {
    position: relative;
    z-index: 9; }
    .banner-video #thumnail .image-thumnail {
      height: 400px; }
      .banner-video #thumnail .image-thumnail img {
        height: 100%; }
    .banner-video #thumnail #des {
      height: 100%;
      padding: 7.5% 30px 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%;
      z-index: 9; }
      .banner-video #thumnail #des h3 {
        color: #fff;
        font-size: 60px;
        font-style: italic;
        text-transform: capitalize;
        margin-bottom: 20px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s; }
      .banner-video #thumnail #des p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 60px;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s; }
      .banner-video #thumnail #des .button-video {
        transition: 0.3s all ease 0s;
        display: inline-block; }
        .banner-video #thumnail #des .button-video:before {
          content: "\f0da";
          font-family: fontawesome;
          display: inline-block;
          font-size: 30px;
          color: #54593d;
          height: 45px;
          width: 45px;
          border-radius: 50%;
          background: #fff;
          text-align: center;
          line-height: 45px;
          cursor: pointer;
          padding-left: 5px; }
    .banner-video #thumnail.close-thumnail {
      transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transition: all 0.5s ease 0s;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s; }
  .banner-video #video {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }

div.explore_more {
  padding: 0;
  border: none;
  margin-left: -15px; }
  div.explore_more h3.title_block {
    font-size: 28px;
    border: none;
    padding: 0;
    text-align: center;
    letter-spacing: 3px; }
  div.explore_more h4.subtitle {
    text-transform: uppercase;
    text-align: center;
    color: #9a9a9a;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 40px; }
    div.explore_more h4.subtitle span {
      width: 370px;
      position: relative;
      display: inline-block; }
      div.explore_more h4.subtitle span:after {
        width: 100%;
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        bottom: 3px;
        z-index: 1;
        left: 0;
        content: "";
        display: block; }
      div.explore_more h4.subtitle span span {
        width: auto;
        padding: 0 20px;
        background: #fff;
        z-index: 2; }
        div.explore_more h4.subtitle span span:after {
          display: none; }
  div.explore_more .explore {
    overflow: hidden; }
    div.explore_more .explore .item {
      float: left;
      width: 100%;
      overflow: hidden;
      margin-bottom: 14px;
      border-bottom: 1px solid #d3d3d3;
      padding-bottom: 9px; }
      div.explore_more .explore .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      div.explore_more .explore .item .image {
        width: 50%;
        position: relative; }
        div.explore_more .explore .item .image a {
          position: relative;
          display: block; }
      div.explore_more .explore .item .text {
        width: 50%;
        padding: 15px 30px;
        text-align: center; }
        div.explore_more .explore .item .text .origin {
          color: #454545; }
        div.explore_more .explore .item .text .title {
          margin-bottom: 10px;
          line-height: 33px;
          margin-top: 5px; }
          div.explore_more .explore .item .text .title h5 {
            margin: 0; }
          div.explore_more .explore .item .text .title a {
            color: #0e0e0e;
            font-size: 30px;
            text-transform: capitalize;
            font-weight: 300;
            font-style: italic; }
            div.explore_more .explore .item .text .title a .down {
              font-weight: 300;
              display: block; }
        div.explore_more .explore .item .text .more {
          display: inline-block;
          color: #1e1e1e;
          text-transform: capitalize;
          padding: 5px 20px;
          position: relative; }
          div.explore_more .explore .item .text .more:after {
            content: "\f101";
            position: absolute;
            right: 0;
            top: 5px;
            font-size: 14px;
            font-family: fontawesome; }
      div.explore_more .explore .item.odd .image {
        float: left; }
      div.explore_more .explore .item.odd .text {
        float: right; }
      div.explore_more .explore .item.even .image {
        float: right;
        text-align: right; }
      div.explore_more .explore .item.even .text {
        float: left; }

.header_v2 .text-message, .header_v4 .text-message {
  text-transform: uppercase;
  font-style: normal;
  color: #232323;
  font-size: 12px; }

div.banner10 a.img {
  position: relative;
  display: block; }
  div.banner10 a.img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
    transition: 0.3s all ease 0s; }
  div.banner10 a.img:hover:after {
    opacity: 0.2;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"; }

.ps-spotlight5, .ps-spotlight9, .ps-spotlight7 {
  margin: 0;
  text-align: center; }
  .ps-spotlight5 h3.title_block, .ps-spotlight9 h3.title_block, .ps-spotlight7 h3.title_block {
    display: inline-block;
    font-style: italic;
    color: #252525;
    padding: 0 35px;
    position: relative; }
    .ps-spotlight5 h3.title_block:before, .ps-spotlight5 h3.title_block:after, .ps-spotlight9 h3.title_block:before, .ps-spotlight9 h3.title_block:after, .ps-spotlight7 h3.title_block:before, .ps-spotlight7 h3.title_block:after {
      content: "x";
      font-size: 24px;
      position: absolute;
      top: 4px;
      font-style: normal;
      font-weight: 300; }
    .ps-spotlight5 h3.title_block:before, .ps-spotlight9 h3.title_block:before, .ps-spotlight7 h3.title_block:before {
      left: 0;
      right: auto; }
    .ps-spotlight5 h3.title_block:after, .ps-spotlight9 h3.title_block:after, .ps-spotlight7 h3.title_block:after {
      right: 0;
      left: auto; }
  .ps-spotlight5 div.banner2 ul li, .ps-spotlight9 div.banner2 ul li, .ps-spotlight7 div.banner2 ul li {
    margin-bottom: 30px; }

.ps-spotlight5 {
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0 50px; }
  .ps-spotlight5 h3.title_block {
    margin: 45px 0 42px;
    font-size: 28px; }

.ps-spotlight9 {
  padding: 0 0 50px; }
  .ps-spotlight9 h3.title_block {
    margin: 20px 0 7px;
    font-size: 30px; }
  .ps-spotlight9 h4.subtitle {
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
    font-style: italic; }

.ps-spotlight7 {
  text-align: center; }
  .ps-spotlight7 h3.title_block {
    display: inline-block;
    font-style: italic;
    color: #252525;
    font-size: 28px;
    padding: 0 35px;
    position: relative;
    margin: 19px 0 33px; }
    .ps-spotlight7 h3.title_block strong {
      font-weight: 300;
      position: relative;
      padding: 0 0 0 40px; }
      .ps-spotlight7 h3.title_block strong:before {
        content: "\f02b";
        font-family: fontawesome;
        font-size: 28px;
        position: absolute;
        top: 4px;
        left: 0;
        font-style: normal; }
  .ps-spotlight7 div.banner5 ul li {
    padding: 15px; }

div.banner3 {
  margin-bottom: 30px; }

div.banner4 {
  margin-bottom: 55px; }

.content_v4 div.banner4 {
  margin-bottom: 85px; }

div.banner5 {
  border-top: 1px solid #e1e1e1;
  padding-bottom: 65px; }

div.banner7 {
  margin-bottom: 40px; }

div.banner8 {
  margin-bottom: 25px; }

.text-message {
  line-height: 40px; }

div.testimonial {
  clear: both;
  margin-bottom: 32px; }
  div.testimonial h3.title_block {
    padding: 20px;
    color: #1b1b1b;
    background: #e1e1e1;
    font-style: italic;
    margin: 0; }
  div.testimonial .content .image {
    text-align: center; }
    div.testimonial .content .image a {
      display: block; }
    div.testimonial .content .image img {
      border-radius: 50%;
      display: inline-block; }
  div.testimonial .content .text {
    padding: 10px 20px 15px;
    text-align: center; }
    div.testimonial .content .text p {
      font-size: 12px;
      color: #262e31; }
    div.testimonial .content .text h4.client-name {
      font-size: 20px;
      color: #262e31;
      font-style: italic;
      margin-bottom: 20px; }
  div.testimonial .bx-wrapper {
    border: 1px solid #e1e1e1;
    padding: 40px 0 30px; }
  div.testimonial .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: -43px;
    margin: 0 20px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    opacity: 0.5;
    background: #252525;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s; }
    div.testimonial .bx-wrapper .bx-controls-direction a:before {
      font-family: fontawesome;
      color: #b5b5b5;
      font-size: 10px;
      line-height: 20px; }
    div.testimonial .bx-wrapper .bx-controls-direction a:hover {
      opacity: 1; }
  div.testimonial .bx-next {
    right: 0;
    top: 0; }
    div.testimonial .bx-next:before {
      content: "\f105"; }
  div.testimonial .bx-prev {
    left: auto;
    right: 25px; }
    div.testimonial .bx-prev:before {
      content: "\f104"; }
  div.testimonial .bx-wrapper .bx-controls-direction a.disabled {
    display: block; }

.content_v3 .banner-video {
  margin-bottom: 30px; }
  .content_v3 .banner-video #thumnail .image-thumnail {
    height: 410px; }
    .content_v3 .banner-video #thumnail .image-thumnail img {
      height: 100%; }

.ps-spotlight10 {
  overflow: hidden; }

div.banner9 {
  overflow: hidden;
  margin: 0 -1px 45px; }
  div.banner9 .item {
    padding: 0; }
  div.banner9 .content {
    position: relative;
    display: inline-block; }
    div.banner9 .content:before {
      content: "";
      background: rgba(0, 0, 0, 0.5);
      transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      opacity: 1;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1); }
    div.banner9 .content:hover {
      cursor: pointer; }
      div.banner9 .content:hover:before, div.banner9 .content:hover span.one {
        transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        z-index: -1;
        opacity: 0; }
      div.banner9 .content:hover .now {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1); }
  div.banner9 a.img img {
    width: 100%; }
  div.banner9 a.img span.one {
    display: inline-block;
    position: absolute;
    z-index: 9;
    opacity: 1;
    left: 0;
    background: url("../../../../../img/icon/x.png") no-repeat top 0 center;
    width: 100%;
    top: 35%;
    text-align: center;
    font-style: italic;
    padding: 30px 0;
    line-height: 60px;
    font-size: 46px;
    color: #fff;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; }
  div.banner9 .now {
    position: absolute;
    color: #fff;
    top: 45%;
    width: 100%;
    text-align: center;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; }
    div.banner9 .now a {
      border: none;
      background: #252525;
      padding: 18px 45px;
      font-size: 18px;
      color: #fff;
      text-transform: capitalize;
      font-weight: 300;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      position: relative;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      div.banner9 .now a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -o-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      div.banner9 .now a:hover:before {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }

div.banner10 {
  margin-bottom: 45px; }
  div.banner10 ul li a {
    display: block; }
    div.banner10 ul li a.first {
      margin-bottom: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  div.explore_more .explore .item .text {
    padding: 0 30px; }
    div.explore_more .explore .item .text .title {
      margin-bottom: 10px; }
    div.explore_more .explore .item .text .desc {
      margin-bottom: 15px; }

  .banner ul li.item-center .text {
    padding: 3%; }

  div.testimonial h3.title_block {
    font-size: 18px; } }
@media (max-width: 991px) {
  .banner2 {
    display: none; } }
@media (min-width: 767px) and (max-width: 991px) {
  div.explore_more .explore .item:last-child {
    display: none; }
  div.explore_more .explore .item .text {
    padding: 10px; }
    div.explore_more .explore .item .text .title {
      margin-bottom: 8px; }
      div.explore_more .explore .item .text .title a {
        font-size: 18px; }
        div.explore_more .explore .item .text .title a .down {
          display: inline-block; }

  .banner ul li.item-center .text {
    padding: 3%; }
    .banner ul li.item-center .text h4 {
      font-size: 20px;
      margin: 15px 0; }
    .banner ul li.item-center .text h6 {
      margin-bottom: 20px; }

  div.text-message {
    font-size: 12px; }

  div.banner2 {
    margin: 30px -15px 0;
    overflow: hidden; }
    div.banner2 .img {
      float: left;
      width: 50%;
      padding: 0 15px; }
      div.banner2 .img.img1, div.banner2 .img.img2 {
        margin: 0; }

  .header_v2 div.text-message, .header_v4 div.text-message {
    font-size: 11px; } }
@media (max-width: 991px) {
  div.banner7 {
    display: none; } }
@media (max-width: 767px) {
  .banner ul .item {
    float: left; }
  .banner ul li.item-first {
    width: 48%;
    margin-right: 4%; }
  .banner ul li.item-center {
    display: none; }
  .banner ul li.item-last {
    width: 48%; }

  div.explore_more {
    margin: 0; }
    div.explore_more .explore .item {
      width: 100%;
      margin: 0;
      padding: 9px 0; }
      div.explore_more .explore .item .image img {
        width: 100%; }

  .header_v2 #block_left, .header_v2 #header_cart_info, .header_v4 #block_left, .header_v4 #header_cart_info {
    text-align: center; }
  .header_v2 .header-center, .header_v4 .header-center {
    border-bottom: none; }

  div.banner3 .item-1 {
    margin-bottom: 15px; }

  div.banner8 .item-3, .banner6 {
    display: none; }

  div.banner10 li.item-1 {
    margin-bottom: 30px; }

  .rtl div.explore_more {
    margin: 0; }
  .rtl .banner ul .item {
    float: right; }
  .rtl .banner ul li.item-first {
    width: 48%;
    margin: 0 0 0 4%; }
  .rtl .banner ul li.item-last {
    width: 48%; }
  .rtl div.banner2 .img {
    float: right; } }
@media (max-width: 480px) {
  div.explore_more .explore .item .text {
    padding: 15px; }
    div.explore_more .explore .item .text .title a {
      font-size: 20px; }

  div.banner {
    border-top: none; }
    div.banner h3 {
      font-size: 26px; }
    div.banner ul .item .text {
      display: none; }

  .banner-video #thumnail {
    z-index: 1; }

  .banner .img2 {
    display: block;
    margin-top: 15px; }
    .banner .img2 img {
      width: 100%; }

  div.banner2 .img {
    width: 100%; }
    div.banner2 .img.img1 {
      margin-bottom: 15px; } }
@media (max-width: 479px) {
  div.explore_more .explore .item .text, div.explore_more .explore .item .image {
    width: 100%; }
  div.explore_more .explore .item.even {
    display: none; }

  div.banner9 .item {
    margin-bottom: 30px;
    width: 100%; }
  div.banner9 .item:last-child {
    margin-bottom: 0; } }

/*# sourceMappingURL=style.css.map */
