.profile-page .header, .wrapper > .header { height: 170px; min-height: 170px; background-position: center; }
.profile-page .description { margin: 10px auto 0; }
.profile-content { padding-bottom: 20px; }

/*.social_buttons .btn { width: calc(100% - 10px); }*/
a:not(.btn-just-icon) > .bigicon { font-size: 2.5em !important; vertical-align: middle !important; margin-right: .2em; }
.btn-just-icon > .bigicon { font-size: 3.5em !important; margin-right: 0 !important; padding: 20px 0; }
.bg_colour_vk { background-color: #507396 !important; }
.bg_colour_whatsapp { background-color: #20B038 !important; }
.bg_colour_viber { background-color: #7b519d !important; }
.bg_colour_telegram { background-color: #08c !important; }
.bg_colour_facebook { background-color: #3e5b98 !important; }
.bg_colour_facebook_messenger { background-color: #0084ff !important; }
.bg_colour_instagram { background: linear-gradient( #400080, transparent), linear-gradient( 200deg, #d047d1, #ff0000, #ffff00) !important; }
.bg_colour_black { background-color: #000 !important; }

.btn-just-icon-row, .btn-just-icon-row .btn-just-icon { text-align: center; text-transform: none; font-size: 1em; font-weight: 300; }
.btn-just-icon-row > div { margin-bottom: -5px; }

@media (min-width: 768px) {
  .social_buttons .col-sm-6:not(.btn-just-icon) { width: 48%; margin-right: .5%; margin-left: .5%; }
}

@media (min-width: 992px){
  .social_buttons .col-md-4:not(.btn-just-icon) { width: 30%; }
}

@media (min-width: 1200px) {
  .social_buttons .col-lg-3:not(.btn-just-icon) { width: 24%; }
}