/* IE9(IE8) CSS file*/

/*
.head_top{
	background-color:red;
} */

.row {
	/* display: block; */
	overflow: hidden;
}

.col-sm-6 {
	width: 50%;
	float: left;
}

#content {
	float: right;
	width: 70%;
}

.path-frontpage #content {
	float: none;
	width: 100%;
}

.col-md-3 {
	width: 25%;
	float: left;
}

.col-sm-12 {
	width: 100%;
}

.breadcrumb {
	display: block;
}

.breadcrumb li {
	display: inline;
}

#block-mytheme-main-menu ul.dropdown-menu>li.dropdown-item {
	display: block;
	width: 100%;
	clear: both;
}

.head_top .navbar-nav {
	display: table;
	width: 100%;
}

.head_top .navbar-nav li {
	display: table-cell;
}
.top_lnk_left_ul ul {
	display: table;
	width: 100%;
}
.top_lnk_left_ul ul li {
	display: table-cell;
}
.front_news_wrap > div {
	float: left;
}
.front_block_last_items {
	display: block;
	overflow: hidden;
}
.front_block_last_item {
	float: left;
	margin-right: 18px;
}

.front-xsbg-col {
	float: left;
}
.footer_top_left {
	width: 75%;
	float: left;
	display: table;
}
.footer_top_left .footer_top_left_item {
	display: table-cell;
}
.qrcodes {
	display: block;
	overflow: hidden;
}
.qrcodes .qrcode_item {
	float: left;
}
.qrcodes .qrcode_item:last-of-type {
	float: right;
}
.view-articlelist > .view-content > .views-row {
	overflow: hidden;
}
.top_right_search {
	display: block;
	width: auto;
	float: right;
}
.top_right_search .search-form {
	float: left;
}
.lang_wrap {
	float: left;
}