/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
      border-top: 4px solid #ff0000;
	      border-bottom: 4px solid #ff0000;
  line-height: 19px;
  margin: 0 0 0px 0; }
  
  .content_scene_cat .content_scene_cat_bg {
    /*padding: 20px 0 0 0;*/ }
    .content_scene_cat .content_scene_cat_bg img {
     /* background: #ffffff; */
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFkYWRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
      background: -moz-linear-gradient(top, white 15%, #dadada 100%);*/
      /* FF3.6+ */
    /*  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, white), color-stop(100%, #dadada));
      /* Chrome,Safari4+ */
    /*  background: -webkit-linear-gradient(top, white 15%, #dadada 100%);*/
      /* Chrome10+,Safari5.1+ */
    /*  background: -o-linear-gradient(top, white 15%, #dadada 100%);*/
      /* Opera 11.10+ */
    /*  background: -ms-linear-gradient(top, white 15%, #dadada 100%);*/
      /* IE10+ */
    /*  background: linear-gradient(to bottom, #ffffff 15%, #dadada 100%);*/
      /* W3C */
    /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );*/
      /* IE6-8 */ 
	      width: 100%;
    height: 100%;}
  .content_scene_cat span.category-name {
    font: normal 25px/30px "Russo One", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    display: inline-block; }
    @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: bold; }
  .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: #515151; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {

  /*padding: 15px 0 0 0;*/
      margin-top: -8px; }
  #subcategories p.subcategory-heading {
    font-weight: bold;
    color: white;
    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;
	  background: #ff0000;
      /*height: 202px; */}
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 9px;
          position: relative;
          -moz-border-radius: 2px 2px 0 0;
          -webkit-border-radius: 2px;
          border-radius: 2px 2px 0 0;
          background: url(../img/catback2.png) repeat;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 );
          /* IE6-8 */
          padding: 0px;
          border-width: 5px;
		  color:#000;}
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top;
            height: auto; }
      #subcategories ul li h5 {
        margin: 0; }
      #subcategories ul li .subcategory-name {
        font: normal 15px/18px "Roboto", sans-serif;
        color: #000;
        -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 .cat_desc {
        display: none; }

#subcategories ul li:hover .subcategory-name {
  color: #cb0d05; }
