/* Enter Your Custom CSS Here */

a {
	color: #FF0000;
	-webkit-transition: all 700ms;
	transition: all 700ms;
}
a,a:hover {
	text-decoration: none;
}
a:hover {
	color: #FF8888;
  
  
.focus-box:nth-child(1) .red-border-bottom:hover,
.focus-box:nth-child(2) .red-border-bottom:hover,
.focus-box:nth-child(3) .red-border-bottom:hover,
.focus-box:nth-child(4) .red-border-bottom:hover {
    background: none !important;
}