@charset "UTF-8";

/* clearfix
--------------------------------- */
.clearfix:after { content:" "; display:block; clear:both; }


/* base
============================== */
html,body {
	width: 100%;
	height: 100%;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}
#wrap {
	min-height: 100%;
	box-sizing: border-box;
	padding: 110px 0 0;
	position: relative;
}
#wrap ~ img { display: none; }
a { color: #ff7c60; }
a:hover { text-decoration: none; }

/* header
============================== */
header {
	width: 100%;
	background: #fff;
	z-index: 999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: none;
}
header h1 a { display: block; text-indent: -9999px; }
header.headerShadow {
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}
.headerHidden {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
/* footer
============================== */
footer {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
footer #supportNav li { display: inline-block; }
footer #supportNav a {
	display: inline-block;
	color: #666;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 10px;
}
footer .facebook a {
	display: inline-block;
	color: #888;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
	padding: 0 0 15px;
}
footer .facebook a:hover { color: #ff7c60; }
footer .facebook i {
	font-size: 24px;
	margin: 0 5px 0 0;
	position: relative;
	top: 4px;
}
footer .copyright {
	color: #888;
	font-size: 10px;
	line-height: 1.4;
	padding: 0 0 15px;
}
