body {
    /* font: 16px "Georgia",sans-serif; */
    width: 90% !important;
    padding: 0 !important;
}

a {
    transition: all 0.3s;
}

a:hover, a:focus {
    color: #3d4ba0 !important;
    text-decoration: none !important;
}

.section-container {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.border {
    border: 1px solid #3e4095 !important;
}

.shadow {
    box-shadow: 0 0.5rem 0.5rem rgba(0 ,0 ,0 ,.6) !important;
}

.svg-icon {
    width: 35px !important;
}

.img-wh-100 {
    width: 100px;
    height: 100px;
}

.form-control:focus {
    border-color: #9ec92b !important;
    box-shadow: 0 0 0 0.2rem rgb(194 221 121) !important;
}

.show-me-on-med-and-down {
    display: none;
}

.default-text-color {
    color: #c3de7b !important;
}

.bg-success-gradiant {
    background: #c3de7b;
}

.bg-ipg-header-color {
    background-color: #5b91dc !important;
}


.bg-success-gradiant {
    background: #c3de7b;
}

.bg-our-values {
    /* background-image: url(http://localhost:83/img/ipg/03.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}


.top-bar [class*="col"].bg-primary::before {
    width: 21.5rem;
    left: -20.8rem;
    background: #c2dd7a;
}


.pageheader {
    padding-top: 20px;
    padding-bottom: 0px;
}

/* .pageheader img {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
} */

.pageheader-title-container {
    /* text-transform: capitalize; */
    text-align: center;
}

.pageheader .header-title {
    color: #443131;
    text-shadow: 5px 1px 0px rgba(0, 0, 0, 0.2);
}

.pageheader .title, .citation {
    color: #443131 !important;
}


.pageheader p {
    margin-bottom: 0;
    color: #443131;
    /* font-size: 16px; */
    padding-left: .5rem;
    text-align: justify;
}

/*
.logo {
    margin: 0 auto;
    width: 150px;
} */
.logo {

    /* background: white; */
    /* width: 117px;
    height: 117px; */
    text-align: center;
    /*position: absolute;*/
    z-index: 2;
    top: 0;
    /* -webkit-box-shadow: 0 4px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 5px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 2px rgba(0,0,0,0.2); */

}

.igtl-logo-container{
    margin: 0 auto 20px;
    width: 150px;
}

.igtl-logo-container img{
    box-shadow: 7px 5px 13px 2px rgba(0,0,0,0.4);
    border-radius: 50% !important;
}


.navbar-brand img {
    height: 48px;
}

.navbar-light .nav-link {
    display: block;
    padding: 8px;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    font-family: "DINNextLTPro-Light";
    font-size: 16px;
    height: 38px;
    margin-bottom: 14px;
    cursor: pointer;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    /*color: #000000 !important;*/
    background: #b5d65c;
    color: white !important;
}

.destaques {
    background: #c3dd7b;
}

.destaques img {
    width: 120px;
}

.destaques .destaques-title {
    font-size: 1.7rem;
}

.page-link:hover {
    color: #000;
}

.btn-link-earthquake:hover {
    color: #3e4095;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: rgb(158,201,43);
    background: linear-gradient(0deg, rgba(158,201,43,1) 0%, rgba(253,187,45,1) 100%);
    /*
    background-image: url("https://images.unsplash.com/photo-1513297887119-d46091b24bfa?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    */

}

#preloader .preloader-title {
    position: fixed;
    top: 40%;
    left: 50%;
    /* color: #443131; */
    color: #fff;
    text-shadow: 5px 1px 0px rgb(0 0 0 / 20%);
    font-size: 2.5rem;
    transform: translate(-50%, -40%);
    text-align: center;
    text-transform: uppercase;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 0px);
    left: calc(50% - 30px);
    border: 6px solid #BEDB70;
    border-top-color: #F1A642;
    border-bottom-color: #F8D010;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*
.section-divider, .section-divider .primary-overlay {
    max-height: 450px;
    height: 450px;
}



    .section-divider .overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.primary-overlay::after {
    opacity: 0.50 !important;
}*/


.dark-overlay::after {
    opacity: .5 !important;
}

/*Slider */

.container-hero-slider {
    position: relative;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border-top: 1px #b1cc66 solid;
}

.container-hero-slider > div {
    position: relative;
    left: 50%;
    width: 5000px;
    height: 450px;
    text-align: center;
    margin-left: -2500px;
}

#hero-slider {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 980px;
    height: 500px !important;
}

