::selection {
  background-color: #d82323;
  color: #fff;
}
::-moz-selection {
  background-color: #d82323;
  color: #fff;
}

a {
	color:#d82323;
}
a:hover,
a:active,
a:focus {
	color:#d82323;	
	text-decoration: none;
}

.top-nav li a.active {
	color:#d82323;	
}

.theme-color {
	color:#d82323;
}

.m-btn-theme,
.theme-after:after,
.theme-bg {
	background-color: #d82323;	
}