/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
/* line 4, ../sass/category.scss */
.slider_container {
  margin-bottom: 15px; }

/* line 7, ../sass/category.scss */
.title_main_section.category-name {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px; }

/* line 13, ../sass/category.scss */
.title_main_section.category-name span {
  padding-left: 0; }

/* line 16, ../sass/category.scss */
.cat_desc .rte {
  margin-bottom: 15px; }

.cat_desc{
 display:none;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
/* line 22, ../sass/category.scss */
#subcategories {
width:1000px;
   } 

#subcategories ul li{
	float:left;
text-align:center;
   } 



/* line 25, ../sass/category.scss */
.content_scene_cat {
  margin-bottom: 60px; }

/* line 28, ../sass/category.scss */
.content_scene_cat_bg {
  position: relative;
display:none;}

/* line 31, ../sass/category.scss */
.wrap-cat-description h2 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 17px; }

/* line 37, ../sass/category.scss */
.cat_desc p {
  line-height: 1.5; }

/* line 40, ../sass/category.scss */
.wrap-cat-description {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 7%;
  max-width: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media screen and (max-width: 1199px) {
  /* line 53, ../sass/category.scss */
  .wrap-cat-description h2 {
    font-size: 50px; } }
@media screen and (max-width: 1024px) {
  /* line 58, ../sass/category.scss */
  .content_scene_cat {
    margin-bottom: 30px; }
#subcategories {
background-color:#fff;
width: 800px;
   } 


}
@media screen and (max-width: 991px) {
  /* line 63, ../sass/category.scss */
  .title_main_section.category-name {
    margin-bottom: 12px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../sass/category.scss */
  .wrap-cat-description h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 10px; }

  /* line 74, ../sass/category.scss */
  .cat_desc {
    font-size: 12px; } }
@media screen and (max-width: 767px) {
  /* line 79, ../sass/category.scss */
  .cat_desc {
    font-size: 12px; } }
@media screen and (max-width: 640px) {
  /* line 84, ../sass/category.scss */
  .wrap-cat-description h2 {
    font-size: 40px;
    margin-bottom: 10px;
    word-break: break-word; } }
@media screen and (max-width: 520px) {
  /* line 91, ../sass/category.scss */
  .wrap-cat-description h2 {
    font-size: 30px; } }
@media screen and (max-width: 480px) {
  /* line 96, ../sass/category.scss */
  .wrap-cat-description h2 {
    font-size: 20px; } }
@media screen and (max-width: 380px) {
  /* line 101, ../sass/category.scss */
  .wrap-cat-description h2 {
    font-size: 15px;
    margin-bottom: 2px; }

  /* line 105, ../sass/category.scss */
  .wrap-cat-description {
    top: 1%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/*# sourceMappingURL=category.css.map */
