/*
 *Eattie Restaurant HTML Template Style Sheet v1.3
 *Copyright 2015 8Guild.com
 */

/* Apply a natural box layout model to all elements */

@font-face {
  font-family: 'Marmelad';
  src: url('../fonts/Marmelad-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Marmelad-Regular.woff') format('woff'), url('../fonts/Marmelad-Regular.ttf')  format('truetype'), url('../fonts/Marmelad-Regular.svg#Marmelad-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

/*Global Styles*/
body {
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	background-color: #f1f0e9;
	overflow: hidden;
	padding: 0;
}
h1, h2, h3 {
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
p {
	font: 1em 'PT Sans', Arial, Helvetica, sans-serif;
	text-align: justify;
}
a {
	outline: none !important;
}
.table {
	display: table;
	width: 100%;
	background: none;
}
.table-cell {
	display: table-cell !important;
	vertical-align: middle !important;
}
embed, object, iframe{max-width: 100%;}

/*Clearfix*/
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
*:first-child+html .group { zoom: 1; } /* IE7 */
.clear {
	clear: both;
}
.about-slider-inner img {
    width: 100% !important;
	/*min-height:700px;*/
	min-height:100%;

}
.food_img {
  max-width: 100%;
	height: auto;
}
.food_img > img {
    width: 100%;
}
.form-control::-moz-placeholder{color:#000  !important;}

/*Intro*/
.intro-title {
	position: fixed;
	/*width: 100%;*/
	/*max-width: 430px;*/
	height: 330px;
	padding: 42px 18px 25px 18px;
	/*background-color: rgba(255,0,0,0.55);*/
  /*background-color:  #96AEB7;*/
  /*background-color: #580000;*/
	left: 12px;
	top: 22%;
	margin-top: -165px;
}

.ie8 .intro-title {
	/*background-color: rgb(82,51,70);*/
}
/*.intro-title h1 {
	color: #fff;
	font-size: 4.2em;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.2;
	margin-bottom: 20px;
}
*/
/*Social Bar*/
.social-bar {
	width: 100%;
}
.social-bar a {
	display: inline-block;
	margin-right: 11px;
	font-size: 2.15em;
	text-decoration: none;
	/*color: #fff;*/
  color: #000000;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
.social-bar-top a {
	display:block;
	margin-right: 11px;
	font-size: 3.15em;
	text-decoration: none;
  color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
	margin-bottom:10px;
}
.social-bar a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*Intro Fullscreen Slideshow*/
.intro-slideshow {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index: -100;

	overflow: hidden;
}
.intro-slideshow ul li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f1f0e9;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	opacity: 0;
	filter: alpha(opacity=0);/*for ie8*/
	-webkit-transition: all 2s ease-out;
	-moz-transition: all 2s ease-out;
	-ms-transition: all 2s ease-out;
	-o-transition: all 2s sease-out;
	transition: all 2s sease-out;
}
.intro-slideshow ul li.current {
	opacity: 1;
	filter: alpha(opacity=100);/*for ie8*/
}

/*Wrapper*/
#wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
	/*margin-top:580px !important;*/

}

/*Header*/
header {
	width: 100%;
	/*background-color: #211a27;*/
  background-color: #000000;	
	position: relative;
	z-index: 5;
}
.stiky.stuck {
	position: fixed;
	top: 0;
}
header.pinned {
	position: fixed;
	top: 0;
}
header.reveal {
	position: fixed;
	top: -90px;
	-webkit-transition: top 400ms ease;
	-moz-transition: top 400ms ease;
	-o-transition: top 400ms ease;
	transition: top 400ms ease;
}
header.reveal.visible {
	top: 0px;
}
header .container {
	padding: 0 !important;
}
.logo {
	display: block;
	width: 100%;
	/*max-width: 140px;
	height: 90px;*/
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	margin-left: -70px;
	background: url(../img/logo-small.svg) no-repeat;
}
.no-svg .logo {
	background: url(../img/logo-small.png) no-repeat;
}

.social_icon{display:none;}
/*Navigation*/
.navbar {
	width: 100%;
	padding-top:30px;
}
.right_sec img {
    margin: 0 auto;
    max-width: 72%;
}
.space_my {
    line-height: 60px;
}
.nav-left {
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.nav-right {
    float: none;
    display: inline-block;
    vertical-align: middle;

}
.nav.navbar-nav li a {
	font: 1.3em 'Marmelad', Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 300ms ease;
	-moz-transition: border-color 300ms ease;
	-o-transition: border-color 300ms ease;
	transition: border-color 300ms ease;
}
.nav.navbar-nav li a:hover,
.nav.navbar-nav li.active a {
	background-color: transparent;
	/*border-color: #908d93;*/
  /*border-color: #000000;*/
	outline: none !important;
}
.nav.navbar-nav li a:active,
.nav.navbar-nav li a:focus {
	background-color: transparent !important;
	outline: none !important;
}
.nav.navbar-nav.nav-left li {
	margin-right: 20px;
}
.nav.navbar-nav.nav-right li {
	margin-left: 30px; 
}
.only-mobile {display: none;}
.online-order {background: #ff0000; border-bottom: 3px solid #781831; margin-top: -3px;padding:3px 6px 0; border-radius: 3px;}
/* .ordergrub { border: 2px solid #FFF; margin-top: -3px;padding:3px 6px 0; border-radius: 3px; background: transparent !important;}*/
 .navbar-nav > li.online-order > a {color: #fff;}
.online-order:hover, .online-order a:hover {
	border-bottom: 3px solid #fff; background: #8b9ca4; 
}
.nav.navbar-nav.nav-left li.last {
	margin: 0;
}
li.dropdown.open a {
	background: none !important;
	border-color: #908d93 !important;
}
.dropdown-menu {
	background-color: #c4bcbc;
	border: none;
	margin-top: -2px !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
	padding: 10px 0;
	text-align: left !important;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-menu > li {
	margin: 0 !important;
}
.dropdown-menu > li > a {
  display: block;
	width: 100%;
	font-size: 1.125em !important;
  padding: 15px 20px !important;
  color: #5e4950 !important;
	border: none !important;
	background-color: transparent;
	-webkit-transition: all 300ms ease !important;
	-moz-transition: all 300ms ease !important;
	-o-transition: all 300ms ease !important;
	transition: all 300ms ease !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li.active > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #523346 !important;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 20px 10px;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
	outline: none !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 0px;
	background-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.navbar-toggle:hover .icon-bar {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/*About*/
.block {
	width: 100%;
	background-color: #f1f0e9;
	/*padding-bottom:20px;*/
}
/* .block .heading:nth-child(2){top:85px;} */
.block .heading {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 22px 20px 25px 20px;	
	z-index: 3;
}

.block .heading h2 {
	color: #fff;
	font-size: 1.7em;
	margin-bottom: 0px;
}
.triangle {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top-width: 13px;
	border-top-style: solid;
	/*border-top-color: inherit;*/
  border-top-color: #000000;
	bottom: -13px;
	left: 50%;
	margin-left: -13px;
	z-index: 3;
}
.about .heading {
	/*color: #393443;*/
  color: #000000;
	/*background-color: #96AEB7;*/
  background-color: #ff0000;
}

.about-slider {
	position: relative;
	width: 100%;
	/*height: 570px;*/
    min-height:100%;
	height:100%;
	overflow: hidden;
}
.about-slider-inner {
	width: 100%;
	z-index: 1;
}
.neworder-onlinebt {
	background: #768085 none repeat scroll 0 0;
    border-bottom: 3px solid #000;
    border-radius: 5px;
    color: #fff;
    padding: 11px 30px 9px;
	font-size: 20px; 
	font-weight: bold;
}
#footer .neworder-onlinebt h2 {
  font-size: 18px;
  display: inline-block;
}
.marginbot_40 {
	margin-bottom: 40px;
}
.neworder-onlinebt:hover {
	background: #ff0000;
	border-bottom: 3px solid #781831;
	color: #fff;
	text-decoration: none;
} 

.online-order.neworder-onlinebt {
 /*  margin: 20px auto !important; */
  display: inline-block;
  background: #ff0000;
  border-bottom: 3px solid #781831;
  border-radius: 0;
}
.online-order.neworder-onlinebt:hover {
	background: #768085;
	border-bottom: 3px solid #000;
}
.info-bg {
	position: absolute;
	width: 100%;
	max-width: 450px;
	min-height:100%;
	height:auto;
	background-color:rgba(255,255,255,00.6);
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 2;
	top: 0;
}
.info-bg-about {
    position: relative;
    display: block;
    margin: auto auto;
	max-width: 1020px;
    top:-100px;/* 50%*/
    transform: translateY(20%);
    width: 75%;
    min-height:732px;/* 720px*/
	height:auto;
    background-color: #fff;
    /*opacity: 0.8;
    filter: alpha(opacity=90);*/
    background: rgba(255,255,255,0.7);
    z-index: 2;
	/*margin-bottom: 15%;*/
	margin:auto auto 15%;
}

.info-bg-about .col-md-12.fisrt_sec{
    margin-bottom: 20px;
    padding-top: 20px;
}
.info-bg-about .col-md-12.secd_sec
{
	margin-bottom: 20px;
}
.sidon-old {
	/*width: 33%;*/
	float: left;
    padding: 11px 16px;
}

.family {
	/*
	width: 33%;
    position: absolute;
    bottom: 0;
    right: 0;
	*/
}

.sidon-old img, .family img {
    vertical-align: middle;
    position: relative;
    display: block;
       /* width: 100%;*/
}

.sidon-old img {
    float: left;
}

.family img {
    float: right;
}

.text-right {
    float: left;
    display: block;
   /* width: 66%;*/
}
.text-right.abut_sec h3, .text-left.abut_sec h3  {
    /*font-family: arial;*/
    font-size: 17px;
    line-height: 24px;
    padding: 12px 0;
    text-align: left;
}
/*header logo*/

.navbar.media_navbar.mynav
{
    display: inline-block;
    height: 0;
    left: 25px;
    margin: -6px auto;
    padding: 0 !important;
    position: relative;
    text-align: center !important;
    top: -15px;
    width: 19%;
	vertical-align: middle;
}
/*end*/
.col-md-3.col-lg-3.col-sm-6.branding{padding-bottom:20px;}
/*list*/
.navbar.media_navbar.mynav > li{list-style:none;}
.right_sec .col-md-6.col-sm-6.col-xs-12 {
    margin-bottom: 21px;
}
/**/
/*preloader*/
#status .svg {
    left: -48px;
    position: relative;
}
/*end*/

.text-left {
    display: block;
    float:left;
   /*
    position: absolute;
    bottom: 0;
    left: 0;
	width: 66%;
	float: right;
	margin-left: 10px;
   */
}


/*.info-bg-about img {
	display: block;
  position: absolute;
  right: 0;
}*/

.info {
	position: absolute;
	width: 100%;
	max-width: 450px;
	height: 570px;
	overflow-y: hidden;
	z-index: 2;
	top: 0;
	padding: 55px 0;
}
.pager {
	height: 12px;
	margin: 0 0 45px 0;
}
.pager a {
	display: inline-block;
	text-indent: -9999px !important;
	width: 12px;
	height: 12px;
	margin: 0 7px;
	border: 2px solid #580000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager a.activeSlide {
	background-color: #580000;
}
.info-slider {
	width: 70%;
	max-width: 275px;
	margin: auto;
}
.ie8 .info-slider div {
	background: none !important;
}
.info-slider img {
	display: block;
	margin: 0 auto 35px auto;
}
.info-slider h3 {
	color: #580000;
	font-size:2.125em;
	text-align: center;
	margin: 35px 0;
}
.info-slider p {
	color: #4f4f4f;
}
.info-slider p i {
	font-size: 1.9em;
	margin-right: 18px;
	color: #580000;
}

/*Services Reservation*/
.reservation {
	position: relative;
	background: none;
}
.reservation .heading {
	/*color: #523346;
	background-color: #523346;*/
  color: #ff0000;
  background-color: #ff0000;

}
.overlay {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	/*background-color: #211a27;*/
  background-color: #D3D3D3;
  /*background-color: #97B4C5;*/
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 1;
}
.reservation-inner {
	position: relative;
	width: 100%;
	z-index: 2;
	padding: 20px 0 55px 0;
	top:20px
}
.serv-info {
	margin-top: 12px;
}
.reservation h3 {
	font-size: 1em;
	/*color: #fff;*/
  color: #000000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.reservation p {
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	/*color: #fff;*/
  color: #000000;
	margin-bottom: 25px;
}
.reservation a {
	color: #580000;
	text-decoration: underline;
}
.reservation a:hover {
	text-decoration: none;
}
.tab-navigation {
	width: 100%;
	/*background-color: #393443;*/
	background-color: #000000;
	position: relative;
	z-index:2;
	padding-top: 35px;
}
.nav-tabs {
	border: none;
}
.nav-tabs li {
	margin: 0px 5.7% 22px 0;
}
.nav-tabs li.last {
	margin-right: 0;
}
.nav-tabs li a {
	font-size: 1.25em;
	color: #fff;
	border: none;
	padding: 0;
	text-decoration: none;
}
.nav-tabs li a:hover,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
	background: none !important;
	border: none !important;
	color: #fff !important;
	outline: none;
}
.nav-tabs li a .text {
	display: block;
	float: left;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 300ms ease;
	-moz-transition: border-color 300ms ease;
	-o-transition: border-color 300ms ease;
	transition: border-color 300ms ease;
}
.nav-tabs li.active a .text,
.nav-tabs li a:hover .text {
	border-color: #898588;
}
.nav-tabs li a .icon {
	display: block;
	float: left;
	width: 36px;
	height: 30px;
	background-image: url(../img/services/services-icons-sprite.svg);
	background-repeat: no-repeat;
	margin-right: 15px;
}
.no-svg .nav-tabs li a .icon {
	background-image: url(../img/services/services-icons-sprite.png);
	background-repeat: no-repeat;
}
.icon-key {
	background-position: 0px 0px;
}
.icon-plate {
	background-position: -36px 0px;
	margin-top: -2px;
}
.icon-pan {
	background-position: -72px 0px;
	margin-top: -2px;
}
.icon-hat {
	background-position: -108px 0px;
	margin-top: -2px;
}
.icon-truck {
	background-position: -144px 0px;
}

/*News*/
.news {
	background-color: #f1f0e9;
	border-bottom: 1px solid #d1cac8;
}
.news .heading {
	/*color: #523346;*/
  color: #000000;
	/*background-color: #523346;*/
  background-color: #000000;
}
.news h3 {
	/*color: #523346;*/
  color: #000000;
	font-size: 2.85em;
	margin-bottom: 18px;
}
.news h4 {
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	color: #393443;
	font-size: 1.35em;
	margin-bottom: 16px;
}
.news p {
	color: #393443;
}
.news img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 40px auto 0 auto;
}
#news-carousel {
	padding: 90px 0 110px 0;
	margin-bottom: 35px;
  text-align: center;
}
.carousel-indicators {
	bottom: 0;
	z-index: 2;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: none !important;
  /*border: 2px solid #580000;*/
  border: 2px solid #000000;
  border-radius: 50%;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  /*background-color: #580000;*/
  background-color: #000000;
}

/*App Presentation*/
.app {
	/*padding: 70px 0 75px 0;*/
	background-color: #f1f0e9;
}
.app h2 {
	font-size: 2.125em;
	color: #580000;
	line-height: 1.3;
	margin-bottom: 15px;
}
.app p {
	color: #523346;
	margin-bottom: 20px;
}
.png {
	display: none !important;
}
.no-svg .png {
	display: block !important;
}
.no-svg .svg {
	display: none !important;
}
.appstore-btn,
.google-play-btn {
	display: block;
	width: 100%;
	height: 66px;
	margin-top: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 350ms ease;
	-moz-transition: background-color 350ms ease;
	-o-transition: background-color 350ms ease;
	transition: background-color 350ms ease;
	outline: none;
}
.appstore-btn {
	background: #523346 url(../img/app/appstore.svg) no-repeat center center;
	border-bottom: 2px solid #291923;
}
.no-svg .appstore-btn {
	background: #523346 url(../img/app/appstore.png) no-repeat center center;
}
.google-play-btn {
	background: #c89a52 url(../img/app/google-play.svg) no-repeat center center;
	border-bottom: 2px solid #644d29;
}
.no-svg .google-play-btn {
	background: #c89a52 url(../img/app/google-play.png) no-repeat center center;
}
.appstore-btn:hover {
	background-color: #412737;
}
.google-play-btn:hover {
	background-color: #af8544;
}
.appstore-btn:active,
.google-play-btn:active {
	border: none;
}
.phone {
	width: 215px;
	height: 391px;
	background: url(../img/app/phone.png) no-repeat;
	margin: 36px auto 0 auto;
	padding: 57px 0 0 29px;
}
.app-features {
	margin-top: 75px;
}
.ie9 .app-features {
	margin-top: 60px;
}
@-moz-document url-prefix() { /*Targeting Mozilla Browser*/
  .app-features {
     margin-top: 60px;
  }
}
.app-feature {
	margin-bottom: 55px;
}
.ie9 .app-feature p {
	text-align: left;
}
@-moz-document url-prefix() { /*Targeting Mozilla Browser*/
  .app-feature p {
     text-align: left;
  }
}
.app-feature img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 25px auto;
}

/*Forms*/
.form {
	width: 100%;
}
.form h4 {
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
  color: #000000;
	/*color: #fff;*/
	margin-bottom: 30px;
}
.form p {
	margin: 10px 0 30px 0;
}
.form a {
	color: #580000;
	text-decoration: underline;
}
.form a:hover {
	text-decoration: none;
}
.form-control {
	height: 36px;
  padding: 6px 12px;
  font-size: 1.125em;
  line-height: 1.428571429;
  color: #000000;
  /*color: #fff;*/
  vertical-align: middle;
  background-color: transparent;
	border: 2px solid #000;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: none !important;
          transition: none !important;
	-webkit-transition: border-color 300ms ease;
	-moz-transition: border-color 300ms ease;
	-o-transition: border-color 300ms ease;
	transition: border-color 300ms ease;
}
.form-control:focus {
  border-color: #ff0000;
  /*border-color: #fff;*/
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-control:-moz-placeholder {
  /*color: #999999;*/
  color: #000000;
}
.form-control::-moz-placeholder {
  /*color: #999999;*/
  color: #ff0000;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  /*color: #999999;*/
  color: #000000;
}
.form-control::-webkit-input-placeholder {
  /*color: #999999;*/
  color: #000000;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
}
textarea.form-control {
  height: auto;
	min-height: 200px;
}
.form-group {
  margin-bottom: 24px;
}

/*Buttons*/
.btn {
  display: block;
	width: 100%;
  padding: 0;
  font-size: 1.2em;
  line-height: 1;
	height: 38px;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none !important;
          box-shadow:  none !important;
}
.btn-primary {
  color: #ffffff;
	/* background-color: #580000;*/
  background-color: #8B9CA4;
	/*border-bottom: 2px solid #781831;*/
  border-bottom: 2px solid #000000;
	-webkit-transition: background-color 350ms ease;
	-moz-transition: background-color 350ms ease;
	-o-transition: background-color 350ms ease;
	transition: background-color 350ms ease;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
	background-color: #ff0000;
	border-bottom: 2px solid #781831;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	border-bottom: 2px solid #ff0000;
	outline: none;
}

/*Custom Checkbox*/
.subscribe-chbx {
	margin-bottom: 30px;
}
.subscribe-chbx span {
	display: none;
	float: left;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 4px 11px 0 0;
	cursor: pointer;
}
.subscribe-chbx span.checked {
	background-color: #fff;
}
.subscribe-chbx input[type=checkbox] {
	margin-right: 10px;
}
.subscribe-chbx label {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: normal;
	/*color: #fff;*/
  color: #000000;
}

/*Datepicker*/
.ui-datepicker {
	width: 17.1em;
	padding: 20px 10px 25px 10px;
	display: none;
	margin-top: 2px;
	font-size: 1.1em;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 12px;
	width: 12px;
	height: 13px;
	background: url(../img/forms/calendar-arrows.svg) no-repeat;
	cursor: pointer;
}
.no-svg .ui-datepicker .ui-datepicker-prev,
.no-svg .ui-datepicker .ui-datepicker-next {
	background: url(../img/forms/calendar-arrows.png) no-repeat;
}
.ui-datepicker .ui-datepicker-prev {
	background-position: 0px 0px;
	left: 12px;
}
.no-svg .ui-datepicker .ui-datepicker-prev {
	background-position: 0px 0px;
	left: 12px;
}
.ui-datepicker .ui-datepicker-next {
	background-position: -12px 0px;
	right: 12px;
}
.no-svg .ui-datepicker .ui-datepicker-next {
	background-position: -12px 0px;
	right: 12px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
	text-indent: -9999px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-size: 1.125em;
	text-transform: uppercase;
	color: #393443;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	color: #393443;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
	color: #4c5246;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.ui-datepicker td a:hover {
	background-color: #393443;
	color: #fff;
}

/*Timepicker*/
.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 245px;
	width: 17.1em;
	padding: 0 15px;
	font-size: 1.1em;
	border-top: 15px solid #fff;
	border-bottom: 15px solid #fff;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	z-index: 10001;
	margin: 0;
}
.ui-timepicker-list {
	margin-left: -30px !important;
	list-style: none;
}
.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #4c5246;
	list-style: none;
	margin: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff;
	color: #4c5246;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #393443; color: #fff;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}

/*Contacts*/
.contacts {
	padding-bottom: 55px;
}
.contacts .heading {
	color: #393443;
	/*background-color: #393443;*/
  background-color: #000000;
}
#map_canvas {
	width: 100%;
	height: 420px;
	margin-bottom: 40px;
	border-bottom: 1px solid #cbc9b8;
}
.contacts h3 {
	color: #393443;
	font-size: 1.7em;
	margin-bottom: 30px;
}
.contacts h3 i {
	font-size: 0.9em;
	width: 28px;
}
.contacts h3 i.fa-mobile,
.contacts h3 i.fa-map-marker {
	font-size: 1em;
}
.contacts h4 {
	color: #393443;
	font: 1em 'PT Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 29px;
	margin-bottom: 4px;
}
.contacts p {
	color: #393443;
	padding-left: 29px;
	margin-bottom: 15px;
}

/*Menu*/
.menu1,
.menu2 {
	padding: 0px 0 20px 0;
}
.menu1 {
	padding-bottom: 0px;
	background: none;
}
.menu1 .heading,
.menu2 .heading {
	color: #ff0000;
	background-color: #ff0000;
}
.panel-group {
	background: none;
}
.panel {
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid transparent;
	margin: 0px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.panel-heading {
	display: block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 65px 0;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	margin: 0;
}
.panel-heading:focus,
.panel-heading:active {
	text-decoration: none;
}
.panel-heading .container {
	position: relative;
}
.serv-info.col-lg-5.col-md-5.col-lg-offset-1.col-md-offset-1.animation.fadeInRight.animated {
    padding-top: 25px !important;
}

.panel-heading h3 {
	position: relative;
	font-size: 1.7em;
	/*color: #fff;*/
  color: #000000;
	z-index: 1;
}
.panel-heading .arrowDown {
	display: block;
	position: absolute;
	width: 45px;
	height: auto;
	min-height: 100%;
	top: 0;
	right: 40px;
	background: url(../img/recipes/arrowDown.svg) no-repeat center;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}
.no-svg .panel-heading .arrowDown {
	background: url(../img/recipes/arrowDown.png) no-repeat center;
}
.panel-heading.collapsed .arrowDown {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.panel-heading:hover {
	text-decoration: none;
}
.panel-body {
	border-top: none !important;
	background-color: #f1f0e9;
}
.panel-body .menu-block {
	padding: 35px 0 15px 0;
	margin-bottom: 0;
}
.menu2 .inner {
	padding-top: 65px;
}
.menu2 h3 {
	font-size: 1.7em;
	color: #ff0000;
	margin-bottom: 20px;
}
.menu-block {
	width: 100%;
	margin-bottom: 30px;
}
#home .video .embed-responsive.embed-responsive-16by9, #home .video, #home .intro-slideshow, #home .video .current, #home .video li{ 
	background: #000;
}
.menu-block .item {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #580000;
	margin-bottom: 25px;
	position: relative;
}
.menu-block .item h4 {
	display: block;
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	/*color: #393443;*/
  color: #000000;
	margin-bottom: 10px;
	width: 65%;
}
.menu-block .item p {
	display: block;
	text-align: left;
	width: 65%;
}
.hf_price{display: block;
	position: absolute;
	top: 35px;
	right: 0;
	width: 120px;
	padding: 5px;
	background-color: #8B9CA4;
	text-align: center;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;}
.price {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	padding: 5px;
	background-color: #8B9CA4;
	text-align: center;
	font-size: 14px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*Recipes*/
.recipes, .recipes-single {
	background: none;
}
.recipes-inner {
	padding-top: 90px;
}
.recipes .heading {
	color: #393443;
	background-color: #393443;
}
.recipes a {
	display: block;
	width: 100%;
	height: auto;
	padding: 47px 0;
	position: relative;
	text-decoration: none;
	margin-bottom: 1px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.recipes a .inner {
	width: 100%;
	max-width: 1140px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.recipes a .bg,
.recipes-single .header .bg,
.panel-heading .bg {
	position: absolute;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	background-color: #211a27;
	z-index: 0;
	-moz-opacity: 0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.recipes a:hover .bg,
.panel-heading:hover .bg {
	background-color: #211a27;
	-moz-opacity: 0.9;
	opacity:0.9;
	filter: alpha(opacity=90);
}
.recipes a h3 {
	display: block;
	width: 70%;
	font-size: 1.7em;
	margin-bottom: 10px;
}
.recipes a p {
	display: block;
	width: 70%;
}
.arrowRight {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 15%;
	height: auto;
	min-height: 100%;
	background: url(../img/recipes/arrowRight.svg) no-repeat center center;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.no-svg .arrowRight {
	background: url(../img/recipes/arrowRight.png) no-repeat center center;
}
.recipes a:hover .arrowRight {
	background-position: right center;
}

/*Dynamic Fullscreen Backgrounds*/
.fsbg div {
	position: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	z-index: -100;
}
.fsbg div.visible {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);

}

/*Recipes Single*/
.recipes-single .header {
	width: 100%;
	height: 150px;
	position: relative;
}
.recipes-single .header .bg {
	-moz-opacity: 0.8;
	opacity:0.8;
	filter: alpha(opacity=80);
}
.recipes-single .header-inner {
	display: block;
	width: 100%;
	max-width: 1140px !important;
	margin: auto;
	position: relative;
}
.recipes-single .header-inner .heading {
	height: 150px;
	text-align: left;
	padding: 0;
}
.recipes-single .header-inner .heading h1 {
	display: block;
	color: #fff;
	width: 70%;
	font-size: 2.1em;
}
.recipes-single .header-inner .controls {
	position: absolute;
	width: 155px;
	height: 150px;
	top: 0;
	right: 0;
	z-index: 3;
}
.recipes-single .header-inner .controls a {
	display: block;
	float: right;
	width: 50px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	outline: none;
}
.recipes-single .header-inner .controls a.arrowDown {
	background-image: url(../img/recipes/arrowDown.svg);
}
.no-svg .recipes-single .header-inner .controls a.arrowDown {
	background-image: url(../img/recipes/arrowDown.png);
}
.recipes-single .header-inner .controls a.back-to-list {
	background-image: url(../img/recipes/back-to-list.svg);
	margin-left: 50px;
}
.no-svg .recipes-single .header-inner .controls a.back-to-list {
	background-image: url(../img/recipes/back-to-list.png);
	margin-left: 50px;
}
.recipes-single .inner {
	width: 100%;
	background-color: #f1f0e9;
	padding: 20px 0 80px 0;
}
.recipes-single h2 {
	color: #393443;
	font-size: 1.7em;
	text-align: left;
	margin-bottom: 27px;
	margin-top: 40px;
}
.recipes-single p {
	color: #393443;
	margin-bottom: 10px;
}
.recipes-single ul {
	list-style: none;
	color: #393443;
	font-size: 1em;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.recipes-single ul li {
	margin-bottom: 16px;
}

/*Reviews*/
.reviews {
	padding: 90px 0 70px 0;
}
.reviews .heading {
	color: #393443;
	background-color: #393443;
}
.reviews .inner {
	padding-top: 65px;
}
.reviews h3 {
	font-size: 1.7em;
	color: #393443;
	margin-bottom: 27px;
}
.reviews h4 {
	font-size: 1.3em;
	color: #393443;
	margin-bottom: 15px;
}
.reviews p {
	color: #393443;
	margin-bottom: 10px;
}
.review-form .form-control {
	border: 2px solid #393443;
	color: #393443;
}
.review-form input.hint {
	/*color: rgba(57,52,67,0.5) !important;*/
  color: #ff0000 !important;
}
.review-form ::-webkit-input-placeholder {
	/*color: rgba(57,52,67,0.5);*/
  color: #000000;
}
.review-form :-moz-placeholder {
  color: #000000;
	/*color: rgba(57,52,67,0.5);*/
}
.review-form ::-moz-placeholder {
	/*color: rgba(57,52,67,0.5);*/
  color: #000000;
}
.review-form :-ms-input-placeholder {
	/*color: rgba(57,52,67,0.5);*/
  color: #000000;
}
.score {
	width: 100% !important;
	margin-bottom: 30px;
}
.score img {
	margin-right: 8px;
}
.review {
	margin-bottom: 50px;
}
.read-more {
	display: inline-block;
	color: #580000;
	font-size: 1.125em;
	text-decoration: underline;
}
.read-more:hover {
	text-decoration: none;
	color: #580000;
}
.review .tags {
	margin: 20px 0;
}
.review .tags .name {
	display: block;
	width: 70%;
	float: left;
	font-size: 1.3em;
	color: #393443;
}
.review .tags .date {
	display: block;
	width: 28%;
	float: right;
	font-size: 1em;
	color: #393443;
	text-align: right;
	margin-top: 4px;
}
.review .rating {
	width: 100%;
}
.review .rating span {
	display: inline-block;
	margin-right: 8px;
	width: 15px;
	height: 19px;
}
.review .rating span.off {
	background: url(../img/rating/off.png) no-repeat;
}
.review .rating span.on {
	background: url(../img/rating/on.png) no-repeat;
}

/*Pagination*/
.pagination {
	width: 100%;
}
.pagination a,
.back-btn {
	padding: 4px 10px;
	font-size: 1.125em;
	color: #393443;
	border: 2px solid #393443;
	text-decoration: none;
	margin-right: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: opacity 350ms ease;
	-moz-transition: opacity 350ms ease;
	-o-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}
.pagination a:hover,
.pagination a.active,
.back-btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	/*color: #393443;*/
	color: #000000;
	text-decoration: none;
}
.dots {
	margin-right: 7px;
}
.back-btn {
	display: inline-block;
	padding: 10px 30px 10px 15px;
	margin-bottom: 20px;
}
.back-btn i {
	margin-right: 10px;
}

/*Footer*/
footer {
	width: 100%;
	padding: 60px 0 40px 0;
	/*background-color: #580000;*/
  background-color: #D3D3D3;
}
.footer-logo {
	width: 240px;
	height: 85px;
	margin-top: 45%;
  margin-left: -10%;
	background: url(../img/logo-big.svg) no-repeat;
}
.text-center p, .text-center {
    text-align: center;
}
.navbar.media_navbar.mynav img {
    height: 64px;
}
.no-svg .footer-logo {
	background: url(../img/logo-big.png) no-repeat;
}
footer h3 {
	font-size: 1.3em;
	/*color: #fff;*/
  color: #000000;
	margin-bottom: 15px;
}
footer p {
	font-family: 'Marmelad', Arial, Helvetica, sans-serif;
  color: #000000;
	/*color: #fff;*/
}
.footer-contacts div.group {
	margin-bottom: 15px;
}
.footer-contacts i {
	display: block;
	text-align: center;
	width: 9%;
	float: left;
	/*color: #fff;*/
  color: #000000;
	font-size: 1.7em;
}
.footer-contacts i.fa-envelope {
	font-size: 1.3em;
}
.footer-contacts i.fa-clock-o {
	font-size: 1.5em;
}
.footer-contacts p {
	width: 81%;
	display: block;
	float: left;
	margin-top: 2px;
}
.subscribe-form {
	width: 100%;
	margin-bottom: 35px;
}
/*.subscribe-form .form-control {
	width: 57.33041575492341%;
	height: 33px;
	margin-right: 3.28227571115974%;
}
.subscribe-form .btn {
	width: 37%;
	height: 35px;
}*/
.copyright {
	margin-top: 50px;
}
.copyright a {
	color: #fff;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}

/*Validation and Hints*/
input.error,
textarea.error {
	border-color: #580000 !important;
}
.datepicker.error {
	background-position: right -36px;
}
.timepicker.error {
	background-position: right -36px;
}
label.error {
	display: none !important;
}
input.hint {
	color:#000 !important; /*rgba(255,255,255,0.5) !important*/;
}

/*Animations*/
.animation {
	opacity: 3;
}
.ie9 .animation {
	opacity: 1;
}

/*Tooltips*/
.tooltip-inner {
	background-color: #211a27;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #211a27;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	/* background-color: #211a27; */
  background-color: #333333;
	z-index:100;
}
#status{
	position: absolute;
	width: 140px;
	height: 166px;
	left: 50%;
	top: 50%;
	/*margin: -85px 0 0 -70px;*/
  margin: -70px 0 0 -70px;
}
#status img {
	display:block;
	margin: 0 auto 30px auto;
}
#fountainG {
	position:relative;
	width:140px;
	height:16px;
}
.fountainG {
	position:absolute;
	top:0;
	background-color:#FFFFFF;
	width:16px;
	height:16px;
	-moz-animation-name:bounce_fountainG;
	-moz-animation-duration:1.2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-moz-transform:scale(.2);
	-moz-border-radius:12px;
	-webkit-animation-name:bounce_fountainG;
	-webkit-animation-duration:1.2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-webkit-transform:scale(.2);
	-webkit-border-radius:12px;
	-ms-animation-name:bounce_fountainG;
	-ms-animation-duration:1.2s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-ms-transform:scale(.2);
	-ms-border-radius:12px;
	-o-animation-name:bounce_fountainG;
	-o-animation-duration:1.2s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	-o-transform:scale(.2);
	-o-border-radius:12px;
	animation-name:bounce_fountainG;
	animation-duration:1.2s;
	animation-iteration-count:infinite;
	animation-direction:linear;
	transform:scale(.2);
	border-radius:12px;
}
#fountainG_1{
	left:0;
	-moz-animation-delay:0.48s;
	-webkit-animation-delay:0.48s;
	-ms-animation-delay:0.48s;
	-o-animation-delay:0.48s;
	animation-delay:0.48s;
}
#fountainG_2{
	left:18px;
	-moz-animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
	-ms-animation-delay:0.6s;
	-o-animation-delay:0.6s;
	animation-delay:0.6s;
}
#fountainG_3{
	left:35px;
	-moz-animation-delay:0.72s;
	-webkit-animation-delay:0.72s;
	-ms-animation-delay:0.72s;
	-o-animation-delay:0.72s;
	animation-delay:0.72s;
}
#fountainG_4{
	left:53px;
	-moz-animation-delay:0.84s;
	-webkit-animation-delay:0.84s;
	-ms-animation-delay:0.84s;
	-o-animation-delay:0.84s;
	animation-delay:0.84s;
}
#fountainG_5{
	left:70px;
	-moz-animation-delay:0.96s;
	-webkit-animation-delay:0.96s;
	-ms-animation-delay:0.96s;
	-o-animation-delay:0.96s;
	animation-delay:0.96s;
}
#fountainG_6{
	left:88px;
	-moz-animation-delay:1.08s;
	-webkit-animation-delay:1.08s;
	-ms-animation-delay:1.08s;
	-o-animation-delay:1.08s;
	animation-delay:1.08s;
}
#fountainG_7{
	left:105px;
	-moz-animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
	-ms-animation-delay:1.2s;
	-o-animation-delay:1.2s;
	animation-delay:1.2s;
}
#fountainG_8{
	left:123px;
	-moz-animation-delay:1.32s;
	-webkit-animation-delay:1.32s;
	-ms-animation-delay:1.32s;
	-o-animation-delay:1.32s;
	animation-delay:1.32s;
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
	background-color:#FFFFFF;
	}

	100%{
	-moz-transform:scale(.3);
	background-color:#211a27;
	}
}
@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
	background-color:#FFFFFF;
	}

	100%{
	-webkit-transform:scale(.3);
	background-color:#211a27;
	}
}
@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
	background-color:#FFFFFF;
	}

	100%{
	-ms-transform:scale(.3);
	background-color:#211a27;
	}
}
@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
	background-color:#FFFFFF;
	}

	100%{
	-o-transform:scale(.3);
	background-color:#211a27;
	}
}
@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
	background-color:#FFFFFF;
	}

	100%{
	transform:scale(.3);
	background-color:#211a27;
	}
}


