#footer-outer {
	width: 100%;
	border-top: 1px solid #bf7f4f;
	position: relative;
	bottom: 0px;
	margin-bottom: 0px;
	background-image: url(texture2016/wood-footer.jpg);
	background-color: #370301;
}
#footer2016 {
	font-family: "Times New Roman", Times, serif;
	color: #b07b47;
	height: 42px;
	margin: 12px auto 0;
	font-size: 16px;
	text-align: center;
}
.footerlist {
	margin: 4px 0 0;
	padding: 0;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
#footer2016 a:link, #footer2016 a:visited {
	color: #b07b47;
	font-weight: bold;
	text-decoration: none;
}
#footer2016 a:hover { color: #FF9900; }
#search-outer {
	display: inline-block;
	height: 30px;
	width: 200px;
	margin: -2px 7px 0;
	vertical-align: middle;
}
.ya-page_js_yes .ya-site-form_inited_no { display: none; }

/* Мобильная адаптация: применяется только при ширине < 960px */
@media only screen and (max-width: 959px) {
  #footer2016 {
    width: 100% !important;
    height: auto !important;
    padding: 8px 8px 12px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    margin-top: 0 !important;
  }
  #footer2016 ul {
    display: block !important;
    width: 100% !important;
    margin: 4px 0 !important;
  }
  #search-outer {
    display: block !important;
    width: 90% !important;
    height: auto !important;
    margin: 4px auto !important;
  }
}