body {
	font-size: 14px;
	color: #252728;
	/*font-family: 'frutiger_lt_std55_roman';*/
  font-family: 'Roboto', sans-serif;
}
/***************/

img {
	max-width: 100%;
	height: auto;
}

a, button, em, i, span, :before, :after, li, div {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease-out(0.68, -0.55, 0.265, 1.55);
	-moz-transition-timing-function: ease-out(0.68, -0.55, 0.265, 1.55);
	-o-transition-timing-function: ease-out(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: ease-out(0.68, -0.55, 0.265, 1.55);
}
.row {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.row:before, .row:after, {
display:table;
content:"";
}
.row:after, {
clear:both;
}
.col {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

/***************/

#header-section {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.71);
}
#header-section .header-top {
	text-align: center;
	padding: 10px 0;
	background: #fff;
}
#header-section .header-nav {
	text-align: center;
	background: #009635;
}
.header-nav ul {
	list-style: none;
	text-align: center;
	font-size: 0;
}
.header-nav ul li {
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.8);
	padding:0;
}
.header-nav ul li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.header-nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	line-height:16px;
	padding: 9px 48px;
	display:inline-block;
}
.header-nav ul li a:hover {
	background: #03752b;
	color: #fff;
}
#header-section.active .header-top {
	margin-bottom: 30px;
}
#header-section.active .header-nav {
	position: fixed;
	top: -35px;
	left: 0;
	right: 0;
}
#header-section.show .header-nav {
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	z-index:10;
}
#content-section {
	margin: 0 auto;
	max-width: 1265px;
	margin-top: 50px;
	padding: 0 15px;
}
#content-section .content-side {
	width: 74.1%;
	height: auto;
}
.content-side .post-block {
	overflow: hidden;
	margin:0 0 35px;
	padding:15px;
	border-radius:4px;
	border: 1px solid #EBEBEB;
}
.post-header .publish-text {
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.publish-text .publish-caption {
	color: #444;
	font-weight: bold;
}
.publish-text .publish-date {
	font-weight: normal;
	color: #656565;
}
.post-header .share {
	float: right;
	margin-top: 5px;
}
.content-side .post-block .title {
	margin-bottom: 10px;
}
.content-side .post-block .post-content {
	margin: 25px 0;
}
.content-side .post-block .post-content p{text-align:justify;}
.post-content .post_thumbnail {
	float: left;
	margin-right: 25px;
}
.post-content .posted_by{ font-size: 12px; margin-bottom:15px;}
.post-content .post_thumbnail img {
	width: auto;
}
.post-block h2 a, .post-block .title a{	
	color:#060;
	text-decoration:none;
}
.post-block h2 a:hover, .post-block .title a:hover{
	color:#000;
}