﻿/* #region NAV */
nav.niras-reskin {
    background: rgb(30, 38, 25);
}
/* #endregion NAV */

/* #region MAIN */
.mainContent {
    margin-top: 90px;
}
/* #endregion MAIN */

/* #region FOOTER */
footer ul {
    padding: 0;
    margin: 0
}

footer li {
    list-style: none
}

footer a:focus, footer a:hover {
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

footer a:focus {
    outline: 0
}

footer img {
    max-width: 100%
}

footer p {
    font-size: 16px;
    line-height: 30px;
    color: #898b96;
    font-weight: 300
}

footer h4 {
    font-family: Rubik,sans-serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
    color: #363940
}

footer a {
    color: #5867dd
}

.no-padding {
    padding: 0 !important
}

.go_top {
    line-height: 40px;
    cursor: pointer;
    width: 40px;
    background: #5867dd;
    color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.1);
    box-shadow: 0 4px 4px rgba(0,0,0,.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: -webkit-calc((100% - 1140px)/ 2);
    right: calc((100% - 1140px)/ 2);
    z-index: 111;
    bottom: 80px;
    text-align: center
}

    .go_top span {
        display: inline-block
    }

.footer-big {
    padding: 30px 0 15px 0
}

    .footer-big .footer-widget {
        margin-bottom: 40px
    }

.footer--dark {
    background: rgb(128, 132, 141);
}

.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li {
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.footer-menu {
    padding-left: 48px
}

    .footer-menu ul li a {
        font-size: 15px;
        line-height: 32px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .footer-menu ul li a:hover {
            color: #00202a;
            text-decoration: underline;
        }

.footer-menu--1 {
    width: 100%
}

.footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 18px
}

.mini-footer {
    background: rgb(30, 38, 25);
    text-align: center;
    padding: 12px 0
}

    .mini-footer p {
        margin: 0;
        line-height: 26px;
        font-size: 15px;
        color: #999
    }

        .mini-footer p a {
            color: #aeaeae
        }

            .mini-footer p a:hover {
                color: #34bfa3;
                text-decoration: underline;
            }

.widget-about img {
    display: block;
    margin-bottom: 30px
}

.widget-about p {
    font-weight: 400
}

.widget-about .contact-details {
    margin: 30px 0 0 0
}

    .widget-about .contact-details li {
        margin-bottom: 10px
    }

        .widget-about .contact-details li:last-child {
            margin-bottom: 0
        }

        .widget-about .contact-details li span {
            padding-right: 12px
        }

        .widget-about .contact-details li a {
            color: #5867dd
        }

/* #endregion FOOTER */

/* #region CAROUSEL */

#landingCarousel {
    width: 100%;
}

.carousel-inner > .carousel-item > img {
    height: 620px;
    object-fit: cover;
}

.text-bordered {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.text-bordered-white {
    color: black !important;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/* #endregion CAROUSEL */

/* #region CARDS */

.border-btn-pill {
    border-radius: 20px !important;
}

.card {
    margin-top: 30px;
}

.card-body {
    height: 250px;
}

.card-landing {
    height: 240px;
    object-fit: cover;
}

.card-text {
    overflow: auto;
}

/* #endregion CARDS */

@media (max-width:991px) {
    .footer-menu {
        padding-left: 0
    }
}


.landing-jumbotron {
    padding: 6rem 6rem 3rem 6rem !important;
}

/* #region IMAGEHOVER */
.figure-container {
    position: relative;
    width: 100%;
}

.hover-image {
    display: block;
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 77.5%;
    width: 100%;
    opacity: 0;
    transition: .25s ease;
    background-color: #9b9b9b;
}

.figure-container:hover .text-overlay {
    opacity: 0.85;
}

.overlay-text-content {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* #endregion IMAGEHOVER */

#map {
    height: 400px;
    border: 1px dotted rgba(200, 200, 200, 0.1);
}

.fa-1x3 {
    font-size: 1.3em;
}

.fa-4 {
    font-size: 4em;
}

.tomato {
    color: tomato;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif !important;
}

/* #region datatables */

#plot-table_wrapper > .row > .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-link {
    color: #151C12;
    border-color: #F2CA52;
    background-color: #F2CA52;
    border-radius: 5px;
    margin: 0 4px 0 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .page-link:hover {
        color: #F2CA52;
        background-color: #151C12;
        border-color: #151C12;
        border-radius: 5px;
        margin: 0 4px 0 4px;
    }

.page-item.active .page-link {
    color: #F2CA52;
    background-color: #151C12;
    border-color: #151C12;
}

.page-item.disabled .page-link {
    background-color: rgba(255, 225, 150, 0.5);
    border-color: rgba(255, 225, 150, 0.5);
    color: rgb(21 28 18 / 61%);
}

.page-item.disabled:hover {
    cursor: not-allowed;
}

/* #endregion datatables */

/* #region jumbotron */

/* #endregion jumbotron */

.jumbotron-zone p img {
    max-width: 100% !important;
    object-fit: cover;
}

/* #region overlayimage */

@media screen and (max-width: 1200px) {
    .mx-card {
        margin-left: 5rem;
        margin-right: 5rem;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .carousel-caption-left {
        top: 1em !important;
        left: 4em !important;
        bottom: unset !important;
        text-align: left !important;
        font-size: smaller !important;
    }

        .carousel-caption-left > h2 {
            font-size: 1.6rem;
        }

        .carousel-caption-left > p {
            font-size: 1rem;
        }

    .landing-jumbotron, .jumbotron-area, .jumbotron-zone, .plot-top-text {
        padding: 4rem 3rem !important;
    }

        .landing-jumbotron > p {
            max-height: 300px;
            font-size: 0.9em;
            overflow: hidden;
        }

    .display-4 {
        font-size: 2rem !important;
    }

    .lead {
        font-size: 1.1rem !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .carousel-caption-left {
        top: 1em !important;
        left: 5em !important;
        bottom: unset !important;
        text-align: left !important;
    }

        .carousel-caption-left > h2 {
            font-size: 2rem;
        }

        .carousel-caption-left > p {
            font-size: 1.2rem;
        }

    .landing-jumbotron, .jumbotron-area, .jumbotron-zone, .plot-top-text {
        padding: 5rem 4rem !important;
    }

        .landing-jumbotron > p {
            max-height: 300px;
            font-size: 0.9em;
            overflow: hidden;
        }

    .display-4 {
        font-size: 2.25rem !important;
    }

    .lead {
        font-weight: 400 !important;
        font-size: 1.2rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .carousel-caption-left {
        top: 2em !important;
        left: 6em !important;
        bottom: unset !important;
        text-align: left !important;
    }

        .carousel-caption-left > h2 {
            font-size: 2.5rem;
        }

        .carousel-caption-left > p {
            font-size: 1.2rem;
        }

    .landing-jumbotron, .jumbotron-area, .jumbotron-zone, .plot-top-text {
        padding: 5rem 4rem !important;
    }
        .landing-jumbotron > p {
            max-height: 300px;
            font-size: 1em;
            overflow: hidden;
        }

    .display-4 {
        font-size: 2.25rem !important;
    }

    .lead {
        font-weight: 400 !important;
        font-size: 1.3rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .carousel-caption-left {
        top: 4em !important;
        left: 7em !important;
        bottom: unset !important;
        text-align: left !important;
    }

        .carousel-caption-left > h2 {
            font-size: 3rem;
        }

    .carousel-caption-left > p {
        font-size: 1.3rem;
    }

    .jumbotron-area, .jumbotron-zone {
        min-height: 475px;
        padding: 8rem 6rem !important;
    }

    .lead {
        font-weight: 400 !important;
        font-size: 1.4rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .carousel-caption-left {
        top: 5em !important;
        left: 8em !important;
        bottom: unset !important;
        text-align: left !important;
    }

        .carousel-caption-left > h2 {
            font-size: 3.5rem;
        }

        .carousel-caption-left > p {
            font-size: 1.4rem;
        }

    .landing-jumbotron, .jumbotron-area, .jumbotron-zone, .plot-top-text {
        padding: 6rem 6rem 1.3rem 6rem !important;
    }

        .landing-jumbotron > p {
            max-height: 300px;
            font-size: 1em;
            overflow: hidden;
        }

    .jumbotron-plot-top {
        padding: 0rem 0rem 0rem 0rem !important;
    }

    .display-4 {
        font-size: 3.5rem !important;
    }

    .lead {
        font-weight: 400 !important;
        font-size: 1.4rem;
    }
}
/* #endregion overlayimage */

/* #region btn-inline-success*/
.btn-inline-success {
    color: #151C12;
    border-color: #F2CA52;
    background-color: #F2CA52;
}

    .btn-inline-success:hover {
        color: #F2CA52;
        background-color: #151C12;
        border-color: #151C12;
    }

    .btn-inline-success:focus, .btn-inline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-inline-success.disabled, .btn-inline-success:disabled {
        color: #151C12;
        background-color: #F2CA52;
    }

    .btn-inline-success:not(:disabled):not(.disabled):active, .btn-inline-success:not(:disabled):not(.disabled).active,
    .show > .btn-inline-success.dropdown-toggle {
        color: #151C12;
        border-color: #F2CA52;
        background-color: #F2CA52;
    }

        .btn-inline-success:not(:disabled):not(.disabled):active:focus, .btn-inline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-inline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(242, 202, 82, 0.5);
        }
/* #endregion btn-inline-success*/

@media only screen and (max-width: 576px) {
    .table-btn-col-3 {
        width: 100%;
        height: 38px;
        overflow-y: hidden;
    }

    .table-btn-col-4 {
        width: 100%;
        height: 38px;
        overflow-y: hidden;
    }

    .table-btn-col-5 {
        width: 100%;
        height: 38px;
        overflow-y: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .table-btn-col-3 {
        width: 220px;
        height: 38px;
        overflow-y: hidden;
    }

    .table-btn-col-4 {
        width: 220px;
        height: 38px;
        overflow-y: hidden;
    }

    .table-btn-col-5 {
        width: 220px;
        height: 38px;
        overflow-y: hidden;
    }
}

@media only screen and (min-width: 769px) {
    .table-btn-col-3 {
        width: 375px;
        height: 38px;
        overflow-y: hidden;
    }

    .table-btn-col-4 {
        width: 275px;
        height: 38px;
        overflow-y: hidden;
    }

    .table-btn-col-5 {
        width: 225px;
        height: 38px;
        overflow-y: hidden;
    }
}

/* Cookie Modal */
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* TEXT */
.text-black {
    color: rgba(0,0,0,1) !important;
}