body {
	height: 100%;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
}
#demo * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#demo {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#header {
	display: block;
	margin: 70px auto 40px auto;
	float: left;
}
#header .titles {
	display: inline-block;
}
#header .titles .title {
	font-size: 40px;
	color: #bbb;
	clear: both;
	display: inline-block;
	font-weight: 300;
}
#header .titles h1 {
	font-weight: 400;
	font-size: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
#header .colors {
    float: right;
    display: inline-block;
}
#header .colors .title {
	font-weight: 300;
	font-size: 14px;
	color: #bbb;
	padding: 10px 0;
}
#header .colors a {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 0 4px;
    float: left;
    border: solid 1px #fff;
    opacity: 1;
}
#header .colors a:hover {
	opacity: 0.7;
}
a.yellow {
    background: #EAE177;
}
a.blue {
    background: #6E98E3;
}
a.red {
    background: #f44343;
}
a.green {
    background: #A2D763;
}
a.orange {
    background: #ffb347;
}
a.sweet {
    background: #fe6f5e;
}
a.black {
    background: #444;
}
#header .nav {
	display: block;
	float: left;
	width: 100%;
	background: #333;
	margin-top: 30px;
}
#header .nav a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 20px;
	display: inline-block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
}
#header .nav a.active,
#header .nav a:hover {
	background: #555;
}
#header .nav a.buy {
	background: #F62A2A;
	float: right;
}
#header .nav a.buy:hover {
	background: #B11A1A;
}
#header .nav a.buy span {
	padding-right: 14px;
}
#content {
	display: block;
	float: left;
	padding-bottom: 120px;
}
#content .block {
	width: 30%;
	float: left;
}
#content .mr-5 {
	margin-right: 5%;
}
#content .mb-40 {
	margin-bottom: 40px;
}
#content .block h3 {
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	margin: 0;
	padding: 0 0 10px 0;
}
#content .block .icon {
	font-size: 50px;
	display: inline-block;
	color: #bbb;
}
#content .block p.small {
	font-size: 14px;
	color: #999;
	font-weight: 300;
}
#demo .clrfx-1 {
	display: block;
	width: 100%;
	float: left;
	border-bottom: solid 1px #ddd;
	margin:40px 0;
}
#demo .clrfx-2 {
	display: block;
	width: 100%;
	clear: both;
	margin: 30px 0;
	content: "";
}
#demo .slider {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 100px;
}
#demo .slider input {
	display: none;
	opacity: 0;
	visibility: hidden;
}
#demo .slider label {
	cursor: pointer;
	font-size: 20px;
	z-index: 10;
}
#demo .slider label:hover,
#demo .slider input:checked + label {
	color: #F62A2A;
}
#demo .slider > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 70%;
	margin: 30px auto;
	opacity: 0;
	visibility: hidden;
}
#demo .slider input#slide-1:checked ~ .first,
#demo .slider input#slide-2:checked ~ .second,
#demo .slider input#slide-3:checked ~ .third {
	visibility: visible;
	opacity: 1;
}
#demo .slider > div p {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}
#demo .slider > div p:before {
	padding-right: 6px;
	color: #ccc;
}
#demo .slider > div p b {
	color: #333;
	font-weight: 400;
	display: block;
	font-size: 12px;
}
#demo a,
#demo .slider label,
#demo .slider > div {
	-webkit-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
	-moz-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
	-ms-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
	-o-transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
	transition: all 0.2s cubic-bezier(0.2,.6,.3,1) 0s;
}
@media screen and (max-width:1000px) {
	#demo {
		width: 100%;
	}
	#content {
		padding: 0 30px 120px 30px;
	}
	#header {
		padding: 0 30px;
	}
}
@media screen and (max-width:800px) {
	#demo .slider > div {
		width: 100%;
	}
	#header .nav a {
		font-size: 12px;
		padding: 14px;
	}
	#content .block {
		width: 50%;
		padding-right: 5%;
	}
	#content .mr-5 {
		margin-right: 0;
	}
}
@media screen and (max-width:640px) {
	#demo .slider > div {
		width: 100%;
	}
	#header .titles,
	#header .colors {
		float: left;
	}
	#header .titles {
		width: 100%;
		display: block;
	}
	#header .nav a {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#content .block {
		width: 100%;
	}
}