.header,.footer{
    position:relative;
    width:100%;
    z-index:9;
}
@media (max-width:900px){
    .mobileHeader,.desktopHeader{
        display:block;
    }
    .desktopOnly{
        display:none;
    }
    .mobileOnly{
        display:block;
    }
    #languages{
        position:absolute;
        top:6%;
        right:1%;
        z-index:9;
    }
    #languages .option{
        width:40px;
        height:40px;
        padding-top:0px;
        border:1px solid #93C123;
    }
}
@media (min-width:900px){
    .mobileHeader,.desktopHeader{
        display:none;
    }
    .desktopOnly{
        display:block;
    }
    .mobileOnly{
        display:none;
    }
    #languages{
        position:fixed;
        top:5%;
        right:3%;
        z-index:999;
    }
    #languages .option{
        width:50px;
        height:50px;
        padding-top:5px;
        border:1px solid #93C123;
    }
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

@media(max-width:900px){
    #leftBanner{
        display:none;
    }
    #mobileMenu{
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        z-index:9999;
        background:#FFFAD8;
    }
    #mobileMenu .tab{
        padding:10px 20px;
    }
    #mobileMenu .tabActive{
        background:#93C123;
    }
    #mobileHeader{
        padding:15px 15px 10px 15px;
        box-shadow:2px 2px 10px 4px #A9A9A9;
    }
    #mobileMap{
        position:relative;
        width:100%;
        height:auto;
        overflow-x:hidden;
    }
    #mobileMap .city{
        position:relative;
        padding:5px 15px;
        margin-top:5px;
        background:#FFFAD8;
    }
    #mobileMap #bottomSupporters{
        position:relative;
        padding:25px 15px;
    }
    #svgMap{
        display:none;
    }

    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #mediaContainer{
        position:relative;
        padding:30px 20px;
        background:#FFFAD8;
    }

    #mediaContainer #flowersMedia, #mediaContainer #flowersMediaEn, #mediaContainer #flowersMediaOpacity, #mediaContainer #flowersMediaOpacityEn{
        display:none;
    }
    #mediaContainer #section1{
        position:relative;
    }
    #mediaContainer #section2{
        position:relative;
        width:100%;
        margin-top:20px;
    }
    #mediaContainer #section2 .audio{
        padding:15px 0px;
        border-top:1px solid #93C123;
    }
    #mediaContainer #section2 .audio:last-child{
        border-bottom:1px solid #93C123;
    }
    #mediaContainer #section3{
        position:relative;
    }

    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #articlesContainer{
        position:relative;
        padding:30px 20px;
        background:#FFF;
    }
    #articlesContainer .flowers{
        display:none;
    }
    #articlesContainer #section1{
        position:relative;
    }
    #articlesContainer #section1 .orangeLine{
        margin-top:10px;
        width:240px;
        height:10px;
        background:#F6931D;
    }
    #articlesContainer #section1 .redLine{
        width:170px;
        height:10px;
        margin-top:10px;
        background:#BC1B2E;
    }
    #articlesContainer #section1 .blueLine{
        width:140px;
        height:10px;
        margin-top:10px;
        background:#2190B7;
    }
    #articlesContainer #section2{
        position:relative;
        width:100%;
        margin-top:30px;
    }

    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #contactusContainer{
        position:relative;
        padding:30px 20px;
        background:#FFF;
    }
    #contactusContainer .flowers{
        display:none;
    }
    #contactusContainer #section1{
        position:relative;
    }
    #contactusContainer #section1 .purpleLine{
        width:110px;
        height:10px;
        margin-top:10px;
        background:#8323B5;
    }
    #contactusContainer #section2{
        position:relative;
        width:100%;
        padding-top:30px;
    }
}
@media(min-width:900px){
    #leftBanner{
        position:fixed;
        top:0px;
        left:0px;
        width:20%;
        height:100%;
        padding:30px 0px;
        background:#FFFAD8;
        z-index:999;
        box-shadow:2px 2px 10px 4px #A9A9A9;
    }
    #leftBanner #logo{
        width:calc(100% - 90px);
        margin:0px 45px;
    }
    #leftBanner .tab{
        padding:5px 40px;
    }
    #leftBanner .tab:hover{
        background:#93C123;
    }
    #leftBanner .tabActive{
        background:#93C123;
    }
    #leftBanner #bottomSupporters{
        position:absolute;
        bottom:0px;
        left:0px;
        width:100%;
        height:auto;
        padding:0px 40px 20px 40px;
        z-index:99;
    }
    #leftBanner #bottomPattern{
        position:absolute;
        bottom:0px;
        left:0px;
        width:140px;
        height:180px;
        background:url("../images/patterns/flowers-menu.png") left no-repeat;
        background-size:cover;
        display:block;
        z-index:999;
    }
    #leftBanner #bottomPatternEn{
        position:absolute;
        bottom:0px;
        right:0px;
        width:140px;
        height:180px;
        background:url("../images/patterns/flowers-menu-en.png") left no-repeat;
        background-size:cover;
        display:block;
        z-index:999;
    }
    #mobileMenu{
        display:none;
    }
    #mobileMap{
        display:none;
    }

    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #svgMap{
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        z-index:99;
        overflow:hidden;
    }
    #svgMap svg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        direction: ltr;
        z-index: 1;
    }

    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #mediaContainer{
        position:fixed;
        top:0px;
        right:0px;
        width:80%;
        height:100%;
        padding:0px 80px;
        z-index:99;
        overflow:hidden;
        background:#FFFAD8;
    }
    #mediaContainer #flowersMedia{
        position:absolute;
        top:30px;
        left:0px;
        width:100px;
        height:270px;
        background:url("../images/patterns/flowers-media.png") center no-repeat;
        background-size:cover;
        z-index:-1;
    }
    #mediaContainer #flowersMediaEn{
        position:absolute;
        top:30px;
        right:0px;
        width:100px;
        height:270px;
        background:url("../images/patterns/flowers-media-en.png") center no-repeat;
        background-size:cover;
        z-index:-1;
    }
    #mediaContainer #flowersMediaOpacity{
        position:absolute;
        top:0px;
        right:0px;
        width:200px;
        height:270px;
        background:url("../images/patterns/flowers-media-opactiy.png") center no-repeat;
        background-size:cover;
        z-index:-1;
    }
    #mediaContainer #flowersMediaOpacityEn{
        position:absolute;
        top:0px;
        left:0px;
        width:200px;
        height:270px;
        background:url("../images/patterns/flowers-media-opactiy-en.png") center no-repeat;
        background-size:cover;
        z-index:-1;
    }
    #mediaContainer #section1{
        position:relative;
        padding:50px 0px;
    }
    #mediaContainer #section2{
        position:relative;
        width:100%;
        overflow-y:scroll;
        overflow-x:hidden;
    }
    #mediaContainer #section2 .audio{
        padding:20px !important;
        border-top:1px solid #93C123 !important;
    }
    #mediaContainer #section2 .audio:last-child{
        border-bottom:1px solid #93C123 !important;
    }
    #mediaContainer #section3{
        position:relative;
        padding:50px 0px;
    }
    #mediaContainer #section3 #audioPlayerDesktop{
        margin-left:25px;
    }
    #mediaContainer #section3 #audioPlayerDesktop .header{
        padding:5px;
        width:100%;
        background:#39CBFF;
    }
    #mediaContainer #section3 #audioPlayerDesktop audio{
        background:#BEBEC6;
    }
    audio::-webkit-media-controls-play-button,
    audio::-webkit-media-controls-panel {
        background-color: #BEBEC6;
        color: #000;
    }

    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #articlesContainer{
        position:fixed;
        top:0px;
        right:0px;
        width:80%;
        height:100%;
        padding:0px 80px;
        z-index:99;
        overflow:hidden;
        background:#FFF;
    }
    #articlesContainer .flowers{
        position:absolute;
        bottom:0px;
        left:0px;
        width:200px;
        height:410px;
        z-index:-1;
    }
    #articlesContainer .flowersOrange{
        background:url("../images/patterns/flowers-orange.png") center no-repeat;
        background-size:cover;
    }
    #articlesContainer .flowersBlue{
        background:url("../images/patterns/flowers-blue.png") center no-repeat;
        background-size:cover;
        z-index:-1;
    }
    #articlesContainer .flowersEn{
        position:absolute;
        bottom:0px;
        right:0px;
        width:200px;
        height:410px;
        z-index:-1;
    }
    #articlesContainer .flowersOrangeEn{
        background:url("../images/patterns/flowers-orange-en.png") center no-repeat;
        background-size:cover;
    }
    #articlesContainer .flowersBlueEn{
        background:url("../images/patterns/flowers-blue-en.png") center no-repeat;
        background-size:cover;
        z-index:-1;
    }
    #articlesContainer #section1{
        position:relative;
        padding:50px 0px;
    }
    #articlesContainer #section1 .orangeLine{
        margin-top:15px;
        width:360px;
        height:10px;
        background:#F6931D;
    }
    #articlesContainer #section1 .redLine{
        margin-top:15px;
        width:250px;
        height:10px;
        background:#BC1B2E;
    }
    #articlesContainer #section1 .blueLine{
        margin-top:15px;
        width:200px;
        height:10px;
        background:#2190B7;
    }
    #articlesContainer #section2{
        position:relative;
        width:90%;
        overflow-y:scroll;
    }



    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/

    #contactusContainer{
        position:fixed;
        top:0px;
        right:0px;
        width:80%;
        height:100%;
        padding:0px 80px;
        z-index:99;
        overflow:hidden;
        background:#FFF;
    }
    #contactusContainer .flowers{
        position:absolute;
        bottom:0px;
        left:0px;
        width:200px;
        height:410px;
        z-index:-1;
    }
    #contactusContainer .flowersPurple{
        background:url("../images/patterns/flowers-purple.png") center no-repeat;
        background-size:cover;
    }
    #contactusContainer .flowersEn{
        position:absolute;
        bottom:0px;
        right:0px;
        width:200px;
        height:410px;
        z-index:-1;
    }
    #contactusContainer .flowersPurpleEn{
        background:url("../images/patterns/flowers-purple-en.png") center no-repeat;
        background-size:cover;
    }
    #contactusContainer #section1{
        position:relative;
        padding:50px 0px;
    }
    #contactusContainer #section1 .purpleLine{
        margin-top:15px;
        width:200px;
        height:10px;
        background:#8323B5;
    }
    #contactusContainer #section2{
        position:relative;
        width:100%;
        padding-top:100px;
    }

}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 9999;

}@media(max-width:900px){
    .popup .content {
        position: relative;
        margin: 0 auto;
        margin-top: 150px;
        width: 90%;
        padding:50px 20px;
        background:rgba(255,255,255,.8);
    }
}
@media(min-width:900px){
    .popup .content {
        position: relative;
        margin: 0 auto;
        margin-top: 150px;
        width: 800px;
        padding: 50px;
        background:rgba(255,255,255,.8);
    }
}
.popup .content .closeBtn {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    background: url(../images/close.png) center no-repeat;
    background-position: cover;
    z-index: 999;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

#popupAudioPlayer #audioPlayerMobile .header{
    padding:5px;
    width:100%;
    background:#39CBFF;
}
#popupAudioPlayer #audioPlayerMobile audio{
    background:#BEBEC6;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: #BEBEC6;
    color: #000;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
