.ypromo-site-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.ypromo-site-bar .container-fluid {
    padding: 0 30px;
}

.ypromo-site-bar .logo {
    float: left;
    margin: 21px 25px 21px 0;
}

.ypromo-site-bar .logo a {
    display: block;
}

.ypromo-site-bar .logo img {
    display: block;
}

.select-site {
    float: left;
    position: relative;
    margin: 12px 0;
}

.ss-button {
    background: #111111 url(../images/menu.png) top 50% right 10px no-repeat;
    background-size: 18px 16px;
    border: 1px solid #1c1d1d;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    width: 200px;
    cursor: pointer;
}

.ss-wrap {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #111111;
    background-size: 18px 16px;
    border: 1px solid #1c1d1d;
    /* display: none; */
    transform-origin: 0 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.select-site:hover .ss-wrap {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.ss-wrap li {
    display: block;
}

.ss-wrap li:not(:last-of-type) {
    border-bottom: 1px solid #1c1d1d;
}

.ss-wrap li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}

.buy-now-template {
    display: block;
    float: left;
    width: 155px;
    height: 40px;
    line-height: 40px;
    background: #82b440;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    margin: 12px 55px 12px 0;
    text-decoration: none;
}

.buy-now-template:hover {
    background-color: #7aa93c;
}

.ypromo-close {
    color: #fff;
    background: url(../images/close.png) 0 50% no-repeat;
    background-size: 24px;
    line-height: 40px;
    float: left;
    padding-left: 50px;
    margin: 12px 0;
    text-decoration: none;
}

@media screen and (max-width: 992px){
    .ypromo-site-bar .logo {
        max-width: 150px;
        margin: 23px 25px 23px 0;
    }
}

@media screen and (max-width: 768px){
    .ypromo-site-bar .logo {
        display: none;
    }

    .select-site {
        display: none;
    }

    a.buy-now-template {
        margin-right: 0;
        float: left;
    }

    .ypromo-site-bar .fr {
        float: none;
    }

    a.ypromo-close {
        float: right;
    }
}

@media screen and (max-width: 380px){
    .ypromo-site-bar .container-fluid {
        padding: 0 15px;
    }
}