.overlay-container{
		display: none;
		content: " ";
		height: 100%;
		width: 100%;
		position:fixed;
		left: 0;
		top: 0;
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
		z-index:99999;
	}
	
	.window-container{			
		background: #b3d4ce;
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		display: block;
		margin: 2em auto;
		max-height:480px;
		padding: 10px 20px 20px;
		opacity: 0;
		overflow:hidden;
		overflow-y:scroll;
		scroll:y;
		text-align: left;
		transition: 0.4s ease-out;
		width: 80%;		
		z-index: 3;
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;		
	}
	
	.zoomin {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}
	
	.zoomout {
		-webkit-transform:  scale(0.7);
		-moz-transform:  scale(0.7);
		-ms-transform:  scale(0.7);
		transform:  scale(0.7);
	}
	
	.window-container-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
	}
	
		.window-container h3 {
			margin: 1em 0 0.5em;
			font-family: "Oleo Script";
			font-weight: normal;
			font-size: 25px;
			text-align: center;
		}
		
		.close {
			background: transparent;
			border: 1px solid #aaa;
			border-radius: 3px;
			box-shadow: 0 1px 3px white;
			color:white;
			cursor: pointer;
			display: block;
			font-family: Helvetica, sans-serif;
			font-size: 2em;			
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
			margin: 0.5em;
			padding: 0.2em;
			position:absolute;
			right:0;
			top:0;			
			transition: 0.2s linear;
			width: auto;		
		}
	
			.close:hover {
				background: #fefefe;
				background: linear-gradient(to bottom,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
				border: 1px solid #aaa;
				color:black;
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
			}
	
			.close:active {
				background: #f4f4f4;
				background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
			}

@media only screen and (max-width:2560px){	
	.window-container{
		margin: 3em auto;
		max-height:1500px;	
	}
}
@media only screen and (max-width:2048px){	
	.window-container{
		margin: 3em auto;
		max-height:930px;	
	}
}
@media only screen and (max-width:1920px){	
	.window-container{
		margin: 3em auto;
		max-height:900px;	
	}
}
@media only screen and (max-width:1600px){	
	.window-container{
		margin: 6em auto;
		max-height:800px;	
	}
}
@media only screen and (max-width:1366px){	
	.window-container{
		margin: 2em auto;
		max-height:700px;	
	}		
}
@media only screen and (max-width:1280px){	
	.window-container{
		margin: 2em auto;
		max-height:700px;	
	}		
}
@media only screen and (max-width:1024px){	
	.window-container{
		margin: 4em auto!important;
		max-height:700px;	
	}		
}
@media only screen and (max-width:800px){	
	.window-container{
		margin: 4em auto!important;
		max-height:700px;	
	}		
}
@media only screen and (max-width:800px){	
	.window-container{
		margin: 4em auto!important;
		max-height:550px;	
	}		
}