.adbro-williamgrant {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 !important;
	}

.adbro-williamgrant * {
	box-sizing: border-box;
	}

.adbro-williamgrant__container {
	position: absolute;
	bottom: 0;
	height: 170px;
	left: 50%;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
	}

.adbro-williamgrant__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
	margin: 0 !important;
	background: url(../images/williamgrant-bg.png?v=2) no-repeat center top;
	background-size: cover;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	overflow: hidden;
	}

.adbro-williamgrant__logo {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	bottom: 13px;
	margin-left: -151px !important;
	background: url(../images/williamgrant-logo.png?v=2) no-repeat left bottom;
	background-size: contain;
	width: 62px;
	height: 24px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
	}

.adbro-williamgrant__text {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-animation: fadeInUp24 .7s .9s both;
	animation: fadeInUp24 .7s .9s both;
	}

.adbro-williamgrant__text--1 {
	bottom: -2px;
	margin-left: -160px !important;
	width: 297px;
	height: 39px;
	background-image: url(../images/williamgrant-text.png?v=3);
	}

	.adbro-williamgrant__text--2 {
    bottom: 4px;
    margin-left: -151px !important;
    width: 61px;
    height: 11px;
	background-image: url(../images/williamgrant-text3.png?v=3);
	-webkit-animation: fadeInLeft24 .7s .9s both;
	animation: fadeInLeft24 .7s .9s both;
}

.adbro-williamgrant__img {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
	}

.adbro-williamgrant__img--1 {
	bottom: -10px;
	margin-left: 56px !important;
	width: 99px;
	height: 74px;
	background-image: url(../images/williamgrant-img.png?v=2);
	}

.adbro-grid .adbro-close {
	bottom: auto;
	top: -4px;
	z-index: 2;
}

.adbro-grid {
	position: relative;
	padding: 0!important;
}

.adbro-grid__list {
	display: block!important;
	padding: 22px 0 38px!important;
	height: 300px!important;
	position: relative;
	background: url(../images/williamgrant-grid-bg.jpg) no-repeat 50% 50% / cover;
	-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(-13%);
		transform: translateY(-13%);
	}
}

@keyframes move27 {
	50% {
		-webkit-transform: translateY(-13%);
		transform: translateY(-13%);
	}
}

.adbro-bottom .adbro-grid__list {
	margin: 0!important;
	padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 20px !important;
	overflow-x: hidden!important;
}

.adbro-grid__top {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 22px;
	background: url(../images/williamgrant-grid-top-bg.png) no-repeat 50% 50% / cover;
	z-index: 1;
}

.adbro-grid__top:before {
	content: '';
	position: absolute;
    top: 1px;
    left: 9px;
	margin: 0 !important;
	background: url(../images/williamgrant-grid-top-text2.png?v=2) no-repeat left bottom;
	background-size: contain;
	width: 73px;
	height: 20px;
}

.adbro-grid__top:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 50%;
	margin: 0 !important;
	margin-left: -23px !important;
	background: url(../images/williamgrant-grid-top-text.png?v=2) no-repeat left bottom;
	background-size: contain;
	width: 46px;
	height: 19px;
}

.adbro-grid__box {
	position: relative;
	display: block!important;
	margin: 5px 10px!important;
	padding-bottom: 66.66%;
	perspective: 600px;
}

.adbro-grid__box + .adbro-grid__box {
	margin-top: 0!important;
}

