/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat span.category-name {
  font: 600 42px/51px "Open Sans", sans-serif;
  color: white;
  margin-bottom: 12px;
}
@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 {
  color: white;
}
.content_scene_cat a:hover {
  text-decoration: underline;
}
.content_scene_cat .content_scene {
  color: #666666;
}
.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: #c5e7e6;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-bottom: 1px dotted black;
  padding-bottom: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
#subcategories p.subcategory-heading {
  font-weight: 400;
  color: black;
  border-bottom: 2px solid black;
  padding: 0 0 6px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#subcategories ul {
  margin: 0;
  position: static;
}
#subcategories ul li {
  width: auto;
  margin: 0 10px 10px;
  text-align: left;
  height: auto;
}
#subcategories ul li .subcategory-image {
  padding: 0 0 10px 0;
}
#subcategories ul li .subcategory-image a {
  display: block;
}
#subcategories ul li .subcategory-image a img {
  max-width: 100%;
  vertical-align: top;
}
#subcategories ul li .subcategory-name {
  color: black;
  font-size: 14px;
}
#subcategories ul li .subcategory-name:hover {
  color: #c5e7e6;
}
#subcategories ul li .cat_desc {
  display: none;
}
#subcategories .owl-wrapper-outer {
  overflow: hidden;
}
#subcategories .sub-wapper {
  margin-left: -11px;
  margin-right: -11px;
  overflow: hidden;
  max-height: 250px;
}
#subcategories .sub-wapper li {
  float: left;
}

#subcategories .owl-carousel .owl-controls .owl-buttons .owl-prev,
#subcategories .owl-carousel .owl-controls .owl-buttons .owl-next {
  top: 0;
  display: block!important;
  width: 26px;
  height: 26px;
  border-width: 1px;
}
#subcategories .owl-carousel .owl-controls .owl-buttons .owl-prev:before,
#subcategories .owl-carousel .owl-controls .owl-buttons .owl-next:before {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#subcategories .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: auto!important;
  right: 30px;
}
#subcategories .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0!important;
}
