.santa {
	width:60px;
	height:60px;
	position:relative;
}

.santa .hat {
	width: 32px;
	height: 16px;
	border-radius: 100px 100px 0 0;
	background: #ef4753;
	margin: 0 auto;
	top: -6px;
	position: relative;
	left: 2px;
	z-index:20;
}

.santa .hat:after {
	width: 30px;
	height: 7px;
	border-radius: 10px;
	content: "";
	display: block;
	background: white;
	position: relative;
	top: 12px;
	left: -2px;
}

.santa .face {
	width: 27px;
	height: 28px;
	background: white;
	border-radius: 0px 0px 25px 25px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	top: -3px;
}

.santa .face .eyes {
	background:#f1ddd5;
	width:25px;
	height:8px;
	margin:0 auto;
	position:relative;
	text-align: center;
	top:2px;
    padding-top: 4px;
}

.santa .face .eyes:after { /*righteye*/
	width: 4px;
	height: 3px;
	background: transparent;
	box-shadow: 0px -1px #793623;
	content: "";
	display:inline-block;
	margin:0 auto;
	border-radius: 50%;
    vertical-align: top;
}

.santa .face .eyes:before { /*lefteye*/
	width: 4px;
	height: 3px;
	background: transparent;
	box-shadow: 0px -1px #793623;
	content: "";
	display:inline-block;
	margin:0 auto;
	border-radius: 50%;
	margin-right:3px;
    vertical-align: top;
}

.santa .mouth {
	background:#a31f2b;
	border-radius:50%;
	width:3px;
	height:3px;
	position:absolute;
	bottom:10px;
	right:9px;
}

.santa .body {
	width: 46px;
	height: 42px;
	background: #ef4753;
	border-radius: 45px 45px 0px 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align:center;
	z-index:10;
}

.santa .body:after {
	width: 2px;
	height: 2px;
	background: white;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 34px;
	z-index: 50;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
}

.santa .body:before {
	width: 2px;
	height: 2px;
	background: white;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 27px;
	z-index: 50;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
}

.santa .hat .hat-end {
	width: 6px;
	height: 16px;
	content: "";
	background: #ef4753;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 8px;
	border-radius: 0px 5px 0px 0px;
}

.santa .hat .hat-end:after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
	content: "";
	display: inline-block;
	top: 8px;
	position: absolute;
	left: 0px;
	z-index: 11;
}

.santa .circles {
	background: #a31f2b;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	z-index: 9;
	position: absolute;
	right: -3px;
	top: 6px;
}

.santa .circles:after {
	background:white;
	width:20px;
	height:20px;
	right:0;
	top:25px;
	content:"";
	border-radius:50%;
}








santa .head {
  display: table;
  margin-left: 100px;
  padding-top: 50px;
}

santa .hat__cover {
  width: 85px;
  height: 30px;
  background-color: #ea4536;
  margin-left: 15px;
  border-radius: 0 100% 0 0;
  position: relative;
}
santa .hat__cover:after {
  content: '';
  position: absolute;
  top: -25px;
  left: -25px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 100%;
}
santa .hat__wrap {
  width: 120px;
  height: 35px;
  border-radius: 5px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

santa .face {
  width: 100px;
  height: 85px;
  z-index: 0;
  margin-left: 12px;
  position: relative;
  background-color: #fad199;
  transform: rotate(180deg) translateY(16px);
  border-radius: 50%/70% 70% 35% 35%;
}

santa .beard {
  width: 120px;
  height: 100px;
  background-color: #fff;
  bottom: 35px;
  left: 30px;
  position: absolute;
  border-radius: 0 100% 0 0;
}
santa .beard:after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 100%;
  background-color: inherit;
  border-radius: 100%;
  right: 63px;
}

santa .eyes {
  position: absolute;
  background-color: #47494C;
  width: 10px;
  height: 10px;
  top: 50px;
  border-radius: 100%;
  left: 0;
  animation: eyes-blink 4s infinite;
  animation-delay: 2s;
  transition: all ease .3s;
}
santa .eyes + .eyes {
  left: 50px;
}

santa .nose {
  position: absolute;
  background-color: #EF9E97;
  width: 30px;
  height: 20px;
  top: 35px;
  left: 15px;
  z-index: 1;
  border-radius: 100%;
}

santa .mouth {
  width: 30px;
  height: 15px;
  background-color: #333;
  position: absolute;
  top: 60px;
  left: -10px;
  z-index: 2;
  border-radius: 20% 100% 0 0;
}

santa .bubble {
  min-height: 160px;
  min-width: 310px;
  background-color: #fff;
  padding: 25px;
  display: table;
  position: absolute;
  top: 50px;
  left: 250px;
  border-radius: 40px;
  z-index: 3;
  font-family: Neucha, Tahoma, sans-serif;
  font-size: 120%;
  line-height: 1.5;
}
santa .bubble:before, .bubble:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 80px;
  left: -10px;
  background-color: #fff;
  border-radius: 50% 0 100% 0;
  z-index: -1;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  transform: rotate(30deg);
}

@keyframes eyes-blink {
  0%, 15% {
    height: 5px;
  }
  16%, 100% {
    height: 10px;
  }
}

