/* ==================================
/* Portfolio
/* ================================== */

.portfolio {
  padding-bottom: 60px;
  background-color: #FFF;
  padding-top: 0;
}

.portfolio .filters {
  margin-top: 10px;
  text-align: center;
  margin-left: 0;
}

.portfolio .filters li a {
  font-weight: 300;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
  color: #CCD0D8;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.portfolio .filters li a:hover {
  color: #717986
}

.portfolio .filters li a:focus {
  color: #518BFF;
  outline: none;
}

.portfolio .filters li a.active {
  color: #4876c7;
  outline: none;
  text-decoration: none;
}

#portfolio {
  width: 100%;
}

#portfolio .filters {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  margin-left: 0;
}

#portfolio .filters li a {
  color: #606773;
  font-weight: 400;
  padding: 10px;
  letter-spacing: 2px;
  -webkit-transition: ease all .2s;
  transition: ease all .2s;
  text-transform: uppercase;
}

#portfolio .filters li a:hover {
  color: #717986
}

#portfolio .filters li a:focus {
  color: #518BFF;
  outline: none;
}

#portfolio .filters li a.active {
  color: #4876c7;
  outline: none;
  text-decoration: none;
}

#portfolio .items {
  margin: 0;
}

#portfolio .items li {
  position: relative;
  width: 100%;
  float: left;
}

@media (min-width: 767px) {
  #portfolio .items li {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #portfolio .items li {
    /*width: 33.3333%;*/
  }
}

.items {}

.items .item {
  float: left;
  margin: 0 0 20px;
}

.items .item-wrapper {
  position: relative;
  overflow: hidden;
  /*box-shadow: 0 1px 0 #000000;*/
  background: #FFFFFF;
  /*box-shadow: 0 1px 0 #C5C5C5;*/
  margin: 10px 10px;
  box-shadow: 0 1px 0 #C5C5C5;
  border-radius: 4px;
}

.items.pad .item-wrapper {
  padding: 10px;
  background: rgb(255, 255, 255);
  border-radius: 3px;
  /*border: 1px solid#FFFFFF;;;*/
}

.items.sm-pad .item-wrapper {
  background: #fff;
  padding: 5px;

}

.items.no-gutter .item,
.items.no-gutter .item-wrapper {
  margin: 0;
  border-radius: 0;
}

.items.large .item {
  margin: 0 0 30px;
}

.items.large .item-wrapper {
  margin: 0 15px;
}

.item-wrapper.card {
  border-radius: 3px;
  position: relative;
  background: #fff;
  padding: 10px;
  overflow: hidden;
  margin: 0 10px;
}

.item-permalink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block
}
/*.item-figure {
    background-size: 100% 100%;
    background-color: #e6e7e9;
    background-position: center center;
}
.item-figure {
  background-image: url('../../images/wireframing/image.png');
}*/

.item .item-info {
  bottom: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  right: 0;
  /*top: 0;*/
  
  height: 40px;
  bottom: 0;
  /*opacity: 0;*/
  
  -webkit-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
  padding: 10px 0;
}
/*.item .item-info:hover {
  opacity: 1;
}*/

.icon-list {
  margin: 10px;
}

.item .item-info.free {
  padding: 18px 8px 10px
}

.item .item-info .btn {}

.item .item-info .price {
  position: absolute;
  top: 16px;
  right: 8px;
  color: #179bff;
  font-size: 14px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.item .item-info .title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0 0 7px;
  text-align: center;
  /*font-size: 18px;*/
  /*font-weight: 600;*/
  /*color: #3E5569;*/
  /*line-height: 1;*/
  /*margin-right: 90px;*/
}

.item .item-info .meta {
  display: block;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 1
}

.items.small .item-info {
  padding: 10px 0 0
}

.items.small .item .item-info .meta {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

/*#portfolio .items li a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}*/

figure img:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  background-color: #000;
  z-index: 1000;
  top: 0;
  left: 0;
}

#portfolio .items li a:hover img {
  /*  -webkit-transform: scale(1.0);
     -moz-transform: scale(1.0);
      -ms-transform: scale(1.0);
       -o-transform: scale(1.0);
          transform: scale(1.0);*/
  
/*  -webkit-filter: brightness(0.5);
  -o-filter: brightness(0.5);
  filter: brightness(0.5);*/
}

.item a {
  text-decoration: none;
}

.item figure img {
  position: relative;
  min-height: 100%;
  -webkit-transition: ease all .4s;
  -o-transition: ease all .4s;
  transition: ease all .4s;
  display: block;
  max-width: 100%;
}


.item figure figcaption {
  color: #000;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  font-size: 1.25em;
  backface-visibility: hidden;
  padding-top: 10px;
}

.item figure figcaption::before,
.item figure figcaption::after {
  pointer-events: none;
}
/*.item figure figcaption,
.item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.item figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.item figure h2 span {
  font-weight: 800;
}

.item figure h2,
.item figure p {
  margin: 0;
}

.item figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.card-header  {
  padding: 10px;
  margin-bottom: 0;
  background-color: #E3E6ED;
 
}
.card-footer .card-title {
  font-size: 14px;
}
.card-footer p {
  margin-bottom: 0;
  color: #fff;

}
.card-footer i {
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0);
  padding: 4px;
  color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  border: 2px solid #FFFFFF;
  opacity: 0;

}
.item a:hover .card-footer i {
 opacity: 1;
}
.card-footer {
  padding: 10px;
  text-align: left;
  background-color: #3868CA;
}

section#portfolio {
}



/*.portfolio .overlay {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}*/

.portfolio .overlay {
    width: 100%;
    border-radius: 4px;
}

.portfolio .overlay {
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    border-bottom: none;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);      
    cursor: pointer;
    -moz-opacity: 0;
    position: absolute;
    background-color: rgba(16, 16, 16, 0.63);
}

.portfolio .overlay i {
  font-size: 2em;
  line-height: 1.8;
}

.portfolio .overlay h2 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 32px;
  /*text-align: center;*/
}
.portfolio .overlay .button {
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  position: absolute;
}

.portfolio .overlay p {
  color: #FFFFFF;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.portfolio .overlay,
.portfolio .overlay-content {
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}

.portfolio .overlay:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.portfolio .overlay:hover .overlay-content i,
.portfolio .overlay:hover .overlay-content {
    -webkit-animation: overlay .5s ease forwards;
    -moz-animation: overlay .5s ease forwards;
    animation: overlay .5s ease forwards;
}
.portfolio .overlay .overlay-content {
  width: 100%;
  position: relative;
  top: 30%;
  padding: 0 0  0 50px;
  
}

.portfolio .overlay:hover .overlay-content {

}
.portfolio .overlay .overlay-footer {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  bottom: 0;
}
.portfolio .overlay .overlay-footer .title {
  
}
.portfolio .overlay:hover .overlay-footer {
  bottom: 0;
  
}
@-webkit-keyframes overlay {
    from {
        -webkit-transform: translateY(-0.5em);
    }
}

@-moz-keyframes overlay {
    from {
        -moz-transform: translateY(-0.5em);
    }
}

@keyframes overlay {
    from {
        transform: translateY(-0.5em);
    }
}

.portfolio .overlay .arrow-link {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  width: auto;
  font-weight: 700;
  text-transform: none;
}

.portfolio .overlay .arrow-link span {
  display: inline-block;
  line-height: 40px;
  margin-right: 10px;
  font-size: 16px;
}
.portfolio .overlay .arrow-link i {
  font-size: 32px;
  vertical-align: middle;
  line-height: 40px;
}
.icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}