.ngfullscreenslidesstart
{	
	border-color: #3e602f;
	border-width: 0px;
	border-style: solid;
	padding: 15px 25px 15px 25px;
	background: #3e602f;
	font: 14px Sora,Verdana,Helvetica,sans-serif;
	color: #ffffff;
	letter-spacing: 0px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
}

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

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