﻿/* titillium-web-300 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/titillium-web-v8-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url('/fonts/titillium-web-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/titillium-web-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/titillium-web-v8-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/fonts/titillium-web-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/titillium-web-v8-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 300;
    src: url('/fonts/titillium-web-v8-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Light Italic'), local('TitilliumWeb-LightItalic'), url('/fonts/titillium-web-v8-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/titillium-web-v8-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/titillium-web-v8-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/titillium-web-v8-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/titillium-web-v8-latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/titillium-web-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('/fonts/titillium-web-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/titillium-web-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/fonts/titillium-web-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/titillium-web-v8-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'), url('/fonts/titillium-web-v8-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/titillium-web-v8-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/titillium-web-v8-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/titillium-web-v8-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/titillium-web-v8-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/titillium-web-v8-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url('/fonts/titillium-web-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/titillium-web-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/titillium-web-v8-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/fonts/titillium-web-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/titillium-web-v8-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    src: url('/fonts/titillium-web-v8-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Titillium Web Bold Italic'), local('TitilliumWeb-BoldItalic'), url('/fonts/titillium-web-v8-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/titillium-web-v8-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/titillium-web-v8-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('/fonts/titillium-web-v8-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/titillium-web-v8-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

* {
    font-family: 'Titillium Web', sans-serif;
    outline: none;
}

    *:focus {
        outline: none;
    }

/* Ripple Page */

#loadingContainer {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f8ff;
    transition: opacity .4s ease-in-out;
}

#loading {
    width: 60px;
    height: 60px;
    margin: 100px auto;
    background-color: #00B6F1;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

#mainPage {
    display: none;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: #f6f8ff;
}

