/*
 *
 * Blok kategorii firm na stronie głównej
 * Nazwa firmy
 * Pojedyncza firma
 * Firma na liście
 *
 */

/*
 *
 * Blok kategorii firm na stronie głównej
 *
 */

.category_block {

}

.category_block h3 {
    /*font-size: 1.4em;*/

    /*border-bottom: 1px solid #eee;*/
    /*padding-bottom: 6px;*/
    /*margin-bottom: 12px;*/
}

.category_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category_block li {
    padding: 0;
    margin: 0;
}

.category_block a {
    color: #0088df;
}

.category_block span {
    color: #767676;
}

/*
 *
 * Nazwa firmy
 *
 */

.company_title {
    margin-bottom: 30px;

    clear: both;
}

.company_title h1 {

    color: #359bed;

    margin-bottom: 3px;
    margin-top: 0;

    font-weight: 300;

    float: left;
}

.company_title h2 {

    margin-bottom: 3px;
    margin-top: 0;
}

.company_title h2.title {

    color: #359bed;

    margin-bottom: 3px;
    margin-top: 0;
}

.company_title h3.cat {
    margin-top: 3px;
}

.company_title .btn {
    margin-left: 15px;
}

.company_title {
    margin-bottom: 30px;
}

.company_title .rate_block {
    height: 16px;

    margin-top: 5px;
}

/*
 *
 * Pojedyncza firma
 *
 */

#company {
    margin-top: 20px;

}

#company ul.options {
    list-style: none;
    font-size: 13px;
    margin: 0;

    padding: 0;
}

#company ul.options li {

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    padding: 2px 0;
}

#company ul.options li.selected, #company ul.options li:hover {
    color: #fff;
    background: #359bed;
    text-decoration: none;

    padding: 2px 5px !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

#company ul.options li.selected a, #company ul.options li:hover a {
    color: white;
}

#company .info {
    font: 16px 'Open Sans', Tahoma, Verdana, Segoe, Arial, Helvetica, sans-serif;
    color: #565656;

    line-height: 1.5em;
}

#company .info h4 i {
    font-size: 20px;
    color: #565656;
}

#company .info p {
    font-size: 13px;
}

#company .info h4 {
    margin-top: 0;

}

@media screen and (max-width: 768px) {

    #company .info {
        margin-bottom: 25px;

    }
}

/*
 *
 * Firma na liście
 *
 */
.company_list {
    font-size: 13px;
    line-height: 1.5em;

    color: #565656;

    margin-bottom: 10px;

    padding: 10px 0px 15px;
    position: relative;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    border-top: 1px solid #f9f9f9;
}

.company_list:first-of-type {
    border-top: none;
}

.company_list .info {
    margin-top: 10px;
}

/*tło*/
.company_option1 {
    background-color: #FFFADF !important;

}

/*tło*/
.company_option1:hover {
    background-color: #FFFADF !important;
}

/*ramka*/
.company_option2 {
    border: 3px orange solid !important;

}

/*ramka*/
.company_option2:hover {
    border: 3px orange solid !important;
}

.company_list:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 136, 204, 0.76);

    background: #e9f9f6;
}

.company_list:hover .img {

}

.company_list .lp {
    font-size: 20px;
    color: #878787;

    height: 75px;
    line-height: 75px;

    float: left;

    width: 40px;

    padding: 5px 0 0 10px;

    display: none;
}

.company_list .img {
    width: 200px;
    height: 100px;

    padding: 0;

    margin-bottom: 6px;

    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.company_list h3 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.company_list h4 {
    margin-top: -12px;
    margin-bottom: 10px;

    color: #767676;
}

.company_list .block {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    display: block;
    background: #359bed;
    color: white;
    padding: 2px 10px;
    float: left;

    margin: 0 4px 0 0;
}

.company_list .block:hover {
    background: #0083ef;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.company_block {

}

.company_block a:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 136, 204, 0.74);
}

.company_block {

    line-height: 0;
    overflow: hidden;

    position: relative;

    height: 230px;
}

.company_block {
    width: 100%;
    height: 150px;
    display: block;
    text-decoration: none;
    text-align: center;

    top: 10px;
    left: 0;
    right: 0;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    background: white;

    background: url("../images/box_bg.png");

    display: block;

    margin: 0 auto 15px;

}

.company_block a.thumb {
    background: white;
}

.company_block h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;

}

.company_micro {
    margin-bottom: 25px;
    height: 150px;
}

.company_micro .img {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}
.company_micro .fav{
    top: 5px;
    left: 25px;
}

.company_micro h4{
    margin: 6px 0 0px;
    line-height: 20px;
    color: #000;

    font-size: 14px;
}
.company_micro h4 span{
    color: #bbb;
}
.category_block {

}

