@font-face {
	font-family: 'themify';
	src:url('../fonts/themify9f24.html?-fvbane');
	src:url('../fonts/themifyd41d.html?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify9f24-2.html?-fvbane') format('woff'),
		url('../fonts/themify9f24-3.html?-fvbane') format('truetype'),
		url('../fonts/themify9f24-4.html?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

.overlay {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);;
    opacity: 1;
}

.background-image{background-image:linear-gradient(to bottom, rgba(256, 256, 256, .2) 10%, rgba(0, 0, 0, 0.6));}
.theme-overlay::before {
	background: #000000bf none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
}