.ripple-page {
    height: 100%;
    width: 100%;
    background-position: 70% 50%;
    background-image: url(/publicPageImages/rippleBackground.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
}

.first-page-container {
    height: 100%;
}

.rks-logo {
    max-width: 230px;
    height: auto !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-title {
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-description {
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.enter-btn {
    color: black;
    border: solid 1px black;
    font-size: 20px;
    padding: 5px 35px;
    transition: all 0.2s;
}

    .enter-btn:hover {
        background-color: #00B6F1;
        color: white;
        border-color: #00B6F1;
        box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
    }

.homePage, .ripple-page {
    position: absolute;
    width: 100%;
    height: 100%;
}

.homePage {
    z-index: 1;
}

.ripple-page {
    z-index: 2;
    overflow: hidden;
}


/* Home Page CSS */


.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#mainPage > div {
    width: 100%;
    height: 100%;
}

header {
    background: linear-gradient(0deg, rgba(246,248,255,1) 0%, rgba(246,248,255,1) 40%, rgba(212,215,222,1) 100%);
    box-shadow: 1px 3px 20px 2px rgba(0, 0, 0, 0.3);
    z-index: 100;
    position: relative;
}

.logos-header {
    align-items: center;
}

.logo-arpl {
    width: 120px;
}

.logo-rks {
    width: 140px;
}

.navbar {
    background-color: #00B6F1;
    min-height: 5vh;
    padding: 0;
}

.collapseBox {
    display: flex;
    width: 100%;
}

#toggler {
    display: flex;
    align-items: center;
}

.fa-ellipsis-v {
    color: white;
    font-size: 22px;
    margin-right: 2px;
}

.fa-bars {
    color: white;
    font-size: 24px;
}

.navLinkActive {
    color: white;
    border-bottom: 4px solid white;
}

.publicLngForm {
    margin: 0;
    display: flex;
}

.publicLngLink {
    border-left: 0;
    border-right: 0;
}

.hp-box {
    display: flex;
    justify-content: center;
}

.hp-main {
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-toggler, button:focus {
    outline: none;
}

.menuBurgerIcon {
    color: white;
}

.mm-item {
    min-height: 5vh;
    display: flex;
    align-items: center;
}

.mm-link {
    background-color: transparent;
    margin: 0 5px;
    min-height: 5vh;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 700;
    color: white;
    position: relative;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: all 0.2s;
}

    .mm-link:hover {
        color: white;
        border-bottom: 4px solid white;
    }

.navLinkActive {
    color: white;
    border-bottom: 4px solid white;
}

.publicMapNavItem {
    margin-left: 40px;
}

.map-btn {
    background-color: #00B6F1;
    border: 1px solid white;
    color: white;
    font-weight: 700;
    padding: 3px 10px 3px 10px;
    transition: all 0.2s;
}

    .map-btn:hover {
        color: #00B6F1;
        background-color: white;
        border-color: white;
    }

.LOGIN {
    min-height: 5vh;
    min-width: 3vw;
}

.loginBTN {
    padding: 0 0;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

    .loginBTN:hover {
        transform: scale(1.15);
        color: white;
    }

.logoutBTN {
    padding: 0 0;
    text-align: center;
    color: white !important;
    display: flex;
    align-items: center;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

    .logoutBTN:hover {
        transform: scale(1.15);
        color: white;
    }

.dropdown-menu {
    background-color: #f6f8ff;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
}

.dd-link {
    padding: 5px 15px !important;
    color: #00B6F1;
    background-color: #f6f8ff !important;
    font-weight: 700;
    transition: all 0.2s;
}

    .dd-link:hover {
        background-color: #00B6F1 !important;
        color: white;
    }

.log-out {
    display: flex;
    align-items: center;
    background-color: #f6f8ff;
}

.dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    box-sizing: border-box;
}

.dropdown-toggle::after {
    content: none;
}

.hp-login {
    margin-left: 20px;
}

.hp-nav-manage-btn {
    margin: 0;
}

.homePageBackground {
    min-height: 660px;
    display: flex;
    background-position: right;
    background-image: url(/publicPageImages/homePageBackground.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hp-box {
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 15px;
    display: inline-flex;
}

.greeting {
    color: white;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.descr {
    color: white;
    font-weight: 400;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hp-about-btn {
    color: #2ED03C;
    font-weight: 700;
    transition: all 0.2s;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #hp-about-btn:hover {
        color: #29AA2F;
    }

.hr {
    background-color: white;
}

.ntf {
    color: white;
    font-weight: 400;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hp-contact-btn {
    color: white;
    font-weight: 700;
    border: solid 1px white;
    transition: all 0.2s;
}

    .hp-contact-btn:hover {
        color: white;
        background-color: #00B6F1;
        border-color: #00B6F1;
        outline: none;
    }

.slider {
    text-align: start;
    display: flex;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slide {
    margin: 0 0 15px 0;
}

.group-features {
    color: white;
    font-weight: 400;
    font-size: 15px;
}

.siu-Surface, .siu-Lenght, .siu-WaterIncome, .siu-Volume, .siu-Exploitation {
    font-size: 18px;
}

.title-5 {
    color: white;
    font-weight: 700;
}


/*Hidrography & About page*/


.hidrographyMainContainer {
    margin: 3em 0;
    display: flex;
    justify-content: start;
}

.mapSectionContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dep-info {
    margin-top: 3em;
    margin-bottom: 3em;
}

.title-1 {
    font-size: 28px;
    font-weight: 700;
    color: #404040;
}

.public-text {
    color: black;
    font-size: 18px;
}

.article-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.right-section {
    height: auto;
    width: 730px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.gisTutorials {
    width: 730px;
    height: auto;
}

.hidrography {
    background-position: top;
    background-attachment: fixed;
    background-image: url(/publicPageImages/hidrographyBG.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.hidrographyMenu {
    background-color: #f6f8ff;
    border-radius: 10px;
    box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
}

.hidro-link {
    font-weight: 700;
    font-size: 17px;
    padding: 0 10px 0 20px;
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #404040;
    border-radius: 0;
    transition: all 0.2s;
}

    .hidro-link:hover {
        background-color: #00B6F1;
        color: white;
    }

.hidrographyMenu .hidro-link.active {
    background-color: #00B6F1;
    color: white;
}

.downloadFile {
    font-weight: 700;
    font-size: 18px;
}

.about-us {
    background-position: center;
    background-attachment: fixed;
    background-image: url(/publicPageImages/aboutUs.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.aboutUsMenu {
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.2);
}

.account-item {
    display: inline;
}

.menu-hr {
    width: 90%;
    height: 1px;
    background-color: rgba(0,0,0,0.15);
    margin-left: auto;
    margin-right: auto;
}

.nav-link {
    border-radius: 0 !important;
}

.SIU-link {
    font-weight: 700;
    font-size: 17px;
    padding: 0 10px 0 20px;
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #404040;
    border-radius: 0;
    transition: all 0.2s;
}

    .SIU-link:hover {
        background-color: #00B6F1;
        color: white;
    }

.aboutUsMenu .SIU-link.active {
    background-color: #00B6F1;
    color: white;
}

.about-us-link {
    font-weight: 700;
    font-size: 17px;
    padding: 5px 10px 5px 20px;
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #404040;
    border-radius: 0;
    transition: all 0.2s;
}

    .about-us-link:hover {
        background-color: #2ED03C;
        color: white;
    }

.aboutUsMenu .about-us-link.active {
    background-color: #2ED03C;
    color: white;
}

.about-link {
    font-weight: 700;
    font-size: 17px;
    padding: 5px 10px 5px 40px;
    min-height: 55px;
    display: flex;
    align-items: center;
    color: #404040;
    border-radius: 0;
    transition: all 0.2s;
}

    .about-link:hover {
        background-color: #2ED03C;
        color: white;
    }

.aboutUsMenu .about-link.active {
    background-color: #2ED03C;
    color: white;
}

.submit-btn {
    background-color: #2ED03C;
    color: white;
    font-weight: 700;
    box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
    margin-right: 15px;
}

    .submit-btn:hover {
        background-color: #29AA2F;
        color: white;
        box-shadow: none;
    }

.illustration {
    display: flex;
    justify-content: center;
    align-items: start;
}

#siu-illustration {
    width: 300px;
    height: auto !important;
}

.arrowRight {
    color: #f6f8ff;
    padding-left: 20px;
    font-size: 20px;
}

.hp-map-section {
    min-height: 400px;
    background-position: left;
    background-image: url(/publicPageImages/mapSection.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 90;
    box-shadow: 1px -3px 20px 2px rgba(0, 0, 0, 0.15);
}

.black-layer {
    min-height: 400px;
    background-color: rgba(0,0,0,0.50);
}

.map-heading {
    color: white;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.map-descr {
    color: white;
    font-weight: 400;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.map-section-btn {
    color: white;
    font-weight: 700;
    border: solid 1px white;
    transition: all 0.2s;
}

    .map-section-btn:hover {
        color: white;
        background-color: #00B6F1;
        border-color: #00B6F1;
        outline: none;
    }


/*Contact page*/


.warning-side {
    font-size: 18px;
}

.warning1 {
    color: #404040;
}

.title-3 {
    font-weight: 700;
    font-size: 21px;
    color: #4171bc;
}

.title-4 {
    font-size: 19px;
    font-weight: 700;
    color: #4171bc;
    margin-bottom: 15px;
}

.contact-info-main {
    font-size: 18px;
}

.contact-info-sub {
    font-size: 15px;
    margin: 0;
}

.division {
    border: solid 1px rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 10px 10px;
}

.contact-hr {
    width: 100%;
    margin: 0;
}

.fa-user-shield, .fa-phone-alt, .fa-envelope, .map-pin {
    color: #2ED03C;
}

.contact-section {
    background-position: 100% 100%;
    background-attachment: fixed;
    background-image: url(/publicPageImages/hpformBG.jpeg);
    background-repeat: no-repeat;
    box-shadow: 1px -2px 7px 2px rgba(0, 0, 0, 0.5);
    background-size: cover;
}

.form-box {
    border-radius: 8px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.message {
    max-height: 150px;
    min-height: 40px;
}

.send-form-btn {
    margin-bottom: 3em;
    margin-top: .5em;
    background-color: #00B6F1;
    color: white;
    font-weight: 700;
    box-shadow: 1px 2px 8px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

    .send-form-btn:hover {
        background-color: #4171BC;
        color: white;
        box-shadow: none;
    }


/*Footer*/


footer {
    background: linear-gradient(180deg, rgba(246,248,255,1) 0%, rgba(246,248,255,1) 40%, rgba(212,215,222,1) 100%);
    box-shadow: 1px -3px 20px 2px rgba(0, 0, 0, 0.15);
    z-index: 100;
    position: relative;
}

.footer-link {
    list-style-type: none;
    margin-bottom: 7px;
    color: #4171BC;
}

.bold-footer {
    font-weight: 700;
}

.location-cont {
    display: flex;
}

.location {
    text-align: start;
    margin-left: auto;
}

.end-label {
    color: #404040;
    text-align: center;
}

.termsTitle1 {
    font-size: 30px !important;
    font-weight: 700;
    margin-top: 2.1em;
}

.termsTitle2 {
    font-size: 24px !important;
    font-weight: 700;
    margin-top: 1.5em;
}

.termsSubTitle {
    font-size: 22px !important;
    font-weight: 700;
    margin-top: 1em;
}

.termsText {
    font-size: 16px !important;
}

#website {
    position: fixed;
    right: -1000%;
}

#logout {
    padding: 0 !important;
}

.hp-box, .slick-track {
    overflow: hidden;
}

#logoutSubmit {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    color: #00B6F1;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px !important;
    width: 100%;
    display: flex;
    align-items: center;
}

    #logoutSubmit:hover {
        color: white;
    }


@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

@media (max-width: 1200px) {

    .publicMapNavItem {
        margin-left: 30px;
    }

    /*Hidrography & About page*/

    .right-section {
        height: auto;
        width: 500px;
        display: flex;
        justify-content: center;
    }

    .gisTutorials {
        width: 500px;
        height: auto;
    }

    .text-section {
        padding-left: 2em;
    }

    .illustration {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    #siu-illustration {
        width: 270px;
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .hp-nav-map-btn {
        margin-left: 30px;
        margin-right: 30px;
    }

    .hp-nav-login-btn {
        margin-left: 15px;
    }

    .aboutUsContainer {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .contactDetailsSection {
        justify-content: start;
    }

    .location-cont {
        display: flex;
    }

    .location {
        text-align: start;
        margin-left: auto;
    }
}

@media (max-width: 992px) {

    /*Ripple page*/

    .rks-logo {
        width: 240px;
        height: auto !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        image-rendering: auto;
    }

    .main-title {
        font-weight: 700;
        text-align: center;
        font-size: 33px;
        color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .main-description {
        text-align: center;
        font-weight: 400;
        font-size: 25px;
        color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .enter-btn {
        font-size: 18px;
        padding: 5px 35px;
    }

    /*Home page*/

    .greeting {
        margin-bottom: 25px;
        font-size: 28px;
        color: white;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .descr {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ntf {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .title-5 {
        font-size: 20px;
        color: white;
        font-weight: 700;
    }

    .group-features {
        color: white;
        font-weight: 400;
        font-size: 15px;
    }

    .siu-Surface, .siu-Lenght, .siu-WaterIncome, .siu-Volume, .siu-Exploitation {
        font-size: 17px;
    }

    .collapseBox {
        display: flex;
        
    }

    .publicMapNavItem {
        margin-left: 0;
    }

    .hp-login {
        margin: 0;
        padding: 5px;
        display: flex;
        justify-content: end;
    }

    .dropdown-menu.show {
        position: absolute;
        left: -70px;
    }

    .navbar-toggler {
        margin: 8px 3px;
    }

    .collapseBox {
        width: auto;
        margin-right: 15px;
        margin-left: 15px;
        display: flex;
        align-items: start;
        margin-bottom: 20px;
        border-top: 0.5px solid rgba(255,255,255,0.7);
    }

    .hidro-link, .SIU-link {
        min-height: 50px;
    }

    .hidrography {
        background-position: left;
        background-attachment: fixed;
        background-image: url(/publicPageImages/hidrographyBG.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .text-section {
        padding-left: 2em;
    }

    .title-1 {
        font-size: 26px;
        font-weight: 700;
        color: #404040;
    }

    .public-text {
        color: black;
        font-size: 16px;
    }

    .downloadFile {
        font-weight: 700;
        font-size: 16px;
    }

    .map-heading {
        font-size: 26px;
        color: white;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .map-descr {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .map-section-btn {
        font-size: 16px;
        color: white;
        font-weight: 700;
        border: solid 1px white;
        transition: all 0.2s;
    }

    .right-section {
        height: 200px;
        width: 387px;
        display: flex;
        justify-content: center;
    }

    .gisTutorials {
        width: 387px;
        height: auto;
    }

    .about-us {
        background-position: 30% 100%;
        background-attachment: fixed;
        background-image: url(/publicPageImages/aboutUs.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .aboutUsContainer {
        justify-content: space-between;
    }

    .aboutUsContainer {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .illustration {
        padding-bottom: 1.5em;
    }

    #siu-illustration {
        width: 280px;
        height: auto !important;
    }

    /*Contact page*/

    .contact-section {
        background-position: 88% 100%;
        background-attachment: fixed;
        background-image: url(/publicPageImages/hpformBG.jpeg);
        background-repeat: repeat;
        box-shadow: 1px -2px 7px 2px rgba(0, 0, 0, 0.5);
        background-size: cover;
    }

    .send-form-btn {
        margin-bottom: 1em;
        font-size: 16px;
    }

    .warning-side {
        font-size: 16px;
    }

    .title-3 {
        font-weight: 700;
        font-size: 20px;
        color: #4171bc;
    }

    .title-4 {
        font-size: 19px;
        font-weight: 700;
        color: #4171bc;
        margin-bottom: 15px;
    }

    .contact-info-main {
        font-size: 16px;
    }

    .contact-info-sub {
        font-size: 15px;
        margin: 0;
    }

    .contactDetailsSection {
        justify-content: center;
    }

    /*Footer*/

    .footer-link {
        font-size: 16px;
        list-style-type: none;
        margin-bottom: 7px;
        color: #4171BC;
    }

    .location-cont {
        display: flex;
    }

    .location {
        font-size: 16px;
        text-align: start;
        margin-left: auto;
    }

    .end-label {
        font-size: 16px;
        color: #404040;
        text-align: center;
    }

    .termsTitle1 {
        font-size: 28px !important;
        font-weight: 700;
        margin-top: 1.5em;
    }

    .termsTitle2 {
        font-size: 24px !important;
        font-weight: 700;
        margin-top: 1.3em;
    }

    .termsSubTitle {
        font-size: 22px !important;
        font-weight: 700;
        margin-top: 1em;
    }

    .termsText {
        font-size: 15px !important;
    }
}

@media (min-width: 768px) {
    .hp-main {
        align-items: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hidrographyMainContainer {
        justify-content: space-between;
    }

    .locationTextFooter {
        margin-bottom: 1em;
    }

    .arpl {
        margin-bottom: 1em;
    }

    .contactSectionContainer {
        padding: 0;
    }

    .report-section {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

@media (max-width: 768px) {

    /*Ripple page*/

    .rks-logo {
        width: 210px;
        height: auto !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        image-rendering: auto;
    }

    .main-title {
        font-weight: 700;
        text-align: center;
        font-size: 30px;
        color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .main-description {
        text-align: center;
        font-weight: 400;
        font-size: 22px;
        color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .enter-btn {
        font-size: 18px;
        padding: 5px 30px;
    }

    /*Home page*/

    .logo-arpl {
        width: 110px;
    }

    .logo-rks {
        width: 120px;
    }

    .publicMapNavItem {
        margin-top: 8px;
    }

    .collapseBox {
        display: flex;
        width: auto;
    }

    .navbar-toggler {
        margin: 8px 3px;
    }

    .hp-login {
        margin: 0;
        padding: 5px;
        display: flex;
        justify-content: end;
    }

    .dropdown-menu.show {
        position: absolute;
        left: -70px;
    }

    .greeting {
        margin-bottom: 25px;
        font-size: 26px;
        color: white;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .descr {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ntf {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .slider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title-5 {
        font-size: 20px;
        color: white;
        font-weight: 700;
    }

    .group-features {
        color: white;
        font-weight: 400;
        font-size: 15px;
    }

    .siu-Surface, .siu-Lenght, .siu-WaterIncome, .siu-Volume, .siu-Exploitation {
        font-size: 17px;
    }

    /*Hidrography & About page*/

    .arrowRight {
        color: #f6f8ff;
        padding: 0;
        margin: 0;
        font-size: 20px;
        transform: rotate(90deg);
    }

    .title-1 {
        font-size: 25px;
        font-weight: 700;
        color: #404040;
    }

    .public-text {
        color: black;
        font-size: 17px;
    }

    .downloadFile {
        font-weight: 700;
        font-size: 17px;
    }

    .left-section {
        padding-left: 30px
    }

    .map-heading {
        font-size: 26px;
        color: white;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .map-descr {
        color: white;
        font-weight: 400;
        font-size: 20px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .map-section-btn {
        font-size: 17px;
        color: white;
        font-weight: 700;
        border: solid 1px white;
        transition: all 0.2s;
    }

    .hidrography {
        background-position: left;
        background-attachment: fixed;
        background-image: url(/publicPageImages/hidrographyBG.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .hidrographyMainContainer {
        margin: 2.5em 0;
    }

    .hidrographySection {
        margin-bottom: 40px;
        margin-left: 30px;
    }

    .hidro-link, .SIU-link {
        min-height: 45px;
    }

    .right-section {
        height: 300px;
        width: 475px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .gisTutorials {
        width: 475px;
        height: auto;
    }

    .mapSectionContainer, .aboutUsContainer {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .locationTextFooter {
        margin-bottom: .5em;
    }

    .manageMainPage {
        padding-top: 25px;
    }

    .aboutUsContainer {
        justify-content: center;
    }

    .aboutUsSection {
        margin-bottom: 40px;
    }

    .dep-info {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .illustration {
        padding-bottom: 1.5em;
    }

    #siu-illustration {
        width: 280px;
        height: auto !important;
    }

    .about-us {
        background-position: 30% 100%;
        background-attachment: fixed;
        background-image: url(/publicPageImages/aboutUs.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    /*Contact page*/

    .contact-section {
        background-position: 75% 100%;
        background-attachment: fixed;
        background-image: url(/publicPageImages/hpformBG.jpeg);
        background-repeat: repeat;
        box-shadow: 1px -2px 7px 2px rgba(0, 0, 0, 0.5);
        background-size: cover;
    }

    .report-section {
        padding-top: 2em;
    }

    .send-form-btn {
        margin-bottom: 1em;
        font-size: 16px;
    }

    .warning-side {
        font-size: 16px;
    }

    .title-3 {
        font-weight: 700;
        font-size: 20px;
        color: #4171bc;
    }

    .title-4 {
        font-size: 19px;
        font-weight: 700;
        color: #4171bc;
        margin-bottom: 15px;
    }

    .contact-info-main {
        font-size: 16px;
    }

    .contact-info-sub {
        font-size: 15px;
        margin: 0;
    }

    /*Footer*/

    .footer-link {
        font-size: 15px;
        list-style-type: none;
        margin-bottom: 7px;
        color: #4171BC;
    }

    .location-cont {
        display: block;
    }

    .location {
        font-size: 15px;
        text-align: start;
        margin-right: auto !important;
    }

    .end-label {
        font-size: 15px;
        color: #404040;
        text-align: center;
    }

    .termsTitle1 {
        font-size: 26px !important;
        font-weight: 700;
        margin-top: 1.5em;
    }

    .termsTitle2 {
        font-size: 24px !important;
        font-weight: 700;
        margin-top: 1.3em;
    }

    .termsSubTitle {
        font-size: 22px !important;
        font-weight: 700;
        margin-top: 1em;
    }

    .termsText {
        font-size: 15px !important;
    }
}

@media (max-width: 576px) {

    /*Ripple page*/

    .rks-logo {
        width: 200px;
        height: auto !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        image-rendering: auto;
    }

    .main-title {
        font-weight: 700;
        text-align: center;
        font-size: 28px;
        color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .main-description {
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        color: black;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .enter-btn {
        font-size: 16px;
        padding: 5px 30px;
    }

    /*Home page*/

    .logo-arpl {
        width: 90px;
    }

    .logo-rks {
        width: 100px;
    }

    .publicMapNavItem {
        margin-top: 15px;
    }

    .hp-login {
        margin: 0;
        padding: 5px;
        display: flex;
        justify-content: end;
        margin-top: 10px;
    }

    .collapseBox {
        display: flex;
        width: auto;
    }

    .navbar-toggler {
        margin: 5px 3px;
    }

    .dropdown-menu.show {
        position: absolute;
        left: -70px;
    }

    .greeting {
        margin-bottom: 25px;
        font-size: 24px;
        color: white;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .descr {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    #hp-about-btn {
        font-size: 15px;
        color: #2ED03C;
        font-weight: 700;
        text-decoration: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ntf {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .hp-contact-btn {
        font-size: 15px;
        color: white;
        font-weight: 700;
        border: solid 1px white;
    }

    .slider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title-5 {
        font-size: 18px;
        color: white;
        font-weight: 700;
    }

    .group-features {
        color: white;
        font-weight: 400;
        font-size: 13px;
    }

    .siu-Surface, .siu-Lenght, .siu-WaterIncome, .siu-Volume, .siu-Exploitation {
        font-size: 15px;
    }

    /*Hidrography & About page*/

    .title-1 {
        font-size: 20px;
        font-weight: 700;
        color: #404040;
    }

    .public-text {
        color: black;
        font-size: 15px;
    }

    .hidrography {
        background-position: left;
        background-attachment: fixed;
        background-image: url(/publicPageImages/hidrographyBG.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .hidrographyMainContainer {
        margin: 2em 0;
    }

    .hidrographySection {
        margin-bottom: 40px;
        margin-left: 30px;
    }

    .hidro-link, .SIU-link {
        font-size: 17px;
        min-height: 40px;
    }

    .arrowRight {
        color: #f6f8ff;
        padding: 0;
        margin: 0;
        font-size: 20px;
        transform: rotate(90deg);
    }

    .downloadFile {
        font-weight: 700;
        font-size: 15px;
    }

    .left-section {
        padding-left: 30px
    }

    .right-section {
        width: 465px;
        height: 204px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .gisTutorials {
        width: 465px;
        height: 204px;
    }

    .mapSectionContainer, .aboutUsContainer {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .map-heading {
        font-size: 22px;
        color: white;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .map-descr {
        color: white;
        font-weight: 400;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .map-section-btn {
        font-size: 15px;
        color: white;
        font-weight: 700;
        border: solid 1px white;
        transition: all 0.2s;
    }

    .about-us {
        background-position: 30% 100%;
        background-attachment: fixed;
        background-image: url(/publicPageImages/aboutUs.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        position: relative;
    }

    .aboutUsSection {
        margin-bottom: 40px;
    }

    .illustration {
        padding-bottom: 1.5em;
    }

    #siu-illustration {
        width: 250px;
        height: auto !important;
    }

    /*Contact page*/

    .contact-section {
        background-position: right;
        background-image: url(/publicPageImages/hpformBG.jpeg);
        background-repeat: no-repeat;
        box-shadow: 1px -2px 7px 2px rgba(0, 0, 0, 0.5);
        background-size: cover;
        image-rendering: auto;
    }

    .warning-side {
        font-size: 16px;
    }

    .send-form-btn {
        margin-bottom: .8em;
        font-size: 15px;
    }

    .title-3 {
        font-weight: 700;
        font-size: 19px;
        color: #4171bc;
    }

    .title-4 {
        font-size: 18px;
        font-weight: 700;
        color: #4171bc;
        margin-bottom: 15px;
    }

    .contact-info-main {
        font-size: 16px;
    }

    .contact-info-sub {
        font-size: 14px;
        margin: 0;
    }

    /*Footer*/

    .footer-link {
        font-size: 15px;
        list-style-type: none;
        margin-bottom: 7px;
        color: #4171BC;
    }

    .location-cont {
        display: block;
    }

    .location {
        font-size: 15px;
        text-align: start;
        margin-right: auto !important;
    }

    .end-label {
        font-size: 15px;
        color: #404040;
        text-align: center;
    }

    .termsTitle1 {
        font-size: 24px !important;
        font-weight: 700;
        margin-top: 1.5em;
    }

    .termsTitle2 {
        font-size: 22px !important;
        font-weight: 700;
        margin-top: 1.3em;
    }

    .termsSubTitle {
        font-size: 20px !important;
        font-weight: 700;
        margin-top: 1em;
    }

    .termsText {
        font-size: 14px !important;
    }
}

@media (max-width: 460px) {

    .gisTutorials {
        width: 395px;
        height: auto;
    }
}

@media (max-width: 414px) {

    .gisTutorials {
        width: 355px;
        height: auto;
    }
}

@media (max-width: 375px) {

    .gisTutorials {
        width: 315px;
        height: auto;
    }
}

@media (max-width: 320px) {

    .gisTutorials {
        width: 280px;
        height: auto;
    }
}