/*
@import url(media.css) (max-width:768px);
*/
HTML {
	background-color: antiquewhite;
	margin: 0; padding: 0;
}

BODY {
	margin: 0 auto; padding: 0;
	max-width: 1024px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #FF0000;
}

HEADER {
	margin: 0; padding: 0;
	border: 1px solid #CCC;
}

DIV.container {
	min-height: 100%;
}

aside {
	width: 33%;
	float: right;
}

.nav-toggle {
	display: none;
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	background: #EF5A42;
	cursor: pointer;
}
.nav-toggle span {
	display: block;
	position: absolute;
	top: 19px;
	left: 8px;
	right: 8px;
	height: 2px;
	background: white;
}
.nav-toggle span:before, .nav-toggle span:after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background: white;
}
.nav-toggle span:before {
	top: -10px;
}
.nav-toggle span:after {
	bottom: -10px;
}
/* класс, который будет добавлен в верхнему меню при нажатии на кнопку и покажет скрытое меню*/
#menu.active {
	max-height: 123px;
}








FOOTER {
	clear: both;
	margin: 0;
	padding: 30px 0;
	border: 1px solid #CCC;
	background-color: #3C3D41;
	color: white;
}
.footer-col {
	width: 33.3333333333%;
	float: left;
}
.footer-col a {
	color: white;
}
.footer-col:last-child {
	text-align: right;
}
.social-bar-wrap {
	text-align: center;
}
.social-bar-wrap a {
	padding: 0 7px;
	font-size: 18px;
}


