h1, h2, h3, h4, h5, h6, p, li, span, a {
	font-family: 'Nunito', sans-serif !important;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

div#actions-page {
	float:right;
	padding: 5px;
}

/*loader*/

div#loader-container {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}

div#loader-container div {
	position: absolute;
  	left: 50%;
  	top: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	        transform: translate(-50%, -50%);
}

div#loader-container img {
	display: block;
	margin: auto;
	max-width: 100px;
}

div#loader-container p {
	color: white;
	margin-top: 20px;
	font-size: 1.5em;
	text-align: center;
}

/*end loader*/
