@charset "utf-8";
/* CSS Document */

@media only screen 
and (max-width: 768px) 
and (min-width: 481px)
{
.grid-filters-wrapper {margin-top:10px;
    height:30px;
    position: absolute;
    right: 300px;
    top: 82px;
    width: 200px;
	
    z-index: 10;
}



.about-head {
    background: transparent url("../images/head/about_head.jpg") no-repeat fixed 0px 0px / 180% auto !important;
}


.grid-filters li a {width:100% !important;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px !important;
    padding-bottom: 4px;
    padding-top: 4px;
    text-transform: uppercase !important;
}


.grid-filters li {
    margin: 0px;
    float: left;
    padding: 0px 6px;
    list-style: outside none none;
    text-transform: uppercase !important;
    width: 100%;
}


}