#filterWrap{
	padding-bottom: 35px;
}
.inputWrap select, .inputWrap input{
	width: 100%;
	box-sizing:border-box;
	padding:0 15px;
	height: 35px;
	line-height: 35px;
	border:none;
	background:#eaeaea;
	font-size:13px;
	font-weight: 600;
	border-radius: 3px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.inputWrap select option{
	line-height: 35px;
}
.listLogo{
	max-width: 80%;
	display: block;
	margin:auto;
}
.sectorTitle{
	font-weight: 400;
    padding: 2px 0px;
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #C00;
    /*border-bottom: 1px solid #ddd;*/
	text-transform: uppercase;
}
.sectorName{
	font-weight: bold;
	color:#888;
	padding-bottom: 15px;
}
.plainlist .resultRow{
	padding-top: 15px;
}
.filteredList .resultRow{
	/*box-shadow:0 0 0px 1px rgba(0,0,0,.2);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;*/
	/*border-bottom:1px solid #ddd;*/

	padding:15px 0;
	background:#fff; 
}
.filteredList .column:first-child .resultRow{
	border-top:1px solid #ddd;
}
.filteredList .resultRow:hover{
	/*background:#efefef;*/
	/*box-shadow:0 0 6px 0px rgba(0,0,0,.5);
	position: relative;
	z-index: 5;*/
}
#resultWrap .resultRow.premium .expertName{
	font-size: 18px;
	color: #d21111;
}
#resultWrap .resultRow.premium{
	padding: 25px 0;
	/*border-bottom: 1px solid #ddd;*/
}
.filteredList{
	/*border-bottom: 1px solid #ddd;*/
	margin-bottom:35px;
}
#filterSubmit{
	background:#c00;
	color:#fff;
	cursor:pointer;
}
#filterReset{
	background:#444;
	color:#fff;
	cursor:pointer;
}
.resultRow .column{
	text-align: center;
}
#resultWrap a:hover, #detailWrap a:hover{
	color:#d21111;
}
/*#resultWrap .resultRow{
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}
#resultWrap .column:first-child > .resultRow{
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}*/
.detailExpertName{
	font-size: 18px;
	padding-bottom: 4px;
}
.addressBlock{
	border-bottom:1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 25px;
	/*margin-top:80px;*/
}
.linkIcon .fa{
	color:#c00;
	margin-right: 5px;
}
.backLink{
	float: right;
}
#detailWrap .backLink a{
	color:#000;
	font-weight: bold;
}
.detailPortraitText img, .detailLogo{
	/*max-width: 50%;*/
	max-width:100%;
	max-height:100%;
}
.detailSideBlock{
	margin-top: 25px;
}
.listText{
	display:none;
}
#resultWrap .expertName{
	display: block;
	line-height: 18px;
}
.onlyFilter .column{
	width:100%;
	float:none;
	margin-bottom:10px;
}
#logoRow{
	padding-bottom: 30px;
}
#logoRow > .row > .column{
	height:50px;
}
/*detail*/
#contentRowDetail{
	margin:0 -25px;
	padding-top:25px;
}
#contentRowDetail > .column{
	padding: 0 25px;
}
/*teaser*/
.teaserElement{
	border-bottom:1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 25px;
	background:#E9EBED;
}
.teaserImage{
	/*height:170px;*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.teaserImage img{
	/*display:none;*/
	width: 100%;
}
.teaserTitle{
	font-size:18px;
	padding: 10px 10px;
	font-size: 22px;
}
.teaserText{
	padding: 0 10px 5px 10px;
}
#wrapper .teaserElement .link{
	display:block;
	padding: 0 10px 5px 10px;
}
#wrapper .teaserElement .link .fa{
	color: #cc0000;
	margin-right: 5px;
}



.teaserList .teaserElement{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 25px;
	background:none;
}
.teaserList .teaserTitle{
	font-size:16px;
	padding: 0;
	font-weight: 600;
}
.teaserList .teaserText{
	padding: 0;
}
#wrapper .teaserList .teaserElement .link{
	display:block;
	padding:0;
}


/*select box*/
.select2-container{
	width:100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height:35px;
}
.select2-container--default .select2-selection--single{
	background-color:#eaeaea;
	height:35px;
	line-height: 35px;
	border:none;
	border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
	padding-left: 15px
}
.select2-dropdown{
	border:none;
	background-color:#eaeaea;
	border-radius: 0 0 3px 3px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border:none;
}
.select2-container--default .select2-results__option{
	padding-left: 15px;

}
.select2-container--default .select2-results__option[aria-selected=true]{
	background-color: #444;
	color:#fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color: #c00;
}
.select2-container--default .select2-selection--single:focus{
	outline:none;
}
.select2-results__options:last-child{
	border-radius: 0 0 3px 3px;
}

