/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
/*RECENT POSTS*/
.featured-posts {
  margin-left: -20px;
  clear: both;
  text-align: left;
  /*.post*/
}
.featured-posts .post {
  float: left;
  width: 306px;
  margin-left: 20px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*.thumb*/
  /*.summary*/
  /*h2.title*/
  /*.subject*/
  /*.util*/
  /*:hover*/
}
.featured-posts .post .thumb {
  position: relative;
  margin-bottom: 20px;
  /*.nav*/
  /*.nav.prev*/
  /*.nav.next*/
  /*.thumb-link*/
  /*:hover .nav*/
}
.featured-posts .post .thumb .nav {
  pointer-events: auto;
  display: block;
  position: absolute;
  z-index: 200;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  background-color: rgba(153, 153, 153, 0);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*i*/
}
.featured-posts .post .thumb .nav i {
  line-height: 40px;
}
.featured-posts .post .thumb .nav.prev {
  left: 0px;
}
.featured-posts .post .thumb .nav.next {
  right: 0px;
}
.featured-posts .post .thumb .thumb-link {
  display: block;
}
.featured-posts .post .thumb:hover .nav {
  background-color: rgba(153, 153, 153, 0.7);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.featured-posts .post .summary {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-style: italic;
  color: #e6ae48;
  margin-bottom: 12px;
}
.featured-posts .post h2.title {
  display: block;
  margin: 0px;
  /*a*/
}
.featured-posts .post h2.title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  padding-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.featured-posts .post .subject {
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
  line-height: 19px;
}
.featured-posts .post .util {
  font-size: 12px;
  color: #aaaaaa;
  /*.views*/
  /*.share*/
  /*:after*/
}
.featured-posts .post .util .views {
  float: left;
}
.featured-posts .post .util .share {
  float: right;
  /*img*/
}
.featured-posts .post .util .share img {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
.featured-posts .post .util:after {
  content: " ";
  display: block;
  font-size: 1px;
  clear: both;
}
.featured-posts .post:hover {
  /*h2.title a*/
  /*.thumb .nav*/
}
.featured-posts .post:hover h2.title a {
  text-decoration: none;
  color: #f47612;
  border-bottom: dotted 1px #d64937;
}
.featured-posts .post:hover .thumb .nav {
  background-color: rgba(153, 153, 153, 0.7);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*.featured-posts*/
/*#RECENT POSTS*/
