@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/montserrat.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat.svg') format('svg'); /* Legacy iOS */
}
/* normal case */
@font-face {
  font-family: 'LibreBaskerville';
  src: url('../fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/LibreBaskerville-Regular.woff') format('woff'), url('../fonts/LibreBaskerville-Regular.ttf')  format('truetype'), url('../fonts/LibreBaskerville-Regular.svg#LibreBaskerville-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: 'LibreBaskerville';
  src: url('../fonts/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/LibreBaskerville-Bold.woff') format('woff'), url('../fonts/LibreBaskerville-Bold.ttf')  format('truetype'), url('../fonts/LibreBaskerville-Bold.svg#LibreBaskerville-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* italic (oblique) */
@font-face {
  font-family: 'LibreBaskerville';
  src: url('../fonts/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/LibreBaskerville-Italic.woff') format('woff'), url('../fonts/LibreBaskerville-Italic.ttf')  format('truetype'), url('../fonts/LibreBaskerville-Italic.svg#LibreBaskerville-Italic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/* merriweather(regular) */
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* proxima nova(regular) */
@font-face {
  font-family: 'Proxima';
  src: url('../fonts/Proxima Nova-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: 'LibreBaskerville';
  line-height: 27px;
}
.test{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.preloader{
	background: transparent url(../img/preloader.gif) no-repeat center!important;
}
.absolute{
	position: absolute;
}
.align-center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.text-justify{
	text-align: justify;
}
.text-white{
	color: #fff!important;
}
.text-black{
	color: #000!important;
}
.bg-black{
	background: #000;
	color: #fff;
}
.bg-black h1{
	color: #fff;
}
.bg-black h3{
	color: #bbb;
}
.bg-grey{
	background: #444;
}
.bg-cream{
	background: #F1F1F1;
}
.bg-white{
	background: #fff;
}
.full-width{
	width: 100%!important;
}
.spacer{
	width: 100%;
	height: 50px;
}
.parallax {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0;
}
.semi-trans-black{
	background-color: rgba(0, 0, 0, 0.4);
	padding: 5px;
}
.semi-trans-white{
	background-color: rgba(255,255, 255, 0.6);
	padding: 5px;
	color: #000;
}
.margin{
	margin: 10px;
}
.padding{
	padding: 10px;
}
.no-padding-top-bottom{
	padding-top: 0px;
	padding-bottom: 0px;
}
.ghost-button-thick-border {
	display: inline-block;
	max-width: 200px;
	font-weight: bold;
	padding: 8px;
	padding-left: 50px;
	padding-right: 50px;
	color: #000;
	border: 3px solid #000;
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: background-color 0.2s ease-out,
	color 0.2s ease-out;
}
.ghost-button-thick-border:hover,
.ghost-button-thick-border:active {
	background-color: #000;
	color: #fff;
	transition: background-color 0.3s ease-in,
	color 0.3s ease-in;
	text-decoration: none;
}
.ghost-button-thick-border-white {
	display: inline-block;
	max-width: 200px;
	font-weight: bold;
	padding: 8px;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	border: 3px solid #fff;
	text-align: center;
	outline: none;
	text-decoration: none;
	transition: background-color 0.2s ease-out,
	color 0.2s ease-out;
}
.ghost-button-thick-border-white:hover,
.ghost-button-thick-border-white:active {
	background-color: #fff;
	color: #000;
	transition: background-color 0.3s ease-in,
	color 0.3s ease-in;
	text-decoration: none;
}
.img-responsive{
	max-width: 100%;
	height: auto;
}
.tm-toolbar{
	font-size: 13px;
}
header{
	/*background-image: url(../img/banners/street-food.jpg);*/
	background-size: cover;
	background-position: center center;
}
header.smaller.logo{
	height: 60px!important;
	width: auto;
}
#tm-header-a, .tm-toolbar, .tm-navbar{
	font-family: 'montserrat'!important;
}
.tm-toolbar a{
	color: #fff;
	margin-right: 10px;
}
.tm-toolbar a:hover,
.tm-toolbar a:focus,
.tm-toolbar a:active{
	text-decoration: none;
	color: #aaa;
}
.nav-menu{
	padding:10px 90px 10px 30px;
}
.nav-ul{
	position: absolute;
	right: 0!important;
}
.tm-navbar{
	margin-top: -10px!important;
}
.tm-nav{
	margin-top: 15px;
}
@media (max-width:1100px) {
	.logo{
        max-width: 60%;
    }
    .tm-nav{
    	margin-top: -5px;
    }
}
@media (max-width:1036px) {
	.tm-nav ul li a{
        padding: 0 10px;
    }
}
@media (max-width:1003px) {
    .tm-nav ul li a{
        padding: 0 5px;
    }
}
.greyscale{
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}
.banner-caption{
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 1px;
	line-height: 1.67em;
	font-family: 'LibreBaskerville';
	font-style: italic;
}
.button-bar h3{
	font-family: 'montserrat'!important;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 36px;
}
@media (max-width:991px) {
	.banner-caption{
        font-size: 20px;
    }
}
@media (max-width:768px) {
    .banner-caption{
       font-size: 15px;
    }
}
@media (max-width:480px) {
    .banner-caption{
    	display: none;
    }
}
.shadow-box{
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
footer{
	font-size: 12px;
	line-height: 27px;
	font-weight: 400;
}
footer i{
	margin-right: 5px;
}
footer h4{
	
	font-size: 24px;
	font-weight: 700;
}
footer a i{
	color: #aaa;
}
footer a i:hover{
	color: #fff;
}
#tm-bottom-d{
	background: #111;
}
#tm-bottom-e{
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*======================home========================*/
.binnys-caption{
	position: absolute;
	top:50%;
	left:50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 80%;
}
.binnys-caption h3{
	font-weight: 500;
	font-size: 35px;
	letter-spacing: 10px;
	color: #fff;
	text-align: center;
}
.binnys-caption p{
	font-weight: 400;
	font-size: 35px;
	letter-spacing: 1px;
}
@media (max-width:991px) {
	.binnys-caption h3, .binnys-caption p{
        font-size: 30px;
    }
}
@media (max-width:768px) {
    .binnys-caption h3, .binnys-caption p{
       font-size: 25px;
    }
}
@media (max-width:480px) {
    .binnys-caption h3, {
       font-size: 15px;
    }
    .binnys-caption p, .binnys-caption a{
    	display: none;
    }
}
.slider-nav{
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	top:70%;
	left: 40%;
}
@media (max-width:1200px) {
	.slider-nav{
        top: 75%;
    }
}
@media (max-width:810px) {
    .slider-nav{
        max-width: 80%;
    }
}
.slider-nav ul{
	display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row /* works with row or column */
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}
.rating span{
    color: #FFD71B;
    line-height: 5px;
}
.uk-overlay i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -7.5px;
}
.features aside{
	margin-top: 30px;
	height: 180px;
	margin-bottom: 20px;
	overflow-y: auto;
}
@media (max-width:1200px) {
	.features aside{
		height:230px;
	}
}
@media (max-width:961px) {
	.features aside{
		height:260px;
	}
}
@media (max-width:768px) {
	.features aside{
		height:auto;
	}
}
/*===================booking================*/
.uk-booking-title {
	font-weight: 400;
	text-align:center !important;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 40px;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 30px;
    letter-spacing: 0;
    border-bottom: 1px solid #533834;
    padding-bottom: 10px;
}
.reserve-box,
.reserve-box form select,
.reserve-box form textarea,
.reserve-box form input:not([type]),
.reserve-box form input[type="text"],
.reserve-box form input[type="password"],
.reserve-box form input[type="email"]{
	border: solid 1px #000!important;
	color: #000;
}
.reserve-box form i{
	position: absolute;
    top: 50%;
    width: 40px;
    margin-top: -8px;
    font-size: 16px;
    color: rgba(0, 0, 0, .2);
    text-align: center;
    pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip)>select,
.uk-form-icon:not(.uk-form-icon-flip)>textarea{
	padding-left:40px !important;
}
.textarea-icon{
	margin-top: -35px!important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   	background: url(../img/arrow_down.png) no-repeat right rgba(0,0,0,.1)!important;
}
.reserve-box form button{
	min-width: 130px;
	margin-top: 20px;
}
/*================contact==============*/
#contact_form select,
#contact_form textarea,
#contact_form input:not([type]),
#contact_form input[type="text"],
#contact_form input[type="password"],
#contact_form input[type="email"]{
	border: solid 2px #000!important;
	color: #000;
}
.map{
	height: 600px!important;
	width: 100%;
	margin-top: -50px;
}
/*================menu====================*/
.pdf{
	height: 500px;
}
.menu-head h3{
	font-family: 'Proxima';
	color: #ffc20f;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
}
.menu-head h1{
	font-family: 'Merriweather';
	font-size: 52px;
	line-height: 84px;
	text-transform: none;
	font-style: normal;
	font-weight: 400;
}
.parallax-overlay:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0, 0.5);
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
	z-index: 0;
}
.parallax-overlay:hover:before{
  background: none;
}
.parallax-street-food{
	background-image: url(../img/menu/pav-baji.jpg);
}
.parallax-wine-list{
	background-image: url(../img/menu/wine.jpg);
}
.menus-category, .menus-category h2, .menus-category h3{
	color: #fff;
}
.relative{
	position: relative;
}
.binnys-menu{
	height: 700px;
}
.side-panel{
	height: 700px;
	background-size: cover;
	color: #fff;
	background-position: center center;
	padding: 100px 60px;
}
.side-panel h3{
	font-family: 'Proxima';
	color: #ffc20f;
	font-size: 24px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.side-panel h4{
	font-family: 'Merriweather';
	font-size: 36px;
	letter-spacing: 0;
	color: #fff;
	padding-bottom: 10px;
	line-height: 48px;
}
.menu-content-panel{
	height: 640px;
	margin: 100px 0px;
}
.menu-category-links{
	height: 50px;
	padding: 10px;
	padding-bottom: 0  ;
}
.menu-category-links a{
	font-family: 'Proxima';
	line-height: 40px;
	color: #b32d02;
	margin:0 20px;
	font-weight: 900;
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.menu-category-links a:hover{
	color: #ffc20f;
}
.menu-category-links a.active{
	color: #015405;
}

.dish p{color: #7D7D7D;}
.underline-center{
	border-top: solid 1px #ddd;
	height: 10px;
	margin-top: 10px;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.menugroup{
	margin-top:20px;
	margin-bottom: 50px;
}
.menugroup .menu-head h3{
	font-family: 'Proxima';
	padding: 20px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 700;
	font-size: 30px;
}
@media (max-width: 768px){
	.side-panel{
		float: none;
		width: 105%;
		height: auto;
	}
	.content-panel{
		float: none;
		width: 100%;
		height: 700px;
	}
	.binnys-menu{
		height: auto;
	}
}
.menu-content-panel .dish{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.menu-content-panel .dish h4 span{
	font-size: 14px;
	font-style: italic;
}
.menu-content-panel .dish h4 span sup{
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	bottom: .3ex;
	vertical-align: baseline;
}
/*=============== street-food ======================*/
.street-food-sidepanel{
	background-image: url(../img/menu/sidepanel/street-food.jpg);
}
/*=============== wine list ======================*/
.wine-list-sidepanel{
	background-image: url(../img/menu/sidepanel/wine-list.jpg);
}


.banquet-sidepanel
{
  background-image: url(../img/menu/sidepanel/banquet.jpg);
}


/*====================== upte-7/6 ======================*/


.padding-sb-1
{
	float: left;
	margin: 20px;
}

.padding-sb-1 h4
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding-sb-2
{
	float: left;
}

.padding-sb-2 h5
{
	margin-top: 32px;
	margin-bottom: 22px;
}

.padding-main
{
	padding: 10px;
}


.bg-hd-1
{
	font-family: "SemiBold";
    padding-bottom: 1px;
}

.bg-hd-1
{
	color: #ffc20f;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: left;
    font-weight: 2em;
    
}

.bg-hd-2
{
	font-family: "SerifRegular";
    padding-bottom: 10px;
}

.bg-hd-2
{
    color: #000000;
    font-size: 62px;
    line-height: 70px;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    margin-top: 5px;
}

.bg-hd-3
{
	text-align: left;
}

.margin-bottom_20
{
	margin-bottom: 6%;
}