/*!
 * Start Bootstrap - Clean Blog v5.0.5 (https://startbootstrap.com/template-overviews/clean-blog)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-clean-blog/blob/master/LICENSE)
 */

body {
    font-size: 20px;
    color: #212529;
    font-family: Montserrat,'Times New Roman',serif;
    padding: 10px
}

p {
    line-height: 1.5;
    margin: 30px 0
}

    p a {
        text-decoration: underline
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-family: Georgia,Times,Times New Roman,serif
}

a {
    color: #212529;
    -webkit-transition: all .2s;
    transition: all .2s
}

    a:focus, a:hover {
        color: #0085a1
    }

::selection {
    color: #fff;
    background: #0085a1;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

#mainNav {
    background-color: #fff;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif
}

    #mainNav .nav-item {
        position: relative
    }

    #mainNav .navbar-brand {
        font-weight: 800
    }

        #mainNav .navbar-brand a {
            display: block;
            max-width: 240px
        }

        #mainNav .navbar-brand img {
            display: block;
            max-width: 240px
        }

    #mainNav .navbar-toggler {
        font-size: 14px;
        font-weight: 800;
        padding: 13px;
        text-transform: uppercase;
        color: #343a40;
        border: 0
    }

    #mainNav .nav-item-language {
        padding-top: 4px;
        margin-left: 20px
    }

    #mainNav .navbar-nav {
        margin-top: 10px
    }

        #mainNav .navbar-nav > li.nav-item > a {
            font-size: 14px;
            font-weight: 800
        }

@media only screen and (min-width:992px) {
    #mainNav .navbar-brand {
        padding: 10px 20px
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: rgba(33,37,41,.8)
        }

    #mainNav .navbar-nav > li.nav-item > a {
        padding: 10px 20px;
        color: #212529;
    }

        #mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
            color: rgba(33,37,41,.8)
        }

        #mainNav .navbar-nav > li.nav-item > a.language {
            padding: 10px 5px
        }
}

@media only screen and (min-width:992px) {
    #mainNav {
        -webkit-transition: background-color .2s;
        transition: background-color .2s;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        -webkit-backface-visibility: hidden;
        background-color: transparent;
        -webkit-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

        #mainNav.navbar-shrink {
            background-color: #fff
        }

        #mainNav.is-fixed {
            position: fixed;
            top: -94px;
            -webkit-transition: -webkit-transform .2s;
            transition: -webkit-transform .2s;
            transition: transform .2s;
            transition: transform .2s,-webkit-transform .2s;
            background-color: #fff
        }

            #mainNav.is-fixed .navbar-brand {
                color: #212529
            }

                #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
                    color: #0085a1
                }

            #mainNav.is-fixed .navbar-nav > li.nav-item > a {
                color: #212529
            }

                #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
                    color: #0085a1
                }

        #mainNav.is-visible {
            -webkit-transform: translate3d(0,100%,0);
            transform: translate3d(0,100%,0)
        }
}

.animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

    .animated-icon span {
        background-color: #212529;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

        .animated-icon span:nth-child(1) {
            top: 0
        }

        .animated-icon span:nth-child(2) {
            top: 10px
        }

        .animated-icon span:nth-child(3) {
            top: 20px
        }

    .animated-icon.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .animated-icon.open span:nth-child(2) {
        display: none
    }

    .animated-icon.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

.dropdown-initiatives {
    cursor: pointer
}

.mega-menu-1 {
    margin: 0;
    border: 0;
    border-radius: 0
}

    .mega-menu-1 .bg-beige {
        background: #ebe9e6
    }

    .mega-menu-1 ul {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px
    }

    .mega-menu-1 a {
        font-weight: 700;
        padding: 15px;
        display: block;
        position: relative
    }

    .mega-menu-1 .fas {
        position: absolute;
        right: 0
    }

    .mega-menu-1 .article {
        padding: 20px
    }

        .mega-menu-1 .article .title {
            line-height: 32px
        }

        .mega-menu-1 .article .teaser {
            padding-top: 20px
        }

        .mega-menu-1 .article .link-about {
            padding-left: 0;
            color: #a9cee8;
            text-transform: uppercase;
            font-weight: 700
        }

    .mega-menu-1 .collapse:not(.show):hover {
        display: block
    }

@media (min-width:992px) {
    .mega-menu-1 {
        width: 700px;
        margin-top: 22px;
        padding: 0
    }
}

#searchbox {
    position: fixed;
    top: 100px;
    z-index: 99;
    width: calc(100% - 95px);
    background: #fff;
    left: 47px;
    padding: 30px 50px;
    opacity: 0;
    -webkit-transition: all .7s !important;
    transition: all .7s !important
}

    #searchbox.show {
        opacity: 1
    }

    #searchbox.block {
        display: block
    }

    #searchbox input {
        border: none;
        background: 0 0;
        padding: 1px 10px;
        border-left: 2px solid rgba(85,100,116,.5);
        width: 100%;
        font-size: 14px;
        line-height: 28px
    }

        #searchbox input:focus {
            outline: 0
        }

    #searchbox button {
        display: block;
        border: none;
        width: auto;
        overflow: visible;
        background: 0 0;
        line-height: normal;
        -webkit-font-smoothing: inherit;
        -moz-osx-font-smoothing: inherit;
        -webkit-appearance: none;
        color: #84bade;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600
    }

    #searchbox .fas {
        display: none
    }

    #searchbox .header-search-form-table {
        display: table;
        width: 100%
    }

        #searchbox .header-search-form-table .col-left {
            display: table-cell;
            vertical-align: middle
        }

        #searchbox .header-search-form-table .col-right {
            display: table-cell;
            vertical-align: middle;
            width: 1px
        }

@media (max-width:992px) {
    #mainNav .navbar-nav {
        margin-top: 75px
    }

    #mainNav .nav-item-language {
        margin-left: 0
    }

    .nav-link-search {
        display: none
    }

    .nav-link {
        padding: .75rem
    }

    .mega-menu {
        display: none !important
    }

    div#searchbox {
        margin-left: 10px;
        margin-right: 10px;
        display: none;
        z-index: 2000;
        top: 80px;
        left: 0;
        padding: 10px;
        position: fixed;
        opacity: 1;
        background-color: #f2f2f2;
        width: calc(100% - 20px)
    }

        div#searchbox span {
            display: none
        }

        div#searchbox .fas {
            display: block
        }
}

#mainNav.navbar img.black, #mainNav.navbar-shrink img.white {
    display: block
}

li.dropdown-initiatives > div.dropdown-menu {
    display: none;
    padding-top: 22px;
    background: 0 0;
    margin-top: 0; 
    -webkit-transition: all .3s !important;
    transition: all .3s !important
}

li.dropdown-initiatives:hover > div.dropdown-menu {
    display:block;
}

li.dropdown-initiatives > div.dropdown-menu .col-md-7.sub-menu {
    background: #8a5e5e;
     display: none;
}

li.dropdown-initiatives > div.dropdown-menu .bg-beige {
    margin-bottom: 0;
    /* display: none; */
}

@media (min-width:992px) {
    nav#mainNav:not(.navbar-shrink) { 
        background:white;
    }

    .event .event-title {
        min-height: 95px
    }

    .event .event-description {
        min-height: 190px
    }
}

@media (max-width:991px) {
    img.black {
        display: block !important
    }

    img.white {
        display: none !important
    }
}

header.masthead {
    padding-bottom: 80px;
    background: no-repeat center center;
    background-color: #868e96;
    background-attachment: scroll;
    position: relative;
    height: 100vh;
    min-height: 500px;
    background: no-repeat center center scroll;
    background-size: cover;
    background-size: cover
}

    header.masthead .site-heading {
        padding: 200px 0 150px;
        color: #fff
    }

@media only screen and (min-width:768px) {
    header.masthead .site-heading {
        padding: 160px 0
    }
}

header.masthead .site-heading h1 {
    font-size: 50px;
    margin-top: 0
}

header.masthead .site-heading .subheading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin: 10px 0 0;
    margin-top: 50px;
    -: 10px;
    top: 10px;
    top: 10p;
    top: 10;
    top: 1;
    top:;
    text-transform: uppercase;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 7px #4a4343fc;
    color: #d7eeff;
}

@media only screen and (min-width:768px) {
    header.masthead .site-heading h1 {
        font-size: 86px;
        line-height: 90px
    }
}

.bg-beige {
    margin-bottom: -100px
}

