.welcome {
    padding: 0;
    font-size: 23px;
    color: #fff;
}

.welcome p {
    line-height: 23px;
    font-size: 20px;
}

.top-container {
    background: #2555a5;
    background: url("/img/treffit_welcome_bg_image.jpg") no-repeat center center;
    padding: 15px;
}

.welcome h1, .welcome h3 {
    text-align: center;
    color: #fff;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.welcome .top-content-container {
    width: 80%;
    margin: 0 auto;
}

.margin-1 {
    margin-bottom: 20px;
}

.welcome .offer-text {
    margin-bottom: 75px;
}

.welcome-offer-info {
    text-align: left;
    margin-top: 20px;
}

.welcome .treffit-info {
    color: #8F8F8F;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

.welcome .smaller {
    font-size: 12px;
    line-height: 12px;
}

.welcome .circle {
    text-align: center;
    background: #0391FF;
    border-radius: 50%;
    width: 270px;
    height: 270px;
}

.welcome .circle h3 {
    padding-top: 40px;
}

.welcome .campaign-price {
    position: relative;
    height: 83px;
    top: 5px;
    margin-left: 70px;
}

.welcome .campaign-price span {
    font-family: 'TisaPro-BoldIta';
    position: absolute;
}

.welcome .campaign-price span.euros {
    font-size: 120px;
    line-height: 80px;
    top: 0;
    left: 0;
}

.welcome .campaign-price span.cents {
    font-size: 50px;
    line-height: 36px;
    left: 80px;
    top: 0px;
}

.welcome .campaign-price span.euro-mark {
    font-size: 50px;
    line-height: 40px;
    left: 87px;
    top: 42px;
}

.welcome .circle .smaller {
    margin-top: 15px;
    padding: 0 65px;
}

.welcome .goto-dashboard a {
    font-size: 16px;
    color: #fff;
}

.welcome .goto-dashboard i {
    color: #0391FF;
}

.welcome .activateoffer {
    margin-bottom: 10px;
}

.welcome .payex-logo {
    max-width: 70%;
    margin-top: 7px;
}

@media (max-width: 768px) {
    .top-container {
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .treffit-info .span2 {
        width: 50%;
        float: left;
    }

    .welcome .treffit-info img {
        max-width: 30%;
    }

    .welcome .payex-logo {
        float: right;
    }
}

