#felix1, #felix2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    min-width: 300px;
    min-height: 300px;
    z-index: 500000;
}

.Gclose {
    cursor: pointer;
    float: right;
    margin: -20px -20px 0 0;
}

.Gleftzone {
    width: 20%;
    height: 100%;
    float: left;

}

.Grightzone {
    width: 20%;
    height: 100%;
    float: right;
}

.imga {
    width: 60%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 0;

    float: left;
    /*background-color: white;*/


    text-align: center;

}

.imga3 {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 0;
    vertical-align: middle;



}

.imga3 td {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 0;
    vertical-align: middle;

}

.imga4 {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 0;
    vertical-align: middle;


}

.imga2 {
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    padding: 0;
    line-height: 0;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: black;


}


.Gfotocol {
    background: white;
    width: 40px;
    border: solid 1px black;
    height: 40px;
    text-align: center;
    padding: 10px 5px 0px 5px;
    color: gray;
    float: right;
    font-weight: bold;
}

.Gcurrfoto {
    /*background: white;*/
    width: 40px;

    height: 40px;
    text-align: center;
    padding: 10px 5px 0px 5px;
    color: gray;
    position: absolute;
    visibility: hidden;
}

.Gprev {
    float: left;
    margin: 0 0 0 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    background-image: url("../../i/gol2.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.2);

    transition: 0.1s linear;
}

.Gprev:hover {
    background-size: 60px;
    background-color: rgba(0, 0, 0, 0.5);
}

.Gnext {
    float: right;
    margin: 0 0 0 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    background-image: url("../../i/gor2.png");
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.2);

    transition: 0.1s linear;
}

.Gnext:hover {
    background-size: 60px;
    background-color: rgba(0, 0, 0, 0.5);
}

#gallery {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    clear: right;

}

.gitem {
    list-style: none;
    margin: 10px 5px 5px 0;
    padding: 0;
    float: left;
    width: 31%;
    height: 230px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    overflow: hidden;


}

.gitem-adm {
    list-style: none;
    margin: 5px;
    padding: 5px;
    float: left;
    width: 28%;
    height: 280px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border: solid 1px gray;

}

.gitemVideo {
    list-style: none;
    margin: 0 0 20px 20px;
    padding: 0;
    float: left;
    width: 41%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.gitem-red {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 33%;
    height: 200px;
    overflow: hidden;
    text-align: center;

    overflow: hidden;


}

.RDSGphdesc {
    padding: 0 20px 0 20px;
}

#RDSGbigdesc {
    background: black;
    padding: 20px 200px 20px 20px;
    color: #ebebeb;
    text-align: left;
    border-bottom: solid 3px skyblue;
    font-size: 16pt;
}

.RDSGphotocontainer {
    width: 90%;
    height: 230px;
    display: -moz-inline-box;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;


}

.gitemred {
    list-style: none;
    margin: 0 5px 5px 0;
    padding: 0;
    float: left;
    padding: 10px;
    width: 19%;
    height: 430px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    background: black;

}

.phviewrej {
    margin: 0 0 0 0;

}

.phredrej {
    height: 50%;
}

.closer {
    float: right;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 50px;
    background-image: url("../../i/cross.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.closer:hover {
    float: right;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    background-image: url("../../i/cross.png");
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

/*----------pop-up-v2--------------*/
.popup-v2{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);

    flex-flow: column nowrap;
    box-sizing: border-box;
}
.popup-v2-on{
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);

    flex-flow: column nowrap;
    box-sizing: border-box;
}
.popup-v2-top-line{
    display: flex;
    height: 10%;
    width: 100%;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.popup-v2-central-line{
    display: flex;
    flex: 1;
    width: 100%;
    line-height: 0;
    overflow: auto;
    padding: 0;
    margin: 0;

}
.popup-v2-bottom-line{
    display: flex;
    height: 10%;
    width: 100%;

}






.popup-v2-central-line-left{
    display: flex;
    width: 10%;

}
.popup-v2-central-line-content{
    display: flex;
    flex-flow: column nowrap;
    background-color: #ebebeb;
    flex: 1;
    line-height: 30px;
    color: black;
    text-align: left;
    font-size: 15pt;
    overflow: auto;
    padding: 20px;
    border-radius: 10px;

}
.popup-v2-central-line-content-vertical{
    display: flex;
    flex-flow: column nowrap;
    background-color: #ebebeb;
    align-items: center;
    justify-content: center;
    flex: 1;
    line-height: 30px;
    color: black;
    font-size: 15pt;
    overflow: auto;
    padding: 20px;

}
.popup-v2-central-line-right{
    display: flex;
    width: 10%;
}





.no-scroll2 {
    overflow: hidden;
}
/*---------------------------------*/

@media only screen and (max-width: 1000px) {
    .Gleftzone {
        width: 0px;
        height: 100%;
        float: left;

    }

    .imga {
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
        padding: 0;
        line-height: 0;

        float: left;
        /*background-color: white;*/


        text-align: center;

    }

    .Grightzone {
        width: 0px;
        height: 100%;
        float: right;
    }
}