.filter{
	background: #f8e9d4;
	border: 1px solid #e3d7bc;
	padding: 10px;
	-moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px;
	margin-bottom: 30px;
}
.filter .filter_bottom{
	padding-top: 10px;
	border-top: 1px solid #e3d7bc;
	text-align: right;
}
.filter .filter_region, .filter .filter_spec {
	float: left;
	width: 33%;
}
.filter .filter_region {
	margin-right: 1%;
}
.filter .filter_matr {
	float: right;
	width: 32%;
}
.filter select {
	background: #FFF;
    padding: 5px 10px;
    -moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px;
    border: 1px solid #e3d7bc;
    margin-top: 10px;
    margin-bottom: 10px;
	width: 100%;
}
.filter button {
	background: #e3d7bc;
	color: #295489;
    padding: 5px 10px;
    border: 0px;
	-moz-border-radius:4px;-webkit-border-radius:4px;-ms-border-radius:4px;border-radius:4px;
	cursor: pointer;
}
.filter button:hover {
	background: #295489;
	color: #e3d7bc;
}
.clear {
	clear: both;
}

.org_items {
	float: left; width: 44%; margin-right: 4%; margin-bottom: 20px; padding: 2%;
	background: #feffef;
	box-shadow:3px 3px 7px 1px rgba(0,0,0,0.2);
}

.org_items:nth-child(2n) {
	margin-right: 0;
}

.org_items .oi_title a {
	color: #f8941a;
}

.org_items .oi_title a:hover {
	text-decoration: none;
}

.org_items .oi_logo {
	margin: 10px 0px;
	text-align: center;
}

.org_items .oi_logo img {
	width: 100%;
}

.org_items .oi_org_info .oi_org_info_img, .org_items .oi_org_info .oi_org_info_name {
	float: left;
}

.org_items .oi_org_info .oi_org_info_name {
	margin-top: 15px;
}

.org_items .oi_org_info .oi_org_info_img {
	margin-right: 20px;
	margin-left: 20px;
}

.org_items .oi_org_info .oi_org_info_img img {
	height: 50px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

.org_items .oi_org_info .oi_org_info_name a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

.org_items .oi_adres {
	text-align: center;
	margin-top: 10px;
	color: #949494;
}

.org_items .oi_more {
	margin: 20px 0px 10px;
	text-align: right;
}

.org_items .oi_more a {
	padding: 10px 20px;
	background: #f8941a;
	color: #fff;
	text-decoration: none;
}


.dop_ico, .dop_href {
	float: left;
}
.dop_ico {
	margin-right: 10px;

}
.dop_href {
	margin-top: 5px;
}
.dop_href a {
	color: #000;
}
