/* wyszukiwarka */

.small_search {color: #fff;height: 490px !important;background: url(../images/wyszukiwarka-bg.jpg) no-repeat;background-size: cover;	}
.small_search form {margin-top: 20px;text-align: left;}
.small_search form h2 {padding-left: 30px;}
.small_search form input.search {background: none;border: 3px solid white;padding: 30px;color: #fff;font-size: 18px;text-transform: uppercase;width: 490px;font-family: 'Montserrat', sans-serif;}
.small_search form .subtext {color: #fff;font-family: 'Open Sans', sans-serif;text-transform: uppercase;font-size: 12px;font-weight: 600;margin-top: 5px;margin-left: 30px;}
.small_search form .search_button {background: none;border: none;text-transform: uppercase;font-family: 'Montserrat', sans-serif;color: #fff;font-size: 18px;margin-top: 35px;cursor: pointer;}

/* wyniki */

.wyniki-wyszukiwania {margin-top: 65px;}
.wyniki-wyszukiwania li {height: 175px;border-bottom: 1px solid #c3c3c3;}
.wyniki-wyszukiwania li img {margin-top: 25px;}
.wyniki-wyszukiwania li .dane-firmy {margin-left: 60px;margin-top: 30px;}
.wyniki-wyszukiwania li .button2 {margin-top: 40px;}

.wyszukiwanie-logo {max-width: 191px;max-height:125px;}

.dane-firmy {float: left;max-width: 410px;}
.dane-firmy .nazwa {height: 42px;line-height: 42px;}
.dane-firmy .nazwa span {color: #fff;font-weight: 600;font-size: 18px;text-transform: uppercase;float: left;display: block;background-color: #f0cd59;}
.dane-firmy .nazwa span a{color: #fff;text-decoration: none}
.dane-firmy .nazwa span:first-child {width: 52px;height: 42px;background: #fff url(../images/yellow-left.jpg) no-repeat;}
.dane-firmy .nazwa span:last-child {width: 52px;height: 42px;background: #fff url(../images/yellow-right.jpg) no-repeat;}
.dane-firmy .kategoria {margin-left: 140px;height: 25px;line-height: 25px;}
.dane-firmy .kategoria span {color: #fff;font-weight: 600;font-size: 14px;text-transform: uppercase;float: left;display: block;background-color: #444444;}
.dane-firmy .kategoria span a{color: #fff;text-decoration: none}
.dane-firmy .kategoria span:first-child {width: 32px;height: 42px;background: #fff url(../images/grey-left.jpg) no-repeat;}
.dane-firmy .kategoria span:last-child {width: 32px;height: 42px;background: #fff url(../images/grey-right.jpg) no-repeat;}
.dane-firmy .adres {margin-top: -30px;float: left;text-transform: uppercase;color: #444;font-weight:600;font-size: 12px;line-height: 14px;}
.dane-firmy .adres a{color: #444;text-decoration: none}
.rating {float: left;text-transform: uppercase;color: #444;font-weight: 300;font-size: 14px;margin-left: 120px;margin-top: 35px;}
.rating img {top: 5px;position: relative;margin-left: 20px;}
.nav {margin-top: 35px;text-align: center;}
.nav li {display: inline-block;}
.nav li a {text-decoration: none; margin-left: 10px;color: #444;font-size: 12px;font-weight: 600;}
.nav li.active a {color: #fff;display: block;height: 20px;width: 20px;line-height: 20px;background-color: #f0cd59;border-radius: 3px;}