
#tf-blogMain{
	background: url(../img/blog/headingpage.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;/*
	background: url(../img/blog/headingpage.jpg);
	background-position-x: 50%;
	background-position-y: 180%;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #cfcfcf;*/
}


#tf-blogMain .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */

	background-attachment: fixed;
}

#tf-blogMain .content{
	position: relative;
	padding: 15% 50px 100px;
}

@media (max-width: 614px){
	#tf-blogMain h1{
		margin-top: 100px;
		padding-left: 5px;
		padding-right: 5px;
	}
	#tf-blogMain p.lead{
		
		padding-left: 5px;
		padding-right: 5px;
	}
}

body{
	background-color: black;
}
#tf-blogOverview, #tf-blogMain{

	background-color: #ECF0F1;
}

#tf-blogOverview h3{
	font-size: 20px;
}

#tf-blogOverview .post-preview{
	color: #000;
	padding: 50px ;
	margin: auto;
	border-radius: 10px;
	background-color: #fff;
}

#tf-blogOverview .post-image{
	min-width: 180px;
	max-width: 300px;
}
#tf-blogOverview .post-title, #tf-blogOverview .post-image{
	margin-top: 20px;
}


#tf-blogOverview .post-meta{
	float:  right;
	bottom: 0px;
}

#tf-menu{
	background-color: transparent; !important;
}

@media screen and (max-width: 430px) {
	#tf-blogOverview .post-preview {
	  padding: 2px !important;
	}
}

@media screen and (max-width: 380px) {	
	#tf-blogOverview .post-abstract{
	  display: none;
	}
}

.noLinkColor, .noLinkColor:hover, .noLinkColor:focus{
	color: black;
}