::selection {
  background-color: #000;
  color: #fff;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
.theme-color{
  color: #000;

}

.btn-theme,
.theme-before:before,
.theme-after:after,
.theme-bg{
  background: #ff0000;
}

.theme-border {
	border-color: #ff0000 !important;
}