/*NEW CODE*/

.catering_link a{background: #000;
padding: 14px 25px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 23px;
border-radius: 5px;}

.ramadan-link a { background: #0f5a03;
padding: 14px 25px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 23px;
border-radius: 5px;}
.menu-block img{width: 100%;
height:auto;}

.sp  li {
    float: left;
    margin: 4px;
width:32%;}

li.mobile-hide {
	display: block;
}
li.mobileon.dropdown {
	display: none;
}
/*MEDIA QUERIES*/

/*Desktop*/
@media screen and (max-width: 1380px) {
.nav.navbar-nav.nav-left li{ 
		margin-right: 20px;
	}
	.nav.navbar-nav.nav-right li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 1270px) {
.nav.navbar-nav.nav-left li{ 
		margin-right: 15px;
	}
	.nav.navbar-nav.nav-right li {
		margin-left: 15px;
	}
	.nav.navbar-nav li a {
		font-size: 1em;
	}

}
@media screen and (max-width: 1200px) {
	.nav.navbar-nav.nav-left li {
		margin-right: 20px;
		float: none;
		display: inline-block;
	}
	.nav.navbar-nav.nav-right li {
		margin-left: 25px;
		float: none;
		display: inline-block;
	}
	.navbar.media_navbar.mynav {
		margin-right: 40px;
	}
	.nav.navbar-nav.nav-left li.last.mobile-hide {
		display: none;
	}
	li.mobileon.dropdown {
		display: inline-block;
	}
		.only-mobile {
		display: block;
	}
	.only-mobile .heading.grubhubmobile {
		 padding: 10px 0 5px;
		background: #f7f7f7;
	}
	.only-mobile .heading {
		background: #ddd none repeat scroll 0 0;
	}
	.only-mobile h2 {
		text-align: center;
	}
	.nav.navbar-nav.nav-right li.ordergrub.last, .nav.navbar-nav.nav-right li.online-order.last, .mobiledispno {
		display: none;
	}
	
	.only-mobile .heading a{
/* 		color: #ff0000;*/		
		display: block;
		border-radius: 0;
		padding: 20px 0;
		text-align: center;
	}
	#navi-collapse.collapse.navbar-collapse { padding: 0 !important; }
	.recipes a .inner { max-width: 970px !important; }
	.recipes-single .header-inner {
		max-width: 970px !important;
		padding: 0 15px;
	}
	.recipes-single .header-inner .controls { right: 15px; }

}

