.navbar{
	padding-bottom:10px;
	padding-top:10px;	
}

.panel-product-image > img{
    height: 110px;
	width: 110px;
}

.jumbotron-inner {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("") !important;
    padding: 50px 0;
}

/* ElementLista

.navbar {
    background: #27ff00;
    border: transparent;
    border-top: 0px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}



.jumbotron-inner {
    background-color: red;
    background-image: url();
    padding: 30px 0;
}



.section-breadcrumbs {
    background: rgb(39, 255, 0);
    padding: 0;
    border-bottom: 5px blue;
    line-height: 40px;
}



.section-products {
    background: red;
    border-bottom: 5px solid #0009ff;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 20px 0;
    background: #ff0000;
}



#impleomenu-cat > li > .k-link {
    padding-top: 15px;
    border: 0;
    padding-bottom: 15px;
    line-height: 20px;
    background: #27ff00;
    color: red;
}



.section-breadcrumbs a.active {
    color: rgb(255, 0, 0);
    font-size: 28px;
    font-weight: bold;
}



.panel-product-heading {
    font-weight: bold;
    font-family: 'Open_Sanssemibold';
    color: rgb(39, 255, 0);
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    max-height: 42px;
    overflow: hidden;
}



.panel-product-text {
    font-size: 16px;
    color: rgb(39, 255, 0);
    text-align: center;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
}



.k-state-active {
    color: blue !important;
    background: yellow !important;
}



#impleomenu-cat > li > div > ul > li {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f00;
    font-weight: bold;
}



#impleomenu-cat > li > div > ul > li > a.k-link {
    background-color: transparent !important;
    color: #ec0000;
    transition: all 0.3s ease;
}



.panel {
    margin-bottom: 20px;
    background-color: #f00;
    border: 1px solid #ff000000;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
*/