body{
    background-color: #eee;
    overflow-x: hidden;
    direction: rtl;
    position: relative;
    background-image: url('../img/w_img/zg.png');
    box-sizing: border-box;
}
*{
    padding: 0;
    margin: 0;
    text-decoration:none;
}
a{
   color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
.ph-container{
	max-width: 1400px;position: relative;margin: auto;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    display: grid;
    grid-template-columns:320px 1fr;
    background-color: #006097;
    padding:0px 5px;
    vertical-align: middle;
    transition: all 20s ease-out;
    border: 0px;
	border-bottom: 3px solid #0280c9;
}
#header-margin{
    margin-top: 90px;
}
.header div:nth-child(1){
    margin: 5px;
	font-family: PNU;
	font-size: 25px;
	color: #fff;
}
.header div:nth-child(1) p{
    display: inline-block;
    vertical-align: middle;
}
.header div:nth-child(1) #headerLogo{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #006097;
    background-color: #fff;
}
.header div:nth-child(1){
    vertical-align: middle;
    padding-right: 10px;
}
.header div:nth-child(1) p img[data="1"]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
	max-width: 100%;
}
.header div:nth-child(1) p img[data="2"]{
    max-width: 250px;
    position: relative;
    bottom: -5px;
    right: -10px;
}
.header div:nth-child(2) {
    direction: ltr;
    font-family: PNU;
    color: #006097;
    vertical-align: middle;
    display: grid;
    grid-template-columns: repeat(9,1fr);
}
.header div:nth-child(2) div{
    display: inline-block;
    text-align: center;
    margin: 0;
    vertical-align: top;
}
.header .merja-section{
    position: relative;
    padding: 5px 0;
    text-align: center;
    border-left: 1px solid #ddd;
    overflow: hidden;
}
.header div:nth-child(2) div:nth-child(1){
    border:0px;
}
.header div:nth-child(2) div:nth-child(9){
    border-left: 1px solid #ddd;
}
.header .merja-section p{
    display: block;
}
.header .merja-section img{
    width: 40px;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header .merja-section .secTitle{
	font-size: 16px;
    transition: all 0.3s ease;
    color:#fff;
    position: relative;
    bottom: -100px;
}

.header .merja-section:hover .secTitle{
    transform: translateY(-85px);
}
.header .merja-section:hover img{
	transition: all 0.4s ease-out;
    top: -150px;
}
.header .merja-section .en{
    position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);color: #fff;padding:2px 20px;
}
.header .merja-section:hover .secTitle{
    display: block;
}
.hamburger{
	position: fixed;
	top: 70px;
	left: 0px;
	z-index:6;	
	padding: 220px auto 5px auto;
	height: 50px;
	padding-top: 1px;
	border-radius: 3px;
}
.hamburger .line{
  width: 40px;
  height: 5px;
  background-color: #0280c9;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}
	
#hamburger-6.is-active{
	top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

	.search{
		margin: auto;
		margin-bottom: 30px;
		max-width: 600px;
		position: relative;
	}
	.search div{
		width: 100%;
		max-width: 100%;
		padding: 5px 10px;
		text-align: center;
	}
	.search div:nth-child(1){
		position: relative;
		margin: auto;
		display: grid;
		grid-template-columns:  1fr 70px;
		width: 100%;
	}
	.search div:nth-child(1) input[type="text"]{
		border-radius: 0 35px 35px 0;
		background-color: #fff;
		border: 2px solid #ced8dd;
		padding: 5px 10px;
		padding-right: 20px;
		font-family: PNU;
		font-size: 16px;
		margin-left: 10px;
		max-width: 100%;
		outline: none;
		user-select: none;		
	}
	.search div:nth-child(1) input[type="submit"]{
		border-radius: 35px 0 0 35px;
		background-color: inherit;
		border: 0;
		font-family: ph-bold;
		background-color: #ced8dd;
		color: #333;
		padding-bottom: 5px;position: relative;
		right: -10px;
		font-family: PNU;
		font-size: 16px;
	}
@media only screen and (max-width:985px){
	.imgView{
		height: auto;
		max-height: 100%;
		display: block;
	}
}	

	#fixedList{
		position: fixed;
		z-index: 5;
		top: 0;bottom:0;
		left: 0;right: 0;
		background-color: #eee;
		vertical-align: middle;
		align-items: center;
		align-self: center;
		display: none;
		overflow-y: scroll;
	}
    #fixedList .left-side{
		margin: 20px 30px;
}
	#fixedList .footer2{
		align-self: center;
		margin: 20px auto;
		margin-top: 60px;
	}
	#fixedList .footer2 div{
		margin: 5px;
	}

