@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: chennaiTiffins;
   src:url('../fonts/ARCADE.TTF');
   text-decoration:none;
  }
@font-face {
   font-family: logoFont;
   src:url('../fonts/cooprblk.ttf');
   text-decoration:none;
  }


.header
{
	position:relative;
	z-index:1040;
	background: rgba(255,255,255,0.7);
}
.serach-menu {
        margin-top: 45px;
}
.contact
{
	color:#383838;
	font-size:18px;
	 margin-top: 45px;
	 text-align:right;
}
.offer
{
	 z-index:1040;
         padding-bottom: 20px;
         padding-top: 20px;
}
.heading
{
	color:#FFF;
	text-align:center;
}
.footer
{
	background:#3a3a3a;
	margin-top:20px;
	padding:30px;
}
.social
{
	padding-right:10px;
}
.fb
{
background:#069; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;

}
.fb:hover
{
background:#036; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;

}

.tw
{
background:#359bed; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}
.tw:hover
{
background:#399; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}

.go
{
background:#d44132; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}
.go:hover
{
background:#BD6151; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}

.link
{
background:#91c9db; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}
.link:hover
{
background:#6DA4AD; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;

}

.flick
{
background:#db97be; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}
.flick:hover
{
background:#F167F1; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;

}

.you
{
background:#f16361; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}
.you:hover
{
background:#C00; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;

}
.pin
{
background:#cb2027; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;
}
.pin:hover
{
background:#831F05; 
border-radius:100%;
padding:10px 10px; 
width:34px;
height:34px;
color:#FFF;
cursor:pointer;

}

.footer-links
{
	display:inline-block;
	font-size:18px;
	color:#B5B5B5;
}
.newsletter-signup
{
	color:#FFF;
	text-align:center;
}
.newsletter
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#B5B5B5;
}
.footer-small
{
	background:#e13334;
	
}
.foot-copyright
{
	margin-top: 10px;
	color:#FFF;
}
.copyright
{
	text-align:right;
}
.developed-by
{
	text-align:left;
}

/* Menu */
.menu
{
	
	 margin-top: 0px;
	 z-index:1040;
	 background:url(../images/background/food.png);
}
.menu-content
{
	background:white;
	padding:20px;
	margin-top:10px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.30);
}

.menu-content p{ font-size:1.1em; font-weight:normal; text-align:center;}
.menu-content p span{ color:#C00; font-size:1.5em; font-weight:bold;}
.menu-items
{
	border-bottom:2px dotted #C4313C;
}
.menu-items2
{
	border-bottom:2px dotted #363;
	
}
.menu-title
{
	text-align:right;
}
.deal-title
{
	text-align:center;
	border-bottom:1px dotted #ccc;
}
.food-title
{
	color:#EE1010;
}
.food-price
{
	color:#C37E5C;
}
.colr
{
	color:#D9174D;
}
.boxes {
    padding: 0px 10px 6px 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #F0F0F0;
    background:url(../images/background/fabric_of_squares_gray.png);
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}
.boxes-content {
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #F0F0F0;
    background: #ffffff;
    -moz-box-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    -webkit-box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
    box-shadow: 2px 2px 1px RGBa(0,0,0, 0.035);
}
/* scroll bar */
body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #F0041C;
  outline: 1px solid slategrey;
}
/* End scroll bar */

/* Back to top */
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.white{
     background:url(../images/uparr-48-b.png) no-repeat center center rgba(255,255,255,0.8);
    border:1px solid #ccc;
}
#backTop.black{
     background:url(../images/uparr-48-w.png) no-repeat center center rgba(0,0,0,0.8); 
    border:1px solid #ccc;
}
#backTop.red{
     background:url(../images/uparr-48-w.png) no-repeat center center rgba(217,97,81,0.9); 
    border:1px solid #fff;
}
#backTop.green{
     background:url(../images/uparr-48-b.png) no-repeat center center rgba(81,217,187,0.9); 
    border:1px solid #fff;
}

/* End Back to top */

.about
{
	border-bottom:1px solid #F0F0F0;
	padding-bottom:5px;
}
.telephone
{
	border-bottom:1px solid #F4F4F4;
	padding:5px;
	font-size:20px;
	font-family:chennaiTiffins;
	color:#AE1723;
}
.pan-height
{
	min-height: 400px;
}
.location
{
	min-height:130px;
}
.terms
{
	color: #CF7854;
	
	border-bottom:dashed 1px #F3F3F3;
}
.just
{
	text-align:justify;
}
.deal-page .nivoSlider{
    width: 75%;
    float: left;
}
.deal-page .theme-default .nivo-controlNav{
    position: inherit;
    width: 25%;
    float: left;
    padding: 0;
}
.deal-page .nivo-controlNav .nivo-control{
    width: 100%;
    float: left;
    background-color: #a80000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    text-indent: inherit;
    margin: 0;
    padding: 0 0 0 27px;
    font-size: 22px;
    font-weight: bold;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d21312;
    text-decoration: none;
    color: #ffffff;
}
.deal-page .theme-default .nivo-controlNav a:last-child{
    border-bottom: 1px solid #a20400;
}
.deal-page .theme-default .nivo-controlNav a:hover{
    color: #ffffff;
}
.deal-page .theme-default .nivo-controlNav a.active{
    color: #000000;
}
.deal-page .nivo-controlNav .active{color: #000000;position: relative;}
.deal-page .theme-default .nivo-controlNav a.active span{
    background: transparent url("../images/slider-active.png") no-repeat scroll 0 0 / cover ;
    display: block;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
    z-index: 99999;
}
.slider-wrapper{background-color: #a80000;width: 100%;float: left;margin-bottom:0px;}
.deal-info{
   position: absolute;top: 0;left: 0;z-index: 99;
}
.nopadding{
    margin: 0 !important;
    padding: 0 !important;
}
.catering-bx{padding: 10px 0 0 !important;padding-bottom: 0;}
.catering{border-bottom: 1px solid #f0f0f0;padding-bottom: 5px;margin-bottom: 0;padding-left: 10px;}
.col-lft{line-height: 18px;}
.col-lft .packs{border: 1px solid #e6e6e6;}
.pk-details{margin-left: 0;margin-right: 0;margin-top: 30px;}
.col-lft .packs{padding: 0;width: 31.5%;margin-right: 2%;}
.col-lft .packs:last-child{margin-right: 0;}
.col-lft .packs .row1{width: 100%;float: left;border-bottom: 1px solid #e6e6e6;position: relative;}
.col-lft .packs .row1 .pkg{font-size: 16px;padding-left: 15px;line-height: 18px;padding-bottom: 15px;padding-top: 15px;width: 50%;float: left;color: #333333;}
.col-lft .packs .row1 .pkg .title{font-size: 12px;text-transform: uppercase;color: #5a9900;font-weight: bold;}
.col-lft .packs .row1 .charge {
    background: #5a9900 url("../images/curve.png") no-repeat scroll left top / contain ;
    color: #ffffff;
    float: right;
    font-size: 22px;
    line-height: 15px;
    padding: 15px;
    width: 47%;
}
.col-lft .packs .row1 .charge span{font-size: 12px;}
.col-lft .packs .row2{width: 100%;float: left;padding: 15px;font-size: 12px;background-color: #f7f7f7;}
.col-lft .packs .row2 a{font-size: 14px;text-decoration: none;color: #ec1d25;font-family: trebuchet ms;font-weight: bold;}
.col-rgt{background-color: #f0e2c6;padding-bottom: 10px;}
.col-lft h4,.col-rgt h4{font-size: 16px;font-weight: bold;margin-top: 20px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: antialiased;color: #1d1d1d;}
.col-rgt form input[type='submit']{background-color: #ec1d24;color: #ffffff;}
.tab-list{}
.tab-list a{color: #717171;}
.tab-list .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background: rgba(0, 0, 0, 0) url("../images/background/fabric_of_squares_gray.png") repeat scroll 0 0;}
.item-price-align{float:right;} 
@media (max-width:1200px){
    .deal-info{width: 15%;}
    .deal-page .nivo-controlNav .nivo-control{font-size: 22px;padding: 0 0 0 22px;}
    .deal-page .theme-default .nivo-controlNav a.active span{display: none;} 
}
@media (max-width:991px){
    .deal-info{width: 15%;}
    .deal-page .nivo-controlNav .nivo-control{font-size: 14px;padding: 0 0 0 15px;}
    .deal-page .theme-default .nivo-controlNav a.active span{display: none;}
    .col-rgt{padding-top: 1px;} 
	.item-price-align{float:none !important;}
}
@media (max-width:768px){
    .deal-info{width: 15%;}
    .deal-page .nivo-controlNav .nivo-control{font-size: 12px;padding: 0 0 0 10px;}
    .deal-page .theme-default .nivo-controlNav a.active span{display: none;}
    .col-rgt{padding-top: 1px;}
}
@media (max-width:480px){
    .deal-info{width: 15%;}
    .deal-page .nivo-controlNav .nivo-control{font-size: 9px;padding: 0 0 0 6px;}
    .deal-page .theme-default .nivo-controlNav a.active span{display: none;}  
    .col-lft .packs{width: 100%;margin-bottom: 4%;} 
    .col-rgt{padding-top: 1px;}
}
.loader{background: url('../images/loader.gif') no-repeat 0 0 transparent;width: 34px;height: 34px;display: inline-block;position: relative;left: 47%;}