#features {
	background-color: #e5442f;	
}

#intro .buttons .button:hover, #intro .buttons .button:focus {
  border: 3px solid #e5442f !important;
  color: #FFF !important;
}

.pricing-content .primary::before {
  background: #e5442f;
}

.pricing-content .primary {
  background: #555555;
}

#download .overlay {
  background: #555555;
    color: #FFF !important;
}

#go-top a:hover, #go-top a:focus {
  background: #555555;
}

.pricing-content .primary {
  background: #555555;
}

.pricing-content .price-block .button {
  background: #000000;
}

.pricing-content .price-block .plan-price {
  /*color: #ffffff;*/
}

.pricing-content .primary .price-block .plan-price {
  color: #ffffff;
}

.pricing-content .primary .button {
  background: #000000;
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h01, .h02, .h03, .h04, .h05, .h06 {
  color: #000000;
}

#intro {
  background-color: #000000;
}

.menu-toggle {
  background: #000000;
}

.section-intro .with-bottom-line::after {
  background-color: #000000;
}

#stats .icon-part i {
  color: #e5442f;
}

#stats .icon-part::after {
  background: #e5442f;
}

body {
  background: #000000;
}

.pricing-content .price-block .button:hover, .pricing-content .price-block .button:focus {
  background: #555555 !important;
    color: #FFF !important;
}

.pricing-content .primary .button:hover, .pricing-content .primary .button:focus {
  background: #e5442f !important;
  color: #FFF !important;
}

#stats {
  background: #000000;
}

#download .button:hover, #download .button:focus {
  background: #e5442f !important;
  color: #FFF !important;
}

#menu-nav-wrap {
  background: #000000;
}

a, a:visited {
	color: #e5442f !important;
}

a: hover {
	color: #555555 !important;	
}

@media only screen and (min-width:768px) {

	.switch a, .switch a:visited, .switch a:hover, .switch a:focus {
	  color: #ab3c94 !important;
	}

}