@charset "utf-8";
/* CSS Document */

@media only screen 
and (max-width: 980px)
and (min-width: 769px)
{
.grid-filters-wrapper {margin-top:10px;
    height:30px;
    position: absolute;
    right: 300px;
    top: 82px;
    width: 200px;
	
    z-index: 10;
}


.grid-filters li a {width:100% !important;
    color: #000;
    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%;
}


}


@media only screen 
and (min-width: 1280px)
{
	.grid-filters-wrapper {
    height:30px;
    position: absolute;
    right: 400px;
    top: 80px;
    width: 320px;
	
    z-index: 10;
}

}
@media only screen 
and (min-width: 1280px)
{
	
	footer nav.main-menu .position {
    position: absolute;
    bottom: 0px;
    width: 97%;
}
	
.grid-filters-wrapper {
    height:30px;
    position: absolute;
    right: 400px;
    top: 80px;
    width: 380px;
	
    z-index: 10;
}


.grid-filters li a {
	 ;
    color: #8B8B8B;
    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;
	padding-left:10px;
	padding-right:10px;
    text-transform: uppercase !important;
}
.grid-filters li a:hover{color:#fff; background:#cc7b3a;}
.grid-filters li.active a,.regular-page .grid-filters:after{color:#fff; background:#cc7b3a;}


.grid-filters li {
    margin: 2px 2px;
    float: left;
    padding: 0px 0px;
    list-style: outside none none;
    text-transform: uppercase !important;
}

	.about-head {
    background: transparent url("../images/head/about_head.jpg") no-repeat fixed 0px 0px / 150% auto !important;
}
}