body{
    /*font-family: 'Lato', sans-serif;*/
    /*font-family: 'Comfortaa', cursive;*/
    font-family: 'Titillium Web', sans-serif;
    max-width: 1366px;
    margin: auto;
    padding-bottom: 65px;
    position: relative;
    min-height: 100vh;
}

.top-nav .container .row.align-items-center{
    height: 110px;
}

.top-nav{
    /*background-color: #5f9ea0;*/
    /*background-color: #325354;*/
}

.top-nav-logo{
    height: 65px;
}

.top-nav-title{
    font-weight: 700;
}

.menu-open-button{
    font-size: 20px;
    display: flex;
    align-items: baseline;
    font-weight: 700;
    cursor: pointer;
    color: black;
}

.menu-open-button i{
    margin-right: 5px;
}

.menu{
    overflow: hidden;
    height: 0;
}

.menu-inner-div{
    height: fit-content;
    /*background-color: #aad7d8;*/
    /*background-color: #487c7d;*/
}

.menu-row{
    padding: 20px 0;
}

.menu-category{
    font-weight: 700;
    font-size: 18px;
    color: black;
}

.menu-button a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: black;
}

.menu-row .col-md-6{
    margin-bottom: 10px;
}

.slider, .slider .owl-item{
    height: 550px;
}

.slider{
    position: relative;
}

.slider .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.slider .owl-dots .owl-dot.active span{
    background: #0EA804;
}

.slider .owl-item .item{
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .owl-item .item .photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .owl-item .item .black-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 3;
    opacity: 0.25;
}

.slider .owl-item .item .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #ffffff;
    z-index: 4;
    font-size: 55px;
    font-weight: 700;
}

.slider-container{
    max-width: 1366px;
    padding: 0;
}

.about-container{
    max-width: 1366px;
    padding: 0;
}

.contact-container{
    max-width: 1366px;
    padding: 0;
}

.about-background .about-card{
    height: calc(100% + 80px);
    z-index: 2;
}

.about-background .about-card.red{
    background-color: #E52C12;
    transform: skewY(3deg);
    transform-origin: 300% 0;
}

.about-background .about-card.orange{
    background-color: #F7911E;
    transform: skewY(3deg);
    transform-origin: 200% 0;
}

.about-background .about-card.yellow{
    background-color: #FCC238;
    transform: skewY(3deg);
    transform-origin: 100% 0;
    margin: 0 -1px;
}

.about-background .about-card.green{
    background-color: #AAC13B;
    transform: skewY(-6deg);
    transform-origin: 0 0;
}

.about-container *{
    z-index: 50;
}

