/*
	Template Name: eats
    更多模板：http://www.bootstrapmb.com/
	Author: Skera Theme
    Version: 1.0
    Description: Food & Restaurant HTML5 Responsive Template.
	Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# tr-breadcrumb 
# tr-menu
# tr-banner
# tr-story
# tr-food-menu
# tr-reservation
# tr-promo-video
# tr-welcome-section
# tr-team
# tr-offer
# tr-pricing
# tr-blog
# blog-details
# tr-gmap
# tr-contact-section
# tr-pagination
# tr-popup
# tr-footer

==================================================

*/


/* Global */
.slh {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis; 
	-webkit-line-clamp: 1;
	overflow: hidden;
}
html,
body {
	color: #595959;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-family: 'Cookie', cursive;
}

h2 {
	font-family: 'Baloo Da', cursive;
}

a {
	color:#929292;
}

a:hover,
a:focus {
	color:#de1d2f;
}

.btn.btn-primary {
	color: #fff;
	font-size: 16px;
	padding: 15px 35px;
	border-radius: 4px;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #e6363d;
	border-color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

input.btn-primary:not(:disabled):not(.disabled).active, 
input.btn-primary:not(:disabled):not(.disabled):active, 
input.show>.btn-primary.dropdown-toggle {
	background-color: transparent;
	color: #e6363d;
	border-color: #e6363d;
}

.btn.btn-primary:before {
	content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 100%;
    z-index: -1;
    background: #fff;
}

.btn.btn-primary:hover:before {
    width: 100%;
    right: 0;
    -webkit-transition: width 0.5s ease;
    -moz-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.btn.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
	/* color: #e6363d; */
	border-color: #e6363d;
}

.section-padding {
	padding: 100px 0;
}

.form-control,
select.form-control,
select.form-control:not([size]):not([multiple]) {
	height: 55px;
	border-color: #ebebeb;
	border-radius: 4px;
	padding: 12px 20px;
	background-color: #ebebeb;
	margin-bottom: 30px;
}


.form-control:focus {
	border-color: #de1d2f;
}

.section-title {
	margin-bottom: 20px;
}

.section-title h1 {
	font-size: 72px;
	color: #b9b9b9;
	line-height: 65px;
	margin-bottom: 0;
	letter-spacing: -1.4px;
}

.section-title h2 {
	color: #de1d2f;
	font-size: 72px;
	line-height: 55px;
	text-transform: capitalize;
	letter-spacing: -2.4px;
}

.tr-bg-color {
	background-color: #f2f3f4;	
}

.tr-radius {
	border-radius: 50px;
}

.main-content>.tr-blog {
	padding-bottom: 100px;
}

/* .tr-breadcrumb */

.tr-breadcrumb {
	padding: 80px 0;	
}

.tr-breadcrumb h1 {
	color: #b9b9b9;
	margin-bottom: 0;
	font-size: 100px;
	line-height: 80px;
}

.tr-breadcrumb h2 {
	color: #2d2d39;
	font-size: 100px;
	line-height: 85px;
	text-transform: capitalize;
}

/* tr-menu */

.tr-menu {
	padding: 15px 0;
	z-index: 99;
}

.menu-radius {
	border-radius: 0 0 30px 30px;
}

.tr-menu.menu-absolute {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	display: none;
	display: block;
}

.tr-menu.fixed-top {
	position: fixed;
	top: 0;
	padding: 5px 0;
	background-color: #de1d2f;
}

.tr-menu.menu-bg {
	background-color: #de1d2f;
}

.tr-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tr-menu li {
	display: inline-block;
	text-transform: uppercase;
}

.tr-menu li a {
	color: #fff;
	padding: 15px;
	display: block;
}

.tr-menu .tr-social {
	float: right;
	margin-top: 15px;
}

.tr-menu .tr-social li {
	float: left;
	margin-right: 20px;
}
.width_60{
	width: 60%;
}
.margin_auto{
	margin: auto;
}
@media screen and (max-width: 800px){
	.phone_width_95{
		width: 95%;
	}
}
.tr-menu .tr-social li:last-child {
	margin-right: 0;
}
.lang_select{
	background: transparent;
	color: white;
	outline: none;
	border: none;
}
.white{
	color: white;
}
.padding_left_10{
	padding-left: 10px;
}
.username_select{
	background: transparent;
	color: white;
	outline: none;
	border: none;
}
.tr-menu .tr-social li a {
	color: #fff;
	padding: 0;
	font-size: 16px;
}

.tr-menu-nav,
.tr-toggle,
.navbar-brand {
	float: left;
}

.navbar-brand {
	margin-right: 30px;
}

.navbar-brand .img-fluid{
	width: 140px;
}
.tr-toggle {
	width: 30px;
	cursor: pointer;
	margin-top: 15px;
}

.tr-menu-nav {
	opacity: 0;
	visibility: hidden;
	max-width: 750px;
	margin-left: 15px;
}

.tr-middle-logo a{
	padding: 0;
	margin: 0;
}

.menu-two {
	text-align: center;
}

.menu-two .tr-menu-nav {
	display: inline-block;
	width: 100%;
	max-width: 100%;
}

.left-menu,
.right-menu,
.tr-middle-logo {
	display: inline-block;
}

.tr-menu.menu-two .tr-dropdown-menu {
	text-align: left;
}

.tr-middle-logo .navbar-brand {
	float: none;
}

.tr-menu-nav.menu-md-visible {
	visibility: visible;
	opacity: 1;
}

.tr-toggle.active+.tr-menu-nav {
	visibility: visible;
}

.tr-toggle .ico-bar {
	height: 2px;
	width: 100%;
	display: block;
	background-color: #fff;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tr-toggle .ico-bar:nth-child(2) { 
	margin: 7px 0; 
}

.tr-toggle.active .ico-bar:first-child {
	-webkit-animation: barOne 0.4s ease-in-out forwards;
	-moz-animation: barOne 0.4s ease-in-out forwards;
	-ms-animation: barOne 0.4s ease-in-out forwards;
	-o-animation: barOne 0.4s ease-in-out forwards;
	animation: barOne 0.4s ease-in-out forwards;
}

@-webkit-keyframes barOne {  
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	 25% {
		 -webkit-transform:translateY(10px) ;
		 -moz-transform:translateY(10px) ;
		 -ms-transform:translateY(10px) ;
		 -o-transform:translateY(10px) ;
		 transform:translateY(10px) ;
	}
	 100% {
		 -webkit-transform: translateY(10px) rotate(45deg);
		 -moz-transform: translateY(10px) rotate(45deg);
		 -ms-transform: translateY(10px) rotate(45deg);
		 -o-transform: translateY(10px) rotate(45deg);
		 transform: translateY(10px) rotate(45deg);
	}
}

@-moz-keyframes barOne {  
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	 25% {
		 -webkit-transform:translateY(10px) ;
		 -moz-transform:translateY(10px) ;
		 -ms-transform:translateY(10px) ;
		 -o-transform:translateY(10px) ;
		 transform:translateY(10px) ;
	}
	 100% {
		 -webkit-transform: translateY(10px) rotate(45deg);
		 -moz-transform: translateY(10px) rotate(45deg);
		 -ms-transform: translateY(10px) rotate(45deg);
		 -o-transform: translateY(10px) rotate(45deg);
		 transform: translateY(10px) rotate(45deg);
	}
}

@keyframes barOne {  
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	 25% {
		 -webkit-transform:translateY(10px) ;
		 -moz-transform:translateY(10px) ;
		 -ms-transform:translateY(10px) ;
		 -o-transform:translateY(10px) ;
		 transform:translateY(10px) ;
	}
	 100% {
		 -webkit-transform: translateY(10px) rotate(45deg);
		 -moz-transform: translateY(10px) rotate(45deg);
		 -ms-transform: translateY(10px) rotate(45deg);
		 -o-transform: translateY(10px) rotate(45deg);
		 transform: translateY(10px) rotate(45deg);
	}
}

.tr-toggle.active .ico-bar:nth-child(2) {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.tr-toggle.active .ico-bar:last-child {
	-webkit-animation: barTwo 0.4s ease-in-out forwards;
	-moz-animation: barTwo 0.4s ease-in-out forwards;
	-ms-animation: barTwo 0.4s ease-in-out forwards;
	-o-animation: barTwo 0.4s ease-in-out forwards;
	animation: barTwo 0.4s ease-in-out forwards;
}

@-webkit-keyframes barTwo { 
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	 25% {
		 -webkit-transform:translateY(-7px) ;
		 -moz-transform:translateY(-7px) ;
		 -ms-transform:translateY(-7px) ;
		 -o-transform:translateY(-7px) ;
		 transform:translateY(-7px) ;
	}
	 100% {
		 -webkit-transform: translateY(-7px) rotate(-45deg);
		 -moz-transform: translateY(-7px) rotate(-45deg);
		 -ms-transform: translateY(-7px) rotate(-45deg);
		 -o-transform: translateY(-7px) rotate(-45deg);
		 transform: translateY(-7px) rotate(-45deg);
	}
}


@-moz-keyframes barTwo { 
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	 25% {
		 -webkit-transform:translateY(-7px) ;
		 -moz-transform:translateY(-7px) ;
		 -ms-transform:translateY(-7px) ;
		 -o-transform:translateY(-7px) ;
		 transform:translateY(-7px) ;
	}
	 100% {
		 -webkit-transform: translateY(-7px) rotate(-45deg);
		 -moz-transform: translateY(-7px) rotate(-45deg);
		 -ms-transform: translateY(-7px) rotate(-45deg);
		 -o-transform: translateY(-7px) rotate(-45deg);
		 transform: translateY(-7px) rotate(-45deg);
	}
}


@keyframes barTwo { 
	0% {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	 25% {
		 -webkit-transform:translateY(-7px) ;
		 -moz-transform:translateY(-7px) ;
		 -ms-transform:translateY(-7px) ;
		 -o-transform:translateY(-7px) ;
		 transform:translateY(-7px) ;
	}
	 100% {
		 -webkit-transform: translateY(-7px) rotate(-45deg);
		 -moz-transform: translateY(-7px) rotate(-45deg);
		 -ms-transform: translateY(-7px) rotate(-45deg);
		 -o-transform: translateY(-7px) rotate(-45deg);
		 transform: translateY(-7px) rotate(-45deg);
	}
}


/*Dropdown CSS*/

.tr-dropdown {
	position: relative;
}

.tr-menu-nav>ul>li.tr-dropdown {
	margin-right: 10px;
}

.tr-menu .tr-dropdown .icon {
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	margin-top: -8px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	z-index: 999999;
}

.tr-menu .tr-dropdown-menu .icon {
	height: 45px;
	width: 40px;
	line-height: 45px;
	top: 0;
	right: 0;
	margin-top: 0;
}

.tr-dropdown-menu {
	position: absolute;
	top: 100%;	
	min-width: 240px;
	left: 0;
	border-radius: 0;
	list-style: none;
    opacity: 0;
    z-index: 99;
    padding: 0;
    visibility: hidden;
    -webkit-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -ms-transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -ms-transition: transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
}

.tr-dropdown-menu .tr-dropdown-menu {
	left: 100%;
	top: 50%;
}

.tr-menu .tr-menu-nav>ul>li:last-child .tr-dropdown-menu {
	left: inherit;
	right: 0;
}

.tr-menu .tr-menu-nav>ul>li:last-child .tr-dropdown-menu .tr-dropdown-menu {
	right: 100%;
}

.tr-dropdown-menu li {
	display: block;
}

.tr-dropdown-menu li a {
	padding: 10px 20px;
	background-color: #de1d2f;
	border-bottom: 1px solid #fff;
}

.tr-dropdown-menu li:last-child a {
	border-bottom: 0;
}

.tr-dropdown:hover>.tr-dropdown-menu {
    visibility: visible;
    opacity: 1; 
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}



@media (max-width: 991px) {
	
	.tr-menu .tr-dropdown-menu {
	    position: static;
	    opacity: 1;
	    visibility: visible;
	    display: none;
	    padding: 0;
	     -webkit-transform: rotateX(0deg); 
	    -moz-transform: rotateX(0deg);
	    -ms-transform: rotateX(0deg);
	    -o-transform: rotateX(0deg);
	    transform: rotateX(0deg);
	    -webkit-box-shadow:none ;
	    -moz-box-shadow:none ;
	    -ms-box-shadow:none ;
	    -o-box-shadow:none ;
	    box-shadow:none ;
	    -webkit-transition: inherit !important;
	    -moz-transition: inherit !important;
	    -ms-transition: inherit !important;
	    -o-transition: inherit !important;
	    transition: inherit !important;
	}

	.tr-menu li {
		display: block;
	}

	.tr-dropdown .icon {
		color: #fff;
		height: 45px;
		width: 40px;
		line-height: 45px;
		top: 0;
		right: 0;
	}
	.tr-menu .tr-dropdown .icon	{
		top: 0;
		margin-top: 0;
	}

	.tr-menu-nav>ul>li.tr-dropdown {
		margin-right: 0;
	}	

	.tr-toggle {
		float: right;
	}
	.tr-menu .tr-social {
		margin-right: 15px;
	}
	.tr-menu .container {
		position: relative;
	}
	.tr-menu-nav {
		position: absolute;
		top: 100%;
		max-width: 100%;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 0 15px;
		z-index: 99;
		margin-top: 16px;
	}
	.tr-menu .tr-menu-nav li {
		display: block;
	}
	.tr-menu ul {
		width: 100%;
		text-align: left;
	}
	.tr-middle-logo {
		display: none;
	}
	.tr-menu .tr-menu-nav>ul>li>a {
		padding: 10px 20px;
		background-color: #de1d2f;
		border-bottom: 1px solid #fff;
	}
	.tr-dropdown-menu li:last-child>a {
		border-bottom: 1px solid #fff;
	}

	.tr-dropdown-menu li a {
		padding: 6px 20px;
	}
}

/* End Menu CSS */

/* =============================================
 	Tr Menu CSS End
 =============================================== */

/* tr-banner */

.banner-content{
	color: #fff;
	padding: 230px 0 150px;
	background-color: #e6363d;
	position: relative;
	border-radius: 0 0 50px 50px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}

.banner-2 .carousel-item {
	padding: 230px 0 150px;
	background-color: #e6363d;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;	
}

.banner-info {
	max-width: 670px;
	font-size: 22px;
	font-weight: 300;
	display: inline-block;
}

.banner-info h1 {
	line-height: 122px;
	font-size: 120px;
	text-transform: capitalize;
	letter-spacing: -1.7px;
    animation-delay: 0.50s;
    -webkit-animation-delay: 0.50s;	
}

.banner-info h2 {
	font-size: 140px;
	font-weight: 415;
	margin-bottom: 0;
	line-height: 122px;
	text-transform: capitalize;
	letter-spacing: -1.7px;
    animation-delay: 0.60s;
    -webkit-animation-delay: 0.60s;	
}

.banner-info p {
    animation-delay: 0.70s;
    -webkit-animation-delay: 0.70s;	
}

.reservation-info {
	text-transform: uppercase;
	font-size: 16px;
}

.banner-info .reservation-info {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #d13137;
    animation-delay: 0.80s;
    -webkit-animation-delay: 0.80s;		
}

.reservation-info strong {
	font-weight: 500;
}

.reservation-info .btn.btn-primary {
	margin-right: 15px;
}

.indicators-content {
	position: relative;
}

.home-slider .carousel-indicators {
	right: inherit;
	bottom: -70px;
	left: 15px;
	margin-left: 0;
	margin-right: 0;
}

.home-slider .carousel-indicators li {
    border: none;
    margin: 5px;
    max-width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    overflow: hidden;
    background-color: transparent;
}

.home-slider .carousel-indicators li:hover, 
.home-slider .carousel-indicators li.active {
    max-width: 10px;
    height: 10px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #fff;
}

.banner-2.banner-content {
	padding: 0;
}

.banner-2 .home-slider .carousel-indicators {
	bottom: 70px;
}

.tr-player {
	display: block;
	height: 100%;
}

.tr-bg-video {
	z-index: 1;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.tr-bg-video:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.tr-bg-video .banner-info .reservation-info {
	border-top-color: #ddd;
}

/* tr-story */

.story-info {
	margin-top: 120px;
	max-width: 500px;
	padding-left: 30px;
}

.story-img {
	text-align: center;
}

.story-info .know-more {
	font-size: 16px;
	font-weight: 500;
	margin-top: 30px;
	text-transform: uppercase;
}

.story-info .know-more a {
	color: #de1d2f;
}

.story-info .know-more a:hover i {
	margin-left: 5px;
}

/* tr-food-menu */

.main-content .food-menu {
	padding-top: 0;
	overflow: visible;
	margin-bottom: 150px;
}

.main-content .tr-food-menu:last-child .food-menu {
	margin-bottom: 0;
}

.food-menu .section-title {
	max-width: 430px;
	margin-bottom: 60px;
}

.food-menu.tr-active-left .section-title {
	margin-left: 50%;
	padding-left: 15px;
}

.food-menu .food {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	max-height: 250px;
	margin: 15px 0;
	cursor: pointer;
}

.food-menu .food img {
	width: 100%;
}

.food-menu .food.tr-active {
	max-height: 635px;
	margin-top: -385px;	
}

.food-menu .food .food-info,
.team-member .member-info {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 25px 30px;
}	

.tr-after {
	position: relative;
}

.tr-after:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 11%, rgba(0,0,0,0.19) 24%, rgba(0,0,0,0.69) 64%, rgba(0,0,0,0.85) 79%, rgba(0,0,0,0.97) 93%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 11%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.69) 64%,rgba(0,0,0,0.85) 79%,rgba(0,0,0,0.97) 93%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 11%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.69) 64%,rgba(0,0,0,0.85) 79%,rgba(0,0,0,0.97) 93%,rgba(0,0,0,1) 100%);
}

