/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12/08/2015, 9:16:11
    Author     : Pablo
*/

.post-date, .post-info, .read-btn-container{
    display: none;
}

.post-list  .post-date, .post-list  .post-info,  .post-list  .read-btn-container{
    display: block;
}

.post-date.active, .post-info.active, .read-btn-container.active{
    display: block;
}

.block-body{
    min-height: 650px;
}

.panel-info>.panel-heading{
    background: #009cde;
}

.has-bg .bg-cover:before {
    background: none;
}
.page-title{
    text-shadow: 1px 1px #000000;
    padding: 20px 0 50px 0;
}

.content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
}

.content-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    background: #242a30;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.download-icon{
    color: #000 !important;
}


/************** Home styles *****************/
svg#home a:hover{
    opacity: 0.7 !important;
}

.circle{
    fill: #ffffff;
    stroke:#009cde;
    stroke-location: inside;
    stroke-width: 1;
    stroke-dasharray: 1000;
}

/*************Library styles *********************/
#library_list li{
    border-bottom: 1px solid #ccc;
}

.pagination-container{
    border-top: none;
}