.adbro-ford {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0!important;
}

.adbro-ford * {
	box-sizing: border-box;
}

.adbro-ford__block {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 !important;
    background: url(../images/ford-block-bg.png) repeat center center / cover;
    -webkit-animation: fadeIn24 1s 1.5s both, slideOutDown24 .5s 6.5s forwards;
    animation: fadeIn24 1s 1.5s both, slideOutDown24 .5s 6.5s forwards;
    z-index: 2;
}

.adbro-takeover-3s.adbro-ford__block {
	-webkit-animation: fadeIn24 1s 1s both, slideOutDown24 .5s 4.5s forwards;
	animation: fadeIn24 1s 1s both, slideOutDown24 .5s 4.5s forwards;
	}

.adbro-ford__block-link,
.adbro-ford__block-logo,
.adbro-ford__block-text,
.adbro-ford__block-btn  {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

.adbro-ford__block-text--1 {
    background-image: url(../images/ford-block-text.png);
	background-position: bottom;
    -webkit-animation: fadeInLeft24 .7s 1.7s both;
    animation: fadeInLeft24 .7s 1.7s both;
}

.adbro-ford__block-text--2 {
    background-image: url(../images/ford-block-text2.png);
	background-position: bottom;
    -webkit-animation: fadeInLeft24 .7s 1.9s both;
    animation: fadeInLeft24 .7s 1.9s both;
}

.adbro-ford__block-logo {
    background-image: url(../images/ford-block-logo.png);
    background-position: top left;
    -webkit-animation: fadeInDown24 .7s 1.7s both;
    animation: fadeInDown24 .7s 1.7s both;
}

.adbro-ford__block-btn {
    background-image: url(../images/ford-block-btn.png);
	background-position: bottom right;
    -webkit-animation: fadeInRight24 .7s 1.7s both;
    animation: fadeInRight24 .7s 1.7s both;
}

.adbro-takeover-replay .adbro-close {
	bottom: auto;
    top: 0px;
    right: 0px;
}

.adbro-ford__block-link {
    display: block !important;
    width: 100%!important;
    height: 100%!important;
}

.adbro-ford__container {
	position: absolute;
	bottom: 0;
	height: 170px;
	left: 50%;
	margin: 0 !important;
	margin-left: -219px !important;
	width: 438px;
	max-width: none !important;
    }

.adbro-ford__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background: url(../images/ford-bg.png) no-repeat center top;
	background-size: cover;
	margin: 0 !important;
	-webkit-animation: slideInUp24 .5s .3s both;
	animation: slideInUp24 .5s .3s both;
	}

.adbro-ford__text {
	position: absolute;
	left: 50%;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	}

.adbro-ford__text--1 {
	bottom: 29px;
    margin-left: -15px !important;
    background-image: url(../images/ford-text.png);
    width: 149px;
    height: 14px;
	-webkit-animation: fadeInDown24 .7s .7s both;
	animation: fadeInDown24 .7s .7s both;
	}

.adbro-ford__text--2 {
	bottom: 13px;
	margin-left: -10px !important;
	background-image: url(../images/ford-text2.png);
	width: 77px;
	height: 17px;
	-webkit-animation: fadeInUp24 .7s .7s both;
	animation: fadeInUp24 .7s .7s both;
	}

.adbro-ford__text--3 {
    bottom: 1px;
    margin-left: -14px !important;
    background-image: url(../images/ford-text3.png);
    width: 81px;
    height: 13px;
	-webkit-animation: fadeInUp24 .7s .9s both;
	animation: fadeInUp24 .7s .9s both;
}

.adbro-ford__logo {
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin: 0 !important;
	margin-left: -153px !important;
	background: url(../images/ford-logo.png) no-repeat left bottom;
	background-size: contain;
	width: 31px;
	height: 13px;
	-webkit-animation: fadeInLeft24 .7s .7s both;
	animation: fadeInLeft24 .7s .7s both;
}

.adbro-ford__btn {
	position: absolute;
	bottom: 9px;
	left: 50%;
	margin: 0 !important;
	margin-left: 74px !important;
	background: url(../images/ford-btn.png) no-repeat left bottom;
	background-size: contain;
	width: 56px;
	height: 14px;
	-webkit-animation: fadeInRight24 .7s .7s both;
	animation: fadeInRight24 .7s .7s both;
	}

.adbro-ford__btn:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 50%;
	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: 93%;
	-webkit-animation: shine24 2s 7.2s;
	animation: shine24 2s 7.2s;
	-webkit-animation-iteration-count: 7;
	animation-iteration-count: 7;
}


.adbro-ford-round {
	display: none;
	position: fixed;
	bottom: 280px;
	right: 20px;
	margin: 0 !important;
	width: 100px;
	height: 100px;
	overflow: visible !important;
	z-index: 100000;
	-webkit-animation: fadeOut24 .3s 9s forwards;
	animation: fadeOut24 .3s 9s forwards;
}

.adbro-ford-round .adbro-close {
	bottom: 115px;
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.adbro-ford-round__link {
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100%;
	height: 100%;
	overflow: visible !important;
}

.adbro-ford-round__bg {
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin: 0 !important;
	margin-left: -50px !important;
	width: 100px;
    height: 107px;
	overflow: hidden !important;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
    animation: fadeIn24 .7s .2s both, fadeOut24 .3s 9s forwards;
}

.adbro-ford-round__bg--1 {
	background-image: url(../images/ford-round-bg.png);
}

.adbro-ford-round__btn {
    position: absolute;
    bottom: 0;
    left: 50%; 
    margin: 0 !important;
    margin-left: -36px !important;
    background: url(../images/ford-round-btn.png) no-repeat left bottom;
    background-size: contain;
    width: 71px;
    height: 17px;
	-webkit-animation: fadeInDown24 .7s .2s both;
	animation: fadeInDown24 .7s .2s both;
}

.adbro-ford-round__btn:after {
	content: '';
	position: absolute;
	bottom: 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: 90%;
	-webkit-animation: shine24 2s .2s;
	animation: shine24 2s .2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
	
.adbro-replay {
    position: absolute;
    bottom: 35px;
    left: 5px;
    margin: 0 !important;
    background: url(https://cdn.adbro.me/inimage/images/adbro-replay.svg) no-repeat;
    background-size: 18px 18px;
    width: 24px;
    height: 23px;
    -webkit-animation: fadeIn24 1s .6s both;
    animation: fadeIn24 1s .6s both;
    cursor: pointer;
    z-index: 1;
}

.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;
}

@-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.3;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@keyframes shine24 {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0;
	}
	50% {
		opacity: 0.3;
	}
	80% {
		opacity: 0;
	}
	100% {
		left: 99%;
	}
}

@-webkit-keyframes slideOutDown24 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown24 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes move24 {
    0%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
      50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes move24 {
    0%, 100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
      50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@-webkit-keyframes zoomInOut25 {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	12.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	25% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	37.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomInOut25 {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	12.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	25% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	37.5% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	50% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@-webkit-keyframes flare24 {
	0% {
		opacity: 0;
		}

	10% {
		opacity: 1;
		}

	100% {
		opacity: 0;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		}
	}

@keyframes flare24 {
	0% {
		opacity: 0;
		}

	10% {
		opacity: 1;
		}

	100% {
		opacity: 0;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		}
}

@-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;
	}
}