.tr-after:hover:before {
	height: 100%;
}

.food.tr-active .food-info {
	padding: 45px 50px;
}

.menu-style-2 .food.tr-active:before {
    background: rgba(222, 29, 47, 0.8);
    height: 100%;
    vertical-align: bottom;
}

.food-info h2,
.member-info h2 {
	font-size: 36px;
	margin-bottom: 0;
	line-height: 30px;
	text-transform: capitalize;
}

.food.tr-active .food-info h2 {
	font-size: 72px;
	line-height: 60px;
}

.menu-style-2 .food.tr-active {
	cursor: default;
}

.menu-style-2 .food.tr-active p {
	margin: 20px 0;
}

.menu-style-2 .food.tr-active span strong {
	font-size: 24px;
	font-weight: 500;
	float: left;
}

.menu-style-2 .food.tr-active:hover .food-info {
	padding-top: 45px;
}

.food-menu-slider .slick-list {
	overflow: visible;
}

.food-menu-slider .slick-dots {
	bottom: -20px;
	right: 360px;
	width: inherit;
}

.slick-dots li {
	width: 10px;
	height: 10px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: #d8d8d8;
	border-radius: 100%;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
	background-color: #de1d2f;
}

.food-menu-2 {
	overflow: hidden;
	padding-top: 100px;
}