/*pagination*/
.pagTab:not(.pageNumbers), .pagTab.pageNumbers a{
	display:inline-block;
	height:30px;
	width:30px;
	line-height:30px !important;
	background:#CCCFD4;
	border-radius:3px;
	cursor:pointer;
	text-align:center;
	vertical-align: top;
}
.pagTab:not(.pageNumbers):not(.disabled):hover, .pagTab.pageNumbers a:hover{
	background:#444;
	color:#fff !important;
}
.pagTab.pageNumbers a{
	margin:0 4px;
}
.pagTab.pageNumbers a.active{
	background:#c00;
	color:#fff !important;
}
.pagTab.pageNumbers{
	display:inline-block;
	vertical-align: top;
	margin:0 0px;
}
.pagTab.disabled{
	opacity:.5;
}

/*addressCol*/
.showAddressCol{
	position: relative;
}
.showAddressCol.active .showAddress{
	color: #c00;
}
.showAddress{
	font-size: 20px;
	cursor: pointer;
	color:#444;
}
.listAddressWrap{
	position: absolute;
	display: none;
	width: 100%;
	left:0;
	bottom: -50px;
    transform: translateY(-50%);
	z-index: 50;
    background: #eaeaea;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px -2px;
    border-radius: 4px;
}
.listAddressWrap:after{
	content: '';
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: -7px;
    right: 50%;
    background: #eaeaea;
    -moz-transform: rotate(45deg) translateX(-8px);
    -webkit-transform: rotate(45deg) translateX(-8px);
    transform: rotate(-45deg) translateX(-8px);
}

@media (min-width:768px) {
	.resultRow .column{
		text-align: left;
	}
}
@media (min-width: 1024px) {
.listText{
	display:inline-block;
}
.detailSideBlock{
	margin-top: 0;
}

.inputWrap select, .inputWrap input{
	margin-bottom: 0;
}
.listLogo{
	max-width: 125px;
	max-height: 50px;
	display: block;
	margin:0;
}
.teaserImage{
	height:auto;
	background:none !important;
}
.teaserImage img{
	display:block;
	width:100%;
}
.teserBlockDetail{
	display: flex;
}
.teserBlockDetail .column{
	display: flex;
}
/*addresscol*/
.listAddressWrap{
	position: absolute;
	display: none;
	width: 400px;
	left:-410px;
	top: 50%;
	margin-top: -2px;
	bottom: auto;
    transform: translateY(-50%);
	z-index: 50;
    background: #eaeaea;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px -2px;
    border-radius: 4px;
}
.listAddressWrap:after{
	content: '';
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: -12px;
    background: #eaeaea;
    -moz-transform: rotate(45deg) translateY(-8px);
    -webkit-transform: rotate(45deg) translateY(-8px);
    transform: rotate(-45deg) translateY(-8px);
}
.listAddressWrap .column, #resultWrap .column{
	padding-bottom: 0;
}
}
@media (min-width: 1240px) {
/*detail*/
#contentRowDetail{
	margin:0 -35px;
	padding-top:25px;
}
#contentRowDetail > .column{
	padding: 0 35px;
}

/*list*/
.listLogo{
	max-width: 155px;
	max-height: 60px;
	display: block;
	margin:0;
}
.free .listLogo{
	max-height: 35px;
}

.showAddressCol{
	position: relative;
}
.showAddressCol.active .showAddress{
	color: #c00;
}
.showAddress{
	font-size: 20px;
	cursor: pointer;
}
.listAddressWrap{
	position: absolute;
	display: none;
	width: 400px;
	left:-410px;
	top: 50%;
    transform: translateY(-50%);
	z-index: 50;
	margin-top: -4px;
    background: #eaeaea;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 5px -2px;
    border-radius: 4px;
}
.listAddressWrap:after{
	content: '';
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: -12px;
    background: #eaeaea;
    -moz-transform: rotate(45deg) translateY(-8px);
    -webkit-transform: rotate(45deg) translateY(-8px);
    transform: rotate(-45deg) translateY(-8px);
}

}

.listRegionText{
	font-size: 12px;
    font-style: italic;
    line-height: 18px;
    color: #686262;
    height: 12px;
    display: block;
}