/* ===== FOOTER ===== */

footer {
	position: fixed;
	width: 100%;
	bottom: 0%;
}
#footer {
	font-size: 1vmax;
	background: linear-gradient(to bottom,  #999 0%, #666 100%); /* W3C */
	box-shadow: 0vmax 0vmax 0.35vmax 0.03vmax rgba(0,0,0,1);
}
#footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer a {
	color: #ccc;
	margin: 0;
	padding: 0;
}
#leftFooterBottom {
}
#youtube {
	width: 2.2vmax;
}
#fbook {
	width: 2.2vmax;	
}
#vk {
	width: 2.2vmax;	
}
#twiter {
	width: 2.2vmax;	
}
#googlePlus{
	width: 2.2vmax;	
}
#rightFooterBootom {
	margin: 0.3vmax;
}
#site_name {
	color: #000;
}

#rightsCopy {
	float: right;
}
