
.page-template-template-landing-1 #page-header-bg .span_6 h1 {
	font-size: 70px;
	margin-bottom: 140px;
	margin-top: -30px;
	width:100%;
}

.landing-page-1 h1 {
	margin-top:50px;
	font-size: 36px;
}

.landing-page-1 .page-teasers .col {
	border-bottom:1px solid #CCC;
	margin-bottom: 40px;
}

.landing-page-1 .page-teasers .col:hover {
	background-color:#F5F5F5;
}

.landing-page-1 .page-teasers .col .teaser-thumbnail img {
	margin-bottom: 0px;
	display: block;
}

.landing-page-1 .page-teasers .col .teaser-thumbnail {
	margin-bottom: 15px;
	position: relative;
}

.landing-page-1 .page-teasers .col:hover .teaser-thumbnail:after {
	content: ' ';
	background:#8bc640;
	opacity: 0.35;
	width:100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}

.landing-page-1 .page-teasers .col .teaser-title {
	display: block;
	padding:0px 20px;
	padding-right:80px;
	line-height: 26px !important;
	font-size: 22px !important;
	position: relative;
}

.landing-page-1 .page-teasers .col .teaser-title i {
	position:absolute;
	right:20px;
	top: 5px;
	font-size: 38px;
	color: #75b321;
}

.landing-page-1 .page-teasers .col .teaser-title span {
	color:#000;
	font-weight: bold;
	font-family: Lovelo, sans-serif;
}

@media only screen and (min-width: 690px) {
	.landing-page-1 .page-teasers .col .teaser-title {
		height: 78px !important;
		overflow: hidden;
	}

	.landing-page-1 .page-bottom_text {
		padding-left: 20%;
		padding-right: 20%;
	}

	.landing-page-1 #post-area {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
	.landing-page-1 .page-teasers .col.span_4 {
	    width:47%;
	    margin-right:3%;
	}

	.landing-page-1 .page-teasers .col.span_4.col_last {
	    margin-right:3%;
	}

	.landing-page-1 .page-teasers .col .teaser-title {
		line-height: 20px !important;
		font-size: 18px !important;
		height: 80px !important;
	}
}