@CHARSET "UTF-8";
			
.content a {
	color: #757575 !important;
}
			
.content a:hover {
	color: #333333 !important;
}

.content a.button, a.button, .formandu-button {
	color: #ffffff !important;
	background: #333333 !important;
	border-radius: 0
}
			
.content a.button:hover, a.button:hover, .formandu-button:hover {
	color: #f9d391 !important;
	background: #333333 !important;	
}

.content h1, .content h2, .content h3, .content h4, span[style~='red']:after {
	color: #333333;
}

.banner .text {
	background-color: rgba(5,6,10,0);
	border-radius: 0
}

.nav {
	background: rgba(5,6,10,0);
}

nav.menu span.item>a {
	color: #757575 !important;
}

nav.menu span.submenu hr {
	border-top-color: #757575;
}
	    
nav.menu span.toplevel-sep:before {
	color: #757575;
}
	    
nav.menu span.item:hover>a {
	color: #ffffff !important;
	border-bottom-color: #ffffff !important;
}
			
.strokeme {
	stroke: #f9d391;
}

.fillme {
	fill: #f9d391;
}

body {
	background-image: url(/theme/shared/texs/none.png);
	background-color: #05060a !important;
}
			
.banner {
	color: #ffffff !important;
}

.services {
	background-color: #05060a !important;
	background-image: url(/theme/shared/texs/none.png) !important;
	color: #ffffff !important;
	border-top: 1px solid #333333 !important;
	border-bottom: 1px solid #333333 !important;
}

.content {
	background: #ffffff !important;
	color: #333333 !important;
}

.content hr {
	border: none;
	border-bottom: 1px solid #f9d391;
}

.footer {
	color: #ffffff !important;
}

.submenu {
	background: rgba(0,0,0,1);
	border-top-color: #ffffff;
}

nav.menu {
  background: rgba(5,6,10,0);	    
}

nav.menu span.item span.submenu a {
	color: #757575 !important;
	border-bottom: none !important;
}
			
nav.menu span.item span.submenu a:hover {
	color: #ffffff !important;
}
			
nav.menu span.item:hover a {
  border-bottom: 3px solid transparent;
}

.formandu-text, .formandu-textarea, .formandu-dropdown {
	background: #ffffff;
	color: #333333;
	border: 1px solid #888888;
	border-radius: 0
}

@media (max-width: 750px) { 
	.nav ul li.has-dropdown>a:after {
		border-left: 8px solid #757575;
	}
}
			