/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat {
  margin: 0 0 26px 0;
  line-height: 22px;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat span.category-name {
  font: bold 36px/45px "Ubuntu", sans-serif;
  margin: -10px 0 14px;
  display: inline-block;
  color: #333;
}

@media (max-width: 1199px) {
  /* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  .content_scene_cat span.category-name {
    font-size: 25px;
    line-height: 30px;
  }
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat p {
  margin-bottom: 0;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat a.lnk_more {
  color: #000;
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat a:hover {
  color: #888;
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat .content_scene {
  color: #888;
}

/* line 32, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat .content_scene .cat_desc {
  padding-top: 20px;
}

/* line 34, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat .content_scene .cat_desc a {
  color: #888;
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
.content_scene_cat .content_scene .cat_desc a:hover {
  color: #333;
}

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
/* line 48, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories {
  background: #fcfcfc none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 25px 25px 0;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories p.subcategory-heading {
  font: normal 20px/25px "Ubuntu", sans-serif;
  color: #333;
  background: none;
  text-transform: uppercase;
  padding: 10px 0 0;
  margin: 0 0 25px 0;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul {
  margin: 0 -12px;
}

@media (max-width: 400px) {
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul {
    margin: 0 -5px;
  }
}

/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li {
  float: left;
  width: 20%;
  padding: 0 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1580px) {
  /* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul li {
    width: 33.3333%;
  }
}

@media (max-width: 991px) {
  /* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul li {
    width: 33.3333%;
  }
}

@media (max-width: 400px) {
  /* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul li {
    width: 50%;
    padding: 0 5px;
  }
}

/* line 82, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li .subcategory-image {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li .subcategory-image a {
  display: block;
  position: relative;
}

/* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li .subcategory-image a img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  /* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul li .subcategory-image a img {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

/* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li h5 {
  margin: 0;
}

/* line 100, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li .subcategory-name {
  display: block;
  padding: 10px 3px 5px;
  font: normal 13px/18px "Ubuntu", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  color: #333;
  min-height: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul li .subcategory-name {
    font: normal 11px/15px "Ubuntu", sans-serif;
  }
}

@media (max-width: 767px) {
  /* line 100, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
  #subcategories ul li .subcategory-name {
    font: normal 11px/15px "Ubuntu", sans-serif;
  }
}

/* line 115, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li .cat_desc {
  display: none;
}

/* line 120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li:hover .subcategory-image a img {
  opacity: 1;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/category.scss */
#subcategories ul li:hover .subcategory-name {
  color: #000;
}

/*# sourceMappingURL=../css/category.map */