@media (min-width: 768px) {
    .panel-preview.affix {
        position: relative;
        top: 25px;
    }
}

footer  {
	font-family:verdana;
	margin-top:16px;
}
.jumbotron {
    max-height: 200px !important;
    background-size: unset !important;
    background-color: darkgray !important;
}
.jumbotron-inner {
    background-color: unset;
    background-image: unset; 
    padding: 100px 0
}
.jumbotron-heading {
    display: none;
}
a {
    color: #5cb85c;
}
a:hover {
    color: #136f13;
    text-decoration: unset;    
}
.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: #5cb85c;
}
.navbar .navbar-nav > li > a {
    color: #5cb85c;
}
.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color: #136f13;
}
.navbar .navbar-nav > .active > a {
    color: #136f13;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #136f13;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #5cb85c;
}
.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #5cb85c;
}
.navbar {
    border-top: 5px solid #136f13;
}
.navbar .navbar-nav > li > a.navbar-nav-cart:hover, .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
    background: #136f13;
    color: white;
}

#impleomenu-cat {

    color: #5cb85c;
}
.k-state-active {
        color: white;
        background: #5cb85c;
}
.navbar .navbar-toggle {
    color: #5cb85c;
}
.navbar-default .navbar-toggle:hover {
    background: #136f13;
    color: white;
}
.k-animation-container li.k-state-border-down {
    background-color: #136f13;
}
#impleomenu-cat > li > div > ul > li.k-state-hover {
    background-color: #136f13 !important;
}
#impleomenu-cat > li > div > ul > li.k-state-hover > a.k-link:hover {
    color: white;
    background: #136f13;
}
.k-state-active {
    color: white !important;
    background: #136f13 !important;
}
.k-state-hover {
    color: white !important;
    background: #136f13 !important;
}
.k-animation-container .k-link {
    color: #5cb85c;
    transition: all 0.3s ease;
}
.k-animation-container .k-link:hover {
    color: white;
    background: #136f13;
}
.navbar-brand .logo {
    height: 100px;
}
.panel-product-text {
    max-height: unset; 
    overflow: unset; 
}

.carousel-control {
    display: none;
}
.carousel-indicators {
    display: none;
}
.carousel-caption {
    background-color: unset;
}
.carousel-fullheight .carousel-inner {
    background: white;
}