.bottom_menu_wrap {
    position: relative;
    display: table;
	/*padding-left: 50px;*/
    white-space: nowrap;
    margin-left: 35%;
    margin-right: -50px;
}

.bottom_menu_wrap .bottom_menu {
    display: table-cell;
    vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    	
}
.bottom_menu_wrap .bottom_menu + .bottom_menu {
    
}
.bottom_menu_wrap .bottom_menu .menu_item {
    white-space: normal;
	font-size:0;
width: 100px;
}
.bottom_menu_wrap .bottom_menu .menu_title a,
.bottom_menu_wrap .bottom_menu .menu_item a {
	font-size:13px;
	text-decoration:underline;
	line-height: 21px;
    text-decoration: none;
}
.bottom_menu_wrap .bottom_menu .menu_item a {
	color: #205186;
}
.bottom_menu_wrap .bottom_menu .menu_title {
    /*margin-bottom: 5px;*/
    margin-top: 10px;
}
.bottom_menu_wrap .bottom_menu .menu_title a {
	font-weight:bold;
	font-size:15px;
color: #205186;
}
@media all and (max-width:800px) {
	.adaptiv .bottom_menu_wrap .bottom_menu .menu_item {
	  /* display: none;*/
	}
        .adaptiv .bottom_menu_wrap {
		margin-bottom: 30px;
margin-top: -15px;

	}
    .bottom_menu_wrap .bottom_menu {
    position: relative;
    display: table;
    white-space: nowrap;
    margin-left: -160px;
}

@media all and (max-width: 650px) {
    .adaptiv .bottom_menu_wrap {
	padding-left: -50px;
	}
}
