.vip img {
  -webkit-filter: blur(2px) grayscale(1) !important;
  filter: blur(2px) grayscale(1) !important;
}

div, p, span, button, a, textarea, input, select { outline: none;}

.album { 
  display: inline-block;
    min-width: 100px;
    max-width: 150px;
  width: 23%;
    text-align: center;
  padding: 0 15px 30px 0;
  float: left;
}

.album img {     
    max-width: 100%;
    border: 2px solid #333;
    /*border-radius: 10px;*/
    border-color: #b7903c;
    border-radius: 8px;
}
.album a span { 
  text-transform: uppercase; 
  font-size: 14px; 
  color:#b7903c;
}
.album a:hover span {
  text-decoration: underline;
}

.gallery {
    /*float: left;*/
    margin-bottom: 20px;
    text-align: center;
}
  
.gallery img {
    margin: 15px 20px 6px 0px;
    padding: 0;
    /*float: left;*/
    border: 1px solid #bebebe;
    border-radius: 12px;
    width: 365px; /* 32% */
    /***/
    display: inline-block;
  }
  
.gallery img:hover {
    opacity: .8;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
  
.gallery li {
    padding: 0;
    margin: 0;
    list-style-type: none;
 }


article { 
 min-height: 600px;
}