#waterfall {
    margin-top: 10px;
    width: calc(100% - 4px);
}

#waterfall > div {
	width: 200px;
	background:white;
	border-radius:0px;
	border: 1px solid #ccc;
	margin:0 5px 7px 0;
	float:left;
}

#waterfall div.whead {
	  padding: 4px 10px;
    border-bottom: 1px dashed #ccc;
}

#waterfall > div:hover {
	/* -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888; */
}

#waterfall div.wcontent {
	padding: 8px;
  color: #6d6d6d;
  line-height: 1.4em;
}

#waterfall img.pb {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}

#waterfall div.wcontent:hover img.pb {
	display: block;
}


#waterfall div.wcontent div.i1 {
	text-align: center;
	position: relative;
}

#waterfall div.wcontent div.s1 {
	text-decoration:line-through;
	text-align: right;
	font-size: 1.2em;
	color: #7F7F7F;
}

#waterfall div.wcontent div.s2 {
  color: #2b2b2b;
      text-align: left;
      font-size: 1.2em;
      font-weight: bold;
}
/**/
#pinsDefault {
      position: relative;
      overflow: hidden;
      width: calc(100% + 4px);
      background: url(/images/bgpin.png) no-repeat calc(50% - 1px) bottom;
  }
.pr {
    /* background-color: #4CAF50; /* Green */
      background: transparent;
      background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 100%));
      height: 200px;
      border: none;
      color: slategray;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 12px;
      width: calc(100% - 0px)!important;
      position: absolute!important;
      bottom: 0px;
      margin: auto 0;
      transform: none!important;
}
  .pr i {
      font-size: 10px;
      margin: 0 10px;
}
  .pr:focus {
     /* background: white; */
      outline: none;
      box-shadow: none;
}
    .pr:before {
      content: "Load More";
      font-size: 1.5em;
      padding:17px;
      width: 25%;
      margin: auto;
      /*border:2px #ccc solid;*/
      border-radius: 3px;
      background: #ccc;
      display: block;
      cursor: pointer;
      color: #fff;
      z-index: -1;
    }



    .pinSocial {
    	float: right;
    	position: relative;
    	padding: 0 20px;
    top: -7px;
    }
    .pinSocial i.fa.topicons, .pinSocial i.fa.topicons:visited {
    	color:#08346e;

    }
    .pinSocial i.fa.topicons:hover {
    	color:gray;

    }
    .pinHeader {
    	font-size: 24px;
   	color: #08346e;
   	font-weight:
   	bold;float:left;
    }
.pinHeaderMain {
    display: inline-block;
    width: 100%;
    margin-top: 14px;
  }
  .pinicons {
  color: white!important;
  font-size: 3em!important;
  position: relative!important;
  bottom: 50px!important;
  background: #003947;
  padding: 5px;
  border-radius: 9px;
  text-align: center;
  width: 1.2em;
  border: solid white 3px;
  animation-name: color;
 animation-duration: 4s;
 animation-iteration-count: infinite;
  }
  .pinicons:hover {
      color: yellow!important;
  }

  @keyframes color {
  0% {
    background-color: #003947;
  }
  50% {
    background-color: #4285f4;
  }
  100 {
    background-color: #003947;
  }
}
  img.smEflc {padding: 2px; border-radius: 5px;margin-bottom:-50px;}