.food-menu-2 ul {
	margin: 0 -15px;
}

.food-menu-2 ul li {
	text-align: center;
	float: left;
	width: 33%;
	min-height: 330px;
}

.food-menu-2 .food {
	padding:40px 15px 30px;
	margin: 0 15px;
	border-radius: 10px;
	background-color: #f2f3f4;	
	max-height: 100%;
}

.food-menu-2 .food a {
	color: #595959;
}

.food-menu-2 ul li h2 {
	font-size: 36px;
	color: #2d2d39;
	display: block;
	margin: 25px 0 15px;
	text-transform: capitalize;
}

.food-menu-2 ul li:hover .food,
.food-menu-2 ul li.active .food {
	color: #fff;	
	padding: 50px 15px 40px;
	margin-top: -15px;
	background-color: #de1d2f;
}

.food-menu-2 ul li img,
.food-menu-2 ul li:hover img {
	display: inline-block;
}

.food-menu-2 ul li img.img-hover,
.food-menu-2 ul li:hover img.img-normal,
.food-menu-2 ul li.active img.img-normal {
	display: none;
}

.food-menu-2 ul li:hover img.img-hover,
.food-menu-2 ul li.active img.img-hover {
	display: inline-block;
}

.food-menu-2 ul li:hover h2,
.food-menu-2 ul li.active h2,
.food-menu-2 ul li.active a,
.food-menu-2 ul li:hover a {
	color: #fff;
}

