#main{
	text-align:center !important;
	}
.postListCont{
	display:inline-block;
	width:1400px;
	margin:auto;
	position:relative;
	padding:0;
	}
.postImgCont{
	float:left;
	width:100%;
	height:480px;
	overflow:hidden;
	position:relative;
	}
.postImgCont a{
	float:left;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
	}
.postImgCont a .postImg{
	float:left;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.postImg:hover{
	opacity:0.7;
	}
.postListItem{
	float:left;
	margin-bottom:40px;
	border-width:1px;
	border-style:solid;
	border-color:#ddd;
	border-radius:20px;
	overflow:hidden;
	width:100%;
	}
.postDataCont, .postTagsCont{
	float:left;
	width:100%;
	position:relative;
	}
.postTitle, .postDate, .postTags, .postText, .readMore{
	float:left;
	width:100%;
	position:relative;
	font-size:15px;
	line-height:22px;
	margin-bottom:10px;
	padding:0 20px;
	text-align:left;
	}
.postText{
	max-height:48px;
	overflow:hidden;
	}
.postTitle, .postDate{
	font-weight:bold;
	font-size:18px;
	line-height:24px;
	margin:10px 0;
	width:50%;
	text-align:left;
	}
.postDate{
	font-size: 15px;
	color: #aaa;
	line-height: 30px;
	font-weight:normal;
	text-align:right;
	margin:0 0 10px 0;
	font-style: italic;
	}
.postTags span{
	float:left;
	padding-right:10px;
	}
.postText span{
	float:left;
	}
.readMore{
	width:50%;
	}
.readMore a{
	float:left;
	padding:0 10px;
	border-radius:3px;
	line-height:30px;
	margin:0;
	font-size:15px;
	color:#fff;
	background:#000;
	cursor:pointer;
	}

.postViewImg, .postViewCont, .postTextCont, .postDateCont, .postTitleCont{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	text-align:center;
	}
.postViewImg img{
	display:inline-block;
	text-align:center;
	max-height:650px;
	max-width:1170px;
	position:relative;
	border-radius:5px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	}
.postTextCont{
	margin:0 0 10px 0;
	}
.postTitleCont{
	margin:20px 0 0 0;
	}
#main .postTitleCont h2{
	margin:0;
	line-height:34px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	}
#main .postTextCont p, .postTextCont p, #main .postTextCont div, .postTextCont div, .postDateCont span{
	float:left;
	width:100%;
	margin-bottom:10px;
	line-height:30px;
	font-size:18px;
	text-align:center;
	}
.postList{
	float:left;
	width:70%;
	position:relative;
	}
.postListColumn{
	float:left;
	width:30%;
	padding-left:20px;
	position:relative;
	}
.postListColumnTitle{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	line-height:30px;
	padding:10px;
	font-size:20px;
	color:#fff;
	background:#000;
	margin-bottom:10px;
	border-radius: 5px;
	}
.postImgCont a .postImg, .readMore a:hover{
	-webkit-transition: 0.2s ease-in 0s;
	-moz-transition: 0.2s ease-in 0s;
	-o-transition: 0.2s ease-in 0s;
	transition: 0.2s ease-in 0s;
	}
.readMore a:hover{
	background:#444;
	color:#fff;
	}
.postTagsCont span.postTag, .postTagsCont a.postTag, a.postBackBtn{
	float:left;
	cursor:pointer;
	margin: 10px 10px 10px 0;
	background:#000;
	color:#fff;
	border-radius:3px;
	padding:0 10px;
	line-height:30px;
	font-size:15px;
	font-weight:normal;
	}
.postTagsCont span.postTag:hover, .postTagsCont a.postTag:hover, a.postBackBtn:hover{
	color:#000;
	background:#ddd;
	}
span.noPostsMessage{
	float:left;
	width:100%;
	position:relative;
	text-align:center;
	padding:10px;
	margin:10px 0 20px 0;
	}
.postViewTags{
	text-align:center;
	margin:0 0 20px 0;
	}
.postViewTags a.postTag{
	float:unset;
	display:inline-block;
	margin:0 5px;
	}
.postViewLinkCont{
	display:block;
	max-width:1580px;
	margin:auto;
	position:relative;
	text-align:left;
	}
@media only screen and (max-width: 1550px){
.postListCont{
	width:100%;
	}
}
@media only screen and (max-width: 1300px){
}
@media only screen and (max-width: 1170px){
.postViewImg img{
	max-height:100%;
	max-width:100%;
	}
}
@media only screen and (max-width: 960px){
.postImgCont{
	height:360px;
	}
.postList, .postListColumn{
	padding:0 0 15px 0;
	width:100%;
	}
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 580px){
}