a {
    color: #a74809;
}

a:hover {
    color: #b14d0b;
}

p {
    color: #555;
}

.btn-brown {
    background: #a74809;
    color: #fff;
}

.btn-brown:hover {
    color: #fff;
    background: #b14d0b;
}

body {
    background: url('/bundles/gergoosite/images/main-background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#main-header {
    width: 100%;
    min-height: 100px;
    margin-bottom: 30px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
}

#main-header nav {
    position: relaitve;
    top: 25px;
    border: 0;
    background: transparent;
}

#main-header nav .navbar-brand {
    color: #a74809;
    font-weight: bold;
    font-size: 32px;
    margin-top: -30px;
}

#main-header nav .navbar-brand img {
    float: left;
}

#main-header nav .navbar-brand h2 {
    float: left;
    margin-left: 20px;
}

#main-header nav a {
    color: #555;
    font-weight: bold;
}

#main-header nav a:hover {
    color: #b14d0b;
}

#main-header nav .dropdown-menu > li > a:hover {
    color: #fff;
    background: #a74809;
}

#main-carousel {
    margin-bottom: 30px;
}

#main-carousel span.glyphicon {
    color: #a74809 !important;
}

#main-carousel .carousel-indicators li {
    border-color: #a74809;
}

#main-carousel .carousel-indicators .active {
    background-color: #a74809;
}

#main-content {
    background: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 600px;
}

#main-content .left-sidebar .product-types a {
    font-weight: bold;
}

#main-content .left-sidebar .popular-products .row {
    margin-bottom: 20px;
}

#main-content .left-sidebar .popular-products .row img {
    margin-bottom: 10px;
    width: 100%;
    max-width: 250px;
}

#main-content .left-sidebar .popular-products .row a {
    font-weight: bold;
}

#main-content .content {
    padding-right: 20px;
}

#main-content .content .row.products {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

#main-content .content .product {
    min-height: 280px;
    position: relative;
}

#main-content .content .product .product-image {
    min-height: 180px;
}

#main-content .content .product .product-image .main-image img {
    width: 100%;
    max-width: 200px;
}

#main-content .content .product footer {
    position: absolute;
    bottom: 0;
}

#main-content .content .product.single .product-image .main-image {
    width: 100% !important;
    max-width: none;
    margin-bottom: 10px;
}

#main-footer .scroll-top a {
    font-size: 2.5em;
    color: #fff;
}

#main-footer .scroll-top a:hover {
    text-decoration: none;
}

#main-footer .copyright p {
    color: #fff !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    #main-header {
        padding-bottom: 30px;
    }
}