.food-menu-2 .food-icon {
	font-size: 90px;
	color: #de1d2f;
	line-height: 0px;
}

.food-menu-2 .food img {
	width: inherit;
	max-width: 100%;
}

.food-menu-2 ul li.active .food-icon {
	color: #fff;
}

.mfp-iframe-holder .mfp-content {
    border-radius: 5px;
    border: 10px solid #fff;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
	right: -20px;
}

/* tr-reservation */

.reservation-content{
	position: relative;
}

.reservation-img {
	position: absolute;
	bottom: 0;
	right: 50%;
}

.reservation-right-content {
	width: 50%;
	float: right;
	padding-left: 50px;
}

.reservation-right-content .opening-hour,
.reservation-right-content address {
	font-size: 18px;
}

.reservation-right-content address {
	margin-bottom: 30px;
}

.reservation-right-content .opening-hour {
	display: block;
	margin-bottom: 5px;
}

.reservation-right-content p {
	max-width: 450px;
}

.reservation-right-content .reservation-info {
	margin-top: 35px;
}

/* tr-promo-video */

.video-content {
	overflow: hidden;
}

.video-content h2 {
	color: #2d2d39;
}

.tr-image {
	overflow: hidden;
	max-height: 270px;
	border-radius: 10px;
	margin: 15px;
}

