#main-banner {
    position: relative;
}

#main-banner .img-wrapper {
    height: 430px; /*540px;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% center;
}

#main-banner .content {
    position: absolute;
    top: 0;
    left: 70px;
    height: 100%;
}

#main-banner .content .table {
    height: 100%;
}

#main-banner .content .content-wrapper {
    /*font-size: 25px;*/
    font-weight: 900;
    border-left: 5px solid #D2FF00;
    padding-left: 12px;
}

#main-banner .content .type {
	font-family: 'Raleway', sans-serif;
    background-color: #D2FF00;
    color: #000;
    display: inline-block;
    padding: 2px 12px; /* 3px 12px; */
    font-size: 25px; /*35px;*/
    font-style: italic;
    font-weight: 900;
    margin-bottom: 16px;
}

#main-banner .content .type img {
	position: relative;
	bottom: 2px;
}

#main-banner .content .title {
	font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 55px; /*75px;*/
    line-height: 50px; /*70px;*/
    font-weight: 900;
    height: 45px; /*63px;*/
}

#main-banner .content sub {
    font-size: 11px;
    font-weight: 800;
    color: #000;
    font-style: normal;
}

#posts {
	padding-top: 60px;
	padding-bottom: 60px;
}

#posts .post {
	margin-bottom: 60px;
}

#posts .post .img-wrapper {
	height: 456px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% center;
	position: relative;
}

#posts .post .foot {
	height: 43px;
	background-color: #000;
	margin-bottom: 20px;
	/* fix whitespace */
	font-size: 0;
}

#posts .post .foot .left, #posts .post .foot .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 43px;
	color: #FFF;
	line-height: 43px;
}

#posts .post .foot .left {
	font-family: 'Raleway', sans-serif;
	font-size: 15px; /*18px;*/
	font-weight: 800;
	padding-left: 20px;
}

#posts .post .foot .left .left-wrapper {
	padding-left:  15px;
	border-left: 4px solid #D2FF00;
}

#posts .post .foot .right {
	font-family: 'RobotoCondensed', sans-serif;
	font-size: 15px; /*18px;*/
	font-weight: 800;
	text-align: right;
	padding-right: 15px;
}

#posts .post .title {
	font-family: 'RobotoCondensed', sans-serif;
	color: #000;
	font-size: 25px; /*40px;*/
	font-weight: 800;
	margin-bottom: 10px;
}

#posts .post .post-summary {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px; /*19px;*/
	line-height: 24px;
}

#posts .post .post-summary a {
	color: #000;
	text-decoration: underline;
}

#posts .post .post-summary img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#posts .button-wrapper {
	text-align: right;
}

#posts button {
	font-family: 'Oswald', sans-serif;
    color: #000;
    background-color: #D2FF00;
    border: 0;
    font-size: 22px; /*27px;*/
    font-weight: 800;
    padding: 2px 20px;
}

#posts .col-md-6.left {
	padding-right: 50px;
}

#posts .col-md-6.right {
	padding-left: 50px;
}

@media(max-width: 992px) {
	#main-banner .content .title {
		font-size: 40px;
		line-height: 37px;
		height: 34px;
	}

	#main-banner .content .type img {
		width: 180px;
	}

	#posts .post .foot .left {
		font-size: 14px;
	}

	#posts .post .foot .right {
		font-size: 14px;
	}
	
	#posts .post .title {
		font-size: 23px;
	}

	#posts .post .post-summary {
		font-size: 15px;
	}

	#posts .col-md-6.left {
		padding-right: 30px;
	}

	#posts .col-md-6.right {
		padding-left: 30px;
	}

	#posts .post .img-wrapper {
		height: 350px;
	}

	#main-banner .img-wrapper {
		height: 430px;
	}

}

@media(max-width: 767px) {
	#main-banner .content .title {
		font-size: 30px;
		line-height: 28px;
		height: 26px;
	}

	#main-banner .content .type img {
		width: 160px;
	}

	#posts .post .foot .left {
		font-size: 13px;
	}

	#posts .post .foot .right {
		font-size: 13px;
	}

	#posts .post .title {
		font-size: 20px;
	}

	#posts .post .post-summary {
		font-size: 15px;
	}

	#posts .post .img-wrapper {
		height: 300px;
	}

	#posts button {
		width: 100%;
	}

	#posts {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	#posts .post {
		margin-bottom: 20px;
	}

	#posts .col-md-6.left {
		padding-right: 15px;
	}

	#posts .col-md-6.right {
		padding-left: 15px;
	}

	#main-banner .img-wrapper {
		height: 320px;
	}

	#main-banner .content {
		top: 35px;
		left: 0;
	}
}