/*body scroll*/
#fixedList::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}
#fixedList::-webkit-scrollbar-button {
  width: 77px;
  height: 0px;
}
#fixedList::-webkit-scrollbar-thumb {
  background: #058ad6;
  border: 76px none #ffffff;
  border-radius: 0px;
}
#fixedList::-webkit-scrollbar-thumb:hover {
  background: #058ad6;
}
#fixedList::-webkit-scrollbar-thumb:active {
  background: #006097;
}
#fixedList::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
#fixedList::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
#fixedList::-webkit-scrollbar-track:active {
  background: #ffffff;
}
#fixedList::-webkit-scrollbar-corner {
  background: transparent;
}


/*FOOTER*/
     #msgContainer{
        position: relative;
        background-image:linear-gradient(rgba(68, 68, 68, 0) 0%, rgba(68, 68, 68, 0) 75%, rgb(255, 255, 255) 100%), url('../img/w_img/msgBackground.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden;
        min-height: 90vh;
        height: auto;
        vertical-align: baseline; 
        margin: 60px 0;
    }
#msgContainer #msg-cir{
    width: 250px;
    height:250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color:#FFC514;
    border-radius:50%;padding:10px;
    font-family: ph-bold;
    font-size:30px;
    -webkit-box-shadow: 0 0 50px 2px #fff;
    box-shadow: 0 0 50px 2px #fff;
}
#msgContainer #msg-cir-dashed{
    width:100%;height:100%;border:2px dashed #333;border-radius:50%;text-align: center;position: relative;
    user-select: none;
}
#msgContainer #msg-cir-dashed div{
    position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
}
#msgContainer #msg-cir-dashed img{
    width:90px;
    position: relative;
    margin: auto;
    user-select: none;
}
    .footer-container{
        margin-top: 60px;
        background-image: url('../img/w_img/wave.svg');
        background-position: bottom;
        background-size:cover;         
    }
        .footer-container #f-sec{
            max-width: 320px;
            margin: auto;
            color: #337ab7;
            font-size: 20px;
            font-family: ph-bold;
            height: auto;
            padding: 1px 20px;
            position: absolute;
            left: 50%;
            top: -40px;
            z-index: 3;
            transform: translateX(-50%);
            text-align: center;
            display: flex;
            justify-content: space-between;
            vertical-align: middle;
			user-select: none;
        }
.footer-container #f-sec span{
	position: relative;
	top: -3px;
}
        .footer-container #f-sec img{
            display: inline-block;
            margin: 0 3px;
        }
        .footer-container #f-sec img[alt="l-img"]{
            display: inline-block;
            margin: 0 5px;
            position: relative;
            transform: rotateY(180deg);
        }
    .footer{
        position: relative;
        padding: 10px;
        width: 100%;
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-column-gap: 20px;
        vertical-align: middle;
        z-index: 2;
        padding-top: 80px;       
    }
