Sections .news-card .thumb a {
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
}

.news-card .thumb img {
    border-radius: 4px;
    min-height: 300px;
    object-fit: cover;
}

.news-card .thumb h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #0a0a0a;
}

.news-card .thumb span {
    font-size: 15px;
    color: #6f7074;
}

.search-news .form-control {
    height: 46px;
    border-radius: 0.25rem !important;
}

.search-news .input-group .btn {
    border: 0;
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 111;
}

.recent-news h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #0a0a0a;
}

.recent-news ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

.recent-news ul li {
    clear: left;
    border-top: 1px solid #eaeaea;
    margin-top: 15px;
    min-height: 77px;
    padding-top: 15px;
}

.recent-news ul li:first-child {
    margin-top: 0;
    padding: 5px 0 0;
    border: none;
}

.recent-news .thumb {
    float: left;
    margin-right: 15px;
    width: 111px;
}

.recent-news .thumb img {
    border-radius: 8px;
    height: 77px;
    width: 100%;
    object-fit: cover;
}

.recent-news .recent-news-content {
    overflow: hidden;
    min-height: 77px;
}

.recent-news .recent-news-content a {
    text-decoration: none;
}

.recent-news .recent-news-content h3 {
    color: #212121;
    line-height: 1.5;
    font-size: 16px;
}

.recent-news .recent-news-content .date {
    font-size: 14px;
    color: #959595;
}

/* Single News */

.single-news .thumb-single {
    position: relative;
    max-height: 500px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.single-news .thumb-single img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.single-news .thumb-single::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.single-news .thumb-single .dates {
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
}

.single-news .thumb-single .dates h2 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}

.single-news .thumb-single .dates span {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.single-news .comment {
    color: #6f7074;
    margin-bottom: 20px;
}

.single-news .single-content {
    padding-top: 20px;
}

.single-news .single-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.single-news .single-content p {
    font-size: 15px;
    color: #6f7074;
}

.single-image {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-right: 10px;
}

.single-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-image a {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    font-size: 30px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.single-image a:hover {
    color: #13c4a1;
}

.single-image:hover::before {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-image:hover a {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-area .single-image img {
    /* width: 100%;
    height: 200px; */
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.annoucement .image {
    width: 100%;
    height: 100%;
    /* height: 475px; */
}

.annoucement .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.annoucement .annoucement-content h3 {
    color: #0a0a0a;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 1.2;
}

.annoucement .annoucement-content p {
    color: #6f7074;
    font-size: 15px;
}

/* Pagination */

.pagination {
    justify-content: center;
    align-items: center;
}

.pagination .page-item {
    margin-right: 0.5rem;
}

.page-item .page-link {
    border: 0 !important;
    color: #7f7f7f;
    outline: 0 !important;
    box-shadow: none;
    border-radius: 50% !important;
}

.page-item .page-link:hover,
.page-item .page-link:focus {
    background-color: #7619b01f !important;
    border-radius: 50% !important;
    outline: 0 !important;
    box-shadow: none;
    color: #000 !important;
}

.page-item.active .page-link {
    background-color: #7519b0 !important;
    border-radius: 50% !important;
    color: #fff;
}

.page-item:last-child .page-link:hover {
    background-color: transparent !important;
}

.page-item:last-child .page-link {
    border: 2px solid #eee !important;
    border-radius: 22px !important;
}

.page-item:last-child span {
    color: #7519b0 !important;
}

.page-item:first-child .page-link:hover {
    background-color: transparent !important;
}

.page-item:first-child .page-link {
    border: 2px solid #eee !important;
    border-radius: 22px !important;
}

.page-item:first-child span {
    color: #7519b0 !important;
}

.page-item.disabled .page-link {
    display: none;
}

.publication .publication-content .image img {
    float: left;
    margin-right: 1rem;
    width: 120px;
    height: 140px;
    object-fit: cover;
}

.publication .publication-content {
    margin-bottom: 40px;
}

.publication .publication-content .content-pub .date {
    margin-bottom: 10px;
    position: relative;
}

.publication .publication-content .content-pub .date .links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
}

.publication .publication-content .content-pub .date span {
    text-transform: uppercase;
    color: #878787;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 0.1em;
}

.publication .publication-content .content-pub .date span:first-child {
    margin-right: 10px;
    position: relative;
}

.publication .publication-content .content-pub .date span:first-child::after {
    content: "";
    width: 2px;
    background: #878787;
    position: absolute;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
}

.publication .publication-content .content-pub a {
    text-decoration: none;
    color: #2e697e;
}

.publication .publication-content .content-pub a h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.1em;
}

.publication .publication-content .content-pub p {
    color: #333;
    font-size: 0.9em;
}

#main {
    width: 25%;
    padding-top: 25%;
}

.box .box_content {
    height: 13vw;
    width: 13vw;
}

.single-pub .content-pub .thumb-single {
    min-height: 250px;
}

.single-pub .content-pub .thumb-single .img-pub {
    float: left;
    width: 200px;
    height: 250px;
    margin-right: 1rem;
}

.single-pub .content-pub .thumb-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 1rem;
}

.single-pub .content-pub .thumb-single .single-content p {
    color: #333;
}

.single-pub .content-pub .dates {
    margin-bottom: 10px;
}

.single-pub .content-pub .dates span {
    text-transform: uppercase;
    color: #878787;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 0.1em;
}

.single-pub .content-pub .dates span:first-child {
    margin-right: 10px;
    position: relative;
}

.single-pub .content-pub .dates span:first-child::after {
    content: "";
    width: 2px;
    background: #878787;
    position: absolute;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
}

.single-pub .content-pub h3 {
    color: #333;
    font-size: 2.4em;
    letter-spacing: 0;
    line-height: 1.1em;
    margin-top: 30px;
}

.about .hero {
    background: #000 url("../../images/default/events.jpg") 50% / cover !important;
}

.myContainer {
    flex: 0 0 75%;
    /* max-width: 75%; */
    margin-top: 2.7%;
    margin-bottom: 2%;
}

#external-events {
    position: fixed;
    /* z-index: 2; */
    top: 20px;
    left: 20px;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
}

