﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #dad1b0;
    background-image: url(../images/header_bg.jpg);
    background-repeat: repeat-x;
}

.reset {
    clear: both;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    text-align: justify;
}

/***********---HEADER---***********/
.header {
    width: 1230px;
    margin: 0 auto 0 auto;
}

.logo {
    width: 100px;
    height: 70px;
    float: left;
    margin-top: 22px;
    margin-left: 4px;
}

.btnaccount {
    background-color: #7c3e40;
    width: 105px;
    height: 30px;
    color: white;
    margin-left: -5px;
    border: 1px solid #581c1e;
}

.regbtnsave {
    background-color: #581c1e;
    width: 88px;
    height: 30px;
    color: #dad1b0;
    border: 1px solid #81494B;
    font-size: 13px;
    margin-top: 6px;
}

.regbtn {
    background-color: #402d1c;
    width: 84px;
    height: 30px;
    color: #dad1b0;
    border: 1px solid #581c1e;
    /*margin-left:167px;*/
    margin-top: 6px;
    font-size: 13px;
}

    .regbtn:hover {
        color: #402d1c;
        background-color: #bca474;
    }

.modalBackground {
    background-color: #dad1b0;
    filter: alpha(opacity=90);
    opacity: 0.5;
}

.modalPopup {
    background-color: #dad1b0;
    border-width: 3px;
    border-style: solid;
    border-color: #C5BA94;
    /*padding-top: 10px;*/
    /*padding-left: 10px;*/
    width: 20%;
    height: 242px;
}

.modalPopupmaster {
    background-color: #dad1b0;
    border-width: 3px;
    border-style: solid;
    border-color: #C5BA94;
    /*padding-top: 10px;*/
    /*padding-left: 10px;*/
    width: 20%;
    height: 258px;
}

.modalPopup1 {
    background-color: #dad1b0;
    border-width: 3px;
    border-style: solid;
    border-color: #C5BA94;
    padding-top: 10px;
    /*padding-left: 25px;*/
    width: 850px;
    height: 500px;
}

.closebtn {
    margin-right: -35px;
    margin-top: -4px;
    color: white;
    border: 1px solid #581c1e;
    background-color: #7c3e40;
}

.closebtnreg {
    margin-right: -280px;
    margin-top: -17px;
    color: white;
    border: 1px solid #581c1e;
    background-color: #7c3e40;
}

.closebtnregmaster {
    margin-right: -301px;
    margin-top: -17px;
    color: white;
    border: 1px solid #581c1e;
    background-color: #7c3e40;
}

.linkpwd {
    font-size: x-small;
    color: #7c3e40;
    padding-right: 151px;
}

.regfont {
    font-size: small;
    color: #7c3e40;
}

/*.header_R {
    width: 290px;
    float: right;
}*/
.header_R {
    display: flex;
    width: 516px;
    float: right;
}

.header_R_loc {
    color: #581c1e;
    font-size: 15px;
    margin-top: 25px;
    line-height:21px;
}
.header_R_loc a{
     color: #581c1e;
     text-decoration:none;
}
.footer_cnt_txt a {
    color: #fff;
    text-decoration: none;
}

/*.header_R_pic {
    width: 420px;
    height: 109px;
    float: right;
    margin-right: 10px;
}*/
.header_R_pic {
    width: 197px;
    height: 109px;
    float: right;
    margin-right: 10px;
}

/***********---MENU---***********/
.menu {
    width: 1230px;
    margin: 8px auto 0 auto;
    background-color: #581c1e;
}

