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

h5 {
	line-height: 200%;
}

.title {
	 font-family: Xolonium;
}

.bg-dark {
    background-color: #161616!important;
}

.bg-gray {
	background-color: #232323!important;
}

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

.bg-purple {
    background-color: #9e005d!important;
}

.bg-blue {
	background-color: #025684!important;
}
.bg-mlp {
	background-color: #ffc107!important;
}
.bg-video {
	background-color: #E9E9E9;
}

/* Show it is fixed to the top */
body {
  min-height: 75rem;
  padding-top: 0rem;
}

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

.sub-title-offset {
	color: #2190e3;
}

.sub-title-mk {
	color: #fbac18;
}

.price {
	color: #000000;
}

.dealer {
    width: 150px !important;
}

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

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

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

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

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

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

.my-icon {
    vertical-align: middle;
    font-size: 22px;
}

.text-top {
	color: #a08f5d;
	padding-top: 15px
}

a {
    color: #a08f5d;
}

a:hover {
    color: #a08f5d;
    text-decoration: underline;
}


