@font-face {
  font-family: 'MyFont';
  src: url('../fonts/fontawesome-webfont.ttf');
}
body {
	background: #FFF;
	width: 100%;
	overflow-x: hidden;
	font-family: 'MyFont' !important;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'MyFont' !important;
}
.news-content img{
	display: block !important;
	width: 50% !important;
	margin:auto !important;
	height:auto !important;
}
.news-content ul li{
    list-style-position:inside !important;
}
.mapRow{
	min-height: 400px;
}
.news-content{
	line-height: 2 !important;
}