::selection {
  background-color: #2E2E2E;
  color: #fffdfd;
}
::-moz-selection {
  background-color: #2E2E2E;
  color: #2E2E2E;
}
.theme-color{
  color: #2E2E2E;
}
.btn-theme:hover,
.theme-before:before,
.theme-after:after{
  background: #8A8A8A !important;
}

.btn-theme,
.theme-bg {
  background: #2E2E2E !important;
}

.theme-border {
	border-color: #2E2E2E !important;
}
.s_icon img{
  width: 35px;
  height: 35px;
}
.my_bg{
  background-color: #2E2E2E !important;
}