/**********************************
***** Aledef Social icons *********
**********************************/

.aledef_social_icons {
	position:relative;
	overflow: hidden;
}
.aledef_social_icons .icon_container{
  position:relative;
  display: inline-table;
  vertical-align:top;
  width: 70px;
  height: 70px;
  margin: 0px;  
}
.aledef_social_icons .icon_container a{
  display: block;
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  border-width:3px;
  border-color:#fff;
  border-style:solid;
  border-radius:100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size:90%;
  
  -webkit-transition: all 300ms cubic-bezier(0.200, 1, 0.550, 1); /* older webkit */
  -webkit-transition: all 300ms cubic-bezier(0.200, 1.345, 0.550, 1.600);
  -moz-transition: all 300ms cubic-bezier(0.200, 1.345, 0.550, 1.600);
  -o-transition: all 300ms cubic-bezier(0.200, 1.345, 0.550, 1.600);
  transition: all 300ms cubic-bezier(0.200, 1.345, 0.550, 1.600); /* custom */
  
  -webkit-transition-timing-function: cubic-bezier(0.200, 1, 0.550, 1); /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.200, 1.345, 0.550, 1.600);
  -moz-transition-timing-function: cubic-bezier(0.200, 1.345, 0.550, 1.600);
  -o-transition-timing-function: cubic-bezier(0.200, 1.345, 0.550, 1.600);
  transition-timing-function: cubic-bezier(0.200, 1.345, 0.550, 1.600); /* custom */
}
.aledef_social_icons .icon_container a:hover{
 transform: scale(1.1, 1.1);
}
.aledef_social_icons .icon_container a.facebook{
  background-color: #3B5998;
}
.aledef_social_icons .icon_container a.twitter{
  background-color: #00ABF1;
}
.aledef_social_icons .icon_container a.youtube{
  background-color: #D62424;
}
.aledef_social_icons .icon_container a.dribble{
  background-color: #EA538D;
}
.aledef_social_icons .icon_container a.behance{
  background-color: #0077FF;
}
.aledef_social_icons .icon_container a.linkedin{
  background-color: #007AB9;
}
.aledef_social_icons .icon_container a.instagram{
  background-color: #DC436C;
}
.aledef_social_icons .icon_container a.pinterest{
  background-color: #CA2027;
}
