
html {
	background-color: #151515!important;
}

body {
	color: #2A2A2A;
	background-color: transparent!important;
}

a,
a:link,
a:active,
a:focus,
a:visited {
	color: #7a7a7a!important;
}

a:hover {
	color: #2A2A2A!important;
}

h1, h2, h3, h5 {
	color: #7a7a7a!important;
}

h4, h6 {
	color: #e42313!important;
}

::selection,
::-moz-selection { /* Code for Firefox */
	background-color: #c5c5c5!important;
}

blockquote,
blockquote blockquote {
	background-color: #e5e5e5!important;
}

.color-txt-body {
	color: #2A2A2A!important;
}

.color-txt-corporate-red {
	color: #e42313!important;
}



/* 
HEADER
----------------------------------------------------------------- */
header,
#header-content {
	background-color: white!important;
}

#header-navigation a:hover span {
	border-bottom-color: #2A2A2A !important;
}

.js_current_page a.current_page,
.js_current_page a.current_page:hover {
	background-color: #e5e5e5!important;
	color: #7a7a7a!important;
}

a.highlighted {
	color: white!important;
	background-color: #4a4a4a!important;
}
a.highlighted:hover {
	background-color: #e42313!important;
}
a.highlighted:hover span  {
	border-bottom: none !important;
}




/* 
CONTAINER
----------------------------------------------------------------- */
#container,
#container-content {
	background-color: white!important;
}

#container-moto-inner p {
	color: white!important;
}

hr {
	border-top-color: #c5c5c5!important;
}

/*
CONTENT: Downloads
----------------------------------------------------------------- */
.downloads-navigation div:hover span {
	color: #e42313!important;
}
.downloads-navigation img {
	border-color: #e5e5e5!important;
}


/*
CONTENT: Dropdown menu
----------------------------------------------------------------- */

.dropbtn {
	background-color: #e5e5e5!important;
	color: #4a4a4a!important;
}

.dropdown-content {
	background-color: #f0f0f0!important;
}

.dropdown-content a {
	color: #2A2A2A!important;
}

.dropdown-content a:hover {
	background-color: #e5e5e5!important;
	color: #2A2A2A!important;
}

.dropdown-content a:visited {
	/* color: #7a7a7a!important; */
}

.dropdown-content a:visited:hover {
	/* color: #2A2A2A!important; */
}

.dropdown:hover .dropbtn {
	background-color: #c5c5c5!important;
	color: #e42313!important;
}

.dropdown:hover span {
	color: white!important;
}

/*
HEADER: Dropdown menu
----------------------------------------------------------------- */

#header-content .dropdown:hover .dropbtn {
	color: #4a4a4a!important;
}

#header-content .dropdown-content a:hover {
	color: #e42313!important;
}



/*
FOOTER
----------------------------------------------------------------- */
footer,
#footer-content {
	background-color: #151515!important;
}

#footer-content p {
	color: white!important;
}