#hero{
    background: none;
    height: 0;
    width: 0;
    margin-bottom: 200px;
}

.overlay{
    display: none;
}

.scrollDown{
    display: none;
}

.blog{
    margin-top: 200px;
}

.date{
    color: #7e7e7e;
    text-transform: uppercase;
}

.title-blog{
    color: #a0832d;
    font-size: 18px;
    font-weight: 200;
    margin-top: 10px;
}

.title-blog hr{
    color: #ccc;
    margin: 5px auto;
}

.title-blog hr:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    float: left;
    background: #a0832d;
    margin-top: -1px;
}

.title-blog-date {
    font-size: 14px;
    float: right;
    color: #888;
}

.btn-announcement{
    margin: 10px 0;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #a0832d;
    border-color: transparent;
    color: #fff;
    border-radius: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.pager li>a:hover, .pager li>span:hover{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #a0832d;
    color: #a0832d;
}

.btn-announcement, .btn-announcement:focus, .btn-announcement:hover{
    text-decoration: none;
}

.well{
    background: none;
    border: none;
    box-shadow: none;
    padding-top: 0;
}

.title-blog-nav{
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.title-blog-nav hr{
    color: #ccc;
    margin: 5px auto;
}

.title-blog-nav hr:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    float: left;
    background: #a0832d;
    margin-top: -1px;
}

.list-unstyled a{
    text-decoration: none;
    color: #444;
}

.list-unstyled li{
    padding-bottom: 5px;
}

.title-blog-main{
    font-size: 36px;
}

.title-blog-main span{
    text-align: right;
    font-size: 14px;
    float: right;
    clear: both;
}

.description-blog {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}


.widget {
    padding: 30px;
    background: #f8f8f8;
    margin-bottom: 30px;
    overflow: hidden;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  text-align: center;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 27px;
  margin-top: 0;
  font-size: 21px;
  clear: both;
}
.widget .widget-title > span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 0 15px;
  background-color: #f7faf9;
  color: #a0832d;
}
.widget .widget-title:before {
  background: #ccc;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.widget ul, .widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li a {
    padding-left: 15px;
    cursor: pointer;
}
.widget ul li + li {
    border-top: 1px solid #ebebeb;
}
.widget ul li, .widget ul li a {
    display: block;
    line-height: 40px;
    color: #666;
/*    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;*/
}
.widget ul li a:hover {
    background: #a0832d;
    color: #fff;
}
.widget ul li a:hover i { 
    color: #fff !important;
}
.widget ul li i {
    margin-right: 10px;
}



.feed-wrapper {
    padding-top: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.feed-wrapper .image-area {
  width: 65px;
  float: left;
  margin-right: 20px;
}
.feed-wrapper .image-area .fit-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.feed-wrapper .item-text {
  position: absolute;
  display: inline-block;
}
.feed-wrapper .item-text a,
.feed-wrapper .item-text span {
    padding-left: 0px;
    line-height: 20px;
    display: block;
}
.feed-wrapper .item-meta {
  font-size: 12px;
  font-style: italic;
  color: #b3b3b3;
  word-spacing: 0.1em;
}
.feed-wrapper a:hover {
    text-decoration: none;
    background: none !important;
    color: #333 !important;
}
.feed-wrapper .fit-img img {
  position: absolute !important;
  width: 100%;
  height: 100%;
  max-width: none !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feed-wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0 none;
}


.empty-box {
    text-align: center;
    padding-top: 100px;
}
.empty-icon {
    font-size: 150px;
    color: #a0832d;
}

.empty-title {
    color: #666;
    text-decoration: none;
}
.empty-box p {
    font-size: 22px;
    color: #a0832d;
}
