footer {
	background: #eeeeee;
	border-top: 1px solid #d2d2d2;
	font-size: 9pt;
	display: block;
}

body.dimmed footer {
	background: #777777;
	border-top: 1px solid #777777;
}

footer a {
	color: #313131;
}

footer a:hover {
	color: #000;
}

footer .logo {
	background: url('../../img/layout/footer-logo.png');
	float: left;
	position: relative;
	top: -1px;
	width: 33px;
	height: 45px;
}

body.dimmed footer .logo {
	background: url('../../img/layout/footer-logo-dimmed.png');
}

/*** TOP NAVIGATION ***/

footer nav {
	text-align: center;
	margin-bottom: 30px;
}

footer nav ul {
	display: inline-block;
	list-style: none;
	border-bottom: 1px solid #d2d2d2;
	margin: 0px auto;
}

body.dimmed footer nav ul {
	border-bottom: 1px solid #696969;
}

footer nav ul li {
	display: inline-block;
	line-height: 30px;
	font-size: 10pt;
	margin: 15px 30px;
}

footer nav ul li a {
	text-decoration: underline;
}

footer nav ul li a:hover {
	text-decoration: none;
}

/*** OTHER NAVIGATION ***/

footer .row ul {
	list-style: none;
}

footer .row a.napad-roku {
	display: block;
	background: url('../../img/layout/napad-roku.png');
	width: 150px;
	height: 107px;
}

body.dimmed footer .row a.napad-roku {
	background: url('../../img/layout/napad-roku-dimmed.png');
}

/*** SOCIALS ***/

footer .socials .share_button {
        margin-left: 15px;
}

footer .socials .share_button .twitter-share-button {
        vertical-align: bottom;
}

footer .socials ul li {
	display: inline-block;
}

footer .socials ul li a {
	display: inline-block;
	width: 40px;
	height: 39px;
	margin-right: 12px;
}

footer .socials ul li a.vk {
	background: url('../../img/layout/vk-icon.png');
}

footer .socials ul li a.facebook {
	background: url('../../img/layout/fb-icon.png');
}

footer .socials ul li a.twitter {
	background: url('../../img/layout/tw-icon.png');
}

footer .socials ul li a.blogger {
	background: url('../../img/layout/bl-icon.png');
}

footer .socials div.gopay {
	background: url('../../img/layout/gopay.png') no-repeat;
	width: 59px;
	height: 43px;
        margin-left: 15px;
        margin-top: 10px;
}

body.dimmed footer .socials ul li a.vk {
	background: url('../../img/layout/vk-icon-dimmed.png');
}

body.dimmed footer .socials ul li a.facebook {
	background: url('../../img/layout/fb-icon-dimmed.png');
}

body.dimmed footer .socials ul li a.twitter {
	background: url('../../img/layout/tw-icon-dimmed.png');
}

body.dimmed footer .socials ul li a.blogger {
	background: url('../../img/layout/bl-icon-dimmed.png');
}

body.dimmed footer .socials div.gopay {
	background: url('../../img/layout/gopay-dimmed.png');
}

/*** BOTTOM COPYRIGHT FACET ***/

footer .copyright {
	border-top: 1px solid #d2d2d2;
	height: 27px;
	line-height: 27px;
	text-align: center;
	margin-top: 20px;
}

body.dimmed footer .copyright {
	border-top: 1px solid #696969;
}