* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

img {
	border: none;
	max-width: 100%; 
}
body {
	background: #e8e8e8 url("../images/body-bg.jpg");
	font-family: "pt Sans";
	font-size: 13px;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #3a3e3f;
}
.header-main {
	background: url("../images/header-bg.jpg") center top no-repeat;
	background-size: 100% 91px;
	border-bottom: 5px solid #0b7e60;
	min-height: 91px;
	margin-bottom: 30px;
}
.header-top {
	background-color: rgba(11,126,96,.6);
}
.header {
	overflow: hidden;
}
.logo {
	float: left;
	background-color: #fff;
	font-size: 28px;
	color: #396;
	text-decoration: none;
	padding: 0 65px 5px 30px;
}
.menu {
	overflow: hidden;
}
	.menu ul {
		list-style: none;
		overflow: hidden;
		float: left;
		margin-left: 15px;
	}
	.menu ul li {
		float: left;
		font-size: 14px;
	}
	.menu ul li.active {
		background-color: rgba(11,126,96,.7);
	}
	.menu ul li a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 7px 15px 9px 15px;
		display: block;
		font: normal 16px/1.6 Arial, sans-serif;
	}
	.menu ul li a:hover {
		text-decoration: underline;
	}
	.menu a#pull {
		display: none;
	}
.content-main {
	overflow: hidden;
}
.content {
}
.post-main {
	margin-bottom: 30px;
}
	.post-img {
		background: #fff;
		border: 1px solid #d7d7d7;
		padding: 6px;
		position: relative;
		margin-bottom: 8px;
	}
	.post-img-social {
		position: absolute;
		bottom: 15px;
		left: 50px;
	}
	.post-img-social img {
		display: block;
		margin-bottom: 10px;
	}
.post-content {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 35px;
	position: relative;
	color: #959595;
}
.post-content h3 {
	margin-top: 10px;
}
.post-content p {
	font: normal 14px/1.6 Arial, sans-serif;
	color: #333;
	text-align: justify;
	margin-bottom: 10px;
}
.post-content h5 {
	font: bold 14px/1.6 Arial, sans-serif;
	color: #333;
	margin-bottom: 1px;
	text-align: left;
}
.post-content ul{
	list-style: square outside;
	padding-left: 13px;
	margin-bottom: 10px;
}
.post-content ul.portf {
	padding-left: 0;
}
.post-content ul li{
	font: normal 14px/1.6 Arial, sans-serif;
	color: #333;
	/* background: url(images/marker_2.png) left center no-repeat; */
	padding: 0 0 0 5px;
}

	.post-str {
		background: url(images/post-str.png) no-repeat;
		width: 31px;
		height: 17px;
		position: absolute;
		top: -17px;
	}
	
	.post-head {
	}
	.post-head h1 {
		font-size: 30px;
		color: #3a3e3f;
		margin-bottom: 10px;
	}
		.post-head h1 a {
			color: #3a3e3f;
			text-decoration: none;
		}
		.post-head h1 a:hover {
			text-decoration: underline;
		}
	.post-head p {
		font-size: 12px;
		color: #aeaeae;
		margin-bottom: 10px;
	}
	.post-head h2 {
		font-size: 15px;
		color: #f26c4f;
		margin-bottom: 10px;
	}
	.post-head h3 {
		font: bold 14px Arial, sans-serif;
		color: #3a3e3f;
		margin-bottom: 10px;
	}
		.post-head h3 a {
			color: #3a3e3f;
			text-decoration: none;
		}
		.post-head h3 a:hover {
			text-decoration: underline;
		}
		
	.post-head h4 {
		font-size: 30px;
		color: #333;
		margin-bottom: 10px;
		text-align: center;
		margin-bottom: 30px;
	}
		
	.post {
		line-height: 2;
	}
	.post ul{
		list-style:none;
	}
	.post ul li{
		font: normal 14px/2 Arial, sans-serif;
		color: #333;
		background: url(/images/marker_2.png) left center no-repeat;
		padding: 0 0 0 20px;
	}
	
	.post img {
		width: 100%;
		margin-bottom: 20px;
		/* float: left; */
	}
	.post div {
		width: 100%;
		/* float: right;
		padding-left: 20px; */
	}
	.post p {
		line-height: 1.3;
		font-family: Arial;
		color: #333;
		margin-top: -4px;
		margin-bottom: 18px;
		text-align: justify;
	}
	
.pager{
	overflow:hidden;
	list-style:none;
	margin:0 0 40px 30px;
}
	.pager li{
		float:left; color:#3a3e3f; font-size:14px; font-weight:bold;
	}
	.pager li a{
		text-decoration:none; padding:3px 7px; margin:0 10px 0 0; display:block; text-decoration:none; color:#3a3e3f;
	}
	.pager li a:hover{
		text-decoration:underline;
	}
	.pager li a.page-now{
		background:#f26c4f; color:#fff;
	}
	
.sidebar-main{
	padding-bottom:30px;
}
.sidebar{
	border:1px solid #d7d7d7; background:#fff; padding:40px 30px 20px 30px; margin-bottom:30px;
}
	.sidebar h2{
		color:#2e2d2d;
		font: bold 16px/1.6 Arial, sans-serif;
		margin-bottom:15px;
	}
.side-vidget{
	margin-bottom:30px;
}
	.side-vidget ul{
		list-style:none;
		font: normal 15px Arial, sans-serif;
	}
	.side-vidget ul li {
		background: url("../images/dot-li.jpg") bottom repeat-x;
		padding: 5px 0;
	}
	.side-vidget ul li a{
		color: #6f6f6f;
		text-decoration: none;
		background: url("../images/marker_1.png") left center no-repeat;
		padding: 0 0 0 20px;
	}
	.side-vidget ul li a:hover{
		color:#000;
		text-decoration: underline;
	}

