section >  h3 {
	font-size: 24px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted #ccc;
}
	
@media (max-width:1199px) {
	.med-photo {
		display:inline-block;
		width: 100%;
	}
	body {
		background-position: right 0;
		padding-top: 380px;
		background-size: cover;
	}
	body.popup {
		background-image: none;
		background-color: #fff;
		padding-top: 0;
	}
	body.popup.index {
		padding-top: 50px;
	}
	.container {
		width: auto;
	}
	.row {
		margin: 0;
	}
	[class*="span"] {
		margin-left: 0;
		width: 100%;
		float: none;
	}
	aside {
		position: static;
	}
	.main-content {
		margin: 0 20px;
	}
	body.popup .main-content { 
		margin: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.main-content h1 {
		text-indent: 0;
	}
	header {
		text-indent: 0;
		background: none !important;
		width: 100%;
		height: auto !important;
	}
	.socials {
		margin: 200px auto 0 auto;
	}
	h1,
	h3,
	.lead {
		font-family: 'Antic Slab', serif !important;
		line-height: 110%;
	}
	.main-content h1 {
		margin: 0 0 20px 0;
		line-height: 100%;
	}
	.thumbnails li.span4 {
		float: left;
		width: 31%;
	}
	#book img {
		width: auto !important;
	}
	
}
@media (max-width:976px) {

	.mlogo {
		display: block;
		float: left;
		margin: 7px;
		width: 35px;
		height: 35px;
	}
	.mlogo img {
		width: 35px;
		border-radius: 50%;
	}
	.main-content h1 {
		font-size: 62px;
	}
	.thumbnails li.span4 {
		float: left;
		width: 47%;
	}
	/*.navbar-inner .nav:after {
		content: 'Nav';
		display: block;
		width: 32px;
		height: 32px;
		background-color: #fff;
		border-radius: 16px;
	}
	*/
	.navbar .nav {
		float: none;
		display: none;
	}
	.navbar .nav>li {
		float: none;
	}
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		max-width: 100%;
	}
	
	.menu {
		display: block !important;
		cursor: pointer;
		padding: 0;
		float: right;
		margin: 5px 10px 0 0;
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #fff;
		margin: 6px;
		transition: 0.4s;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-8px, -8px);
	}
}
@media (max-width:767px) {
	header h1,
	.main-content h1 {
		font-size: 42px;
		margin: 0;
		padding: 0;
	}
	header + section .lead {
		font-size: 21px !important;
	}
	#book img {
		width: 100% !important;
	}
	.thumbnails {
		margin:0;
	}
	.thumbnails li.span4 {
		float: none;
		width: 294px;
		margin: 10px auto;
	}
	section > h3 {
		text-align: center;
	}
	.others img {
		float: none;
	}
	.others h3,
	.others p {
		margin-left: 0;
		text-align: left;
	}
	.main-content h2 {
		font-size: 32px;
	}
	.span8 p.title {
		font-size: 42px !important;
	}
	.sharing {
		display: none;
	}
}
@media (max-width:479px) {
	body.popup.index {
		padding-top: 30px;
	}
	.med-photo {
		display: none;
	}
	.main-photo {
		display:inline-block;
		width: 100%;
	}
	.main-content {
		margin: 0;
		border-radius: 0;
	}
	.main-content h2 {
		font-size: 24px;
	}
	.span8 p.title {
		font-size: 32px !important;
	}
}