html, body {
    font-family: 'Raleway',sans-serif;
    color: #fff;
    overflow-x: hidden;
    min-width: 320px;
    background: #333;
}

.tk_container {
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:focus, a:active {
        outline: 0 !important;
    }

    a:active, a:hover {
        outline: 0 none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

p {
    font-size: 20px;
    margin: 10px;
}

hr {
    border-color: rgba(56,8,8,0.8);
}

ul {
    padding: 0;
    margin: 10px;
}

    ul li {
        list-style-type: none;
        font-size: 20px;
        padding: 2px 0;
        line-height: 32px;
    }

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #ed0121;
}

i.tp_black {
    font-family: 'Playfair Display',sans-serif;
    font-weight: bold;
    font-style: normal;
    color: rgba(56,8,8,0.8);
}

.tp_title {
    position: relative;
    height: 210px;
}

    .tp_title h2 {
        outline: 3px solid #ed0121;
        outline-offset: -10px;
        height: 180px;
        font-size: 46px;
        background: #fff;
        color: #111;
        padding: 83px 30px 30px 30px;
        display: inline-block;
        text-align: center;
        font-family: 'Playfair Display',sans-serif;
        margin-top: -80px;
        transition: .3s linear all;
        position: absolute;
        left: 50%;
        transform: translate(-50%,0);
    }

.form-control {
    height: 44px;
    font-size: 16px;
    line-height: 44px;
}

.form-group {
    position: relative;
}

    .form-group i {
        color: #ed0121;
        font-size: 16px;
        position: absolute;
        pointer-events: none;
        right: 20px;
        top: 18px;
    }

.navbar {
    top: 0;
    width: auto;
    left: 50%;
    right: -50%;
    transform: translate(-50%,0);
    padding: 0 20px;
    border: 0;
    background: #2763aa;
    color: #fff;
    border-radius: 0;
    display: table;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-inverse .navbar-toggle {
    border: 0;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: rgba(255,255,255,0.7);
    }

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid transparent;
    border-right: 30px solid #2763aa;
    left: -30px;
    position: absolute;
    top: 0;
}

.navbar:after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 60px solid transparent;
    border-left: 30px solid #2763aa;
    right: -30px;
    position: absolute;
    top: 0;
}

.navbar-nav > li {
    display: inline-block;
    margin: auto;
    float: none;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Cormorant',serif;
    font-weight: bold;
    color: #fff;
    background: none;
    height: 60px;
    margin: 0;
    font-size: 20px;
    padding: 0;
    line-height: 60px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.active > a:hover {
        color: #5d060c;
    }

.navbar-inverse .navbar-nav > li.active > a, .navbar-inverse .navbar-nav > li.active > a:focus {
    border-bottom: 3px solid #5d060c;
    position: relative;
    z-index: 0;
    color: #5d060c;
}

    .navbar-inverse .navbar-nav > li.active > a:after, .navbar-inverse .navbar-nav > li > a:hover:after {
        position: absolute;
        font-family: 'Playfair Display',serif;
        top: 0;
        left: 50%;
        margin-left: -22px;
        content: '&';
        color: rgba(0,0,0,.1);
        font-weight: bold;
        font-size: 50px;
        z-index: -1;
    }

.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}

.navbar-nav {
    margin: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: none;
}

.navbar-collapse.in {
    overflow-y: hidden;
}

ul.nav li {
    padding: 0;
}

    ul.nav li a {
        display: inline-block;
    }

    ul.nav li:before {
        display: inline;
        content: '❖';
        padding-right: 5px;
        padding-left: 5px;
        color: #5d060c;
    }

    ul.nav li:first-child:before {
        display: none;
    }

@media (max-width: 992px) {
    .navbar {
        width: 100%;
        left: 0;
        right: 0;
        transform: none;
    }

    ul.nav li {
        display: inline-block;
        padding: 0;
    }

    .navbar:before {
        display: none;
    }

    .navbar:after {
        display: none;
    }
}

.tp_slider {
    height: 800px;
    overflow: hidden;
    position: relative;
}

.tp_slide {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    height: 800px;
    z-index: 0;
    display: none;
}

