.easycarousels .ajax_block_product{
	margin-bottom: 20px;
}
.easycarousels .grid .product-desc{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.c_item h6{
	font-size: 13px;
	font-weight: 700;
	margin: 10px 0;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.c_item h5.one_line a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.easycarousels .view_all{
	margin-top: 30px;
}
.c_wrapper {
	display: table;
	font-size: 0;
}
.c_col{
	vertical-align: top;
	font-size: 14px;
}
.easycarousels.in_tabs{
	position: relative;
	clear: both;
	margin: 79px auto 0px;
	text-align: center;
}
.man-sup-item{
	text-align: center;
	padding: 0 15px;
}
.man-sup-item>a {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
}
.man-sup-item img {
	display: block;
	width: 100%;
	opacity: 0.4;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.man-sup-item h5 {
	display: none;
	text-transform: uppercase;
	font-weight: 700;
	margin: 15px 0;
}
.easycarousels .carousel_block,.easycarousels .in_tabs{
	padding-top: 40px;
	clear: both;
}
#top_column .easycarousels.one_by_one{
	margin-left: 0;
	margin-right: 0;
}
.man-sup-item img:hover {
  opacity: 1;
}
.nav > li.responsive_tabs_selection{
	display: none;
}
.column .easycarousels .block_content{
	position: relative;
	padding-top: 77px;
	border: 0!important;
}
/* compact tabs */
.easycarousels .in_tabs.compact {
	padding-top: 70px;
	position: relative;
}
.compact .nav > li.responsive_tabs_selection {
	display: block;
}
.compact ul.easycarousel_tabs  {
	position: absolute;
	z-index: 15;
	width: 100%;
	top: 0;
	left: 0;
}
.compact ul.easycarousel_tabs i{
	position: absolute;
	right: 8px;
	top: 10px;
}
.compact .closed  .carousel_title, .compact li.carousel_title.active{
	display:none;
}
.easycarousels .in_tabs.compact .nav-tabs li {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.easycarousels .tab-content{
	padding-top: 66px;
}
@media (min-width:768px){
	.easycarousels .carousel_block,.easycarousels .in_tabs{
		padding-top: 67px;
	}
}
