/**	17. Social icons
*************************************************** **/
.social-icon a{transition: background 0.3s, color 0.3s, box-shadow 0.3s;}
.social-icon a:hover i{
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
	49% {-webkit-transform: translateY(-100%);}
	50% {opacity: 0;-webkit-transform: translateY(100%);}
	51% {opacity: 1;}
}
@-moz-keyframes toTopFromBottom {
	49% {-moz-transform: translateY(-100%);}
	50% {opacity: 0;-moz-transform: translateY(100%);}
	51% {opacity: 1;}
}
@keyframes toTopFromBottom {
	49% {transform: translateY(-100%);}
	50% {opacity: 0;transform: translateY(100%);}
	51% {opacity: 1;}
}
.social-icon-transparent a:hover i{color:#fff}
.social-icon-transparent .fa-vk{color: #4c6c91;}
.social-icon-transparent .fa-facebook{color: #3b5998;}
.social-icon-transparent .fa-instagram{color: #bd2c98;}
.social-icon-transparent .fa-twitter{color: #55acee;}
.social-icon-transparent .fa-google-plus{color: #dc4e41;}
.social-icon-transparent .fa-odnoklassniki{color: #f68634;}
.social-icon-transparent .fa-whatsapp{color: #00eb67;}
.social-icon-transparent .fa-telegram{color: #37aee2;}
.social-icon-transparent .fa-skype{color: #00aef3;}
.social-icon-transparenti .fa-youtube-play{color: #ce1312;}
.social-icon-transparenti .fa-vimeo{color: #86C9EF;}
.social-icon-transparenti .fa-envelope-o{color: #6567A5;}

.social-icon ul {padding: 0;margin: 0;list-style-type: none;/*display: flex;*/align-items: center;}
.social-icon ul li{display: inline-block}
/* medium */
.social-icon i[class*=" icon-"],.social-icon i[class^=icon-] {font-size:20px;}
/* small */
.social-icon.social-icon-sm a,.social-icon.social-icon-sm i {width:30px;height:30px;margin-top:3px;font-size: 17px;line-height:23px;}
.social-icon.social-icon-sm i[class*=" icon-"],a.social-icon.social-icon-sm i[class^=icon-] {font-size:17px;}
.social-icon a{margin: 0 5px 5px 0;width: 40px;height: 40px;text-shadow: 1px 1px 1px rgba(0,0,0,.3);border-color: transparent;overflow: hidden;display: inline-block;    text-decoration: none !important;
               text-align: center;cursor: pointer;font-style: normal;letter-spacing: 0em !important;color: #eaeaea !important;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.social-icon i {display: block;position: relative;width: 40px;height: 40px;margin-top: 6px;font-size: 28px;}
.social-icon .custom_color i{color:#fff}
.social-icon .social-vk:hover { background-color: #2B587A !important; }
.social-icon .social-vk { background-color: #2B587A; }
.social-icon .social-facebook:hover { background-color: #3B5998 !important; }
.social-icon .social-facebook { background-color: #3B5998; }
.social-icon .social-instagram:hover { background-color: #3F729B !important; }
.social-icon .social-instagram { background-color: #3F729B; }
.social-icon .social-twitter:hover { background-color: #00ACEE !important; }
.social-icon .social-twitter { background-color: #00ACEE; }
.social-icon .social-google-plus:hover { background-color: #DD4B39 !important; }
.social-icon .social-google-plus{ background-color: #DD4B39; }
.social-icon .social-odnoklassniki:hover{ background-color: #F67C1A !important; }
.social-icon .social-odnoklassniki { background-color: #F67C1A; }
.social-icon .social-whatsapp:hover{ background-color: #A4C639 !important; }
.social-icon .social-whatsapp { background-color: #A4C639; }
.social-icon .social-telegram:hover { background-color: #00ACEE !important; }
.social-icon .social-telegram { background-color: #00ACEE; }
.social-icon .social-skype:hover { background-color: #00AFF0 !important; }
.social-icon .social-skype { background-color: #00AFF0; }
.social-icon .social-youtube-play:hover { background-color: #C4302B !important; }
.social-icon .social-youtube-play { background-color: #C4302B; }
.social-icon .social-vimeo:hover { background-color: #86C9EF !important; }
.social-icon .social-vimeo { background-color: #86C9EF; }
.social-icon .social-phone:hover { background-color: #444 !important; }
.social-icon .social-phone { background-color: #444; }
.social-icon .social-envelope-o:hover { background-color: #6567A5 !important; }
.social-icon .social-envelope-o { background-color: #6567A5; }
/* rounded social icons */
.social-icon.social-icon-round a{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
/* bordered social icons */
.social-icon.social-icon-border a{background-color:transparent;border:#999 1px solid;color:#565656 !important;text-shadow:none;}
.social-icon.social-icon-border:hover {border-color:transparent;}
.social-icon.social-icon-border:hover>i {color:#fff !important;}

/* transparent social icons */
.social-icon.social-icon-transparent a{background-color:transparent;text-shadow:none;color:#666 !important;}
.social-icon.social-icon-transparent:hover>i {color:#fff !important;}
