@font-face {
	font-family: BGFlameWeb-Light;
	src: url('https://cdn.flashtalking.com/102688/assets/BGFlameWeb-Light.woff');
}

*{
	margin: 0;
	padding: 0;
	font-family: 'BGFlameWeb-Light';
}

.hidden {
	display: none;
	visibility: hidden;
}

.copy {
	color: #FFFFFF;
	width: 100%;
	opacity:0;
}

.terms {
	color: #FFFFFF;
    font-size: 8px;
    position: absolute;
    right: 89px;
    bottom: 6px;
    opacity: 0;
    width: 145px;
    text-align: center;
}

.img {
	position: absolute;
	right: 0;
	bottom: -4px;
	opacity: 0;
}

.outer {
	position: absolute;
    top: 0;
    left: 106px;
    display: table;
    height: 50px;
    width: 206px;
    margin: 3px 8px;
	text-align: center;
}

.end-outer {
	position: absolute;
    top: 0;
    left: 68px;
    display: table;
    height: 50px;
    width: 206px;
    margin: 4px 8px;
	text-align: center;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

#container {
	position: relative;
	width: 466px;
	height: 58px;
	overflow: hidden;
	border: 1px solid #cccccc;
}

#frame {
	position: absolute;
	bottom: 0px;
	right: -146px;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

#cta {
	position: absolute;
	left: 252px;
	bottom: 20px;
	opacity: 0;
}
#cta_btn {
	display: inline-block;
	padding: 5px 1px;
	font-size: 10px;
	font-weight: 500;
	border-radius: 14px;
	color: #003c6f;
	background-color: #b4e100;
	border: none;
	width: 100px;
	cursor: pointer;
	outline: none;
	text-align: center;
}

#ribbon-container {
	display: none;
}

.ribbon {
	width: 36%;
	background-color: #ff7a00;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%) rotate(32deg);
	left: 546px;
    top: 100px;
	font-size: 9px;
	color: #FFFFFF;
	padding: 4px;
	font-weight: 500;

	-webkit-transition: all 300ms ease-out 1s;
	-moz-transition:    all 300ms ease-out 1s;
	transition:         all 300ms ease-out 1s;
}

#ribbon1,
#ribbon2 {
	font-size: 10px;
}

.ribbon-on {
	left: 410px;
	top: 28px;
}