/*START : Pop Up Continue*/
.blckbg {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: 100;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999;
	background: #292c31 url("../images/loading_page.jpg") center 0 no-repeat;
}
.popup-box {
	position: fixed;
	z-index: 9999999;
	width: 100%;
	max-width:800px;
	margin-left: -360px;
	height:500px;
	margin-top: -240px;
	background: url(../images/popup.jpg) no-repeat #000;
	border-radius:6px;
	top: 50%;
	left: 50%;
	overflow: hidden;
	padding: 50px 50px 50px 280px;
}
.cont-box {
	margin-top:0px;
	width: 100%;
	float: right;
	text-align: center;
	color: #fff;/*padding-right: 50px;*/
}
.enter-txt {
	font-size: 42px;
	text-transform: uppercase;
	line-height: 34px;
}
.continue-btn {
    background:#ffc005;
    padding: 12px 15px;
    color: #030000;
    font-size: 20px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    min-width: 220px;
    text-transform: uppercase;
    font-weight: 700;
}
.info-txt {
    z-index: 9;
    bottom: 15px;
    width: 97%;
    font-size: 12px;
    color: #999;
    padding: 0 20px;
}
.age-limit {
	font-size:31px;
	text-transform: uppercase;
	text-align: center;
}

.age-txt {
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}
.leav-site {
    color: #fff;
    font-size: 21px;
    text-decoration: underline !important;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
.popup-box {
	left: 0;
	right: 0;
	margin: 0;
	top: 15%;
}
.cont-box {
	padding: 15px;
	width: 100%;
}
.age-limit {
	font-size: 18px;
}
.info-txt {
	width: 100%;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/loadingfrnd.gif) center no-repeat #fff;
}
[ng-cloak] {
	display: none !important;
}
.ftbrdr {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.main-p {
	line-height: 21px;
}
}
