#menuToggle {
    display: block;
    position: relative;
    top: 30px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff !important;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    /*margin-left: -50px;*/
    /*position: absolute;*/
    /*width: 100vh;*/
    /*margin: 32px 0 0 -164px;*/
    /*!*margin: -100px 0 0 -50px;*!*/
    /*padding: 50px;*/
    /*!*padding-top: 125px;*!*/
    /*background: #fff !important;*/
    /*list-style-type: none;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*!* to stop flickering of text in safari *!*/
    /*transform-origin: 0% 0%;*/
    /*transform: translate(-100%, 0);*/
    /*transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
    /*min-height: calc(100vh - 121px);*/
    position: fixed;
    width: auto;
    padding: 50px;
    background: #fff !important;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 100vh;
    left: 0;
    top: 89px;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

.fluid {
    position: fixed;
    /* background: #1E2329;*/
    opacity: 0.7;
    left: 0;
    right: 0;
    /* border-bottom: 2px solid #90B75D;*/
    z-index: 10;
    top: 0;
}

.form {
    margin-top: 0 !important;
}

.form-group {
    padding-top: 30px;
}

.form i {
    color: #fff;
}

.search {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
}

.brend img {
    width: 49%;
    padding: 7px;

}

.items {
    padding-top: 40px;
    font-size: 15px;
}

.items a {
    color: #fff;
}

.green-line {
    background: #90B75D;
    height: 1px;
}

.navbar {
    position: relative;
    min-height: 50px;
}

.navbar-default {
    background: none !important;
    border-color: none !important;
}

.languages > .active {
    color: #f2c72a;
    font-size: larger;
    text-decoration: underline;
    font-weight: bold;
}

.languages > a {
    font-style: italic;
    padding-left: 5px;
    font-weight: bold;
}

.brend {
    text-align: right;
}

#menu ul {
    display: inline-block;
    padding-left: 5px;
}

#menu li {
    padding: 5px 0;
    font-size: 18px;
}

.form-group {
    padding-left: 80px !important;
}

@media screen and (max-width: 786px) {
    .form-group {
        padding-left: 0 !important;
    }
}

.form-control.search::-webkit-input-placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

.form-control.search::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: white;
}

.form-control.search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}

.form-control.search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}

.form-control.search:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}


#info {
    /* height: 40px; */
    background-color: #8fb85b;
    display: inline-block;
    line-height: 9px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    padding-top: 9px;
    bottom: -65px;
    right: -23%;
}

.header_bg {
    background: #1E2329 !important;
}

.section_1{
    background: white;
}


@media screen and (max-width: 1199px) {
    .brend img {
        width: 60% ;
    }
}