header {
    height: 100px;
}
main > h1 {
	width: 70%;
	float: left;
}
aside {
	float: right;
	padding: 75px 0 0;
}
#searchbox {
	margin-top: 35px;
}
#wrap_content #filters {
	display: none;
}
#wrap_content {
	clear: left;
}
#logo {
	top: 15px;
	left: 0;
}
#grozs,
#ienakt,
#favorite {
	top: 35px;
}
#kontakti_top .iphone, #kontakti_top .iemail, #kontakti_top .iaddress {
	background-image: url("images/phone.svg");
}
#kontakti_top .iemail {
	background-image: url("images/email.svg");
}
#kontakti_top .iaddress {
	background-image: url("images/address.svg");
}
main {
	padding: 0;
}
.kontaktforma {
	margin-top: 0;
}
/*#kontakti_top {
	top: 0;
	left: 0;
}*/
#kontakti_top .kontakts,
#kontakti_top .kontakts a {
	color: #fff !important;
    font-size: 14px;
    background-size: 20px !important;
    background-position: 0 4px;
}
.other-menu {
	height: 35px;
}
.other-menu li.headlink a.tmenu {
	height: 35px;
	line-height: 35px;
}
.sf-menu-wrap {
	background-color: rgb(8,79,135);
}
.sf-mega {
	background-color: #fff;
	border: 1px #ddd solid;
	padding: 20px;
}
a.sf-mega-section {
	display: block;
	float: left;
	width: 300px;
	height: 70px;
	background-color: #fff;
	border-right: 1px rgb(210,210,210) dotted;
	margin: 0;
	color: #444;
	padding: 5px 5px 5px 22px;
}
a.sf-mega-section:nth-child(4n+0) {
	border-right: none;
}
a.sf-mega-section:hover {
	color: #000;
}
a.sf-mega-section .thumb {
	margin: 10px;
	float: left;
	width: 60px;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
a.sf-mega-section div {
	float: left;
	padding: 25px 0 0 10px;
	line-height: 150%;
	width: 170px;
}
/*--------------------------------------------------------------------------*/
@media (max-width: 1280px) {
.sf-menu li.headlink a.tmenu {
	font-size: 14px;
}
}
/*--------------------------------------------------------------------------*/
@media (max-width: 1150px) {
#searchbox {
    margin-top: 10px;
}
header {
	height: 110px;
}
#grozs,
#ienakt,
#favorite {
	top:60px;
}
}
/*--------------------------------------------------------------------------*/
@media (max-width: 1000px) {
#btn_filter, #btn_filter_close {
    display: block;
}
aside {
	display: none;
	position: fixed;
	padding: 0 !important;
	top: 0;
	right: 0;
	z-index: 200;
}
}