.tr-image-gallery {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 80px;
}

.promo-video {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #c5c5c5;
	display: inline-block;
}

.promo-video span {
	float: left;
}

.promo-video .video-link {
	color: #e6363d;
	margin: 0 15px;
	font-size: 40px;
}

.promo-video .video-link:hover {
	color: #c5c5c5;
}

.promo-video .video-link i {
	line-height: 26px;
}

/* tr-welcome-section */

.welcome-info p {
	margin-bottom: 30px;
}

.welcome-info p:last-child {
	margin-bottom: 0;
}

.welcome-image {
	border-radius: 10px;
	margin-top: -180px;
	overflow: hidden;
	display: inline-block;
}

/* tr-delicias */

.delicias-content {
	position: relative;
}

.delicias-img {
	position: absolute;
	left: 50%;
	bottom: -40px;
}

.delicias-info {
	max-width: 440px;
}

/* tr-team */

.team-section {
	position: relative;
	z-index: 1;
}

.team-section:before,
.team-section:after {
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 100px;
	z-index: -1;	
}

.team-section:before {
	top: 0;
	background-color: #fff;
}

.team-section:after {
	top: 60px;
	height: 70px;
	border-radius: 50px 50px 0 0;
	background-color: #f2f3f4;
}

.team-content {
	padding-top: 150px;
	overflow: hidden;
}

