.ngfullscreenslidesstart
{	
	border-color: #d66c28;
	border-width: 0px;
	border-style: solid;
	padding: 8px 16px 8px 16px;
	background: #d66c28;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	cursor: pointer;
    outline: none;
}

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