@font-face {
    font-family: "Flat-UI-Icons";
    src: url("../fonts/Flat-UI-Icons.eot");
    src: url("../fonts/Flat-UI-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Flat-UI-Icons.woff") format("woff"), url("../fonts/Flat-UI-Icons.ttf") format("truetype"), url("../fonts/Flat-UI-Icons.svg#Flat-UI-Icons") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="fui-"] {
*/
.bottom-icons {
    font-size: 16px;
    line-height: 1;
}
.bottom-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (min-width: 768px) {
    /*.navbar-left li:first-child a { padding-left: 9px}*/
}
	
.header_nav_1 {
    padding: 0px !important;
    box-shadow: none; 
}

.katalog {
	text-decoration: none;
    padding: 14px 16px;
	background: rgba(254, 212, 48, 1);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 1px;
}
.katalog:hover {
	background: rgb(237, 237, 237);
}
.brand {
	text-decoration: none;
    padding: 14px 16px;
	color: white !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
	margin-left: -5px;
	letter-spacing: 1px;
}
.brand:hover {
	background: rgb(237, 237, 237);
	color: #000 !important;
}
.container-m {
position: relative;
    width: 1280px;
    margin: 0 auto;
	padding: 10px 0;
}
    @media only screen and (min-width: 768px) and (max-width: 959px) {
	.container-m { width: 768px; }
	}
    @media only screen and (max-width: 767px) {
	.container-m { width: auto;}
	}
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container-m { width: 480px; }
	}