.adbro-grid__scene {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	width: 100%;
	height: 100%;
	-webkit-transition: transform .7s;
	transition: transform .7s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.adbro-grid__box--active .adbro-grid__scene {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.adbro-grid__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block!important;
	margin: 0 auto!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.adbro-grid__box--2 .adbro-grid__img--front {
	background-image: url(../images/williamgrant-grid-img2-front.png?v=2);
}

.adbro-grid__box--2 .adbro-grid__img--back {
	background-image: url(../images/williamgrant-grid-img2-back.png?v=2);
}

.adbro-grid__box--3 .adbro-grid__img--front {
	background-image: url(../images/williamgrant-grid-img3-front.png?v=2);
}

.adbro-grid__box--3 .adbro-grid__img--back {
	background-image: url(../images/williamgrant-grid-img3-back.png?v=2);
}

.adbro-grid__box--4 .adbro-grid__img--front {
	background-image: url(../images/williamgrant-grid-img4-front.png?v=2);
}

.adbro-grid__box--4 .adbro-grid__img--back {
	background-image: url(../images/williamgrant-grid-img4-back.png?v=2);
}

.adbro-grid__box--5 .adbro-grid__img--front {
	background-image: url(../images/williamgrant-grid-img5-front.png?v=2);
}

.adbro-grid__box--5 .adbro-grid__img--back {
	background-image: url(../images/williamgrant-grid-img5-back.png?v=2);
}

.adbro-grid__line {
	background: #831E45;
	border-radius: 0 0 5px 5px!important;
}

.adbro-grid__btn {
	background-image: url(../images/williamgrant-grid-btn.png?v=2);
	width: 98px !important;
	height: 15px !important;
}

.adbro-grid__arrow {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0!important;
	margin-left: -12px!important;
	background: url(../images/williamgrant-arrow.png) no-repeat left bottom;
	background-size: contain;
	width: 24px;
	height: 30px;
	-webkit-animation: fadeIn24 .5s 5s both;
	animation: fadeIn24 .5s 5s both;
}

.adbro-grid__img--back {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.adbro-grid__box--active .adbro-grid__img--back {
	opacity: 1;
	visibility: visible;
}

.adbro-grid__box--active .adbro-grid__img--front {
	opacity: 0;
	visibility: hidden;
}

.adbro-grid__icon {
	display: block!important;
	margin: 0!important;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 1;
}

.adbro-grid__icon svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0!important;
	margin-top: -16px!important;
	margin-left: -16px!important;
	fill: #fff;
	-webkit-transition: transform .4s;
	transition: transform .4s;
}

.adbro-grid__box--active .adbro-grid__icon svg {
	fill: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.adbro-grid__box--2 .adbro-grid__icon:before {
	content: '';
	position: absolute;
	top: -9px;
	left: -9px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255,255,255, .6);
	opacity: 0.5;
}

.adbro-grid__box--2 .adbro-grid__icon:before {
	-webkit-animation: flash27 2s 1s both;
	animation: flash27 2s 1s both;
	-webkit-animation-iteration-count: 10;
	animation-iteration-count: 10;
}

.adbro-grid__box--active .adbro-grid__icon:before {
	-webkit-animation: none;
	animation: none;
	opacity: 0;
}

@-webkit-keyframes flash27 {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
	}
}

@keyframes flash27 {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 0.5;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
	}
}

.adbro-grid__video {
	position: relative;
	background-color: transparent!important;
	padding: 0 !important;
	box-shadow: none!important;
}

.adbro-grid__video:after {
	content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
}

.adbro-grid__video video {
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}

.adbro-grid__item--wide {
	position: relative;
	padding: 0!important;
}

.adbro-grid .adbro-grid__item--wide {
	margin: 0!important;
	width: 100%!important;
	height: auto!important;
}

.adbro-grid__sound {
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0!important;
	width: 22px;
	height: 22px;
	background: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound.png) no-repeat left bottom !important;
	background-size: contain !important;
	border-radius: 50%;
	padding: 0;
	border: none;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	overflow: visible !important;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5));
}

.adbro-grid__sound:before,
.adbro-grid__sound:after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	-webkit-animation: fall25 2s .3s both infinite;
	animation: fall25 2s .3s both infinite;
}

.adbro-grid__sound:before {
	top: -10px;
	left: -2px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item.png);
	width: 7px;
	height: 8px;
}

.adbro-grid__sound:after {
	top: -15px;
	left: 15px;
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-sound-item2.png);
	width: 7px;
	height: 12px;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.adbro-grid__sound.adbro-sound--on {
	background-image: url(https://cdn.adbro.me/inimage/images/adbro-icon-sound2.png)!important;
}

.adbro-grid__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}




.adbro-link {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 80px;
	margin: 0 !important;
	cursor: pointer;
	}

.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 .4s both;
	animation: fadeIn24 1s .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 .4s both;
	animation: fadeIn24 1s .4s both;
	cursor: pointer;
	z-index: 1;
	}

.adbro-replay {
	position: absolute;
	bottom: 35px;
	left: 5px;
	margin: 0 !important;
	background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg) no-repeat 50% 50%;
	background-size: 18px 18px;
	width: 24px;
	height: 23px;
	-webkit-animation: fadeIn24 1s .6s both;
	animation: fadeIn24 1s .6s both;
	cursor: pointer;
	z-index: 1;
	}

@-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 fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}

@keyframes fadeInOut24 {
	0%, 55%, 100% {
		opacity: 0;
	}
	5%, 50% {
		opacity: 1;
	}
}

@-webkit-keyframes shine24 {
    0% {
        left: 10%;
        opacity: 0;
        }
    5% {
        opacity: 0;
        }
    50% {
        opacity: 0.8;
        }
    80% {
        opacity: 0;
        }
    100% {
        left: 90%;
        }
    }

@keyframes shine24 {
    0% {
        left: 10%;
        opacity: 0;
        }
    5% {
        opacity: 0;
        }
    50% {
        opacity: 0.3;
        }
    80% {
        opacity: 0;
        }
    100% {
        left: 90%;
        }
    }

@-webkit-keyframes fall25 {
	from {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes fall25 {
	from {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}