.slides {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 400px;
    overflow: hidden;
}

.slider-title {
    display: block;
    line-height: 1em;
    /*font-size: 1.5em;*/
    font-weight: 500;
    text-align: left;
    color: #111;
}

.slider-summary {
    display: block;
    line-height: 1.1em;
    font-size: .85em;
    color: #6c757d;
}

.slider-image {
    position: absolute;
    top: 23px;
    left: 480px;
    width: 490px;
    max-height: 250px;
}

.slider-image:hover {
    cursor: move;
}

.navbar-collapse {
    text-align: right;
}


@media (min-width: 992px) {
    h1:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6), .h1 {
        font-size: 2.5rem !important;
    }

    /* body{
        width:100%;
    } */
    .logo {
        width: 117px;
        height: 117px;
    }

    .navbar-collapse {
        margin-top: 0px !important;
    }

    .destaques img {
        width: 120px !important;
    }

    .destaques .destaques-title {
        font-size: 1.75rem !important;
    }

}

/* @media (min-width: 990px){
    .destaques img{
        width: 75px;
    }
    .destaques .destaques-title{
        font-size: 1.2rem;
    }

} */

@media (min-width: 768px) {
    .navbar {
        padding-right: 0px;
    }

    /* .navbar-collapse{
        margin-top: 60px;
    } */
    .destaques img {
        width: 75px;
    }

    .destaques .destaques-title {
        font-size: 1.2rem;
    }
}

.logo-sm {
    display: none;
}

@media (max-width: 765px) {
    .logo {
        display: none;
    }

    .logo-sm {
        display: inline-block;
        background: #fff;
        margin-bottom: 5px;
    }

    .destaques img {
        width: 75px;
    }

    .destaques .destaques-title {
        font-size: 1.2rem;
    }

}


@media (min-width: 576px) {
    .hide-on-small-and-down {
        display: none !important
    }


}

@media (min-width: 768px) {
    .hide-on-small-and-down {
        display: block !important
    }

    #hero-slider {
        height: 200px;
    }
}

@media only screen and (max-width: 992px) {
    body {
        width: 100% !important;
    }

    .show-me-on-med-and-down {
        display: block !important;
    }

    .logo-menu-container {
        height: auto !important;
    }

    .hide-on-med-and-down {
        display: none !important
    }

    #hero-slider {
        height: 270px;
    }

    #hero-slider .slides {
        /*height: 350px;*/
    }

    .slider-med-and-down-title {
        color: #111;
        padding: 0px 71px;
        width: 85%;
    }

    /*.navbar-collapse {
        background-color: rgb(57, 91, 111);
    }*/
    .pageheader {
        padding: 20px 0px;
    }

    .pageheader .pageheader-title-container {
        /* margin-top:15px; */
    }

    .pageheader .logo-container {
        text-align: center !important;
    }

    .pageheader img {
        /* height: 100px; */
    }

    .pageheader-title-container {
        text-align: center;
    }

    .pageheader-title-container .header-title {
        font-size: 1.6rem;
    }

    .pageheader-title-container .citation {
        font-size: .75rem;
    }

    .container-hero-slider > div {
        height: auto;
    }


    .slider-image {
        /* display: none !important; */
        display: block !important;
        position: relative !important;
        width: 85% !important;
        top: 0 !important;
        left: 0 !important;
    }

    .maps-and-data-container {
        margin-top: 15px;
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }

    .publication-item {
        width: 100% !important;
    }

    .section-earthquake {
        background-color: transparent !important;
    }
}


.text-justify {
    text-align: justify !important;
}

hr {
    position: relative;
    border: none;
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}