.footer .web_mode_night_color1:hover p a{
	color: #f9cc83 !important;
}
.footer .web_mode_night_color1:hover p:nth-child(1){
	background-color:#f9cc83 !important;
}
    .footer div{
        vertical-align: middle;
        align-self: center
    }
    .footer .f-logo{
        width: 80px;
        position: relative;
        margin: auto;
    }
    #social{
        width: 100%;
        margin: 0px;
        text-align: center;
    }
    #social img{
        width: 25px;
        display: inline-block;position: relative;
        transition: all 0.5s ease-out;
        margin: 0 5px;
    }
    #social img:hover{
        transform: rotate(-720deg) scale(1.5);
    }

    .f-fourms{
        padding-right:0px;
        vertical-align: middle;
        font-family: ph-bold;
        font-size: 18px;
        color: #337ab7;
        display: grid;
        grid-template-columns: 30px 1fr;        
        align-self: center;
        vertical-align: middle; 
		user-select: none;
    }

    .left-side{
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }        
    .f-fourms p:nth-child(1){
        background-color: #337ab7;
        margin: 0;
        text-align: center;
        position: relative;
        border-radius:50%;
        height: 30px;
        transition: all 0.5s ease;
    }
    .f-fourms p:nth-child(1) img{
        position: relative;
        margin: auto;
        padding:5px;
        position: absolute;
        top: 50%;left: 50%;
        transform: translate(-50%,-50%);
    }
    .f-fourms p:nth-child(2){
        padding: 0px 5px;
        text-align: right;
        height: 100%;
    }
    .f-fourms p:nth-child(2) a{
        position: relative;
    }
    .f-fourms:hover p:nth-child(1){
      background-color:#437512 !important;
    }  
    .f-fourms:hover p:nth-child(2){
      color:#437512 !important;
    }     
    .f-fourms:hover p:nth-child(1){
        transform: rotateY(180deg) scale(0.8);
    } 

    .footer2{
        width: 100%;
        display: flex;
        justify-content: center;
        border-top: 0px solid #fff;
        flex-wrap: wrap;
    }
    .footer2 div{ 
        position: relative;
        padding: 0px;
        padding-top: 10px;
        width: 90px;
        height: 90px;
        border-radius: 15px;
        text-align: center;
        background-color: #eee;
        border: 2px solid #fff;
        transition: all 0.3s ease;
        z-index: 2;
    }
    .footer2 div img{
        width: 40px;
        position: relative;
        margin: auto;
        transition: all 0.3s ease-out;
    }
    .footer2 div:hover img{
        transform: scale(0.8);
    }
    .footer2 div:hover{
        background-color:rgba(238,238,238,0);
        border-color: rgba(238,238,238,0);
        transform: translateY(-10px);
    }
    .footer2 div p{
        margin: 0;
        font-family: ph-bold;
        color: #2c2c2c;
        transition: all 0.3s ease;
        font-size: 16px;
        position: relative;        
    }
    .footer2 div:hover p{
        color: #b31616;
    }
    .footer2 div img[src="img/w_img/pens.png"]{
        width: auto;
        max-height: 40px;        
    }


    /* SCROLL TO TOP ARROW */

    #return-to-top {
        position: fixed;
        z-index: 10;
        left: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #fff;
		border: 1px solid #0099DD;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
    }
    #return-to-top:hover{
        background-color: rgba(255,197,20,0.8);
    }
    #return-to-top img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    /* END SCROLL TO TOP ARROW */   

	.LatestPhotos{
		display: grid;
		grid-template-columns: 1fr auto 5fr;
		vertical-align: middle;
		align-self: center;
		align-items: center;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 25px;
		font-family: ph-bold;
		font-size: 25px;
		color: #006097;
	}
	.LatestPhotos div:nth-child(2){
		background-color: #fff;
		transform: skewX(-30deg);
		border-right: 4px solid #006097;
		border-left: 4px solid #006097;
		padding: 3px 20px;
	}		
	.LatestPhotos div:nth-child(2) p{
		transform: skewX(30deg);
		position: relative;
		top: -5px;
		display: inline-block;
	}
	.LatestPhotos div:nth-child(1) p{
		border-left: 34px solid #006097;
		z-index: 1;
		left: -4px;
	}
	.LatestPhotos div:nth-child(3) p{
		border-right: 180px solid #006097;
		z-index: 1;
		right: -4px;
	}	
	.LatestPhotos div:nth-child(odd) p{
		position: relative;
		width: 100%;
		height: 10px;
		transform: skewX(-30deg);
	}

