@CHARSET "UTF-8";

body header.header-site .socials,
aside.discount-box .latest,
body header.header-site .toolbar li:first-child,
body header.header-site .toolbar li:nth-child(2)
{
    display: none;
}

.button-mobile {
    display: block;
}

body header.header-site .sitename {
    margin-left: 100px;
}

.wrapper {
    width: 768px;
}

body header.header-site .search-form input:focus {
    width: 290px;
}
body header.header-site .search-form input:focus + button {
    right: 320px;
}

aside.discount-box {
    overflow: hidden;
    padding-left: 0;
}

.site-main {
    float: none;
    margin: 0 auto;
}

.content-area {
    position: static;
}
.sidebar {
    left: -370px;
    right: auto;
    top: 159px;
    background-color: #fff;
    padding: 20px;
    width: 280px;
    border: 1px solid #eee;
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    transition: all 0.3s;
    z-index: 999;
}
.sidebar.visible {
    left: 0;
}

.foreign-posts {position: relative}
.foreign-posts-list .foreign-post {  width: 50%;  }
.foreign-posts-list .foreign-post.number-0 {display: none}
.foreign-posts-list .foreign-post.number-1 {  width: 47%;  margin-right: 0}

body footer.footer-site .row .col-1 {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.banner-zone.footer-1 {
    display: block;
    margin: -25px 0 20px;
}

.banner-zone.f2 {
    display: none;
}

.banner-zone.head {
    margin: 0;
    overflow: hidden;
}

.banner-zone.head > iframe#banner-jbl {
	height: 200px;
}