.about-background{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-background, .about-content{
    margin: 0;
}

.about-background .col{
    padding: 0;
}

.about-content{
    padding: 20px 0;
}

.about-card-title{
    font-weight: 500;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
}

.about-card-link, .about-card-link:hover{
    text-decoration: none;
}

.about-card-text{
    text-align: center;
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.about-card-button{
    background-color: white;
    border-radius: 0;
    color: black;
}

.home-news{
    width: 100%;
    position: relative;
    z-index: 55;
}
.home-news img{
    width: 100%;
}

.home-news-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: 59;
}

.home-news-info{
    position: absolute;
    bottom: 7%;
    left: 5%;
    z-index: 60;
}

.home-news-title{
    color: white;
    font-weight: 700;
    font-size: 40px;
}

.home-news-date{
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.menu-title{
    text-align: center;
    /*color: #a9d045;*/
    /*color: #f1c500;*/
    color: #86bc40;
	/*color: #7d7d7d;*/
    font-weight: 700;
    font-size: 25px;
}

.home-news-container{
    width: 100%;
    background-color: #EDEDED;
    z-index: 60;
    position: relative;
    max-width: 1366px;
    padding-bottom: 50px;
}

.home-news-container h1, .contact-container h1{
    padding: 60px 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: unset;
    color: #3d6465;
}

.home-cards .col-md-4 a, .home-cards .col-md-3 a{
    text-decoration: none;
    color: black;
}

.col-md-4 .home-card-img{
    height: 220px;
    display: flex;
    justify-content: center;
}

.col-lg-3 .home-card-img{
    height: 175px;
    display: flex;
    justify-content: center;
}

.home-card-img img{
    max-width: 100%;
    max-height: 100%;
}

.home-card-title{
    margin-top: 10px;
    font-weight: 700;
    font-size: 25px;
}

.home-card-date{
    font-size: 15px;
    margin-bottom: 5px;
}

.home-card-text{
    font-size: 15px;
    text-align: justify;
}

.footer{
    /*background-color: #5f9ea0;*/
    /*background-color: #325354;*/
    background-color: #585858;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-title{
    font-weight: 700;
    font-size: 17px;
    display: flex;
}

.footer-title > a, .footer-title > span{
    display: flex;
    align-items: center;
}

.gallery-name{
    margin: 40px 0;
}

.gallery-name h1{
    font-weight: 700;
    font-size: 40px;
    color: #5d822e;
}

.gallery-photo-div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
}

.gallery-photo-cover{
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}

.gallery-photo-cover:hover{
    opacity: 0.5;
}

.gallery-photo-cover i{
    color: white;
}

.gallery-row .col-md-3{
    padding-left: unset;
    padding-right: unset;
}

.d-none{
    display: none;
}

.post-title h1{
    font-weight: 700;
    font-size: 40px;
    margin: 40px 0;
    color: #5d822e;
}

.post-title, .page-title{
    max-width: 80%;
    text-align: center;
}

.post-title-line{
    height: 2px;
    background-color: #86bc40;
}

.gallery-row{
    margin-bottom: 25px;
}

.page-title-row .col{
    height: 2px;
    background-color: #86bc40;
}

.page-title h1{
    font-weight: 700;
    font-size: 40px;
    margin: 40px 0;
    color: #5d822e;
}

.post-content{
    text-align: justify;
}

.post-content img, .page-content img{
    max-width: 100%;
    display: block;
    margin: auto;
}

.gallery-card{
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.gallery-card-black-background{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: black;
    opacity: 0.3;
}

.gallery-card-info{
    display: flex;
    padding: 30px 20px 0 20px;
    z-index: 9999;
}

.gallery-card-title, .gallery-card-title:hover{
    color: white;
}

.gallery-card-hover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 33.3333334%;
    background: linear-gradient(rgb(114, 160, 54), rgba(127, 32, 132, 0));
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

a:hover .gallery-card .gallery-card-hover {
    opacity: 1;
}

a:hover.a-none-decoration{
    text-decoration: none;
}

.post-menu ul.pagination{
    align-items: baseline;
    margin-top: 20px;
}

.post-menu .post-menu-li .page-link{
    border-color: #FFFFFF;
    color: black;
    background-color: white;
    margin: 7px;
    border-radius: 0;
}

.post-menu .page-item.active .page-link{
    border-color: #A9D045;
    color: black;
    background-color: white;
    margin: 7px;
    border-radius: 0;
}

.about-info-div .col-auto{
    max-width: 79vw;
}

.about-title{
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}

.about-text{
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.about-link{
    color: #007bff;
}

.contact-text{
    font-size: 21px;
    color: black;
    margin-bottom: 10px;
}

#map{
    height: 400px;
    display: none;
}

.new-map{
    width: 100%;
    height: 400px;
}

.latest-card{
    margin: 30px 20px;
}

.latest-card a:hover{
    text-decoration: none;
}

.latest-card .latest-img{
    height: 150px;
    display: flex;
    justify-content: center;
}

.latest-card .latest-img img{
    max-width: 100%;
    max-height: 100%;
}

.latest-title:hover, .latest-title{
    color: black;
    text-decoration: none !important;
    font-size: 23px;
    font-weight: 500;
}

.latest-div-title h1{
    font-size: 32px;
    font-weight: 700;
    margin: 40px 0;
}

.home-events{
    border-left: #5F9EA0 solid 2px;
}

.home-events h2{
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    margin-top: 5px;
}

.home-events ul{
    margin-top: 20px;
}

.home-events ul .list-group-item:nth-child(even){
    background-color: #EDEDED;
}

.home-events ul .list-group-item:nth-child(odd){
    background-color: #F5F5F5;
}

.events-hide{
    display: none;
}

.events-show{
    display: unset;
}

.events-control-container{
    margin-top: 15px;
}

.events-control-container i.fa-chevron-left{
    margin-left: 5px;
    cursor: pointer;
}

.events-control-container i.fa-chevron-right{
    margin-left: 5px;
    cursor: pointer;
}