#external-events .fc-event {
    cursor: move;
    margin: 3px 0;
}

#calendar-container {
    position: relative;
    z-index: 1;
}


.fc .fc-button-primary {
    color: white;
    background-color: rgb(117, 25, 176) !important;
    border-color: #ffffff !important;
}

.fc .fc-toolbar-title {
    color: rgb(117, 25, 176) !important;
    font-weight: 800;
    font-size: 1.5em;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 3.5em;
}

.fc-theme-standard .fc-list-day-cushion {
    background: hsla(0, 0%, 82%, 0.3);
}

.fc-direction-ltr>div {}

.fc a[data-navlink] {
    color: rgb(33, 43, 54);
    font-weight: 600;
    font-size: 0.875rem;
}

.content-calender {
    padding: 8px 14px;
}

.content-calender .title-event {
    margin-bottom: 5px;
}

.content-calender p {
    margin-bottom: 0;
    color: rgb(33, 43, 54);
    font-size: 1rem;
}

#upCommingEvents-body p {
    color: #000;
}

.calender-element>.pernt-element:not(:last-child) {
    margin-bottom: 1rem;
}

.calender-element .pernt-element:last-child {
    margin-bottom: 0rem;
}

.fc .fc-daygrid-event {
    flex-wrap: wrap;
}

.fc .fc-daygrid-event-harness {
    text-align: unset;
}

.circle-red:before {
    content: "";
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: rgb(224, 89, 89);
    border: 2px solid rgb(231, 22, 22);
    margin-right: 4px;
    margin-top: 5px;
    float: inline-start;
}

.circle-green:before {
    content: "";
    min-width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #7bdf7b;
    border: 2px solid #006700;
    margin-right: 4px;
    margin-top: 5px;
    float: inline-start;
}

.fc-multimonth-daygrid-table .fc-day-disabled {
    background-color: transparent;
}

#calendar2.fc-theme-standard td,
#calendar2.fc-theme-standard th {
    border: none;
}

.fc-view-multiMonthYear .fc-view-container {
    border: none;
}

.fc .fc-view-harness {
    /* height: 700px; */
}

#calendar2 {
    height: 666px;
    width: 250px;
    margin-top: 3.6rem;
    /* box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12); */
    border-style: solid;
    border-color: rgb(237, 239, 247);
    border-radius: 5px;
    background-color: #fff;
    border-width: 0;
    padding-right: 5px;
    padding-left: 5px;
}

.fc .fc-multimonth {
    border: none;
}

.fc .fc-multimonth-title {
    font-weight: 500;
    font-size: 0.8em;
}

.fc .fc-multimonth-compact .fc-multimonth-daygrid-table,
.fc .fc-multimonth-compact .fc-multimonth-header-table {
    font-size: 0.7em;
}

th {
    font-weight: 400;
}

.fc-multimonth-month {
    height: 175px;
}

.has-event {
    background-color: #d6f8cd;
}

.has-finished-event {
    background-color: rgb(255 166 166);
}

.fc .fc-daygrid-day-bottom {
    font-size: 0.66em;
    margin: 1px;
}

.fc-direction-ltr .fc-daygrid-more-link {
    float: none;
}

.fc .fc-daygrid-more-link {
    padding: 0;
}

.fc-daygrid-day {
    cursor: pointer;
}


.fc .fc-popover-title {
    display: none;
}

#calendar2.fc {
    flex-direction: column-reverse;
}

.fc-h-event .fc-event-title {
    width: 100%;
    position: relative;
    align-items: start;
    white-space: normal;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: inherit;
    text-wrap: wrap;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    left: 0px;
    position: relative;
    right: 0px;
}

.fc-daygrid-day.fc-day {
    height: auto;
    /* Allow cells to expand vertically */
}

.fc-col-header,
.fc-timegrid-body {
    width: 100% !important;
}

.fc-timegrid-body {
    table {
        width: 100% !important;
    }
}

.fc-daygrid-body,
.fc-timegrid-body,
.fc-timegrid-cols table,
.fc-timegrid table,
.fc-timegrid-event-harness,
.fc-timegrid-col-events {
    visibility: visible !important;
    width: 100% !important;
    height: auto !important;
}

.popover-header {
    background-color: #f7f7f7 !important;
    color: #7f7f7f !important;
    padding: 0.5rem 0.75rem;
    font-weight: bold !important;
    font-size: 0.9375rem !important;
}

.popover-body {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}



.popover_custom_icon {
    margin-bottom: 3px;
    margin-top: 3px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    right: 0;
    left: 0;
    display: block;
    align-content: center;
    align-items: center;
}

.popover_custom_icon::before {
    content: url(../../images/globe-americas.svg) !important;
    margin-right: 7px;
}

@media (max-width: 500px) {

    #calendar2 {
        height: 1020px;
        width: auto;
    }

    .fc .fc-toolbar {
        display: block;

    }

    .fc-toolbar-chunk {
        margin-top: 10px;
        margin-bottom: 10px;

    }

    .places .item {
        width: 100%;
    }

    .music .row .left-img img {
        max-width: 100%;
    }
}

@media (max-width: 1150px) {

    #calendar2 {

        /* width: 100%; */
        min-height: 1200px;

    }

    .fc .fc-toolbar {
        display: block;
    }

    .fc-toolbar-chunk {
        margin-top: 10px;
        margin-bottom: 10px;
    }


}