#breadcrumb {
    padding: 70px 0 10px;
}
#breadcrumb > .container {
    margin: 0 auto;
    padding: 10px 20px;
    font-weight: 300;
}
#breadcrumb li,
.categories a {
    color: #fff;
}
#breadcrumb h2 {
    margin-bottom: 0;
    color: #212529;
}
#breadcrumb ul {
    margin: 6px 0 0;
    padding: 0;
    list-style-type: circle;
    text-align: right;
}
#breadcrumb li {
    display: inline-block;
    margin: 0 10px 0 0;
    list-style-type: circle;
}
#breadcrumb li:before,
.categories li:before {
    display: none;
}
#articles .container {
    margin: 0 auto;
    padding: 70px 0;
}
.categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.categories li {
    margin-bottom: 5px;
}
.categories a {
    display: block;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background: #ac2a17;
    transition: 0.5s;
}
.categories a:hover {
    text-decoration: none;
    background: #0C3948;
}
.categories-list {
    padding-left: 60px;
}
.categories-list .row {
    margin-bottom: 15px;
}
#articles .btn-container {
    font-family: 'Lora', serif;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    width: 200px;
}
.button-link .corner-btn-first {
    font-weight: 300;
    color: #0c3948;
    padding: 8px 15px;
    width: auto;
    text-align: center;
    background: white;
    overflow: hidden;
    border: 1px solid #0c3948;
    transition: 0.5s;
}
.button-link .corner-btn-first:hover {
    color: white;
    background: #0C3948;
    cursor: pointer;
}
.button-link .corner:nth-child(2) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    right: -12px;
    top: -12px;
    border-radius: 20px;
    z-index: 2;
    border: 1px solid #0c3948;
    /*background: #EFE696;*/
}
.button-link .corner:nth-child(3) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    right: -12px;
    bottom: -12px;
    border-radius: 20px;
    border: 1px solid #0c3948;
    /*background: #EFE696;*/
}
.button-link .corner:nth-child(4) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    left: -12px;
    bottom: -12px;
    border-radius: 20px;
    border: 1px solid #0c3948;
    /*background: #EFE696;*/
}
.button-link .corner:nth-child(5) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    left: -12px;
    top: -12px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #0c3948;
    /*background: #EFE696;*/
}
.article-image {
    margin-bottom:  15px;
}
.article-image a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}
.article-image a:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C3948;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.article-image a:hover:before {
    opacity: 0.5;
}
.article-image img {
    max-width: 100%;
    height: auto;
}
.article-view {
    margin-bottom:  30px;
}
.article-view .text-header {
    overflow: hidden;
    margin-bottom: 10px;
    font-size:  25px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-view p {
    overflow: hidden;
    height: 50px;
}
.button-link {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button-link:hover {
    text-decoration: none;
}
.article-full p {
    height: auto;
}
.article-full .row {
    margin-bottom: 15px;
}
.article-full .text-header {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.article-view .border-container,
.gallery .border-container {
    font-family: 'Lora', serif;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    width: 90%;
}
.article-view .corner-border-first,
.gallery .corner-border-first {
    font-weight: 300;
    color: #0c3948;
    width: auto;
    text-align: center;
    background: white;
    overflow: hidden;
    transition: 0.5s;
}
.article-view .corner:nth-child(2),
.gallery .corner:nth-child(2) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    right: -12px;
    top: -12px;
    border-radius: 20px;
    z-index: 2;
    /*background: #EFE696;*/
}
.article-view .corner:nth-child(3),
.gallery .corner:nth-child(3) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    right: -12px;
    bottom: -12px;
    border-radius: 20px;
    z-index: 2;
    /*background: #EFE696;*/
}
.article-view .corner:nth-child(4),
.gallery .corner:nth-child(4) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    left: -12px;
    bottom: -12px;
    border-radius: 20px;
    z-index: 2;
    /*background: #EFE696;*/
}
.article-view .corner:nth-child(5),
.gallery .corner:nth-child(5) {
    position: absolute;
    background: white;
    width: 20px;
    height: 20px;
    left: -12px;
    top: -12px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    /*background: #EFE696;*/
}
.gallery .lora,
.documents .lora,
.gallery-image,
.document {
    margin-bottom: 30px;
}
.gallery img {
    max-width: 100%;
    height: auto;
}
.gallery .border-container {
    width: 100%;
}
.gallery-image,
.document {
    margin-bottom: 30px;
}
.gallery-image a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
}
.gallery-image a:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C3948;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
}
.gallery-image a:hover:before {
    opacity: 0.5;
}
.gallery-image img {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.documents a {
    display: block;
}
.documents .btn-container {
    width: 100% !important;
}
.document .button-link .corner-btn-first {
    padding: 5px 10px;
}