

/* Site Search */

.main_contaner {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.main_contaner .floor_menu {
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 20px;

}

.main_contaner .floor_menu ul {
    margin-left: -15px;
}

.site_search {

}

.site_search h1 {
    color: #5e5e5e;
    font-size: 24px;
    text-transform: none;
    text-align: left;
    margin-bottom: 1em;
}

.site_search h1 span {
    font-weight: bold;
    color: #000;
}

.search_result_block {
    margin-bottom: 40px;
}

.search_result_block h2 {
    font-weight: normal;
}

.btn_show_more {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    color: #5e5e5e;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #5e5e5e;
    font-size: 22px;
    text-decoration: none;
    margin: 15px 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.btn_show_more:hover {
    background-color: #FFF;
    box-shadow: inset 0 10px 40px rgba(255, 74, 0, 0.1);
}

.show_more_results {
    text-align: center;
}

.search_result_list {
    overflow: hidden;
    margin-right: -30px;
    margin-bottom: 10px;
}

.search_result_list_objects {

}


.search_result_list .col-1-4,
.search_result_list .col-1-6 {
    padding-right: 30px;
}

.search_result_list .col-1-4{
	height: 297px;
}
.search_result_list .col-1-4:nth-last-child(-n+4){
	height: auto;
}


.srl_img {

}

.srl_img a,
.srl_img img {
    display: block;
}

.srl_img img {
    width: 100%;
    height: auto;
}

.srl_caption {
    padding: 7px 0;
}

.slr_title {
    color: #5e5e5e;
    font-size: 16px;
    margin-bottom: 5px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
}

.slr_title a,
.slr_title a:focus {
    text-decoration: none;
    color: #5e5e5e;
}

.slr_title a:hover {
    text-decoration: underline;
    color: #5e5e5e;
}


.slr_subtitle {
    font-size: 12px;
    color: #5e5e5e;
    margin-bottom: 4px;
    height: 14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.slr_subtitle  a
{ color: #5e5e5e; text-decoration: none; }

.slr_desc {
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    color: #5e5e5e;
    line-height: 1.3;
}

.searched_words {
    display: inline !important;
    background-color: #ffff00;
    padding: 0 3px;
}

.search_result_list_specialists {
    margin-bottom: -20px;
}

.search_result_list_specialists .specialist_block {
    margin-bottom: 30px;
}
.search_result_list_specialists .specialist_block .user_photo a {
    display: block;
}

.search_result_list_specialists .specialist_block .user_photo img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 170px;
    margin-left: auto;
    margin-left: auto;
}



.search_result_list_users {
    margin-bottom: -20px;
}

.search_result_list_users .user_block .user_photo,
.search_result_list_users .user_block .user_photo a,
.search_result_list_users .user_block .user_photo img {
    display: block;
}

.search_result_list_users .user_block .user_photo img {
    width: 100%;
    height: auto;
}

.search_result_list_users .user_block .user_name {
    height: 70px;
    overflow: hidden;
    padding: 10px 10px;
    display: block;
    text-align: center;
}

.search_result_list_specialists .user_name a,
.search_result_list_users .user_block .user_name a {
    font-size: 14px;
    font-weight: normal;
}
.search_result_list_company .col-1-6 {
    margin-bottom: 30px;
}

.search_result_list_company .company_block {
    margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {

    .search_result_list .col-1-6 {
        padding-right: 30px;
        width: 25%;
    }
}
@media only screen and (max-width: 963px) {
	.search_result_list .col-1-4
	{
		height: 267px;
	}
}
@media only screen and (max-width: 767px) {
    .search_result_list_users,
    .search_result_list_specialists,
    .search_result_list_company {
        margin-right: -20px;
    }
    .search_result_list .col-1-6 {
        padding-right: 20px;
        width: 25%;
        float: left;
    }
    .search_result_list .col-1-4 {
        width: 50%;
        float: left;
    }

    .search_result_list_users {
        margin-bottom: 0;
    }

    .search_result_list_company .col-1-6 {
        margin-bottom: 10px;
    }
    .search_result_list_users .user_block {
        margin-bottom: 0;
    }

    .search_result_list_specialists .specialist_block {
        margin-bottom: 10px;
    }
	.search_result_list .col-1-4,
	.search_result_list .col-1-4:nth-last-child(-n+4)
	{
		height: 353px;
	}
	.search_result_list .col-1-4:nth-last-child(-n+2){
		height: auto;
	}
}

@media only screen and (max-width: 680px) {
    .search_result_list_users,
    .search_result_list_specialists,
    .search_result_list_company {
        margin-right: -20px;
    }
    .search_result_list .col-1-6 {
        padding-right: 20px;
        width: 33.3333%;
        float: left;
    }

    .search_result_list_users {
        margin-bottom: 0;
    }

    .search_result_list_company .col-1-6 {
        margin-bottom: 10px;
    }
    .search_result_list_users .user_block {
        margin-bottom: 0;
    }

    .search_result_list_specialists .specialist_block {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 607px) {
	.search_result_list .col-1-4,
	.search_result_list .col-1-4:nth-last-child(-n+4)
	{
		height: 263px;
	}
}
@media only screen and (max-width: 500px) {
    .search_result_list_users,
    .search_result_list_specialists,
    .search_result_list_company {
        margin-right: -20px;
    }
    .search_result_list .col-1-6 {
        padding-right: 20px;
        width: 50%;
        float: left;
    }

    .search_result_list_users {
        margin-bottom: 0;
    }

    .search_result_list_company .col-1-6 {
        margin-bottom: 10px;
    }
    .search_result_list_users .user_block {
        margin-bottom: 0;
    }

    .search_result_list_specialists .specialist_block {
        margin-bottom: 10px;
    }

    .search_result_list .col-1-4 {
        width: 100%;
        float: none;
    }

    .btn_show_more {
        font-size: 18px;
    }
	.search_result_list .col-1-4:nth-last-child(-n+4),
	.search_result_list .col-1-4:nth-last-child(-n+2),
	.search_result_list .col-1-4{
		height: auto;
	}
}

.search-result-filter-menu-selected
{
	text-shadow: 0 0 0px #5e5e5e, 0 0 0px #5e5e5e, 0 0 0px #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
}
.search-result-filter-menu-selected::after 
{
    content: '';
    width: 0;
    height: 0;
    margin-left: -3px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 4px;
    border-top: 6px solid #5e5e5e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;

}
.search-result-selected b , .slr_title b
{  display: inline !important;
   background-color: #ffff00;
    padding: 0 3px;
}

