#devLightBoxElement {
		position:absolute;
		top:0;
		left:0;
		z-index:999999999;
		width:100%;
		display:none;
	
	}
	#devLightBoxElement .devLbContent .devLboxClose {
		position:absolute;
		right:0;
		top:-35px;
	}
	#devLightBoxElement .devLbContent .devLboxClose:after {
		display:none !important;
	}
	.gray-opacity-background {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:99;
		background:url(/image/image_gallery?uuid=98b36c91-cda3-44b5-a144-a9ccc6f72d19&groupId=16&title=gray-opacity.png);
	}
	.devLbContent > div {
		
		width:900px;
		height:550px;
		position:relative;
		z-index:999;
		margin:auto;

	}
	.devLbContent > div >  .insideContent {
		background:#fff;
		width:900px;
		height:auto;
		margin-top:50px;
	}
	.devlightbox-hidden {
		display:none;
	}
	.normal-lb-close {
		background:url(/nowy-portal-theme/images/plus_portal/sass.png);
		background-position: 11px -4868px;
		width: 41px;
  		height: 32px;
  		z-index: 10012;
  		right:-16px !important;
  		top:-14px !important;
	}
	.normal-lb-close span {
		display:none !important;
	}
	a.btn-plain-green.devLboxClose span {
	  display: inline;
	  width: auto;
	  padding: 0 4px;
	  text-transform:uppercase;
	}
	@media screen and (max-width:900px) {
		.devLbContent > div, .insideContent {
			width:100% !important;
			height:auto !important;
		}
	}