/**************************************************************************/
/* REDKIT COOKIES */                                                           
/**************************************************************************/

#cookie-bar{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
	border-top: 1px solid #aaa;
	text-align: center;
	padding: 10px 0;
	z-index: 500;
	}
	
#cookie-bar p{
	margin: 2px;
	}

/**************************************************************************/
/* REDKIT FOOTER */                                                           
/**************************************************************************/

.redkit_footer{
	width: 990px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	background: #f6f6f6;
	}

.redkit_footer_follow{
	text-align: center;
	padding: 0 0 0 0;
	color: #676666;
	font-size: 16px;
	margin-top: 20px;
	}
	
.redkit_footer_follow img{
	vertical-align: middle;
	margin-left: 10px;
	}
	
.redkit_footer_hr{
	height: 0px;
	border: 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #fbfbfb;
	margin: 20px 0;
	}
	
.redkit_footer_games{

	}
	
.redkit_footer_games p{
	font-size: 16px;
	color: #676666;
	text-align: center;	
	}
	
.redkit_footer_games_box{
	float: left;
	margin-right: 99px;
	}
	
.redkit_footer_games_box p{
	font-size: 16px;
	color: #676666;
	}
	
.redkit_footer_games_box ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
.redkit_footer_games_box li a{
	color: #941534;
	font-size: 14px;
	}
	
.redkit_footer_contacts{
	color: #676666;
	font-size: 14px;
	float: left;
	margin-right: 40px;
	}
	
.redkit_footer_sublinks{
	text-align: center;
	margin: 40px 0;
	}

.redkit_footer_sublinks div{display: inline-block; color: #4e4e4e; vertical-align: top; }

.redkit_footer_sublinks_terms > a { margin-right: 0 !important; }
.redkit_footer_sublinks_terms > a:last-child { margin-right: 15px !important; }

.redkit_footer_sublinks a{
	display: inline;
	margin-right: 15px;
	color: #4e4e4e;
	font-size: 13px;
	}

.redkit_footer_sublinks div a{padding: 0}
	
.redkit_footer_logos{
	text-align: center;
	}
	
.redkit_footer_logos_cdpr{
	margin-left: 143px;
	}
	
.yt, .fb, .tw{
	background: url(http://static.cdprojektred.com/redkit.cdprojektred.com/gfx/social-sprite.png) 0 0 no-repeat;
	width: 26px;
	height: 27px;
	display: inline-block;
	text-indent: -999999px;
	vertical-align: middle;
	margin-left: 5px;
	}

.yt{
	background-position: 0 -308px;
	}
	
.fb{
	background-position: 0 -0;
	}
	
.tw{
	background-position: 0 -154px;
	}
	
.yt:hover{
     background-position: 0 -385px;
	}
	
.fb:hover{
     background-position: 0 -77px;
	}
	
.tw:hover{
     background-position: 0 -231px;
	}
	
.redkit_footer_note{color: #676666; text-align: center; padding: 10px 0 20px 0; font-size: 14px;}