.brand {
    display: inline;
    position: absolute;
}

.brand img {
    width: 100px;
    margin: auto;
    display: block
}
#top-bar.fixed{
    padding-top: 0px !important;
}
#top-bar .brand span {
    color: #eee;
	font-family:"Times New Roman", Times, serif;
}

#top-bar.fixed .brand span {
    color: #000
}

#top-bar.fixed {
    background: #4d8d73 !important;
    min-height: 105px
}
#top-bar.fixed #top-bar__navigation {
    padding-top: 40px !important;
    padding-left: 50px !important
}
.intro__text {
    margin: 10px
}

.video {
    width: 70%;
    margin: auto;

}

video {
    width: 100%;
    margin-top: 50px
}

.col-lg-7 p {
    margin: 15px 10px;
}

.col-lg-7 h4 {
    margin: 25px 0;
    color: #4d8d73
}

.values {
    margin-left: 20px;
    border-left: 1px solid #4d8d73;
    font-size: 15px
}

.values li {
    margin: 10px 0 10px 30px
}

.values span {
    left: 22px;
    text-align: center;
    background: #4d8d73;
    width: 24px;
    display: inline;
    position: absolute;
    border-radius: 12px;
    border: 1px solid #4d8d73;
    color: #fff;
    margin-top: -2px;
    padding: 1px 0
}

.add .col-md-6 {
    padding: 50px;
    text-align: justify
}

.add .col-md-6:nth-child(1) {
    font-family: cursive;
    background: #ccffcc;
    color: #666
}

.add .col-md-6:nth-child(1) .content:nth-child(1) {
    border-bottom: 1px solid #888;
    padding-bottom: 20px
}

.add .col-md-6:nth-child(1) .content {
    margin: 10px 0
}

.add .col-md-6:nth-child(2) {
    background: #aaa;
    color: #eee
}

.add .col-md-6:nth-child(2) li {
    margin: 10px 0 10px 30px
}

.add .col-md-6:nth-child(2) ul {
    border-left: 1px solid #fff;
}

.add .col-md-6:nth-child(2) span {
    left: 38px;
    text-align: center;
    background: #fff;
    width: 24px;
    display: inline;
    position: absolute;
    border-radius: 12px;
    border: 1px solid #fff;
    color: #4d8d73;
    margin-top: -2px;
    padding: 1px 0
}

#top-bar {
    background: #4d8d73;
    padding: 0;
    min-height: 80px
}

#top-bar__navigation-toggler {
    margin-top: 10px
}

#top-bar.expanded {
    height: 40%
}

#top-bar.expanded .container {
    height: 100%
}

@media (max-width:900px) {
    .container {
        width: 100%;
    }
}

@media (max-width:900px) {
    .video {
        width: 100%;
        padding: 0 10px
    }
}

@media (max-width:280px) {
    .video {
        padding: 0
    }

    h2 {
        font-size: 2.5rem;
    }
}

.products {
    padding: 50px;
    background: #f2f2f2
}

.products div {
    padding: 20px
}

.products img {
    width: 100%;
    cursor: pointer
}

.products img:hover {
    box-shadow: 0 0 15px #888
}

@media (max-width:900px) {
    .products {
        padding: 20px;
    }

}

@media (max-width:280px) {
    .products {
        padding: 0px;
    }

}
