#loading{
	position:fixed;
	width:100%;
	height:100vh;
	background:#262626;
	z-index:99999;
}
.ring{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:200px;
	height:200px;
	background:transparent;
	border:3px solid #3c3c3c;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	font-family: sans-serif;
	font-size:25px;
	color:#fff000;
	letter-spacing:4px;
	text-transform:uppercase;
	text-shadow:0 0 10px #fff000;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}
.ring:before{
	content: '';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:5px solid transparent;
	border-top: 4px solid #fff000;
	border-right:4px solid #fff000;
	border-radius:50%;
	animation: animateCircle 2s linear infinite; 
	
}
span.process
{
	display:block;
	position: absolute;
	top: calc(50% - 2px);
	left: 50%;
	width:50%;
	height:4px;
	background: transparent;
	transform-origin:left;
	animation: animate 2s linear infinite;
}
span.process:before{
	content:'';
	position: absolute;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#fff000;
	top:-6px;
	right:-8px;
	box-shadow: 0 0 20px #fff000;
}
@keyframes animateCircle
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
@keyframes animate
{
	0%
	{
		transform: rotate(45deg);
	}
	100%
	{
		transform: rotate(405deg);
	}

}
img.preimg{
	width:155px;
	height:155px;
	margin:20px;	
}	
	/*animation: shake 1.5s;
	animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}*/
@media(min-width:1200px){
#popupmain{
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1001;
}
#popup{
	width: 70%;
	height: 60%;
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('images/pop4.jpeg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
		position:absolute;
	top:51.5%;
	left: 50%;
	transform:translate(-50%,-50%);
	box-shadow:2px 2px 5px 3px white;
	border:3px solid #7b1b20;
}
#blink{
	border:5px solid red;
	margin-top:80px;
	width:130px;
	height:80px;
	text-align:center;
	border-radius:50px;
	-ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
	float:left;
	transition: 0.4s;
	font-family: 'Lobster', cursive;
}
#blink h3.hurry-1{
	line-height: 10px;
	font-size:1.2rem;
	color:#fff;
}
#blink p.click-1{
	color:yellow;
	font-size:1rem;
}
#blink1{
	border:5px solid red;
	
	width: 100%;
	height: 100%;
	text-align:center;
	
	font-family: 'Lobster', cursive;
}
#blink1 h3.hurry-1{
	line-height: 12px;
	font-size:1rem;
	float: right;
	color:#fff;
}
#blink1 p.click-1{
	color:yellow;

	font-size:1rem;
}
#cross
{
	width:25px;
	height:25px;
	float: right;
	border:3px solid #7b1b20;
	border-radius:50px;
	background-color:#fff;
	margin-left:470px;
	margin-top:-9.5px;
}
#close-123
{
	cursor:pointer;
	font-size:2rem;
	font-family: 'Lobster', cursive;
	color:#7b1b20;
	opacity:1;
	margin-top:-20px;
}
#close-123:hover
{
	opacity:0.5;
}
}
@media(min-width:992px) and (max-width:1199px){
	#popupmain{
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1001;
}
#popup{
	width: 70%;
	height: 60%;
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('images/pop4.jpeg');
		background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top:51.5%;
	left: 50%;
	transform:translate(-50%,-50%);
	box-shadow:2px 2px 5px 3px white;
	border:3px solid #7b1b20;
}
#blink{
	border:5px solid red;

	width: 70%;
	height: 60%;
	text-align:center;
	border-radius:50px;
	-ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
	float:left;
	transition: 0.4s;
	font-family: 'Lobster', cursive;
}
#blink h3.hurry-1{
	line-height: 10px;
	font-size:1.2rem;
	color:#fff;
}
#blink p.click-1{
	color:yellow;
	font-size:1rem;
}
#blink1{
	border:5px solid red;
	
	width: 100%;
	height: 100%;
	text-align:center;

	font-family: 'Lobster', cursive;
}
#blink1 h3.hurry-1{
	line-height: 10px;
	font-size:1.2rem;
	color:#fff;
}
#blink1 p.click-1{
	color:yellow;
	font-size:1rem;
}
#cross
{
	width:25px;
	height:25px;
	float: right;
	border:3px solid #7b1b20;
	border-radius:50px;
	background-color:#fff;
	margin-left:470px;
	margin-top:-9.5px;
}
#close-123
{
	cursor:pointer;
	font-size:2rem;
	font-family: 'Lobster', cursive;
	color:#7b1b20;
	opacity:1;
	margin-top:-20px;
}
#close-123:hover
{
	opacity:0.5;
}
}
@media(min-width:768px) and (max-width:991px){
	#popupmain{
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1001;
}
#popup{
width: 70%;
	height: 60%;
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('images/pop4.jpeg');
		background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top:52%;
	left: 50%;
	transform:translate(-50%,-50%);
	box-shadow:2px 2px 5px 3px white;
	border:3px solid #7b1b20;
}
#blink{
	border:5px solid red;

