.tabs-categorys{
	padding: 0;
	text-align: center;
	margin-top: 30px;
}
.tabs-categorys li.active,
.tabs-categorys li:hover{
	color: #62d2a2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tabs-categorys li{
	position: relative;
    display: inline-block;
    line-height: 18px;
    margin-right: 45px;
    text-transform: capitalize;
    cursor: pointer;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tabs-categorys li:last-child{margin-right: 0;}
.tabs-categorys + .row{
	margin: 0 -10px;
}
@media(max-width: 640px){
	.tabs-categorys{padding: 0;}
}
@media(max-width: 560px){
	.tabs-categorys{float: none;}
}
@media(max-width: 320px){
	.tabs-categorys li{
		margin-bottom: 10px;
	}
}