.tp_slide_active {
    display: block;
}

.tp_slide:before {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    background: #fff;
    left: 10%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.tp_slide:after {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    background: #fff;
    right: 10%;
    top: 0;
    bottom: 0;
    z-index: -2;
}

.tp_slide_logo {
    position: absolute;
    content: '';
    width: 500px;
    height: 440px;
    top: 200px;
    left: 50%;
    margin-left: -250px;
    right: 0;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
}

.tp_slide_logo_bg {
    background: #2763aa;
    height: 120px;
    z-index: 2;
    position: absolute;
    width: 500px;
}

    .tp_slide_logo_bg img {
        width: 180px;
        margin-left: 160px;
        margin-top: 5px;
    }

.tp_slide_title {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    line-height: 160px;
    outline: 20px solid rgba(0,0,0,.2);
    font-size: 90px;
    background: #2763aa;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 900;
    font-family: 'Playfair Display',serif;
}

.tp_title_black {
    padding: 20px;
    background: rgba(0,0,0,0.8);
    top: 190px;
    line-height: 100px;
    font-size: 72px;
    max-width: 1000px;
    outline: 2px solid #fff;
    outline-offset: -8px;
}

.tp_slide_subtitle {
    top: 520px;
    left: 50%;
    margin-left: -450px;
    position: absolute;
    font-size: 46px;
    font-style: italic;
    background: #fff;
    color: #111;
    padding: 10px;
    width: 900px;
    text-align: center;
    font-family: 'Cormorant',serif;
}

    .tp_slide_subtitle:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 70px solid transparent;
        border-right: 30px solid #fff;
        left: -30px;
        position: absolute;
        top: 0;
    }

    .tp_slide_subtitle:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 70px solid transparent;
        border-left: 30px solid #fff;
        right: -30px;
        position: absolute;
        top: 0;
    }

