.anchor-fixed-menu:before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
}

#header-logo {
	width: 155px;
	height: auto;
	margin-right: 30px;
	margin-top: 20px;
}

#site-menu .navbar-smaller #header-logo {
	width: 90px;	
	margin-right: 20px !important;
	margin-top: 6px;
}

@media (max-width: 1199px) {
	#site-menu .navbar #header-logo {
		width: 90px;	
		margin-right: 20px !important;
		margin-top: 6px;
	}
}

footer,
footer a {
	color: #fff !important;
}

footer .logo {
	max-width: 320px;
	height: auto;
	margin-bottom: 12px;
}

footer .somet {
	top: 46px;
}

.webbiz-content img {
	max-width: 100% !important;
	height: auto !important;
}

/* etusivun punainen tausta pois */
body#etusivu #promo-boxes {
	background: #000;
}

/* karusellin viilauksia, img-muodossa karuselli, ei leikkaannu kuvat: */
.owl-carousel {
	max-width: 1200px;
	margin: 0 auto;
}
.owl-carousel .slide {
	height: auto !important;
}
.owl-carousel .owl-dot.active span {
	background: rgba(100,100,100,0.8) !important;
}