.ngfullscreenslidesstart
{	
	border-color: #3973bf;
	border-width: 1px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: #3973bf;
	font: 15px 'Open Sans',Verdana,Helvetica,sans-serif;
	color: #000000;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 2px;
	cursor: pointer;
    outline: none;
}

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