@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,300);
body{
	padding:0px;
	margin:0;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	background:url(images/bg.png) repeat-x #fff;
}
a, a:hover, a:visited, a:active{
	color:#000;
	text-decoration:none;
}
h1{
	font-weight:300;
	text-transform:uppercase;
}
.container{
	width:1000px;
	margin:0 auto;
}
#main{
	margin:50px auto;
}
.container:before, .container:after{
	content:" ";
	display:table;
}
.container:after{
	clear:both;
}
.demo-block{
	float:left;
	width:33.33%;
	text-align:center;
	margin-bottom:50px;
}
.button, .button:active, .button:visited{
	padding:10px 20px;
	text-align:center;
	display:inline-block;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	background:#eb6c4b;
	border-radius:4px;
	text-decoration:none;
	font-weight:600;
}
.button:hover{
	opacity:.9;
}
.button.disabled{
	background:#eee;
}
footer{
	background:#48bcd1;
	padding:50px 0;
}
footer .button, footer .button:active, footer .button:visited{
	background:#fff;
	color:#222;
	padding:20px 60px;
}