@charset "utf-8";
body {
	margin: 0;
	padding:0;
}

#pageLoader {
	background-color: coral;
	background: linear-gradient(45deg, #FF8E8E, #F5A94C, #E0C15B, #F5A94C, #FF8E8E);
	background-size: 300% 300%;
	height: 100%;
	width: 100%;
	position: fixed;
	animation: Gradient 5s ease infinite;
	z-index: 999;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.loadText {
	font-family: "Microsoft JhengHei";
	color: saddlebrown;
	font-size: 14pt;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 0 10px;
}

.dotWrapper {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	position: absolute;
}

.loadGreet {
	display: block;
    margin: 0 20px;
}

.loadGreet img{
	float: left;
}

.load1{
	animation: float 1s ease infinite;
}

.load2{
	animation: float 1s ease infinite;
	animation-delay: 0.2s;
}

.load3{
	animation: float 1s ease infinite;
	animation-delay: 0.5s;
}

.load4{
	animation: float 1s ease infinite;
	animation-delay: 0.8s;
}

.dot {
	/*width: 10px;
	height: 10px;
	border: 2px solid white;
	border-radius: 50%;*/
	float: left;
	margin: 5px;
	transform: scale(0);
	animation: fx 1s ease infinite;
}

.dotWrapper img {
	    width: 60px;
		margin: 0px 3px 20px;
}

.dot2 {
	animation-delay: 0.2s;
}

.dot3 {
	animation-delay: 0.4s;
}

.dot4 {
	animation-delay: 0.6s;
}

@keyframes fx {
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.largeWrapper {
	position: relative;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 0%);
	overflow: hidden;
}
#floatTab {
	position:fixed;
	right:0;
	display: block;
	z-index: 99999;
}
#floatTab img {
    width: 36%;
    float: right;
    margin: 61% auto;
    cursor: pointer;
}
#floatTab img:hover {
	content:url(../img/floatTab_2.png);  
}
.wrapper {
	width: 100%;
	margin: 3% auto;
	max-width: 1280px;
	padding: 1%;
	background-color: white;
	overflow: hidden;
}
.wrapper2 {
	width: 100%;
    max-width: 1200px;
    position: fixed;
    left: 50%;
    transform: translate(-45%, 0%);
    z-index: 99999;
}
.wrapper .year {
	width: 100%;
	position: relative;
	font-size: 0px;
	display: block;
}

.bg {
	width: 100%;
	position: relative;
	font-size: 0px;
	display: block;
}

.bg .coin_back {
	width: 100%;
	position: absolute;
}

.bg2 {
	width: 100%;
	position: auto;
	display: inline-block;
}

.wrapper .bg2 .coin_front {
	width: 100%;
	position: absolute;
	max-width: 1280px;
	top: 0%;
}

.year_img {
	width: 100%;
}

