/*=================
	// add selector
===================*/


/* width per */


.w-90per {
  width: 90%;
}

.w-92per {
  width: 92%;
}

.w-95per {
  width: 95%;
}

.w-98per {
  width: 98%;
}

@media (min-width: 640px) {

  .w-sm-90per {
    width: 90%;
  }

  .w-sm-92per {
    width: 92%;
  }

  .w-sm-95per {
    width: 95%;
  }

  .w-sm-98per {
    width: 98%;
  }

}

@media (min-width: 1000px) {

  .w-md-90per {
    width: 90%;
  }

  .w-md-92per {
    width: 92%;
  }

  .w-md-95per {
    width: 95%;
  }

  .w-md-98per {
    width: 98%;
  }


}


/* width px */

.mw-1200 {
  max-width: 1200px;
}

.mw-1260 {
  max-width: 1260px;
}

.mw-1300 {
  max-width: 1300px;
}


/* margin */

.me-minus-05 {
  margin-right: -5px;
}

.me-minus-10 {
  margin-right: -10px;
}

.me-minus-15 {
  margin-right: -15px;
}

.me-minus-18 {
  margin-right: -18px;
}

.me-minus-20 {
  margin-right: -20px;
}



/* font size */

.fs-70 {
  font-size: 70px;
}

.fs-80 {
  font-size: 80px;
}

.fs-90 {
  font-size: 90px;
}

.fs-100 {
  font-size: 100px;
}

@media (min-width: 640px) {



  .fs-sm-70 {
    font-size: 70px;
  }


  .fs-sm-76 {
    font-size: 76px;
  }


  .fs-sm-80 {
    font-size: 80px;
  }

  .fs-sm-90 {
    font-size: 90px;
  }

  .fs-sm-100 {
    font-size: 100px;
  }


}


@media (min-width: 1000px) {


  .fs-md-70 {
    font-size: 70px;
  }

  .fs-md-80 {
    font-size: 80px;
  }

  .fs-md-90 {
    font-size: 90px;
  }

  .fs-md-100 {
    font-size: 100px;
  }


}



/*=================
	//  text color
===================*/


.text-keyred {
  color: #c8373c;
}

.text-white {
  color: #fff;
}

.text-gold {
  color: #bf932e;
}

.text-mocha {
  color: #a58f6b;
}

.text-ccc {
  color: #ccc;
}

.text-aaa {
  color: #aaa;
}

.text-999 {
  color: #999;
}


.text-666 {
  color: #666;
}

.text-555 {
  color: #555;
}

.text-555-i {
  color: #555 !important;
}


.text-333 {
  color: #333;
}

.text-end-i {
  color: #aaa !important;
}

/* .text-pink {
  color: #cc6875;
} */


/*=================
	// line color
===================*/

.border-555-i {
  border: #555 thin solid !important;
}



.border-bottom-gold {
  border-bottom: #bf932e thin solid;
}