.menu-form {
    //background: #f6f6f6;
    //padding-left: 30px;
    //margin-left: -30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.menu-form input[type="text"] {
    border: solid 1px rgba(192, 192, 192, 0.75);
    color: #585f69;
    font-size: 12px;
    font-weight: bold;
    width: 300px;
    line-height: 2;
    padding: 4px 35px 4px 4px;
    background: url(../images/geoportal2/szukaj.png) no-repeat;
    //width: 16px;
    height: 35px;
}
.fancy-line-menu {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(192, 192, 192, 0), rgba(192, 192, 192, 0.75), rgba(192, 192, 192, 0));
    margin-bottom: 5px;
    margin-top: 2px;
}
.wybor-menu {
    text-align: center;
    background: white;
    color: #585f69;
    border-radius: 5px 5px 5px 5px;
}
.wybor-menu.active {
    color: white;
    background-color: rgb(70, 127, 198);
}
.wybor-menu .trigger-menu {
    cursor: pointer;
    font-weight: bold;
}
.wybor-menu a {
    text-decoration: none;
}
.box-menu {
    float: left;
    width: 100%;
    //height: auto !important;
    height: 200px;
    max-height: 300px;
    //margin-right: 60px;
    display: none;
}
.box-menu h3 {
    color: #515151;
    font-size: 14px;
    margin: 0;
    //padding: 20px 0 15px 0;
    font-weight: bold;
}
.box-menu .list-menu {
    padding: 0;
    list-style: none;
    color: #989fa9;
    font-size: 12px;
    line-height: normal !important;
    //display: none;
}
.box-menu .list-menu > li {
    position: relative;
    //border-bottom: 1px solid #515151;
    //padding: 15px 0 5px;
    //padding-left: 20px;
    clear: both;
    text-decoration: none;
}
.box-menu .list-menu > li a {
    text-decoration: none;
    color: #585f69;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.box-menu .list-menu li:first-child {
    margin-top: 0;
    border-top: none;
}
.wybor {
    padding: 15px 0 15px 0;
    cursor: pointer;
}
.wybor:hover {
    background-color: #f6f6f6;
}
.menu-form input[type="text"] {
    border: solid 1px rgba(192, 192, 192, 0.75);
    color: #585f69;
    font-size: 12px;
    font-weight: bold;
    width: 300px;
    line-height: 2;
    padding: 4px 35px 4px 4px;
    background: url(../images/geoportal2/szukaj.png) no-repeat;
    //width: 16px;
    height: 35px;
}
.searchIcon {
    text-align: right;
    background-position: url(../images/geoportal2/sprite.png)-309px -124px;
    width: 16px;
    height: 16px;
}
input {
    margin-top: 10px;
}
input::-webkit-input-placeholder {
    color: #E6E6E6;
    font-size: 14px;
}
input:-moz-placeholder {
    /* Firefox 18- */
    color: #E6E6E6;
    font-size: 14px;
}
input::-moz-placeholder {
    /* Firefox 19+ */
    color: #E6E6E6;
    font-size: 14px;
}
input:-ms-input-placeholder {
    color: #E6E6E6;
    font-size: 14px;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}

/** {
    outline: none !important;
}*/