.bg-dark-green {
    background: #316e49
}

.bg-grey {
    background: #f2f2f2
}

.title {
    font-weight: 700;
    font-size: 28px
}

.subtitle {
    text-transform: uppercase;
    font-family: Montserrat,'Times New Roman',serif;
    font-weight: 700
}

.row-section {
    margin-top: 100px;
    margin-bottom: 100px
}

.row-section2 {
    margin-top: 40px
}

.btn-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #f2f2f2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btn-green:hover::before {
    opacity: 1;
    width: 100%
}

.btn-green {
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 50px;
    height: 50px;
    width: 60%;
    text-align: center;
    margin-top: 45px;
    cursor: pointer;
    background: #008c53;
    text-align: center;
    font-size: 40px
}

    .btn-green span {
        top: 0;
        left: 0;
        background: 0 0;
        color: #fff;
        z-index: 2;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-transform: uppercase
    }

        .btn-green span:active, .btn-green span:focus, .btn-green span:hover {
            color: #008c53
        }

.block-container-event {
    padding-top: 60px;
    padding-bottom: 60px
}

    .block-container-event .col-lg-3 {
        padding-right: 30px
    }

    .block-container-event .subtitle, .block-container-event .title {
        display: block;
        width: 100%
    }

    .block-container-event .quote {
        margin-top: 20px;
        font-weight: 400;
        font-size: smaller
    }

    .block-container-event .row-events {
        margin-top: 40px
    }

    .block-container-event .event-date {
        color: #316e49;
        font-weight: 700;
        text-transform: uppercase;
        text-align:left;
    } 

    .block-container-event hr {
        width: 50%;
        background-color: #316e49;
        margin-right: 70%
    }

    .block-container-event .event-title {
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 30px
    }

    .block-container-event .event-description {
        font-weight: 400;
        margin-bottom: 30px
    }

    .block-container-event .event-location {
        font-weight: 700
    }

    .block-container-event .read-more {
        color: #316e49;
        font-weight: 700;
        display: block;
        margin-top: 60px;
        text-transform: uppercase
    }

    .block-container-event .event {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all .2s;
        transition: all .2s;
        background: white;
        margin: 0px 2px;
    }

        .block-container-event .event:hover {
            background: #008c53;
            text-decoration: none
        }

            .block-container-event .event:hover .event-date, .block-container-event .event:hover .event-description, .block-container-event .event:hover .event-location, .block-container-event .event:hover .event-title, .block-container-event .event:hover .read-more {
                color: #fff
            }

.block-body-featured-1 {
    padding: 0
}

    .block-body-featured-1 img {
        max-width: 100%
    }

    .block-body-featured-1 .subtitle {
        font-weight: 500;
        margin-bottom: 20px
    }

    .block-body-featured-1 .block-text {
        padding: 40px
    }

    .block-body-featured-1 .read-more {
        margin-top: 60px;
        margin-bottom: 60px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        display: block
    }

.block-body-featured-2 {
    padding-bottom: 40px
}

    .block-body-featured-2 ul {
        list-style: none;
        margin-top: 40px
    }

    .block-body-featured-2 li {
        margin-bottom: 60px
    }

    .block-body-featured-2 a {
        display: block
    }

        .block-body-featured-2 a.read-more {
            color: #a9cee8;
            text-transform: uppercase;
            font-weight: 700
        }

        .block-body-featured-2 a.subtitle {
            color: #616567
        }

        .block-body-featured-2 a.btn-green {
            display: inline-block;
            padding-left: 50px;
            padding-right: 50px
        }

.block-initiative {
    margin-top: 40px
}

