a.button__red {
  	font-weight: 300;
  	font-family: 'Roboto Medium';
  	color: rgb(242, 242, 242);
  	text-transform: uppercase;
  	background: -webkit-gradient(linear,left bottom, right top,color-stop(46%, #9d281f),color-stop(#a23123),color-stop(80%, #af503e));
  	background: -webkit-linear-gradient(bottom left,#9d281f 46%,#a23123,#af503e 80%);
  	background: -o-linear-gradient(bottom left,#9d281f 46%,#a23123,#af503e 80%);
  	background: linear-gradient(to top right,#9d281f 46%,#a23123,#af503e 80%);
}
a.button__forum {
    background: -webkit-gradient(linear,left bottom, right top,color-stop(46%, #9d281f),color-stop(#a23123),color-stop(80%, #af503e));
    background: -webkit-linear-gradient(bottom left,#9d281f 46%,#a23123,#af503e 80%);
    background: -o-linear-gradient(bottom left,#9d281f 46%,#a23123,#af503e 80%);
    background: linear-gradient(to top right,#9d281f 46%,#a23123,#af503e 80%);
}
a.button__red:hover {
	background: -webkit-gradient(linear,left top, right bottom,color-stop(46%, #291c47),color-stop(#2c306d),color-stop(80%, #1e3c6e));
	background: -webkit-linear-gradient(top left,#291c47 46%,#2c306d,#1e3c6e 80%);
	background: -o-linear-gradient(top left,#291c47 46%,#2c306d,#1e3c6e 80%);
	background: linear-gradient(to bottom right,#291c47 46%,#2c306d,#1e3c6e 80%);
}