.fancybox-overlay {
	background: rgb(234,234,229);
	filter: alpha(opacity=90);
	background: rgba(234, 234, 229,0.9);
}

.fancybox-opened .fancybox-skin {
	box-shadow: none;
}

.fancybox-skin {
	background:#fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.fancybox-close {
	right: -10px;
	top: 8px;
	background: transparent;
}

.fancybox-close:before {
	content: 'x';
	font-family: 'icomoon',arial;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #404040;
	font-size: 18px;
}

.fancybox-title {
	font-family: 'LatoRegular',arial,sans-serif;
}