.jweb-portfolio-filters #filter {
  list-style-type: none;
}
.jweb-portfolio-filters #filter .jweb-filter {
  display: inline-block;
  line-height: 16px;
  margin: 0 8px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jweb-portfolio-filters #filter .jweb-filter a {
  display: block;
  cursor: pointer;
  color: #676767;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 0px 0px 0;
  padding: 5px 10px;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  transition: background-color 0.1s;
  -webkit-box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
  -o-box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
  -ms-box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
  box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
}
.jweb-portfolio-filters #filter .jweb-filter a:hover {
  text-decoration: none;
  background: #888888;
  color: #fff;
}
.jweb-portfolio-filters #filter .jweb-filter a.active {
  background: #2da0ce;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
}
.jweb-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.jweb-item .jweb-item-image {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jweb-item .jweb-item-image:hover .jweb-image-hover {
  display: block;
}
.jweb-item .jweb-item-image .jweb-image-hover {
  display: none;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 1;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: black;
  background-color: rgba(0, 0, 0, 0.3);
  color: #333333;
}
.jweb-item .jweb-item-image .jweb-image-hover .aligment {
  height: 100%;
  width: 100%;
  display: table !important;
}
.jweb-item .jweb-item-image .jweb-image-hover .aligment .icon-aligment {
  padding: 10px;
  display: table-cell !important;
  vertical-align: middle;
  text-align: center;
}
.jweb-item .jweb-item-image .jweb-image-hover .aligment .icon-aligment i.fa {
  background: #2da0ce;
  font-size: 13px;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin: 3px;
  height: 44px;
  width: 44px;
  line-height: 45px;
  /* padding: 17px 17px 15px 17px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s, background 0.1s;
  -moz-transition: -moz-transform 0.2s, background 0.1s;
  -o-transition: -o-transform 0.2s, background 0.1s;
  -ms-transition: -ms-transform 0.2s, background 0.1s;
  transition: transform .2s, background .1s;
}
.jweb-item .jweb-item-image .jweb-image-hover .aligment .icon-aligment i.fa:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  cursor: pointer;
  background: #333333 !important;
}
.jweb-item .jweb-item-content {
  padding: 20px;
  position: relative;
  color: #333333;
  line-height: 17px;
}
.jweb-item .jweb-item-content .jweb-content-title {
  letter-spacing: 0px;
  line-height: 1.6;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
}
.jweb-item .jweb-item-content .jweb-content-description {
  font-size: 12px;
  margin: 13px 0px 13px 0;
  color: #333333;
}
.jweb-item .jweb-item-content .jweb-content-more a {
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
  color: #2da0ce;
  font-weight: 600;
}
.jweb-item .jweb-item-content .jweb-content-more a:hover {
  color: #333333;
}
