#infscr-loading {
  z-index: 3 !important;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,0.8);
}




.social-item {
  width: 221px;
    box-sizing: border-box;
    /*width:23%;*/
    margin: 5px 6px;
    margin-bottom: 1%;
    overflow-x: hidden;
    border: 1px solid #e8e8e8;
    background: #fff;
  /*!*border: 1px solid #666;*!*/
  /*-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.75);*/
  /*-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.75);*/
  /*box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.75);*/
    position: relative;
}

@media only screen and (max-width: 1040px) {
    .social-item {
        width:32%;
    }
}

@media only screen and (max-width: 983px) {
    .social-item {
        width:32%;
    }
}

@media only screen and (max-width: 980px) {
    .social-item {
        width:48%;
    }
}

@media only screen and (max-width: 860px) {
    .social-item {
        box-sizing: border-box;
        width:97%;
        margin: 5px 10px;
        padding:0px;
    }
}

@media only screen and (max-width: 700px) {
    .social-item {
        box-sizing: border-box;
        width:95%;
        margin: 5px 10px;
        padding:0px;
    }
}


.social-item .content{
    padding: 0px;
    text-align: center;
}

.social-item .content p, .social-item .content a {
    color: #fff;
}

.social-item .content a {
    display: inline-block;
}

.social-item .content img {
  width: 100%;
  height: auto;
  max-width: 100%;
}


.social-item .footer {
    text-align: center;
    margin: 30px 0px 10px;
}
.social-item  .footer a{
  color: inherit;
  font-weight: bold;
}
.social-item .footer img {
  vertical-align: text-bottom;
}

#new-content , #social-nav {
  display: none;
}

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
