/* Demo */

.slickWindow * {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	box-sizing: border-box;
}
#popup-2 {
	color: #222;
}
#popup-2 #lock {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url("lock.png") 0 0 no-repeat;
	font-weight: 800;
	font-size: 9px;
	padding-left: 20px;
	line-height: 16px;
	opacity: 0.4;
}
#popup-2 .top {
	display: inline-block;
	width: 100%;
	clear: both;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
#popup-2 .left {
	float: left;
	width: 40%;
	height: 122px;
	display: inline-block;
}
#popup-2 .right {
	float: right;
	width: 60%;
	display: inline-block;
	padding: 20px 0 0 20px;
}
#popup-2 .left .pic {
	content: "";
	background-image: url("pic.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 100%;
	height: 100%;
}
#popup-2 .right .name {
	font-size: 22px;
	font-weight: 800;
	display: inline-block;
	width: 100%;
}
#popup-2 .right .desc {
	font-size: 12px;
	display: inline-block;
	width: 100%;
}
#popup-2 .right a {
	font-weight: 800;
	font-size: 9px;
	color: #55822d;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	float: left;
	margin: 6px 0 0 0;
}
#popup-2 .right a:first-of-type {
	margin-top: 12px;
}
#popup-2 .right a:hover {
	color: #222;
}
#settings .title {
	font-size: 18px;
	opacity: 0.5;
	margin-bottom: 16px;
}
#settings .field {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	margin: 10px 0;
}
#settings .field .subtitle {
	float: left;
	font-size: 12px;
	line-height: 20px;
}
#settings .field .subtitle:before {
	display: inline-block;
	width: 4px;
	height: 4px;
	content: "";
	background: #222;
	border-radius: 50%;
	line-height: 20px;
	margin: 8px 4px 0 0;
	float: left;
}
#settings .chk {
	position: relative;
	width: 40px;
	text-align: center;
	float: right;
	margin-right: 30px;
}
#settings input,
#settings input:active {
	display: none;
	opacity: 0;
}
#settings label,
#settings label:before,
#settings label:after {
	transition: all 0.3s ease;
}
#settings label {
	display: block;
	position: relative;
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	width: 100%;
	height: 20px;
	border-radius: 18px;
	background: #f0f0f0;
	cursor: pointer;
}
#settings label:before {
	content:"";
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 18px;
	text-indent: 40px;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	top: 0px;
	left: 0px;
	right: auto;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #ddd;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #ddd;
	box-shadow: 0 3px 3px rgba(0,0,0,.2),0 0 0 2px #ddd;
}
#settings label:after {
	content: attr(data-off);
	display: block;
	position: absolute;
	z-index: 0;
	top: -7px;
	left: -40px;
	padding: 10px;
	height: 100%;
	width: 30px;
	text-align: center;
	color: #bfbfbf;
	white-space: nowrap;
}
#settings input:checked + label {
	-webkit-box-shadow: inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
	-moz-box-shadow: inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
	box-shadow: inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#settings input:checked + label:before {
	left: calc(100% - 20px);
	-webkit-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
	box-shadow: 0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
#settings input:checked + label:after {
	content: attr(data-on);
	left: 36px;
	width: 20px;
}
#popup-2.slickModal .close.labeled:before {
	content: "Save & Close"
}
#popup-2 .slickContent {
	height: 140px;
}