*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	box-sizing: border-box;
	position: relative;
	list-style: none;
	line-height: 1.2;
	font-family: 'Roboto Condensed', sans-serif;
	outline: none;
}
.fancybox-navigation{
	top: 50%;
}