@charset "utf-8";
/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */
	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
		display: none;
		overflow: hidden;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
		background:#cdc3ad;
		border:2px solid #3e3729;
	}
	
		.prettyPopin a#b_close {		}
	
		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
		}
		
			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
			}

