
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');

body{
	font-family					: Quicksand;
}

::-moz-selection  {
	background					: #e3bc0c;
	color							: #000;
}
::selection   {
	background					: #e3bc0c;
	color							: #000;
}

:focus {outline: 0;}

a:hover, a:active, a:link, a:visited{text-decoration		: none !important;}


.row-space-25{height: 25px;}
.row-space-50{height: 50px;}

.padding-30{padding: 30px;}




.container-horizontal{
	Amin-height					: 300px;
	padding						: 20px;
	display						: flex;
	flex-wrap					: nowrap;
	overflow-x					: auto;
}







/****************************************
/****************************************
/****************************************
/****************************************
/****************************************
/**************************************** CUSTOMIZZAZIONE BOOTSTRAP */


.row{
	width							: 100% !important;
	margin-left					: 0px !important;
	padding						: 0px !important;
}
/****************************************/