.tp_floating_arrow {
    animation-name: floating-arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    color: #fff;
    font-size: 46px;
    position: absolute;
    top: 620px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .tp_floating_arrow a, .tp_floating_arrow a:hover {
        color: #fff;
    }

@-webkit-keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    50% {
        -webkit-transform: translate(-50%,15px);
        transform: translate(-50%,15px);
    }

    to {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}

@keyframes floating-arrow {
    from {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }

    50% {
        -webkit-transform: translate(-50%,15px);
        transform: translate(-50%,15px);
    }

    to {
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}

.tp_about {
    min-height: 540px;
    background: #2763aa;
    position: relative;
    z-index: 1;
}

    .tp_about:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp_about:after {
        display: block;
        position: absolute;
        content: '';
        bottom: -140px;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

.tp_about_container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.tp_about h3 {
    margin-left: 20px;
    position: relative;
    background: rgba(0,0,0,0.2);
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Playfair Display',serif;
}

    .tp_about h3:before, .tp_about h3:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        top: 0;
    }

    .tp_about h3:before {
        border-top: 66px solid transparent;
        border-right: 30px solid rgba(0,0,0,0.2);
        left: -30px;
    }

    .tp_about h3:after {
        border-bottom: 66px solid transparent;
        border-left: 30px solid rgba(0,0,0,0.2);
        right: -30px;
    }

.tp_about_image1 {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 450px;
    outline: 5px solid rgba(255,255,255,0.3);
    outline-offset: -15px;
}

.tp_about_image2 {
    position: absolute;
    top: 250px;
    right: 60px;
    width: 450px;
    z-index: 2;
    outline: 5px solid rgba(255,255,255,0.3);
    outline-offset: -15px;
}

.tp_about p {
    font-family: 'Raleway',sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.tp_about ul {
    margin-top: 20px;
}

    .tp_about ul li {
        font-family: 'Raleway',sans-serif;
    }

        .tp_about ul li i {
            color: #53060b;
            font-style: normal;
        }

.tp_menu {
    background-image: url(../img/menu.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding-bottom: 120px;
}

    .tp_menu:before {
        display: block;
        position: absolute;
        content: '';
        width: 2px;
        background: #fff;
        left: 10%;
        top: 0;
        bottom: 0;
        z-index: 0;
    }

    .tp_menu:after {
        display: block;
        position: absolute;
        content: '';
        width: 2px;
        background: #fff;
        right: 10%;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

.tp_menu_type {
    background: #2763aa;
    position: relative;
    display: inline-block;
    font-size: 26px;
    padding: 0;
}

    .tp_menu_type:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 55px solid transparent;
        border-right: 30px solid #2763aa;
        left: -30px;
        position: absolute;
        top: 0;
    }

    .tp_menu_type:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 55px solid transparent;
        border-left: 30px solid #2763aa;
        right: -30px;
        position: absolute;
        top: 0;
    }

    .tp_menu_type li {
        display: inline;
    }

        .tp_menu_type li:before {
            display: inline;
            content: '❖';
            padding-right: 3px;
            color: #5d060c;
        }

        .tp_menu_type li:first-child:before {
            display: none;
        }

        .tp_menu_type li a {
            display: inline-block;
            color: #fff;
            margin: 0 10px;
            padding: 10px;
            text-decoration: none;
            border-right: 3px solid transparent;
            border-left: 3px solid transparent;
            font-family: 'Cormorant',serif;
            font-weight: bold;
            font-size: 20px;
            position: relative;
            z-index: 0;
        }

        .tp_menu_type li.active a {
            border-bottom: 3px solid #5d060c;
            color: #5d060c;
        }

    .tp_menu_type a:hover {
        color: #5d060c;
    }

        .tp_menu_type li.active a:after, .tp_menu_type a:hover:after {
            position: absolute;
            font-family: 'Playfair Display',serif;
            left: 50%;
            margin-left: -22px;
            content: '&';
            color: rgba(0,0,0,.1);
            font-weight: bold;
            font-size: 40px;
            z-index: -1;
        }

.tp_menu [class*='col-'] {
    padding: 5px;
}

.tp_menu_tile {
    background: #fff;
    padding: 10px;
    color: #111;
    margin-bottom: 20px;
}

.tp_menu_name {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Raleway',sans-serif;
    text-transform: uppercase;
    text-align: center;
    min-height: 40px;
}

.tp_menu_price {
    display: block;
    color: #fff;
    font-size: 24px;
    background: #2763aa;
    text-align: center;
    line-height: 40px;
    width: 50%;
    margin: 0 auto -25px auto;
    font-family: Times,serif;
    position: relative;
}

    .tp_menu_price:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-right: 15px solid #2763aa;
        left: -15px;
        position: absolute;
        top: 0;
    }

    .tp_menu_price:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #2763aa;
        right: -15px;
        position: absolute;
        top: 0;
    }

.tp_reserve {
    min-height: 520px;
    background: #2763aa;
    position: relative;
    z-index: 1;
}

    .tp_reserve:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp_reserve:after {
        display: block;
        position: absolute;
        content: '';
        bottom: -140px;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp_reserve h3 {
        position: relative;
        background: rgba(0,0,0,0.2);
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Playfair Display',serif;
        margin-right: 10px;
    }

        .tp_reserve h3:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 66px solid transparent;
            border-right: 30px solid rgba(0,0,0,0.2);
            left: -30px;
            position: absolute;
            top: 0;
        }

        .tp_reserve h3:after {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 66px solid transparent;
            border-left: 30px solid rgba(0,0,0,0.2);
            right: -30px;
            position: absolute;
            top: 0;
        }

    .tp_reserve p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.tp_reserve_image1 {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 450px;
    outline: 5px solid rgba(255,255,255,0.3);
    outline-offset: -15px;
}

.tp_reserve_image2 {
    position: absolute;
    top: 250px;
    right: 60px;
    width: 450px;
    z-index: 2;
    outline: 5px solid rgba(255,255,255,0.3);
    outline-offset: -15px;
}

.tp_reserve .btn-default {
    margin: auto;
    display: block;
    font-size: 26px;
    padding: 10px 15px;
    height: auto;
    border: 0;
    outline: 1px solid rgba(45,10,10,0.1);
    outline-offset: -4px;
    font-family: 'Playfair Display',serif;
    background: #fff;
    color: #5d060c;
    border-radius: 5px;
}

    .tp_reserve .btn-default:hover {
        color: #111;
    }

        .tp_reserve .btn-default:hover .tp_deco {
            color: #fff;
        }

.tp_deco {
    color: rgb(237,1,33);
    font-weight: bold;
}

.tp_reserve .form-control {
    padding: 2px 10px;
    height: auto;
    border: 0;
    border-radius: 2px;
    background: #fff;
    color: #111;
    font-size: 16px;
    outline: 1px solid rgba(45,10,10,0.1);
    outline-offset: -4px;
}

    .tp_reserve .form-control::-webkit-input-placeholder {
        color: #111;
    }

    .tp_reserve .form-control::-moz-placeholder {
        color: #111;
    }

    .tp_reserve .form-control:-ms-input-placeholder {
        color: #111;
    }

    .tp_reserve .form-control:-moz-placeholder {
        color: #111;
    }

.Zebra_DatePicker td.dp_hover {
    background: #2763aa;
    color: #fff;
}

.tp_reserve textarea {
    line-height: 18px;
	padding-top:10px;
}

.tp_gallery {
    background: url('../img/gallery.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding-bottom: 65px;
}

.tp_gallery_row {
    padding-bottom: 60px;
}

    .tp_gallery_row > [class*='col-'] {
        padding: 10px;
    }

.tp_gallery img {
    outline: 2px solid #fff;
    outline-offset: -10px;
    width: 100%;
    height: 100%;
    transition: .1s all linear;
}

    .tp_gallery img:hover {
        outline: none;
    }

.tp_gallery:before {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    background: #fff;
    left: 10%;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.tp_gallery:after {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    background: #fff;
    right: 10%;
    top: 0;
    bottom: 0;
    z-index: -1;
}

button.mfp-arrow {
    background: none;
    opacity: 1;
}

.mfp-arrow-right:before, .mfp-arrow-left:before {
    border: 0;
}

.mfp-arrow-right:after {
    border-left: 25px solid #fff;
    margin-left: 35px;
}

.mfp-arrow-left:after {
    border-right: 25px solid #fff;
    margin-right: 35px;
}

.mfp-arrow:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    top: 3px;
}

.tp_reviews {
    background: #2763aa;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 20px;
}

    .tp_reviews:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp_reviews:after {
        display: block;
        position: absolute;
        content: '';
        bottom: -140px;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp_reviews h2 {
        display: inline-block;
        margin: auto;
        width: auto;
        background: #fff;
        padding: 10px;
        position: relative;
        font-family: 'Playfair Display',serif;
        color: #111;
        font-size: 42px;
    }

        .tp_reviews h2:before {
            content: '';
            width: 0;
            height: 0;
            border-top: 74px solid transparent;
            border-right: 30px solid #fff;
            left: -30px;
            position: absolute;
            top: 0;
        }

        .tp_reviews h2:after {
            content: '';
            width: 0;
            height: 0;
            border-bottom: 74px solid transparent;
            border-left: 30px solid #fff;
            right: -30px;
            position: absolute;
            top: 0;
        }

.tp_reviews_stars {
    font-size: 26px;
    color: #ffb82d;
    line-height: 54px;
    vertical-align: top;
}

.tp_reviews .owl-carousel {
    margin-top: 20px;
}

.owl-dots {
    margin-top: 10px;
}

    .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            display: block;
            border: 2px solid #fff;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
            background: #fff;
        }

.owl-carousel .owl-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
}

.tp_review_comment {
    text-align: justify;
}

.tp_review_name {
    display: block;
    font-size: 20px;
    font-family: 'Playfair Display',serif;
    font-weight: bold;
    margin: 5px;
}

.tp_review_company {
    display: block;
    color: rgba(0,0,0,0.3);
    font-size: 18px;
}

.tp_contact {
    min-height: 560px;
    background: #fff;
    color: #333;
    position: relative;
    z-index: 0;
}

.tp_bottom {
    background: #090909;
    color: #ddd;
    position: relative;
    z-index: 1;
    padding: 0;
}

    .tp_bottom:before {
        display: block;
        position: absolute;
        content: '';
        top: 0;
        left: -25%;
        z-index: -1;
        width: 150%;
        height: 75%;
        background: inherit;
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .tp_bottom .btn-default {
        background: #2763aa;
        border: 0;
        color: #fff;
        width: 100%;
        padding: 11px;
        font-size: 16px;
        border-radius: 0;
    }

        .tp_bottom .btn-default:hover {
            background: #d6011e;
        }

.tp_bottom_about .fa {
    font-size: 20px;
    padding: 10px;
    color: #2763aa;
}

.tp_bottom h2 {
    color: #eee;
    font-size: 26px;
    text-align: center;
}

.tp_bottom p {
    font-size: 18px;
    color: #584e50;
    text-align: justify;
}

.tp_bottom_newsletter {
    padding-bottom: 20px;
}

.tp_bottom input[type=email] {
    margin-top: 10px;
    background: #151313;
    border: 0;
    color: #fff;
    border-radius: 0;
}

.tp_bottom_contact {
    border: 0;
    background: #2763aa;
    padding: 40px 10px 60px 10px;
    color: #fff;
    margin-top: -120px;
    display: table;
}

    .tp_bottom_contact .fa {
        font-size: 36px;
        color: #5d060c;
        margin-top: 12px;
    }

    .tp_bottom_contact p {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

.tp_opening_days {
    padding: 0;
}

p.tp_contact_open {
    color: rgb(255,255,255);
    margin-top: 5px;
    margin-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Playfair Display',serif;
}

.tp_footer {
    background: #000;
}

    .tp_footer p {
        line-height: 40px;
        font-size: 16px;
        color: #959595;
    }

.tp_go_top {
    position: fixed;
    z-index: 999;
    display: block;
    height: 60px;
    width: 60px;
    right: 5%;
    bottom: -60px;
    background: #2763aa;
    text-align: center;
    line-height: 50px;
}

    .tp_go_top:hover {
        background: #d6011e;
    }

    .tp_go_top i {
        color: #fff;
        font-size: 24px;
        line-height: 60px;
    }

@media (min-width:992px) and (max-width:1199px) {
    .tp_slide_title {
        height: auto;
        line-height: 140px;
        font-size: 70px;
    }

    .tp_title_black {
        font-size: 60px;
        line-height: 80px;
        height: auto;
        max-width: 900px;
    }

    .tp_slide_subtitle {
        font-size: 40px;
    }

        .tp_slide_subtitle:before {
            border-top: 64px solid transparent;
        }

        .tp_slide_subtitle:after {
            border-bottom: 64px solid transparent;
        }

    .tp_about_image1 {
        top: 150px;
        right: 10px;
        width: 380px;
    }

    .tp_about_image2 {
        top: 350px;
        right: 50px;
        width: 380px;
    }

    .tp_reserve_image1 {
        top: 80px;
        right: 10px;
        width: 380px;
    }

    .tp_reserve_image2 {
        top: 270px;
        right: 40px;
        width: 380px;
    }

    .tp_menu {
        padding-bottom: 80px;
    }

    .tp_gallery {
        padding-bottom: 40px;
    }

    .tp_bottom_contact {
        margin-top: -100px;
    }

        .tp_bottom_contact [class*='col-'] {
            padding: 0;
        }

    p.tp_contact_open {
        font-size: 20px;
    }

    .tp_bottom_contact p, .tp_bottom p {
        font-size: 16px;
    }

    .tp_bottom h2 {
        font-size: 22px;
    }

    .tp_title h2 {
        padding: 100px 30px 30px 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tp_slide_title {
        height: auto;
        line-height: 140px;
        font-size: 70px;
    }

    .tp_title_black {
        font-size: 50px;
        line-height: 70px;
        height: auto;
        max-width: 700px;
    }

    .tp_slide_subtitle {
        font-size: 36px;
    }

        .tp_slide_subtitle:before {
            display: none;
        }

        .tp_slide_subtitle:after {
            display: none;
        }

    .tp_about_container {
        min-height: 440px;
    }

    .tp_about h3:before, .tp_about h3:after {
        display: none;
    }

    .tp_about_image1 {
        right: 30px;
        width: 400px;
    }

    .tp_about_image2 {
        left: 30px;
        width: 400px;
        top: 210px;
    }

    .tp_reserve_image1 {
        left: 30px;
        width: 400px;
    }

    .tp_reserve_image2 {
        right: 30px;
        width: 400px;
        top: 210px;
    }

    .tp_title h2 {
        font-size: 40px;
        padding: 100px 30px 30px 30px;
    }

    .tp_menu {
        padding-bottom: 80px;
    }

    .tp_gallery {
        padding-bottom: 50px;
    }

    .tp_bottom_contact {
        margin-top: 0;
    }

    .tp_bottom_contact {
        background: transparent;
        display: block;
    }

    .tp_bottom h2 {
        font-size: 24px;
    }

    p.tp_contact_open {
        color: rgb(237,1,33);
        font-size: 20px;
        margin-top: 10px;
    }

    .tp_bottom_contact .fa {
        color: #2763aa;
    }
}

@media (min-width:500px) and (max-width:767px) {
    .tp_slider, .tp_slide {
        height: 600px;
    }

    .tp_slide_logo {
        top: 100px;
    }

    .tp_slide_title {
        height: auto;
        line-height: 120px;
        font-size: 46px;
        top: 220px;
    }

    .tp_title_black {
        font-size: 40px;
        line-height: 60px;
        height: auto;
        max-width: 600px;
        top: 150px;
    }

    .tp_slide_subtitle {
        font-size: 32px;
        top: 380px;
    }

        .tp_slide_subtitle:before {
            display: none;
        }

        .tp_slide_subtitle:after {
            display: none;
        }

    .tp_down_arrow {
        top: 460px;
        left: 50%;
    }

    .tp_about_container {
        min-height: 420px;
    }

    .tp_about h3:before, .tp_about h3:after {
        display: none;
    }

    .tp_about_image1 {
        right: 60px;
        width: 360px;
    }

    .tp_about_image2 {
        left: 60px;
        width: 360px;
        top: 200px;
    }

    .tp_reserve_image1 {
        left: 60px;
        width: 360px;
    }

    .tp_reserve_image2 {
        right: 60px;
        width: 360px;
        top: 200px;
    }

    .tp_title h2 {
        font-size: 32px;
        padding: 110px 30px 30px 30px;
    }

    .tp_menu_type:before, .tp_menu_type:after {
        display: none;
    }

    .tp_menu_type {
        width: 100%;
        margin: 0;
    }

        .tp_menu_type li a {
            margin: 0;
            padding: 10px 0;
            font-size: 18px;
        }

    .tp_reserve h3:before, .tp_reserve h3:after {
        display: none;
    }

    .tp_menu {
        padding-bottom: 80px;
    }

    .tp_gallery {
        padding-bottom: 25px;
    }

    .tp_reviews h2:before, .tp_reviews h2:after {
        display: none;
    }

    .tp_reviews_stars {
        font-size: 20px;
        line-height: 40px;
    }

    .tp_reviews h2 {
        font-size: 30px;
    }

    ul li, p {
        font-size: 18px;
    }

    .tp_about h3 {
        margin-left: 0;
    }

    .tp_bottom_contact {
        margin-top: 0;
    }

    .tp_bottom_contact {
        background: transparent;
        display: block;
    }

    .tp_bottom h2 {
        font-size: 24px;
    }

    p.tp_contact_open {
        color: rgb(237,1,33);
        font-size: 20px;
        margin-top: 10px;
    }

    .tp_bottom_contact .fa {
        color: #2763aa;
    }
}

@media (max-width:499px) {
    .navbar-inverse .navbar-nav > li > a {
        height: 44px;
        font-size: 16px;
        line-height: 44px;
    }

    .tp_slider, .tp_slide {
        height: 400px;
    }

    .tp_slide_logo {
        top: 80px;
        width: 240px;
        height: 140px;
        left: 50%;
        margin-left: -120px;
        right: 0;
    }

    .tp_slide_logo_bg {
        width: 240px;
        height: 60px;
    }

        .tp_slide_logo_bg img {
            width: 80px;
            margin-left: 80px;
            margin-top: 5px;
        }

    .tp_slide_title {
        height: auto;
        line-height: 80px;
        font-size: 36px;
        top: 140px;
        outline: 10px solid rgba(0,0,0,.2);
    }

    .tp_title_black {
        font-size: 24px;
        line-height: 40px;
        height: auto;
        max-width: 500px;
        top: 80px;
    }

    .tp_slide_subtitle {
        font-size: 20px;
        top: 220px;
    }

        .tp_slide_subtitle:before {
            display: none;
        }

        .tp_slide_subtitle:after {
            display: none;
        }

    .tp_floating_arrow {
        top: 290px;
        left: 50%;
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
    }

    .tp_about h3 {
        padding: 15px;
    }

    .tp_about_container {
        min-height: 380px;
    }

    .tp_about h3:before, .tp_about h3:after {
        display: none;
    }

    .tp_about_image1 {
        right: 10px;
        width: 300px;
    }

    .tp_about_image2 {
        left: 10px;
        width: 300px;
        top: 200px;
    }

    .tp_about::after, .tp_reserve::after {
        bottom: -100px;
    }

    .tp_reserve_image1 {
        left: 10px;
        width: 300px;
    }

    .tp_reserve_image2 {
        right: 10px;
        width: 300px;
        top: 200px;
    }

    .tp_title {
        padding-top: 10px;
    }

        .tp_title h2 {
            font-size: 28px;
            padding: 75px 20px 30px 20px;
            height: 150px;
            margin-top: -40px;
        }

    .tp_menu_type:before, .tp_menu_type:after {
        display: none;
    }

    .tp_menu_type {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }

        .tp_menu_type li a {
            margin: 0;
            padding: 10px 0;
            font-size: 18px;
        }

    .tp_menu_name {
        font-size: 16px;
        min-height: 60px;
    }

    .tp_menu_price {
        font-size: 20px;
        line-height: 30px;
        margin: 0 auto -20px auto;
    }

        .tp_menu_price::before {
            border-top: 30px solid transparent;
        }

        .tp_menu_price::after {
            border-bottom: 30px solid transparent;
        }

    .tp_reserve h3 {
        padding: 15px;
    }

        .tp_reserve h3:before, .tp_reserve h3:after {
            display: none;
        }

    .tp_menu {
        padding-bottom: 80px;
    }

    .tp_gallery {
        padding-bottom: 25px;
    }

    .tp_gallery_row > [class*="col-"] {
        padding: 20px;
    }

    .tp_reviews h2:before, .tp_reviews h2:after {
        display: none;
    }

    .tp_reviews_stars {
        font-size: 16px;
        line-height: 26px;
    }

    .tp_reviews h2 {
        font-size: 22px;
    }

    .tp_reviews::after {
        bottom: -50px;
    }

    .tp_contact {
        min-height: 400px;
    }

    ul li, p {
        font-size: 16px;
    }

    ul li {
        line-height: 28px;
    }

    .tp_about h3 {
        margin-left: 0;
    }

    .tp_review_name {
        font-size: 20px;
    }

    .tp_review_company {
        font-size: 16px;
    }

    .tp_bottom_contact {
        margin-top: 0;
    }

    .tp_bottom_contact {
        background: transparent;
        display: block;
    }

        .tp_bottom_contact .row [class*="col-"]:first-child {
            width: 25%;
            margin: 0;
        }

        .tp_bottom_contact .row [class*="col-"]:last-child {
            width: 75%;
            margin: 0;
        }

        .tp_bottom_contact .row .tp_opening_days {
            margin: 0 !important;
            width: 50% !important;
        }

    .tp_bottom h2 {
        font-size: 24px;
    }

    p.tp_contact_open {
        color: rgb(237,1,33);
        font-size: 20px;
        margin-top: 10px;
    }

    .tp_bottom_contact .fa {
        color: #2763aa;
    }

    .tp_bottom p {
        font-size: 16px;
    }

    .tp_go_top {
        height: 40px;
        width: 40px;
    }

        .tp_go_top i {
            font-size: 22px;
            line-height: 40px;
        }
}
