/* ##### Custom Font Awesome Icons ##### */

.fa.icon-custom {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #3996cc;
  border: 1px solid #3996cc;
}

.fa.icon-custom-inverse {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #3996cc;
  color: #fff;
}


/* ##### Font Awesome Icons Extra Small ##### */

.fa.icon-xs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}


/* ##### Font Awesome Icons Small ##### */

.fa.icon-sm {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}


/* ##### Font Awesome Icons Medium ##### */

.fa.icon-md {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
}


/* ##### Font Awesome Icons Large ##### */

.fa.icon-lg {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}


/* ##### Font Awesome Icons Rounded ##### */

.fa.icon-rounded {
  border-radius: 6px;
}


/* ##### Font Awesome Icons Circle ##### */

.fa.icon-circle {
  border-radius: 50%;
}