@charset "utf-8";
/* CSS Document */

.logo_container {
    float: left;
    display: table;
    height: 30%;
}

#page_caption h1, .ppb_title {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #838d3c;
}

.highlight {color: #838d3c;}
.highlight2 {color: #c97d62;}

.ppb_title_first {
    font-family: Kristi, "Comic Sans MS", cursive, sans-serif;
    font-size: 70px;
    line-height: 50px;
    color: #181415;
}

.parallax.title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(30%,transparent),color-stop(56%,rgba(0,0,0,0.3)),color-stop(83%,rgba(0,0,0,0.6)),to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.3) 76%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.7) 100%);
    background-image: linear-gradient(transparent 0%,transparent 50%,rgba(0,0,0,0.3) 76%,rgba(0,0,0,0.6) 93%,rgba(0,0,0,0.7) 100%);
    z-index: 2;
}

#page_caption.hasbg.policies {
    max-height: 300px;
}

#tg_reservation, #tg_sidemenu_reservation {
    border: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 10px 0 0px;
    background: transparent !important;
    color: #222;
    border: 2px solid #222;
    max-width: 70%;
}

.fs-16 {font-size: 16px;}
.mt-15 {margin-top: 15px;}
.pb-15 {padding-bottom: 15px;}
.pb-30 {padding-bottom: 30px;}
.text-center {text-align: center;}

.footer_bar_wrapper {
    border-color: rgb(68, 68, 68);
    background: #181415;
}

.footer_bar_wrapper a {
    color: #838d3c;
}

.footer_bar_wrapper a:hover {
    color: #fff;
}

ul {margin-left: 15px;}

.rev_slider >ul >li {
    visibility: visible;
}

.rev_slider {
    position: relative;
    overflow: visible;
    display: block !important;
}

.rev_slider_wrapper {
    z-index: 1;
    margin-top: -80px;
}

.naa-icon {max-width: 50% !important;}

body, .menu_content_classic .menu_title, .menu_content_classic .menu_price {
    background-color: rgb(255, 255, 255);
    background-image: url(../images/paper_bg.png);
    background-repeat: repeat;
    background-position: left top;
}

div#contact {
    padding: 60px 0 60px 0;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-position: left top;
}

.form-message {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 12px;
}

@media only screen and (max-width: 767px){
	.logo_wrapper img {
    width: auto !important;
    max-height: 174px;
		margin-top: 4px;
}
	.tp-caption.title-first-word, .title-first-word {
		visibility: visible;
		margin-top: -280px;
		left: 50px;
	}
	.tp-caption.title {
		visibility: visible;
		left: 50px;
		font-size: 40px !important;
	}
}
