@import "../../../css/teaser-v2.0.css";
@font-face {
    font-family: 'texgyreadventor';
    src: url('fonts/texgyreadventor.eot');
    src: url('fonts/texgyreadventor.eot?#iefix') format('embedded-opentype'),
    url('fonts/texgyreadventor.woff2') format('woff2'),
    url('fonts/texgyreadventor.woff') format('woff'),
    url('fonts/texgyreadventor.ttf') format('truetype'),
    url('fonts/texgyreadventor.svg#texgyreadventor') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?yo1cf3');
    src:  url('fonts/icomoon.eot?yo1cf3#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?yo1cf3') format('truetype'),
    url('fonts/icomoon.woff?yo1cf3') format('woff'),
    url('fonts/icomoon.svg?yo1cf3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    font-family: texgyreadventor, sans-serif!important;
    background: #1a1a1a;
    color: #878786;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
}
#wrapper{
    border: none;
    padding: 20px;
}
.alteration-up{
    color: #69bd45;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alteration-down{
    color: #f00;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alteration-equal{
    color: #ccc;font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alteration-up:before {
    content: "\ea32";
}
.alteration-equal:before {
    content: "\e609";
}
.alteration-down:before {
    content: "\ea36";
}
.icon-arrow-right2:before {
    content: "\ea3c";
}
.teaserHead{margin-bottom: 20px;}
.teaserPrice{margin-bottom: 25px;}
.teaserFoot{margin-bottom: 60px;}
.teaserHead h3{
    font-size: 12px;
    text-transform: uppercase;
}
.teaserHead h3 span.white{
    color: #fff;
}
.teaserPrice p{
    font-size: 5rem;
    margin-left: -11px;
}
.teaserFoot{
    text-transform: uppercase;
}
.teaserFoot span{
    text-transform: lowercase;
}
.teaserLink{
    margin-top: 20px;
    display: block;
}
.teaserLink a{
    text-decoration: none;
    padding: 10px 15px;
    line-height: 30px;
    border: solid 1px #878786;
    color: #fff;
}
.teaserLink a:hover{
    border-color: #fff;
}
@media screen and (max-width: 319px){
    #wrapper{padding: 7px;}
    .teaserHead, .teaserPrice{margin-bottom: 2px;}
    .teaserHead span{
        display: block;
        margin-bottom: 2px;
    }
    .teaserPrice p{
        font-size: 2em;
    }
    .teaserFoot{
        font-size: 13px;
        margin-bottom: 2px;
    }
    .teaserFoot span{
        display: block;
        margin-bottom: 2px;
    }
    .teaserLink{margin-top: 0px;}
    .teaserLink a{
        padding: 1px 5px;
        line-height: 30px;
    }
    .teaserPrice p{
        margin-left: -3px;
    }
    .sm-hide{
        display: none!important;
    }
}