.menuL {
    width: 1230px;
    height: 62px;
    float: left;
}

    .menuL ul {
        margin: 0px;
        padding: 0px;
    }

        .menuL ul li {
            margin: 0px;
            padding: 0px;
            display: inline;
        }

            .menuL ul li a {
                float: left;
                text-decoration: none;
                font-size: 18px;
                color: #FFF;
                padding: 20px;
                border-right: 1px solid #81494B;
            }

                .menuL ul li a:hover {
                    color: #581C1E;
                    background: #d3be7a; /* Old browsers */
                    background: -moz-linear-gradient(top, #d3be7a 1%, #b28e53 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d3be7a), color-stop(100%,#b28e53)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #d3be7a 1%,#b28e53 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3be7a', endColorstr='#b28e53',GradientType=0 ); /* IE6-9 */
                    /*	-webkit-transition: all 1.0s ease-out;
    -moz-transition: all 1.0s ease-out;
    -o-transition: all 1.0s ease-out;
    transition: all 1.0s ease-out;*/
                }

                .menuL ul li a.sel {
                    color: #581C1E;
                    background: #d3be7a; /* Old browsers */
                    background: -moz-linear-gradient(top, #d3be7a 1%, #b28e53 100%); /* FF3.6+ */
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d3be7a), color-stop(100%,#b28e53)); /* Chrome,Safari4+ */
                    background: -webkit-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* Chrome10+,Safari5.1+ */
                    background: -o-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* Opera 11.10+ */
                    background: -ms-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* IE10+ */
                    background: linear-gradient(to bottom, #d3be7a 1%,#b28e53 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3be7a', endColorstr='#b28e53',GradientType=0 ); /* IE6-9 */
                }

.menuaccount {
    margin-left: 314px;
    border-left: 1px solid #81494B;
    border-right: 1px solid #581c1e;
}

.frame {
    height: 70px;
    width: 1230px;
    margin-left: 60px;
    border: 0px;
    overflow: hidden;
    margin-bottom: -4px;
}
/***********---INTRO---***********/
.intro {
    width: 1230px;
    height: 420px;
    margin: 0 auto 0 auto;
}

.intro2 {
    width: 1230px;
    height: 220px;
    margin: 0 auto 0 auto;
}

/***********---LIST BOX---***********/
.list_box {
    width: 1230px;
    margin: 0 auto 0 auto;
}


.list_pic1 {
    position: relative;
    width: 410px;
    height: 195px;
    float: left;
}


    .list_pic1:hover .bild {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

.list_pic1 {
    overflow: hidden;
    width: 410px;
    height: 195px;
}

.bild {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}



.list_pic1 .textbox {
    width: 410px;
    height: 195px;
    position: absolute;
    top: 0;
    left: 0;
}

.text1 {
    color: #FFF;
    padding: 38px 0 0 11px;
}

    .text1 a {
        text-decoration: none;
        color: #7c3e40;
        font-size: 22px;
        font-weight: bold;
    }

        .text1 a:hover {
            color: #7c3e40;
        }

.text2 {
    color: #FFF;
    padding: 11px 0 0 11px;
}

    .text2 a {
        font-family: "Comic Sans MS", cursive;
        text-decoration: none;
        color: #ebebeb;
        font-size: 37px;
        text-align: center;
        font-weight: bold;
    }

        .text2 a:hover {
            color: #ebebeb;
        }

.text3 {
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: 1;
}

/***********---CONTENT---***********/
.content {
    width: 1160px;
    margin: 0 auto 0 auto;
    background-color: #dad1b0;
    border-top: 8px solid #581c1e;
    border-bottom: 8px solid #C5BA94;
    border-left: 8px solid #C5BA94;
    border-right: 8px solid #C5BA94;
    padding: 28px;
}

.col {
    width: 100%;
    float: left;
}

.colL {
    width: 716px;
    float: left;
}

.colR {
    width: 385px;
    float: right;
}

.txt {
    width: 100%;
    float: left;
    border-top: 1px solid #C0B693;
    padding: 18px 0 0 0;
    margin: 18px 0 0 0;
}

.txt2 {
    width: 100%;
    float: left;
    padding: 18px 0 0 0;
    margin: 10px 0 0;
    /*margin: 10px 0 25px 0;*/
}

.txt3 {
    width: 100%;
    float: left;
    padding: 0px 0 22px 0px;
    margin: 0px 0 25px 0;
}

/***********---FOOTER---***********/
.footer {
    width: 1230px;
    margin: 0 auto 0 auto;
}

.footer_top {
    width: 100%;
    background-color: #581c1e;
    padding: 10px 0 14px 0;
}

.footer_icons {
    width: 700px;
    float: left;
    margin-top: 10px;
}

    .footer_icons a {
        text-decoration: none;
        padding: 17px 9px 6px 9px;
        background-color: #581C1E;
        border-radius: 25%;
    }

        .footer_icons a:hover {
            background-color: #360d0f;
        }

.footer_bottom {
    width: 100%;
    background-color: #252525;
    display: flex;
    white-space: nowrap;
}

.footer_menu {
    float: left;
    margin: 20px 16px 0 16px;
}

    .footer_menu ul {
        margin: 8px 0 0 0;
        padding: 0px;
    }

        .footer_menu ul li {
            margin: 0px;
            padding: 0px;
            display: table;
            list-style: none;
        }

            .footer_menu ul li a {
                float: left;
                text-decoration: none;
                font-size: 13px;
                color: #878687;
                padding: 8px 6px 6px 0;
            }

                .footer_menu ul li a:hover {
                    color: #dad1b0;
                }

.footer_bottomR {
    width: 572px;
    float: right;
}

.footer_logo {
    width: 104px;
    height: 107px;
    float: left;
    margin: 30px 0 0 0;
}

.footer_cnt {
    width: 415px;
    float: right;
    background-color: #212121;
    padding: 20px 0 42px 18px;
}

.footer_cnt_box {
    width: 100%;
    float: left;
    margin: 4px 0 4px 0;
}

.footer_cnt_icn {
    width: 26px;
    height: 24px;
    float: left;
}

.footer_cnt_txt {
    float: left;
    margin: 7px 0 0 10px;
}

    .footer_cnt_txt p {
        margin: 0px;
        padding: 0px;
        font-size: 13px;
        color: #878687;
    }

/***********---ABOUT US---***********/
.about_pic2 {
    width: 238px;
    height: 129px;
    float: left;
    margin: 0 20px 0 0;
    border: 10px solid #e4dbba;
}

.staff {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.staff_pic1_L {
    width: 162px;
    height: 142px;
    float: left;
    border: 10px solid #e4dbba;
}

.staff_pic1_R {
    width: 162px;
    height: 142px;
    float: right;
    border: 10px solid #e4dbba;
}

/********************--- MENU ---*******************/
.menu_pic1 {
    width: 350px;
    float: left;
    margin-left: 13px;
    padding: 10px;
    border: 1px solid #C3B996;
}

.menu_pic2 {
    width: 735px;
    float: right;
    margin-top: 20px;
    margin-right: 6px;
    padding: 10px;
    border: 1px solid #C3B996;
}

.menu_pic3 {
    width: 350px;
    float: left;
    margin-top: 20px;
    margin-left: 13px;
    padding: 10px;
    border: 1px solid #C3B996;
}

.menu_bottom {
    width: 100%;
    float: left;
    margin-top: 20px;
}
/***********---CATERING---***********/
.ctr_box {
    width: 100%;
    float: left;
    margin: 12px 0 12px 0;
}

.ctr_main1 {
    width: 350px;
    float: left;
    margin-left: 13px;
    padding: 10px;
    border: 1px solid #C3B996;
}

.ctr_pic {
    width: 330px;
    height: 142px;
    float: left;
    border: 10px solid #e4dbba;
}

.ctr_txt {
    width: 100%;
    float: left;
    margin-top: 14px;
}

.ctr_inc_box {
    float: left;
    padding: 3px 0 9px;
    width: 350px;
    border-bottom: 1px dotted #A89C71;
}

.ctr_inc_pic {
    width: 35px;
    height: 33px;
    float: left;
}

.ctr_inc_txt {
    float: left;
    margin: 10px 0 0 10px;
}

.ctr_inc_txtfield {
    float: left;
    background-color: #BDB28B;
    padding: 10px;
    width: 94%;
}

    .ctr_inc_txtfield p {
        margin: 0px;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        color: #630;
    }
/**************---LIST BOX---*****************/
.list_txtfield1 {
    width: 350px;
    height: 30px;
    float: left;
    margin: 12px 0 12px 0;
}

.list_table {
    width: 100%;
    float: left;
    border: 4px solid #B8AC81;
}

.list_header {
    width: 100%;
    float: left;
    background-color: #581C1E;
    font-size: 15px;
    font-weight: bold;
    color: #DAD1B0;
}

.list_item1 {
    width: 500px;
    height: 24px;
    float: left;
    border-right: 1px solid #A0915D;
}

.list_quantity1 {
    width: 100px;
    height: 24px;
    float: left;
    border-right: 1px solid #A0915D;
}

.list_price1 {
    width: 100px;
    height: 24px;
    float: left;
    border-right: 1px solid #A0915D;
}

.list_request1 {
    width: 150px;
    height: 24px;
    float: left;
    border-right: 1px solid #A0915D;
}

.list_request1_cht {
    width: 280px;
    height: 24px;
    float: left;
    border-right: 1px solid #A0915D;
}

.list_request1_cht1 {
    width: 280px;
    height: 24px;
    /*float: left;*/
    border-right: 1px solid #A0915D;
}

.list_add1 {
    width: 150px;
    height: 24px;
    float: left;
}

.list_add1_cht {
    width: 75px;
    height: 24px;
    float: right;
}

.list_txtfield01 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    background-color: #EDE5C8;
    font-size: 13px;
    color: #581C1E;
}

.list_txtfield02 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    background-color: #CBC29E;
    font-size: 13px;
    color: #581C1E;
}

.list_item2 {
    width: 500px;
    /*height: 25px;*/
    padding-top: 23px;
    float: left;
    /*border-right: 1px solid #A0915D;*/
}

.list_quantity2 {
    width: 100px;
    /*height: 37px;*/
    padding-top: 11px;
    float: left;
    /*border-right: 1px solid #A0915D;*/
}

.list_price2 {
    width: 100px;
    /*height: 25px;*/
    padding-top: 23px;
    float: left;
    /*border-right: 1px solid #A0915D;*/
}

.list_request2 {
    width: 150px;
    /*height: 25px;*/
    padding-top: 23px;
    float: left;
    /*border-right: 1px solid #A0915D;*/
}

.list_request2_cht {
    width: 280px;
    /*height: 25px;*/
    padding-top: 23px;
    float: left;
    /*border-right: 1px solid #A0915D;*/
}

.list_add2 {
    width: 184px;
    height: 30px;
    padding-top: 2px;
    float: left;
}

.list_add2_cht {
    width: 75px;
    height: 30px;
    padding-top: 14px;
    float: right;
}

.list_input_txtfield {
    width: 96px;
    height: 27px;
    float: left;
}

/**************---CHECKOUT FORM---*****************/
.form1 {
    width: 750px;
    margin: 0 auto 0 auto;
}

.form1_box {
    width: 750px;
    float: left;
    margin: 10px 0 10px 0;
}

.form1_txt {
    width: 140px;
    float: left;
    margin: 6px 0 0 0;
}

.form1_txtfield {
    /*width: 580px;
    height: 27px;*/
    width: 585px;
    height: 33px;
    float: right;
}

.form1_cal {
    width: 580px;
    height: 27px;
    float: right;
}

.form1_checkbox {
    width: 27px;
    height: 27px;
    float: left;
    /*margin-left: 27px;*/
    margin-left: 23px;
}

.form1_selectfield {
    width: 200px;
    height: 27px;
    float: left;
    margin-left: 27px;
}

.checkout_tnt_box {
    width: 250px;
    float: right;
    margin-top: 20px;
    /*background-color: #581c1e;*/
    background-color: rgb(237, 229, 200);
    border: 1px solid #CCC;
}

.checkout_tnt_in {
    float: left;
    border: 1px solid #BCA474;
}

/****************************CONTACT******************************/

.contactL {
    width: 100%;
    float: left;
}

#cntform {
    width: 716px;
    float: left;
}

    #cntform input {
        float: left;
        width: 95%;
        padding: 10px;
        border: 1px solid #A09467;
        margin-bottom: 10px;
        outline-color: #A09467;
        background: #f8fafc;
        font-family: 'Open Sans', sans-serif;
    }

    #cntform textarea {
        float: left;
        width: 95%;
        padding: 10px;
        border: 1px solid #A09467;
        background: #f8fafc;
        margin-bottom: 10px;
        min-height: 80px;
        outline-color: #ecc31d;
        font: 13px/14px Tahoma, Geneva, sans-serif;
    }

    #cntform input[type="submit"] {
        float: right;
        width: 125px;
        padding: 15px 20px;
        color: #581C1E;
        background: #d3be7a; /* Old browsers */
        background: -moz-linear-gradient(top, #d3be7a 1%, #b28e53 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d3be7a), color-stop(100%,#b28e53)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d3be7a 1%,#b28e53 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d3be7a 1%,#b28e53 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3be7a', endColorstr='#b28e53',GradientType=0 ); /* IE6-9 */
        margin-top: -50px;
        margin-right: 10px;
    }

        #cntform input[type="submit"]:hover {
            background: #d1b564; /* Old browsers */
            background: -moz-linear-gradient(top, #d1b564 1%, #af8642 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d1b564), color-stop(100%,#af8642)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #d1b564 1%,#af8642 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #d1b564 1%,#af8642 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #d1b564 1%,#af8642 100%); /* IE10+ */
            background: linear-gradient(to bottom, #d1b564 1%,#af8642 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1b564', endColorstr='#af8642',GradientType=0 ); /* IE6-9 */
        }

/***********---EXTRA CSS---***********/
h1 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #FFF;
}

