﻿.js_section {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.44);
    z-index: 9;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .js_section .section__logo {
        text-align: right;
    }

        .js_section .section__logo img {
            position: absolute;
            top: -77px;
        }

.dnnEditState .js_section {
    display: none;
}
.section.section--two {
    background: url(/Portals/_default/Skins/Rodiba/Images/section2-pt.png) repeat !important;
}
.section.section--four{
    background:url(/Portals/_default/Skins/Rodiba/Images/section2-pt.png) repeat !important;
}
.section.section--three {
    background: url(/Portals/_default/Skins/Rodiba/Images/section3-bg.png) repeat !important;
}
    .section.section--four .rodiba-inner-center__container .head-contents__container .Head {
        font-size: 16px;
        line-height: 29px;
        background: url(/Portals/_default/Skins/Rodiba/Images/section2-pt.png) repeat;
    }

        .section.section--four .rodiba-inner-center__container .head-contents__container .Head:before {
            content: "Last News";
            letter-spacing: -3px;
            font-size: 41px;
        }
.section.section--footer {
    background-image: url(/Portals/_default/Skins/Rodiba/Images/section3-bg.png) !important;
    position: relative;
    background-repeat: repeat;
}
.ContactUsPane {
    border-bottom: 10px solid #ffcc00;
    position: relative;
}
.triangle-arrow-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 32px solid #ffcc00;
    position: absolute;
    left: 50%;
    z-index: 99;
    bottom: -33px;
    transform: translate(-50%,0);
}
@media(min-width:992px) {

    .map__container {
        height: 85vh;
    }

    .footer__container {
        height: 15vh;
    }

}
@media(max-width:992px) {
    .SectionTwoPane {
        padding: 0px;
        padding-top: 17px;
    }
    .section.section--three {
        padding-bottom: 10px !important;
    }
    .section.section--four {
        padding-bottom: 10px !important;
    }
    /*.slider__container img {
        width: 143px;
    }

    .section.section--one {
        padding: 0 !important;
    }

    .SectionTwoTopPane {
        height: auto;
        padding-top: 17px;
    }

    */
}
html[lang=en-US] .section.section--four .rodiba-inner-center__container .head-contents__container .Head {
    line-height: 46px;
}
html[lang=en-US] .dnnModuleDialog .dnnDialogTitle .search-container {
    right: 68px;
    left: auto;
}