#popupMsg{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:999;
    overflow:hidden;
}
@media(max-width:900px){
    #popupMsg .content{
        position:relative;
        margin:0px auto;
        margin-top:100px;
        width:80%;
        padding:50px 0px;
        background:#FFF;
    }
}
#popupMsg .closeBtnEn{
    position:absolute;
    top:15px;
    right:15px;
    width:20px;
    height:20px;
    background:url("../images/close.png") center no-repeat;
    background-size: cover;
}
#popupMsg .closeBtnAr{
    position:absolute;
    top:15px;
    left:15px;
    width:20px;
    height:20px;
    background:url("../images/close.png") center no-repeat;
    background-size: cover;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

@media(max-width:900px){
    #popupMapLoader{
        position:fixed;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        padding-top:150px;
        background:rgba(255,255,255,0.8);
        z-index:9999;
        overflow:none;
    }
}
@media(min-width:900px){
    #popupMapLoader{
        position:fixed;
        top:0px;
        right:0px;
        width:80%;
        height:100%;
        padding-top:calc(20% - 100px);
        background:rgba(255,255,255,0.8);
        z-index:9999;
        overflow:none;
    }
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

#popupMedia{
    position:fixed;
    top:0px;
    right:0px;
    width:80%;
    height:80%;
    padding:30px 50px;
    background:rgba(0,0,0,0.65);
    z-index:9999;
    overflow:none;
}
#popupMedia .closeBtn{
    width:40px;
    height:40px;
    margin:0px 1.5%;
    background:url("../images/closeBtn.png") center no-repeat;
    background-size: cover;
    z-index:99999;
}
#popupMedia #audios{
    position:relative;
    height:calc(100% - 100px);
    overflow-y:scroll;
    /*background:#F00;*/
}
#popupMedia #audios .audioFile , #popupMedia #audios .videoFile{
    float:right;
    width:22%;
    margin:10px 1.5%;
    padding:10px 10px;
    border-radius:10px;
    background:#FFFAD8;
}
#popupMedia #audios .audioFile .image , #popupMedia #audios .videoFile .image{
    float:right;
    width:70px;
}
#popupMedia #audios .audioFile .title , #popupMedia #audios .videoFile .title{
    float:right;
    width:calc(100% - 70px);
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

