﻿body
{
    background:#FFF;
}

#logo-header {
    width: 190px;
    height: 114px;
    background-image: url('/images/SantaStamp/Logo-Santa-Stamp-190x114.png');
    margin-top: 10px;
}

.header {
    display: none;
}

.header .container {
    height: 100px;
    background: none no-repeat #FFF;
}

.currency .currencyChoice {
    display: none;
}

.pricing-logo
{
    background-image:none;
}

.navbar{
    display:none;
}

.copyright {
    display: none;
}

@media(max-width:767px) {
    #logo-header {
        width: 124px;
        height: 74px;
        background-image: url('/images/SantaStamp/Logo-Santa-Stamp-124x74.png');
    }

    .logo {
        top: 0px;
    }

    .header .container {
        height: 75px;
        padding-top: 10px;
        padding-right: 20px;
        background-position: 100% -110px;
    }
}
