.filters {
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 959px) {
  .filters {
    margin-bottom: 15px;
  }
}

.filter-item {
  padding: 0 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .filter-item {
    padding: 0 7px;
  }
}

.filter-item:before {
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  font-family: "Fontawesome";
  font-size: 20px;
  line-height: 1em;
  text-align: center;
  content: "\F107";
  color: #009673;
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.filter-item.active .filter-link, .filter-item:hover .filter-link {
  color: #009673;
}

.filter-item.active:before {
  bottom: -16px;
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

.filter-link {
  font-size: 20px;
  line-height: 1em;
  display: block;
  color: #003050;
}

@media screen and (max-width: 959px) {
  .filter-link {
    font-size: 18px;
  }
}

.content-projects .row {
  margin: 0 -20px;
}

.content-projects .col {
  padding: 0 20px;
}

.project {
  margin-top: 45px;
  text-align: left;
}

.project .col-action {
  text-align: right;
}

@media screen and (max-width: 959px) {
  .project .col-action {
    text-align: left;
  }
}

.project:hover .project-image {
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
}

.project:hover .project-title {
  color: #009673;
}

.project .project-image {
  height: 260px;
  display: block;
  background-color: #F2F2F2;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

@media screen and (max-width: 959px) {
  .project .project-image {
    height: 205px;
  }
}

.project .project-infos {
  padding-top: 10px;
}

.project .project-title {
  padding-bottom: 7px;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 19px;
  line-height: 1em;
  display: block;
  color: #003050;
}

.project .project-description {
  font-size: 14px;
  line-height: 1.2em;
}

@media screen and (max-width: 959px) {
  .project .project-description {
    margin-bottom: 15px;
  }
}

.project .project-description strong {
  font-family: "Town80TextBold", Arial, sans-serif;
}

.project .project-description i {
  font-style: italic;
}

.project .btn {
  display: block;
  color: #003050;
  border-color: #003050;
}

@media screen and (max-width: 959px) {
  .project .btn {
    display: inline-block;
  }
}

.section-project {
  padding-top: 25px;
  text-align: left;
}

.section-project .row-block {
  margin: 0 -15px;
}

.section-project .col-block {
  padding: 0 15px;
}

.section-project .content-project {
  margin-top: 25px;
  padding: 40px 30px 35px;
  background: #FFF;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

@media screen and (max-width: 959px) {
  .section-project .content-project {
    padding: 20px 15px;
  }
}

.section-project .content-project.content-project-comments {
  margin-top: 30px;
}

.section-project .content-project .project {
  margin-top: 0;
}

.section-project .content-project .project-title {
  font-size: 38px;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .section-project .content-project .project-title {
    font-size: 24px;
  }
}

.section-project .content-project .project-title.small {
  font-size: 24px;
  line-height: 1em;
}

@media screen and (max-width: 959px) {
  .section-project .content-project .project-title.small {
    font-size: 20px;
  }
}

.section-project .content-project .project-image {
  height: auto;
  background: #FFF;
}

.section-project .content-project .project-image img {
  max-width: 100%;
  display: block;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.section-project .content-project .project-description {
  line-height: 1.3em;
}

.section-project .content-project .project-description p {
  margin-top: 25px;
}

.section-project .content-project .project-description p:first-child {
  margin-top: 15px;
}

.project-gallery {
  margin-top: 60px;
}

.project-gallery .row {
  margin: 0 -2px;
}

.project-gallery .col {
  padding: 0 2px;
}

@media screen and (max-width: 959px) {
  .project-gallery .col {
    float: left;
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .project-gallery .col {
    width: 33.3333%;
  }
}

@media screen and (max-width: 480px) {
  .project-gallery .col {
    width: 50%;
  }
}

.project-gallery-link {
  margin-top: 4px;
  display: block;
}

.project-gallery-link:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
}

.project-gallery-link img {
  max-width: 100%;
  height: 160px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .project-gallery-link img {
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .project-gallery-link img {
    height: 120px;
  }
}

.others-projects {
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 959px) {
  .others-projects {
    padding-top: 60px;
  }
}

.others-projects .title {
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  color: #003050;
}

.others-projects .project {
  text-align: center;
}

.others-projects .project .project-image {
  height: 200px;
}

.others-projects .project .btn {
  margin: 8px auto 0;
  max-width: 160px;
}

.content-comments .title {
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 24px;
  line-height: 1em;
  display: block;
  color: #003050;
}

.content-comments .message {
  padding: 30px 0;
  font-family: "Town80TextMedium", Arial, sans-serif;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  display: block;
  color: #009673;
}

.content-comments .comments-list {
  padding: 15px 10px;
}

.content-comments .comments-list .comments-item {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.1em;
}

.content-comments .comments-list strong {
  font-family: "Town80TextBold", Arial, sans-serif;
}

.content-comments .form-commment {
  padding-top: 20px;
}

.content-comments .form {
  padding: 15px 20px 0;
}

@media screen and (max-width: 959px) {
  .content-comments .form {
    padding: 15px 0 0;
  }
}

.content-comments .form .row-form {
  margin: 0 -7px;
}

.content-comments .form .col-form {
  padding: 0 7px;
}

@media screen and (max-width: 959px) {
  .content-comments .form .col-form-margin {
    margin-top: 15px;
  }
}

.content-comments .form-group {
  margin-bottom: 15px;
}

.content-comments .form-control {
  border: 1px solid #009673;
  background: #FFF;
}

.content-comments .form-control.textarea {
  padding-top: 15px;
  height: 165px;
}
