/* ============ nowe ========== */
.social-icons a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: white url(images/social-media.png);
	border-radius: 13px;
}
.main-facebook {
	background-position: -4px -2px!important;
}

.main-tweeter {
	background-position: 64px -2px!important;
}

.main-google-plus {
    background-position: 30px -2px!important;
}

.main-facebook:hover {
	background-color: #f89e19;
}

.main-tweeter:hover {
	background-color: #f89e19;
}

.main-google-plus:hover {
	background-color: #f89e19;
}

