
.homeBody {
	color:#373e4d;
}

.boxHomeButton {
	oveflow:hidden;
	margin-top:10px;
	background:rgba(255,255,255,.3);
	border-radius:10px;
	display:table;
	line-height:26px;
	padding: 0px 15px 15px 15px;
}

.homeEndBox {
	
	border-bottom:1px #aab2bd  solid;
 }

 
.homeLastBox, .homeEndBox {
	padding-bottom:30px;
 	margin-bottom:15px;

}

.liveImpression {
	border:1px solid #8CC268;
	padding:15px;
	border-radius:10px;
	margin-left:15px;
	margin-right:15px;
}


@media(max-width:992px) {
	.boxHomeButton {
		width:100%;
	}
	.liveImpression {
		/*display:none;*/
		margin-top:15px;
	}
 
}

@media(max-width:768px) {
 
	.fa-5x {
  	font-size: 3em;
	}
 
}

@media(max-width:448px) {
 
	.fa-5x {
  	font-size: 2em;
	}
 
}