.footer-city-info *, .footer-city-info *:after {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.footer-wrapper.footer-bg {
	padding-bottom: 0px;
}

.footer-re {
	background-color:#303234;
	position:relative;
	margin: 0;
	-webkit-box-shadow: 0 -4px 21px rgba(0,46,83,.39);
	-moz-box-shadow: 0 -4px 21px rgba(0,46,83,.39);
	box-shadow: 0 -4px 21px rgba(0,46,83,.39);
}

.footer-wrapper.footer-city-info {
	padding: 20px 0 0;
	background: #d8e2ea;
	position: relative;
}

.footer-wrapper.footer-city-info .sidebar-tweet {
	margin-bottom: 25px;
}

.footer-wrapper.footer-city-info .tweet-content {
	color: #444;
	margin-left: 40px;
}

.footer-wrapper.footer-city-info .tweet-content small {
	color: #9191a0;
}

.footer-wrapper.footer-city-info .fa-map-marker {
	font-size: 14px;
	color: #666677;
}

.show-hide-addr:hover {
	color: #f07a00;
}

.show-hide-addr {
	display: block;
	position: absolute;
	width: auto;
	bottom: 100%;
	line-height: 29px;
	background: #d8e2ea;
	left: 50%;
	color: #444;
	font-size: 13px;
	padding: 0 26px 0 53px;
	margin: 0;
	font-weight: normal;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.show-hide-addr:hover i {
	color: #f07a00;
}

.show-hide-addr i {
	display: block;
	position: absolute;
	top: 0;
	line-height: 29px;
	left: 22px;
	color: #000;
	font-size: 20px;
}

#ctrl-addr {
	display: none;
}

#ctrl-addr:checked ~ label i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer-wrapper.footer-city-info input ~ .row {
	height: 0px;
	overflow: hidden;
}

.footer-wrapper.footer-city-info input:checked ~ .row {
	height: auto;
	padding-top: 10px;
}

#title_on_page {
	display: block;
	position: relative;
	line-height: 28px;
	font-size: 27px;
	color: #5c616c;
	padding: 2px 0 11px;
	text-transform: lowercase;
	margin: 0 0 18px;
}

#title_on_page:first-letter {
	text-transform: uppercase;
}

#title_on_page .mse2_total {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	font-size: 18px;
	color: #fff;
	background: #f07a00;
	padding: 0 9px;
	border-radius: 5px;
}

.filter_gray_box {
	padding: 9px 20px 8px;
	width: 100%;
	box-sizing: border-box;
	background: #f8f8f8;
}

.filter_gray_box:after {
	content: '';
	display: block;
	clear: both;
}

.filter_gray_box > div:first-child {
	text-align: left;
}

.filter_gray_box > div {
	position: relative;
	float: left;
	width: 50%;
	text-align: right;
	line-height: 23px;
}

.left-menu-parent *, .left-menu-parent *:after, .left-menu-parent *:before {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.left-menu-parent h3 {
	margin-top: 11px;
}

.left-menu-parent a {
	display: block;
	line-height: 25px;
	position: relative;
	padding: 4px 0 4px 23px;
	color: #666677;
	font-weight: 700;
}

.left-menu-parent a:after {
	content: '\203A';
	text-align: center;
	position: absolute;
	display: block;
	top: 9px;
	left: 0;
	border-radius: 2px;
	background: #c7d9e8;
	color: #c7d9e8;
	width: 12px;
	line-height: 9px;
	height: 12px;
	text-indent: 1px;
}

.left-menu-parent a > span {
	display: inline-block;
	line-height: inherit;
	position: relative;
}

.left-menu-parent a sup {
	position: absolute;
	left: 100%;
	top: 9px;
	margin-left: 3px;
}

.left-menu-parent a:hover sup span {
	color: #a9b9c7 !important;
}

.left-menu-parent a.this_checked:after, .left-menu-parent a:hover:after {
	background: #f07a00;
	color: #fff;
}

.left-menu-parent a:hover, .left-menu-parent a.this_checked {
	color: #f07a00;
}

.left-menu-parent a > span:after, .left-menu-parent a > span:before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 0;
	bottom: 0;
	left: 0;
}

.left-menu-parent a > span:after {
	background: #f07a00;
}

.left-menu-parent a > span:before {
	background: #e1e1e1;
}

.left-menu-parent a.this_checked > span:after, .left-menu-parent a:hover > span:after {
	width: 23%;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.left-menu-parent a.this_checked > span:before, .left-menu-parent a:hover > span:before {
	width: 100%;
}

.dis_non {
	display: none;
}

#mse2_results {
	margin-top: 20px;
}

#print_btn_for_screen {
	margin-left: 5px;
	display: inline-block !important;
}

@media screen and (max-width: 768px) {
	#print_btn_for_screen {
		display: none !important;
	}
}