#tmhtmlcontent_top{
    position: relative;
    z-index: 1;
}
.tmhtmlcontent-topColumn{
	margin-bottom: 0;
}
#tmhtmlcontent_home{
	padding: 0 0 15px;
}
.tmhtmlcontent-home{
	padding: 0;
	margin: 0;
}
.tmhtmlcontent-home h2{
	color: #6a6d85;
	font: 300 4.615em / 1.2em 'Ubuntu', sans-serif;
}
.tmhtmlcontent-home p{
	font-size: 1em;
	color: #333333;
	line-height: 1.7em;
	padding: 1px 150px;
	margin-bottom: 36px;
}
@media (max-width: 1199px){
	#tmhtmlcontent_home{
		padding: 85px 0 100px;
	}
	.tmhtmlcontent-home h2{
		font-size: 4em;
	}
	.tmhtmlcontent-home p{
		padding: 1px 70px;
	}
}
@media (max-width: 768px) {
	#tmhtmlcontent_home{
		padding: 45px 0 60px;
	} 
	.tmhtmlcontent-home h2{
		font-size: 3em;
	}
	.tmhtmlcontent-home p{
		padding: 1px 15px;
	}
}
@media (max-width: 480px) {
	#tmhtmlcontent_home{
		padding: 25px 0 60px;
	} 
	.tmhtmlcontent-home h2{
		font-size: 2.5em;
	}
}
.tmhtmlcontent-home .item-html{
	text-align: center;
}
.tmhtmlcontent-home .item-html span{
	display: inline-block;
	padding: 16px 27px 18px;
	background: #f17b00;
	color: #fff;
	font-size: 1.308em;
	font-weight: 300;
	text-transform: uppercase;
}
.tmhtmlcontent-home .item-html span:hover{
	background: #5abede;
	cursor: pointer;
}