@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
img {
	width:100%;
	}	
	
body {
	background:url(../images/bg.jpg);
	font-family: "Merienda";
	}	
	
.menu-main {
	background:url(../images/menu-bg.jpg);
	border-bottom: 3px solid #f0ce78;
	font-family: "Merienda";
	border-radius:0px;
	}
	
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
}	

.nav > li > a {
    display: block;
    padding: 20px 36px;
	font-size:16px;
    position: relative;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #f0ce78;
}
	
.header-main {
	padding:10px 15px;
	}	
	
.social-box {
	padding:90px 0px;
	}
	
.social-box ul {
	list-style:none;
	margin:0;
	}
	
.social-box ul li {
	display:inline-block;
	padding-right:5px;
	}			
	
.social-box ul li a {
	display:block;
	}
	
.call-us {
	padding:90px 0px;
	}
	
.call-us h4 {
	margin:0px;
	color:#f0ce77;
	text-align:right;
	font-weight:bold;
	}
	
.call-us h4 span {
	color:#555555;
	}			
	
.slider {
	background:#FFFFFF;
	margin-bottom:50px;
	padding:20px;
	}
	
.slider
{
  position: relative;
}
.slider:before, .slider:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
	display:block;
}
.slider:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}	

.service-box {
	padding:0 15px;
	}		

.image-box {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);	
	}
	
.service-box h4 {
	margin:20px 0 15px 0;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.service-box p {
	font-family:calibri;
	color:#666666;
	font-size:16px;
	text-align:justifyl
	}

.service-box a.read-more {
	width:115px;
	height:40px;
	text-align:center;
	font-size:13px;
	line-height:40px;
	background:#3A321D;
	color:#FFFFFF;
	display:block;
	margin-top:15px;
	}		
	
.devider {
	background-color: #e0d1b5;
    height: 1px;
    margin: 50px auto;
    position: relative;
	}
	
.circle_left {
    background: #f9f5ea url("../images/bg.jpg") repeat scroll 0 0;
    border: 1px solid #e0d1b5;
    border-radius: 50%;
    height: 10px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 10px;
}


.cup {
    background: rgba(0, 0, 0, 0) url("../images/cup.png") no-repeat scroll center center;
    height: 24px;
    position: absolute;
    top: -14px;
    width: 100%;
    z-index: 9;
}

.circle_right {
    background: #f9f5ea url("../images/bg.jpg") repeat scroll 0 0;
    border: 1px solid #e0d1b5;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 10px;
}	
	
.today-special-main h4 {
	color:#af8c4a;
	margin-bottom:15px;
	}	
	
.today-special {
	padding:5px;
	}
	
.today-special-main a.view-menu {
	width:115px;
	height:40px;
	text-align:center;
	font-size:13px;
	line-height:40px;
	background:#3A321D;
	color:#FFFFFF;
	display:block;
	margin-top:15px;
	}
	
.testimonial-main h4 {
	color:#af8c4a;
	margin-bottom:20px;
	}
	
/**************************************************** footer ******************************/

.footer-main {
	background: url(../images/menu-bg.jpg);
	border-top: 5px solid #f0ce78;
	padding: 35px 0px 0px 0px;
	margin-top:30px;
}

.footer-box-left {
	height: auto;
	float: left;
}

.footer-box-left img.logo {
	margin-top:10px;
	}

.footer-box-left h2 {
	color: #f0ce78;
	margin-bottom: 10px;
	font-size: 21px;
	margin-top:0px;
}
.footer-box-left ul {
	list-style-position: inside;
	margin:0;
}
.footer-box-left li {
	padding: 5px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-family:calibri;
}
.footer-box-left li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-box-left li a:hover {
	color: #f0ce78;
}

.footer-box-left p {
	text-align: justify;
	color: #FFFFFF;
	margin: 5px 0px;
	font-size: 16px;
	font-family:calibri;
}
.footer-box-left p span {
	font-weight: bold;
}
.footer-box-left h3 {
	color: #a6a6a6;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 21px;
	margin-top: 15px;
}

.footer-social {
	height: auto;
	color: #a6a6a6;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-social ul {
	list-style:none;
	margin:0;
	}
	
.footer-social ul li {
	display:inline-block;
	border:none;
	}			
	
.footer-social ul li a {
	display:block;
	}

.footer-bottom {
	height: auto;
	color: #FFFFFF;
	margin:10px auto auto auto;
	border-top: 1px dotted #666666;
}
.footer-bottom-left {
	float: left;
	line-height: 50px;
	font-family:calibri;
}
.footer-bottom-right {
	float: right;
	line-height: 50px;
}
.footer-bottom-right a {
	color: #00AFEF;
	text-decoration: none;
}

/*****************************************  About Us  ***********************************************/


.banner {
	background:#FFFFFF;
	margin-bottom:50px;
	padding:20px;
	}
	
.banner
{
  position: relative;
}
.banner:before, .banner:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
	display:block;
}
.banner:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
	
