@charset "UTF-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: subpixel-antialiased;
}

a img {
	text-decoration: none;  
	border: 0px;
}

body{
	padding: 0;
	margin: 0;
	background-color: #ffffff; 
}

#container {
	position: absolute;
	border:1px solid #000;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	margin: auto;
    overflow: hidden;
    background-color: #cc3e10;
}

#content {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 101%;
	height: 101%;
	z-index: 100;
}

#rolloverCatch {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

#cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 998;
}
#lottie{
	width: 100%;
	height: 100%;
	transform: translate3d(0,0,0);
	opacity: 1;
	z-index: 800;
	top:0;
	left:0;
	position: absolute;
}
#shimmerMask {
    position: absolute;
    left: 12px;
    top: 212px;
    overflow: hidden; 
    width:98px;
    height:27px;
    z-index: 600;
}

#shimmer {
    position: relative;
    left: 200px;  
    top:-20px;
	opacity: .7;
}

#calendarShimmerMask {
    position: absolute;
    left: 121px;
    top: 32px;
    overflow: hidden; 
    width:180px;
    height:218px;
    z-index: 100;
}

#calendarShimmer {
    position: relative;
    left: 200px;  
    top:-10px;
	opacity: .7;
}

#txt1, #txt2, #txt3, #txt4 {
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
}

#circle {
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
}

#image_mask {
    position: absolute;
	left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 250;
}

#bckgrd {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.lgArt {
    position: absolute;
    width: 100%;
    height: 100%;
}