#mediaPlayerPopup{
    position:fixed;
    bottom:0px;
    right:0px;
    width:80%;
    height:20%;
    padding:20px 50px;
    background:rgba(0,0,0,0.65);
    border-top:1px solid #BEBEC6;
    z-index:9999;
    overflow:hidden;
}
#mediaPlayerPopup #closeBtn{
    position:absolute;
    top:0px;
    left:15px;
    width:40px;
    height:40px;
    background:url("../images/closeBtn.png") center no-repeat;
    background-size:40px 40px;
    z-index:999;
}
#mediaPlayerPopup #maximizeBtn{
    position:absolute;
    top:0px;
    left:15px;
    width:40px;
    height:40px;
    background:url("../images/maximizeBtn.png") center no-repeat;
    background-size:40px 40px;
    z-index:999;
}
#mediaPlayerPopup #maximizeBtn:hover{
    background:url("../images/maximizeBtn2.png") center no-repeat;
    background-size:40px 40px;
}
#mediaPlayerPopup #audioPlayerDesktop .header{
    padding:5px;
    width:100%;
    background:#39CBFF;
}
#mediaPlayerPopup #audioPlayerDesktop audio{
    background:#BEBEC6;
}
#mediaPlayerPopup #socialIcons{
    position: absolute;
    bottom:0px;
    right:0px;
    width:60%;
    padding:15px 20px;
}
#mediaPlayerPopup #socialIcons .facebookShare{
    width:30px;
    height:30px;
    border:0px;
    outline:none;
    background:url("../images/share-facebook.png") center no-repeat;
    background-size:cover;
}
#mediaPlayerPopup #socialIcons .emailShare{
    width:30px;
    height:30px;
    border:0px;
    outline:none;
    background:url("../images/share-email.png") center no-repeat;
    background-size:cover;
}

#mediaPlayerPopup #socialIcons .urlShare{
    width:30px;
    height:30px;
    border:0px;
    outline:none;
    background:url("../images/share-url.png") center no-repeat;
    background-size:cover;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

#popupShareURL{
    position:fixed;
    top:calc(40% - 50px);
    right:20%;
    width:40%;
    height:100px;
    padding:20px 50px;
    background:#FFF;
    z-index:999999;
    box-shadow:2px 2px 10px 4px #A9A9A9;
    overflow:hidden;
}
#popupShareURL #closeBtn{
    position:absolute;
    top:15px;
    left:15px;
    width:20px;
    height:20px;
    background:url("../images/close.png") center no-repeat;
    background-size:20px 20px;
    z-index:999;
}