/************************news and blog sec*****************************/
/*latest news*/
.news-sec {
  border: 1px solid #eee;
  color: #000;
  background-color: #fff;
}

.blog-post-title {
  margin-bottom: 5px;
  line-height: 20px;
  color: #333;
}
.blog-post-title a {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: inherit;
}

.news-desc {
  padding: 10px 20px;
}
.news-desc p {
  color: #7a7a7a;
}

.news-post-cat {
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  color: #999;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news-post-cat a {
  color: inherit;
}

.news-thumnail img {
  opacity: .8;
  filter: alpha(opacity=80);
}

.news-thumnail img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*blog page*/
.blog-post-section {
  border: 1px solid #eee;
  padding: 15px 10px;
}

.blog-post-img {
  margin-bottom: 30px;
}

.blog-post-header {
  text-align: center;
}
.blog-post-header h3 {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-post-header h3 a {
  color: #000;
}

.blog-post-info {
  text-align: center;
  margin-bottom: 30px;
}
.blog-post-info span {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.blog-post-info span a {
  color: #666;
}

.blog-post-detail {
  margin-bottom: 30px;
}
.blog-post-detail a {
  color: #0FAF97;
}

.blog-post-more {
  margin-bottom: 30px;
}

.mas-boxes-inner {
  margin-bottom: 30px;
}

.mas-link {
  color: #0FAF97;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: .9em;
}
.mas-link i {
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block;
}
.mas-link:hover {
  color: #999;
}