﻿.smartbanner-auto {
    padding-top: 108px;
}
    .smartbanner-auto .nav-container {
        top: 90px;
    }
    .smartbanner-mobile {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        background: #fff;
        width: 100%;
        padding: 16px 15px;
        border-bottom: 1px solid #818181;
    }
    .smartbanner-auto .smartbanner-mobile {
        display: block;
    }
        .smartbanner-container {
            position: relative;
            display: flex;
            justify-content: flex-start;
        }
            .smartbanner-container .smartbanner-icon {
                margin-right: 12px;
            }
                .smartbanner-mobile .smartbanner-icon img {
                    max-width: 60px;
                    width: 100%;
                }
                .smartbanner-container .smartbanner-title {
                    font-family: "mini_sans-medium","arial",sans-serif;
                    font-size: 14px;
                    line-height: 1.1;
                    margin: 0px 0 8px;
                    font-weight: bold;
                }
                .smartbanner-container .smartbanner-description {
                    font-size: 12px;
                    line-height: 1.1;
                }
                .smartbanner-container a.smartbanner-link {
                    color: #000;
                    font-size: 12px;
                    line-height: 1.1;
                    text-decoration: underline;
                }
            .smartbanner-close {
                cursor: pointer;
                position: absolute;
                top: -5px;
                right: -5px;
                background: url("/Public/img/2016-739165/ico/wide/positive/x.png") center center no-repeat;
                background-size: contain;
                width: 35px;
                height: 35px;
                cursor: pointer;
            }
