.adbro-kfc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
}

.adbro-kfc * {
	box-sizing: border-box;
}

.adbro-kfc__container {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 170px;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
}

.adbro-kfc__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 68px;
	margin: 0 !important;
	background: url(../images/kfc-bg.png) no-repeat center top / cover;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
}

.adbro-kfc__logo {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin: 0 !important;
	margin-left: -155px !important;
	background: url(../images/kfc-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 32px;
	height: 12px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-kfc__text {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.adbro-kfc__text--1 {
    bottom: 0;
    margin-left: -98px !important;
    background-image: url(../images/kfc-text.png);
    width: 62px;
    height: 43px;
    -webkit-animation: fadeInDown24 .7s .7s both;
    animation: fadeInDown24 .7s .7s both;
}

.adbro-kfc__text--2 {
    bottom: 0;
    margin-left: -160px !important;
    background-image: url(../images/kfc-text2.png?v=1);
    width: 60px;
    height: 7px;
    -webkit-animation: fadeInLeft24 .7s .7s both;
    animation: fadeInLeft24 .7s .7s both;
}

.adbro-kfc__text--3 {
    bottom: 4px;
    margin-left: -31px !important;
    background-image: url(../images/kfc-text3.png);
    width: 37px;
    height: 7px;
    -webkit-animation: fadeInUp24 .7s .9s both;
    animation: fadeInUp24 .7s .9s both;
}

.adbro-kfc__text--4 {
    bottom: 9px;
    margin-left: 14px !important;
    background-image: url(../images/kfc-text4.png);
    width: 60px;
    height: 7px;
    -webkit-animation: fadeInUp24 .7s 1.2s both;
    animation: fadeInUp24 .7s 1.2s both;
}

.adbro-kfc__btn {
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: 0 !important;
	margin-left: 81px !important;
	background: url(../images/kfc-btn.png) no-repeat left bottom / contain;
	width: 59px;
	height: 13px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
}

.adbro-kfc__btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
	width: 25%;
	height: 100%;
	-webkit-animation: shine24 2s 2.2s;
	animation: shine24 2s 2.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
}


.adbro-grid {
	background: #AA0009 !important;
	border-radius: 0 0 5px 5px !important;
	position: relative;
	padding: 0 !important;
}

.adbro-grid__line {
	background: #AA0009;
	border-radius: 0 0 5px 5px !important;
	z-index: 1;
}

.adbro-grid__btn {
	background-image: url(../images/kfc-grid-btn.png);
	height: 15px !important;
}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -1px;
	z-index: 2;
}

.adbro-grid__list {
	display: block !important;
	padding-top: 0 !important;
	padding-bottom: 38px !important;
	position: relative;
	-webkit-animation: move27 1.8s 2s both;
	animation: move27 1.8s 2s both;
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

@-webkit-keyframes move27 {
	50% {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
	}
}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-12%);
		transform: translateY(-12%);
	}
}

.adbro-bottom .adbro-grid__list {
	margin: 0 !important;
	overflow-x: hidden !important;
}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	background: url(../images/kfc-grid-top-bg.png) no-repeat center bottom / cover;
	width: 100%;
	height: 27px;
	z-index: 1;
}

/*.adbro-grid__top::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0;
    background: url(../images/kfc-grid-logo.png) no-repeat 50% 50% / contain;
    width: 32px;
    height: 18px;
}*/

.adbro-grid__box {
	display: block !important;
	margin: 0 !important;
	position: relative;
}

.adbro-grid__box:first-child {
	margin-top: 0 !important;
}

.adbro-grid__img {
	margin: 0 auto !important;
	width: 100%;
	padding: 0 !important;
	display: block !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	}

.adbro-grid__box--1 .adbro-grid__img {
	background-image: url(../images/kfc-grid-img.png?v=1);
	padding-bottom: 112.5% !important;
	}

