@charset "UTF-8";
/* CSS Document */

.navbar {
    height: auto;
    background: white;
    border: transparent;
    border-top: 3px solid #00b2e200;
    box-shadow: none;
    padding: 20px;
}

.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #101010;
    transition: all 0.3s ease;
}

.navbar .navbar-nav > li > a:hover {
    background: transparent;
    color:#84BD00;
}

a {
    color: #101010;
}


a:hover {
    color: #84BD00;
}

.jumbotron-inner {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding: 0px 0;
}

.navbar .navbar-nav > li > a.navbar-nav-cart {
    background: #ddd0;
    color: #101010;
    font-weight: 700;
}

.navbar .navbar-nav > li > a.navbar-nav-cart:hover, .navbar .navbar-nav > li > a.navbar-nav-cart:focus {
    background: none;
    color:#101010;
}
.panel-product-image {
    margin: 0 auto 10px;
    display: block;
    transition: all 0.3s ease;
}

.btn-primary {
    background: #047ec8 !important;
    border-color: #047ec8 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #101010;
}

.k-state-active {
    color: white !important;
    background: #047ec8 !important;
}

.section-breadcrumbs {
    background: white;
    padding: 0;
    border-bottom: none;
    line-height: 40px;
    margin-top:20px;
}




.jumbotron {
    padding: 140px;
    margin: 0px;
    color: white;
    text-align: center;
 }


.panel-product:hover .panel-product-image{
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.6;
}

.modal-dialog {
    width: 50%;
    margin: 30px auto;
}

.footer {
    font-size: 13px;
    padding: 0;
    background: white;
}



.section-products {
    background: white;
    border-bottom: 1px solid #ddd0;
    padding-top: 60px;
}

html {
    position: relative;
    min-height: 100%;
  
}

body {
    font-family: "Roboto";
    background: #ffff;
    padding-top: 53px;
}

body.customize-page {
    background: #fff;
}

.navbar-nav>li>a {
    padding-top: 35px;
    padding-bottom: 4px;
}

.navbar-brand .logo {
    height: 69px;
}

