.socials {
  margin: 0;
  list-style: none;
}
.socials li {
  display: inline-block !important;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  /* Fix for IE7 */

  width: auto !important;
  clear: none !important;
  border-bottom: 0 dotted #495162 !important;
}
.social {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  display: block;
  text-decoration: none;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-transition: background 0.5s, color 0.3s;
  -moz-transition: background 0.5s, color 0.3s;
  -o-transition: background 0.5s, color 0.3s;
  transition: background 0.5s, color 0.3s;
}

.social:hover {
  text-decoration: none;
  color: #fff !important;
}
.social.linkedin:hover {
  background: #3399cc;
}
.social.facebook:hover {
  background: #3c5b9b;
}
.social.twitter:hover {
  background: #2daae1;
}
.social.dribbble:hover {
  background: #ea4c88;
}
.social.google-plus:hover {
  background: #d14333;
}
.social.feed:hover {
  background: #F08421;
}


/* Flickr */
.flickr_badge_image{
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */

  margin: 0 10px 10px 0;

  background: #000;
  overflow: hidden;
}
.flickr_badge_image img{
  border: 2px solid #ddd;
  -webkit-transition: border 0.5s, opacity 0.5s;
     -moz-transition: border 0.5s, opacity 0.5s;
      -ms-transition: border 0.5s, opacity 0.5s;
       -o-transition: border 0.5s, opacity 0.5s;
          transition: border 0.5s, opacity 0.5s;
}
.flickr_badge_image:hover img{
  border: 2px solid #c0c0c0;
  opacity: 0.8;
}

.canto-tagcloud a{
  font-size: inherit !important;
  background: rgba(0,0,0,0.05);
  padding: 7px 10px;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
  margin: 0 5px 7px 0;
  -webkit-transition: background .25s;
     -moz-transition: background .25s;
      -ms-transition: background .25s;
       -o-transition: background .25s;
          transition: background .25s;
}
.canto-tagcloud a:hover{
  text-decoration: none;
  background: rgba(0,0,0,0.15);
}