.year .two {
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.year .zero {
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.year .one {
	width: 25%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}
.year .eight {
	width: 22%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}

.dog {
	width: 25%;
	display: inline-block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.dog1 {
	top: 8%;
	left: 28%;
	animation: slideLeft 1s infinite ease-out;
	z-index: 99;
	cursor: pointer;
}

.dog2 {
	top: 13%;
	left: 17%;
    animation: fadeOut 0.5s;
	display: none;
	z-index: 99;
	cursor: pointer;
}

.container {
	top: 13%;
    left: 18%;
	z-index: 99;
	cursor: pointer;
}

.flashDog {
	width: 48%;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}

.dog3 {
	bottom: 28%;
	right: 11%;
	animation: bounce 1s infinite linear;
	z-index: 99;
	cursor: pointer;
}

.dog4 {
	top: -9%;
	left: 18%;
	animation: bounce 1s infinite linear;
	animation-delay: 0.5s;
	z-index: 99;
	cursor: pointer;
}

.dog5a {
	top:-11%;
	left: 39%;
	width: 17%;
	animation: slideLeft2 1s infinite linear;
	z-index: 99;
	cursor: pointer;
}

.dog5b {
	top:-11%;
	left: 41%;
	z-index: 99;
	cursor: pointer;
}

.sun {
	position: absolute;
	width: 15%;
	right: 36%;
	top: 20%;
	animation: bounceIn 3s infinite linear;
}

.nin {
	position: absolute;
	width: 15%;
	right: 36%;
	top: 31%;
	animation: bounceIn 3s infinite linear;
	animation-delay: 0.5s;
}

.fi {
	position: absolute;
	width: 15%;
	right: 36%;
	top: 42%;
	animation: bounceIn 3s infinite linear;
	animation-delay: 1s;
}

.lok {
	position: absolute;
	width: 15%;
	right: 36%;
	top: 53%;
	animation: bounceIn 3s infinite linear;
	animation-delay: 1.5s;
}

.bubble {
	width: 25%;
	display: inline-block;
	position: absolute;
	animation: bounce 1s infinite linear;
	cursor: pointer;
}

.bubble1 {
	top: 0.6%;
	left: -3%;
	z-index: 99;
}

.bubble2 {
	top: 0.6%;
	left: -3%;
	animation-delay: 0.5s;
	z-index: 99;
}

.bubble3 {
	bottom: 15%;
	right: -3%;
	animation-delay: 0.5s;
	z-index: 99;
}

.bubble4 {
	top: -23%;
	left: 3%;
	z-index: 99;
}

.bubble5 {
	top: -12%;
	left: -2%;
	z-index: 99;
	width: 28%;
}

.treasure {
	top: -19%;
	left: 40%;
}

.gold_light {
	top:-18%;
	left:40%;
	z-index:999;
	animation: flash 3s infinite linear;
}

.big_fish {
	right: -2%;
	bottom: 62%;
	animation: bounceInLeft 1s infinite linear;
}

.small_fish {
	right: 3%;
	bottom: 52%;
	width: 20%;
	animation: bounceInLeft2 1s infinite linear;
}

.won {
	right: 8.2%;
    bottom: 40%;
    width: 15%;
	animation: slideUp 1s infinite linear;
}

.firecracker {
    right: 18%;
    bottom: 50%;
    width: 18%;
	animation: swing 1s infinite linear;
}

.coin {
	left: 40%;
	bottom: 32%;
	width: 15%;
	position: absolute;
	animation: coinShow 2s infinite linear;
}

.coin2 {
	left: 42%;
	bottom: 34%;
	width: 15%;
	position: absolute;
	animation: coinShow2 2s infinite linear;
}

.coin3 {
	left: 54%;
	bottom: 31%;
	width: 15%;
	position: absolute;
	animation: coinShow3 2s infinite linear;
}

.coin4 {
	left: 59%;
	bottom: 33%;
	width: 15%;
	position: absolute;
	animation: coinShow4 2s infinite linear;
}

.coin5 {
	left: 31%;
	bottom: 33%;
	width: 15%;
	position: absolute;
	animation: coinShow5 2s infinite linear;
}

.title img {
	width: 25%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(150%, 0%);
}
.scroll_container {
	width: 52%;
	margin: 0 auto;
	position: relative;
	animation: scrollExpand 2s linear;
}

.scroll_container_a {
	width: 52%;
	margin: 0 auto;
	position: relative;
	animation: scrollExpand 2s linear;
}

.scroll_container_b {
	width: 52%;
	margin: 0 auto;
	position: relative;
	animation: scrollExpand 2s linear;
}

.scroll_container_c {
	width: 52%;
	margin: 0 auto;
	position: relative;
	animation: scrollExpand 2s linear;
}

.scroll_container_d {
	width: 52%;
	margin: 0 auto;
	position: relative;
	animation: scrollExpand 2s linear;
}

.scroll_container_e {
	width: 52%;
	margin: 0 auto;
	position: relative;
	animation: scrollExpand 2s linear;
}

.scroll {
	width: 30px;
	background-color: #EB1211;
	position: absolute;
}

.scroll.left {
	top: 0px;
	left: 0px;
	bottom: 0px;
}

.scroll.right {
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.greeting {
	background-image:url(../img/title_2.png);
	display: inline-block;
	background-size: contain;
	background-repeat: repeat-x;
	font-size: 0;
	margin: 13px auto 13px auto;
	min-height: 140.77px;
}

.greeting img {
	width: 65%;
    margin: 0 auto;
    padding: 23px;
    display: block;
	visibility: visible;
	animation: greetingImgShow 1s linear;
}

.greeting_a img {
	width: 69%;
    margin: 0 auto;
    padding: 13px;
    display: block;
}

.greeting_b img {
	width: 64%;
    margin: 0 auto;
    padding: 23px;
    display: block;
}

.greeting_c img {
	width: 69%;
    margin: 0 auto;
    padding: 15px;
    display: block;
}

.greeting_d img {
	width: 69%;
    margin: 0 auto;
    padding: 15px;
    display: block;
}

.greeting_e img {
	width: 69%;
    margin: 0 auto;
    padding: 15px;
    display: block;
}

.shine {
	width: 3%;
	position: absolute;
	animation: flash 3s infinite linear;
	}

.shine1 {
	width: 6%;
	top: 8%;
	right: 18%;
}

.shine2 {
	right: 38%;
	animation-delay: 0.3s;
}

.shine3 {
	top: 6%;
	right: 65%;
	animation-delay: 0.6s;
}

.shine4 {
	top: 3%;
	right: 12%;
	animation-delay: 0.8s;
}

.stair {
	width: 31%;
	position: absolute;
}

.stair5 {
	bottom: 48.2%;
    left: 3.5%;
		animation: coinShow5 2s infinite linear;
}

.stair4 {
	bottom: 43.6%;
    left: 9.5%;
    width: 25%;
		animation: coinShow4 2s infinite linear;
}
.stair3 {
	bottom: 41.4%;
    left: 9.4%;
		animation: coinShow2 2s infinite linear;
}
.stair2 {
	bottom: 36.8%;
    left: 15.6%;
    width: 25%;
	animation: coinShow3 2s infinite linear;
}
.stair1 {
	bottom: 35.1%;
    left: 15.4%;
	animation: coinShow 2s infinite linear;
}

.share {
	width: 36%;
    position: absolute;
    bottom: -3%;
    right: 19%;
}

.fb {
	width: 12%;
    position: absolute;
    bottom: 3%;
    right: 6%;
    cursor: pointer;
    z-index: 999;
}

.email {
	width: 15%;
    position: absolute;
    bottom: 8%;
    right: -12%;
    cursor: pointer;
    z-index: 999;
}
.laisee {
	width: 15%;
    position: absolute;
    top: 32%;
    right: 20%;
}
.vert_coin {
	width: 5%;
	position: absolute;
	top: 30%;
	right: 22%;
	animation: fadeOutDown 0.9s linear infinite;
}
.vert_coin2 {
	width: 5%;
	position: absolute;
	top: 26%;
	right: 28%;
	animation: fadeOutDown 0.9s linear infinite;
	animation-delay: 0.2s;
}
p {
	font-family: "Microsoft JhengHei";
	-webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#flashDog1 {
	animation: dogShow 0.5s infinite linear;
	width: 50%;
}

#flashDog2 {
	animation: dogShow2 0.5s infinite linear;
    width: 45%;
	top: -10px;
}

#flashDog3 {
	animation: dogShow3 0.5s infinite linear;
    width: 45%;
	top: -4px;
}

#flashDog4 {
	animation: dogShow4 0.5s infinite linear;
	width: 50%;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes greetingImgShow {
	from {
		visibility: hidden;
	}
	
	40% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes scrollExpand {
	from {
		width: 9%;
	}
	
	20% {
		width: 52%;
	}
	
	to {
		width: 52%;
	}
}

@keyframes scrollExpand2 {
	from {
		width: 9%;
	}
	
	20% {
		width: 65%;
	}
	
	to {
		width: 65%;
	}
}

@keyframes scrollExpand3 {
	from {
		width: 9%;
	}
	
	20% {
		width: 100%;
	}
	
	to {
		width: 100%;
	}
}

@keyframes dogShow {
	from {
		visibility: visible;
	}
	
	20% {
		visibility: hidden;
	}
	
	to {
		visibility: hidden;
	}
}

@keyframes dogShow2 {
	from {
		visibility: hidden;
	}
	
	20% {
		visibility: hidden;
	}
	
	25% {
		visibility: visible;
	}
	
	40% {
		visibility: hidden;
	}
	
	to {
		visibility: hidden;
	}
}

@keyframes dogShow3 {
	from {
		visibility: hidden;
	}
	
	40% {
		visibility: hidden;
	}
	
	50% {
		visibility: visible;
	}
	
	60% {
		visibility: hidden;
	}
	
	to {
		visibility: hidden;
	}
}

@keyframes dogShow4 {
	from {
		visibility: hidden;
	}
	
	60% {
		visibility: hidden;
	}
	
	70% {
		visibility: visible;
	}
	
	to {
		visibility: hidden;
	}
}


@keyframes coinShow {
	from {
		visibility: hidden;
	}
	
	20% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}
  
@keyframes coinShow2 {
	from {
		visibility: hidden;
	}
	
	35% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes coinShow3 {
	from {
		visibility: hidden;
	}
	
	25% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes coinShow4 {
	from {
		visibility: hidden;
	}
	
	45% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes coinShow5 {
	from {
		visibility: hidden;
	}
	
	55% {
		visibility: hidden;
	}
	
	to {
		visibility: visible;
	}
}

@keyframes slideLeft {
  from {
    transform: translate(0, 0);
  }

  50% {
    visibility: hidden;
    transform: translate(-28%, 12%);
  }
	to {
    transform: translate(0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideLeft2 {
  from {
    transform: translate(0, 0);
  }

  50% {
    visibility: hidden;
    transform: translate(-36%, 12%);
  }
	to {
    transform: translate(0, 0);
  }
}

.slideOutLeft2 {
  animation-name: slideOutLeft2;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    transform: translate3d(0, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInLeft2 {
  from, 40%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    transform: translate3d(0, 0, 0);
  }

  40% {
    opacity: 1;
    transform: translate3d(-3px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft2;
}

@keyframes slideUp {
  from {
    transform: translate(0, 0);
  }

  50% {
    visibility: hidden;
    transform: translate(0, -12%);
  }
	to {
    transform: translate(0, 0);
  }
}

.slideOutLeft {
  animation-name: slideUp;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}
	
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* FOOTER */
#Footer {
	width: 100%;
	min-width: 960px\9;
	clear: both;
	font-size: 8px;
}
:root #Footer {
	min-width: 100%;
}
#Footer #FooterContainer {
	max-width: 960px;
	width:100%;
	position: relative;
	margin: auto;
	//*height: 80px;*//
	display: block;
}
#Footer #FooterContainer #FooterLogo {
	max-width: 74px;
	width: 24%;
	height: 50px;
	margin: 15px 15px;
	float: left;
	cursor: pointer;
	background-image: url(../pic/footerlogo.png);
	background-size:contain !important;
	background-repeat: no-repeat;
}
#Footer #FooterContainer #FooterLogo.DM {
	background-image: url(../pic/dm-logo.jpg);
}
#Footer #FooterContainer #FooterLogo.EPRC {
	background-image: url(../pic/EPRC.png);
}
#Footer #FooterContainer #FooterLogo.ettrade {
	background-image: url(../pic/ettrade.png);
	max-width: 100px;
}
#Footer #FooterContainer #FooterLogo.etwealth {
	background-image: url(../pic/etwealth.png);
}
#Footer #FooterContainer #FooterLogo.CN {
	background-image: url(../pic/cn.png);
}
#Footer #FooterContainer #FooterFBetnet {
	max-width: 150px;
	width: 38%;
	height: 36px;
	margin: 22px 0px;
	float: right;
	cursor: pointer;
	background-image: url(../pic/footerfbetnet.png);
	background-size:contain !important;
	background-repeat: no-repeat;
	background-position:center center;
}
#Footer #FooterContainer #FooterFBdiva {
	max-width: 150px;
	width: 38%;
	height: 36px;
	margin: 22px 0px 22px 13px;
	float: right;
	cursor: pointer;
	background-image: url(../pic/footerfbdiva.png);
	background-size:contain !important;
	background-repeat: no-repeat;
	background-position:center center;
}
#Footer #FooterContainer #FooterIGdiva {
	max-width: 150px;
	width: 38%;
	height: 36px;
	margin: 22px 0px 22px 13px;
	float: right;
	cursor: pointer;
	background-image: url(../pic/footerigdiva.png);
	background-size:contain !important;
	background-repeat: no-repeat;
	background-position:center center;
}

