

.qode_call_to_action.container .container_inner {
display: none !important;
}
.side_menu_button {
display: none !important;
}

.q_logo img.normal{
width: 175px !important;
height: auto !important;
}

.-skin-default .-items .-item .title{
display: none;
}

.-skin-default .-items .-item .itembox{
width: 100% !important;
border: none !important;
box-shadow: none !important;
}

div.ppt{
display: none !important;
}


.-skin-default .-filters .-filter{
display: inline-block;
border: none !important;
height: 39px;
line-height: 39px;
font-size: 12px;
padding: 0 18px !important;
background-color: #f7ac00;
color: #fff;
}

.-skin-default .-filters .-filter:hover{
background-color: #292929;
color: #fff;
}

.-skin-default .-filters .-filter.active{
background-color: #292929 !important;
}


@media screen and (max-width: 1000px){
.-skin-default.-columns5 .-item {
    width: 31% !important;
}
}

@media screen and (max-width: 768px){
.-skin-default.-columns5 .-item {
    width: 48% !important;
}
}

@media screen and (max-width: 500px){
.-skin-default.-columns5 .-item {
    width: 100% !important;
}
}