/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  line-height: 19px;
  margin: 0 0 26px 0; }
  .content_scene_cat .content_scene_cat_bg {
    padding: 20px 0 0 0; }
    .content_scene_cat .content_scene_cat_bg .category-image img {
      background: #f8f8f8; }
  .content_scene_cat span.category-name {
    font: 300 25px/30px "Ubuntu", sans-serif;
    margin-bottom: 12px;
    display: inline-block;
    color: #333; }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a.lnk_more {
    font-weight: 300; }
  .content_scene_cat a:hover {
    text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #888888; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #777777; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: black; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid #e7e7e6;
  padding: 15px 0 0 0; }
  #subcategories p.subcategory-heading {
    color: #333333;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    #subcategories ul li {
      float: left;
      width: 128px;
      margin: 0 0 13px 20px;
      text-align: center;
      height: 246px; }
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0;
        background: #f8f8f8; }
        #subcategories ul li .subcategory-image a {
          display: block;
          position: relative; }
          #subcategories ul li .subcategory-image a:hover img {
            -moz-transform: scale(0.9, 0.9);
            -ms-transform: scale(0.9, 0.9);
            -o-transform: scale(0.9, 0.9);
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9); }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top;
            height: auto;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
      #subcategories ul li .subcategory-name {
        font: 300 15px/18px "Ubuntu", sans-serif;
        color: #333333;
        text-transform: uppercase;
        -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 .subcategory-name:hover {
          color: #777; }
      #subcategories ul li .cat_desc {
        display: none; }
