/*-------------------------------------
Reset
---------------------------------------*/
*           {margin: 0; padding: 0; position: absolute; -webkit-box-sizing: border-box; box-sizing: border-box;}
#banner *   {position: absolute;}
#banner br  {position: static;}
img         {border: none; width: 300px;}
body{
font-family: 'Montserrat', sans-serif;
color: #444444;
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}


/*-------------------------------------
Layout
---------------------------------------*/
#ad {
    width: 300px; 
    height: 250px; 
    -moz-user-select: -moz-none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}
#banner {
    position:absolute; 
    display: block; 
    width: 300px; 
    height: 250px; 
    overflow: hidden; 
    cursor: pointer; 
    visibility: hidden; 
    background: #fff;
    border:1px solid rgba(0, 0, 0, .25);
}

#frame_one, #frame_two, #frame_three,  #common    {width: 100%; height: 250px;}


#clickTAG {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	cursor: pointer;
}

.ie-fallback{
    position: absolute;
    z-index: 9999;
	top: 0;
	left: 0;
}

/* CUSTOM CSS *******************/




.tcs{
    bottom:10px;
    right:10px;
    width:auto;
    height:auto;
    color: #FFF;
  
    text-align: right;
}



.txt1, .txt2,.txt3,.txt4{
      color: #FFFFFF;
    font-size: 18px;
    top:20px;
    text-align: center;
    width:300px;
    font-weight: 700;
    text-transform: uppercase;
}
.txt3{
    top:40px;
}

.tcs {
    bottom: 10px;
    right: 10px;
    width: auto;
    height: auto;
    color: #FFF;
    font-size: 8px;
    letter-spacing: -.3px;
    text-align: right;
}
#replay{
    z-index: 999;	
    width: 14px; 
    height: 14px; 
    opacity: 0;
    left: 6px;
    top: 5px; 
    cursor: pointer; 

}