#search_block_top {
    left: 50%;
    top: 33px;
    position: absolute;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 510px;
    z-index: 99;
}

#search_block_top #searchbox {
    float: center;
    background: #f7f7f7;
    width: 100%;
}

#search_block_top #searchbox {
    float: left;
    background: #f7f7f7;
    width: 100%;
}

#search_block_top .btn.button-search {
    background: #005295;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}

#search_block_top .btn.button-search span {
    display: none;
}

#search_block_top .btn.button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

#search_block_top .btn.button-search:hover {
    color: #6f6f6f;
}

#search_block_top #search_query_top {
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-family: 'Exo 2';
    font-weight: 300;
    height: 50px;
    background: none;
    color: #a0a0a0;
    width: 100%;
    margin-right: 1px;
	border: 1px solid #005295;
}

.ac_results {
    background: #fff;
    border: 1px solid #d6d4d4;
    width: 271px;
    margin-top: -1px;
}

.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
}

.ac_results li.ac_odd {
    background: #fff;
}

.ac_results li:hover, .ac_results li.ac_over {
    background: #fbfbfb;
}

form#searchbox {
    position: relative;
}

form#searchbox label {
    color: #333;
}

form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}

form#searchbox .button.button-small {
    float: left;
}

form#searchbox .button.button-small i {
    margin-right: 0;
}

/* wyszukiwanie po kategoriach */
#search_kategorie {
    position: absolute;
    top: 15px;
    right: 80px;
}

#search_kategorie:before {
    content: '';
    left: -20px;
    position: absolute;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #d8d8d8;
}

#search_kategorie>a::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'fontawesome';
    right: -20px;
    top: -2px;
}

#search_kategorie>a {
    color: #333;
    font-family: arimo;
    font-weight: bold;
    position: relative;
}

@media (min-width: 768px) {
    #search_kategorie>ul {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #005295;
        display: none;
        padding: 15px;
        position: absolute;
        right: -30px;
        top: 35px;
        width: 300px;
        z-index: 9999;
        max-height: 285px;
        overflow-y: scroll;
    }
}

@media (max-width: 991px) {
    #search_block_top {
        width: 300px;
    }

    #search_kategorie>a>span {
        display: none;
    }

    #search_kategorie::before {
        left: 0;
    }

    #search_kategorie {
        position: absolute;
        top: 10%;
        right: 52px;
        width: 40px;
        height: 80%;
    }

    #search_kategorie>a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    #search_kategorie>a::after {
        top: 50%;
        right: auto;
        left: 50%;
        position: absolute;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #search_kategorie>ul {
        right: auto;
        /*left: 0;*/
        top: -moz-calc(100% + 4px);
        top: -webkit-calc(100% + 4px);
        top: calc(100% + 4px);
        width: 250px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    #search_kategorie>ul {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #005295;
        display: none;
        padding: 15px;
        position: absolute;
        right: -40px;
        top: 30px;
        width: 250px;
        z-index: 9999;
    }
}

#search_kategorie>ul>li {
    display: inline-block;
    width: 100%;
}

#search_kategorie .row>div {
    padding-left: 0;
}

@media (min-width: 768px) {
    #search_block_top .header_user_search {
        display: none;
    }
}

@media (max-width: 767px) {
    #search_block_top .header_user_search {
        width: 66px;
        position: relative;
        float: none;
        text-align: center;
        height: 105px;
    }

    #search_block_top .header_user_search a {
        display: block;
        overflow: hidden;
        padding-top: 35px;
        height: 100%;
    }

    #search_block_top .header_user_search a b {
        display: block;
        font-size: 12px;
        font-weight: 200;
        color: #c9c9c9;
    }

    #search_block_top .header_user_search img {
        max-height: 21px;
        width: auto;
    }

    #search_block_top {
        width: 66px;
        position: relative;
        float: right;
        text-align: center;
        height: 105px;
        left: auto;
        top: auto;
        padding: 0;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #search_block_top #searchbox {
        display: none;
    }

    #search_block_top #searchbox {
        position: absolute;
        width: 300px;
        right: 0;
        top: -moz-calc(100%);
        top: -webkit-calc(100%);
        top: calc(100%);
    }
	#layer_search_overlay {
		display: none;
		background: rgba(0, 0, 0, 0.45);
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 98;
	}
	#search_block_top .btn.button-search,
	#search_block_top #search_query_top{
		height: 50px;
	}
}
#wyniki .result_item img{
	max-width: 80px;
	height: auto;
	padding: 5px 15px;
}
#wyniki .price-right{
	text-align: right;
}
#wyniki .ptop{
	padding-top: 20px;
}
#wyniki .result_item{
	border-bottom: 1px solid #e3e3e3;
}
#wyniki a{
	color: #333;
}
/*# sourceMappingURL=blocksearch.css.map */

@media(min-width: 991px) and (max-width: 1200px) {
    #search_block_top{
        width: 410px;
    }
}
