html {
	font-size: 14px;
	color: #000;
}

header, footer {
	background: #000;
}

header h1 {
	margin: 0;
}

header h1 img {
	max-width: 260px;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #888;
}


.footer-banner {
	background: #666;
	padding: 3rem 0;
}

.footer-banner img {
	width: 100%;
	max-width: 300px;
	padding: 0 1rem;
}

.footer-banner a {
    transition: all 0.3s ease 0s;
}

.footer-banner a:hover {
	opacity: 0.6;
}

footer {
	text-align: center;
}

footer h1 {
	padding: 3rem 0 1.5rem;
}

footer h1 img {
	max-width: 180px;
}

footer .cl {
	border-top: 0.1rem solid #2f2f2f;
	padding: 1rem 0;
}

footer .cl img {
	width: 78px;
	margin-right: 1rem;
}

footer .cl p {
	font-size: 10px;
	color: #6e6d6d;
	margin: 0;
}

.scrollup {
	opacity: 0;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	width: 55px;
	height: 55px;
	z-index: 1000;
	background: #000;
    transition: all 0.4s ease 0s;
}

.scrollup:hover {
    background: #6297ca;
}

.scrollup span {
    display: block;
    background: url(../img/common/scrollup-white.png) no-repeat left top;
    width: 25px;
    height: 0;
    padding: 17px 0 0 0;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 19px;
}


@media (max-width: 640px) {
	html {
		font-size: 13px;
	}

	header h1 {
		text-align: center;
	}

	header h1 img {
		width: 197px;
	}

	footer .cl .uk-flex {
		display: block;
	}
	
	footer .cl img {
		margin: 0 0 0.5rem;
	}
	
	.scrollup {
		width: 40px;
		height: 40px;
	}
	.scrollup span {
		margin-top: 11px;
	}
	
	.footer-banner {
    	padding: 2rem 0;
	}
}