h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #581c1e;
}

h3 {
    margin: 15px 0 0 0;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #dad1b0;
    background-color: #581c1e;
}

h4 {
    margin: 0 0 8px 0;
    padding: 0px;
    font-size: 16px;
    color: #581c1e;
}

h5 {
    margin: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #581C1E;
    background-color: #BDB28B;
}
/*****************---ORDER---****************/

.ca_btn1 {
    float: right;
    margin-right: 16px;
    margin-top: 20px;
}

    .ca_btn1 a {
        text-decoration: none;
        font-size: 13px;
        background-color: #bca474;
        color: #402d1c;
        padding: 15px 10px 15px 10px;
        border-radius: 8px;
    }

        .ca_btn1 a:hover {
            color: #dad1b0;
            background-color: #402d1c;
        }

.ca_btn2 {
    float: right;
    margin-right: 8px;
    margin-top: 20px;
}

    .ca_btn2 a {
        text-decoration: none;
        font-size: 13px;
        background-color: #402d1c;
        color: #dad1b0;
        padding: 15px 10px 15px 10px;
        border-radius: 8px;
    }

        .ca_btn2 a:hover {
            color: #402d1c;
            background-color: #bca474;
        }

.ca_box1 {
    width: 100%;
    float: left;
    margin-top: 23px;
}