.block-global-mineral {
    margin-top: -200px;
}

    .block-global-mineral > div {
        border-top: 4px #3c8958 solid;
    }

    .block-global-mineral hr {
        margin-top: 66px;
        background: #3c8958;
        height: 1px
    }

    .block-global-mineral .bg-white {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .block-global-mineral h4 {
        margin-top: 40px;
        margin-bottom: 40px;
        color: #3c8958;
        font-size: 28px
    }

.block-body-initiative-img {
    max-height: 752px;
    width: auto;
    max-width: 100%
}

.block-body-initiative .block-body-initiative-text {
    padding: 5rem;
    display: block;
    background-color: #fff;
    text-decoration: none;
    position: relative
}

    .block-body-initiative .block-body-initiative-text:hover {
        cursor: pointer;
        background-color: #008c53;
        color: #fff
    }

    .block-body-initiative .block-body-initiative-text .link-plus {
        background: #008c53;
        color: #fff;
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
        text-align: center;
        font-size: 40px;
        border: 1px solid #008c53
    }

.block-body-onemine-text {
    margin-bottom: 80px
}

    .block-body-onemine-text .project-text {
        padding: 5rem
    }

    .block-body-onemine-text h4 {
        color: #fff;
        text-transform: uppercase;
        font-family: Montserrat,'Times New Roman',serif;
        letter-spacing: 2px
    }

    .block-body-onemine-text p {
        font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 22px
    }

    .block-body-onemine-text .bold {
        font-weight: 700
    }

.block-body-onemine-logo {
    background: #f2f2f2;
    padding-top: 10rem;
    padding-bottom: 10rem;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 80px
}

    .block-body-onemine-logo a {
        min-width: 100%;
        margin-left: 5rem;
        margin-right: 5rem
    }

        .block-body-onemine-logo a img {
            max-width: 100%;
            display: block
        }

footer {
    color: #fff
}

    footer .bg-grey {
        background: #404547
    }

    footer .bg-blue {
        background: #8ac0e4
    }

    footer .footer-block-1 {
        padding-top: 250px;
        padding-bottom: 100px
    }

        footer .footer-block-1 img {
            max-width: 100%
        }

    footer .footer-block-2 {
        padding-top: 100px
    }

        footer .footer-block-2 .list-footer-links, footer .footer-block-2 .list-social-links {
            list-style: none;
            padding: 0;
            margin-bottom: 20px
        }

            footer .footer-block-2 .list-footer-links a {
                color: #fff;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 1px
            }

            footer .footer-block-2 .list-social-links a {
                color: #8a8c8c;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
                letter-spacing: 1px
            }

        footer .footer-block-2 .company-name {
            color: #fff;
            font-weight: 700;
            margin-bottom: 20px;
            margin-top: 30px
        }

        footer .footer-block-2 .copyright, footer .footer-block-2 .legal-links .separator, footer .footer-block-2 .legal-links a {
            color: #fff;
            font-size: 14px
        }

        footer .footer-block-2 hr {
            height: 2px;
            background: #8a8c8c
        }

    footer .footer-block-3 {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 50px;
        padding-right: 50px
    }

        footer .footer-block-3 h3 {
            font-size: 40px;
            margin-bottom: 40px
        }

        footer .footer-block-3 .form-newsletter .input-text, footer .footer-block-3 .form-newsletter .input-text::-webkit-input-placeholder {
            color: #fff
        }

            footer .footer-block-3 .form-newsletter .input-text, footer .footer-block-3 .form-newsletter .input-text:-ms-input-placeholder {
                color: #fff
            }

                footer .footer-block-3 .form-newsletter .input-text, footer .footer-block-3 .form-newsletter .input-text::-ms-input-placeholder {
                    color: #fff
                }

                    footer .footer-block-3 .form-newsletter .input-text, footer .footer-block-3 .form-newsletter .input-text::placeholder {
                        color: #fff
                    }

                        footer .footer-block-3 .form-newsletter .input-text, footer .footer-block-3 .form-newsletter .input-text:active, footer .footer-block-3 .form-newsletter .input-text:focus {
                            text-transform: uppercase;
                            background: #8ac0e4;
                            border: 0;
                            font-size: 18px;
                            padding-bottom: 20px;
                            border-bottom: 2px #fff solid;
                            min-width: 100%;
                            outline: 0
                        }

        footer .footer-block-3 .form-newsletter .btn-white::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            z-index: 1;
            opacity: 0;
            background: #8ac0e4;
            border: 1px solid #fff;
            -webkit-transition: all .3s;
            transition: all .3s
        }

        footer .footer-block-3 .form-newsletter .btn-white:hover::before {
            opacity: 1;
            width: 100%
        }

        footer .footer-block-3 .form-newsletter .btn-white {
            display: block;
            position: relative;
            -webkit-transition: all .5s;
            transition: all .5s;
            line-height: 50px;
            height: 50px;
            width: 60%;
            text-align: center;
            margin-top: 45px;
            cursor: pointer;
            background: #fff
        }

            footer .footer-block-3 .form-newsletter .btn-white span {
                top: 0;
                left: 0;
                background: 0 0;
                color: #8ac0e4;
                z-index: 2;
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                font-size: 18px;
                text-transform: uppercase
            }

                footer .footer-block-3 .form-newsletter .btn-white span:active, footer .footer-block-3 .form-newsletter .btn-white span:focus, footer .footer-block-3 .form-newsletter .btn-white span:hover {
                    color: #fff
                }

