.pages{display:inline;padding:10px;}
.pages a,.pages span{display:inline-block;border:1px solid #ddd;padding:4px 12px;margin:15px 0 0 7px;vertical-align:middle;background:#fff; border-radius:3px; font-size:14px;}
.pages a.current,.pages span.current,.pages a:hover{background:#009688;border:1px solid #009688;color:#fff;} 
.pages a:hover{text-decoration:none;}

.blog-post {
  margin-top:10px;
  margin-bottom: 30px;
  
  border-bottom: solid 1px #eee;
  margin-right:20px;
}
.blog-post .image {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-post .image img {
  width: 100%;
  max-width: 100%;
}
.blog-post .image iframe {
  width: 100%;
  max-width: 100%;
}
.blog-post .image .image-overlay {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .0;
  background: rgba(255, 255, 255, 0.8);
}
.blog-post .image .image-overlay .icon-wr {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 64px;
  height: 64px;
  font-size: 32px;
  line-height: 68px;
  text-align: center;
  color: #fff;
  background: #38b71f;
}
.blog-post .image .image-overlay .icon-wr .icon {
  display: inline-block;
}
.blog-post .image:hover .image-overlay {
  opacity: .9;
}
.blog-post .image:hover .image-overlay .icon-wr {
  -webkit-animation: 0.5s animationZoomIn;
  -o-animation: 0.5s animationZoomIn;
  animation: 0.5s animationZoomIn;
}
.blog-post .title {
  font-size: 20px;
  margin-bottom: 10px;
 
}

.blog-post .meta {
  margin-bottom: 10px;
}
.blog-post .meta li {
  padding-left: 0;
}
.blog-post .meta li::after {
  display: inline-block;
  content: '/';
  margin-left: 10px;
  margin-right: 0;
}
.blog-post .meta li:last-child::after {
  display: none;
}
.blog-post .content {
  margin-bottom: 30px;
  
}
.blog-post .information .tags,
.blog-post .information .social-inline {
  line-height: 22px;
  vertical-align: middle;
}
.blog-post .information .social-inline {
  float: right;
}
.more-feature {
  margin-bottom: 30px;
}
.more-feature .media-left {
  padding-top: 1px;
  padding-left: 1px;
}
.more-feature .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 32px;
  margin-right: 15px;
}
.more-feature .title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 10px;
}
.more-feature .description {
  margin-bottom: 10px;
}
.more-feature:hover .icon,
.more-feature:hover .title {
  color: #38b71f;
}
.media {
	margin-top: 15px
}
.media:first-child {
	margin-top: 0
}
.media-right,.media>.pull-right {
	padding-left: 10px
}
.media-left,.media>.pull-left {
	padding-right: 10px
}
.media-left,.media-right,.media-body {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.media-middle {
	vertical-align: middle
}
.media-bottom {
	vertical-align: bottom
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.media-list {
	padding-left: 0;
	list-style: none
}
.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline li {
  display: inline-block;
}
.widget {
  margin-bottom: 30px;
  text-align: left;
}
.widget .title {
text-transform: uppercase;
margin-bottom: 10px;
font-size: 16px;
border-bottom: 2px solid #009688;
padding-bottom: 5px;
}
.widget .title::after {
  display: block;
  content: '';
  margin-top: 5px;
  width: 100%;
  height: 1px;
  
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: normal;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777;
  border-bottom: solid 1px #eee;
}
.sidebar-menu li a:hover {
  color: #38b71f;
  padding-left: 10px;
}
.latest-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.latest-posts .post {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.latest-posts .post .image {
  width: 90px;
 
  overflow: hidden;
}
.latest-posts .post .text {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .blog-post .social-inline {
    float: none !important;
  }
.blog-post {
 
  margin-right:0px;
}
.blog-post .content {display:none;}
}
@media screen and (max-width: 768px) {
.blog-post {
 
  margin-right:0px;
}
.blog-post .title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight:200;
 
 
}



}
@media screen and (max-width: 800px) {
.blog-post {
 
  margin-right:0px;
}
}
@media screen and (max-width: 980px) {
.blog-post {
 
  margin-right:0px;
}
}
@media (min-width:992px) {
.col-md-9 {
width: 75%;
float: left;
}
	
.col-md-3 {
width: 25%;
float: left;
}
}


@media (max-width:1040px) {



}

@media (max-width:768px) {
.widget {
display:none;
}
}

@media (max-width:640px) {
.widget {
display:none;
}
}
@media (max-width:320px) {
.widget {
display:none;
}
}


