.vegas-loading {
	/* Loading Gif by http://preloaders.net/ */
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	background:#000 url(images/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(images/loading.gif) no-repeat center center;
	height:0px;
	left:0px;
	position:fixed;
	top:0px;
	width:0px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(overlays/01.png);
	opacity:0.5;
	z-index:-1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
}
.kapat {position: absolute;float:right;padding:20px;z-index: 99999;background: #fff;right: 230px;}
.kapat i{ font-size:36px; color:#000;}
.kapat:hover i { color:crimson;}
#home-blog2{position:relative;width: 57%;/* background:#f2f2f2; */margin:0px auto;top: 11%;}
.overlay3{
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 99999999999999999999999999999999999999 !important; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

#ilk-img{position:relative;display:block; width: 50%; margin: 0px auto;/* top:-50px; */}
#ilk-img > iframe{width: 100%; height: 600px;}