/*
 * Custom Css Styles
 */

body, html {
	
	background-color: ;

	font-family: "", Arial, sans-serif;
	font-size: ;
	font-weight: ;
	color: ;

}

header .mask {
	display: none !important;
}


.loading .spinner {
	border: 20px solid #9e1e22 !important;
	border-right-color: transparent !important;
}

.top-nav-collapse {
	background-color: #9f1e20 !important;
}

.navbar-custom li a {
	font-family: "Port Lligat Slab" !important;
	font-size: 16px !important;
	color: #f7f7f7 !important;
}

.navbar-custom li a:hover {
	background-color: transparent;
	border: 2px solid #ba5959 !important;
	color: #ba5959 !important;
	outline: none !important;
}

footer .bottom {
	background-color: #9f1e20 !important;
}

footer .bottom .fa {
	color:  !important;
}

footer i.fa {
	color: #ffffff !important;
}