footer
{
    width: 100%px;
    background: rgb(25,25,25);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

body.white footer
{
    box-shadow: 0 0 2px #000;
    background: #fff;
    color: #000;
}

body.black footer
{
    box-shadow: 0 0 2px #fff;
    background: #000;
}

footer .cr
{
    padding: 10px;
}

footer .cr::after
{
    content: ' ';
    width: 100px;
    height: 10px;
    background: rgb(0,120,200);
    display: block;
    margin: auto;
    margin-top: 30px;
}

footer .ctn
{
    text-align: left;
    margin: auto;
    max-width: 900px;
    padding: 0px;
    padding: 30px 0px;
}

footer .ctn .ttl,
footer .ctn .txt
{
    width: 100%;
    display: block;
    font-size: 0px;
}

footer .ctn .ttl h1,
footer .ctn .txt .cell
{
    width: calc(100%/3 - 10px);
    min-height: 10px;
    margin: 0px;
    display: inline-block;
    vertical-align: top;
}

footer .ctn {text-align: center;}

footer .ctn .ttl h1
{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

footer .ctn .ttl h1:first-child,
footer .ctn .txt .cell:first-child
{
    border-bottom: none;
}

footer .ctn .txt #favicon
{
    font-size: 0px;
    background: #fff;
    border-radius: 100px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

body.white footer .ctn .txt #favicon
{
    background: transparent;
    box-shadow: 0 0 2px #000;
}

body.black footer .ctn .txt #favicon
{
    background: transparent;
    box-shadow: 0 0 2px #fff;
}

footer .ctn .txt #favicon img
{
    width: 50px;
}

footer .ctn .txt h1,
footer .ctn .txt p
{
    margin: 0px;
    font-size: 14px;
    line-height: 1.5em;
}

footer .ctn .txt h1
{
    font-weight: normal;
    font-size: 28px;
}

footer .ctn .txt .sites 
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

footer .ctn .txt .sites li
{
	padding: 0px;
	margin: 0px;
	width: 106px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

footer .ctn .txt .sites li a
{
	display: block;
	text-decoration: none;
	padding: 50px 0px;
}

footer .ctn .txt .sites li a:hover
{
	background: rgb(0,120,200);
}

footer .ctn .txt .sites li a:active
{
	background: #000;
}

footer .ctn .txt .sites li a *
{
	display: block;
	margin: auto;
}

footer .ctn .txt .sites li a img
{
	max-height: 45px;
	width: 45px;
}

footer .ctn .txt .sites li a span
{
	font-size: 12px;
	margin-top: 10px;
	color: white;
}