@charset "UTF-8";
/* CSS Document */

/*********************************************************************************/
/* Footer Begin                                                                  */
/*********************************************************************************/
footer
{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 1.2em;
	background-color:rgba( 25 , 25 , 25 , 0.95 );
	border-top:1px solid rgba( 255 , 255 , 255 , 1 );
	border-bottom:1px solid rgba( 255 , 255 , 255 , 1 );
	text-align: center;
	z-index: 999;
}

footer img
{
	padding:0;
	margin:0;
	vertical-align: middle;
}

#justeat
{
	position:fixed;
	bottom: 1.6em;
	right: 0.5em;
	margin:0;
	padding:0;
}


#mc_embed_signup
{		
	margin:0;
	padding:0;
}
	
#mc-embedded-subscribe-form ul
{
	margin: 0;
	padding: 0;
}

#mc-embedded-subscribe-form li
{
	display: inline-block;		
	margin: 0;
	padding: 0;
	line-height:2.4em;
}
	
#mc_embed_signup form
{
	position:relative; 
	text-align:center;
}



#intra
{
	position:fixed;
	right:0em;
	bottom:0em;
}

#intra a
{
	color: rgba( 44 , 44 , 44 , 1 );
}

#intra a:hover
{
	color: rgba( 44 , 44 , 44 , 1 ) !important;
	background:rgba( 54 , 54 , 54 , 1 );
}

#intra a:active
{
	background: #333333;
}









/*****For mobile*****/
@media only screen and (max-device-width : 600px), (max-width : 600px)
{	
	#intra, #justeat
	{
		display:none;
	}
	
	footer
	{
		bottom: 0em;
	}
}