.btn {
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif
}

.btn-primary {
    background-color: #0085a1;
    border-color: #0085a1
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #00657b !important;
        border-color: #00657b !important
    }

.btn-lg {
    font-size: 16px;
    padding: 25px 35px
}

@media only screen and (max-width:768px) {
    .overflow-hidden {
        overflow: hidden
    }

    header.masthead {
        min-height: auto;
        height: auto
    }

    .bg-beige {
        overflow: hidden
    }

        .bg-beige .block-global-mineral {
            margin-top: 0
        }

        .bg-beige > .position-relative {
            overflow: hidden
        }

    footer .footer-block-1, footer .footer-block-2 {
        padding-top: 40px;
        padding-bottom: 20px
    }
}
.content-section{
    margin-bottom:0px;
}


.calendar-title {
    padding: 80px 0;
    background-color: #054b9c;
    background-image: linear-gradient(-40deg, rgba(103, 243, 216, 0.8), rgba(255, 255, 255, 0));
}

.color-h1 {
    color: #fff;
}

.section-head {
    margin: 20px 0 20px 0;
}

.section-event {
    margin-bottom: 50px;
    position: relative;
}

    .section-event a {
        text-decoration: none;
        color: #000;
    }

.section-event-image {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

    .section-event-image img {
        width: 100%;
        height: 100%;
        transition: 0.5s all;
    }

        .section-event-image img:hover {
            transform: scale(1.2);
        }

.section-event-date {
    padding: 5px;
    padding-top: 0px;
}

.section-event-date {
    line-height: 30px;
}

.section-event-date-month {
    color: #e74c3c;
    font-size: 20px;
}

.section-event-date-day {
    font-size: 18px;
    color: #95a5a6;
}

.section-event-description-title {
    margin-bottom: 30px;
    margin-top:0px;
}
.section-event-description-title p {
    font-weight: 700;
    margin: 0px;
}

.events-date-value {
    display: block;
}

.CustomRow {
    margin: 100px 0 ;
}
/**
 ** Grid Classes 
*/

.block-padding-10 {
    padding: 10px;
}

.block-padding-20 {
    padding: 20px;
}
/***
 ***  Part Section **
*/
.PartSection {
    margin-bottom: 20px;
}
    .PartSection .title {
        text-align: center;
        background: #BFBFBF;
        color: white;
        font-weight: 400;
        line-height: 100px;
        height: 100px;
        text-align: center;
    }
    .PartSection .title p {
        display: inline-block;
        vertical-align: middle;
        margin:0;
    }

.PartSection .content-block {
    margin: 0 auto;
    background-color: #F2F2F2;
}

.PartSection .content-block ul {
    padding-inline-start: 20px;
}

.PartSection .content-link {
    text-align: right;
    padding: 10px;
}

.PartSection .content-link a {
    padding: 10px;
    background-color: #BFBFBF;
    text-decoration: none;
} 

/**
 Grdi slider 
 **/


/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: black;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/****
Global action on tailings 
*/
#SecondNav p {
    margin:0;
}
ul#SecondNav {
    list-style-type: none;
    background: lightgray;
    height: 50px;
    font-weight: bolder;
}
    ul#SecondNav li {
        float: left;
        padding:10px;
    }
        ul#SecondNav li a {
            text-decoration: none;
        }

.ImageSection img {
    width:100%;
}

/*********\
    news Page
\********/
.widget h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.list-widget{
    list-style-type:none;
}
.list-widget li {
    margin: 10px 0;
}
    .list-widget li a {
        text-decoration: none;
        font-size: 13px;
    }
        .list-widget li a.active {
            color: #3c8958;
            background:none;
            font-weight: bolder;
            font-size: 15px;
            cursor: pointer;
        }
       