@font-face {
    font-family: "DINNextLTPro-MediumCond";
    src: url("DINNextLTPro-MediumCond.woff") format("woff"), url("DINNextLTPro-MediumCond.woff2") format("woff2");
}

@font-face {
    font-family: "Gobold-Regular";
    src: url("Gobold-Regular.woff") format("woff"), url("Gobold-Regular.woff2") format("woff2");
}
/*************** MAIN ELEMENTS ***************/

body {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

#wrapper {
    display:block;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
	overflow: hidden;
}

#wrect {
    width: inherit;
    height: inherit;
    background: #161616;
    pointer-events: none;
}

#wrect2 {
    width: inherit;
    height: inherit;
    background: #ff6b03;
    pointer-events: none;
}

#border {
    border: 1px solid #333; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

#bgexit {
    width: inherit;
    height: inherit;
    cursor: pointer;
}

/******************** LOGO ********************/

#logo {
    cursor: pointer;
    width: 60px;
    height: 60px;
    top: 12px;
    left: 12px;
    background: url("logo.svg") no-repeat;
    background-size: contain;
}

/******************** BUTTON ********************/


#ctawrap {
    width: 120px;
    height: 36px;
    bottom: 12px;
    right: 12px;
    border-radius: 6px;
}

.cta {
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 40px;
    font-family: 'DINNextLTPro-MediumCond', sans-serif;
	font-size: 18px;
    text-transform: uppercase;
    border-radius: 6px;
}

#cta {
    cursor: pointer;
    background: #00aeef;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#ctaback {
    background: #fff; 
    color: #00aeef;
}

#cta:hover {
	background: #fff;
    color: #00aeef;
}



/********************** TEXT **********************/

#text {
    top: 35px;
    right: 12px;
    width: 105px;
    height: inherit;
    font-family: 'Gobold-Regular', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.4pt;
    line-height: 1;
}

#text > span {
    display: inline-block;
    line-height: 125%;
}

#text1 {
    font-size: 26px;
    color: #fff;
}

#text2 {
    font-size: 19px;
    color: #00aeef;
}

#text3 {
    bottom: 15px;
    width: 270px;
    right: 15px;
    text-align: right;
    font-family: 'Gobold-Regular', sans-serif;
    text-transform: uppercase;
    line-height: 130%;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.2pt;
    display: none;
}

/********************** IMAGE **********************/

#img {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0; 
}