/*icon*/
.fa-angle-up {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fa-angle-up:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/angle-up.svg) no-repeat;
          mask: url(../images/icon/angle-up.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 18px;
  height: 18px;
  top: 17px;
}

.fa-angle-down {
  position: relative;
}
.fa-angle-down:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/angle-down.svg) no-repeat;
          mask: url(../images/icon/angle-down.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 18px;
  height: 18px;
  bottom: 8px;
  right: 0;
  left: -10px;
  margin: auto;
}

.fa-facebook-square {
  position: relative;
}
.fa-facebook-square:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/facebook.svg) no-repeat;
          mask: url(../images/icon/facebook.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ccc;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
.fa-facebook-square:hover {
  cursor: pointer;
}
.fa-facebook-square:hover::before {
  background-color: #0866ff;
  cursor: pointer;
}

.fa-rss-square {
  position: relative;
}
.fa-rss-square:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/rss.svg) no-repeat;
          mask: url(../images/icon/rss.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ccc;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}
.fa-rss-square:hover {
  cursor: pointer;
}
.fa-rss-square:hover::before {
  background-color: #6CC655;
  cursor: pointer;
}

.fa-twitter {
  position: relative;
}
.fa-twitter:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/twitter.svg) no-repeat;
          mask: url(../images/icon/twitter.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #ccc;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}
.fa-twitter:hover {
  cursor: pointer;
}
.fa-twitter:hover::before {
  background-color: #000;
  cursor: pointer;
}

.fa-clock-o {
  position: relative;
}
.fa-clock-o:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/clock.svg) no-repeat;
          mask: url(../images/icon/clock.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 14px;
  height: 14px;
  top: 1px;
  left: -20px;
}

.front-loop .fa-clock-o:before {
  width: 24px;
  height: 24px;
  top: -1px;
  left: -28px;
}

.fa-home {
  position: relative;
}
.fa-home:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/home.svg) no-repeat;
          mask: url(../images/icon/home.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 13px;
  height: 13px;
  top: 0;
  left: -16px;
}

.fa-folder {
  position: relative;
}
.fa-folder:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/folder.svg) no-repeat;
          mask: url(../images/icon/folder.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 12px;
  height: 12px;
  top: 0;
  left: -16px;
}

.fa-tag {
  position: relative;
}
.fa-tag:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/tag.svg) no-repeat;
          mask: url(../images/icon/tag.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 13px;
  height: 13px;
  top: 0;
  left: -16px;
}

.fa-file-text {
  position: relative;
}
.fa-file-text:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/file-text.svg) no-repeat;
          mask: url(../images/icon/file-text.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 12px;
  height: 12px;
  top: 0;
  left: -16px;
}

.fa-align-justify {
  position: relative;
  display: inline-block;
}
.fa-align-justify:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/align-justify.svg) no-repeat;
          mask: url(../images/icon/align-justify.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: -13px;
  left: -12px;
}

.fa-comments {
  position: relative;
}
.fa-comments:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/comments.svg) no-repeat;
          mask: url(../images/icon/comments.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 18px;
  height: 18px;
  top: 0;
  left: -22px;
}

.cat .fa-folder {
  margin-right: 20px;
}
.cat .fa-folder:before {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

.tag .fa-tag {
  margin-right: 20px;
}
.tag .fa-tag:before {
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

.fa-flag {
  position: relative;
}
.fa-flag:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/flag.svg) no-repeat;
          mask: url(../images/icon/flag.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #383838;
  width: 24px;
  height: 24px;
  top: 0;
  left: -22px;
}

.home .fa-folder {
  display: inline-block;
}
.home .fa-folder:before {
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-check {
  position: relative;
  display: inline-block;
}
.home .fa-check:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/check.svg) no-repeat;
          mask: url(../images/icon/check.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-building-o {
  position: relative;
  display: inline-block;
}
.home .fa-building-o:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/building.svg) no-repeat;
          mask: url(../images/icon/building.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 22px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-envelope-o {
  position: relative;
  display: inline-block;
}
.home .fa-envelope-o:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/mail.svg) no-repeat;
          mask: url(../images/icon/mail.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-male {
  position: relative;
  display: inline-block;
}
.home .fa-male:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/male.svg) no-repeat;
          mask: url(../images/icon/male.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-star {
  position: relative;
  display: inline-block;
}
.home .fa-star:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/star.svg) no-repeat;
          mask: url(../images/icon/star.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-heart {
  position: relative;
  display: inline-block;
}
.home .fa-heart:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/heart.svg) no-repeat;
          mask: url(../images/icon/heart.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.home .fa-phone {
  position: relative;
  display: inline-block;
}
.home .fa-phone:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/phone.svg) no-repeat;
          mask: url(../images/icon/phone.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.breadcrumb .fa-clock-o:before {
  top: 0;
  width: 13px;
  height: 13px;
}
.breadcrumb .fa-home:before {
  top: 1px;
}

.fa-file {
  position: relative;
}
.fa-file:before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/icon/file-text.svg) no-repeat;
          mask: url(../images/icon/file-text.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #333;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
}