/* Cookie warning */
#cookie-warn{
    position:		fixed;
    bottom:			0;
    background:		#2f2f2f;
    margin:			0;
    padding:			15px;
    width:			calc(100% - 30px);
    display:			block;
    z-index:			99;
}

#cookie-warn > *{
	display:			inline-block;
	vertical-align:	middle
}

#cookie-warn a{
    color:			#ffffff;
    text-transform: uppercase;
    float:			right;
	padding:			7px 0px;
	border-radius:	15px;
	font-size:		13px;
	width:			200px;
	text-align:		center;
	margin-left:		10px
}

#cookie-warn a:hover{
	background-color:#ffffff;
	color:			#2f2f2f
}

#cookie-warn p{
    font-size:		13px;
    color:			#fefefe;
	width:			calc(100% - 420px)
}

body.withCoockie .mainContainer{
	padding-bottom:	46px	
}

body.withCoockie footer{
	bottom:			46px
}