.category_block h3 {
    font-size: 1.4em;

    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.category_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category_block li {
    padding: 0;
    margin: 0;
}

.category_block a {
    color: #0088df;
}

.category_block span {
    color: #767676;
}

/*
 *
 * Nazwa firmy
 *
 */

.company_title {
    margin-bottom: 30px;

    clear: both;
}

.company_title h1 {

    color: #359bed;

    margin-bottom: 3px;
    margin-top: 0;

    font-weight: 300;

    float: left;
}

.company_title h2 {

    margin-bottom: 3px;
    margin-top: 0;
}

.company_title h2.title {

    color: #359bed;

    margin-bottom: 3px;
    margin-top: 0;
}

.company_title h3.cat {
    margin-top: 3px;
}

.company_title .btn {
    margin-left: 15px;
}

.company_title a{
    /*color: #aaa;*/
    font-size: 12px;

    margin: 6px 12px 0 0;
}
.company_title a:hover{
    color: #444;
}


.company_title {
    margin-bottom: 30px;
}

.company_title .rate_block {
    height: 16px;

    margin-top: 5px;
}

/*
 *
 * Pojedyncza firma
 *
 */

#company {
    margin-top: 20px;

}

#company ul.options {
    list-style: none;
    font-size: 13px;
    margin: 0;

    padding: 0;
}

#company ul.options li {

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    padding: 2px 0;
}

#company ul.options li.selected, #company ul.options li:hover {
    color: #fff;
    background: #359bed;
    text-decoration: none;

    padding: 2px 5px !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

#company ul.options li.selected a, #company ul.options li:hover a {
    color: white;
}

#company .info {
    font: 16px 'Open Sans', Tahoma, Verdana, Segoe, Arial, Helvetica, sans-serif;
    color: #565656;

    line-height: 1.5em;
}

#company .info h4 i {
    font-size: 20px;
    color: #565656;
}

#company .info p {
    font-size: 13px;
}

#company .info h4 {
    margin-top: 0;

}

@media screen and (max-width: 768px) {

    #company .info {
        margin-bottom: 25px;

    }
}

/*
 *
 * Firma na liście
 *
 */
.company_list {
    font-size: 13px;
    line-height: 1.5em;

    color: #565656;

    margin-bottom: 10px;

    padding: 10px 0px 15px;
    position: relative;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    border-top: 1px solid #f9f9f9;
}

.company_list:first-of-type {
    border-top: none;
}

.company_list .info {
    margin-top: 10px;
}

/*tło*/
.company_option1 {
    background-color: #FFFADF !important;

}

/*tło*/
.company_option1:hover {
    background-color: #FFFADF !important;
}

/*ramka*/
.company_option2 {
    border: 3px orange solid !important;

}

/*ramka*/
.company_option2:hover {
    border: 3px orange solid !important;
}

.company_list:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 136, 204, 0.76);

    background: #e9f9f6;
}

.company_list:hover .img {

}

.company_list .lp {
    font-size: 20px;
    color: #878787;

    height: 75px;
    line-height: 75px;

    float: left;

    width: 40px;

    padding: 5px 0 0 10px;

    display: none;
}

.company_list .img {
    width: 200px;
    height: 100px;

    padding: 0;

    margin-bottom: 6px;

    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.company_list h3 {
    margin-top: 0px;
    margin-bottom: 3px;
}

.company_list h4 {
    margin-top: -12px;
    margin-bottom: 10px;

    color: #767676;
}

.company_list .block {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    display: block;
    background: #359bed;
    color: white;
    padding: 2px 10px;
    float: left;

    margin: 0 4px 0 0;
}

.company_list .block:hover {
    background: #0083ef;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.company_block {

}

.company_block a:hover {
    box-shadow: 0px 0px 5px 0px rgba(0, 136, 204, 0.74);
}

.company_block {

    line-height: 0;
    overflow: hidden;

    position: relative;

    height: 230px;
}

.company_block {
    width: 100%;
    height: 150px;
    display: block;
    text-decoration: none;
    text-align: center;

    top: 10px;
    left: 0;
    right: 0;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    background: white;

    background: url('../images/box_bg.png');

    display: block;

    margin: 0 auto 15px;

}

.company_block a.thumb {
    background: white;
}

.company_block h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;

    margin-top: 45px;
    margin-bottom: 0;

    text-decoration: none;

    color: #f16722;
}

.company_block span {
    font-size: 18px;
    color: #999999;

    margin-top: 45px;
    margin-bottom: 0;

    text-decoration: none;

    color: #f16722;
}

.company_block span {
    font-size: 18px;
    color: #999999;

}
