#felix1{
	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;
        border-left: solid 5px white;
	border-right: solid 5px white;
	border-top: solid 5px white;
	border-bottom: solid 50px white;

	
}
.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: white;

	
}








.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;
}

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

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

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


            text-align: center;

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