h2{

	font-size: 2.8em;

    font-family: 'Playfair Display', serif;

    font-weight: bold;

    color: #4d4d4d;

    margin-top: 10px;



}



.magazine-heading{
    box-sizing: border-box;
	font-size:40px;
	font-family:'MuseoSans_100', sans-serif;
	font-weight:bold;  
	text-align:left;
	color:#104b70;
}



.diamonds{

	/* background-color: #4d4d4d;*/

    color: #004c73;

    padding: 3px 0px;
	font-size: 16px;

	margin-right: 5px;
	margin-bottom:5px;
	text-transform: uppercase;
	letter-spacing:1px;
	 
	/* display:inline-block; */
}
.diamonds a{
	color: #004c73;
}


.row_1{

	padding: 50px 20px;

}

.content{
	font-size:16px;
	
}
body.lang_chi .content{
	line-height:30px;
}
.content img{
	margin:40px auto 10px auto;
	display:block ;
	text-align:center;
} 
.content .nolang_version{
	min-height:400px;
	padding-top:50px;
	font-size:18px;
	text-align:center;
}
.content .title{

	color: #4D4D4D;

	padding-bottom: 0.5rem;

	box-sizing: border-box;

	border-bottom: 1px solid #4D4D4D;

	margin-bottom: 1rem;

	font-weight: 400;

	font-style: italic;


}
body.lang_chi .content .title{
	font-style:normal;
}



.related{

	font-size: 1.25em;

	margin-top: 3em;

	line-height: 1.2;

}
.related ul{
	padding:0px;
	margin:0px;
}


.related ul::after{

	content:"";

	display: block;

	clear:left;

}



.related li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;

	width:32%;
	margin-right: 2%;
	
}
.related li figure{
	margin:0px;
	    -webkit-margin-start: 0px;
		    -webkit-margin-end: 0px;
}


.related li:nth-last-of-type(1){

	margin-right: 0;

}



.related .title{
	color: #4D4D4D;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #4D4D4D;
	margin-bottom: 1rem;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
}

.content {
    margin-bottom: 35px;
}
.content img{
	width:auto !important;
	max-width:800px !important;
	max-height:680px !important;
}
.articeTag {
    margin-bottom:35px;
}
.articeTag  a{
	background-color:#e8d8d5;
	margin: 10px 5px 8px 0px;
	padding: 10px 30px;
	letter-spacing: 1px;
	cursor: pointer;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	line-height: 50px;
	white-space: nowrap;
}
.articeTag  a:hover{
	background-color:#bda8a4;
	color:#ffffff;
}
.author_name {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4d4d4d;
    font-size: 1.4em;
}

.author_info_left {
    display:  inline-block;
    vertical-align: top;
    width: 20%;
}

.author_info_right {
    display:  inline-block;
    vertical-align: top;
    width: 78%;
    margin-left: 2%;
}



figcaption{

	font-size: 0.875rem;

	margin-top: 1rem;

    color: #4d4d4d;

}
img.related-article-image{
	max-height:250px;
}
.article_images .images_item img.isLandscape{
	max-width:650px;	
}
.article_images .images_item img.isPortrait{
	max-width:400px;	
}
.images_item{
	margin-bottom:40px;
}
.content hr{
	display:none;
}
@media only screen and (max-width:1024px){

	.main_with_aside, aside{

		width: 100%;

	}



	aside{

		margin-top: 30px;

	}
	
	.content img{
		width:auto !important;
		max-width:600px !important;
		max-height:680px !important;
	}

}



@media only screen and (max-width:768px){

	.related li{

		width:48%;

		margin-right: 4%;

	}
	
	.content img{
		width:auto !important;
		max-width:100% !important;
		max-height:680px !important;
	}



	.related li:nth-of-type(2){

		margin-right: 0;

	}



	.related li:nth-of-type(3){

		display: none;

	}

}



@media only screen and (max-width:500px){

	.social {

	    margin-top: 20px;

	}

	

	.related li{

		width:100%;

		margin-right: 0;

	    margin-bottom: 40px;

	}



	.related li:nth-of-type(3){

		display: block;

		margin-bottom: 0;

	}

}