/*********************************************************************
Default Banner Style
**********************************************************************/

@charset "UTF-8";
/* CSS Document */

body,
body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}
body {
  -webkit-text-size-adjust: none;
}

.clickarea {
    width: 300px;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#container {
  overflow: hidden;
  position: absolute;
  width: 300px;
  height: 250px;
  border: 1px solid #000000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: auto;
  background: #ffffff;
  visibility: hidden;
}
#container.banner_300x250 {
  width: 300px;
  height: 250px;
}
#container.banner_300x50 {
  width: 300px;
  height: 50px;
}
#container.banner_320x50 {
  width: 320px;
  height: 50px;
}
#container.banner_160x600 {
  width: 160px;
  height: 600px;
}
#container.banner_300x600 {
  width: 300px;
  height: 600px;
}
#container.banner_728x90 {
  width: 728px;
  height: 90px;
}
#container.banner_970x250 {
  width: 970px;
  height: 250px;
}
#content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: -1px;
}
#content div,
#content button {
  position: absolute;
  background-repeat: no-repeat;
}
/*#content div, #content button{position:absolute; background-repeat: no-repeat; background-size: contain; -moz-background-size: contain; -webkit-background-size: contain; }*/

.retina {
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}
.hidden {
  visibility: hidden;
}
.clickable {
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none; /* Chrome, Opera, Safari */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.preloader {
  position: absolute;
  left: -9999px;
}
.fullSize {
  width: 300px;
  height: 250px;
  left: 0px;
  top: 0px;
} /* NOTE : ADD full-size class for items in html */

a,
a:hover,
a:active,
a:visited {
  color: #000000;
}
button {
  border: none;
}
sup {
  font-size: 8px;
  line-height: 0;
  position: relative;
  top: 2px;
  vertical-align: super;
}
::-moz-selection,
::selection {
  background: transparent;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

#bg_exit {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

#background {
  background-image: url("img_bg.jpg");
  width: 300px;
  height: 250px;
  right: 0px;
  top: 0px;
}
#logo {
  background-image: url("img_logo.png");
  width: 300px;
  height: 250px;
  left: 0px;
  top: 0px;
}

#text1 {
  background-image: url("img_text1.png");
  width: 300px;
  height: 250px;
  left: 0px;
  top: 0px;
}
#text2 {
  background-image: url("img_text2.png");
  width: 300px;
  height: 250px;
  left: 0px;
  top: 0px;
}

#cta_hitArea {
  left: 0px;
  top: 0px;
}
#ctaUp {
  background-image: url("img_cta.png");
  width: 300px;
  height: 250px;
  display: block;
}

#text2HitArea {
    z-index: 1;
    width: 100px;
    height: 50px;
}