/*Page_Search1_Block
------------------------------------*/
.search-block {
    margin-bottom: 50px;
    padding: 50px 0 58px;
    border-bottom: 1px solid #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.search-block h2 {
    font-size: 24px;
    font-weight: 200;
    text-align: center;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/*S-Results
------------------------------------*/
/*Related-search*/
.s-results .related-search  {
    border-right: 1px solid #eee;
}

.s-results .related-search h3 {
    color: #999;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
    text-transform: uppercase;
}

.s-results .related-search li {
    margin: 4px 0;
}

.s-results .related-search li a {
    text-transform: capitalize;
}

.s-results .related-search a.see-all {
    color: #999;
}

.s-results .related-search hr {
    margin: 20px 0;
}

.s-results .blog-photos {
    margin-bottom: 0;
}

.s-results .blog-photos li img {
    width: 34px;
    height: 34px;
}

/*Results-number*/
.s-results .results-number {
    color: #999;	
    display: block;
    margin-bottom: 10px;
}

/*Inner-results*/
.s-results .inner-results {
    
}

.s-results .inner-results h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 800;
}

.s-results .inner-results img {
    float: left;
    width: 85px;
    height: auto;
    margin: 0 10px 10px 0;
}

/*up-ul*/
.s-results .up-ul {
    margin-bottom: 4px;
}

.s-results .up-ul li a {
    color: #999;
}

/*btn-group 'dropdown'*/
.s-results .inner-results .btn {
    top: -1px;
    padding: 0;
    position: relative;
}

.s-results .inner-results .btn-default {
    color: #999;
    border: none;
    font-size: 13px;
}

.s-results .inner-results .btn:hover,
.s-results .inner-results .btn:focus{
    box-shadow: none;
    background: inherit;
}

.s-results .inner-results .btn-u-default {
    color: #999;
    border: none;
}

.s-results .inner-results .btn-u-xs {
    padding: 0;
}

.s-results .inner-results .btn-u-default i {
    font-size: 14px;
}

.s-results .inner-results p {
    margin-bottom: 5px;
}

/*down-ul*/
.s-results .down-ul {
    margin-bottom: 0;
    font-size: 11px;
}

.s-results .down-ul li {
    color: #999;
}

.s-results .star-vote li {
    padding: 0;
}

.phraze {
    color: #1a6ae3;
}

p.podpowiedzi {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

ul.podpowiedzi {
    list-style-type: none;
    font-size: 18px;
    font-weight: 400;
    padding-left: 0px;
}

ul.podpowiedzi span {
    color: #1b69e5;
    padding: 0 10px 0 0;
}

div.lupa {
    font-size: 80px;
}

.one-result {
	margin-bottom:20px;
}

.one-result .results-count {
    text-align: center;
    padding-top: 20px;
    background-color: #eff2f9;
}

.one-result .results-image {
    height:120px;
    width:220px;
    overflow:hidden;
    float:left;
    margin:0 15px 15px 0;
    border:3px solid #dfe3e6;
}

.one-result .results-image img {
    min-height:120px;
    min-width:220px;
}

.one-result .indexes a {
	font-weight:bolder;
	color: #1a6ae3;
}

.one-result .indexes + .indexes :before {
	content: '»';
	margin-right:5px;
	color: #1a6ae3;
}

.one-result .indexes + .indexes {
	padding-left:0px;
}

@media (max-width: 992px) {
    /*Related-search*/
    .s-results .related-search  {
	border-right: none;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
    }	
    
    .s-results .related-search hr {
	margin: 10px 0;
	visibility: hidden;
    }
}	
    
@media (max-width: 500px) {
    /*Inner-results*/
    .s-results .inner-results img {
	width: 60px;
	height: auto;
    }

    .s-results .inner-results .overflow-a p {
	display: none;
    }
}
/** widok find3 **/
.search-results.find3 .inner-results {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    margin-top: 10px;
}
.search-results.find3 .list-inline li.indexes > a {
    color: #1a6ae3;
    font-weight: 700;
}
.search-results.find3 .results-image {
    float: left;
    max-width: 220px;
    margin-right: 15px;
    margin-top: 5px;
}
.search-results.find3 h3 {
    margin: 0 0 10px;
}
/** end widok find3 **/