body {
    color: #634e42;
    line-height: 150%;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1000px !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,
input:focus,
a:focus,
*:focus {
    outline: none;
}

a,
a:focus,
a:active,
a:hover {
    color: #7e4f25;
}

/* fix tilt on webkit */
.navbar-fixed-top {
    -webkit-transform: translate3d(0,0,0);
}

.navbar-default {
    min-height: 100px;
    border: 0;
    margin-bottom: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 26%, rgba(255,255,255,1) 26%, rgba(204,188,160,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(255,255,255,1)), color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(204,188,160,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(255,255,255,1) 26%,rgba(204,188,160,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(255,255,255,1) 26%,rgba(204,188,160,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 26%,rgba(255,255,255,1) 26%,rgba(204,188,160,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 26%,rgba(255,255,255,1) 26%,rgba(204,188,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccbca0',GradientType=0 );
}
.navbar-default .navbar-nav > li a {
    color: #7e4f25;
    display: block;
    letter-spacing: 0px;
    font-family: 'PT Sans', sans-serif;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 700;
    height: 29px;
    line-height: 29px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-right: 15px;
    text-align: right;
}
/*.navbar-default .navbar-nav > li:last-child > a {
    border-right: 0;
}*/
.navbar-default .navbar-nav > li:first-child a {
    font-size: 22px;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a {
    color: #A8A449;
    background: none;
}
@media(max-width:767px) {
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media(min-width:768px) {
    .navbar-right {
        margin-right: 0;
    }
    .navbar-default .navbar-nav > li:first-child a {
        padding: 0px;
        width: 36px;
        text-align: center;
        font-size: 18px;
        background-color: #7e4f25;
        color: #FFF;
    }
    .navbar-default .navbar-nav > li a {
        text-align: left;
        border-right: 1px solid rgba(255,255,255,.3);
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        padding-right: 8px;
    }
    .navbar-default .navbar-nav > li:hover > a,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > li.active > a {
        color: #fff;
        background: #7b6a58;
        border-color: rgba(255,255,255,.3);
    }
}
@media(min-width:992px) {
    .navbar-default .navbar-nav > li a {
        text-transform: uppercase;
    }
}
@media(min-width:1200px) {
    .navbar-default .navbar-nav > li a {
    }
}
.navbar-toggle {
    border-radius: 0;
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #FFF;
    opacity: .7;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background: #333;
}
.navbar>.container .navbar-brand {
    position: relative;
    z-index: 2;
    margin-left: -60px;
}
.navbar>.container .navbar-brand img {
    max-width: 260px;
    height: auto;
    margin-left: 0px;
    margin-top: 10px;
}
@media(min-width:392px) {
    .navbar>.container .navbar-brand {
        margin-left: 0px;
    }
}
/*@media(min-width:492px) {
    .navbar .navbar-collapse {
        margin-top: 30px;
    }
}*/
@media(min-width:768px) {
    .navbar>.container .navbar-brand img {
        max-width: 200px;
        height: auto;
        margin-left: -50px;
        margin-top: 36px;
    }
}
@media(min-width:992px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -60px;
    }
    .navbar>.container .navbar-brand img {
        max-width: none;
        margin-left: 0px;
        margin-top: 0px;
    }
}
.navbar-brand:hover {
    opacity: .8;
}

.navbar-default .navbar-nav li {
    position: relative;
}
.navbar-default .navbar-nav li:hover > ul {
    display: block;
}
.navbar-default .navbar-nav li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-nav li ul li a {
    opacity: .7;
}
@media(min-width:768px) {
    .navbar-default .navbar-nav li ul {
        position: absolute;
        top: 25px;
        left: 0;
        min-width: 190px;
        display: none;
    }
    .navbar-default .navbar-nav li ul ul {
        top: 0;
        left: 100%;
        margin-left: 1px;
    }
    .navbar-default .navbar-nav li ul li a {
        border-right: 0;
        border-top: 1px solid rgba(255,255,255,.3);
        display: block;
        padding: 6px 10px;
        height: auto;
        line-height: 130%;
        color: #fff;
        text-align: left;
        background: #7b6a58;
        opacity: 1;
    }
    .navbar-default .navbar-nav li ul li.active > a,
    .navbar-default .navbar-nav li ul li a:hover {
        background: #7e4f25;
        text-decoration: none;
    }
}

.navbar-toggle {
    background: #7e4f25;
}
.navbar-toggle:focus, .navbar-toggle:hover {
    background: #A8A449;
}
aside .navbar .navbar-toggle {
}
aside .navbar .navbar-toggle .icon-bar {
    background: #FFF;
  opacity: .7;
}
aside .navbar .navigation button {
    float: left;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}

.text-primary {
    color: #7e4f25;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 0;
    color: #7e4f25;
    line-height: inherit;
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; font-weight: normal; }
h5 { font-size: 13px; font-weight: normal; }
h6 { font-size: 12px; font-weight: normal; }
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    color: inherit;
}

.btn {
    background: #7b6a58;
    color: #FFF;
    font-size: 12px;
    border-radius: 0;
    padding: 5px 20px;
    border: 0;
}
.btn-default {
    background: #fff;
    color: #634e42;
    border: 1px solid #b5aba1;
    padding: 0 40px;
    line-height: 30px;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    background: #b5aba1;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background: #7e4f25;
}

.well {
    padding: 15px;
    border: 0;
    border-radius: 0;
    background: #b2c3d9;
}

.breadcrumbs {
    font-size: 90%;
    padding: 8px 0px;
    margin-top: 50px;
    margin-bottom: 20px;
    list-style: none;
    background: none;
    border-radius: 0px;
    border-top: 1px solid #a48a7a;
    border-bottom: 1px solid #a48a7a;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: 0;
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: none;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background: #b2c3d9;
}

.thumbnail {
    border-radius: 0;
}

textarea {
    resize: vertical;
}
.form-control {
    color: #634e42;
    border-color: #b5aba1;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;        
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #7b6a58;
}
.form-control::-webkit-input-placeholder {
    color: #b8ad9a;
}
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder {  
    color: #b8ad9a;
}

.badge {
    background: #9f9f9f;
    color: #000;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 90%;
    padding: 0;
    font-weight: normal;
    border-radius: 100%;
}
a:hover .badge,
a.active .badge {
    color: #fff;
    background: #000;
}

.pagination>li>a, .pagination>li>span,
.pager li>a, .pager li>span {
    border: 0;
    border-radius: 0;
    color: #013880;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    border: 0;
    background: #013880;
}

.alert {
  border-radius: 0px;
}