.headerbg{
    background: url('../images/headerbg.jpg');


    /*height: 52px;*/
}

.footerbg{
    //  background: url('../images/footerbg2.jpg') no-repeat;
    /*width: 100%;*/
    min-height: 58px;
    background-position: 0 -10px;
    background-size: 100%;
    background-color: #41321F;

}

.bodybg{
    background: url('../images/bg5_1.jpg') no-repeat #1E1B19;
    background-position: top center;
}

.bodybg2{
    background: url('../images/bg15_1.jpg') no-repeat #1E1B19;
    background-position: top center;
    background-attachment: fixed;
}

.bodybg3{
    background: url('../images/bg15_3.jpg') no-repeat #1E1B19;
    background-position: top center;
    width: 100%;
    /*height: 595px;*/
}

.bodybg4{
    background: url('../images/bg17_2.jpg') no-repeat #1E1B19;
    background-position: top center;
    background-attachment: fixed;

}


.border-color{
    border: 1px solid #FFF;
}

#wrapper {
    margin: 0 auto 15px auto;
    max-width: 970px;
    padding: 47px;
    background: url('../images/transparentbg.png') repeat;
    font-size: 12px;
    color: #E4DACB;
    opacity: 1;
    padding-top: 28px;
}


.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    margin-bottom: 0px;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 4px solid #837152;
}

.navbar-brand {
    float: left;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.text-price{
    color: #F1EBD9;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid rgb(180, 172, 172);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(151, 130, 130, 0.26);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


a {
    color: #FFF;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #8F9AA5;
    text-decoration: underline;
}

.jumbotron {
    padding: 30px;
    padding-top: 1px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: transparent;
    font-size: 13px;
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: rgba(151, 130, 130, 0.26);
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #E4DACB;
}

.thumbnail .caption {
    padding: 9px;
    color: #E4DACB;
}

.btn-primary {
    color: #ffffff;
    background-color: #463E30;
    border-color: #5e5e5e;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #757A7E;
    border-color: #AFBCC7;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.navbar {
    border-radius: 0px;
}

.picflow{
    background: url('../images/transparentbg4.png') repeat;
    height: 150px;
    width: 100%;
}

.breadcrumb > .active {
    color: #4E1D1D;
}

/*-------------------------table-responsive--------------------*/

@media (max-width: 1150px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #dddddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}