
footer.entry-footer {
	display: none !important;
}


body > aside {
	float: left;
	clear: left;
	position: relative;
	width: 100%;
	color: #fff;
	background-color: #3399ff;
}

body > aside [col] {
	margin: 0 16px;
}

body > aside .column {
	margin: 0 16px;
	padding: 72px 0 8px 0;
}

body > aside .column ol {
	margin: 0 0 32px 0;
	text-align: left;
	list-style: none;
}

body > aside .column ol li {
	font-size: 14px;
	line-height: 24px;
}

body > aside .column ol li.title {
	margin: 0 0 16px 0;
	text-transform: uppercase;
	font-family: fs;
	font-weight: 500;
	color: #323232;
}

body > aside .column ol li > a {
	display: block;
	width: calc(100% - 24px);
	height: 24px;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	color: #fff;
}

body > aside .column ol.posts li > a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body > aside .column ol li.social > a {
	display: inline-block;
	width: auto;
}

body > aside .column ol li a:hover {
	text-decoration: none;
	color: #282828;
}

body > aside .column ol li > p,
body > aside .column ol li > p a {
	height: 16px;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	color: #d3d3d3;
}

body > aside .column ol li a i {
	margin: 0 8px 0 0;
	font-size: 20px;
}

body > aside .column ol li form {
	height: 32px;
}

body > aside .column ol li form input {
	display: inline-block;
	float: left;
	width: 60%;
	height: 32px;
	margin: 0;
	padding: 0 0 0 8px;
	min-width: 80px;
	border-top: 1px solid #3399ff;
	border-right: 0;
	border-bottom: 1px solid #3399ff;
	border-left: 1px solid #3399ff;
	text-align: left;
	font-family: os;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	outline: none;
	color: #323232;
	background-color: #fff;
}

body > aside .column ol li form button {
	display: inline-block;
	float: left;
	height: 32px;
	height: auto;
	margin: 0;
	padding: 0 8px;
	border-top: 1px solid #3399ff;
	border-right: 1px solid #3399ff;
	border-bottom: 1px solid #3399ff;
	border-left: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: os;
	font-size: 88%;
	font-weight: 600;
	line-height: 32px;
	outline: none;
	color: #fff;
	background-color: #323232;
	cursor: pointer;
}

footer {
	float: left;
	clear: left;
	position: relative;
	width: 100%;
	height: 80px;
	color: #c1c1c1;
	background-color: #161616;
}

footer > div.width > a > div.logo {
	float: left;
	width: 80px;
	height: 23px;
	margin: 32px 16px 0 16px;
	background-image: url(/img/shared/logo.png);
	background-repeat: no-repeat;
	background-size: 80px;
}

footer > div.width > p.copyright {
	float: left;
	margin: 0;
	padding: 0;
	font-family: os;
	font-size: 12px;
	line-height: 80px;
	color: #d3d3d3;
}

footer > div.width > div.united {
	float: right;
	width: 62px;
	height: 40px;
	margin: 20px 64px 0 16px;
	background-image: url(/img/shared/uigroup.jpg);
	background-repeat: no-repeat;
	background-size: 62px;
}

footer > div.width > div.goTop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #323232;
	background-color: #3399ff;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	-khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
