@charset "UTF-8";


body{
	vertical-align:baseline;
	border:0;
	outline:0;
	padding:0;
	margin:0;
}

img {
    box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

#main_content, #main_content img {
		position:absolute;
		display: block;
		width:300px;
		height:250px;
		left: 0;
		top: 0;
}

.bg  {
	opacity:1;
}

.sub, .headline, .frame {
	opacity:0;
}

#lockout {
	opacity:1;
}


#cta-over {
	opacity:0;
}

#main_content {
	opacity:0;
  	background-color:#f1f2f2;
  	overflow: hidden;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

#border {
  position: absolute;
  width:100%;
  height:100%;
  bottom: 0px;
  left: 0px;
  border: 1px solid #474b51;
  pointer-events: none;
  z-index:52;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}

.vertical-text{
	text-transform: uppercase;
    word-wrap: break-word;
}

/* ======= ANIMATED ELEMENTS ======================
===================================================*/
#bg_click {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
	opacity:0;
	z-index:50;
	cursor:pointer;
}

#cta_click {
	position: absolute;
    width: 92px;
    height: 24px;
    left: 11px;
    bottom: 11px;
    opacity: 0;
    z-index: 180;
    cursor: pointer;
}

#disc_click{
	position: absolute;
    width: 56px;
    height: 12px;
    bottom: 0;
    left: 10px;
    z-index: 155;
    cursor: pointer;
}

#disc_panel{
	position: absolute;
	z-index: 100;
	display: none;
	opacity: 0;
	width: 300px;
	height: 250px;
/*	cursor: pointer;*/
}

#close_click {
	position: absolute;
    width: 38px;
    height: 18px;
	right: 3px;
    top: 4px;
	opacity:0;
	z-index:153;
	cursor:pointer;
	visibility:hidden;
}



/* ================================================
===================================================*/
:focus {outline:none;}
::-moz-focus-inner {border:0;}
