/* gezgin resim */
.gezginresim {
	display: inline-block;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition-property: all;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
	margin:10px;
}
.gezingresim-loading {
	border-radius: 2px;
	z-index: 30;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
	font-size: 50px;
	text-align: center;
	padding-top:90px;
	color: #135B63;
	background: rgba(255,255,255,.95);
}
.gezginresim-resim {
	max-height:150px;
	width: auto;
	height: auto;

	transition-property: all;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
	/*float: left;*/
	left:0;
	top:0;
}
.gezginresim-adi {
	color: #ffffff;
	position: absolute;
	bottom:0;
	background: rgba(235, 95, 40, 0.75);
	width: calc(100% - 20px);
	padding: 10px;
	font-size: 14px;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;

}
.gezginresim:hover {
	transform: scale(1.1);
	z-index: 50;
}


.gezginresim:hover .gezginresim-adi {
	padding: 10px 10px 30px 10px;

}
.gezginresim:hover .gezginresim-resim {
	transform: scale(1.2) rotate(2deg);
}
.gezginresim-yazi {
	display: none;
}



.gezginresim-adi-gizle {
	/*position: absolute;*/
	margin-bottom:-50px;
	opacity: 0;
}

.gezginresim-gizle {
	transform: scale(1) rotate(0deg);
	/*position: absolute;*/
	margin-left:-100%;
	opacity: 0;
}
#gr-cont {
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	overflow: hidden;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
}

#gr-cont .kapat, #gr-cont .sonraki, #gr-cont .onceki {
	position: fixed;
	font-size: 2em;
	background: rgba(235, 94, 40, 0.75);
	border-radius: 0px 0px 0px 2px;
	cursor: pointer;
	color: #ffffff;
	padding: 10px;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
}

#gr-cont .kapat {
	right: 0;
	top: 0;
}
#gr-cont .sonraki {
	right: -100px;
	top:50%;
	margin-top:25px;
}
#gr-cont .onceki {
	left: -100px;
	top:50%;
	margin-top:25px;
}

#gr-cont .kapat:hover, #gr-cont .sonraki:hover, #gr-cont .onceki:hover {
	background: rgba(235, 94, 40, 1);
	cursor: pointer;
}

#gr-cont.ok {
	background: rgba(0,0,0,.75);
}

.gezginresim-resim.gr-c-tamekran {
	max-width:80%;
	max-height:80%;
	top:10%;
	margin-right: -200%;
	display: inline-block;
	width: auto;
	height: auto;
	z-index: 500;
	position: relative;
	float: inherit;
}
.gezginresim-resim.gr-c-tamekran.ok {
	margin-right: 0;
}

#gr-cont .gr-c-yazi {
	position: absolute;
	width: 100%;
	left:0;
	opacity: 0;
	bottom: -50px;
	transition-property: all;
	transition-duration: 150ms;
	transition-timing-function: ease-in-out;
}
#gr-cont .gr-c-yazi.ok {
	opacity: 1;
	bottom: 0px;
}
#gr-cont .gr-c-yazi .ic {
	display: inline-block;
	background: rgba(235, 94, 40, 0.75);
	color: #ffffff;
	padding: 20px 40px;
	border-radius: 2px 2px 0 0;
}
@media (max-width: 600px) {
	#gr-cont .kapat {
		right: 50%;
		margin-right:-70px;
		top: 0;
		width: 120px;
	}
	#gr-cont .sonraki {
		right: -100px;
		top:0;
		margin-top:0;
	}
	#gr-cont .onceki {
		left: -100px;
		top:0;
		margin-top:0;
	}
	.gezginresim-resim.gr-c-tamekran {
		max-height: 70%;
		top: 100px;
	}
}
/* gezgin resim */
