h5 {
    font-weight: bold;
}

.panel-default>.panel-heading .badge {
    font-size: 11px;
    line-height: 14px;
    border-radius: 4px;
}

label {
    font-weight: normal
}

.form-control {
    height: 24px;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 3px;
}

select.form-control {
    padding: 2px 3px;
}

.panel-heading {
    padding: 5px 10px;
}

.panel-body {
    padding: 10px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 4px;
    padding-left: 4px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px;
}

.reservationForm .table tr th:nth-child(6),
.reservationForm .table tr td:nth-child(6),
.reservationForm .table tr th:nth-child(7),
.reservationForm .table tr td:nth-child(7) {
    display: none;
}

.thankYouForm .table tr th:nth-child(3),
.thankYouForm .table tr td:nth-child(3),
.thankYouForm .table tr th:nth-child(5),
.thankYouForm .table tr td:nth-child(5),
.thankYouForm .table tr th:nth-child(6),
.thankYouForm .table tr td:nth-child(6),
.thankYouForm .table tr th:nth-child(7),
.thankYouForm .table tr td:nth-child(7),
.thankYouForm .table tr th:nth-child(8),
.thankYouForm .table tr td:nth-child(8) {
    display: none;
}

.viewForm .table tr th:nth-child(6),
.viewForm .table tr td:nth-child(6),
.viewForm .table tr th:nth-child(7),
.viewForm .table tr td:nth-child(7) {
    display: none;
}

.checkbox_true:before {
    content: '✔';
    border: 1px #333 solid;
    margin-right: 5px;
}

.checkbox_false:before {
    content: 'x';
    border: 1px #333 solid;
    margin-right: 5px;
}

.viewWrapper label {
    font-weight: bold;
    padding-right: 10px;
}

.hidden {
    display: none
}

p {
    text-align: justify;
}

*,
*:hover {
    border-radius: 0 !important;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

#header-container,
#gadget-dock,
#loading,
#chromefix,
#attribution-container,
.article-header,
.publish-info,
#message,
.comments {
    display: none !important
}

body {
    background: #fff !important
}

.navbar {
    margin-bottom: 0;
}

.navbar a {
    color: #333;
}

.navbar .active a {
    background-color: #d3d3d3
}

.bergundy {
    background-color: #b84d45;
    border: 0;
    border-bottom: 1px solid #b84d45;
    color: #fff;
    padding: 30px 15px;
}

#items,
#items>li,
.article {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.article-footer {
    width: 160px;
    position: fixed;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -mos-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 50%;
    left: -70px;
    z-index: 5;
    margin: 0;
    overflow: hidden;
}

.article-footer span,
.article-footer span iframe {
    float: left;
    height: 20px;
    width: 62px;
}

.acitve .panel-accordion_ {
    display: block !important;
}

.panel__ {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
}

.panel-accordion {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.page-heading h1 {
    margin-top: 0;
    color: #fff;
    font-family: pt sans caption, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    font-size: 4em;
    text-align: left;
    margin-right: 380px;
}

.page-heading p {
    margin-bottom: 0;
    line-height: 1.4;
    margin-right: 380px;
    font-size: 1.6em;
    opacity: 0.8;
}

#main-container .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    position: relative;
}

#main-container .accordion:after {
    content: '+';
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 30px;
    color: #222;
}

#main-container .acitve .accordion,
#main-container .accordion:hover {
    background-color: #ccc;
}

#main-container .acitve .accordion:after,
#main-container .accordion:hover:after {
    content: '-';
    right: 14px;
    top: 8px;
}

.panel-primary {
    border-color: #b84d45;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #b84d45;
    border-color: #b84d45;
}

.panel-primary>.panel-heading span {
    color: #b84d45 !important;
}


/*
.bergundy, .navbar {
    display:none;
}
*/

.nav.navbar-nav {
    float: right
}

.nav>li,
.nav>li a {
    display: inline-block;
}

footer {
    padding: 20px 0;
    width: 100%;
    background-color: #ccc;
}

footer span {
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    padding: 4px 0;
}

.badge {
    display: none;
}

._HIDDEN_ {
    display: none !important;
}

@media (max-width: 990px) {
    .page-heading h1,
    .page-heading p {
        margin-right: 0;
    }
    .container>.navbar-header {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 765px) {
    .page-heading h1 {
        font-size: 2em;
        margin-right: 0;
    }
    .page-heading p {
        margin-right: 0;
        font-size: 1.3em;
    }
    .nav.navbar-nav {
        float: left;
        margin: 5px 0;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    .container>.navbar-header {
        border-bottom: 1px #cdcdcd solid;
    }
    body {
        min-width: 480px;
    }
}