@charset "UTF-8";
/* CSS Document */

.social-links-container {text-align:center;padding:40px 40px;}
.social-links-container .block-tab.active-block ul {list-style:none;padding:0;margin:0;}
.social-links-container .list-social-link .social-link:before {display:inline-block;height:24px;vertical-align:middle;width:22px;position:absolute;left:15px;top:18px;}
.social-links-container .list-social-link .social-link.facebook {background:#4d71a6;}
.social-links-container .list-social-link .social-link.facebook:before {content:"";background:url('../../img/V3/icon-worken-facebook-2.png') no-repeat 50% 50% transparent;background-size:100%;}
.social-links-container .list-social-link .social-link.twitter {background:#89c4f1;}
.social-links-container .list-social-link .social-link.twitter:before {content:"";background:url('../../img/V3/icon-worken-twitter-2.png') no-repeat 50% 50% transparent;background-size:100%;}
.social-links-container .list-social-link .social-link.pinterest {background:#cb2027;}
.social-links-container .list-social-link .social-link.pinterest:before {content:"";background:url('../../img/V3/icon-worken-pinterest-2.png') no-repeat 50% 50% transparent;background-size:100%;}
.social-links-container .list-social-link li {display:inline-block;width:155px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;text-align:center;position:relative;margin-right:15px;}
.social-links-container .list-social-link li a {color:#fff;font-size:18px;margin-left:25px;display:block;padding:20px;}

@media all and (min-width:980px) {}

@media screen and (max-width:979px) {
.social-links-container .block-tab.active-block li {display:block;margin:15px auto;}
}

@media screen and (max-width:640px) {}