.homerow{
	margin: 10px 0 20px;
}

.homerow h2{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: left;
	margin-top: 20px;
}

.homerow .colleft{
	display: inline-block;
	vertical-align: top;
	width: 60%;
	margin: 0 3% 0 0; 
	text-align: left;
}

.homemagazinewrapper{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	margin-top: 0;
	width: 28.5%;
	margin-right: 4.5%;
}

.homebanner{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	margin-top: 0;
	width: 67%;
}

.homebanner .owl-dots{
	position: relative;
	margin-top: -15px !important;
}

.homebanner .overlaygrid{
	width: 100%;
	margin-top: 0;
}

.homebanner .overlaygrid .post_right h3{
	font-size: 20px;
	line-height: 28px;
	max-height: 56px;
}

.homerow .colright{
	display: inline-block;
	vertical-align: top;
	width: 37%;
	text-align: left;
}

.homebanner .colright .postitem{
	padding-bottom: 8px;
	margin: 12px 0 0;
	display: inline-block;
	width: 100%;
}

.homebanner .colright .post_left{
	width: 42%;
}

.homebanner .colright .post_right{
	width: 56%;
}

.homebanner .colright .postitem h3{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 3px;
	height: 32px;
}

.threecolgridrow .postitem{
	width: 30%;
}

.threecolgridrow .postitem:nth-of-type(2),
.threecolgridrow .postitem:nth-of-type(5){
	margin-left: 5%;
	margin-right: 5%;
}

.twocolgridrow .postitem{
	width: 48%;
}

.twocolgridrow .postitem:nth-of-type(odd){
	margin-right: 2%;
}

.twocolgridrow .postitem:nth-of-type(even){
	margin-left: 2%;
}

.onecolgridrow .postitem,
.onecolgridrow .postitem:nth-last-child(1){
	border-bottom: none;
	padding-bottom: 0;
	padding: 1% !important;
	background: #f5f5f5 url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}

.onecolgridrow .postitem .post_left{
	width: 58%;
}

.onecolgridrow .postitem .post_right{
	width: 40%;
}

.homerow2 .colleft{
	width: 65.67%;
	margin-right: 3%;
}

.homerow2 .colleft .postitem{
	width: 47.71%
}

.homerow2 .colleft .postitem:nth-of-type(2){
	margin-left: 4.58%;
}

.homerow2 .colright{
	width: 31.33%;
}

.homerow2 .colright .postitem{
	width: 100%
}

.homerow3 .colleft .postitem,
.homerow4 .colleft .postitem{
	width: 47%
}

.homerow3 .colleft .postitem:nth-of-type(2),
.homerow4 .colleft .postitem:nth-of-type(2){
	margin-left: 6%;
}

.homerow .donatebanner{
	margin-top: 45px;
}

.homerowbottom .colleft{
	width: 50%;
}

.homerowbottom .colright{
	width: 47%;
}


@media screen and (max-width:899px){
	
	.homebanner .overlaygrid .post_right h3{
		font-size: 16px;
  		line-height: 20px;
		max-height: 40px;
	}
		
	.homebanner .colleft .whiteright h3{
		font-size: 12px;
		line-height: 18px;
		height: 72px;
	}
	
	.homerow .donatebanner h6{
		font-size: 14px;
	}
	
}


@media screen and (max-width:767px){
	
	.homerow .colleft{
		width: 100%;
		margin-right: 0;
	}
	
	.homerow .colright{
		width: 100%;
		margin-top: 15px;
	}
	
	.homebanner{
		margin-bottom: 10px;
	}
	
	.homebanner .colright{
		margin-top: 0;
	}
	
	.homebanner .whiteright{
		margin: 20px 0 0;
	}	
	
	.homebanner .colleft .whiteright{
		display: block;
		margin: 20px 0;
	}	
	
	.homebanner .whiteright .post_left{
		display: block;
		width: 100%;
	}

	.homebanner .whiteright .post_right{
		display: block;
		width: 100%;
		padding: 15px;
	}
	
	.homebanner .colleft .whiteright .post_left{
		display: block;
		width: 100%;
	}

	.homebanner .colleft .whiteright .post_right{
		display: block;
		width: 100%;
	}
	
	.homebanner .colleft .whiteright h3{
		font-size: 14px;
		line-height: 20px;
		height: auto;
	}
	
	.homebanner .colright .postitem{
		padding-bottom: 20px;
		margin: 20px 0;
		display: block;
	}

	.homebanner .colright .postitem h3{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
		height:auto;
	}
	
	.homerow .donatebanner {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.homerow .donatebanner h6{
		font-size: 20px;
	}
	
	.threecolgridrow .postitem{
		width: 47.71%;
	}

	.threecolgridrow .postitem:nth-of-type(2),
	.threecolgridrow .postitem:nth-of-type(4),
	.threecolgridrow .postitem:nth-of-type(6){
		margin-left: 4.58%;
		margin-right: 0;
	}
	
	.threecolgridrow .postitem:nth-of-type(5){
		margin-left: 0;
		margin-right: 0;
	}
	
	.threecolgridrow .postitem .author,
	.twocolgridrow .postitem .author{
		font-size: 12px;
	}
	
}

@media screen and (max-width:699px){

	.twocolgridrow .postitem{
		width: 100%;
	}
	
	.twocolgridrow .postitem:nth-of-type(even),
	.twocolgridrow .postitem:nth-of-type(odd){
		margin-left: 0;
		margin-right: 0;
	}
	
	.onecolgridrow .postitem .post_left{
		width: 100%;
	}

	.onecolgridrow .postitem .post_right{
		width: 100%;
		padding: 15px 8px;
	}

}
	
@media screen and (max-width:599px){
	
	.homebanner .colright .post_right{
		padding: 0;
	}
	
	.homebanner .colright .post_left{
		margin-right: 2%;
	}
	
}
	
@media screen and (max-width:479px){
	
	.homerow2 .colleft .postitem,
	.homerow3 .colleft .postitem,
	.homerow4 .colleft .postitem{
		width: 100%;
		display: block;
	}

	.homerow2 .colleft .postitem:nth-of-type(2),
	.homerow3 .colleft .postitem:nth-of-type(2),
	.homerow4 .colleft .postitem:nth-of-type(2){
		margin-left: 0;
	}	
	
	.threecolgridrow .postitem h3{
		font-size: 14px;
		line-height: 18px;
	}
	
}	


@media screen and (max-width:419px){
	
	.homemagazinewrapper{
		width: 100%;
		margin-right: 0;
	}
	
	.homebanner{
		width: 100%;
	}
	
}


	
	