.bg-img {
    background-size: cover;
    background-position: center;
    position: relative;
}

.bg-img:before {
    content: "";
    padding-top: 25%;
    display: block;
    width: 100%;
}

#front-text h2 {
    font-weight: 900;
    color: #fff;
    font-weight: 400;
    font-size: 80px;
    text-shadow: 1px 1px #404040;
}

.lato-black {
    font-weight: 900 !important;
}

#front-text {
    position: absolute;
    bottom: 40%;
    left: 20%;
}

.oh-btn, .oh-button:visited {
    background-color: #4bc5c1;
    border: 2px solid #4bc5c1;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 50px;
    color: #fff !important;
    font-weight: 900;
    font-size: 20px;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.oh-btn:hover {
    background-color: #fff;
    color: #4bc5c1 !important;
    text-decoration: none;
}

#front-text a {
    margin-top: 20px;
    display: inline-block;
}

.oh-heading {
    padding-left: 20px;
    font-size: 42px;
    font-weight: 900;
    margin-top: 80px;
}

.oh-heading.red {
    border-left: 3px solid #E20714;
}

.oh-heading.blue {
    border-left: 3px solid #253a7d;
}

.front-content {
    margin-top: 30px;
    margin-bottom: 100px;
}

#front-news {
    padding-left: 100px;
    padding-top: 40px;
    padding-right: 20px;
}

#front-news .oh-heading a, #front-events .oh-heading a {
    float: right;
    margin-top: 20px;
}

#front-news h2, #front-events h2 {
    margin-bottom: 40px;
}

.oh-red-link, .oh-red-link:visited {
    color: #E20714;
    font-weight: 400;
    text-decoration: underline;
}

.oh-red-link:hover {
    color: #404040;
}

.front-news-single {
    background-color: #DFDFDF;
    border-bottom-left-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.front-news-single p {
    margin-bottom: 0;
}

.news-date {
    font-size: 14px;
    color: #404040;
}

.news-content {
    font-weight: 700;
    color: #404040;
    width: 80%;
    font-size: 20px;
    display: block;
}

.news-arrow {
    font-weight: 900;
    color: #404040;
    font-size: 24px;
    float: right;
    width: 20%;
    display: inline-block;
    text-align: right;
    padding-right: 20px;
}

#front-news a:hover .front-news-single, #front-events a:hover .front-news-single {
    background-color: #4BC5C1;
    color: #fff;
    text-decoration: none;
    box-shadow: 5px 5px #DFDFDF;
    webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#front-news a:hover div, #front-events a:hover div {
    color: #fff;
    text-decoration: none;
}

#front-news a:hover .news-date, #front-news a:hover, #front-news a:hover p, #front-events a:hover .news-date, #front-events a:hover, #front-events a:hover p {
    text-decoration: none;
}

#front-events {
    padding-right: 100px;
    padding-top: 180px;
    padding-left: 20px;
}

#map, #social-map {
    height: 500px;
    margin-bottom: 80px;
    margin-top: 20px;
    box-shadow: 0 0 23px rgba(0, 0, 0, .2);
    z-index: 999;
}

#corner {
    width: 300px;
    height: 300px;
}

#logo-v {
    width: 500px;
    height: 773px;
    position: absolute;
    top: 18%;
    right: 10%;
    z-index: 99999;
}

#dots {
    width: 319px;
    height: 566px;
    position: absolute;
    right: 0;
    top: 25%;
}

#red-graphic-fill-map {
    position: absolute;
    bottom: 8%;
    z-index: 1;
}

.site-footer {
    position: relative;
    z-index: 9999;
}

#logo-v-mob {
    display: none;
}

.front-content p {
    font-size: 18px;
}


@media (min-width: 1199px) and (max-width: 1650px) {
    #front-text {
        bottom: 30%;
    }

    #front-text h2 {
        font-size: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #front-text {
        bottom: 20%;
    }

    #front-text h2 {
        font-size: 40px;
    }

    #dots {
        top: 15%;
    }

    #logo-v {
        top: 10%;
        width: 350px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #front-events {
        padding-right: 40px;
        padding-top: 40px;
    }

    #front-news {
        padding-left: 40px;
    }

    #front-text {
        bottom: 20%;
    }

    #front-text h2 {
        font-size: 40px;
    }

    #corner {
        margin-bottom: -1px;
    }

    #dots {
        top: 15%;
    }

    #logo-v {
        top: 10%;
        width: 250px;
    }
}

@media (max-width: 767px) {
    .bg-img:before {
        padding-top: 100%;
    }

    .bg-img {
        height: 90vh;
    }

    #logo-v {
        display: none;
    }

    #logo-v-mob {
        display: block;
        width: 80px;
        float: left;
        margin-right: 20px;
    }

    .logged-in .main-navigation {
        display: none;
    }

    #wpadminbar {
        top: -118px !important;
    }

    #red-graphic-fill-map {
        display: none;
    }

    #front-events, #front-news {
        padding: 0;
    }

    #front-text h2 {
        font-size: 50px;
    }

    #front-text {
        left: 5px;
        right: 5px;
        text-align: center;
    }

    #corner {
        position: absolute;
        bottom: -1px;
    }

    #dots {
        display: none;
    }

    #map {
        -webkit-box-shadow: 0 30px 30px 30px #dfdfdf;
        -moz-box-shadow: 0 30px 30px 30px #dfdfdf;
        box-shadow: 0 30px 30px 30px #dfdfdf;
        margin-bottom: 0;
    }

    .con-mob-fix {
        max-width: 100% !important;
    }

    .con-mob-fix h2 {
        margin-left: 15px;
    }

    .main-navigation {
        width: 80% !important;
    }
}
