
/*
scale blue = #021E40;
scale orange = #FF6422;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  color: #fff;
  font-size:13px;
  font-family: 'Arial', sans-serif;
  line-height: 1.2;
}

*:focus {
outline: 0;
outline: none;
}


.banner{
  width: 320px;
  height: 250px;
  background: #021E40;
  position:absolute;
  top:0;
  left:0;
}
.crop{
  overflow: hidden;
  color: #fff;
}


.banner:before{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  content: "";
  z-index: 2;
  background:#021E40;

}

h1{
  font-size: 1.4em;
}

p,
h1{
  margin: 5px 0px !important;
}

p{
  font-weight: normal;
}

.webinar-headline{
  color: blue;
  position: absolute;
  left: 35px;
  top: 80px;
  text-transform: uppercase;
  color:#0096c8;
  font-size: 1em;
  z-index: 2;
}

.webinar-headline .bold{
  font-weight: bold;
}

.text-container{
  position: absolute;
  left: 15px;
  top:95px;
  z-index: 2;
  max-width: 80%;
  font-weight: bold;
  padding-left:20px;
}

.text-container:before{
  position: absolute;
  content: '';
  width:100%;
  height: calc(100% - 15px);
  left: 0;
  top:10px;
  border-left:5px solid #FF6422;;
}

.date{
  position: absolute;
  z-index: 2;
  left:15px;
  top:50px;
}

.time{
  position: absolute;
  z-index: 2;
  left: 210px;
  top:50px;
}

.date span,
.time span{
  position: relative;
  bottom:10px;
  font-weight: bold;
  font-size: 0.9em;
}

.time span{
  bottom:7px;
}

.date img,
.time img{
  max-width: 25px;
}


.logo{
  width:100%;
  max-width:180px;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 100;
}


.image-container{
  position: absolute;
  width:100%;
  height: 100%;
  right:0px;
  z-index: 1;
  top:0px;
  background-image: url("assets/bg.jpg");
  background-size: cover;

  transform-origin: top right;
  background-repeat: no-repeat;
  overflow: hidden;  
  background-position: bottom;

}

.cta{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background:#FF6422;
  border:0px;
  z-index: 3;
  color:#021E40;
  border-radius:30px;
  font-size: 1em;
  padding-left:2em;
  padding-right: 2em;
  padding-top:0.7em;
  padding-bottom: 0.7em;
  z-index: 999;
  cursor: pointer;
}

.hover{
  position: absolute;
  width:100%;
  height:100%;
  background: #021E40;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
}

.hover .image-with-counter{
  position: absolute;
  width: 80%;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}


.hover #countdown{
  text-align:center;
  color:#FF6422;
  font-weight: bold;
  font-size: 24px;
  margin-top:10px;
}

.banner:hover .hover{
  opacity: 1;
}

.banner:hover .date-container{
  left:30px !important;
  opacity: 1 !important;
}