.ca_menulist1 {
    width: 180px;
    float: left;
    margin-left: 9px;
    padding: 12px 0 12px 0;
    background-color: #C0B693;
    border: 1px solid #B0A57E;
}

.ca_menulist1_img {
    /*width: 150px;*/
    width: 250px;
    height: 150px;
    /*height: 100px;*/
    margin: 0 auto 0 auto;
    border: 1px solid #A1966F;
}



.ca_menulist3 {
    width: 277px;
    float: left;
    margin-left: 9px;
    padding: 12px 0 12px 0;
    background-color: #C0B693;
    border: 1px solid #B0A57E;
}

.ca_menulist3_middle {
    width: 260px;
    margin: 0 auto 0 auto;
}

.ca_menulist3_img {
    width: 50px;
    height: 123px;
    float: left;
}

.ca_menulist1_txt {
    /*width: 150px;*/
    margin: 0 auto 0 auto;
    padding: 10px 0 6px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #581C1E;
    font-family: Arial, Helvetica, sans-serif;
}

.ca_menulist2_txt {
    /*width: 150px;*/
    /*height: 60px;*/
    height: 36px;
    margin: 0 auto 0 auto;
    padding: 10px 0 6px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #581C1E;
    font-family: Arial, Helvetica, sans-serif;
}

