.ButtonBlock   {
	background-color: #FF0004;
	display: block;
	padding: 5px;
	margin-top: 1%;
	margin-right: 0.8%;
	margin-left: 0.8%;
	margin-bottom: 1%;
	float: left;
	background-color: rgba(0,0,0,0.4);
	border: 1px solid #FFFFFF;
}

.ButtonBlock:link {
	background-color: rgba(0,0,0,0.4);
}

.ButtonBlock:visited {
	background-color: rgba(0,0,0,0.4);
}

.ButtonBlock:active {
	background-color: rgba(0,0,0,0.4);
}

.ButtonBlock:hover {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%);  
}

.ButtonBlock:focus {
	background-color: rgba(0,0,0,0.7);
	-webkit-filter: grayscale(80%);  
    -webkit-filter: grayscale(0.8);  
    filter: grayscale(80%);  
}

.Section {
	padding: 0%;
	margin: 0%;
	clear: both;
}

.Section:before,
.Section:after {
    content:"";
    display:table;
}
.Section:after {
    clear:both;
}
.Section {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


@media screen and (max-width:480px){
.ButtonBlock   {
	margin-top: 1%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 1%;
	width: 97%;
}
.Section {
	margin-top:150px;
}

}

@media screen and (min-width:481px){
.ButtonBlock {
	width: 45%;
}
	
}

@media screen and (min-width:796px){
.ButtonBlock {
	width: 30%;
}

}

@media screen and (min-width:961px){
.ButtonBlock {
	width: 22%;
}

}