html {
	scrollbar-gutter: stable;
}

body {
	background-color: #fff;
	font-family: 'Verdana';
	margin: 0;
}

.icon {
	width: 35px;
}

#contents:after {
	clear: both;
	content: "";
	display: block;
	line-height: 0;
	visibility: hidden;
}

button {
	color: #2c2c2c;
	background-color: #f0bb04;
	font-size: 19px;
	border: 1px solid #f0bb04;
	border-radius: 8px;
	padding: 10px 50px;
	cursor: pointer;
	margin-top: -10px;
}

button:hover {
	color: #2c2c2c;
	background-color: #ffffff;
}

#header {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0;
}

#header>div,
#footer>div {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}

#header .logo {
	float: left;
	margin-right: 80px;
}

#header .logo a {
	background: url(../images/cloud.svg) no-repeat center top;
	background-position: 36px;
	color: #2c2c2c;
	display: block;
	font: 19px/30px 'Verdana';
	font-weight: bolder;
	height: 15px;
	width: 120px;
	padding-top: 68px;
	text-decoration: none;
}

#navigation {
	display: inline-block;
	list-style: none;
	line-height: 80px;
	padding: 0;
}

#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	width: 170px;
	text-align: center;
}

#navigation li a {
	color: #5a5a5a;
	font-size: 18px;
	line-height: 30px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #000;
}

#navigation li.active a {
	color: #2c2c2c;
}

#box {
	padding: 60px 0;
}

#box h1,
#box h2 {
	color: #2c2c2c;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	margin-left: -20px;
}

#box h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: none;
}

#box p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

#box p span {
	display: block;
	font-size: 12px;
	width: 360px;
	padding: 24px 0;
	text-align: center;
}

#box p span b {
	font-weight: normal;
	display: block;
	width: 256px;
}

#contents {
	width: 880px;
	min-height: 600px;
	margin: 0 auto;
	padding: 40px 40px;
}

h1 {
	color: #3e3e3e;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 30px;
}

h2 {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}

p {
	color: #585858;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}

p a {
	color: #585858;
}

#splitblock h1 {
	margin-left: 20px;
	border-bottom: 1px solid #846a6a;
}

#splitblock p {
	margin-left: 20px;
}

#splitblock>div {
	float: left;
	width: 400px;
	margin: 0 20px;
	margin-bottom: 40px;
}

#fullblock h1 {
	margin-left: 20px;
	border-bottom: 1px solid #846a6a;
}

#fullblock p {
	margin-left: 20px;
	width: 820px;
}

#fullblock>div {
	float: left;
	width: 100%;
	margin: 0 20px;
	margin-bottom: 40px;
}

.float-child-left {
	width: 7%;
	float: left;
}

.float-child-right {
	width: 93%;
	float: left;
}

#intro h1 {
	color: #2c2c2c;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 40px;
}

#intro>div {
	float: left;
	width: 810px;
	margin: 0 20px;
	margin-bottom: 45px;
}

#contents .features {
	width: 810px;
	margin: 0 auto;
}

#links {
	display: flex;
	align-items: center;
}

#links>a {
	margin-left: 15px;
}

.features>div {
	display: inline-block;
	margin: 0 0 30px;
}

.features>div img {
	float: left;
	margin-right: 20px;
	margin-top: 36px;
}

.date {
	float: left;
	height: 78px;
	width: 70px;
	margin-right: 20px;
	border: 1px solid #d5d5d5;
	text-align: center;
}

.date p {
	margin: 12px 0 0;
}

.date p span {
	display: block;
	font-size: 30px;
	margin-bottom: 6px;
}

.author {
	color: #585858;
	display: block;
	font-size: 12px;
}

.more {
	background-color: #727272;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

.more:hover,
.message input[type='submit']:hover {
	background-color: #f99600;
	color: #000;
}

.main {
	float: left;
	width: 620px;
	padding-right: 24px;
}

.main h1,
.sidebar h1 {
	margin: 0 0 12px;
	position: relative;
	top: -18px;
}

.main h2 span {
	display: block;
	font-size: 12px;
}

.sidebar {
	float: left;
	min-height: 848px;
	width: 216px;
	margin-left: 20px;
}

.sidebar ul,
.news {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news li {
	border-top: 1px solid #d5d5d5;
	padding: 24px 30px 0 100px;
	position: relative;
}

.news li .date {
	float: none;
	position: absolute;
	left: 0;
	top: 30px;
}

.news li>p span,
.post>span {
	display: block;
	text-align: right;
}

.posts {
	border-top: 1px solid #d5d5d5;
}

.posts li {
	border-bottom: 1px solid #d5d5d5;
	padding: 24px 10px 0;
}

.posts li p {
	font-size: 14px;
}

.posts li .title {
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 12px;
}

.posts li .title a {
	color: #2c2c2c;
	font-size: 16px;
	text-decoration: none;
}

.post {
	width: 785px;
	margin: 0 auto;
}

.post h1 {
	padding-top: 12px;
}

#about {
	width: 820px;
	margin: 0 20px;
}

#about h1,
.section h1 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
}

.section {
	float: left;
	width: 390px;
	margin-right: 50px;
}

.section h1 {
	margin-bottom: 18px;
}

.message input[type='text'],
.message textarea {
	color: #aeaeae;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	width: 380px;
	border: 1px solid #d5d5d5;
	margin: 0 0 6px;
	padding: 0 4px;
}

.message textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}

.message input[type='submit'] {
	float: right;
	background-color: #5a5a5a;
	color: #d5d5d5;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}

.contact {
	background-color: #f8f8f8;
	width: 270px;
	padding: 124px 60px;
	text-align: center;
}

.contact p span {
	color: #2c2c2c;
	display: block;
	font-size: 30px;
	line-height: 36px;
	padding: 18px 0;
}

#footer {
	background-color: #f6f6f6;
	border-top: 1px solid #d8d8d8;
	padding: 50px 0;
}

#footer p {
	float: right;
	font-size: 12px;
	line-height: 30px;
	padding-left: 10px;
}

#connect {
	display: inline-block;
	margin-right: 30px;
}