section >  h3 {
	font-size: 24px;
	padding-top: 20px;
	margin-top: 20px;
	
}
	
@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:1199px) {

	.mlogo {
		display: block;
		margin: 12px 0 0 12px;
		width: 80%;
		height: 25px;
		float: left;
		font-family: sans-serif;
		font-weight: bold;
		color: #fff;
	}
	.mlogo img {
		width: 35px;
		border-radius: 50%;
	}
	.main-content h1 {
		font-size: 62px;
	}
	
	
	
	/*.navbar-inner .nav:after {
		content: 'Nav';
		display: block;
		width: 32px;
		height: 32px;
		background-color: #fff;
		border-radius: 16px;
	}
	*/
	.navbar .nav {
		float: none;
		display: none;
		clear:  left;
		padding-top: 17px;
	}
	.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;
		position: fixed;
		top: 0;
		right: 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);
	}
	.links {
		position: static;
		margin: 10px;
		box-shadow: none;
	}
}

@media (max-width:991px) {
	.thumbnails li.span4 {
		float: left;
		width: 47%;
	}
	aside.aside2 {
		position: static;
		width: 100%;
		text-align: center;
	}
}

@media (max-width:767px) {
	.main-content {
		padding: 0 20px !important;
	}
	.brand-list img {
		float: right !important;
		margin: 1px 0 5px 10px !important;
	}
	.brand-list span {
		margin-left: 0 !important;
		margin-right: 60px !important;
	}
	.d-flex .span4 {
		max-width: 100%;
	}
	body {
		font-size: 22px;
	}
	p.small {
		font-size: 75%;
	}
	.logo-tall {
		display: block !important;
	}
	.logo-wide {
		display: none !important;
	}
	header h1,
	.main-content h1 {
		font-size: 28px;
		margin: 0;
		padding: 0;
	}
	header + section .lead {
		font-size: 21px !important;
	}
	.main-content h3 {
		font-size: 32px;
		text-align: left !important;
	}
	#book img {
		width: 100% !important;
	}
	.thumbnails {
		margin:0;
	}
	.thumbnails img {
		width: 100%;
	}
	.thumbnails li.span3,
	.thumbnails li.span4,
	.thumbnails li.span5 {
		float: none;
		width: 100%;
		margin: 10px auto;
	}
	.d-xs-none {
		display: none !Important;
	}
	.lead {
		line-height: 125%;
	}
	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;
	}
	
}


@media (min-width:1200px) {
	.navbar-fixed-top .container{
		width: 1140px;
	}
}