/**
 * Featured Categories Module Pro
 * 
 * @author  CuisPi
 * @version 2.2.1
 * @license Commercial License
 * @package catalog
 * @subpackage  catalog.view.theme.default.stylesheet
 */

/* Table of Content
==================================================
  #General
  #Skin: Default
  #Misc


/* #General
================================================== */

.featured-categories {}


/* #Skin: Default
================================================== */

.featured-categories-skin-default {}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left  .featured-categories-skin-default .category-layout .col-md-3{
    width: 100%;
  }
  #column-left + #content .featured-categories-skin-default .category-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .featured-categories-skin-default .category-layout .col-md-3{
    width: 100%;
  }
  #content + #column-right .featured-categories-skin-default .category-layout .col-md-3{
    width: 100%;
  }
}

.featured-categories-skin-default .category-thumb {
	border: 0px solid #e5e5e5;
	margin-bottom: 20px;
	overflow: auto;
    padding-top: 0px;
}
.featured-categories-skin-default .category-thumb .title {
    font-size: 22px;
    line-height: normal;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #f9bd1f;
    width: 100%;
    padding: 15px;
    transition: all ease-in-out 0.3s;
}
.featured-categories-skin-default .category-thumb .title:hover {
    background: #182d67;
}
.featured-categories-skin-default .category-thumb .title a {
    color: #fff;
}
.featured-categories-skin-default .category-thumb .subtitle {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 10px;
}
.featured-categories-skin-default .category-thumb .description {
  font-size: 13px;
  margin: 0 0 10px;
}
.featured-categories-skin-default .category-thumb .image {
	text-align: center;
}
.featured-categories-skin-default .category-thumb .image a {
	display: block;
}
.featured-categories-skin-default .category-thumb .image a:hover {
	opacity: 0.8;
}
.featured-categories-skin-default .category-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.featured-categories-skin-default .category-thumb h4 {
	font-weight: normal;
}
/*
.featured-categories-skin-default .category-thumb h4 a {
    color: #fff;
}
.featured-categories-skin-default .category-thumb h4 a:hover {
    color: #3755ad;
}
*/
.featured-categories-skin-default .category-thumb .caption {
	padding: 0px 0px;
	min-height: 60px;
}
.featured-categories-skin-default .category-thumb .button-group {
	border-top: 1px solid #e5e5e5;
	background-color: #eee;
	overflow: auto;
    display: none;
}
.featured-categories-skin-default .category-thumb .button-group .view-all {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
  padding: 20px;
    
}
.featured-categories-skin-default .category-thumb .button-group .view-all:hover {
	color: #444;
	background-color: #e5e5e5;
	text-decoration: none;
	cursor: pointer;
}


/* #Misc
================================================== */
  
/* Slideshow with jQuery Cycle2 plugin */
.featured-categories-skin-default .category-thumb .cycle-slideshow {
  margin-left: auto;
  margin-right: auto;
}