/*terms*/
a {
	color: #BF945D;
	text-decoration: none;
}
a:hover {
	color: #b38346;
}

#Terms {
	width: 100%;
	min-width: 960px\9;
	clear: both;
}
:root #Terms {
	min-width: 100%;
}
#Terms #TermsContainer {
	max-width: 960px;
	width:960px;
	//*padding: 8px;*//
	color: #b38346;
	position: relative;
	margin: auto;
	display: block;
}
#Terms #TermsContainer p.List {
	font-size: 13px;
	word-spacing: 3px;
	margin: 0px 15px;
}
#Terms #TermsContainer p.Disclaimer {
	font-size: 10px;
	text-align: justify;
	padding: 6px;
    margin: 0px 15px;
}
@media (max-width:1242px) {
	.wrapper2 {
	left: 50%;
    transform: translate(-50%, 0%);
}
}
@media (max-width: 768px) {
.title img {
	width: 40%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(77%, 0%);
	}
#floatTab img {
    width: 32%;
    float: right;
    margin: 206% auto;
    cursor: pointer;
}
.year .two {
	width: 50%;
}
.year .zero {
	width: 50%;
}
.year .one {
	width: 50%;
}
.year .eight {
	width: 43%;
}
	
.wrapper {
	overflow: hidden;
	width: 90%;
    margin: 5% auto;
}
	
