@font-face {
    font-family: tiger;
    src: url('../font/Tigerbasic.eot');
    src: url('../font/Tigerbasic.eot?#iefix') format('embedded-opentype'), url('../font/Tigerbasic.woff') format('woff'), url('../font/Tigerbasic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: frutiger;
    src: url('../font/FrutigerTIGERmedium.eot');
    src: url('../font/FrutigerTIGERmedium.eot?#iefix') format('embedded-opentype'), url('../font/FrutigerTIGERmedium.woff') format('woff'), url('../font/FrutigerTIGERmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@media screen and (min-width: 640px) {
    body {
        width: 320px;
        height: 480px;
        position: relative;
        margin: 0 auto;
        padding: 90px 0px 0px;
        display: block !important;
        background-image: url(../gfx/bg.png);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat:no-repeat;
        background-attachment: fixed;
        background-position: center;
    }
    body:after {
        content: '';
        display: block;
        width: 320px;
        height: 530px;
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        background-image: url(../gfx/iphone.png);
        background-size: 288px;
        background-repeat: no-repeat;
        pointer-events: none;
        background-position: top center;
    }
    #wrapper {
        transform: scale(0.8) !important;
        width: 320px !important;
        height: 479px !important;
    }
}

body {
    background-color: #fff;
    font-family: tiger, "Comic Sans MS", cursive, sans-serif;
}

.bm_scratch {
    height: 375px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    margin: 10px auto 0px;
}

.text {
    font-size: 31px;
    line-height: 24px;
    color: #9e0a28;
    text-align: center;
    margin-top: 10px;
}

.bm_scratch_item {
    padding: 23px 10px;
}

.bm_slider_wrapper {
    padding: 70px 0 80px;
}

.bm_slider_index .item {
    background-color: rgba(0, 0, 0, 0.3);
}

.bm_slider_index .item.current {
    background-color: #000;
}

.status_img {
    margin: 0px auto;
    display: block;
    width: 170px;
    border-radius: 3px;
}

.status_img.small {
    width: 110px;
    border-radius: 0px;
    margin-top: 10px;
}

.temp_text {
    font-size: 45px;
    text-align: center;
    line-height: 32px;
}

.ad_text_small {
    font-size: 35px;
    text-align: center;
    line-height: 20px;
}

.ad_1_img,
.ad_2_img {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.ad_2_img {
    margin-top: 55px;
}

.bm_slider_item {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
}

.logo {
    position: absolute;
    bottom: 35px;
    width: 120px;
    display: block;
    left: 50%;
    margin-left: -60px;
}

.status_text {
    font-size: 22px;
    text-align: center;
}

.status_text.large {
    font-size: 28px;
}

.control {
    position: absolute;
    top: 50%;
    width: 30px;
    display: block;
    z-index: 2;
    margin-top: -30px;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.3s ease;
}

.bm_slider_first .control.prev {
    opacity: 0;
}

.bm_slider_last .control.next {
    opacity: 0;
}

.control.prev {
    left: 0px;
}

.control.next {
    right: 0px;
}

.bm_addhome_fullscreen {
    background-color: rgba(0, 0, 0, .5);
}

.bm_addhome_fullscreen .text {
    font-size: 25px;
    line-height: 20px;
}

.bm_addhome_fullscreen .close {
    margin-top: 10px;
    font-size: 20px;
}

.bm_icon.arrow-down:before {
    color: #fff;
}

.add_btn {
    width: 10px;
    background-color: #00a651;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 44px;
    width: 238px;
    text-align: center;
    border-radius: 3px;
    line-height: 44px;
    font-size: 13px;
    font-family: verdana;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    z-index: 2;
}

.add_btn a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.text_ad {
    font-family: verdana;
}

.map_marker {
    display: block;
    margin: 20px auto;
    width: 100px;
}

.bm_scratch_canvas.overlay {
    z-index: 3;
    pointer-events: none;
}

.bm_scratch {
    overflow: visible;
}

.vid {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
}

.vid img,
.vid canvas {
    width: 100%;
}

.vid:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px 10px #fff inset;
}