.logo-menu-container {
    background-image: url('../images/wave.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-color: #3a7bd5 !important;
    position: relative;
}


.hero-slide-index {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/**
    Begin earthquake_container
*/

img.leaflet-marker-icon-active {
    animation: flash_eq_icon 1s ease infinite;
    transform-origin: 50% 50%;
}

li.active-eq-list-item {
    animation: flash_eq_list_item 2s ease infinite;
    transform-origin: 50% 50%;
}

li.active-eq-list-item h5 a,li.active-eq-list-item p{
    color: #ff0000 !important;
}
li.active-eq-list-item::before {
    background-color: #ff0000 !important;
}

@keyframes flash_eq_list_item {
    0% {
        opacity: 1
    }

    25% {
        opacity: .5
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes flash_eq_icon {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

#map-canvas {
    height: 450px;
    width: 100%;
}

/**
    End earthquake_container
*/


/* Begin Studies and Research */
.categories-item svg {
    /* color: #4E66F8; */
    transition: all 0.3s;
}

.featured-badge {
    color: #fff;
    padding: 0.35rem 1rem;
    font-size: 0.6rem;
    position: absolute;
    bottom: 1rem;
    right: 7rem;
    z-index: 99;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.2rem;
}

.tool-thumb {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 999;
    border: 2px solid white;
}

.tool-rating {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    font-size: 0.6rem;
    z-index: 99;
    padding: 0.35rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.2rem;
}

.studies-and-research-details-hero {
    height: 25rem;
}

/* End Studies and Research */


/*
    Begin Media Release
*/
/* .media-release{
    font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
} */

.media-release h1,
.media-release h2,
.media-release h3,
.media-release h4,
.media-release h5,
.media-release h6 {
    color: #3e4555;
}

.media-release .font-weight-medium {
    font-weight: 500;
}

/* .media-release .bg-light {
  background-color: #f4f8fa !important;
} */

.media-release .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.media-release .text-themecolor {
    color: #000;
}

.media-release h5 {
    line-height: 22px;
    font-size: 18px;
}

.media-release a.link {
    color: #000;
}

.media-release a.link:hover {
    color: #3e4095;
}

.media-release .on-hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.media-release .on-hover:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.media-release .date-pos {
    right: 10px;
    top: 10px;
}

.media-release .date-pos span {
    font-size: 30px;
    line-height: 30px;
}

.media-release .bg-info-gradiant {
    background: #3e4095;
    background: -webkit-linear-gradient(legacy-direction(to right), #3e4095 0%, #e7f1ca 100%);
    background: -webkit-gradient(linear, left top, right top, from(#3e4095), to(#e7f1ca));
    background: -webkit-linear-gradient(left, #3e4095 0%, #e7f1ca 100%);
    background: -o-linear-gradient(left, #3e4095 0%, #e7f1ca 100%);
    background: linear-gradient(to right, #3e4095 0%, #e7f1ca 100%);
}

.pagination .page-numbers {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #3e4095;
    background-color: #fff;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    border-radius: .25rem !important;
    border: 0 !important;

}

.pagination a.page-numbers {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

.pagination .page-item.active .page-numbers, span.page-numbers, .pagination span.current {
    color: #fff;
    background-color: #3e4095;
    border-color: #3e4095;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    margin-top: -6px;
}

/*
    End Media Release
*/

/* Begin Career and Oportunities */

.job-list {
    margin-bottom: 20px;
    border-bottom: 1px solid #3e4095;
    padding-bottom: 10px;
    padding: 1rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.job-list-img {
    padding-left: 0;
}

.job-list-img img {
    width: 100%;
}

.job-list-carrer-item h6 {
    font-size: 1.3em;
}

.job-list-carrer-item h6 > span.news-item-time {
    font-size: 13px;
    color: #808080;
    font-weight: normal;
}

.job-list-carrer-item p {
    color: #6c757d !important;
}

.job-list-carrer-item h6 a {
    color: #2d2d2d;
    text-transform: capitalize;
    font-weight: 600;
}

.job-list-carrer-item h6 a:hover {
    color: #3d4ba0;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none;
}

.job-list-carrer-item h6 span.job-list-carrer-item-time {
    font-size: 13px;
    color: #6c757d !important;
}

.job-list-carrer-item-time {
    font-size: 13px;
}

span.job-list-carrer-item-description {
    font-weight: 600;
    color: #6c757d !important;
}

ul.job-list-carrer-item-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.job-list-carrer-item-links li {
    display: inline-block;
    margin-right: 5%;
}

ul.job-list-carrer-item-links li a {
    text-decoration: none;
}

ul.job-list-carrer-item-links li a:hover {
    color: #3d4ba0;
}

span.icon_text {
    vertical-align: middle;
    font-size: 13px;
    color: #6c757d !important;
}


/* End Career and Opportunities*/

/* Begin Events */


/* events holder */
ul.events {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

/* events vertical line */
ul.events:before {
    content: ' ';
    background: #3d4ba0;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.events-item {
    margin: 20px 0;
}

/* events item arrow */
.events-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #3e4095;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

/* events item circle marker */
li.events-item::before {
    content: ' ';
    background: #3e4095;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* End Events */

/* Recent Post */
ul.recent-posts {
    list-style-type: none;
    position: relative;
    padding-left: 1.5rem;
}

ul.recent-posts::before {
    content: ' ';
    background: #3e4095;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.recent-posts-item {
    margin: 5px auto;
}


li.recent-posts-item p.recent-posts-title {
    font-size: 15px;
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    padding: 0px .65rem;

}


li.recent-posts-item span.small {
    font-size: 10px !important;
    margin-left: 4px;
}


li.recent-posts-item::before {
    content: ' ';
    background: #3e4095;
    display: inline-block;
    position: absolute;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}


/* Begin News */
.posts-listing {
    /* padding-top: 50px; */
    padding-left: 0;
    padding-right: 0;
}

.posts-listing .post {
    margin-bottom: 50px;
}

.posts-listing .post a:hover {
    color: #3e4095;
}

.post .title, .post .date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
}

.post .title i, .post .date i {
    margin-right: 5px;
    font-size: 1.1em;
}

.post .title::after {
    content: '|';
    display: inline-block;
    margin: 0 7px;
    font-size: 0.9em;
    color: #ccc;
}

.posts-listing .post a {
    text-decoration: none;
}

.posts-listing .post-footer {
    font-size: 0.8em;
}

.post-meta {
    margin: 10px 0;
    font-size: 0.8em;
}

.post .category a {
    color: #999;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}


.post h3 {
    line-height: 1.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 1rem;
}

.post .avatar {
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.post .post-footer a, i, span {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post p:not(.lead) {
    font-weight: 400;
    color: #777;
    font-size: 0.95em;
}

.blog-post h1 {
    color: #444;
    line-height: 1.1em;
    font-size: 2.5rem !important;
}

.blog-post .post-body {
    margin-top: 40px;
}

.blog-post .post-body p.lead {
    font-size: 1.3rem;
    font-weight: 300;
}


.blog-post .post-body p {
    margin-bottom: 30px;
}

.blog-post .post-footer {
    font-size: 0.8em;
}

.widget {
    /*margin-bottom: 40px;*/
    padding: 10px;
    border: 1px solid #eee;
}

.widget header {
    margin-bottom: 20px;
}

.widget.search .form-group {
    position: relative;
}

.widget.search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 0.95em;
    font-weight: 400;
    background: none
}

.widget.search input::-moz-placeholder {
    color: #aaa;
}

.widget.search input::-webkit-input-placeholder {
    color: #aaa;
}

.widget.search input:-ms-input-placeholder {
    color: #aaa;
}

.widget.search .submit {
    height: 40px;
    padding: 0;
    line-height: 40px;
    background: none;
    border: none;
    color: #555;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    right: 0
}

.widget.search input:focus {
    border: none;
    outline: none;
}

.widget.latest-posts a {
    display: block;
    color: #555;
    text-decoration: none
}

.widget.latest-posts a:hover {
    color: #000
}

.widget.latest-posts .image {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    margin-right: 20px
}

.widget.latest-posts .item {
    margin-bottom: 20px
}

.widget.latest-posts strong {
    font-size: 0.95em;
    display: block;
    line-height: 1em
}

.widget.widget.latest-posts .blog-posts a:hover {
    color: #3e4095;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/* End News */


/*
    Footer
*/

.bg-footer {
    /* background-color: #9ec92b; */
    background-image: url('../images/wave-footer.png');
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    background-color: #3a7bd5;
    /* background-image: linear-gradient(to right, #3e4094 0%, #3a7bd5 100%); */
    position: relative;
    padding-top: 20px;
}

@media (max-width: 992px) {
    .quick-links a, .bottominfo span{
        color: #594b4b !important;
    }
}

.bg-footer .container {
    max-width: 95%;
    width: 95%;
}

.footer-contact i:before {
    color: #fff;
}

.footer-link:hover {
    color: #fff;
}

img.footer-logo {
    /* background-color: #fff; */
    width: 50px;
}

.quick-links a {
    color: #eaeaea;
    transition: all 0.3s;
    margin-left: 5px;
}

.quick-links a:hover {
    color: #fff !important;
    text-decoration: none;
}

/* .sitefooter {
    background: #434f5a;
    padding-top: 20px;
} */

.bottominfo {
    color: #e3e3e2;
}


.bottominfo-maplink:hover {
    color: #2b90d9;
    text-decoration: none;
}

.footer-header-menu {
    margin: 0;
}

.footer-header-menu .nolink, .footer-header-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #f9ed9c;
    font-size: 14px;
}

.footer-header-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-header-menu-list-item a {
    text-decoration: none;
    color: #e3e3e2;
}

.bottominfo a {
    color: #fff;
}

@media only screen and (min-width: 941px) {
    .bottominfo-border-right {
        border-right: 1px solid white;
    }

    .bottommenu {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        max-width: 15%;
    }
}

/* End footer */


.promoted {
    height: 438px;
    position: relative;
    background-size: cover;
}

.promoted__inner {
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #000;
    color: white;
    padding: 20px 16.5%;
    position: relative;
    bottom: -130px;
}

.promoted__inner h2 {
    font-size: 39px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.promoted__inner p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

.promoted__inner .promoted__link {
    margin-top: 10px;
}

.promoted__inner .promoted__link a {
    font-size: 18px;
    text-decoration: none;
}

/*.promoted__inner .promoted__link .nguikon {*/
/*    font-size: 15px;*/
/*    position: relative;*/
/*    top: 2px;*/
/*}*/

@media only screen and (min-width: 941px) {
    .promoted__inner {
        bottom: -143px;
    }
}

.slideshow:hover {
    cursor: move;
}

.slideshow .slick-dots li button:before {
    font-size: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #b6d65f;
}

.slideshow .slick-dots li.slick-active button:before {
    color: black;
}


.kartogdata {
    margin: 25px 20px 20px 0;
    /* width: 370px; */
    /* float: right; */
}

@media only screen and (max-width: 880px) {
    .kartogdata {
        margin: auto;
        width: auto;
        float: none;
        margin-top: 10px
    }
}

.kartogdata-title {
    font-family: "DINNextLTPro-Light";
    font-size: 18px;
    color: black;
    text-transform: uppercase
}

.maps-and-data-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid black
}

.maps-and-data-list .nguikon-kartpin:before {
    font-size: 24px;
    top: 5px;
    position: relative
}

.maps-and-data-list li {
    clear: both;
    padding: 8px 0;
    border-bottom: 1px solid black;
    line-height: 36px
}

.maps-and-data-list a {
    font-size: 18px;
    color: black;
    text-decoration: none;
    display: block

}

.maps-and-data-item-white {
    background: white;
    height: 30px;
    width: 31px;
    display: inline-block;
    border-radius: 30px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.maps-and-data-item-white-small {
    background: white;
    height: 22px;
    width: 21px;
    display: inline-block;
    border-radius: 20px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
}


.geology-municipality {
    margin: 25px 0 20px 20px;
}

.geology-municipality-subtitle {
    border-top: 1px solid black;
    margin-top: 0;
    padding-top: 8px;
}

.geology-municipality-form-container select {
    border: 1px solid #afdef9;
}

.geology-municipality-form-container select {
    width: 100%;
    border: 0;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.btn-submit-container {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-submit-container button {
    background: #c3de7b;
    border: 0;
    padding: 10px;
}

.blog-home3 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.blog-home3 h1,
.blog-home3 h2,
.blog-home3 h3,
.blog-home3 h4,
.blog-home3 h5,
.blog-home3 h6 {
    color: #3e4555;
}

.blog-home3 h5 {
    line-height: 22px;
    font-size: 18px;
}

.blog-home3 a.link {
    color: #3e4555;
}

.blog-home3 a.link:hover {
    color: #316ce8;
}

.blog-home3 .font-weight-medium {
    font-weight: 500;
}

.blog-home3 .bg-light {
    background-color: #f4f8fa !important;
}

.blog-home3 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.blog-home3 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.on-hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.on-hover:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}


.blog-home3 .date-pos {
    font-size: 12px;
}

.blog-home3 a {
    overflow: hidden;
}

.blog-home3 a img {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.blog-home3 a img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.icon-circle {
    background: #3e4095;
    color: #fff;
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50px;
    font-size: 28px;
    line-height: 56px;
    text-align: center;
    position: relative;
    top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 10px;
}

/* Latest publications */

.publications_header {
    text-align: center;
}


.publication-item {
    /*font-family: "DINNextLTPro-Light";*/
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 20px 0 0;
    width: 49%;
    display: inline-block;
    vertical-align: top;

}

.publication-item h3, .publication-item h3 a {
    margin: 6px 0;
    color: black;
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (min-width: 941px) {
    .publications {
        padding-top: 59px;
        padding-bottom: 25px;
    }

    .publications_header {

        padding: 10px 0 10px 0;
        border-right: 1px solid black;
        margin: 20px 0 10px 0;
    }
}


/* Published Map */

.publications {
    /* background: #ebf6fc; */
    padding: 10px;
    margin-bottom: 20px;
}

.publications .publications-title {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 10px;
}

.publications .publications-title:after {
    background: #aed24f;
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    margin-top: 8px;
}

.publications-item-list-container .form-check input, .publications-item-list-container .form-check label {
    cursor: pointer;
}

.publications-item-list-container .form-check {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.publication-post {
    padding: 0px 0 20px 0;
    margin: 0;
    position: relative;
}

.publication-post .card {
    padding: 1rem;
}

.publications-content-container .selection {
    display: block;
}

.publications-content-container .form-control {
    padding: .375rem .75rem;
!important;
}

.publication-post .publication-post-meta {
    right: 0;
    /*background: #b0d352;*/
    font-size: 15px;
    padding: 3px 14px;
    display: inline;
}

.publication-post .publication-post-meta .publication-post-meta-author {
    font-size: 15px;
}

.publication-post h5 {
    /*width: 92%;*/
}

.publications-item-list-container .form-check {
    /*display: inline;*/

}


.search-result-list {
    position: absolute;
    z-index: 999;
    /*background: #9d9d9d80;*/
}

.search-result-list small {
    font-size: 10px;
}

.search-result-list .result-item {
    background-color: #c5c1c1;
}

.search-result-list .result-item.card h5 > a.link {
    color: #555;
    transition: 1s;
}

.search-result-list .result-item.card h5 > a.link:hover {
    color: #fff !important;
}

.ipg-teams h5 {
    font-size: 15px;
}

.ipg-teams span.small {
    font-size: 11px;
}

/* Procurement */

tr.still-open {
    background-color: #E7F1CA;
}


.btn-outline-success
{
    color: #333;
    border-color: #3e4095;
}

.btn-outline-success:focus{
    box-shadow: 0 0 0 0.2rem rgb(194,221,121);
}

.btn-outline-success:hover{
    background-color: #3e4095;
    color: #fff !important;
    border-color: #3e4095;
}