.ca_menulist3_txt {
    width: 260px;
    margin: 0 auto 0 auto;
    padding: 2px 0 12px 0;
    font-size: 13px;
    font-weight: bold;
    color: #581C1E;
    font-family: Arial, Helvetica, sans-serif;
}

.ca_menulist3_rd_main {
    width: 195px;
    float: right;
    margin-bottom: 6px;
}

.ca_menulist3_rd {
    width: 43px;
    float: left;
    margin-left: 33px;
    margin-top: -30px;
    /*margin-top: -93px;*/
    text-align: center;
}

.ca_menulist3_rd_txt {
    width: 148px;
    float: right;
    text-align: left;
    font-size: 12px;
    padding: 2px 0 0 0;
    font-weight: normal;
    color: #776938;
    font-family: Arial, Helvetica, sans-serif;
}

span {
    /*font-size: 13px;
    font-weight: bold;
    color: #581C1E;
    font-family: Arial, Helvetica, sans-serif;*/
    font-size: 13px;
    color: #5c563d;
    font-style: normal;
}

.ca_menulist1_rd {
    width: 150px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.ca_menulist1_rd_btn {
    width: 15px;
    height: 15px;
}

.ca_menulist1_rd_select {
    width: 43px;
    height: 25px;
}

/********************---ORDER LIST---**********************/
#divrad_radio1 {
    width: 100%;
    float: left;
    display: none;
}

