/***********************
 * Font styles
 **********************/

/* pt-sans-regular - latin */
@font-face {
    font-family: 'PTSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v9-latin-regular.woff') format('woff');
  }
  
  /***********************
   * Global styles
   **********************/
  * {
      margin: 0; padding: 0;
      line-height: 105%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
              box-sizing: border-box;
  }

  img{
      max-width: 728px;
      max-height: 90px;
  }
  
  *.ad-size{ 
      width: 728px; height: 90px; 
  }
  
  *.hidden{ 
      opacity: 0; 
  }
  
  body{
      margin: 0px;
      padding: 0px;
      font-family: "PTSans-Regular", Arial, sans-serif;
      font-size: 8px;
      font-style: normal;
      color: #2b276f;
  }

div#container{
    position: absolute;
    background-color: #fff;
  	top: 0;
  	left: 0;
  	display: block;
    overflow: hidden;
    cursor: pointer;
    visibility: hidden;
  
    /* border: 1px solid #000; */
}
.abs{
    position: absolute;
    top: 0;
    left: 0;
}
/* .headlineTxt{
    font-size: 38px;
} */

.endFrm_headlineTxt, .headlineTxt{
    font-size: 26px;
}

#borderHolder{
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0px;
	left: 0px;
	border:1px solid #000;
	background-color:transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index: 999;
	pointer-events: none;
}

#frm1,#frm2,#frm3,#frm4,#frm5,#frm6{
    opacity: 0;
    width: 100vw;
}