.header-reservation .c-button {
    color: #fff;
    background-color: #3e3225;
    background-image: none;
}
.header-menu > ul > li.current-menu-item > span > a, .header-menu > ul > li.current_page_item > span > a {
    color: #3e3225;
}
.various-content .c-pricing-table .table-title, .c-pricing-table .table-title {
    height: 150px;
}
.c-slider .slide h1 {
text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.c-slider .slide h2 {
text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}
.c-slider .slide h6 {
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
    bottom: 14%;
    position: absolute;
    right: 20px;
}
.c-slider .slide h3 { color: #3e3225; text-shadow: 0 0 0.1em #fff, 0 0 0.1em #fff, 0 0 0.1em #fff; }
.cssgradients .header-bg {
    background-color: rgba(62, 50, 37, 0.2);
}
.header-bg {
    background-color: #3e3225;
    background-color: rgba(62, 50, 37, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 155, 13, 0.6)), to(#3e3225));
    background-image: -webkit-linear-gradient(top, rgba(255, 155, 13, 0.6), #3e3225);
    background-image: -moz-linear-gradient(top, rgba(255, 155, 13, 0.1), #3e3225);
    background-image: -o-linear-gradient(top, rgba(255, 155, 13, 0.6), #3e3225);
    background-image: linear-gradient(to bottom, rgba(255, 155, 13, 0), #3e3225);
}

 .table-header {
       min-height: 220px;
}