/**
 * Font Color.
 */
.font-turquoise {
  color: #1abc9c;
}
.font-green-sea {
  color: #16a085;
}
.font-emerald {
  color: #2ecc71;
}
.font-nephritis {
  color: #27ae60;
}
.font-peter-river {
  color: #3498db;
}
.font-belize-hole {
  color: #2980b9;
}
.font-amethyst {
  color: #9b59b6;
}
.font-wisteria {
  color: #8e44ad;
}
.font-wet-asphalt {
  color: #34495e;
}
.font-midnight-blue {
  color: #2c3e50;
}
.font-sun-flower {
  color: #f1c40f;
}
.font-orange {
  color: #f39c12;
}
.font-carrot {
  color: #e67e22;
}
.font-pumpkin {
  color: #d35400;
}
.font-alizarin {
  color: #e74c3c;
}
.font-pomegranate {
  color: #c0392b;
}
.font-clouds {
  color: #ecf0f1;
}
.font-silver {
  color: #bdc3c7;
}
.font-concrete {
  color: #95a5a6;
}
.font-asbestos {
  color: #7f8c8d;
}
.font-white {
  color: #ffffff;
}
.font-black {
  color: #000000;
}

/**
 * Font Color.
 */
.link-turquoise a {
  color: #1abc9c;
}
.link-turquoise a:hover,
.link-turquoise a:focus,
a.font-turquoise:hover,
a.font-turquoise:focus {
  color: #000c7c;
}
.link-green-sea a {
  color: #16a085;
}
.link-green-sea a:hover,
.link-green-sea a:focus,
a.font-green-sea:hover,
a.font-green-sea:focus {
  color: #008065;
}
.link-emerald a {
  color: #2ecc71;
}
.link-emerald a:hover,
.link-emerald a:focus,
a.font-emerald:hover,
a.font-emerald:focus {
  color: #0eac51;
}
.link-nephritis a {
  color: #27ae60;
}
.link-nephritis a:hover,
.link-nephritis a:focus,
a.font-nephritis:hover,
a.font-nephritis:focus {
  color: #078e40;
}
.link-peter-river a {
  color: #3498db;
}
.link-peter-river a:hover,
.link-peter-river a:focus,
a.font-peter-river:hover,
a.font-peter-river:focus {
  color: #1478bb;
}
.link-belize-hole a {
  color: #2980b9;
}
.link-belize-hole a:hover,
.link-belize-hole a:focus,
a.font-belize-hole:hover,
a.font-belize-hole:focus {
  color: #096099;
}
.link-amethyst a {
  color: #9b59b6;
}
.link-amethyst a:hover,
.link-amethyst a:focus,
a.font-amethyst:hover,
a.font-amethyst:focus {
  color: #9b59b6;
}
.link-wisteria a {
  color: #8e44ad;
}
.link-wisteria a:hover,
.link-wisteria a:focus,
a.font-wisteria:hover,
a.font-wisteria:focus {
  color: #6e248d;
}
.link-wet-asphalt a {
  color: #34495e;
}
.link-wet-asphalt a:hover,
.link-wet-asphalt a:focus,
a.font-wet-asphalt:hover,
a.font-wet-asphalt:focus {
  color: #14293e;
}
.link-midnight-blue a {
  color: #2c3e50;
}
.link-midnight-blue a:hover,
.link-midnight-blue a:focus,
a.font-midnight-blue:hover,
a.font-midnight-blue:focus {
  color: #0c1e30;
}
.link-sun-flower a {
  color: #f1c40f;
}
.link-sun-flower a:hover,
.link-sun-flower a:focus,
a.font-sun-flower:hover,
a.font-sun-flower:focus {
  color: #c1a400;
}
.link-orange a {
  color: #f39c12;
}
.link-orange a:hover,
.link-orange a:focus,
a.font-orange:hover,
a.font-orange:focus {
  color: #c37c00;
}
.link-carrot a {
  color: #e67e22;
}
.link-carrot a:hover,
.link-carrot a:focus,
a.font-carrot:hover,
a.font-carrot:focus {
  color: #b65e02;
}
.link-pumpkin a {
  color: #d35400;
}
.link-pumpkin a:hover,
.link-pumpkin a:focus,
a.font-pumpkin:hover,
a.font-pumpkin:focus {
  color: #b33400;
}
.link-alizarin a {
  color: #e74c3c;
}
.link-alizarin a:hover,
.link-alizarin a:focus,
a.font-alizarin:hover,
a.font-alizarin:focus {
  color: #b72c1c;
}
.link-pomegranate a {
  color: #c0392b;
}
.link-pomegranate a:hover,
.link-pomegranate a:focus,
a.font-pomegranate:hover,
a.font-pomegranate:focus {
  color: #a0190b;
}
.link-clouds a {
  color: #ecf0f1;
}
.link-clouds a:hover,
.link-clouds a:focus,
a.font-clouds:hover,
a.font-clouds:focus {
  color: #bcd0d1;
}
.link-silver a {
  color: #bdc3c7;
}
.link-silver a:hover,
.link-silver a:focus,
a.font-silver:hover,
a.font-silver:focus {
  color: #9da3a7;
}
.link-concrete a {
  color: #95a5a6;
}
.link-concrete a:hover,
.link-concrete a:focus,
a.font-concrete:hover,
a.font-concrete:focus {
  color: #758586;
}
.link-asbestos a {
  color: #7f8c8d;
}
.link-asbestos a:hover,
.link-asbestos a:focus,
a.font-asbestos:hover,
a.font-asbestos:focus {
  color: #5f6c6d;
}
.link-white a {
  color: #ffffff;
}
.link-white a:hover,
.link-white a:focus,
a.font-white:hover,
a.font-white:focus {
  color: #dfdfdf;
}
.link-black a {
  color: #000000;
}
.link-black a:hover,
.link-black a:focus,
a.font-black:hover,
a.font-black:focus {
  color: #303030;
}

