/* ----------------------------------
---------- Feref Ad Styles ----------
---------------------------------- */

/* CSS Reset */
* {
	position: absolute;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #000000;
	font-family: 'Cabin', sans-serif;
	font-size: 100%;
	line-height: 1.48;
	border: 0;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	color: #30363c;
	letter-spacing: 0.3px;
}

p {
	margin: 0;
	padding: 0;
}

a,
img {
	border: 0;
	outline: none;
}

/* Global */
#ad,
#frame1,
#frame2,
#frame3 {
	width: 970px;
	height: 250px;
}

#ad {
	position: relative;
	border: 1px solid #0057b4;
	overflow: hidden;
}

#frame1,
#frame2,
#frame3 {
	visibility: hidden;
	left: -1px;
	top: -1px;
}

/* Loading Spinner */
@keyframes spin {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

#loading {
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;

	animation: spin 0.5s linear infinite;
	-webkit-animation: spin 0.5s linear infinite;
}

/* Frame 2 */
#frame2Bg {
	right: 0;
	border-left: 1px solid #0057b4;
}

#frame2Talent {
	right: 14px;
	top: 34px;
}

#frame2Tt {
	right: 7px;
	top: 54px;
}

#frame2Release {
	right: 7px;
	top: 128px;
}

#frame2Copyright {
	right: 3px;
	bottom: 1px;
	font-size: 5px;
	color: #0057b4;
	text-transform: uppercase;
}

#frame2Cta {
	width: 158px;
	height: 31px;
	right: 77px;
	bottom: 48px;
	background-image: url(../img/frame2Cta1.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 49;
	visibility: hidden;
}

#frame2Cash {
	right: -5px;
	top: 0;
	z-index: 2;
}

#frame2Video {
	position: relative;
	left: -1px;
	top: -1px;
	width: 482px;
	height: 250px;
	z-index: 50;
	visibility: hidden;
}

#frame2VideoStill {
	cursor: pointer;
	z-index: 1;
}

/* Exit */
#frame1Click,
#mainExit {
	width: 100%;
	height: 100%;
	z-index: 48;
	cursor: pointer;
}