/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
/*POSTS LIST 1*/
.posts-list1 .post {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: dotted 1px #eee;
}
.posts-list1 .post .thumb {
  float: left;
  margin-right: 20px;
  position: relative;
}
.posts-list1 .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;
}
.posts-list1 .post .thumb .nav.prev {
  left: 0px;
}
.posts-list1 .post .thumb .nav.next {
  right: 0px;
}
.posts-list1 .post .thumb .nav i {
  line-height: 40px;
}
.posts-list1 .post .thumb .thumb-link {
  display: block;
}
.posts-list1 .post .summary {
  overflow: hidden;
}
.posts-list1 .post .summary .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.posts-list1 .post .summary .title:after {
  content: " ";
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.posts-list1 .post .summary .update {
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 5px;
  margin-bottom: 10px;
}
.posts-list1 .post .summary .subject {
  display: block;
  margin: 0px;
  padding: 0px;
}
/*Effects*/
.posts-list1 .post:hover .thumb .nav {
  background-color: rgba(153, 153, 153, 0.7);
  opacity: 1;
}
.posts-list1 .post:hover .title,
.posts-list1 .post .title:hover {
  text-decoration: none;
  border-bottom: dotted 1px;
  color: #f47612;
}
.posts-list1 .post:first-child {
  padding-top: 10px;
}
.posts-list1 .post:last-child {
  border-bottom: none;
}
/*#POSTS LIST 1*/