#divrad_radio2 {
    width: 100%;
    float: left;
    display: none;
}

#divrad_radio3 {
    width: 100%;
    float: left;
    display: none;
}

#divrad_radio4 {
    width: 100%;
    float: left;
    display: none;
}

#divrad_radio5 {
    width: 100%;
    float: left;
    display: none;
}

#divrad_radio6 {
    width: 100%;
    float: left;
    display: none;
}

.ca-container {
    position: relative;
    margin: 25px auto 20px auto;
    width: 990px;
    height: 450px;
}

.ca-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.ca-item {
    position: relative;
    float: left;
    width: 330px;
    height: 100%;
    text-align: center;
}

.ca-more {
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    right: 0px;
    padding: 10px 15px;
    background: #581C1E;
    text-align: center;
    color: white;
}

.ca-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff url(../images/cross.png) no-repeat center center;
    width: 27px;
    height: 27px;
    text-indent: -9000px;
    outline: none;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    opacity: 0.7;
}

    .ca-close:hover {
        opacity: 1.0;
    }

.ca-item-main {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #dad1b0;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.ca-item h3 {
    text-transform: uppercase;
    font-size: 26px;
    color: #837957;
    background-color: #C8BD95;
    margin-bottom: 26px;
    height: 33px;
    text-align: center;
    border-bottom: 1px solid #B3A881;
}

.ca-item h4 {
    font-style: italic;
    font-size: 14px;
    text-align: left;
    border-left: 10px solid #F4EEE3;
    padding-left: 10px;
    line-height: 24px;
    margin: 10px;
    position: relative;
}

    .ca-item h4 span {
        text-indent: 40px;
        display: block;
        color: #8C825D;
        font-size: 13px;
        font-weight: normal;
    }

        .ca-item h4 span.ca-quote {
            color: #f4eee3;
            font-size: 100px;
            position: absolute;
            top: 20px;
            left: 0px;
            text-indent: 0px;
            font-family: Arial, Helvetica, sans-serif;
        }

.ca-content-wrapper {
    background: #E4DEC8;
    position: absolute;
    width: 0px; /* expands to width of the wrapper minus 1 element */
    height: 440px;
    top: 5px;
    text-align: left;
    z-index: 10000;
    overflow: hidden;
}

.ca-content {
    width: 100%;
    /*overflow: hidden;*/
}

.ca-content-text {
    font-size: 14px;
    font-style: italic;
    margin: 5px 20px;
    padding: 2px 6px;
    line-height: 24px;
}

    .ca-content-text p {
        padding-bottom: 5px;
        color: #5c563d;
        font-style: normal;
    }

.ca-content h6 {
    margin: 25px 20px 0px 16px;
    font-size: 17px;
    padding-bottom: 5px;
    color: #000;
    color: #581c1e;
    border-bottom: 2px solid #581c1e;
}

.ca-bottom-text h5 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    color: #948057;
}

.ca-bottom-text {
    font-size: 14px;
    margin: 10px 20px;
    padding: 0px;
    line-height: 24px;
}

.ca-bottom-textL {
    width: 290px;
    float: left;
}

.ca-bottom-textR {
    width: 290px;
    float: right;
}

.ca-bottom-text ul {
    margin: 0px;
    padding: 0px;
}

    .ca-bottom-text ul li {
        width: 100%;
        height: 14px;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        list-style: none;
        padding: 0 0 0 17px;
        margin-top: 15px;
        line-height: 12px;
    }

        .ca-bottom-text ul li a {
            text-decoration: none;
            color: #aea583;
            font-size: 13px;
            font-family: Arial, Helvetica, sans-serif;
            margin-top: -4px;
        }

            .ca-bottom-text ul li a:hover {
                color: #6F6747;
            }

