#breadcrumb-sectionlist.search{
	margin-left: 300px; 
}
@media (max-width: 1919px){
	#breadcrumb-sectionlist.search{
	    margin-left: calc( 15% + 16px );
	}
}
@media (max-width: 1279px) {
	#breadcrumb-sectionlist.search{
	    margin-left: 0;
	}
}
@media (max-width: 700px) {
	#tags-list a {
		width:100%;
		margin-bottom:0px;
		margin-right:0px;
		padding: 10px;
	}
	#tags-list {
		display:none;
	}
	.tags-a {
		margin:0px 0px 10px;
		padding:10px;
		color:#0745A7;
		cursor:pointer;
	}
	.tags-a.show-tags {
		background-color: #ffffff;
		border-radius: 10px;
		color:#424242;
	}
	.tags-a .tags-close {
		background:url('/img/x.png');
		width:23px;
		height:23px;
		cursor:pointer;
		margin-right:0px;
		margin-top:-3px;
		float:right;		
	}
	.tags-a .tags-close {
		display:none;
	}
	.tags-a.show-tags .tags-close {
		display:block;
	}
	.dis-flex-end.mobile-tags {
		display:block;
	}
	#tags_butts {
		display:none;
	}
}
@media (min-width: 701px) {
	#tags-list a{
		background-color: #ffffff;
		border-radius: 10px;
		margin-bottom:10px;
		margin-right:10px;
		padding: 10px 25px;
		/*width: calc( 100% - 125px );*/
	}
	.tags-a {
		display:none;
	}
	#tags_butts {
		display:block;
	}
}

#tags-list{
	position:relative;
	margin-bottom:30px;
}
#tags-list a{
    display: inline-block;
	color:#424242;
	text-decoration: none;
}
#tags-list a:hover{
	color:#e30000;
}

#tags_butts .item-show,
#tags_butts .item-hide{
	cursor: pointer;
	color:#606fa6;
	background-size: 14px 7px;
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 20px;
}
#tags_butts{
	margin-bottom: 35px;
}
#tags_butts .label{
	border-bottom:1px dotted #606fa6;
}
#tags_butts .item-show{
	background-image: url( '/local/templates/adaptive_pattern/img/tags-show.svg' );
}
#tags_butts .item-hide{
	background-image: url( '/local/templates/adaptive_pattern/img/tags-hide.svg' );
}