/*-------------------------------------
  Reset
---------------------------------------*/

/******Basic settings**********/
*{
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}
img{
  border: 0px;
	left: -1px;
	top: -1px;
	position: absolute;
}
a{
  text-decoration: none;
}
body{
  font-family: 'Fira Sans Condensed', sans-serif;
	color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: white;
}
.font-preloader{
  font-family: 'Fira Sans Condensed', sans-serif;visibility:hidden;
  width:0;
  height:0;
}

#frame_one, #frame_two,#frame_three,#frame_four, #frame_five {
  width: 100%;
  height: 100%;
}

sup{
	font-size: 60%;
  line-height: 70%;
  position: relative;
}
/*-------------------------------------
  Layout
---------------------------------------*/

#ad {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#banner {
  position: absolute;
  background: #fff;
  display: block;
  width: 300px;
  height: 600px;
  overflow: hidden;
  cursor: pointer;
  visibility: hidden;
  border: 1px solid #444444;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#clickTAG {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*-------------------------------------
  Frames
---------------------------------------*/

.frame_holder1, .frame_holder2, .frame_holder3, .frame_holder4  {
	width: 300px;
	height: 600px;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
}

.cta {
	background: #fff;
	padding: 11px 26px;
	border-radius: 34px;
	/*! border: 1px solid #0f0; */
	font-size: 26px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: 'Open Sans', Sans;
	font-weight: 800;
	width: 213px;
	text-align: center;
	overflow: hidden;
}

.cta-color {
	color: #59c0c5;
}


.text{
	left: 0px;
	top: 2px;
	position: relative;
	font-size: 45px;
	line-height: 33px;
	text-align: left;
	color: #fff;
	/*! display: inline-block; */
	/*! white-space: nowrap; */
}

.text span{
	/*! left: 15px; */
	/*! top: 79px; */
	position: relative;
	font-size: 45px;
	line-height: 35px;
	text-align: left;
	-webkit-text-stroke: 2px #fff;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	white-space: nowrap;
}

.text-color{
	color: #fae716;
}

.text-color span{
	color: #fff;
}

.text-line1-holder {
	width: 250px;
	height: 40px;
	left: 40px;
	top: 120px;
	position: absolute;
	overflow: hidden;
	/*! border: 1px solid #f00; */
}

.text-line2-holder {
	width: 250px;
	height: 40px;
	left: 40px;
	top: 160px;
	position: absolute;
	overflow: hidden;
	/*! border: 1px solid #f00; */
}

.cta-holder {
	left: 41px;
	top: 501px;
	position: absolute;
	width: 40px;
	height: 60px;
	/*! border: 1px solid #f00; */
	border-radius: 35px;
	overflow: hidden;
	/*! background: #ff0; */
}

.text-color-f1 {
	color: #fae716;
}

.text-color-f1 span{
	-webkit-text-stroke: 2px #fae716;
}

.text-color-f2 {
	color: #fae716;
}

.text-color-f2 span{
	-webkit-text-stroke: 2px #fae716;
}

.text-color-f3 {
	color: #25ccd9;
}

.text-color-f3 span{
	-webkit-text-stroke: 2px #25ccd9;
}

.text-color-f4 {
	color: #fae716;
}

.text-color-f4 span{
	-webkit-text-stroke: 2px #fae716;
}