width: 70%;
	height: 60%;
	text-align:center;
	border-radius:50px;
	-ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
	float:left;
	transition: 0.4s;
	font-family: 'Lobster', cursive;
}
#blink h3.hurry-1{
	line-height: 10px;
	font-size:1.2rem;
	color:#fff;
}
#blink p.click-1{
	color:yellow;
	font-size:1rem;
}
#blink1{
border:5px solid red;
	
	width: 100%;
	height: 100%;
	text-align:center;

	font-family: 'Lobster', cursive;
}
#blink1 h3.hurry-1{
	line-height: 10px;
	font-size:1.2rem;
	color:#fff;
}
#blink1 p.click-1{
	color:yellow;
	font-size:1rem;
}
#cross
{
	width:25px;
	height:25px;
	float: right;
	border:3px solid #7b1b20;
	border-radius:50px;
	background-color:#fff;
	margin-left:470px;
	margin-top:-9.5px;
}
#close-123
{
	cursor:pointer;
	font-size:2rem;
	font-family: 'Lobster', cursive;
	color:#7b1b20;
	opacity:1;
	margin-top:-20px;
}
#close-123:hover
{
	opacity:0.5;
}
}
@media(max-width:767px){
	#popupmain{
	position: fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:1001;
}
#popup{
	width: 90%;
	height: 40%;
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url('images/pop4.jpeg');
	background-size:100% 100%;
	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	box-shadow:2px 2px 5px 3px white;
	border:3px solid #7b1b20;
}
#blink{
	border:2px solid red;
	margin-top:55px;
	width: 90%;
	height: 40%;
	text-align:center;
	border-radius:50px;
	-ms-transform: rotate(-20deg); /* IE 9 */
    transform: rotate(-20deg);
	float:left;
	transition: 0.4s;
	font-family: 'Lobster', cursive;
}
#blink h3.hurry-1{
	line-height: 0px;
	font-size:0.7rem;
	color:#fff;
}
#blink p.click-1{
	color:yellow;
	font-size:0.5rem;
}
#blink1{
border:5px solid red;
	
width: 100%;
	height: 100%;
	

	
	
	font-family: 'Lobster', cursive;
}
#blink1 h3.hurry-1{
	line-height: 0px;
	font-size:0.7rem;
	color:#fff;
}
#blink1 p.click-1{
	color:yellow;
	font-size:0.5rem;
}
#cross
{
	width:25px;
	height:25px;
	float: right;
	border:3px solid #7b1b20;
	border-radius:50px;
	background-color:#fff;
	margin-left:240px;
	margin-top:-9.5px;
}
#close-123
{
	cursor:pointer;
	font-size:2.5rem;
	font-family: 'Lobster', cursive;
	color:#7b1b20;
	opacity:1;
	margin-top:-21.5px;
	font-weight:1800;
}
#close-123:hover
{
	opacity:0.5;
}
}