@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

@import "cart.css";

body{background: #bba07d; font-family: 'Open Sans', sans-serif;}



.table {

  border: 1px solid #dddddd;

  margin-bottom: 20px;

  max-width: 100%;

  width: 100%;

}  

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

  padding: 5px;

  line-height: 1.42857143;

  vertical-align: top;

  border-top: 1px solid #dddddd;

}



.wrapper{/*max-width: 1260px; margin: 0 auto;*/ background: #fff; /*box-shadow: 0 0 10px #000*/}

.container{margin: 0 auto}

.navbar-inverse{position: absolute; left:0; right: 0; top: 0; z-index: 2; padding: 5px 0 0; background-color:rgba(0,0,0,0.4); border-bottom:solid 1px #897767; }

#navigation{margin-top: 20px; font-size: 16px; }

.navbar-nav > li > a{padding-top: 10px; padding-bottom: 10px;}

#carousel{}

#carousel:before{  background-color: rgba(0,0,0,0.3); top: 0; left: 0; right: 0; height: 100%; position: absolute; content: ' '; z-index: 1}

.menuSection{text-align: center;margin: 50px 0;}

.menuSection h2{font-size: 35px;color: #666;position: relative;margin-bottom: 30px}

.menuSection h2:after{content: '';position: absolute;height: 2px;left: 30%;right: 30%;bottom:-20%;display: block}

.menuSection p{font-size: 16px;color: #666; max-width: 80%; margin: 0 auto;}

.menuSection .btn-group{margin-top: 40px}

.menuSection .btn-group .btn{margin: 0px 12px 20px;padding: 10px 13px;border: solid 2px #717171;border-radius: 0;color:#717171;font-weight: bold;background: transparent;}

.menuSection .btn-group .btn:hover, .menuSection .btn-group .btn:focus{border: solid 2px #d79000;color:#ffffff;background: #640408}

.food-item{margin: 0; padding: 0; list-style: none; }

.food-item li {display: inline-block;  width: 20%;}
@media (max-width:750px) {
.food-item li {display: inline-block;  width: 50%;}
}

.food-item li a:hover {}

.oilSection{background: url(../img/oil-bg.png) center center fixed no-repeat; padding: 30px 0; background-size: 100% auto; background-size: cover;}

.oilSection .oil_box{color:#fff;}

.oil_box{float: left; text-align: center; margin:15px 30px;}

.oil-carousal{position: relative; padding: 0 30px;}

#oil_prev, #oil_next{position: absolute; top: 50%; width: 100px; height: 100px; font-size: 100px; line-height: 100px; margin-top: -50px; float: left; color: #ffffff; text-align: center;}

#oil_prev{left: 25px;}

#oil_next{right: 25px;}



.introSection{text-align: left;margin:20px 0px;}

.introSection h2{font-size: 45px; font-weight: 800; color: #640408; text-transform: uppercase; }

.introSection h4{font-size: 18px; line-height: normal; font-weight: 800; color: #640408; text-transform: uppercase; position: relative; margin-bottom: 25px; padding-bottom: 25px; border-bottom:2px solid #640408;}

.introSection p{color: #333333;font-size: 14;font-weight: bold;padding-top: 20px;line-height: 22px}

.introSection p.grey{color: #999999;font-size: 14;font-weight: bold;margin-top: 20px;line-height: 22px}

.welcome-img img{width: 49%; float: right; margin: 0 0 1% 1%;}



.youknow{background: url(../img/green-bg.jpg) center center fixed no-repeat; text-align: center; padding: 75px 0; background-size: 100% auto; background-size: cover; }

.youknow h2{font-size: 40px;font-weight: 800;color: #fff;text-transform: uppercase;text-align: center;padding: 20px;}

.youknow p{font-size: 24px;color: #fff;text-align: center;}



.popularSection{text-align: center; margin: 50px 0;}

.popularSection h2{font-size: 40px;font-weight: 800;color: #640408;text-transform: uppercase;position: relative;margin-bottom: 30px}

.popularSection h2:after{content: '';position: absolute;height: 2px;background: #640408;left: 30%;right: 30%;bottom:-20%;display: block}

.popularSection p{font-size: 18px;color: #999999;}

.popularSection .btn.btn-default{border: solid 2px #717171;border-radius: 0;color:#717171;font-weight: bold;background: transparent;margin: 20px 0px}

.popularSection .btn.btn-default:hover{border: solid 2px #d79000;color:#ffffff;background: #640408}

.popularSection .btn.btn-default:focus{border: solid 2px #d79000;color:#ffffff;background: #640408}



.feature { padding: 15px;transition:all 1s ease;}
.feature:hover{box-shadow: 0 0 10px #ccc;  text-decoration:none;}



.feature h3{color: #d79000;font-size: 25px; position: relative;}
@media (max-width:768px) {
.feature h3{font-size: 18px;}
}

.feature h3:after{content: '';position: absolute;height: 2px;display: block;}

.feature p{color: #000;font-size: 14px;text-align: center;margin-top: 20px;}



.testimonialSection{background: url(../img/testi-bg.jpg) center center fixed; padding: 50px 0;background-size: cover; position: relative; text-align:center;}

.testimonialSection .container{ position: relative;}

.testimonialSection .container:before{font: normal normal normal 50px/1 FontAwesome; content: "\f10d";  top: -60px; left: 15px; color: #fff; display: block;}

/*.testimonialSection .container:after{font: normal normal normal 50px/1 FontAwesome; content: "\f10e"; position: absolute; bottom: -60px; right: 15px; color: #fff; display: block;}*/

.testimonial{ color: #000; text-align:center;}

.testimonial blockquote{padding: 30px 50px; border:none; font-size: 14px; margin-bottom: 0;}

.testimonial img{float: left;margin-right: 40px}

.testimonial h5{color: #fff; font-size:20px; font-weight:600; }



footer{background: #000 fixed; padding: 40px 0;color: #fff; text-align: left; }

footer h3{ color:#ff9306;}

footer p{color: #fbf6eb;padding-top: 30px;line-height: 22px}

footer a{color: #fbf6eb; }

footer a:hover, footer a:focus{color: #fbf6eb;}

footer .btn-default{border: solid 2px #fff;border-radius: 0;color:#fbf6eb;font-weight: bold;background: transparent;margin: 20px 0px}

footer .btn-default:hover, footer .btn-default:focus{border: solid 2px #fff;color:#460607;background: #fff}

.socialicon{margin-top: 30px}

.socialicon a{background: #fff; border: 2px solid #fff;border-radius: 50%;padding: 0; display: inline-block; font-size: 18px; line-height: 36px; width: 40px; height: 40px; margin-right: 5px; color: #000; text-align: center;}

.socialicon a:hover ,.socialicon a:focus{background: transparent;color:#fff;}

footer address{}

footer ul{padding-top: 20px; overflow: hidden;}

footer ul li {list-style: none; color: #fff; font-size: 16px;line-height: 28px}

footer ul li a{color: #fff; text-decoration: none}

footer ul li a:hover,.menu-icon li a:focus{color: #ffffff; text-decoration: underline;}


.bottomlink{text-align:center; border-top:solid 1px #fff; margin-top:20px; padding-top:20px; line-height:25px;}
.copyright{padding: 15px 0;color: #fbf6eb;text-align: left}





.inner-header{ position: relative; background: url(../img/oil-bg.png) center 0 no-repeat; background-size: 100% auto; background-size: cover; background-attachment: fixed; padding:336px 30px 30px 30px;}

.inner-header:before{  background-color: rgba(0,0,0,0.1); top: 0; left: 0; right: 0; bottom: 0; position: absolute; content: ' '; z-index: 1}

@media (max-width:767px){
.inner-header{ margin-top: 0px;}
.carousel {
    
    margin-top: 0px;
}
}



header{ padding-top: 30px; clear:both;}

header h1{font-size: 35px;color: #666;position: relative; padding-bottom: 10px; margin:0 0 20px; }


#Main_Content{margin-bottom:30px;}



#menu_accordion{}

#menu_accordion dt{background: #da1e25;
    /* border: 5px solid #da1e25; */
    padding: 19px 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    margin-top: 19px;
    outline: none;
    box-shadow: -6px 8px 0px #000;}
#menu_accordion dt:hover{background:#da1e25; color:#fff}

#menu_accordion dt span{float: right;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    background: #000000;
    color: #fff;
    margin: -10px -10px;
    padding: 10px 15px;
    border-radius: 7px; }
@media (max-width:768px) {
#menu_accordion dt span{float: right; font-weight: bold; font-size: 13px; line-height: 23px; background:none; color: none; margin: -10px -15px; padding: 10px 15px; }
}

#menu_accordion dt.ui-state-active{     background: #da1e25;
    color: #fff;
    border-color: #da1e25;
    outline: none;
    box-shadow: none;
 }

#menu_accordion dd{background:#fff; border:1px solid #640408; color: #333; }

#menu_accordion dd.ui-accordion-content-active{margin-bottom: 10px;}



.meu_list{list-style: none; margin: 0; padding:7px 20px; font-size: 15px; }

.meu_list li{ padding: 10px 0; font-weight: bold;border-bottom: 1px solid #ddd;}

.meu_list li p{margin-top: 5px; padding-top: 5px; margin-bottom: 0; font-weight: normal;}

.meu_list li:last-child{border-bottom: none;}

.meu_list li span{float: right; font-weight: 600;}



.Advertisement{border: 1px solid #aaa; margin-bottom: 30px; display: block;}

.Advertisement img{width: 100%;}



.side-heading{padding:7px 0; color: #640408; margin: 10px 0 15px; font-size: 30px; }



.sidenav{list-style: none; margin: 0 0 20px; padding: 0; border-top: 1px dashed #8b4f04;}

.sidenav li{clear: both; margin: 0; padding: 2px 0; border-bottom: 1px dashed #8b4f04;}

.sidenav li a{display: block; padding: 8px 0; font-size: 15px; color: #8b4f04;

-webkit-transition: all .2s ease;

   -moz-transition: all .2s ease;

    -ms-transition: all .2s ease;

     -o-transition: all .2s ease;

        transition: all .2s ease}

.sidenav li:hover a, .sidenav li.active a{background: #ff9306; color: #fff; text-decoration: none; padding-left: 15px; border-radius: 5px;}


.order-item-outer{margin-bottom:30px;}
.order-item-outer .col-md-3{ padding-left:0; padding-right:0;}

.order-item{ margin-bottom: 1px; border-left: 1px solid transparent;  border-color: #fff; 

-webkit-transition: all 1s ease-in-out;

     -moz-transition: all 1s ease-in-out;

      -ms-transition: all 1s ease-in-out;

       -o-transition: all 1s ease-in-out;

          transition: all 1s ease-in-out;}
		    
		  
.order-item:hover{box-shadow: 0 0 10px #999;}

.order-item figure{overflow: hidden; display: block;}

.order-item figure img{width: 100%;}

.order-item figcaption{  padding: 10px 15px;
    background-color: rgba(0,0,0,0.6);
    color: #fff;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    /* border-radius: 50%; */
    position: absolute;
    top: 34%;
    /* left: 0; */
    height: 22%;
    width: 100%;
    padding: 3% 0;
 }
 


.order-item figcaption a{color: #fff; }

.order-item figcaption a:hover{color: #fff; text-decoration: none;}

.order-item:hover figcaption{ background: #ff9306; }

.order-item a{overflow: hidden; display: block;}

.order-item a img{

  -webkit-transition: all 1s ease-in-out;

     -moz-transition: all 1s ease-in-out;

      -ms-transition: all 1s ease-in-out;

       -o-transition: all 1s ease-in-out;

          transition: all 1s ease-in-out;}

.order-item:hover a img{

  -webkit-transform: scale(1.25) rotate(5deg);

     -moz-transform: scale(1.25) rotate(5deg);

      -ms-transform: scale(1.25) rotate(5deg);

       -o-transform: scale(1.25) rotate(5deg);

          transform: scale(1.25) rotate(5deg);



}

.location{ 
margin-bottom: 30px; 
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.location figure{overflow: hidden; display: block; border:1px solid #000; border-radius:5% 51%;}	
.location figure img{width: 100%;}	
.location figcaption{padding: 10px 15px; background-color: rgba(0,0,0,0.6); color: #fff; text-align: center; font-size: 20px;
  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
		  position:absolute;
		  top:20%;
		  left:25%;
		  width:50%;
		  padding:15% 0;  border-radius:100%;
 }
.location figcaption a{color: #fff; }
.location:hover figcaption{ background: #640606; }


.categoryDropdown{padding-bottom: 5px;}

.categoryDropdown .btn-group, .categoryDropdown .btn-group .btn, .categoryDropdown .btn-group .dropdown-menu{width: 100%; text-align: left;}

.categoryDropdown .btn-group .caret { position: absolute; right: 10px; top: 15px;}

.dish_label { margin-top: -2px; }



.cartTable{ background: #fff; }



.media-body h6{font-size: 14px; font-weight: bold;}

.media-body .table{width: 100%; margin-bottom: 10px; border:none;}

.media-body .table td{padding:2px;  border: none; vertical-align: middle;}

.media-body .table tr td select{margin-left: 10px;}

.media-body .table tr td input.form-control{text-align: center;}

.media-body .table label{padding: 1px 0 0; display: block; margin: 0;}

.media-body .table strong{padding: 1px 0 0; display: block; margin: 0; }



.dishlist .media{overflow: hidden;  padding: 20px; margin-bottom: 20px; background: #ffffff; border:4px double #000000; border-radius: 5px;}

.dishlist .media-heading{color: #da1e25;}

.dishlist .media-object{width: 208px; border: 0px solid #da1e25; margin-right: 10px; }




/* start */
.packagesection{clear: both; width: 100%; clear: both; display: table; margin: 20px 0;}

.package_block{background:#f5f5f5;  display: table-cell; width: 50%; border-right:1px dashed #a00d03;}


.package_block:first-child{border-radius: 5px 0 0 5px;}

.package_block:first-child hgroup{border-radius: 5px 0 0 0;}

.package_block:last-child{border-radius: 0 5px 5px 0; border-right:none;}

.package_block:last-child hgroup{border-radius: 0px 5px 0 0;}

.package_block hgroup h3{ color: #ffffff; font-size: 27px; margin: 0 0 5px; font-weight: 800; text-transform: capitalize;}

.package_block hgroup{background:#ff9306;  padding: 15px; text-align: center; color: #fff; position: relative;}

.package_block hgroup hr{height: 1px; border-top: 1px solid #ccc;  margin: 15px 0;}

.package_block hgroup:before{border:10px solid transparent;  position: absolute; left: 50%; top: 100%; margin: 0 0 0 -10px; content: ' ';}

/*.packagesection h4{font-size: 18px; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #aaa; font-weight: 600;}*/

.package_block hgroup h6{color: #fff; font-size: 14px; text-align: center;}

.package_block img{}

.package_block p{font-size: 14px; }

.package_block p big{font-size: 28px; color: #fff; font-weight: 600;}

.package_block .form-inline .form-control{width: 60px; margin: 0 10px;}

.package_block .form-inline label{font-weight: normal;}

.package_block .form-inline .btn{border-radius: 20px;}

.package_block ul{color: #333; padding:20px; list-style: none;  min-height: 300px;}

.package_block ul li{ font-size: 14px; margin-bottom: 5px;}





.package_footer{background:#000; text-align:center; padding:10px 0; color: #fff;}
.package_block:first-child .package_footer{border-radius: 0 0 0 5px;}
.package_block:last-child .package_footer{border-radius: 0 0 5px 0;}

.btn-package{background: #000;color: #ffffff; margin-top:10px;}
.btn-package:hover{background: #fff; color:#ff9306;}


@media (max-width:768px) {
.package_block{display: block; width: 100%; margin-bottom:20px; border:none;}
.package_block:first-child, .package_block:last-child{border-radius: 5px;}
.package_block:first-child hgroup, .package_block:last-child hgroup{border-radius: 5px 5px 0 0;}
.package_block:first-child .package_footer, .package_block:last-child .package_footer{border-radius: 0 0 5px 5px;}
}


.package_block.fixBox{}
.package_block.gold_package.fixBox{border:1px solid goldenrod; }

.package_block.gold_package hgroup{background: goldenrod; }

.package_block.gold_package hgroup::before{border-top-color: goldenrod; }

.package_block.gold_package p big{color: goldenrod; }

.package_block.gold_package .form-inline .btn{background: goldenrod; border-color: goldenrod;}

.package_block.gold_package hgroup hr { border-top: 1px solid rgba(0, 0, 0, 0.2); }



.package_block.silver_package.fixBox{border:1px solid grey; }

.package_block.silver_package hgroup{background: grey; }

.package_block.silver_package hgroup::before{border-top-color: grey; }

.package_block.silver_package p big{color: grey; }

.package_block.silver_package .form-inline .btn{background: grey; border-color: grey;}

.package_block.silver_package hgroup hr { border-top: 1px solid rgba(0, 0, 0, 0.2); }





.fixBox.fix_top{top: 0; position: fixed; z-index: 101; border-color:#ddd; left:32px;}


.fixBox-res{display:none;}
@media (max-width:768px) {
.package_block.fixBox{display:none;}
.fixBox-res{display:block;}
}

/*end */

@media (max-width:990px) {

  #navigation { margin: 0; }

  #navigation > ul.navbar-nav { background: #000; background: rgba(0, 0, 0, 0.75); margin: 0 -15px; padding: 10px; }

  /*.wrapper { margin: 0; box-shadow:none;}*/

} 



@media (max-width:768px) {

  .welcome-img {clear: both; padding-top: 20px;}

	.welcome-img img { width: 32%; float: left; margin: 0 1% 1% 0;}

  footer p { padding-top: 0; }

} 



@media (max-width:767px) {

  address{width: 100%;}

  .socialicon{padding-bottom: 30px;}

  .menu-icon{width: 100%}

  .oil-carousal{padding: 0 10px}

  #oil_prev{left: 0}

  #oil_next{right: 0}

  .menuSection .btn-group {padding: 0 15px; display: block; }

  .menuSection .btn-group .btn { margin: 5px 0; display: block; float: none; width: 100%;}

} 



@media (max-width:480px) {

  .socialicon a{margin-right: 2px}

  .oil-carousal{padding: 0 }

  #oil_prev{left: -10px}

  #oil_next{right: -10px}

  .food-item li { max-width: 100%; display: block; margin:0;}

  .popularSection p {padding: 15px; font-size: 14px;}

} 



@media (max-width:420px) {

  .navbar.navbar-inverse{position: static; padding-top: 15px;}

  .navbar-toggle { margin-top: 0; margin-bottom: 0;}

  .youknow h2 { font-size: 20px; padding: 20px 0; }

  .youknow p { font-size: 16px; }

  .welcome-img{text-align: center;}

  .welcome-img img {float: none; margin: 0 0 10px; width: auto; display: inline-block;}

} 







ul.cart_list{list-style-type: none; padding-left: 0; margin: 20px 0}

ul.cart_list li{padding:5px 0; font-size: 15px; font-weight: 600; color: #666 }

.price_head{margin: 0 0 10px; font-size: 20px; padding-bottom: 10px; border-bottom: 1px solid #ddd;}

.pricebox{background: #333; color: #fff; border-radius: 5px; padding: 15px}

.pricebox h4{text-align: right; font-weight: 600; text-transform: uppercase; font-size: 24px; margin: 0px}

.pricebox h4 span{font-weight: normal; text-transform: none; font-size: 18px; color: #eee }

.pricebox h2{font-size: 50px; color: #eee; margin: 0px }

.price_accordian dd{padding: 20px}

table.my_table tr > td{vertical-align: middle; padding: 5px}

table.my_table tr > td .checkbox{margin: 0;}

table.my_table tr > td input[type="text"], 

.price_form input[type="text"]{width: 45px}

.price_form {overflow: hidden; display: block;}

.price_form .form-group{display: block;}

.price_form span{font-size: 18px; line-height: 30px; float: right;}



#package_form .price_form h3{font-size: 18px;}



.location_map {

  border: 1px solid #c90020;

  height: 300px;

  width: 100%;

}



.address_list{color: #333333;}

.address_list dt {

  text-transform: uppercase;

  font-size: 16px;

  font-weight: bold;

  padding: 0 0 2px;

}

.address_list dd {

    font-size: 16px;

    margin: 0 0 20px;

    padding: 0;

}





.topBar{ line-height: 38px; text-align: right; padding:10px 0 0px; position: relative; z-index: 1;background-color: #000; color:#fff;}

.topBar a.fa{width: 24px; height: 24px; line-height: 24px; text-align: center; background: #d5c7b3; color: #fff; border-radius: 50%; padding-left: 3px;}

.topBar a.fa:hover, .topBar a.fa:focus{text-decoration: none; background: #fff;}



.cartbtn {

  background: rgba(255, 255, 255, 0.2);

  border-radius: 0;

  color: #fff;

  margin:0px;

  padding: 2px 10px;

  position: relative;

}



.cartbtn:hover, .cartbtn:focus {background: rgba(0, 0, 0, 0.6); color: #fff; text-decoration: none;}



.cartbtn .badge {

  border-radius: 2px;

  margin:0 5px;

  padding: 8px;

  color: #c90020;

  background: #fff;

}



.navbar-inverse { }









.select-city{background:#000000; min-height: 100%; font-size:20px;}

.select-city-bg{background: url("../img/landing-bg.jpg") no-repeat center top fixed; background-size: cover; text-align: center; position: fixed; left: 0; top: 0; right: 0; bottom: 0; opacity:0.5; }


.select-city .top{margin-bottom:50px;}




.welcome_Section{background: url(../img/bg.jpg); padding: 50px 0; text-align: center; clear: both; z-index: 1; position: relative;}

.welcome_Section h1{color: #c90020; position: relative; margin-top: 0; font-size: 46px; font-weight: bold; padding-bottom: 10px;}

.welcome_Section h1:before{width: 250px; content: ' '; position: absolute; left: 50%; margin-left: -125px; bottom: 0; height: 2px; background: #c90020;}

.welcome_Section p{color: #c90020; font-size: 21px; padding: 10px 0;}

.welcome_Section a{display: block; font-size: 25px; color: #005c5d; text-transform: uppercase; font-weight: normal; transition: all ease-out 0.5s; }

.welcome_Section a img{margin: 10px 0;}

.welcome_Section a:hover{text-decoration: none; opacity: 0.8; filter:alpha(opacity=80); }



.landing_Section .bg-i {

    height: 100%;

    left: 0;

    padding: 0;

    position: fixed;

    top: 0;

    width: 100%;

}

.landing_Section {

    background: rgba(0, 0, 0, 0) url("../img/la-bg.jpg") repeat scroll 0 0 / cover ;

}

.lg-dark {

    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;

    height: 100%;

    padding: 50px 0 0;

    position: absolute;

    width: 100%;

}

.welcome_Section.landing_Section h1::before {

    background: #eee none repeat scroll 0 0;

}

.landing_Section h1 {

    margin: 20px 0 10px;

}

.copyright.pull-left {

    border: 0 none;

    padding: 0;

}

.triangleBorderSmallSingle {

    border: 4px double #eee;

    float: none;

    height: 60px;

    margin: 0 auto;

    position: relative;

    transform: rotate(-45deg);

    width: 60px;

}

.triangleWrapperSmallSingle i {

    color: #eee;

    padding-left: 4px;

    padding-top: 12px;

    transform: rotate(45deg);

}

.landing_Section h1 {

    color: #eee;

    font-family: Verdana;

}

.landing_Section h2 {

    color: #000;

    font-weight: normal;

    letter-spacing: -1px;

    margin-bottom: 10px;

    text-transform: none;
	font-size:22px;

}

.landing_Section h4 {

    color: #ff9306;

    font-family: Verdana;

    font-size: 14px;

    text-transform: none;
	font-weight:800;

}

.welcome_Section.landing_Section p {

    color: #c90020;

    font-family: Verdana;

    font-size: 22px;

    padding: 10px 0 30px;

}

.loc {
    margin-bottom: 0;

	padding:10px 0 30px 0;

}

.landing_Section .logo {

    width: 280px;

}

.loc-box {
	background:url(../img/map-bg.png) center no-repeat;
	width:250px;
	height:277px;
	margin:0 auto; 
	padding:60px 50px;
}



.loc .loc-box h2{margin-top: 0;}



.loc .loc-box:hover {

    border-color:#bbb;

    box-shadow: 0 1px 4px #999;

}

.bottomBar {
	border-top:solid 1px #fff;
	color: #fff;
 	 z-index: 1;
    text-align: center;
    width: 100%;
	padding:20px 0;


    /*left: 0; bottom: 0; right: 0;*/

}


.bottomBar a:hover, .bottomBar a:focus {

    background: #fff none repeat scroll 0 0;
    text-decoration: none;

}





.footer-social a{display: inline-block; width: 35px; height: 35px; text-align: center; line-height: 35px; color: #fff; border-radius: 50%; font-size: 25px; padding-left: 4px;}

.footer-social a:hover{color: #fff; color: #dd0000; text-decoration: none;}

.table{background: #fff;}
.table.no-margin{margin: 0;}

.all-pack-title{background: #fff;}
.all-pack-title h3 {
  color: #bba07d;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
}
.all-pack-title .table{margin-bottom: 0; font-size: 14px;}
.all-pack-title .table th{background: #bba07d; color: #fff; text-align: center;}

.dishlist .media-object{margin-bottom: 10px;}



.table > tbody > tr:first-child > th{text-align: left;}
.table tr > th.text-left{text-align: left !important;}
.table tr > th.text-right{text-align: right !important;}
.table tr > th.text-center{text-align: center !important;}

/*.col-md-3 > .package_block{display: block; width: auto;}
.col-md-3 > .package_block ul { padding: 0; }*/


.fancybox-type-iframe .fancybox-inner {
    max-height: 400px;
}



/*Image-hover-animation*/
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 20px auto;
	padding: 0;
	height:500px;
	}
@media(max-width:768px){
.da-thumbs {height:200px;}
}
@media(max-width:420px){
.da-thumbs {height:150px;}
}

.da-thumbs li {
	float: left;

	background: #fff;

	position: relative;

}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	text-align:center;
	vertical-align:middle;
}
.da-thumbs li a div span {
	color: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	width: 100%;
	height: 100%;
	display:table;
	
}
.da-thumbs li a div span h3{
	text-align:center;
	vertical-align:middle;
	display:table-cell;
	font-size:22px;
	}
@media(max-width:768px){
.da-thumbs li a div span h3{font-size:16px;}
}
.da-thumbs li a div {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
	left: 0px;
}


.buffet{padding:0;}
.buffet-img{ overflow:hidden;}
.buffet-content{padding:20px; background:#ff9306; color:#fff; font-size:20px; min-height:130px;}

.buffet:first-child .buffet-content, .buffet:last-child .buffet-content{position:absolute; top:0; width:100%;}
.buffet:first-child .buffet-img, .buffet:last-child .buffet-img{position:absolute; top:130px;}

@media(max-width:768px){
.buffet:first-child .buffet-content, .buffet:last-child .buffet-content{position:relative;}
.buffet:first-child .buffet-img, .buffet:last-child .buffet-img{position:relative; top:0; }
}

.award-box{margin-bottom:40px; text-align:center;}
.gold-award-box{background:url(../img/gold-award.jpg) center no-repeat;}
.award-bottom{font-size:12px; border-top:solid 1px #ccc;}

.add_to_cart{margin-top:10px;}



 