body {
    font-family: Akkurat
}

html {
    font-size: 14px
}

.page-link {
    color: #009932;
}

.page-link:hover {
    color: #009932;
}

.page-item.active .page-link {
    background-color: #009932;
    border-color: #009932;
}

.doc a:link {
    color: #212529;
    background-color: transparent;
    text-decoration: none
}

.marge {
    margin-bottom: 0 !important;
}

.doc a:visited {
    color: #009932;
    background-color: transparent;
    text-decoration: none
}

.doc a:hover {
    color: #009932;
    background-color: transparent;
    text-decoration: underline
}

.menu:hover {
    color: #009932;
    background-color: transparent;
    text-decoration: underline
}

.doc a:active {
    color: #212529;
    background-color: transparent;
    text-decoration: underline
}

.container {
    max-width: 960px
}

.btn-success {
    background-color: #009932;
    border-radius: 0;
}

#add {
    background-color: transparent;
    border: 0px;
    max-width: 500px;
    display: flex;
    color: #009932;
    margin: 0 auto;
    border-color: #009932;
}

.text-info {
    color: #43ec7b !important;
}

.text-success {
    color: #009932;
}

button[data-target="#unsubscribeModal"] {
    height: 38px;
    position: relative;
}

button[data-target="#unsubscribeModal"] .normal,
button[data-target="#unsubscribeModal"]:hover .hover {
    transition: .2s;
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: -10px;
}

button[data-target="#unsubscribeModal"]:hover .normal,
button[data-target="#unsubscribeModal"] .hover {
    transition: .2s;
    opacity: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: -10px;
}

.btnProfile {
    background-color: white;
    color: #009932;
    margin-bottom: 20px;
}

.pricing-header {
    max-width: 700px
}

.card-deck .card {
    min-width: 220px
}

.usefulLink {
    margin: 100px 50px 100px 50px;
    background-color: #fff;
    border: 1px solid #696;
    -webkit-box-shadow: #666 0 1px 2px;
    -moz-box-shadow: #666 0 1px 2px;
    box-shadow: #666 0 1px 2px
}

.event,
.news {
    width: 80%;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

.footerCustom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 48px;
    background-color: #fff
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-nextEvents:hover,
.btn-allNews:hover {
    background-color: #009932;
    color: #fff
}

.btn-nextEventsDel:hover,
.btn-allNewsDel:hover {
    background-color: #e74a3b;
    color: #fff
}

.popover-body {
    padding: 0
}

.card {
    max-width: 600px;
    margin-top: auto;
    margin-bottom: auto;
    min-width: 300px;
    background-color: rgba(0, 0, 0, .6)
}

.card-header h3 {
    color: #fff
}

#wrapper {
    min-height: 900px;
}

.input-group-prepend span {
    min-width: 40px;
    background-color: #009932;
    color: #000;
    border: 0 !important
}

.docToDownload,
div.courses {
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    border: 2px solid grey;
    padding-bottom: 45px;
    padding-top: 20px;
    width: 80%;
    max-width: 800px
}

a.btn_doc_download,
a.btn_courses {
    background: grey;
    width: 100%;
    color: white;
}

input:focus {
    outline: 0 !important;
    box-shadow: 0 0 !important
}

.remember {
    color: #fff
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px
}

.login_btn {
    color: #000;
    background-color: #009932
}

.login_btn:hover {
    color: #000;
    background-color: #19df5b
}

.links {
    color: #fff
}

.date_time {
    display: flex;
    justify-content: flex-end;
}

.links a {
    margin-left: 4px
}

#courses .card {
    width: 100%;
}

#courses h3 {
    text-align: center;
}

.menu_desktop {
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
    display: flex;
    padding-top: 10px;
}

.choose_display {
    padding: 10px 45px 0 45px;
    max-width: 1440px;
    margin: 0 auto;
}

nav.menu_desktop a {
    font-size: 12px;
    border-right: 1px solid #31a85d;
    padding: 0 7px;
    margin-bottom: 5px;
}

.fc-center h2 {
    font-size: 40px
}

.jumbotron .card a {
    position: absolute;
    bottom: 15px
}

.logo_fve {
    padding: 0 15px 0 0;
}

.event_block,
.news_block {
    cursor: pointer;
    transition: .5s ease;
    opacity: 1;
}

.logo_block {
    display: flex;
    justify-content: center;
}

.logo_block a {
    width: 265px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 7px;
    background-position: center;
}

.event_block:hover,
.news_block:hover {
    transition: .5s ease;
    opacity: .8;
}

@font-face {
    font-family: Akkurat;
    font-display: auto;
    src: local('Akkurat'), url(/fonts/Akkurat.otf)
}

@media screen and (max-width: 991px) {

    .menu_mobile {
        display: none;
    }

    .card {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 50px;
    }

    .card h3,
    .card p {
        text-align: center !important;
        position: inherit;
        bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .menu_mobile {
        display: block;
    }

    .logo_block a {
        width: 225px;
        height: 50px;
        margin-top: 5px;
    }

    .choose_display {
        padding: 0
    }
}

@media (min-width:768px) {

    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }

    html {
        font-size: 16px
    }
}

@media (max-width:428px) {

    .col-1 {
        padding-left: 0px !important;
    }
}