.wrapper .year {
		width: 90%;
		margin: auto;
		top: -15px;
	position: relative;
	}
	
.bg .coin_back{
	width: 120%;
	position: absolute;
}
.scroll_container {
		width: 100%;
			animation: scrollExpand3 2s linear;
	}
.scroll_container_a {
		width: 100%;
		animation: scrollExpand3 2s linear;
	}
.scroll_container_b {
		width: 100%;
		animation: scrollExpand3 2s linear;
	}
.scroll_container_c {
		width: 100%;
		animation: scrollExpand3 2s linear;
	}
.scroll_container_d {
		width: 100%;
		animation: scrollExpand3 2s linear;
	}
.scroll_container_e {
		width: 100%;
		animation: scrollExpand3 2s linear;
	}
.greeting {
		min-height: 120px;
	}
.greeting_b img {
		width: 64%;
	}
.scroll {
		width: 15px;
	}
.greeting {
		margin: 5px auto 5px auto;
	}
.wrapper .bg2 .coin_front {
		animation: fadeOutDown 1s infinite linear;
	}
.bg .coin_back {
		animation: fadeOutDown 1s infinite linear;
	animation-delay: 0.2s;
	}
.bubble5 {
		width: 25%;
	}
.dotWrapper img {
	    width: 40px;
}
	}
