@media screen and (max-width: 980px) {
	#mCenter { min-height: 600px; }
	#mCenter > div { float: none; width: 100%; background: none; }
	#mCenter .rightInfo { margin: 40px 0 0; margin-left: 0; padding-bottom: 10px; width: 100%; }
	#mCenter .leftNav { float: none; margin-left: 0; width: 100%; background: none; }
	#mCenter .leftNav .menuIcon { position: absolute; display: block; font-size: 20px; top: 0; left: 0; }
	#mCenter .leftNav .menuIcon a { width: 35px; height: 35px; background: #f18a85; display: inline-block; text-align: center; line-height: 30px; color: #fff; }
	#mCenter .leftNav aside { position: absolute; width: 270px; background: #f7f7f7; left: -300px; }
	#mCenter .leftNav aside.Open { left: 0; }
	#mCenter .leftNav .row:first-child { display: none; }
	#mCenter .leftNav .row h3 { position: relative; }
	#mCenter .leftNav .row h3:after { position: absolute; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f0dd"; right: 30px; }
	#mCenter .leftNav .row h3.show:after { -webkit-transform: rotate(3.14159rad); -moz-transform: rotate(3.14159rad); -ms-transform: rotate(3.14159rad); -o-transform: rotate(3.14159rad); transform: rotate(3.14159rad); }
	#mCenter .leftNav .row p { display: none; }
}