/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
/*LIST*/
.templates-list {
  display: block;
  margin-bottom: 24px;
  /*.item*/
}
.templates-list .item {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: dotted 1px #ddd;
  /*:first-child*/
  /*.title*/
  /*.info*/
  /*.subject*/
  /*:hover*/
}
.templates-list .item:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.templates-list .item:first-child {
  padding-top: 0px;
}
.templates-list .item .title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  -webkit-transition: color 0.09s ease;
  -moz-transition: color 0.09s ease;
  -ms-transition: color 0.09s ease;
  -o-transition: color 0.09s ease;
  /*:hover*/
}
.templates-list .item .title:hover {
  text-decoration: none;
}
.templates-list .item .info {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  color: #aaa;
  /*i*/
}
.templates-list .item .info i {
  font-style: normal;
}
.templates-list .item .desc {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  color: #555;
}
.templates-list .item:hover .title {
  color: #f47612;
}
/*.home-form-list*/
/*#LIST*/
.more-items-heading {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  font-family: Tahoma;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  color: #222;
}
/*.more-documents-heading*/
/*DETAIL*/
.template-detail {
  margin-bottom: 20px;
  /*.title*/
  /*.summary*/
  /*.content*/
}
.template-detail .title {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #222;
  margin: 0px;
  margin-bottom: 10px;
}
.template-detail .summary {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.template-detail .content {
  line-height: 22px;
  color: #303030;
  text-align: justify;
  /*>p:first-child*/
}
.template-detail .content > p:first-child {
  margin-top: 0px;
}
/*.post-detail*/
/*#DETAIL*/
