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

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

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

.visible {
	display: block;
	visibility: visible;
}

.bg-image {
	width:298px;
	height:248px;
}

.copy {
	color: #FFFFFF;
	width: 90%;
	margin: 5%;
	text-align: center;
	opacity:0;
}

.location {
	position: absolute;
	top: 20px;
	left: 40px;
	font-size: 18px;
	color: #FFFFFF;
	max-width: 240px;
	opacity: 0;
}

.end-copy {
	color: #042e6f;
	width: 90%;
	margin: 5%;
	text-align: center;
	opacity:0;
}

.terms {
	position: absolute;
	bottom: 26px;
	font-size: 10px;
	color: #353f48;
	margin: 5%;
	width: 90%;
	text-align: center;
	opacity: 0;
}

strong {
	font-weight: 500;
}

body {
	background-color: rgb(24, 28, 31);
}

#wrapper {
	width: 100%;
	margin-top: 50px;
}

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

#weather-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#end-frame {
	opacity: 0;
}

.logo {
	position: absolute;
	right: 0;
	bottom: 0;
}

.tag {
	position: absolute;
	left: 0;
	bottom: 0;
}

.marker {
	position: absolute;
	left: 22px;
	top: 44px;
	height: 0px;
	-webkit-transform:translate(-50%,-100%);
	-ms-transform:translate(-50%,-100%);
	transform:translate(-50%,-100%);
}

#cta {
	position: absolute;
	bottom: 58px;
	text-align: center;
	width: 100%;
	opacity:0;
}
#cta_btn {
	display: inline-block;
	padding: 6px 26px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 20px;
	color: #003c6f;
	background-color: #b4e100;
	border: none;
	max-width: 90%;
	cursor: pointer;
	outline: none;
}

.ribbon {
	width: 200%;
	background-color: #ff7a00;
	text-align: center;
	position: absolute;
	-webkit-transform: translate(-50%,-50%) rotate(-32deg);
	 -ms-transform: translate(-50%,-50%) rotate(-32deg);
		 transform: translate(-50%,-50%) rotate(-32deg);
	left: 46px;
	top: 34px;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px;
	font-weight: 500;
}

#ribbon1 {
	font-size: 13px;
}

#ribbon-mask {
	width:300px;
	height:250px;
	position: absolute;
}

.ribbon-mask-on {
	top:0;
	left:300px;
}
.ribbon-mask-off {
	top:0;
	left:0;
}

.fade {
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
	background-color: black;
    opacity: 0.5;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
}

.end-outer {
  display: table;
  position: absolute;
  height: 80%;
  width: 100%;
  top:0;
  left:0;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.snow {
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform:translate(-50%,-50%);
	  -ms-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
	width: 4px;
	height: 4px;
}

.rain {
	position: absolute;
	background-repeat: no-repeat;
	width: 300px;
	height: 250px;
	opacity: 0.7;
}

@keyframes playRain {
   100% { background-position: -1341px; }
}

.cloud1
{
	position: absolute;
	top: 0;
	left: -200px;
}

.cloud2
{
	position: absolute;
	top: 0;
	left: 0;
}

.cloud3
{
	position: absolute;
	top: -170px;
	left: -398px;
}

.cloud4
{
	position: absolute;
	top: 0;
	left: 398px;
}

.fog1
{
	position: absolute;
	top: 0;
	left: 0;
}

.fog2
{
	position: absolute;
	top: 0;
	left: 0;
}

.fog3
{
	position: absolute;
	top: 0;
	left: -200px;
}
