/*Add font ================================*/
/* --------------------------------------*/
.full {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .full {
    padding: 4rem 0;
  }
}

#project .project_group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
#project .project_group a {
  font-family: "Arimo-Regular";
  font-size: 13px;
  color: #262626;
  border-radius: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 7px 10px;
  margin: 5px 5px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #project .project_group a {
    font-size: 14px;
    padding: 3px 15px;
  }
}
@media (min-width: 992px) {
  #project .project_group a {
    font-size: 14px;
    padding: 3px 20px;
  }
}
#project .project_group a span {
  display: block;
  padding: 5px 0;
}
#project .project_group a:hover, #project .project_group a.active {
  color: #ffffff;
  background: #161616;
}

.project_item {
  padding: 2rem 0 0;
}
@media (min-width: 992px) {
  .project_item {
    padding: 3rem 0 0;
  }
}

#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail .title {
  font-family: "Arimo-SemiBold";
  font-size: 38px;
  text-transform: uppercase;
  color: #2b2a2a;
}
#item_detail .date {
  padding: 10px 0 0;
  color: #a0a0a0;
  font-size: 16px;
  font-family: "Arimo-Regular";
}
#item_detail > .item-short {
  font: 400 1rem/150% "Arial", sans-serif;
  color: #424242;
  padding-bottom: 10px;
}
#item_detail > .item-content {
  font-family: "Arimo-Regular";
  font-size: 16px;
  color: #5f5f5f;
  text-align: justify;
  padding: 10px 0;
}
#item_detail > .item-content * {
  max-width: 100% !important;
}
#item_detail > .item-content p {
  line-height: 1.6;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/*# sourceMappingURL=project.css.map */