body {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body.helix-ultimate-preloader {
	overflow: hidden
}

body.helix-ultimate-preloader:before {
	content: " ";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background: rgba(121, 97, 97, 0.9)
}






.container{
	max-width: 870px !important;
}
/**
################################################# END HEADER #############################
*/