
#ec-part-container{
	border:1px solid #c9c9c9 !important;
	width:100% !important;
	margin-bottom:0px !important;
	background: url(/wp-content/uploads/circbg.png) !important;
}

.row:before,
.row:after{
  clear:both !important;
  content: " " !important;
  display: table !important;
  box-sizing: border-box !important;
}


.ec-col-2{
	float:left !important;
	position:relative !important;
}
.ec-col-3{
	float:left !important;
	position:relative !important;
}

.ec-part-category {
	text-align: center !important;
	border-style: solid !important;
	border-color: #c9c9c9 !important;
	border-width: 0 1px 0 0 !important;
	padding: 14px 0 0 0 !important;  
}

.ec-part-category:last-child{
	border-width: 0px !important;
}

.ec-category-thumb img{
	display: inline-block !important;
	margin: 0 auto !important;
}

.ec-arrow-right{
	width: 0 !important; 
	height: 0 !important; 
	border-top: 6px solid rgba(255, 255, 255, 0) !important;
	border-bottom: 6px solid rgba(255, 255, 255, 0) !important;
	border-left: 6px solid #2A9F00 !important;
	display: inline-block !important;
	position: absolute !important;
	top: 24px !important;
	margin-left: 5px !important;
	-moz-transform: scale(.9999) !important;
}

.ec-category-link{
	font-size:14px !important;
	text-decoration: none !important;
	color:#000 !important;
	display: block !important;
	height: 30px !important;
	margin-top: 3px !important;
}

.ec-category-link:hover{
	text-decoration: none !important;
	color:#000 !important;
}

.ec-active-category{
	border-bottom: 4px solid #2A9F00 !important;
	position: absolute !important;
	width: 100% !important;
	margin-top: -4px !important;
}

.ec-active-category-arrow{
	width: 0 !important; 
	height: 0 !important; 
	border-left: 6px solid rgba(255, 255, 255, 0) !important;
	border-right: 6px solid rgba(255, 255, 255, 0) !important;
	border-top: 6px solid #2A9F00 !important;
	position: absolute !important;
	margin-left: 50% !important;
	-moz-transform: scale(.9999) !important; 
}

.ec-part-body{
	border-style: solid !important;
	border-color: #c9c9c9 !important;
	border-width: 0 1px 1px 1px !important;
	overflow: hidden !important;
	padding-bottom: 10px !important;
	position: relative !important;
	float: left !important;
	width:100% !important;
}

.ec-item-parent{
	display: none !important;
	margin-left: 1% !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important; 
}

.ec-active-tab{
	display: block!important;
}

.ec-item{
	width: 250px !important;
	text-align:center !important;
	display: inline-block !important;
	position: relative !important;
	float: left !important;
}

.ec-item:hover{
	-moz-box-shadow: 0 0 4px -webkit-box-shadow: 0 0 4px rgba(133, 104, 104, 0.2) !important;
	border-color: #2A9F00 !important;
	-webkit-box-shadow: 0 0 4px #2A9F00 !important;
	-moz-box-shadow: 0 0 4px #2A9F00 !important;
	box-shadow: 0 0 4px #2A9F00 !important;
	opacity: 1 !important;
}

.ec-item img{
	width: 75% !important;
	margin-bottom: 15px !important;
}

.ec-part-link{
	display: block !important;
	font-size: 16px !important;
	text-decoration: none !important;
	color:#2a9f00 !important;
	margin: 5px 0 !important;
}

.ec-part-link:hover{
	text-decoration: none !important;
	color:#2a9f00 !important;
}

.ec-part-content{
	font-size: 15px !important;
	color: #888 !important;
	line-height: 24px !important;
	padding-left: 5px;
 
}

.ec-actions{
	margin: 20px 0 10px !important;
}

.btn-ec-part{
	background-color: #E5781D !important;
	border-color: #E5781D !important;
}

.btn-ec-part:hover{
	background-color: #2A9F00 !important;
	border-color: #2A9F00 !important;
}

.ec-red-arrow{
	border-right: 10px solid transparent !important;
	border-top: 17px solid red !important;
	color: #fff !important;
	font-size: 0 !important;
	height: 80px !important;
	left: 0 !important;
	line-height: 0 !important;
	position: absolute !important;
	text-indent: -9999px !important;
	top: 0 !important;
	width: 40px !important;
}

.ec-new-label{
	position: absolute !important;
	color: #ffffff !important;
	font-size: 12px !important;
	left: 4px !important;
	top: -2px !important;
	font-weight: bold;
}

.ec-items{
	position: relative !important;
	left:0 !important;
}
.ec-scroll-left{
	position: absolute !important;
	top: 40% !important;
	font-size: 20px !important;
	left: 10px !important;
	width: 50px !important;
	height: 50px !important;
	background: rgba(221,221,221,0.6) !important;
	border-radius: 25px !important;
	z-index: 11 !important;
	background-image: url(/wp-content/uploads/ec2015/smoothdivscroll/images/arrow_left.gif) !important;
	background-size: 10px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.ec-scroll-right{
	position: absolute !important;
	top: 40% !important;
	font-size: 20px !important;
	right: 10px !important;
	width: 50px !important;
	height: 50px !important;
	background: rgba(221,221,221,0.6) !important;
	border-radius: 25px !important;
	z-index: 11 !important;
	background-image: url(/wp-content/uploads/ec2015/smoothdivscroll/images/arrow_right.gif) !important;
	background-size: 10px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.ec-scroll-left img{
	margin-top: 15px !important;
	margin-left: 20px !important;
	color: rgba(42,159,0,0.6) !important;
}
.ec-scroll-right img{
	margin-top: 15px !important;
	margin-left: 20px !important;
	color: rgba(42,159,0,0.6) !important;
}
.ec-scroll-left:hover{
	background:rgba(42,159,0,0.6) !important;
	background-image: url(/wp-content/uploads/ec2015/smoothdivscroll/images/white_left.gif) !important;
	background-size: 10px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.ec-scroll-right:hover{
	background:rgba(42,159,0,0.6) !important;
	background-image: url(/wp-content/uploads/ec2015/smoothdivscroll/images/white_right.gif) !important;
	background-size: 10px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.ec-scroll-left:hover img{
	color: #ffffff !important;
}
.ec-scroll-right:hover img{
	color: #ffffff !important;
}
.ec-actions img{
	width:16px !important;
}

@media (min-width: 768px) {
  .ec-col-2{
    width: 20% !important;
  }
}
@media (min-width: 992px) {
  .ec-col-2 {
    width: 20% !important;
  }
}
@media (min-width: 1200px) {
  .ec-col-2 {
    width: 20% !important;
  }
}
@media (min-width: 768px) {
  .ec-col-3{
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .ec-col-3 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .ec-col-3 {
    width: 25% !important;
  }
}