p {
    text-align: justify;
}

a{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    color: #007D8D;
}

.font-georgia {
    font-family:  Georgia, "Times New Roman", Times, serif !important;
}

a:hover {
    text-decoration: none;
    color: #ffc400;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

#header {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
}

#header a {
    color: #434e60;
}

#header a:hover, #header a.active-link {
    color: #ffc400 !important;
}

#header-publisher-title{
    color: #007D8D !important;
}

#header-publisher-title h1 {
    display: inline;
    font-size: 1.4em;
}

span.icon-bar {
    background-color: #ffc400;
}

#footer {
    margin-top: 40px;
    margin-bottom: 0;
}

#footer .upper-footer{
    margin-bottom: 0;
    padding: 10px;
    color: #767d8c;
    background-color: #e5e3e3; /*#1b273d;*//*#393735;*/
}

#footer p {
    font-size: 0.9em;
}

#footer .bottom-footer {
    background-color: #F7F7F7;
    text-align: center;
    color: #8E8686;
    padding: 5px;
}

#footer .bottom-footer span {
    font-weight: bold;
}

#footer .glyphicon, .journals-list h3 .glyphicon {
    color: #33ce00;
}

.footer-block-title {
    color: #352e2e;
    padding: 5px 0;
    border-bottom: thin solid #efd25f;
}
.footer-link-list {
    margin: 0;
    padding-left: 5px;
    list-style: none;
}

.footer-link-list a {
    text-decoration: none;
    color: #007D8D;
    font-size: 0.9em;
}

.footer-link-list a:hover {
    color: #efd25f;
    text-decoration: none;
}

.contact-details {
    text-align: left;
}


.section {
    text-align: justify;
}

.journals-list {
    list-style: none;
}

.link-list < div, .book-item-container {
    margin-top: 10px;
    border-bottom: thin solid #F7F7F7;
}

.link-list div:last-child, .books-list .book-item-container:last-child {
    border-bottom: none;
}

.link-list h4, .journals-list h3 {
    font-size: 1.1em;
    margin: 0;
}

.journals {
    padding-bottom: 50px;
}

.journals-list h3 {
    margin: 10px 0;
    text-align: left;
}


.row {
    margin-right: 35px;
    margin-left: 35px;
}

.section-title {
    margin-bottom: 15px;
}

.section-sign {
    text-align: center;
}

.sign {
    padding: 40px;
    line-height: 5em;
    border-radius: 50%;
    border: thin solid #ffc400;
    font-size: 2em;
    color: #ffc400;
}

.upper-section {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    padding: 30px;
    background-color: #F7F7F7;
    margin: 0px;
}

.book-cover {
    float: left;
    padding: 5px 10px;
}

.title-container {
    padding: 15px 30px;
    background-color: #F7F7F7;
    margin-bottom: 25px;
}

.books-list {
    text-align: justify;
    line-height: 1.5em;
}

.stylish-title {
    font-family:  Georgia, "Times New Roman", Times, serif;
    color: #352e2e;
}

.nothing-found-alert {
    margin: 80px 0;
}

.book-item-container {
    padding: 20px 10px;
}

.book-item-image {
    /*padding-right: 10px;*/
}

.book-item-content {
    /*margin-left: 10px;*/
}

.news-item-text {
    text-align: justify;
}

.news-item-title h3 {
    font-size: 1.4em;
}

.news-item-date {
    font-size: 0.9em;
    color: #33ce00;
    margin-bottom: 5px;
}

.pagination > .active > span, .pagination > .active > span:hover {
    background-color: #ffc400;
    border-color: #ffc400;
}

.pagination > li > a:hover {
    background-color: #ffc400;
    border-color: #ffc400;
    color: #fff;
}

.field-error, .required {
    color: #ff4444;
}

.alerts {
    margin-top: 10px;
    text-align: center;
}

.dropdown li {
    padding: 1px 0;
}