body {
	background: #fff;
	font-family: "Arial", sans-serif;
	color: #8D8D8D;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
	padding: 0 20px 0 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}

p {
	margin: 0 0 5px 0;
}

a, a:visited {
	color: #8D8D8D;
	text-decoration: none;
}

h1 {
	color: #404040;
	font-size: 25px;
	width: 100%;
	font-family: "Titillium Web", sans-serif;
/*	line-height: 32px;*/
	line-height: 120%;
	float: left;
	font-weight: 400;
	margin: 0 0 10px 0;
}


.content {
	margin: 0 auto;
	display: inline-block;
	max-width: 580px;
	width: 100%;
}


ul.nostyle li, ul.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	width: 100%;
}

ul.bullets {
	padding: 0 0 75px 20px;
}

.fw {
	width: 100%;
	float: left;
}

.btn {
	padding: 20px;
	display: inline-block;
	background: #E8E8E8;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	color: #4E4E4E;
	margin: 20px 0 0 0;
	line-height: 100%;
	border-radius: 5px;
	-webkit-transition: background 0.4s ease;
    -moz-transition:    background 0.4s ease;
    -o-transition:      background 0.4s ease;
    -ms-transition:     background 0.4s ease;
    transition:         background 0.4s ease;
}

.btn:hover {
	color: #fff;
	background: #b7b7b7;
}


/* Nav */



#logo {
	width: 100%;
	max-width: 168px;
	height: auto;
	margin: 0 auto;
	display: inline-block;
	padding: 50px 0 50px 0;
	/*float: left;*/
}


/* Row */

.row {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	/*padding-bottom: 52px;*/
}

.row img{
	width: 100%;
	height: auto;
}