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

*{
	margin:0;
	padding:0;
	/*font-family: 'BGFlameWeb-Regular';*/
	font-family: 'BGFlameWeb-Light';
	font-weight: 400;
}

b, strong {
	font-family: 'BGFlameWeb-Regular';
	font-weight: 700;
}

svg {
	width: 300px;
	height: 250px;
}

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

#container {
	position: relative;
	width: 298px;
	height: 248px;
	overflow: hidden;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	line-height: 1.1;
}

#bg {
	position: absolute;
	left: 0;
	right: 0;
	width: 298px;
	height: 248px;
	opacity: 0;
}

.frame {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0;
}

#img-frame {
	position: absolute;
    left: 4px;
    top: 4px;
    width: 110px;
    height: 590px;
    overflow: hidden;
    border-radius: 0px 16px 16px;
}

#img-frame {
	position: absolute;
    left: 8px;
    top: 8px;
    width: 280px;
    height: 230px;
    overflow: hidden;
    border-radius: 0px 16px 16px;
}

#img1 {
	right: 0;
}
.img {
	position: absolute;
	right: 50%;
	top: 0;
	transform-origin: center;

}

.outer {
	/* display: table; */
	position: absolute;
	height: 68%;
	width: 48%;
	top: 10px;
	left: 10px;
	text-align: left;
	/* left: calc(100% - 14px);
	-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		transform: translateX(-100%); */
}

#copy6 .outer{
	width: 58%;
}
#copy6 #terms, #copy6 .str{
	width: 76%;
}
.copy {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 20;
}
.small {
	font-size: 16px;
}

.inner {
	/* background: #FFF; */
	/* border: 1px solid #ededed; */
	/* border-radius:0px 10px 10px 10px;
	-moz-border-radius:0px 10px 10px 10px;
	-webkit-border-radius:0px 10px 10px 10px; */
	/* opacity: 0; */
	overflow: hidden;
/*
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); */
}

.str {
	color: #333F48;
	opacity: 0;
	padding: 5px;
}
.str span {
	display: block;
}

#logo {
	position: absolute;
	bottom: 12px;
	left: -70%;
	opacity: 0;
	z-index: 20;
	width: 105px;
	height: 41px;
}
#mask-parent {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 300px;
	height: 250px;
}
#imgs {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 300px;
	height: 250px
}
#cta {
	width: 90%;
	margin: 5px 5px 5px 5px;
	opacity: 0;
	left: -100%;
}
#cta.bounce #cta_btn:after {
	opacity: 1;
	-webkit-animation: bounce .3s 6 alternate ease-in-out;
	-moz-animation: bounce .3s 6 alternate ease-in-out;
	animation: bounce .3s 6 alternate ease-in-out;
	animation-delay: 2s;

	-webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;

}
#cta:hover {
	cursor: pointer;
}

#cta:hover #cta_btn:after {
	-webkit-animation: bounce .3s 6 alternate ease-in-out;
	-moz-animation: bounce .3s 6 alternate ease-in-out;
	animation: bounce .3s 6 alternate ease-in-out;
}
#cta_btn {
	padding: 4px 25px 5px 8px;
	/* font-size: 14px; */
	border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	color: #FFF;
	background: rgb(33,133,227);
	background: -moz-linear-gradient(top, rgba(33,133,227,1) 0%, rgba(23,102,191,1) 100%);
	background: -webkit-linear-gradient(top, rgba(33,133,227,1) 0%,rgba(23,102,191,1) 100%);
	background: linear-gradient(to bottom, rgba(33,133,227,1) 0%,rgba(23,102,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2185e3', endColorstr='#1766bf',GradientType=0 );

	min-height: 15px;
	position: relative;
	border: none;
	cursor: pointer;
	outline: none;

}
#cta_btn:after {
	opacity: 0;

	content: '';
	position: absolute;
	right: 10px;
	bottom: 7px;
	width: 15px;
	height: 12px;
	background-image: url('../images/arrow.svg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#cta_text {
	opacity: 0;
}
#terms {
	/* position: absolute;
	left: 10px;
	bottom: 12px; */
	font-size: 10px;
	/* max-width: 60%; */
	opacity: 0;
	padding: 5px 5px 5px 5px;
	/* text-align: left; */
	/* z-index: 20; */
	line-height: 0.9;
}

@-webkit-keyframes bounce {
	to {
		-webkit-transform: translate(10%);
	}
}
@-moz-keyframes bounce {
	to { -moz-transform: translate(10%); }
}
@keyframes bounce {
	to { transform: translate(10%); }
}
