#site_kilit {
	visibility:hidden;
	width:450px;
	height:250px;
	padding:8px;
	background:rgba(0,0,0,.3);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-115px !important;
	margin-left:-250px !important;
	z-index:1000;
}

#site_kilit2 {
	visibility:hidden;
	width:380px;
	height:189px;
	padding:8px;

	background:rgba(0,0,0,.3);

	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;

	position:absolute !important;
	top:50% !important;
	left:50% !important;
	margin-top:-94px !important;
	margin-left:-180px !important;
	z-index:101;
}

#heading {
	width:450px;
	height:44px;
	background:#970101;
	border-bottom:2px solid #222;

	-webkit-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-moz-box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	box-shadow:
		inset 0px -1px 0px #fff,
		0px 1px 3px rgba(0,0,0,.08);
	-webkit-border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	border-radius:4px 4px 0px 0px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	line-height:44px;

	color:#FFF;
	text-shadow:0px 1px 0px #000;
}

#site_kilit_bck {
	width:430px;
	height:185px;
	padding:10px;

	background:#FFF;

	-webkit-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	-moz-box-shadow:0px 1px 3px rgba(0,0,0,.25);
	box-shadow:0px 1px 3px rgba(0,0,0,.25);

	-webkit-border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#site_kilit_bck p {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	color:#222;

	width:100%;
	float: left;

	margin:25px 0px;
}



.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,1.2);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}



@media only screen and (max-width: 767px) {
        
	#site_kilit {
		width:284px;
		height:156px;
		padding:8px;

		margin-left:-150px !important;
		margin-top:-78px;
	}
	#heading {
		width:284px;
		height:28px;

		line-height:28px;
		font-size:0.688em;
	}
	#site_kilit_bck {
		width:284px;
		height:128px;
   	}
   	#site_kilit_bck p {
   		width:284px;
   		font-size:0.688em;
   	}
   
}