@charset "UTF-8";
/* Footer Options */

#footer_container{
	position: fixed;
	
	bottom:-300px;
	left:0px;
	
	width: 100%;
	height: 300px;
	
	background-color:#F8F8F8;
	/*background-image:url('../images/menu_ico.png');
	background-size:70px 80px;
	background-repeat:no-repeat;
	background-position:top right;*/
	
	opacity:1;
	
	cursor:pointer;
}

#footer_options{
	position: absolute;
	
	right:0px;/* 50px 130px*/
	
	width: 200px;
	height: 80px;
	
	background-image:url('../images/footer_options_ext.png');
	background-size:200px 80px;
	background-repeat:no-repeat;
	background-position:top center;
	
	pointer-events:auto!important;
	
	cursor:pointer;
}

#footer_tab_twitter{
	position: absolute;
	
	left:0px;
	
	width: 50px;
	height: 80px;
	
	cursor:pointer;
}

#footer_tab_linkedin{
	position: absolute;
	
	left:50px;
	
	width: 45px;
	height: 80px;
	
	cursor:pointer;
}

#footer_tab_unity{
	position: absolute;
	
	left:95px;
	
	width: 40px;
	height: 80px;
	
	cursor:pointer;
}

#footer_tab_contact{
	position: absolute;
	
	left:135px;
	
	width: 65px;
	height: 80px;
	
	cursor:pointer;
}

#close_grid_tab{
	position:absolute;
	
	width:130px;
	height:35px;
	
	top:23px;
	left:-140px;
	
	background:url('../images/close_grid_tab.png') no-repeat;
	background-size:130px 70px;
	background-position:top center;
	
	pointer-events:auto!important;
	
	cursor:pointer;
	
	/*transition: 0.25s;*/
}

@media (hover:hover) {
	#close_grid_tab:hover{
		background-position:center bottom;
	}
}

#copyright_footer{
	font-family: 'Lato', sans-serif;
	
	position:absolute;
	
	left:0px;
	top:25px;/*95px;*/
	
	width:100%;
	
	color:#AAA;/*#058e8f*/
	font-size:12px;
	font-weight:400;
	
	opacity:1.0;
}

#pp_footer, a#pp_footer, a#pp_footer:link, a#pp_footer:hover, a#pp_footer:active, a#pp_footer:visited{
	color:inherit;
	
	text-decoration:underline;
	letter-spacing:inherit;
	
	font-size:inherit;
}