/*more*/
.imgView{
	position: relative;
	margin: 10px auto;
	max-height: 90vh;
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-column-gap: 10px;
	max-width: 1400px;
	background-color: rgba(255,255,255,0.6);
	border-radius: 15px;
	padding: 10px;
	-webkit-box-shadow: 0 0 5px 1px #707070;
	box-shadow: 0 0 5px 1px #707070;
}
.imgView #imgView-r{
	padding: 5px 10px;
}

.imgView #imgView-r div{
	padding: 3px 5px;
	margin: 12px 5px;
	font-family: PNU;
}
.imgView #imgView-r div p:nth-child(1){
	color: #006097;
	text-align: right;
}
.imgView #h-img{	
	width: auto;
	max-width:100%;
	height:auto;
	border-radius: 10px;
	max-height:88vh;
	position: relative;
	margin: auto;
}
.imgView #imgView-l{
	position: relative;
}
.imgView #imgView-l div:nth-child(2){
	position: relative;
}
.imgView #v-img{
	max-height:85vh;
	min-height: 100%;
	position: relative;
	margin: auto;
	border-radius: 10px;
	}
.imgView .imgDet{
	position: relative;
	display: grid;
	grid-template-columns: 110px 1fr;
}
.imgView .imgDet p:nth-child(2){
	color:rgba(51,51,51,0.5);
}
.imgView .imgDet img{
	width: 20px;
	height: auto;
}
	#imgView-l div:nth-child(1){
		position: absolute;
		z-index: 2;
		top: 50%;
		right: 10px;
		left: 10px;
		transform: translateY(-50%);
		display: flex;
		justify-content: space-between;
	}
	#imgView-l div:nth-child(1) p:nth-child(2){
		background-color: rgba(255,255,255,0);
		border: 0;
	}
	#imgView-l div:nth-child(1) p {
		width: 40px;
		height: 40px;
		background-color: #fff;
		justify-content: center;
		border-radius: 50%;
		border:1px solid #006097;
		padding: 10px;
		user-select: none;
		vertical-align: middle;		
	}
	#imgView-l div:nth-child(1) p:nth-child(1):hover , #imgView-l div:nth-child(1) p:nth-child(3):hover{
		background-color: rgba(255,255,255,0.8);cursor: pointer;
	}
	#imgView-l div:nth-child(1) p img[src="img/w_img/loading.gif"]{
		width: 100%;
		height: auto;
	}
	#loading{
		display: none;
	}
	#pid,#pageN,#fid,#search,#lg,#md{
		display: none;
    }
	.picShare{
		width: 100%;
		display: grid;
		grid-template-columns: repeat(4,1fr);
		grid-column-gap: 10px;
		user-select: none;
	}
	.picShare p img{
		position: relative;
		margin: auto;
		max-width: 40px;
		transition: all 0.3s ease;
	}
	.picShare p img:hover{
		transform: scale(1.4) rotate(720deg);
		cursor: pointer;
	}
	#download{
		user-select: none;
		width: 100%;
		display: grid;
		grid-template-columns: 20px 1fr;
		background-color:rgba(255,197,20,0.8);
		font-size: 20px;
		color: #437512;
		align-items: center;
		text-align: center;
		padding: 0;
		margin: 0;border-radius:0px;
		position: relative;
	}
	#download p:nth-child(2):hover{
		cursor: pointer;
	}
	#download p:nth-child(2):hover span{
		display: block;
	}
	#download p:nth-child(2) span{
		display: none;
		padding: 5px;
		color: #b31616;
		background-color: #fff;
		border: 1px solid #333;
	}
    #download p:nth-child(2) span:hover{
		background-color: #eee;
		color: #333;
	}
	#download p:nth-child(2) span:nth-child(1){
		position: absolute;
		bottom: -32px;
		z-index: 2;
		left: 0;
		right: 0;
		font-size: 14px;
	}
	#download p:nth-child(2) span:nth-child(2){
		position: absolute;
		bottom: -60px;
		z-index: 2;
		left: 0;
		right: 0;
		font-size: 14px;
	}	
	#relatedImages{
		margin: 10px auto;
		font-size: 26px;
		font-family: PNU;
		color: #b31616;
	}
	#relatedImages img , #relatedImages p{
		display: inline-block;
	}
	#relatedImages img{
		max-width: 35px;
		height: auto;
		display: inline-block;
	}
