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

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

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

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
  }
  
  .middle {
	display: table-cell;
	vertical-align: middle;
  }
  
  .inner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  }

.copy {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	width: 184px;
    margin: 16px;
	opacity:0;
}

.end_copy {
	color: #FFFFFF;
    padding: 10px 16px;
    opacity: 0;
}

.tag {
	color: #FFFFFF;
    padding: 16px;
    opacity: 0;
}

.terms {
	color: #FFFFFF;
	font-size: 9px;
	opacity: 0;
}

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

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

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

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

#cta {
	position: absolute;
	bottom: 0;
	right: 0;
    margin: 16px;
    opacity: 0;
}
#cta_btn {
	display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 14px;
    color: #003c6f;
    background-color: #b4e100;
    border: none;
    width: 98px;
    cursor: pointer;
    outline: none;
    text-align: center;
}

#ribbon-container {
	display: none;
}

.ribbon {
	width: 60%;
	background-color: #ff7a00;
	text-align: center;
	position: absolute;
	transform: translate(-50%,-50%) rotate(32deg);
	left: 396px;
	top: 134px;
	font-size: 11px;
	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 {
	font-size: 13px;
}

.ribbon-on {
	left: 246px;
	top: 34px;
}
