/* MAIN */
table.list .category-item {
  display: inline;
}
table.list td.content {
  vertical-align: top;
}
table.list .image-150 {
  min-width: 150px;
  padding-left: 0 !important;
  vertical-align: top;
  padding-top: 15px !important;
}
table.list h3 {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
}
table.list-inline-main {
  background-image: url(/component/projects/images/fon-grid.png);
}
table.list-inline-main td:first-of-type {
  padding-left: 35px;
}
table.list-inline-main td:last-of-type {
  padding-right: 35px;
}
.projects-main {
  display: flex;
  flex-wrap: wrap;
}
.projects-main .span6 {
  position: relative;
  padding-bottom: 10px;
}
.projects-main .image-150 {
  width: 150px;
  vertical-align: top;
  position: absolute;
  top: 10px;
  left: 5px;
}
.projects-main .image-150 img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  width: 100%;
}
.projects-main .content {
  margin-left: 160px;
  min-height: 160px;
}
.projects-main .content h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.projects-main .content a {
  color: #373737;
  text-decoration: none;
}
.category {
  margin-bottom: 10px;
  padding: 10px;
}
.category a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#efefef), to(#dfdfdf));
  background-image: -webkit-radial-gradient(circle, #efefef, #dfdfdf);
  background-image: -moz-radial-gradient(circle, #efefef, #dfdfdf);
  background-image: -ms-linear-gradient(circle, #efefef, #dfdfdf);
  background-image: -o-radial-gradient(circle, #efefef, #dfdfdf);
  background-image: linear-gradient(circle, #efefef, #dfdfdf);
  background-repeat: no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #bbb;
  color: #373737;
  height: 30px;
  line-height: 30px;
  margin: 0 4px 5px;
  padding: 0 15px;
  text-decoration: none;
}
.category .current {
  background-color: #32359e;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#3438a5), to(#2e3192));
  background-image: -webkit-radial-gradient(circle, #3438a5, #2e3192);
  background-image: -moz-radial-gradient(circle, #3438a5, #2e3192);
  background-image: -ms-linear-gradient(circle, #3438a5, #2e3192);
  background-image: -o-radial-gradient(circle, #3438a5, #2e3192);
  background-image: linear-gradient(circle, #3438a5, #2e3192);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #fff;
}