/**
 * Background Color.
 */
.bg-turquoise,
.bd-turquoise.bar-scale a::after, a.bd-turquoise.bar-scale::after {
  background-color: #1abc9c;
}
.bg-green-sea,
.bd-green-sea.bar-scale a::after, a.bd-green-sea.bar-scale::after {
  background-color: #16a085;
}
.bg-emerald,
.bd-emerald.bar-scale a::after, a.bd-emerald.bar-scale::after {
  background-color: #2ecc71;
}
.bg-nephritis,
.bd-nephritis.bar-scale a::after, a.bd-nephritis.bar-scale::after {
  background-color: #27ae60;
}
.bg-peter-river,
.bd-peter-river.bar-scale a::after, a.bd-peter-river.bar-scale::after {
  background-color: #3498db;
}
.bg-belize-hole,
.bd-belize-hole.bar-scale a::after, a.bd-belize-hole.bar-scale::after {
  background-color: #2980b9;
}
.bg-amethyst,
.bd-amethyst.bar-scale a::after, a.bd-amethyst.bar-scale::after {
  background-color: #9b59b6;
}
.bg-wisteria,
.bd-wisteria.bar-scale a::after, a.bd-wisteria.bar-scale::after {
  background-color: #8e44ad;
}
.bg-wet-asphalt,
.bd-wet-asphalt.bar-scale a::after, a.wet-asphalt.bar-scale::after {
  background-color: #34495e;
}
.bg-midnight-blue,
.bd-midnight-blue.bar-scale a::after, a.bd-midnight-blue.bar-scale::after {
  background-color: #2c3e50;
}
.bg-sun-flower,
.bd-sun-flower.bar-scale a::after, a.bd-sun-flower.bar-scale::after {
  background-color: #f1c40f;
}
.bg-orange,
.bd-orange.bar-scale a::after, a.bd-orange.bar-scale::after {
  background-color: #f39c12;
}
.bg-carrot,
.bd-carrot .bar-scale a::after, a.bd-carrot.bar-scale::after {
  background-color: #e67e22;
}
.bg-pumpkin,
.bd-pumpkin.bar-scale a::after, a.bd-pumpkin.bar-scale::after {
  background-color: #d35400;
}
.bg-alizarin,
.bd-alizarin.bar-scale a::after, a.bd-alizarin.bar-scale::after {
  background-color: #e74c3c;
}
.bg-pomegranate,
.bd-pomegranate.bar-scale a::after, a.bd-pomegranate.bar-scale::after {
  background-color: #c0392b;
}
.bg-clouds,
.bd-clouds.bar-scale a::after, a.bd-clouds.bar-scale::after {
  background-color: #ecf0f1;
}
.bg-silver,
.bd-silver.bar-scale a::after, a.bd-silver.bar-scale::after {
  background-color: #bdc3c7;
}
.bg-concrete,
.bd-concrete.bar-scale a::after, a.bd-concrete.bar-scale::after {
  background-color: #95a5a6;
}
.bg-asbestos,
.bd-asbestos.bar-scale a::after, a.bd-asbestos.bar-scale::after {
  background-color: #7f8c8d;
}
.bg-white,
.bd-white.bar-scale a::after, a.bd-white.bar-scale::after {
  background-color: #ffffff;
}
.bg-black,
.bd-black.bar-scale a::after, a.bd-black.bar-scale::after {
  background-color: #000000;
}

/**
 * Border Color.
 */
.bd-turquoise {
  border-color: #1abc9c;
}
.bd-green-sea {
  border-color: #16a085;
}
.bd-emerald {
  border-color: #2ecc71;
}
.bd-nephritis {
  border-color: #27ae60;
}
.bd-peter-river {
  border-color: #3498db;
}
.bd-belize-hole {
  border-color: #2980b9;
}
.bd-amethyst {
  border-color: #9b59b6;
}
.bd-wisteria {
  border-color: #8e44ad;
}
.bd-wet-asphalt {
  border-color: #34495e;
}
.bd-midnight-blue {
  border-color: #2c3e50;
}
.bd-sun-flower {
  border-color: #f1c40f;
}
.bd-orange {
  border-color: #f39c12;
}
.bd-carrot {
  border-color: #e67e22;
}
.bd-pumpkin {
  border-color: #d35400;
}
.bd-alizarin {
  border-color: #e74c3c;
}
.bd-pomegranate {
  border-color: #c0392b;
}
.bd-clouds {
  border-color: #ecf0f1;
}
.bd-silver {
  border-color: #bdc3c7;
}
.bd-concrete {
  border-color: #95a5a6;
}
.bd-asbestos {
  border-color: #7f8c8d;
}
.bd-white {
  border-color: #ffffff;
}
.bd-black {
  border-color: #000000;
}