.my-inner-container h2 {
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #555555;
	}
	
.my-inner-container p {
	text-align:justify;
	margin:10px 0px;
	color:#555555;
	}
	
/**********************************************************************************/
	
.menu-container h2 {
	margin:0px 0px 30px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #555555;
	}
	
.menu-row {
	margin-bottom:30px;
	}		

.menu-special {
	padding:50px 15px;
	}
	
.menu-kheer {
	background:url(../images/kheer.jpg);
	background-size:contain;
	background-attachment:fixed;
	}	
	
.menu-kheer h1 , .menu-kheer h2 , .menu-kheer h3 {
	margin:21.5px 0px;
	text-align:center;
	color:#FFFFFF;
	display:block;
	}
	
.menu-biryani {
	background:url(../images/biryani.jpg);
	background-position:top right;
	background-size:contain;
	background-attachment:fixed;
	}	
	
.menu-biryani h1 , .menu-biryani h2 , .menu-biryani h3 {
	margin:21.5px 0px;
	text-align:center;
	color:#FFFFFF;
	display:block;
	}	
	
.menu-special h1 {
	font-size:45px;
	}	
	
.menu-special h2 {
	padding-bottom:0px;
	border-bottom:none;
	font-size:35px;
	}
	
.menu-special h2 {
	font-size:30px;
	}
	
.menu-head-main {
	padding:0 0 10px 0;
	border-bottom:1px solid #555555;
	margin-bottom:10px;
	}	
	
.menu-list {
	padding:30px;
	background:#eddbac;
	font-size:15px;
	/*min-height:380px;*/
	}
	
.menu-list h3 , .menu-list h4 {
	margin:0px;
	}	

.menu-row2 {
	margin-top:10px;
	margin-bottom:10px;
	}
	
.menu-list ul {
	margin:0px 0px 0px 20px;
	list-style:disc;
	}
	
.menu-list ul li {
	font-size:16px;
	width:100%;
	margin:5px 0;
	clear:both;
	display:block;
	}
	
.menu-list ul li em {
	float: left;
    font-style: normal;
    max-width: 65%;
    min-width: 65%;
	}	
	
.menu-list ul li span {
	float:right;
	margin-right:15px;
	vertical-align:middlel;
	display:block;
	}							

/**********************************************************************************/	
	
.testimonial-box {
	background:#FFFFFF;
	padding:15px;
	border:1px dashed #CCCCCC;
	box-shadow:1px 1px 2px #CCCCCC;
	margin:15px 0;
	}
	
.testimonial-box h4 {
	text-align:right;
	font-style:italic;
	color:#f0ce78;
	}				

.contact-left-box {
	padding:15px;
	}
	
.contact-right-box {
	padding:15px;
	}	
	
.contact-right-box h3 {
	margin:0;
	}
	

/**********************************  small device (Tablets)  ***********************************/
	
@media screen and (min-width: 768px) and (max-width:1024px){	
.nav > li > a {
    display: block;
    padding: 20px 33px;
	font-size:16px;
    position: relative;
}

.slider {
	background:#FFFFFF;
	margin-bottom:35px;
	padding:15px;
	}

.service-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 15px;
    text-transform: uppercase;
}

.service-box p {
	font-family:calibri;
	color:#666666;
	font-size:14px;
	text-align:justifyl
	}

/**************************************************** footer ******************************/

.footer-main {
	background: url(../images/menu-bg.jpg);
	border-top: 5px solid #f0ce78;
	padding: 35px 0px 0px 0px;
	margin-top:30px;
}

.footer-box-left {
	height: auto;
	float: left;
}

.footer-box-left img.logo {
	margin-top:10px;
	}

.footer-box-left h2 {
	color: #f0ce78;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top:0px;
}
.footer-box-left ul {
	list-style-position: inside;
	margin:0;
}
.footer-box-left li {
	padding: 5px 0px;
	color: #FFFFFF;
	font-size: 15px;
	font-family:calibri;
}
.footer-box-left li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-box-left li a:hover {
	color: #f0ce78;
}

.footer-box-left p {
	text-align: justify;
	color: #FFFFFF;
	margin: 5px 0px;
	font-size: 15px;
	font-family:calibri;
}
.footer-box-left p span {
	font-weight: bold;
}
.footer-box-left h3 {
	color: #a6a6a6;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 21px;
	margin-top: 15px;
}

.footer-social {
	height: auto;
	color: #a6a6a6;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-social ul {
	list-style:none;
	margin:0;
	}
	
.footer-social ul li {
	display:inline-block;
	border:none;
	}			
	
