.ngfullscreenslidesstart
{	
	border-color: #ffffff;
	border-width: 2px;
	border-style: solid;
	padding: 10px 20px 10px 20px;
	background: #d20a0a;
	font: bold 14px Calibri,Candara,'Segoe','Segoe UI',Optima,Arial,sans-serif;
	color: #f7f8fa;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
}

.ngfullscreenslidesstart:hover
{	
	border-color: #292a2e;
	background: #292a2e;
	font-weight: bold;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;
}

.ngfullscreenslidesstart:focus
{
	border-color: #ffffff;
    background: #d61a1a;    	font-weight: bold;
    font-style: normal;
	text-transform: uppercase;
	color: #f7f8fa;
    outline: none;
}