@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, .frame {
  position: absolute;
  width: 970px;
  height: 250px;
}

#main_content, #main_content img {
  left: 0;
  top: 0;
}

#main_content {
  opacity: 0;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mask {
	position: absolute;
	background-color: #000000;
	top: 127px;
	height: 8px !important;
	width: 160px !important;
}

#mask_left {
  left: 112px;
}

#mask_right {
  left: 361px;
}

#f4_redline {
  position: relative;
  margin: 0 auto;
}

#border {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  border: 1px solid #3e4146;
  -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;
}

#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: 166px;
  height: 35px;
  right: 82px;
  bottom: 84px;
  opacity: 0;
  z-index: 50;
  cursor: pointer;
}

#f3_disc_over {
  position: absolute;
  width: 150px;
  height: 20px;
  right: 462px;
  bottom: 76px;
  opacity: 0;
  z-index: 51;
  cursor: pointer;
}

#f5_disc_over1 {
	position: absolute;
	width: 69px;
	height: 20px;
	left: 320px;
	top: 86px;
	opacity: 0;
	z-index: 51;
	cursor: pointer;
}

#f5_disc_over2 {
	position: absolute;
	width: 156px;
	height: 20px;
	right: 399px;
	bottom: 75px;
	opacity: 0;
	z-index: 51;
	cursor: pointer;
}

.disc_over {
  visibility: hidden;
}

#dislcaimer_close {
  position: absolute;
  display: none;
  width: 64px;
  height: 38px;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 51;
  cursor: pointer;
}

#logo_cont {
  position: absolute;
  display: block;
  width: 263px;
  height: 74px;
  left: 21px;
  top: 69px;
  overflow: visible;
}

#textLogo {
  position: absolute;
  display: block;
  width: 147px;
  height: 43px;
  left: 0;
  top: 0;
  opacity: 1;
}

#lockout {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}

#endframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

#disclaimer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

#cta-over {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  opacity: 0;
}

/* ================================================
===================================================*/
:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}