.team-member {
	position: relative;
	max-height: 230px;
	overflow: hidden;
	border-radius: 20px;
    margin: 0 15px;	
}

.team-slider.slick-slider {
	margin: 0 -15px 50px;
}

.team-slider .slick-dots {
	bottom: -60px;
}

.team-slider .slick-list {
	overflow: visible;
}

.team-content .section-title {
	max-width: 360px;
	margin-bottom: 65px;
}

.team-slider .team-member.slick-current+.slick-active+.slick-active {
    max-height: 620px;
    margin-top: -390px;
}

.team-slider .team-member.slick-current+.slick-active+.slick-active .member-info h2 {
	font-size: 50px;
	line-height: 50px;
}

/* tr-offer */

.offer-content {
	margin-bottom: 30px;
}

.offer-info {
	padding-top: 30px;
	max-width: 500px;
}

/* tr-pricing */

.pricing-content {
	margin-top: 35px;
}

.pricing-content ul li {
	margin-top: 25px;
	border-bottom: 1px solid #e1e1e2;
}

.pricing-content ul li h3,
.pricing-content ul li span {
	font-size: 18px;
	color: #353b41;
	font-weight: 500;
	text-transform: capitalize;
}

.pricing-content ul li a {
	color: #353b41;
}

.pricing-content ul li a:hover {
	color: #de1d2f;
}

/* tr-blog */

.tr-post {
	margin-bottom: 60px;
	overflow: hidden;
}

.tr-post .entry-content {
	margin-top: 0;
	padding: 40px 40px 220px;
}

.tr-post .entry-content.no-thumb {
	padding-bottom: 25px;
}

.entry-content span.title{
	font-size: 12px;
	letter-spacing: 2px;
	color: #2d2d39;
	font-weight: 400;
	text-transform: uppercase;
}

.entry-title {
	color: #2d2d39;
	font-size: 36px;
}

.entry-title a,
.entry-meta ul li a {
	color: #2d2d39;
}

.entry-meta {
	margin-bottom: 15px;
	overflow: hidden;
}