/*Tablet Landscape*/
@media screen and (max-width: 991px) {
	.logo
	{
		max-width: 140px;
		height: 50px;
	}
	
	/* .block.reservation .heading{top:90px;} */
	.block.reservation.about_se .heading{top:0px;}
	/* .block.reservation.about_se1 .heading{top:71px;} */
	/* .block.reservation.about_se3 .heading{top:72px !important;} */
	.block.reservation.about_se2 .heading{top:0px !important;}

	 .mrgin_top{margin-top:79px;}
	 #lightbox.row{margin-top:65px;}
.col-md-3.col-lg-3.col-sm-6.branding{padding-bottom:0px;}
	.navbar.media_navbar.mynav{display:none;}
	.intro-title {
		left: 12px;
		top: 36%;
	}
	.sticky-wrapper, .stiky{height:72px!important;}
	/*.intro-title h1 {
		font-size: 2.2em;
		text-align: center;
		line-height: 1.4;
	}*/
	.social-bar {
		display: table;
		margin: auto;
		text-align:center;
	}
	.logo {
		width: 140px;
		left: 20px;
		margin-left: 0px;
    background: url(../img/logo-small.png) no-repeat;
	    margin-top: 7px;
	}
	header .container { width: 100%; }
	.stiky {
		position: fixed;
		top: 0;
	}
	.info-bg, .info { max-width: 100%; }
	.navbar-header {
		float: none;
		width: 100%;
	}
	.navbar-toggle { display: block; }
	.navbar-collapse {
			border-top: 1px solid transparent;
			box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse { display: none!important; }
	.navbar-nav {
			float: none!important;
			margin: 7.5px -15px;
	}
	.nav-left, .nav-right {display: block;}
	.navbar-nav>li { float: none; }
	.nav.navbar-nav.nav-left li, .nav.navbar-nav.nav-right li {display: block;}
	.navbar-nav>li>a {
			padding-top: 10px;
			padding-bottom: 10px;
	}
	.navbar-collapse {
		position: absolute;
		max-height: 300px;
		width: 100%;
		left: 0;
		right: 0;
		top:48px;/* 89px*/
		background-color: #000000;
		border-top: none;
		box-shadow: none;
	}
	.navbar-collapse.collapsing {
		border-top: 15px solid #000000;
		border-bottom: 15px solid #000000;
	}
	.navbar-collapse.in {
		border-top: 15px solid #000000;
		border-bottom: 15px solid #000000;
		overflow-y: auto;
	}
	.nav-left, .nav-right { float: none !important; }
	.nav.navbar-nav.nav-left li,
	.nav.navbar-nav.nav-right li { margin: 0px; }
	.nav.navbar-nav li a {
		padding: 10px 20px;
		margin-bottom: 1px;
		border: none;
		background-color: transparent;
		-webkit-transition: all 300ms ease !important;
		-moz-transition: all 300ms ease !important;
		-o-transition: all 300ms ease !important;
		transition: all 300ms ease !important;
	}
	.nav.navbar-nav li a:hover,
	.nav.navbar-nav li.active a {
    background-color: #000000 !important;
	}
	.dropdown-menu {
		position: relative;
		float: none;
		height: 0;
		overflow: hidden;
		padding: 0;
		background-color: transparent;
	}
	.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
		height: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
		color: #fff !important;
		padding-left: 30px !important;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background: none !important;
  }
	li.dropdown.active.open > ul.dropdown-menu li a {
    background-color: transparent !important;
	}
	li.dropdown.active.open > ul.dropdown-menu li a:hover,
	li.dropdown.open > ul.dropdown-menu li a:hover {
    opacity: 0.6;
		filter: alpha(opacity=60);
	}
	#navi-collapse ul li ul li  a {
		-webkit-transition: background-color 300ms ease !important;
		-moz-transition: background-color 300ms ease !important;
		-o-transition: background-color 300ms ease !important;
		transition: background-color 300ms ease !important;
	}
	.reservation-inner { padding: 10px 0 50px 0; }
	.reservation h3 { margin-top: 30px; }
	#news-carousel { padding: 60px 0 80px 0; }
	.news h3, .news h4, .app h2, .app p { text-align: center; }
	.appstore-btn, .google-play-btn { margin: 15px 0; }
	.phone { margin-top: 25px; }
	.app-features { margin-top: 45px; }
	.contacts, .contacts p { text-align: center; }
	.contacts h3 { margin: 40px 0 20px 0; }
	#map_canvas { margin-bottom: 10px; }
	.recipes a .inner { padding: 0 30px; }
	.recipes-single .header-inner {
		max-width: 720px !important;
		padding: 0;
	}
	.recipes-single .header-inner .controls { right: 0px; }
	.footer-logo { margin: 0 auto 30px auto; }
	footer h3, footer p { text-align: center; }
	.footer-contacts i {
		width: 100%;
		float: none;
		margin: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-contacts p {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer-contacts .group.last { margin-bottom: 40px; }
	.subscribe-form { margin-bottom: 20px; }
	footer .social-bar {
		display: table;
		margin: auto;
		text-align:center;
	}
	.subscribe-form input[type=email] {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.subscribe-form input[type=submit] { width: 100%;	}
	#big-video-wrap, .intro-slideshow, .intro-slideshow ul li, .intro-title { position: absolute; }
	
	/* .gallery {
		margin-top: 58px !important;
	} */
	.gallery li a img {
		margin: 0 auto;
	}
	.gallery li {
		float: none;
		margin: 4px;
		text-align: center;
		width: 100%;
	}
	.margin_top
	{ 
		margin-top:0 !important;
	}

}
/*Tablet Portrait*/
@media screen and (min-width: 768px) {

	.recipes a h3, .recipes a p { width: 80%; }
	.recipes-single .header-inner {
		max-width: 720px !important;
		padding: 0 15px;
	}
	.recipes-single .header-inner .controls { right: 15px; }
	.recipes-single .header-inner .controls a.arrowDown,
	.no-svg .recipes-single .header-inner .controls a.arrowDown { display: none; }
	.recipes-single .header-inner .heading h1 { width: 80%;	}
	.pagination { margin-bottom: 50px; }
	.back-btn { margin-bottom: 50px; }

}
@media screen and (max-width: 767px)
{
	/* .social_icon{display:block;} */
	.info-bg-about
	{
		min-height:1250px !important;
		margin:auto auto 177px !important;
		width:81% !important;
		top:-200px !important;
	}
	footer{padding:23px 0 40px !important;}
	/*VIDEO MEDIA QUERRY*/
	#wrapper{margin-top:-18px !important;}/*NEW 17-05-2016*/
	/*VIDEO MEDIA QUERRY*/
	#home ul li.current .embed-responsive.embed-responsive-16by9{display:none;}/*VIDEO MEDIA QUERRY*/
	/* #home.intro-slideshow, .intro-title.animated.slideInLeft{display:none;} */
	/*  .block.reservation .heading{top:90px !important;} */
	 /* .block.reservation.about_se1 .heading{top:69px !important;} */
	 /* .block.reservation.about_se .heading{top:90px !important;} */
	 /* .block.reservation.about_se2 .heading{top:72px !important;} */
/* 	  .block.reservation.about_se3 .heading{top:72px !important;} */
	 .mrgin_top{margin-top:79px;}
	 #lightbox.row{margin-top:67px;}
	

}
@media screen and (max-width:682px)
{
/* .info-slider {
    width: 100%;
    max-width: 265px;
    margin: auto;
    position: relative;
     top: 20px;
} */
}
@media screen and (max-width:514px)
{
.info-slider {
    width: 100%;
    max-width: 265px;
    margin: auto;
    position: relative;
    top: 20px;
}
}
@media screen and (max-width:600px)
{
	.social-bar-top a{font-size:2.15em;}
	.intro-title {
    left: 12px;
     top: 31%;
	}
	.social-bar-top a {
		margin-bottom: 4px;
	`}
	.post-more.catering_link.caterlink span {
        display: block;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:613px)
{
	.info-bg-about
		{
			min-height:1182px !important;
			margin:auto auto 177px !important;
			width:81% !important;
			/* top:-180px !important;*/
		}
}
/*Phone*/
@media screen and (max-width: 561px) {

	.recipes a h3, .recipes a p { width: 85%; }
	
}
/*iPhone Dropdowns Bug Fixes*/
.dropdown-backdrop {
  position: static !important;
}
@media(min-width:1025px){
	#home.intro-slideshow {		
		/*height: 600px!important;
		min-height:600px!important;*/
	}
	
}
@media(max-width:1024px){
	#home.intro-slideshow, .intro-title.animated.slideInLeft{display:none;}
}
/*Fix for mobile nav*/
@media screen and (max-width: 991px) {
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-x: hidden !important;
        max-height: 500px !important;
    }
    .navbar-collapse.collapse.in li a {
        padding-left: 35px;
        -webkit-transition: background-color 300ms ease !important;
        transition: background-color 300ms ease !important;
    }
	.reservation-inner{top:0px;}
	.text-right.abut_sec h3, .text-left.abut_sec h3{font-size:16px;}
	.info-bg-about{
		 margin:auto auto 14%;
		min-height:903px;
		top:-130px;
	}
	.navbar.media_navbar{padding-top:10px;}
		
	.pager, .br_none{display:none;}

}
@media(max-width:991px){
.about-slider-inner .img_sec img {
		min-height: 399px!important;
	}	
	.info{
		padding:25px 0;
		height: 499px!important;
	}
	/* .menu1, .menu2 {
		padding: 90px 0 20px 0;
	} */
	header{height:72px;}
	.only-mobile.about {
  margin-top: 72px;
}
	/* #serv-reservation{margin-top:72px;} */
}
@media(min-width:991px){	
	/* .top_head .heading{margin-top: 90px;} */
	.only-mobile.about {
  margin-top: 90px;
}
	header{height:90px;}
}
@media(max-width:767px){
	.about-slider-inner .img_sec img {
		min-height: 0px!important;
	}	
	.info{
		padding:25px 0;
		height: 450px!important;
	}
	.paddtop_80{padding-top:20px!important;}
	.info-slider {
		width: 100%;
		max-width: 300px;
		margin: auto;
		position: relative;
		 top: 30px;
	}
	.menu-block{margin-bottom: 35px;}
	
}	

@media screen and (max-width:992px) and (min-width:1200px){
.info-bg-about{
		 margin:auto auto 16%;
		min-height:788px;
	}
}
@media screen and (min-width:768px) and (max-width:980px)
{
	.intro-title{top:25%;}
}
@media screen and (max-width:418px)
{
.info-bg-about{min-height:1229px !important;}
}
@media screen and (max-width:381px)
{
	.info-bg-about{min-height:1262px !important;}
	.post-more.catering_link a.smalfont {
        font-size: 20px;
    }
}
@media screen and (max-width:343px)
{
	.info-bg-about{min-height:1297px !important;}
}
@media screen and (max-width:336px)
{
	.info-bg-about{min-height:1340px !important;}
}
/*new image css mobile responsive*/

/*My CSS*/
.about-slider-inner .img_sec  img{
max-width:100%;
min-height:0px;
height:auto;
}
.img_content{line-height:30px;}

.abut_sec {
    padding: 0;
}
/*.hide_sec,*/ .hide {
    display: none;
}
/*MEDIA*/

#lightbox .portfolio-item .hover-bg a img, #lightbox.row img {
    margin-bottom: 20px;
    max-width: 100%;
    min-height: 198px;
}
#lightbox.row {
    margin-bottom: 20px;
}
.right_sec.col-md-4.col-xs-12 > img{max-width:100%;}
/*.section-title.text-center.center h2 {
    margin-top:11%;
}*/
#home.intro-slideshow ul li {
    /*max-height: 425px;
    min-height: 425px;*/
}

.section-title.text-center.center{padding-top:33px;}
.right_sec.col-md-4.col-xs-12 {
    margin-bottom: 20px;
}
/*VIDEO MEDIA QUERRY*/
@media screen and (max-width:1305px)
{
	/* #home.intro-slideshow {
		min-height:620px !important;
		} */
}
@media screen and (max-width:1101px)
{
	/* #home.intro-slideshow {
		min-height:594px !important;
		} */
}

@media screen and (max-width:1055px)
{
	/*#home.intro-slideshow {
		min-height:553px !important;
	}*/
}
@media screen and (max-width:982px)
{
	/*#home.intro-slideshow {
		min-height:488px !important;
	}*/
}

@media screen and (max-width:886px)
{
	/*#home.intro-slideshow {
		min-height:448px !important;
	}*/
}
@media screen and (max-width:794px)
{
	/*#home.intro-slideshow {
		min-height:432px !important;
	}*/
}
@media screen and (max-width:1200px){
#home.intro-slideshow {
		/*height: 100%;
		min-height:660px;*/
		position: relative;
		width: 100%;
}
#wrapper {margin-top:0px !important;}

}
.navbar-nav{margin:-1px;}
.top_cs{margin-top:40px;}
.sl-wrapper .sl-image .sl-caption{display:none !important;}
.lightbox__nav.lightbox__nav--prev.lightbox__button, .lightbox__nav.lightbox__nav--next.lightbox__button{display:none !important;}
/*.inner > div {
    background: #e6e6e6 none repeat scroll 0 0;
    width: 100%;
    z-index: 2147483647;
}*/

.paddtop_80{padding-top:80px;}
.empty_price{display:none;}
.menu_img{display:none!important;}
.menu_img{width:200px;height:220px;display:block;margin:15px auto;max-height:100%;max-width:100%;position:relative;}
.menu_img img{width:auto;display:block;max-width: 100%;max-height: 100%;height: auto;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;margin: auto;}


@media(min-width:767px){
.table-row{display:table-row;}
.table_cell{display:table-cell;}
.table_cell:first-child{float:left!important;}
.table_cell:nth-child(odd){float:left;}
.table_cell:nth-child(even){float:right;}
.table_cell:nth-last-child(3){float:left;} 
.table_cell:nth-last-child(4){float:right;}
}

.menu_dwnlbtn{padding:40px 0px 10px;text-align: center;display: block;}
.food_img .menu_dwnlbtn{padding:0px; position: absolute; left: 50%; width: 250px; margin-left: -125px; bottom: 8%;}
.menu_dwnlbtn a.menu_btn{background: #f00;color: #fff;padding: 12px 20px;border-radius: 4px;
 font-size: 16px;display: inline-block;line-height:21px;}
.menu_dwnlbtn a.menu_btn:hover, .menu_dwnlbtn a.menu_btn:focus{text-decoration:none;} 
.food_img{position:relative;}
.food_img .menu_dwnlbtn a.menu_btn{ background: #7a9b30 none repeat scroll 0 0; /*box-shadow: 0 3px 22px 3px #731c15;*/ color: #fff;}   
/*.food_img{background:url(../img/x_RT-TOLEDO.jpg) no-repeat;} */
.food_img.mynewimgmax {
    text-align: center;
}
.food_img.mynewimgmax > img {
    margin: 0 auto;
    max-height: 100vh;
    width: auto;
}
.block.about {
    background: #d3d3d3 none repeat scroll 0 0;
}
@media(max-width:767px){
	.food_img .menu_dwnlbtn a.menu_btn {
		padding: 10px 20px;
		line-height: 18px;
	}
	.food_img .menu_dwnlbtn {
		bottom: 5%;
	}
	
}

@media(max-width:480px){
	.about-slider-inner .img_sec img {
		height: auto !important;
		max-width: 570px !important;
		min-height: 330px !important;
		width: auto !important;
	}
	.info{
		padding:15px 0;
		height: 380px!important;
	}
	.img_content {
		line-height: 25px;
	}	
	.info-slider {		
		 top: 0px;
	}
	.hf_price{font-size:12px;width:100px;}
	.price{font-size:12px;}
	.menu-block .item p{width:63%;}
	.food_img .menu_dwnlbtn a.menu_btn {
		padding: 7px 20px;
		line-height: 15px;
	}
}
@media(max-width:400px){
	.food_img .menu_dwnlbtn {
		/*padding-top: 10px !important;*/
	}
}
@media(max-width:280px){
	.food_img .menu_dwnlbtn {
		padding-top: 5px !important;
	}
}
.last.ordergrub {
    margin-top: -5px !important;
}
.media_navbar .navbar-collapse.collapse {
	text-align: center;
}