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

body, p {
    margin:0;
    padding:0;	
}

div {
    position:absolute;
}

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

#wrect {
    width: inherit;
    height: inherit;
    background: #7cb6cd;
    pointer-events: none;
}
/**/
#border {
    border: 1px solid #565656; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    width: inherit;
    height: inherit;
    pointer-events: none;
}

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

#logo {
    cursor: pointer;
    width:  66px;
    height: 66px;
    top: 12px;
    left: 12px;
    background: url('logo.svg') center center no-repeat;
}

#cta {
    cursor: pointer;
    bottom: 12px;
    left: 12px;
    border-radius: 10px;
    font-family: 'Arial', sans-serif;
	font-weight: 600;
	font-size: 14px;
    line-height: 32px;
    width: 145px;
    height: 32px;
    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;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.cta {
    width: inherit;
    height: inherit;
    top: 0;
    left: 0px;
}

#cta2 {
    left: 200px;
    top:0;
}

#ctabg {
    background: #ee3224;
    width: inherit;
    height: inherit;
    -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;
}

#cta:hover {
    color: #ee3224;
}

#cta:hover #ctabg{
	background: #fff;
    color: #ee3224;
}

/*TEXT*/
#textWrap {
    top: 92px;
    left: 12px;
    width: 210px;
    height: inherit;
}

.text {
    font-family: "DINNextSlabPro-Medium", serif;
    line-height: 110%;
    font-size: 19px;
    color: #fff;
    left: 0px;
    text-indent: 73px;
    top: 2px;
}

.text > div {
    text-indent: initial;
}

.nondyn {
    width: 85%;
}

#img {
    width: 300px;
    height: 250px;
    top: 0;
    left: 0; 
    background: url('pic1.jpg') no-repeat;
}

#hurrywrap {
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    width: 67px;
    height: 23px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

#hbg {
    background: #ee3224;
    width: inherit;
    height: inherit;
}

.hurry {
    font-family: "DINNextSlabPro-Medium", serif;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    left: 6px;
    top: -2px;
    width: inherit;
    height: inherit;
}

#hurry2 {
    left: -77px;
    top:-2px;
}
