@charset "UTF-8";
sup,
body {
    margin: 0;
}

#container {
    /*Outter most container that could be considered the "Stage"*/
    position: absolute;
    overflow: hidden;
    height: 250px;
    width: 300px;
    cursor: pointer;
    border: 1px solid black;
    box-sizing: border-box;
    background: #fff;
}

div {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Utilities*/

.Absolute-Center {
    /*Centers this element within a div*/
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
}

sub {
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
    font-size: 60%;
}

sub {
    top: 0.5em;
}

/*Non-Copy Elements*/

#bg {
    top: 0px;
    left: 0px;
    background-image: url("../images/bg.jpg");
    width: 300px;
    height: 250px;
}

#filgree_top {
    visibility: hidden;
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    background-image: url("../images/filgree.png");
    clip: rect(0px, 185px, 8px, 0px)
    /* -ms-transform: scale(1.4, 1.4); */
    /* IE 9 */
    /* -webkit-transform: scale(1.4, 1.4); */
    /* Safari */
    /* transform: scale(1.4, 1.4); */
}

#filgree_bottom {
    visibility: hidden;
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    background-image: url("../images/filgree.png");
    clip: rect(145px, 185px, 152px, 0px)
}

#frame1_copy1 {
    visibility: hidden;
    background-image: url("../images/frame1_copy.png");
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    clip: rect(10px, 185px, 48px, 0px)
}

#frame1_copy2 {
    visibility: hidden;
    background-image: url("../images/frame1_copy.png");
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    clip: rect(120px, 25px, 140px, 0px);
}

#frame1_copy3 {
    visibility: hidden;
    background-image: url("../images/frame1_copy.png");
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    clip: rect(115px, 185px, 152px, 20px)
}

#offer_price {
    visibility: hidden;
    background-image: url("../images/frame1_copy.png");
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    clip: rect(47px, 361px, 120px, 0px)
    /* -ms-transform: scale(0.85, 0.85); */
    /* IE 9 */
    /* -webkit-transform: scale(0.85, 0.85); */
    /* Safari */
    /* transform: scale(0.85, 0.85); */
}

#frame1_copyfull {
    visibility: hidden;
    background-image: url("../images/frame1_copy.png");
    width: 185px;
    height: 152px;
    top: 40px;
    left: 50px;
    clip: rect(10px, 185px, 142px, 0px)
}

#frame2_copy {
    visibility: hidden;
    background-image: url("../images/frame2_copy.png");
    width: 258.5px;
    height: 140px;
    top: 50px;
    left: 20px;
    clip: rect(70px, 285.5px, 70px, 0px);
}

#frame3_copy {
    visibility: hidden;
    background-image: url("../images/frame3_copy.png");
    width: 262px;
    height: 140px;
    top: 50px;
    left: 20px;
    clip: rect(0px, 262px, 140px, 0px);
}

#logo_simpletruth {
    visibility: hidden;
    background-image: url("../images/logo_simpletruth.png");
    width: 188.5px;
    height: 189px;
    top: 40px;
    left: 50px;
}

#logo {
    /* visibility: hidden; */
    background-image: url("../images/logo.png");
    width: 35.5px;
    height: 29px;
    top: 210px;
    left: 250px;
}

#cta {
    visibility: hidden;
    top: 210px;
    left: 90px;
    background-color: #F26122;
    height: 23px;
    width: 103px;
    border-radius: 5px;
    border: 1px solid white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 23px;
}