
@import "nav/nav.css";
@import "homepage/slider.css";
@import "homepage/homepage.css";
@import "articles/articles.css";
@import "../js/datepicker/jquery-ui.css";
@import "../js/datepicker/calendar.css";
@import "corner-btn/btn.css";
@import 'footer.css';
@import "form/form.css";

* {
    box-sizing: border-box;

}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    overflow-x: hidden;

}

.text-header {
    font-family: 'Lora', serif;
    font-weight: 300;
    text-transform: uppercase;
}

.lora {
    font-weight: 300;
    /*font-family: 'Lora', serif;*/
    font-family: 'Cinzel', serif;
    color: #0c3948 !important;
    text-transform: uppercase;
    letter-spacing: 1px
}
.section {
    position: relative;
}
.carousel a,
.section a {
    text-decoration: none;
}
#teaser {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

p {

    font-weight: 400;
}
.article-content ul,
.article-content ol {
    margin-top: 0;
    margin-bottom: 1rem;
}
.article-content li {
    font-weight: 400;
}
.article-content li:before {
    display: none;
}
.article-content ol li {
    padding-left: 5px;
}
.categories-menu .lora {
	font-size: 2.5rem;
}
.categories-menu li {
	padding-left: 0;
}
.categories-menu li:before {
	display: none;
}
.categories-list .gallery-image .border-container {
	width: 100%;
}
.categories-list .article-preview .article-content {
    overflow: hidden;
    height: 100px;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
}
.categories-list .article-full .lora-big {
    font-size: 56px;
}
.categories-list .documents .lora {
    font-size: 25px;
}
.categories-list {
    padding-left: 0 !important;
}
.links li {
    padding-left: 0;
}
.links li:before {
    display: none;
}
.links p {
    padding-top: 5px;
}
.pagination li::before {
    display: none;
}
.pagination a {
    overflow: hidden;
    display: inline-block;
    color: #ac2a17;
    width: 30px;
    height: 30px;
    border: 1px solid #ac2a17;
    line-height: 30px;
    text-align: center;
}
.pagination a i {
    overflow: hidden;
}
.pagination a i,
.pagination a i:before {
    display: inline-block;
    color: #ac2a17;
    width: 100%;
    height: 100%;
    line-height: 30px;
    text-align: center;
}
.pagination .active a,
.pagination .active a i,
.pagination .active a i:before,
.pagination a:hover,
.pagination a:hover i,
.pagination a:hover i:before {
    color: #fff;
    background: #ac2a17;
}
.timetable {
    margin-bottom: 20px;
}
.table {
    display: table;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.tr {
    display: table-row;
}
.td {
    display: table-cell;
    padding: 5px;
    font-weight: 300;
    border: 1px solid #0c3948;
    vertical-align: middle;
    text-align: center;
}
.first .td {
    font-weight: 400;
}
.table .button-link {
    margin-top: 6px;
}
/*h1, h2, i {*/
/*    font-family: 'Source Serif Pro', serif;*/
/*    letter-spacing: 2px;*/
/*}*/