.adbro-grid__trigger {
    position: absolute;
    bottom: 7px;
    left: 50%;
    margin: 0 !important;
    margin-left: 30px !important;
    background: url(../images/kfc-grid-trigger.png) no-repeat 50% 50% / contain;
    width: 93px;
    height: 93px;
    cursor: pointer;
    z-index: 3;
    overflow: visible !important;
}

.adbro-grid__pointer {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 !important;
    margin-left: 50px !important;
    background: url(../images/kfc-grid-pointer.png) no-repeat 50% 50% / contain;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 3;
    overflow: visible !important;
}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0 !important;
	margin-left: -12px !important;
	background: url(../images/kfc-grid-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 .5s 5s both;
	animation: fadeIn24 .5s 5s both;
}


/* popup */

.adbro-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 38px;
	margin: 0 !important;
	z-index: 100001;
	padding: 0 0 38px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	background: #AA0009;
	pointer-events: none;
	}

.adbro-popup--vis {
	opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s;
    pointer-events: auto;
	}

.adbro-popup__close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../images/kfc-popup-close.png) no-repeat 50% 50% / contain;
	width: 71px;
	height: 34px;
	margin: 0 !important;
	cursor: pointer;
	z-index: 2;
	}

.adbro-popup__section {
    margin: 0 !important;
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding: 0;
}

.adbro-popup__header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.adbro-popup__box {
    display: block !important;
    margin: 0 !important;
    position: relative;
}

.adbro-popup__img {
    position: relative;
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.adbro-popup__box--1 .adbro-popup__img {
	background-image: url(../images/kfc-popup-img.png?v=1);
	padding-bottom: 160.73% !important;
}

.adbro-popup__line {
	position: fixed;
	z-index: 5;
	bottom: 0;
	width: 100%;
	height: 38px;
	margin: 0 !important;
	background: #AA0009;
	border-radius: 0px !important;
	display: block !important;
	}

.adbro-popup__btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0!important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url(../images/kfc-grid-btn.png);
	width: 224px !important;
    height: 15px !important;
	}


.adbro-kfc-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 40px;
	margin: 0 !important;
	width: 110px;
	height: 110px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
}

.adbro-kfc-round .adbro-close {
	bottom: 125px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.adbro-kfc-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
}

.adbro-kfc-round__img {
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin: 0 !important;
	margin-left: -51px !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 4.5s forwards;
	animation: fadeIn24 .7s .2s both, fadeOut24 .3s 4.5s forwards;
}

.adbro-kfc-round__img--1 {
	background-image: url(../images/kfc-round-img.png);
}

.adbro-kfc-round__img--2 {
	background-image: url(../images/kfc-round-img2.png);
	-webkit-animation-delay: 4.5s, 9s;
	animation-delay: 4.5s, 9s;
}

.adbro-kfc-round__btn {
	position: absolute;
	bottom: 6px;
	left: 50%;
	margin: 0 !important;
	margin-left: -38px !important;
	background: url(../images/kfc-round-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 74px;
	height: 17px;
	-webkit-animation: fadeInUp24 .7s .2s both;
	animation: fadeInUp24 .7s .2s both;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25);
	border-radius: 10px;
}

.adbro-close {
	position: absolute;
	bottom: 35px;
	right: 0;
	background: url(https://cdn.adbro.me/inimage/images/adbro-close.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 30px;
	height: 30px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s 0.4s both;
	animation: fadeIn24 1s 0.4s both;
	cursor: pointer;
	z-index: 1;
}

.adbro-icon {
	position: absolute;
	bottom: 6px;
	right: 4px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon2.svg) no-repeat 50% 50%;
	background-size: 100% 100%;
	width: 21px;
	height: 20px;
	margin: 0 !important;
	-webkit-animation: fadeIn24 1s 0.4s both;
	animation: fadeIn24 1s 0.4s both;
	cursor: pointer;
	z-index: 1;
}

.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
}

@-webkit-keyframes fadeIn24 {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn24 {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}


@-webkit-keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown24 {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp24 {
	from {
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@-webkit-keyframes fadeOut24 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
	}
}

@keyframes fadeOut24 {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		visibility: hidden;
		display: none;
		pointer-events: none;
	}
}