@media (max-width: 580px) {
		#Footer #FooterContainer #FooterIGdiva {
		margin: 60px 0px 0px 13px;
		right:0;
		position:absolute;
		display:block;
	}
}
@media (max-width: 445px) {
	#floatTab img {
    width: 23%;
    float: right;
    margin: 110% auto;
    cursor: pointer;
}
	#Footer {
		position: relative;
   	 	/*margin: -9% 0;*/
	}
	:root #Terms {
		padding: 30px 0px;
	}
	:root #Terms.etw_terms {
		padding: 10px 0px;
	}
	#Terms #TermsContainer p.List {
	font-size: 7px;
	word-spacing: 3px;
}
	#Terms #TermsContainer {
		margin: auto 2%;
	}
	
	#Footer #FooterContainer #FooterFBetnet {
		background-size: 130px;
		margin: 5px 0px;
		width: 34%;
	}
	#Footer #FooterContainer #FooterFBdiva {
		background-size: 130px;
		margin: 5px 10px;
		width: 34%;
	}
	#Footer #FooterContainer #FooterLogo {
		    margin: 0px 0px 0px 15px;
	}
	#Footer #FooterContainer #FooterIGdiva {
		width: 34%;
		margin: 39px 10px 0px 13px;
	}
	.title img {
    width: 40%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(77%, 14%);
}
	.dotWrapper img {
	    width: 40px;
		margin: -3px;
}
	.dot {
		margin: 3px;
		padding: 5px 0;
	}
	.loadText {
		font-size: 10pt;
	}
	.loadGreet {
	display: block;
    margin: 0 12px;
}
	.greeting {
		min-height: 69px;
	}
	.wrapper {
		margin: 0% auto;
	}
	.wrapper .year {
		width: 80%;
	}
	.greeting img {
		padding: 10px;
	}
	.greeting_a img{
		padding: 5px;
	}
	.greeting_c img{
		padding: 5px;
	}
	.greeting_d img{
		padding: 5px;
	}
	.greeting_e img{
		padding: 5px;
	}
	.email {
		    width: 21%;
    position: absolute;
    bottom: 4%;
    right: -31%;
    cursor: pointer;
    z-index: 999;
	}
	.share {
		    width: 51%;
    position: absolute;
    bottom: -8%;
    right: 11%;
	}
	.fb {
		    width: 17%;
    position: absolute;
    bottom: -4%;
    right: -6%;
    cursor: pointer;
    z-index: 999;
	}
	}
@media (max-width: 340px) {
	#Footer #FooterContainer #FooterLogo {
		width: 21%;
	}
	.greeting {
    min-height: 60px;
}
}
	
@media only screen and (-webkit-min-device-pixel-ratio : 2), only screen and (min-device-pixel-ratio : 2), only screen and (min-resolution: 2dppx) {
	#Footer #FooterContainer #FooterLogo {
		background-image: url(../pic/footerlogo.png);
		background-size: 74px;
		height: 50px;
	}
	#Footer #FooterContainer #FooterFBetnet {
		background-image: url(../pic/footerfbetnet.png);
		background-size: 150px;
	
	}
	#Footer #FooterContainer #FooterFBdiva {
		background-image: url(../pic/footerfbdiva.png);
		background-size: 150px;
	}
}