body {
	font-family:  'Raleway', sans-serif;;
	font-size: 1em;
	line-height: 1.5em;


}

.content {
	background-color: #fff;
	width: 80%;
	margin: 30px auto;
	text-align: center;
   	border-radius: 25px;
}
/*
.col-sx {
	width: 50%;
	float: left;
}

.col-dx {
	width: 50%;
	text-align: left;
	float: left;
}
*/
h1 {
	color: #e44f1c;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 1px 1px 0px #7d8684;
}

ul {
	padding: 0;
}

ul li {
	list-style-type: none;
}

.clear {
	clear: both;
}

.conten-two {
	margin: 30px 0;
}

.button {
	color: #fff;
	background-color: #e44f1c;
	width: 230px;
	margin: 0 auto;
	padding: 1.2em;
   border-radius: 25px;
    -webkit-transition: width 0.3s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
	text-shadow: 1px 1px 4px #000000;
}

.button:hover {
	background-color: #d34616;
	width: 235px;
}

.button a {
	display: block;
	width: 250px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
}

.button a:hover {
}

footer,
footer a {
	text-align: center;
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;

}