.entry-meta ul li {
	float: left;
	margin-right: 25px;
	color: #2d2d39;
	font-weight: 400;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.entry-meta ul li i {
	margin-right: 5px;
	font-size: 18px;
	color: #bbbcbd;
}

.entry-meta ul li a:hover i {
	color: #de1d2f;
}

.tr-post .entry-thumbnail {
	border-radius: 10px;
	overflow: hidden;
	margin: -215px 40px 0;
}

.tr-post.tr-grid-2 .entry-content {
	padding: 40px 40px 70px;
}

.tr-post.tr-grid-2 .entry-thumbnail {
	margin: -70px 40px 0;
}

.tr-post.tr-grid-2 .entry-title {
	font-size: 30px;
}

.tr-post.tr-grid-3 .entry-content {
	padding: 30px 30px 50px;
}

.tr-post.tr-grid-3 .entry-thumbnail {
	margin: -50px 30px 0;
}

.tr-post.tr-grid-3 .entry-title {
	font-size: 26px;
}

.tr-post.tr-grid-3 .entry-meta ul li{
	margin-right: 15px;
}

/* widget */

.widget {
	font-weight: 400;
	padding: 0;
	margin-bottom: 60px;
}

.widget li,
.blog-content,
.blog-content a {
	color: #2d2d39;
}

.widget li {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget.widget_recent_entries li {
	font-size: 14px;
}

.widget .tagcloud a {
	font-size: 12px;
	letter-spacing: 2px;	
}

.blog-content a:hover {
	color: #de1d2f;
}

.widget_title {
	padding-bottom: 0;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget .entry-thumbnail {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	overflow: hidden;
	float: left;
}

.widget .entry-content {
	float: left;
	width: 70%;
	margin-top: 5px;
}

.widget_recent_entries li {
	overflow: hidden;
	text-transform: inherit;
}

.widget.widget_recent_comments li,
.widget.widget_rss li{
	text-transform: inherit;
}

.widget_title:after, 
.widget.widget_recent_entries li:after {
	display: none;
}

.widget.widget_categories li a {
	position: relative;
}

.widget.widget_categories li a:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background-color: #de1d2f;
}

.widget.widget_categories li:hover a {
	color: #de1d2f;
}

.widget.widget_categories li:hover a:after {
	opacity: 1;
}

.widget .tagcloud a {
	text-transform: uppercase;
	padding: 0;
	margin: 0 14px 10px 0;
}

.widget_search .search-submit {
	background-color: #de1d2f;
	border-radius: 0;
}

.widget_search .search-field {
	border-radius: 0 4px 4px 0;
}

.widget_search .search-field:focus {
	border-color: #de1d2f;
}

.widget.widget_recent_entries li:first-child {
	padding-top: 8px;
}

.widget.widget_recent_entries li {
	padding: 10px 0;
}

/* blog-details */

.blog-details .tr-post {
	margin-bottom: 50px;
}

.details-info {
	padding: 0 40px;
}

.aligncenter {
	overflow: hidden;
	margin: 50px auto;
}

.alignright,
.alignleft,
.aligncenter,
.alignnone {
	border-radius: 10px;
}

.details-info h3 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.details-info blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	margin: 50px 0;
}

.prev-next-post {
	overflow: hidden;
	padding: 80px 0;
}

.post-arrow {
	overflow: hidden;
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.post-arrow a {
	color: #2d2d39;
}

.post-arrow .tr-previous {
	float: left;
}

.post-arrow .tr-previous i{
	margin-right: 10px;
}

.post-arrow .tr-next {
	float: right;
}

.post-arrow .tr-next i {
	margin-left: 10px;
}

.prev-next-post .entry-thumbnail {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    float: left;
    margin: 0;
}

.prev-next-post .entry-thumbnail img {
    width: 100%;
    height: 100%;
}

.prev-next-post .entry-content {
	float: left;
	padding: 0 0 0 20px;
	width: 70%;
}

.prev-next-post .tr-post {
	margin-bottom: 10px;
}

.tr-post.post-right .entry-thumbnail,
.tr-post.post-right .entry-content {
	float: right;
	text-align: right;
}

.tr-post.post-right .entry-content {
	padding: 0 20px 0 0;
}

.comments-area {
	padding-top: 50px;
}

.comments-area h3,
.comment-form h3 {
	margin-bottom: 30px;
}

.comment-form {
	margin-top: 80px;
}

input[type="submit"]:hover {
	background-color: transparent;
}

/* tr-gmap */

.gmap-content {
	overflow: hidden;
}

#gmap {
    height: 690px;
    background-color: #dbdbdb;
}

/* tr-contact-section*/

.tr-contact .section-title {
	margin-bottom: 40px;
}

.contact-form label {
	text-transform: capitalize;
}

textarea.form-control {
	resize: none;
	height: 150px;
}

.contact-form input[type="submit"]:hover {
	background-color: transparent;
}

/* tr-pagination  */

.tr-pagination {
	margin-top: 80px;
}

.pagination {
	display: block;
	margin-bottom: 0;
}

.pagination li {
    font-size: 14px;
    font-weight: 500;
    margin-right: 25px;
    display: inline-block;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a {
    color: #2d2d39;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
}

.pagination li a:hover,
.pagination li.active a {
	color: #fff;
	background-color: #de1d2f;
}

.page-numbers.prev,
.page-numbers.next {
	width: inherit;
	height: inherit;
	text-transform: uppercase;
}

.page-numbers.prev i {
	margin-right: 10px;
	margin-top: 13px;
	float: left;
}

.page-numbers.next i {
	margin-left: 10px;
	margin-top: 13px;
	float: right;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
	color: #de1d2f;
	background-color: transparent;
}

/* tr-popup */

.tr-popup {
	width:100%;
	height:100%;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	z-index: 999999999999999999;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	overflow-y: auto;	
}

.tr-popup-content {
	max-width: 850px;
	margin: 30px auto;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	padding: 30px;
}

.tr-popup-content .food-info h1 {
	font-size: 50px;
	color: #b9b9b9;
	line-height: 45px;
	margin-bottom: 0;
	letter-spacing: -1.4px;
}

.tr-popup-content .food-info h2 {
	color: #de1d2f;
	font-size: 50px;
	line-height: 45px;
	margin-bottom: 5px;
	letter-spacing: -2.4px;
}

.tr-popup-content .food-img {
	max-height: 500px;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.tr-popup-content .reservation-info {
	font-size: 14px;
	margin-top: 60px;
}

.tr-popup-content .pricing-content {
	margin-top: 45px;
}

.tr-popup-content .reservation-info .btn.btn-primary {
	padding: 10px 25px;
	font-size: 14px;
}

.tr-popup-close {
	width:30px;
	height:30px;
	line-height: 28px;
	position:absolute;
	top:-5px;
	right:-5px;
	font-size:16px;
	text-align:center;
	color:#fff;
	background-color: #e6363d;
	border: 1px solid #e6363d;
	border-radius: 100%;
	display: block;
}

.tr-popup-close:hover {
	background-color: #fff;
}

.reserve-form-content .tr-popup-content {
	padding: 100px 120px;
}


/* tr-footer */

.footer-content {
	color: #929292;
	background-color: #2d2d39;
}

.footer-widget h3 {
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
	font-family: 'Baloo Da', cursive;
}

.footer-content a:hover {
	color: #fff;
}

.footer-widget span {
	display: block;
}

.footer-social li {
	display: inline-block;
	margin-right: 20px;
}

.footer-social li:last-child {
	margin-right: 0;
}

.footer-bottom {
	margin-top: 40px;
	padding-top: 70px;
	border-top: 1px solid #363642;
}

.footer-menu {
	margin: 25px 0 20px;
}

.footer-menu ul li {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 50px;
}

.footer-menu ul li:last-child {
	margin-right: 0;
}

/* Extra CSS */


a, .food-info, .slick-dots li button,
.member-info, .tr-after:before,
.btn.btn-primary:before,
.story-info .know-more a i,
.food-menu-2 .food,
.food-menu-2 ul li h2,
.widget.widget_categories li a:after,
.carousel-indicators li,
.entry-meta ul li i{
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}


/*========================
=======style-chooser======
==========================*/

.style-chooser {
	width: 100px;
	left: -100px;
	position: fixed;
	top: 50%;
	margin-top:-90px;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.style-chooser.opened {
	left: 0;
}

.style-chooser .toggler {
	position: absolute;
	top: 0;
	right: -48px;
	display: inline-block;
	background-color: #ddd;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	color: #333;
}

.style-chooser-inner {
	position: relative;
	background-color: #ddd;
	padding: 15px;
}

.style-chooser-inner h4 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	color: #333;
}

.style-chooser-inner ul {
	list-style: none;
	padding: 0;
	margin: -5px;
}

.style-chooser-inner ul li {
	display: block;
	width: 40px;
	float: left;
	padding: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.style-chooser-inner ul li a {
	display: block;
	height: 30px;
}

.style-chooser-inner ul li.preset1 a {
	background-color: #ed1c24;
}

.style-chooser-inner ul li.preset2 a {
	background-color: #f26522;
}

.style-chooser-inner ul li.preset3 a {
	background-color: #967a19;
}

.style-chooser-inner ul li.preset4 a {
	background-color: #96004c;
}



div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	text-align: center;
	z-index:999999999999999999;
	width: 100%; 
	height: 100%;
	background-color: #fff;
	overflow: visible;
	font-size: 50px;
	color: #ffbb00;
}

div#preloader .icon {
	display: inline-block;
}


div#preloader .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
}


/* Magnific-popup overwrite CSS */

.mfp-figure {
    background-color: #fff;
}

img.mfp-img {
    padding:12px;
}

.mfp-image-holder .mfp-close {
    top:-35px;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor:pointer;
}

.mfp-counter {
    right: 50%;
    color: #fff;
    top: 50px;
    margin-right: -20px;
}

/* Magnific-popup end CSS */

.tr-image-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	font-size: 20px;
	background-color: #c5c5c5;
	z-index: 1;
	color: #de1d2f;
	margin-top: -17px;
	border-radius: 4px;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	opacity: 0;
}

