
@font-face {
  font-family: Xolonium;
  src: url(http://www.asus-portugal.com/pba/rogxl/fonts/Xolonium-Bold.otf);
}

body {
	background: #000000!important;
}

.title {
	 font-family: Xolonium;

}

.bg-black {
    background-color: #000000!important;
}


.hr-white {
  border: none;
  width: 60%;
  height: 1px;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(0deg, #000000, #ffffff, #000000);
}



.hr-orange {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #eb5d2f;
  background-image: -webkit-linear-gradient(0deg, #000000, #eb5d2f, #000000);
}

.orange {
	/*color: #eb5d2f!important;*/
	color: #ea0029!important;
	
}

.strix {
	color: #fb009f!important;
}



