
/* =============================================================================
  COMPONENT
============================================================================= */
.component {
  text-align: center;
}
 

/* =============================================================================
  ICONS - COMMON
============================================================================= */
 
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 4px;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
}
 
/* =============================================================================
  ICONS - DEMO 4
============================================================================= */
  
.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}
 
/* facebook */
.icon-border.facebook::before {
  box-shadow: inset 0 0 0 48px #1B436E;
}

.icon-border.facebook:hover::before {
  box-shadow: inset 0 0 0 0px #1B436E;
}

.icon-border.facebook::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f09a";
   z-index: 1;
   padding: 14px 12px;
}

/* twitter */
.icon-border.twitter::before {
  box-shadow: inset 0 0 0 48px #1B436E;
}

.icon-border.twitter:hover::before {
  box-shadow: inset 0 0 0 0px #1B436E;
}

.icon-border.twitter::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f099";
   z-index: 1;
   padding: 14px 12px;
}

/* google plus */
.icon-border.googleplus::before {
  box-shadow: inset 0 0 0 48px #1B436E;
}

.icon-border.googleplus:hover::before {
  box-shadow: inset 0 0 0 0px #1B436E;
}
.icon-border.googleplus::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f0d5";
   z-index: 1;
  padding: 14px 12px;
}

/* Rss  */
.icon-border.rss::before {
  box-shadow: inset 0 0 0 48px #1B436E;
}

.icon-border.rss:hover::before {
  box-shadow: inset 0 0 0 0px #1B436E;
}
.icon-border.rss::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f09e";
   z-index: 1;
   padding:14px 12px;
}
