/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  margin: 0 0 51px; }
  .content_scene_cat + h1 {
    display: none; }
  .content_scene_cat .content_scene_cat_bg {
    background: url("../img/shadow-category.png") repeat-x left top #f6f7f9;
    position: relative;
    overflow: hidden;
    padding: 5% 6%; }
    .content_scene_cat .content_scene_cat_bg .cat_desc {
      width: 50%; }
    .content_scene_cat .content_scene_cat_bg .category-image {
      position: absolute;
      left: 50%;
      top: 0;
      width: 49%; }
  .content_scene_cat span.category-name {
    font: 500 70px/90px "Ubuntu", sans-serif;
    color: #fe9f38;
    margin-bottom: 23px;
    display: inline-block;
    text-transform: uppercase; }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a.lnk_more {
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #102747; }
    .content_scene_cat a.lnk_more:hover {
      color: #fe9f38; }
    .content_scene_cat a.lnk_more:before {
      content: '['; }
    .content_scene_cat a.lnk_more:after {
      content: ']'; }
  .content_scene_cat .content_scene {
    color: #7587a1; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #5c6e87; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #102747; }
  .content_scene_cat .rte {
    margin-bottom: 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .content_scene_cat span.category-name {
      font: 500 20px/30px "Ubuntu", sans-serif;
      margin-bottom: 13px; }
    .content_scene_cat p {
      font-size: 12px;
      line-height: 19px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .content_scene_cat span.category-name {
      font: normal 14px/21px "Ubuntu", sans-serif;
      margin-bottom: 13px; }
    .content_scene_cat p {
      font-size: 11px;
      line-height: 15px; }
    .content_scene_cat a.lnk_more {
      font-size: 13px;
      line-height: 15px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .content_scene_cat span.category-name {
      font: normal 14px/21px "Ubuntu", sans-serif;
      margin-bottom: 5px; }
    .content_scene_cat p {
      font-size: 10px;
      line-height: 13px; }
    .content_scene_cat a.lnk_more {
      font-size: 12px;
      line-height: 15px; }
    .content_scene_cat .content_scene_cat_bg .cat_desc {
      width: 70%;
      position: relative; }
    .content_scene_cat .content_scene_cat_bg .category-image {
      left: 40%;
      width: 59%; } }
  @media (max-width: 479px) {
    .content_scene_cat span.category-name {
      font: normal 14px/21px "Ubuntu", sans-serif;
      margin-bottom: 5px; }
    .content_scene_cat p {
      font-size: 10px;
      line-height: 13px; }
    .content_scene_cat a.lnk_more {
      font-size: 12px;
      line-height: 15px; }
    .content_scene_cat .content_scene_cat_bg .cat_desc {
      width: auto;
      position: static; }
    .content_scene_cat .content_scene_cat_bg .category-image {
      width: 30%;
      position: static;
      margin-right: 15px;
      float: left; } }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  margin-top: -51px;
  margin-bottom: 51px; }
  #subcategories p.subcategory-heading {
    display: none; }
  #subcategories ul {
    margin: 0;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    #subcategories ul li {
      padding: 0;
      position: relative;
      min-width: 10%;
      width: 10%;
      display: inline-block;
      -moz-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      overflow: hidden;
      opacity: 0; }
      #subcategories ul li:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        border-bottom: 1px solid #d2dae3;
        width: 100%;
        z-index: 0; }
      #subcategories ul li:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        border-right: 1px solid #d2dae3;
        height: 100%;
        z-index: 0; }
      #subcategories ul li:last-child:after {
        border-right-color: rgba(255, 255, 255, 0); }
      #subcategories ul li .category-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block; }
      #subcategories ul li .category-indent {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        z-index: 5; }
        #subcategories ul li .category-indent > a {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        @media (min-width: 768px) {
          #subcategories ul li .category-indent:hover h5 {
            -moz-transform: translate3d(0, 20px, 0);
            -ms-transform: translate3d(0, 20px, 0);
            -o-transform: translate3d(0, 20px, 0);
            -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0); }
          #subcategories ul li .category-indent:hover .subcategory-image:before {
            background: white;
            width: 110%;
            height: 110%; }
          #subcategories ul li .category-indent:hover .subcategory-image img {
            -moz-transform: scale(0.8) rotate(-20deg);
            -ms-transform: scale(0.8) rotate(-20deg);
            -o-transform: scale(0.8) rotate(-20deg);
            -webkit-transform: scale(0.8) rotate(-20deg);
            transform: scale(0.8) rotate(-20deg); }
          #subcategories ul li .category-indent:hover:before {
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
          #subcategories ul li .category-indent:before {
            background: #102747;
            content: "";
            height: calc(100% + 1px);
            left: -1px;
            right: -1px;
            position: absolute;
            top: 0;
            -moz-transition: -moz-transform 0.3s ease 0s;
            -o-transition: -o-transform 0.3s ease 0s;
            -webkit-transition: -webkit-transform 0.3s ease;
            -webkit-transition-delay: 0s;
            transition: transform 0.3s ease 0s;
            -moz-transform: translate3d(0, 100%, 0);
            -ms-transform: translate3d(0, 100%, 0);
            -o-transform: translate3d(0, 100%, 0);
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }
      #subcategories ul li .category-indent2 {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translate(0, -56%);
        -ms-transform: translate(0, -56%);
        -o-transform: translate(0, -56%);
        -webkit-transform: translate(0, -56%);
        transform: translate(0, -56%);
        width: 100%; }
        #subcategories ul li .category-indent2 .subcategory-image {
          display: inline-block;
          position: relative;
          max-width: 60%;
          padding: 5%; }
          #subcategories ul li .category-indent2 .subcategory-image:before {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            -o-transform: translate3d(-50%, -50%, 0);
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
            width: 50%;
            height: 50%;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%; }
          #subcategories ul li .category-indent2 .subcategory-image img {
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #subcategories ul li .category-indent2 h5 {
          text-transform: uppercase;
          margin: 0;
          padding: 0 5%;
          width: 100%;
          text-align: center;
          letter-spacing: 0.06em;
          font-size: 15px;
          font-size: 0.97vw;
          line-height: 1.3;
          color: #fe9f38;
          -moz-transition: -moz-transform 0.5s ease 0s;
          -o-transition: -o-transform 0.5s ease 0s;
          -webkit-transition: -webkit-transform 0.5s ease;
          -webkit-transition-delay: 0s;
          transition: transform 0.5s ease 0s;
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          #subcategories ul li .category-indent2 h5 a {
            color: #fe9f38; }
            #subcategories ul li .category-indent2 h5 a:hover {
              color: #102747; }
        #subcategories ul li .category-indent2 .cat_desc {
          display: none; }
      #subcategories ul li > span {
        display: block;
        padding-top: 50%;
        padding-bottom: 50%; }
      #subcategories ul li img {
        max-width: 100%;
        height: auto; }
  @media (min-width: 768px) and (max-width: 991px) {
    #subcategories ul li .category-indent2 h5 {
      font-size: 15px;
      font-size: 1.2vw; } }
  @media (max-width: 767px) {
    #subcategories ul li .category-indent2 {
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      #subcategories ul li .category-indent2 .subcategory-image {
        max-width: 80%; }
      #subcategories ul li .category-indent2 h5 {
        display: none; } }
