.ll-mask{
	position :fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
body[ll-scrollable="false"]{
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
}
body[ll-scrollable="false"] .ll-mask{
	display: block;
}
body[ll-scrollable="false"] .ll-dialog{
	display: block;
}

.ll-iframe{
	width: 100%;
	border: none;
	border-collapse: collapse;
	overflow: auto;
	display: block;
	background: transparent;
	min-height: 300px;
}
.ll-dialog{
	position: fixed;
	width: 700px;
	height: 650px;
	background-color: #fff;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -350px;
	z-index: 1000001;
	border-radius: 6px 6px 0 0;
	display: none;
}
.ll-dialog .ll-dialog-header{
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	color: #333;
	border-radius: 6px 6px 0 0;
	text-transform: uppercase;
}
.ll-dialog a.ll-close{
	float: right;
	color: #777;
	text-decoration: none;
}
.ll-dialog-content{
	height: 600px;
	position: relative;
	background: url(https://licklist.co.uk/img/logo.tickets.gif) center no-repeat;
	overflow-y: auto;
}

.ll-dialog-content iframe.ll-iframe{
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.ll-dialog {
		width: 95%;
		margin-left: 1%;
		top: 1.5%;
		left: 1.5%;
		margin-top: 0;
		height: 85%;
	}
	.ll-dialog .ll-dialog-content{
		height: 82%;
		min-height: auto;
		overflow: hidden;
		overflow-y: auto;
	}
}

.lles,.llms,.llbs{
	background: url(https://licklist.co.uk/img/logo.tickets.gif) center no-repeat;
	background-color: #fff;
}

.lles.ll-transparent,.llms.ll-transparent,.llbs.ll-transparent{
	background: transparent;
	background-color: transparent;
}