/**** SHORTCODE GALERIA ****/
.elite-gallery a{
	overflow:hidden;
}
.fo_gal {
	padding-bottom:40px;
}
/**** CSOPORTOSITOTT GALERIA *****/
.gall_cont{
	text-align:center;
}
.gall_cont a {
	position: relative;
	float:none !important;
}
.elite-gallery{
	text-align:center;
}
.lg-backdrop{
	z-index:8000 !important;
}
.lg-outer{
	z-index:8500 !important;
}
.gall_cont  a > div {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.elite-gallery a img {
    width: 100%;
    height: initial;
}
.elite-gallery a {
	position: relative;
	cursor: pointer;
}
.elite-gallery a p {
	
}
#gallery {
	background:#fff;
}
#gallery .gallery_container > p{
	margin-bottom:0px !important;
}
.gallery_container .elite-gallery{
	text-align:center;
}
#gallery .wrapper h1{
	text-align:center;
	padding:20px 0px;
}
.gall_back{
	float:right;
	margin-bottom:20px;
}
#gall .gall_back{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#gall .gall_back:hover{

}
#gall{
	text-align:center;
}
.pswp__img{
	max-width:100% !important;
	max-height:100% !important;
	position:fixed;
	top:0;
	left:0;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
/*---------------*/
/***** Ruby *****/
/*---------------*/
a.effect-ruby {
    display: inline-block;
    overflow: hidden;
	z-index:9;
}
a.effect-ruby img {
	opacity: 1;
}
a.effect-ruby p {
    opacity: 0;
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%); 
	-ms-transform:translate(-50%,-50%); 
	-o-transform:translate(-50%,-50%); 
}
.elite-gallery1 > div[rel="kepek"] {
	position: relative;
	overflow: hidden;
	background: transparent;
	text-align: center;
	cursor: pointer;
}
.elite-gallery1 > div[rel="kepek"] img {
	position: relative;
	display: block;
	opacity: 1;
	margin:0px auto;
}
div.effect-ruby:hover img{
}
div.effect-ruby p {
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%); 
	-o-transform: translate(-50%,-50%); 
	left:50%;
}
div.effect-ruby:hover p {
	opacity: 1;
}
.elite-gallery1 > div[rel="kepek"] > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.elite-gallery1 > div[rel="kepek"] > div > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}