@media (min-width:800px){
    a.button-cost {

        position: fixed;
        z-index: 200;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: lr-tb;
        writing-mode: lr-tb;
        color: #fff;
        text-decoration: none;
        line-height: 5;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background-color: #f47f56;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: text-shadow .5s;
        -moz-transition: text-shadow .5s;
        -o-transition: text-shadow .5s;
        transition: text-shadow .5s;

        top: 200px;
        right: 10px;
        width: 15em;
        height: 70px;
        padding: 0px;
    }
}
.offer{
	z-index: 0;
}