.tr-image-gallery .slick-arrow:hover {
	color: #fff;
	background-color: #de1d2f;
}

.tr-image-gallery:hover .slick-arrow {
	opacity: 1;
}

.tr-image-gallery .slick-arrow.fa-angle-left  {
	left: 30px;
}

.tr-image-gallery .slick-arrow.fa-angle-right  {
	right: 30px;
}

.tr-image-gallery:hover .slick-arrow.fa-angle-left  {
	left: -30px;
}

.tr-image-gallery:hover .slick-arrow.fa-angle-right  {
	right: -30px;
}

.tr-image-gallery .tr-image {
	position: relative;
}

.tr-image-gallery .tr-image a:before {
	position: absolute;
	content: "\f030";
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 35px;
	color: #fff;
	z-index: 1;
	margin-top: -15px;
	font-family: "fontawesome";
	opacity: 0;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;	
}

.tr-image-gallery .tr-image:hover a:before {
	opacity: 1;	
}

.tr-image-gallery .tr-image a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 11%, rgba(0,0,0,0.19) 24%, rgba(0,0,0,0.69) 64%, rgba(0,0,0,0.85) 79%, rgba(0,0,0,0.97) 93%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 11%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.69) 64%,rgba(0,0,0,0.85) 79%,rgba(0,0,0,0.97) 93%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 11%,rgba(0,0,0,0.19) 24%,rgba(0,0,0,0.69) 64%,rgba(0,0,0,0.85) 79%,rgba(0,0,0,0.97) 93%,rgba(0,0,0,1) 100%);
	
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.tr-image-gallery .tr-image:hover a:after {
	height: 100%;
}
.g-recaptcha {margin: 0 0 25px 0;}
.success{
	color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
border-radius: .25rem;
}