.footer-social ul li a {
	display:block;
	}

.footer-bottom {
	height: auto;
	color: #FFFFFF;
	margin:10px auto auto auto;
	border-top: 1px dotted #666666;
}
.footer-bottom-left {
	float: left;
	line-height: 50px;
	font-family:calibri;
}
.footer-bottom-right {
	float: right;
	line-height: 50px;
}
.footer-bottom-right a {
	color: #00AFEF;
	text-decoration: none;
}


/*****************************************  About Us  ***********************************************/

.banner {
	background:#FFFFFF;
	margin-bottom:35px;
	padding:15px;
	}
	
.banner
{
  position: relative;
}
.banner:before, .banner:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
	display:block;
}
.banner:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
	
.my-inner-container h2 {
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #555555;
	}
	
.my-inner-container p {
	text-align:justify;
	margin:10px 0px;
	color:#555555;
	}		

.contact-left-box {
	padding:15px;
	}
	
.contact-right-box {
	padding:15px;
	}

.contact-right-box h3 {
	margin:0;
	font-size:22px;
	}

.contact-right-box p {
	margin:10px 0px;
	font-size:14px;
	}

}

/**********************************  extra small device (Tablets)  ***********************************/
	
@media screen and (min-width: 320px) and (max-width:760px){
.social-box {
	padding:0px 0px 20px;
	}
	
.social-box ul {
	list-style:none;
	margin:0;
	}
	
.social-box ul li {
	display:inline-block;
	padding-right:5px;
	}			
	
.social-box ul li a {
	display:block;
	}

.call-us {
	padding:20px 0px;
	}
	
.call-us h4 {
	margin:0px;
	color:#f0ce77;
	text-align:center;
	font-weight:bold;
	font-size:19px;
	}
	
.call-us h4 span {
	color:#555555;
	}	

.slider {
	background:#FFFFFF;
	margin-bottom:25px;
	padding:5px;
	}

.service-box {
	padding:10px 15px;
	}
	
.today-special-main {
	padding:10px 15px;
	}
		
.today-special-main a.view-menu {
	width:115px;
	height:40px;
	text-align:center;
	font-size:13px;
	line-height:40px;
	background:#3A321D;
	color:#FFFFFF;
	display:block;
	margin-top:10px;
	}
	
.testimonial-main {
	padding:10px 15px;
	}
	
/**************************************************** footer ******************************/

.footer-main {
	background: url(../images/menu-bg.jpg);
	border-top: 5px solid #f0ce78;
	padding: 25px 0px 0px 0px;
	margin-top:10px;
}

.footer-box-left {
	height: auto;
	float: left;
	margin-bottom:15px;
}

.footer-box-left img.logo {
	margin-top:0px;
	margin-bottom:25px;
	}

.footer-box-left h2 {
	color: #f0ce78;
	margin-bottom: 10px;
	font-size: 21px;
	margin-top:0px;
}
.footer-box-left ul {
	list-style-position: inside;
	margin:0;
}
.footer-box-left li {
	padding: 5px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-family:calibri;
}
.footer-box-left li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-box-left li a:hover {
	color: #f0ce78;
}

.footer-box-left p {
	text-align: justify;
	color: #FFFFFF;
	margin: 5px 0px;
	font-size: 16px;
	font-family:calibri;
}
.footer-box-left p span {
	font-weight: bold;
}
.footer-box-left h3 {
	color: #a6a6a6;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 21px;
	margin-top: 15px;
}

.footer-social {
	height: auto;
	color: #a6a6a6;
	font-size: 18px;
	text-transform: uppercase;
}

.footer-social ul {
	list-style:none;
	margin:0;
	}
	
.footer-social ul li {
	display:inline-block;
	border:none;
	}			
	
.footer-social ul li a {
	display:block;
	}

.footer-bottom {
	height: auto;
	color: #FFFFFF;
	margin:10px auto auto auto;
	border-top: 1px dotted #666666;
}
.footer-bottom-left {
	float: left;
	line-height: 50px;
	font-family:calibri;
	font-size:13px;
}
.footer-bottom-right {
	float: right;
	line-height: 50px;
}
.footer-bottom-right a {
	color: #00AFEF;
	text-decoration: none;
}		


/*****************************************  About Us  ***********************************************/

.banner {
	background:#FFFFFF;
	margin-bottom:35px;
	padding:10px;
	}
	
.banner
{
  position: relative;
}
.banner:before, .banner:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
	display:block;
}
.banner:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
	
.my-inner-container h2 {
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #555555;
	font-size:25px;
	}
	
.my-inner-container p {
	text-align:justify;
	margin:10px 0px;
	color:#555555;
	font-size:12px;
	}		
	
.contact-right-box h3 {
	margin:0;
	}

	
}