/***********************
 * 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');
  }
  
/* @media screen and (-webkit-min-device-pixel-ratio:0) {@font-face {font-family: 'PTSans-Regular';
    src: url('../fonts/pt-sans-v9-latin-regular.svg') format('svg');
}} */
  /***********************
   * 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: 300px;
      max-height: 250px;
  }
  
  *.ad-size{ 
      width: 300px; height: 250px; 
  }
  
  *.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: 34px;
}

#borderHolder{
	position: absolute;
	width: 300px;
	height: 250px;
	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;
}