/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  border: 1px solid #a0a0a0;
  color: #fff;
  box-shadow: 0px 3px 5px -2px #555;
  line-height: 19px;
  margin: 0 0 10px 0; }
  .content_scene_cat .content_scene_cat_bg {
	background-image: none !important;
	height: auto !important;
	min-height: 100px !important;
    padding: 10px 10px 10px 20px !important;
	background: -moz-linear-gradient(top, white 0%, #eee 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #eee)) !important;
    background: -webkit-linear-gradient(top, white 0%, #eee 100%) !important;
    background: -o-linear-gradient(top, white 0%, #eee 100%) !important;
    background: -ms-linear-gradient(top, white 0%, #eee 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%, #eee 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eee',GradientType=0) !important;
    /*background-color: #eee !important;*/ }
    @media (max-width: 1199px) {
      .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px; } }

  .content_scene_cat span.category-name {
    font: 600 42px/51px "Open Sans", sans-serif;
    color: #ff9000;
	text-shadow:
   -1px -1px 0 #202020,  
    1px -1px 0 #202020,
    -1px 1px 0 #202020,
     1px 1px 0 #202020;
    margin-bottom: 12px; }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
	color: #333;
	margin-top: 10px;
    margin-bottom: 0; }
  .content_scene_cat a {
    color: #000; }
    .content_scene_cat a:hover {
	  color: #555;
      text-decoration: none; }
  .content_scene_cat .content_scene {
    color: #777; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #777; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: #515151; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
	background: #f8f8f8;
	box-shadow: 0px 3px 5px -2px #555;
  border: 1px solid #a0a0a0;
  border-top: none;
  margin-bottom: 10px;
  padding: 10px 0 0px 0; }
  #subcategories p.subcategory-heading {
	display: none;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    #subcategories ul li {
      float: left;
      width: 195px;
      margin: 0 1px 13px 28px;
	  box-shadow: 0px 2px 4px -2px #555;
      text-align: center;
	  background: #fff;
      height: 195px; }
      #subcategories ul li .subcategory-image {
        padding: 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          padding: 9px;
		  border: 1px solid #ff7f00; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top; }
      #subcategories ul li .subcategory-name {
        font: 600 13px/19px "Open Sans", sans-serif;
        color: #111;
        text-transform: uppercase; }
        #subcategories ul li .subcategory-name:hover {
          color: #515151; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover .subcategory-image a {
        border: 1px solid #ff8f00; }
		#subcategories h5 {
			font-size: 13px;
			margin-top: 0;
			padding: 5px 0;
			min-height: 50px;
			background: #ff7f00;
		}

.lnk_more {
	display: block;
	text-align: right;
	padding: 10px 10px 0 0;
}
#category_description_short, #category_description_full {
	text-align: justify;
}
/*# sourceMappingURL=category.css.map */
