
.kl-popup {
	width:100%;
	background-color: #fff;
}
.kl-popup > div{
	width:100%;
}
.admin-bar.masthead-fixed .site-header {
	top: 0px !important;
}

.masthead-fixed .site-header {
	position: relative !important;
}

.kl-popup{

}

.klpu-style-top-scroll{
	position: relative !important;
}

.klpu-style-top-fixed{
	position: fixed;
	z-index:9999;
}

.klpu-style-center-scroll{
	min-width: 280px;
	max-width: 500px;
	position: absolute !important;
	z-index: 9999;
	left: 50%;
	margin-left: -250px;
	top: 10%;
	border: 5px solid #AFA7A7;
	background-color: #fff;
}

.klpu-style-center-scroll .klpu-item {
	margin: 0;
	width: 100%;
}
.klpu-style-center-scroll .klpu-item-content{
	padding: 15px 2% 0px !important;
	width: 96%;
}

.klpu-style-center-fixed{
	min-width: 280px;
	max-width: 500px;
	position: fixed !important;
	z-index: 9999;
	left: 50%;
	margin-left: -250px;
	top: 10%;
	border: 5px solid #AFA7A7;
	background-color: #fff;
}

.klpu-style-center-fixed .klpu-item {
	padding: 15px 2% 0px !important;
}

.klpu-style-top-fixed{
	position: fixed;
	z-index:9999;
}

.klpu-item{
	border-bottom:1px solid #B8B4B4;	
}

.klpu-item-title h1{
	font-size:1.3em;
	margin: 0px !important;
	padding: 10px 0;
}

.klpu-wrap-layer .klpu-item{
	display: none;
}

.klpu-item-control{
	padding: 7px 0 15px 0;
	text-align: right;
	max-width: 1100px;
}

.klpu-item-control > label{
	padding-right: 1.0em;
	text-shadow: 1px 1px 1px #fff;
}

.klpu-item-content{
	padding: 15px 0 0 0;	
	max-width: 1100px;
	font-size: 1.0em;
	line-height: 1.5em;
}
.klpu-item-control{
	max-width: 1100px;
}

.klpu-item-control label, .klpu-item-control input{
	cursor: pointer;
}
.klpu-theme-center .klpu-item-content, .klpu-theme-center .klpu-item-control{
	margin: 0 auto;
}
.klpu-theme-left .klpu-item-content{
	padding: 15px 0 0 10px;	
}
@media screen and (max-width : 500px) {
	
	.klpu-style-center-scroll, .klpu-style-center-fixed{
		max-width: 280px;
		margin-left: -140px;
	}

}