.recent-post{
	font-size:13px; color:#3a3a3a; font-style:italic; line-height:1.5;
}
.recent-post p{
	background: url("../images/recent-bg.jpg") left 7px no-repeat;
	padding: 0 0 0 15px;
	margin-bottom:10px;
}
.recent-post p a{
	color:#3a3a3a;
	text-decoration:none;
}
.recent-post p a:hover{
	text-decoration:underline;
}
.recent-post p span{
	display:block; color:#7e7e7e; font-size:12px;
}

.side-banner{
	text-align:center;
}

.footer-main{
	background-color: #0b7f60;
}
.footer{
	font-size:12px; color:#fff; padding:30px 0; line-height:1.7; overflow:hidden;
}
.footer p{
	margin-bottom:5px; padding-left:20px;
}
.footer-right{
	text-align:center;
}
.footer-right img{
	margin-right:10px;
}
.footer-left{
}
.copy{
	color:rgba(255,255,255, 0.5);
}

@media only screen and (min-width:769px){
	.header{
		max-width:980px; margin:0 auto;
	}
	.content-main{
		max-width:980px; margin:0 auto;
	}
	.footer{
		max-width:980px; margin:0 auto;
	}
	.content{
		float:left; width:64.28%;
	}
	.sidebar-main{
		float:right; width:33.16%;
	}
	.footer-right{
		float:right; width:33.16%;
	}
	.footer-left{
		float:left; width:64.28%;
	}
}
@media only screen and (min-width:481px) and (max-width:768px){
	.logo{
		float:none; display:block; margin:0 auto; text-align:center; width:240px; padding:0 0 5px 0;
	}
	.header ul{
		float:none;
	}
	.content-main{
		margin:0 15px;
	}
	.post-img img{
		width:100%;
	}
	.footer-right{
		margin-bottom:20px;
	}
	.footer-right img {
		margin-right: 0;
		padding-right: 0;
	}
	.footer-left p {
		text-align: center;
		margin-left: 0;
		padding-left: 0;
	}
	.menu ul{
		display:none;
	}
	.menu a#pull{
		display:block;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		padding:10px 3%;
		text-decoration:none;
		width:94%;
		position:relative;
	}
	.menu a#pull:after{
		content:"";
		background:url("../images/icon-menu.png") no-repeat;
		width:12px;
		height:13px;
		display:inline-block;
		position:absolute;
		top:12px; 
		right:3%;
	}
}
@media only screen and (min-width:241px) and (max-width:480px){
	.logo{
		float:none; display:block; margin:0 auto; text-align:center; padding:0 0 5px 0;
	}
	.header ul{
		float:none;
	}
	.post-content{
		padding:20px;
	}
	.sidebar{
		padding:20px;
	}
	.post-img-social{
		position:absolute; bottom:10px; left:20px;
	}
	.post-img-social img{
		display: inline; margin-bottom:0px; margin-right:10px; width:30px;
	}
	.post-head h1{
		font-size:24px; color:#3a3e3f; margin-bottom:10px;
	}
	.post{
		line-height:1.5;
	}
	.footer-right{
		margin-bottom:20px;
	}
	.footer-right img {
		margin-right: 0;
		padding-right: 0;
	}
	.footer-left p {
		text-align: center;
		margin-left: 0;
		padding-left: 0;
	}
	.menu ul{
		display:none;
	}
	.menu ul li{
		width:100%;
		border-bottom:1px solid #fff;
	}
	.menu ul li.active{
		background:url("../images/icon-check.png") no-repeat 15px center; padding-left:20px;
	}
	.menu a#pull{
		display:block;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		padding:10px 3%;
		text-decoration:none;
		width:94%;
		position:relative;
	}
	.menu a#pull:after{
		content:"";
		background:url("../images/icon-menu.png") no-repeat;
		width:12px;
		height:13px;
		display:inline-block;
		position:absolute;
		top:12px; 
		right:3%;
	}
}
@media only screen and (max-width:240px){
	.logo{
		float:none; display:block; text-align:center; width:100%; padding:0 0 5px 0;
	}
	.header ul{
		float:none;
	}
	.post-content{
		padding:10px;
	}
	.sidebar{
		padding:10px;
	}
	.post-img-social{
		position:absolute; bottom:10px; left:20px;
	}
	.post-head h1{
		font-size:20px; color:#3a3e3f; margin-bottom:10px;
	}
	.post{
		line-height:1.3;
	}
	.post-img-social img{
		display: inline; margin-bottom:0px; margin-right:10px; width:30px;
	}
	.footer-right{
		margin-bottom:20px;
	}
	.menu ul li{
		width:100%;
		border-bottom:1px solid #fff;
	}
	.menu ul li.active{
		background:url("../images/icon-check.png") no-repeat 15px center; padding-left:20px;
	}
	.menu ul{
		display:none;
	}
	.menu a#pull{
		display:block;
		font-size:14px;
		color:#fff;
		font-weight:bold;
		padding:10px 3%;
		text-decoration:none;
		width:94%;
		position:relative;
	}
	.menu a#pull:after{
		content:"";
		background:url("../images/icon-menu.png") no-repeat;
		width:12px;
		height:13px;
		display:inline-block;
		position:absolute;
		top:12px; 
		right:3%;
	}
}


/* For responsive forms start */
/* http://codepen.io/chriscoyier/full/DmnlJ */

form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label, legend {
	
	font: normal 14px Arial, sans-serif;
}
form > div > div,
form > div > fieldset > div {
  
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=submit],
input[type=phone],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border: 1px solid #ccc;
	padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
}

/* For responsive forms end   */