html,
body {
    margin: 0;
}
body {
    font-family: Roboto, Helvetica, Arial, sans;
    margin: 0px;
    padding: 0px;
    background: white;
    color: #4c4c4c;
}
body,
body * {
    box-sizing: border-box;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#ctnr {
    width: 728px;
    height: 90px;
    position: relative;
    border: 1px solid #000;
    background: #273741;
    overflow: hidden;
}
img {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}	
#bkgd {
    width: 728px;
    height: 90px;
	top: 0px;
	left: 0px;
    position: absolute;
    overflow: hidden;
}
#feeling {
    width: 246px;
    height: 46px;
    top: 22px;
    left: 20px;
	position: absolute;
    opacity: 0;
}
 
.cta {
  width: 138px;
  height: 31px;
  left: 565px;
  top: 29px;
  opacity: 1;
  position: absolute;
	transition: opacity 1s 0s;
	-webkit-transition: opacity 1s 0s;
 }
#ctaB {
    width: 138px;
    height: 2px;
    left: 0px;
    bottom: 0px;
	background-color: #f26449;
    opacity: 1;
    transition: height 1s 0s;
    -webkit-transition: height 1s 0s;
}

#clickthru {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    opacity: 0;
    cursor: pointer;
}
.clickable {
    z-index: 100;
    cursor: pointer;
}
#fogC {
    width: 350px;
    height: 120px;
    left: 100px;
    top: -10px;
	position:absolute;

}
#copy1 {
    width: 237px;
    height: 50px;
    top: 20px;
    left: 20px;
	position: absolute;
    opacity: 0;
}