* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family:'FontAwesome';
}

/**********************************************************
 * SOCIAL-HEADER 
 **********************************************************/


#social-header { 
	 float: right; overflow: hidden; height: 60px; width: 260px; margin-top: 0px;  
}

#metanavline {
    float: right; margin-top: 0px; position: relative;  padding-right: 16px; 
}



.social-nav {
  display: inline-block; margin: 12px auto; padding: 0; list-style: none;
}
.social-nav li {
  display: inline-block;
}
.social-nav a {
  display: block; float: left; position: relative; border:none;
  width: 25px; height: 25px; 
  text-decoration: none; text-align: center; cursor: pointer;
  transition: 0.3s cubic-bezier(.41, -0.03, .31, 3.0) ; 
}

.model-2 a {
  overflow: hidden;  background: #000; color: #FFF; border:1px solid;
  font-size: 10px; line-height: 22px; -webkit-font-smoothing: antialiased; box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 ;  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 2px 3px;
  text-shadow: 0px 0px rgba(255,255,255,0.08), 1px 1px rgba(255,255,255,0.08), 2px 2px rgba(255,255,255,0.08), 3px 3px rgba(255,255,255,0.08), 4px 4px rgba(255,255,255,0.08), 5px 5px rgba(255,255,255,0.08), 6px 6px rgba(255,255,255,0.08), 7px 7px rgba(255,255,255,0.08), 8px 8px rgba(255,255,255,0.08), 9px 9px rgba(255,255,255,0.08), 10px 10px rgba(255,255,255,0.08);

}
.model-2 a:hover {
  font-size: 16px; line-height: 25px; opacity:1; -webkit-font-smoothing: antialiased; box-shadow: 0 0 0px 0 black inset, 0 0 0px 0 ;
  border:none; border-bottom-color: #000;
  text-shadow: 0px 0px rgba(0,0,0,0.05), 1px 1px rgba(0,0,0,0.05), 2px 2px rgba(0,0,0,0.05), 3px 3px rgba(0,0,0,0.05), 4px 4px rgba(0,0,0,0.05), 5px 5px rgba(0,0,0,0.05), 6px 6px rgba(0,0,0,0.05), 7px 7px rgba(0,0,0,0.05), 8px 8px rgba(0,0,0,0.05), 9px 9px rgba(0,0,0,0.00), 10px 10px rgba(0,0,0,0.00);
}

.model-2 .facebook {
}
.model-2 .facebook:hover {
  background: #3B579D; color: #FFF; transform: scale(1.4); 
}
.model-2 .google-plus {
}
.model-2 .google-plus:hover {
  background: #DD4A3A; color: #FFF; transform: scale(1.4); 
}
.model-2 .instagram {
}
.model-2 .instagram:hover {
  background: #1BA064; color: #FFF; transform: scale(1.4); 
}
.model-2 .vimeo {
}
.model-2 .vimeo:hover {
  background: #49C5EE; color: #FFF; transform: scale(1.4);
}
.model-2 .youtube {
}
.model-2 .youtube:hover {
  background: #EB0000; color: #FFF; transform: scale(1.4); 
}
.model-2 .skype {
}
.model-2 .skype:hover {
  background: #0099D5; color: #FFF; transform: scale(1.4); 
}
.model-2 .paypal {
}
.model-2 .paypal:hover {
  background: #1C86C1; color: #FFF; transform: scale(1.4); 
}
.model-2 .mailme {
}
.model-2 .mailme:hover {
  background: #cc181e; color: #FFF; transform: scale(1.3);
}



