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

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

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