#resultEnd{
	position: relative;
	margin: auto;
	width: 100%;
	padding: 3px 10px;
	font-family:PNU;
	color: #b31616;
	margin: 10px 5px;
	display: none;
	text-align: center;
}
	#myImgView img[src="img/w_img/fullView.png"]{
		position: absolute;
		z-index: 2;
		top: 20px;
		left: 20px;
		width: 30px;
		height: auto;
		transition: all 0.2s ease-out;		
	}
#more{
	background-color: #fff;
	padding:10px 40px;
	font-family:ph-bold;
	border-radius: 15px;
	font-size: 20px;
}
#more:hover{
	background-color: #eee;
}

/*IMAGE SHARE S*/
#msgForm{
	display: grid;
	grid-template-columns:1fr;
	grid-row-gap: 10px;	
	max-width: 800px;
	position: relative;
	margin: auto;
	background-color:#F4F3F3;
	padding: 20px 5px;
	border: 2px solid rgba(0,96,151,0.3);
	border-radius: 15px;
	background-image: url("../img/w_img/msgP.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
		
}
#msgForm .alert{
	display: none;
	text-align: center;
}
#msgForm [type="text"]{
	font-family: PNU;
	width: 100%;
	padding: 5px 10px;
	border: 0;
	border: 1px solid #ddd;
	color: #437512;
	border-radius: 15px;
	background-color: rgba(255,255,255,1);
	user-select: none;
	outline:none;
	text-align: center;
	-webkit-box-shadow: 0 0 1px 1px #949494;
	box-shadow: 0 0 1px 1px #949494;			
}
#msgForm div:nth-child(odd){
	font-family: ph-bold;
	color: #437512;		
}
#msgForm div:nth-child(odd) img , #msgForm div:nth-child(odd) p {
	display: inline-block;
	font-size: 20px;
}
#msgForm div{
	padding: 5px;
}
#submit{		
	text-align: center;
}
#submit input{
	font-size: 18px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0);
	color: #437512;
	border: 0;
	font-family: PNU;
	padding: 3px 20px;
	position: relative;
	margin: auto;
}
	
.image-upload{
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
	
}
.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;	
    }
.upload-field {
  display: block;
  background: rgba(255,255,255,1);
  padding: 12px;
  border-radius: 11px;

}

.upload-field .file-thumbnail {
  cursor: pointer;
  border: 1px dashed #ddd;
  border-radius: 11px;
  text-align: center;
  padding: 20px;
}

.upload-field .file-thumbnail img {
  width: 200px;
	height: auto;
}

.upload-field .file-thumbnail h3 {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}

.upload-field .file-thumbnail p {
  font-size: 12px;
  color: #9ABCD1;
  margin-bottom: 0;
}	
#filename{
  font-size: 20px;
  font-family: PNU;
  color:#b31616; 
  margin-bottom: 20px;
}	
/*IMAGE SHARE E*/







