.ngfullscreenslidesstart
{	
	border-color: #c14d00;
	border-width: 0px;
	border-style: solid;
	padding: 14px 24px 14px 24px;
	background: #aa0400;
	font: 14px Inter,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 8px;
	cursor: pointer;
}

.ngfullscreenslidesstart:hover
{	
	border-color: #1a1a1a;
	background: #a75621;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;
}

.ngfullscreenslidesstart:focus
{
	border-color: #1a1a1a;
    background: #1a1a1a;    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);	font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	color: #ffffff;
    outline: none;
}