*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
	background: #fff;
	color: #505050;
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 100%;
	outline: 0;
	border: 0;
	line-height: 1;
}

.full{
	height: 100%;
	min-height: 100%;
}
.filetto1 {
	color: #bd7347;
}
.DAY {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.DAY_segue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}

p.sub-title {
	font-size: 20px;
	color: #fff;
	background: #969696;
	padding: 0;
	line-height: 50px;
}

.main {
	padding: 5px 30px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

li {
	padding: 4px 0;
}

a {
	color: #267cb2;
	text-decoration: none;
}

.lateral-spaced {
	margin-left: 3px;
	margin-right:3px;
}

.pushed {
	margin-left:10px;
}