.ca-nav span {
    width: 25px;
    height: 38px;
    background: transparent url(../images/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: -40px;
    text-indent: -9000px;
    opacity: 0.7;
    z-index: 100;
}

    .ca-nav span.ca-nav-next {
        background-position: top right;
        left: auto;
        right: -40px;
    }

    .ca-nav span:hover {
        opacity: 1.0;
    }

.ca_listbox1 {
    width: 350px;
    height: 306px;
    float: left;
    border-right: 1px solid #C5BC99;
    margin-right: 12px;
    padding-right: 15px;
}

    .ca_listbox1 h5 {
        margin: 2px 0 4px 0;
        padding: 4px;
        font-size: 16px;
        font-weight: bold;
        color: #948057;
        background-color: none;
    }

.ca_listbox1_inner {
    width: 100%;
    float: left;
}

.ca_listbox1_input {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0px;
    padding: 0px;
}

.ca_listbox1_txt {
    /*width: 160px;*/
    float: left;
    padding: 0 0 0 6px;
}

.ca_listbox3 {
    width: 350px;
    float: left;
}

    .ca_listbox3 h5 {
        margin: 2px 0 4px 0;
        padding: 4px;
        font-size: 16px;
        font-weight: bold;
        color: #948057;
    }

.ca_btn_list_text h5 {
    margin: 0px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #948057;
}

.ca_btn_list_text {
    font-size: 14px;
    margin: 35px 20px;
    padding: 0px;
    line-height: 24px;
}

.ca_btn_list_text1 {
    font-size: 14px;
    margin: 35px 20px;
    padding: 0px;
    line-height: 24px;
}

    .ca_btn_list_text1 h5 {
        margin: 0px;
        padding: 4px;
        font-size: 16px;
        font-weight: bold;
        color: #948057;
    }

.ca_btn_list_textfield {
    width: 99.6%;
    height: 32px;
    float: left;
    margin-top: 8px;
}
/***********---POPUP CSS---***********/
.box {
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

    .button:hover {
        color: #F00;
    }

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #581c1e;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup span {
        margin: 8px 0 8px 0;
        color: #dad1b0;
        font-size: 18px;
        font-weight: bold;
        font-family: Tahoma, Arial, sans-serif;
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #dad1b0;
    }

        .popup .close:hover {
            color: #ccc;
        }

    .popup .content1 {
        max-height: 100%;
        overflow: auto;
        margin: 12px 0 0 0;
        color: #FFF;
    }

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
}

.modalPopup2 {
    background-color: #dad1b0;
    border-width: 3px;
    border-style: solid;
    border-color: #C5BA94;
    /*padding-top: 10px;*/
    /*padding-left: 10px;*/
    width: 20%;
    height: 75px;
}

/* ######## Fixed Button ######## */
.fixed_button1 {
    width: 51px;
    height: 302px;
    position: fixed;
    right: 0px;
    top: 40%;
}

.fixed_button_lightbox {
    /** Default lightbox to hidden */
    display: none;
    /** Position and style */
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

    .fixed_button_lightbox img {
        /** Pad the lightbox image */
        width: auto;
        height: auto;
        margin-top: 4%;
    }

    .fixed_button_lightbox:target {
        /** Remove default browser outline */
        outline: none;
        /** Unhide lightbox **/
        display: block;
    }

.contact_new1 {
    background: #c6bc97;
}

    .contact_new1 h3 {
        margin-top: 0px !important;
    }

    .contact_new1 h4 {
        color: #222222 !important;
    }

    .contact_new1 p {
        color: #222222 !important;
    }

    .contact_new1 .border1 {
        border-bottom: solid 1px #dad1b0;
        padding-left: 20px;
    }

    .contact_new1 #ctl00_ContentPlaceHolder1_dllocation {
        width: 100%;
    }

.contact_new2 {
    background: #c6bc97;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

    .contact_new2 h3 {
        margin-top: 0px !important;
    }

.timing1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

    .timing1 h3 {
        font-size: 18px !important;
        font-weight: bold !important;
        color: #581c1e !important;
        background-color: none !important;
        background: none !important;
        margin-top: 0px !important;
        margin-bottom: 10px;
        padding: 0px !important;
    }

.timing_box1 {
    width: 26%;
    float: left;
    height: auto;
}

.timing_box2 {
    width: 31%;
    float: left;
    height: auto;
    margin-left: 1%;
    margin-right: 4%;
    padding-left: 4%;
    padding-right: 1%;
    border-left: solid 1px #c6bc97;
    border-right: solid 1px #c6bc97;
}
