@import url('https://fonts.googleapis.com/css?family=Courgette|Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/*******Basic Style***********/
html,
body {
  height: 100%;
  width: 100%;
}
html.fancybox-lock {
    overflow: visible !important;
}
body {
 font-family: 'Lato', sans-serif;
  webkit-tap-highlight-color: #222222;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000;
}
a:hover,
a:focus {
  color: #000;
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Courgette', sans-serif;
}
p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bg-primary {
  background-color: #f6f6f6;
  color:#000;
}
.quote-section {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: #555;
  font-weight:500;
}
section {
  padding:40px 0px ;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	section {
		padding:50px 0px;
	}
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}

/*----------------------------
********** Padding **********
----------------------------*/
.padding0{
	padding:0
}
.padding50{
	padding:50px 0px 0px;
}
.padding75{
	padding:75px 0px 15px;
}
.p-top-50 {
    padding-top: 50px;
}
.p-top-80 {
    padding-top: 80px;
}
.p-50{
	padding:50px;
}
.p-b-50{
	padding:50px 50px 0px;
	
}
.p-20{
	padding:15px;
}
.padding-right-left{
	
padding-right: 0px;
padding-left: 0px;
}
.p-b-80 {
	
	padding-bottom:80px;
}
/*----------------------------
********** Margin **********
----------------------------*/
.margin10{
	margin:0px 0px 10px 0px;
}
.margin15{
	margin:15px;
}
/*----------------------------
********** Width **********
----------------------------*/
.width100{
	width:100%;
}
/*----------------------------
***************Navigation********
----------------------------*/
.navbar-brand-centered{
	background-color:transparent!important;
}
.navbar-nav > li > a{
	color:#fff!important;
	text-transform:uppercase;
	font-size:13px; 
	font-weight:500;
}
.navbar-brand{
	top:-20px;
	padding:0px 5px;
}
.nav > li > a{
	color:#fff;
	padding:15px 30px;
}
.navbar-fixed-top {
	top:45px;
	border:0px;
	}
.navbar-nav{
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color:#2d70c4;
	color:#fff;
	
}
#main-navbar{
   
    -webkit-transition: 1s;
    -moz-transition: 1s;
	transition: 1s;
    padding:10px;
    }
    .affix#main-navbar{
    position:fixed;
    top:0px;
    background:#000;
    color:#fff;
    padding:10px;
    }
	.affix#main-navbar img{
		width:60%;
		height:auto;
		margin-top:20px;
		margin-left:30px;		
	}
	
	@media only screen and (min-device-width : 320px) and (max-device-width : 767px) {
	.navbar-fixed-top{
		top:5px;
	}
	.affix#main-navbar img{
		width:75%;
		height:auto;
		margin-top:20px;
	}
	.navbar-brand-centered{
		height:80px;
		width:80px;
	}
	#main-navbar.affix{
		padding:5px;
	}
	.navbar-nav{
	border-top:1px solid #a2a2a2;
	border-bottom:1px solid #a2a2a2;
	background-color:rgba(0,0,0,0.8);
	margin:0px;
	
	}
	.navbar-toggle{
		margin-top:25px;
	}
	.nav > li > a {
		
		padding:10px 30px;
	}
	}
@media screen and (min-width:768px){
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 180px;
        text-align: center;
        background-color: #eee;
    }
		
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -100px;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1000px) {

.nav > li > a {
		padding:10px 10px;
	}
}

@media only screen and (min-device-width : 1001px) and (max-device-width : 1200px) {

.nav > li > a {
		
		padding:10px 20px;
	}
	
}
/**********************Banner slider****************************/
.bs-slider{
    overflow: hidden;
    max-height: 900px;
    position: relative;
    background: #000000;
}
a.btn-default{
	border-radius:30px;
	background-color:rgb(223, 33, 33);
	border:1px solid rgb(223, 33, 33) !important;
	color:rgb(255, 255, 255) !important;
}
a.btn-default:hover{
	color:#000 !important;
	border:0px solid rgb(255, 255, 255) !important;
	
}
a.btn-primary{
	border-radius:30px;
	background-color:#083368 !important;
}
a.btn-primary:hover {
	color:#000 !important;
	border:0px solid rgb(255, 255, 255) !important;
}
.slide-text .upper{
	text-transform:uppercase;
	font-size:72px;
	} 
.slide-text .redcolor{
	text-transform:uppercase;
	color:#ffff00;
	font-size:72px;
	} 
.slide-text .normaltext{
	text-transform:lowercase;
	font-size:72px;
	} 	
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
.bs-slider-bottom{
	background-image:url("../images/bottom_decoration_img.png") ;
	background-repeat:repeat-x;
	height:20px;
	margin-top:-15px;
	z-index:999;
	position:absolute;
	width:100%;
	
}
/********************
*****Slide effect
**********************/
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}
.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 48px;
    font-style: normal;
    line-height: 75px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	width:90%;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 18px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #2d70c4;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: block;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	.slide-text .upper, .slide-text .redcolor, .slide-text .normaltext{
		font-size:15px;
	}	
}
/***************Our Story Section*************************/

h2{
	font-size:50px;
	margin-top:40px;
	color:#ffff00;
	text-transform:uppercase;
	 text-align:center;
	 margin-bottom:0px;
}
h2 span{
	font-size:36px;
	color:#000;
	text-transform:none;	
}
hr {
 border: none;
position: relative;
margin: 0 auto;
padding-bottom:40px;
}
hr:after{
content: "";
background:url(../images/decoration_line.png)no-repeat center;
width: 100%;
height: 10px;
position: absolute;
right: 0;
top: 0;

}
p{
font-weight:500;	
}
.info{
	background:url(../images/main_bg.jpg)repeat;
}
.box{
	border:1px solid #e4e4e4;
	background-color:#fff;
	padding:0px 0px 0px;
	background:   url(../images/box-left-top.png) left top no-repeat, 
	url(../images/box-right-top.png) right top no-repeat,
	white;
}
.box:after{
	content: "";
	background:url(../images/box-bottom-left.png) left bottom no-repeat,
	url(../images/decoration_line.png)center center no-repeat,
	url(../images/box-bottom_right.png)  bottom right no-repeat;
	height:120px;
	padding:0px 0px 0px;
	width:100%;
	display:inline-block;
	bottom:0px;
	margin-bottom:-5px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	.box{
		background-size:70px 70px;
	}
	.p-50{
		padding:15px;
	}
	.box:after{
		background-size:70px 70px;
	}
}
/**************Vertical Tab ***************/
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-list p{
	text-align:center;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px 15px 0px;
}
.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-bottom: none;
	margin-bottom: -1px !important;
	background-color: #fff;
 }
.resp-tab-active i{
  color:#2d70c4;
 }
.resp-content-active,
.resp-accordion-active { 
	display: block; 
}
.resp-tab-content { 
	border: 1px solid #c1c1c1; 
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 20%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  border-right: 5px solid white;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 80%;
  min-height: 250px;
  border-radius: 4px;
  border-left:1px solid #ccc;
  clear: none;
}
.resp-vtabs .resp-tab-content { 
	border: none; 
}
.resp-vtabs li.resp-tab-active {
  border-right: 5px solid #2d70c4;
  border-left: 0px solid transparent;
  border-top: 0px solid transparent;
  color:red;
  position: relative;
  z-index: 1;
}
.resp-vtabs li.resp-tab-active .flaticon-food-3{
	color:#2d70c4;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 40px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/

h2.resp-tab-active {
	}
.resp-easy-accordion h2.resp-accordion { 
	display: block; 
	}

.resp-easy-accordion .resp-tab-content { 
	border: 1px solid #c1c1c1; 
	}

.resp-easy-accordion .resp-tab-content:last-child { 
	border-bottom: 1px solid #c1c1c1 !important; 
	}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active { 
	display: block; 
}

h2.resp-accordion:first-child { 
	border-top: 1px solid #c1c1c1 !important; 
}

/********** Responsive Accordion Style *************/
@media only screen and (max-width: 767px) {

ul.resp-tabs-list { 
	display: none; 
}

h2.resp-accordion { 
	display: block; 
}

.resp-vtabs .resp-tab-content { 
	border: 1px solid #C1C1C1; 
}

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}
.resp-accordion-closed { 
	display: none !important;
}

.resp-vtabs .resp-tab-content:last-child { 
	border-bottom: 1px solid #c1c1c1 !important; 
}
}
.demo{
	margin:0px auto;
	width:96%;
}
.demo h1{
	margin:0 0 25px;
}
.demo h3{
	margin:10px 0;
}
pre{
	background-color:#FFF;
}
@media only screen and (max-width:780px){
	.demo{
		margin:5%;
		width:90%;
	}
	.how-use{
		display:none;
		float:left;
		width:300px;
	}
}
#tabInfo{
	display:none;
}
.breakfast{
	color:#ccc;
	margin: 0px auto;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.breakfast img{
	text-align:center;
	margin:0px auto;
}
.breakfast  p{
font-family: 'Courgette', sans-serif;
color:#000;
font-size:26px;
text-align:center
}
/************************Menu List CSS*/
.menu-item img{
	
	border-radius:50%;
	border:5px solid #cccccc;
	height:120px;
	width:120px;
}
.menu_title h3{
	float:left;
	display:inline-block;
}
.menu_title_spacer {
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
	display:inline-block;
    border-bottom: 1px dotted #e1e1e1;
	clear:both;
}
.menu_item_name{
	float:left;
	font-size:17px;
	font-weight:700;
}
.menu_item_price{
		float:right;
		display:inline-block;
}
.menu-item-one {
    margin: 10px 0px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
}
.tb {
    display: table;
}	
.menu-item-one .image-area {
    max-width: 115px;
    max-height: 100px;
}
.menu-item-one .tb-cell {
    width: auto;
    vertical-align: middle;
}
.tb .tb-cell {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}
.menu-item-one .item-text {
    max-width: 450px;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-item-one .tb-cell {
    width: auto;
    vertical-align: middle;
}
.tb .tb-cell {
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    width: 100%;
}
.menu-item-one .menu-title {
    color: #000;
	font-size:17px;
}
.image-area img{
	border-radius:50%;
	height:105px;
	border:5px solid #eaeaea;
	width:105px;
}
.menu-item-one .menu-title {
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
     margin-top: 0;
}
.menu-item-one .tb-cell {
    width: auto;
    vertical-align: middle;
}
.tb .tb-cell {
    vertical-align: middle;
    display: table-cell;  
}
.menu-item-one .item-price .price-inner {
    min-height: 25px;
    text-align: center;
    min-width: 65px;
    font-size: 18px;
    font-weight: bold;
    color: #2d70c4;
	background-color:#efefef;
    line-height: 25px;
}
/*Our Team*/
.our_team{
	background-image: url("../images/team_background.jpg");
	min-height: 200px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.txt-white{
	color:#fff;
}
.parallexoverlay {
    background-color: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
	 border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	margin:0px auto;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
figcaption h2{
	 font-family: 'Lato', sans-serif;
	 text-align:center;
	
}
figcaption .fa{
	
	color:#fff;
	font-size:20px; 
	margin:0px 10px;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figcaption h2{
	font-size:18px;
	color:#fff;
}
figcaption h4{
	
	font-size:16px;
	font-family: 'Lato', sans-serif;
	 text-align:center;
	 color:#fff;
	 padding: 10px 0px 5px  ;
	 border-bottom:1px solid #fff;
	 text-transform:none;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.sociallink a:hover{
	color:#000 !important;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure span {
	font-size:16px;
	color:#fff;
}
/***** Our Team Section Effects *****/
figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 10px;
	height: 6em;
	background: #c42d40;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	border-bottom:3px solid #fff;
}
.effect-zoe div{
	color:#fff;
	font-size:18px !important;
	text-align:center;
	margin:0px;
}
figure.effect-zoe h2 {
	float: left;
}
figure.effect-zoe p.sociallink a {
	color: #3c4a50;
	font-size: 1.4em;
}
figure.effect-zoe:hover p.sociallink a:hover,
figure.effect-zoe:hover p.sociallink a:focus {
	color: #252d31;
}
figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}
figure.effect-zoe h2,
figure.effect-zoe p.sociallink a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}
figure.effect-zoe p.sociallink a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
figcaption .sociallink{
	margin:0px auto;
}
.icon-eye::before {
	content: '\e000';
}
.icon-paper-clip::before {
	content: '\e001';
}
.icon-heart::before {
	content: '\e024';
}
figure.effect-zoe h2 {
	width:100%;
	padding:5px;
	font-weight:500;
}
figure.effect-zoe:hover p.description {
	opacity: 1;
}
figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.sociallink a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
figure.effect-zoe:hover p.sociallink a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.sociallink a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.sociallink a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/*Book Your Table*/
.box2{
	border:1px solid #e4e4e4;
	background-color:#fff;
	padding:10px 15px 50px;
	background:   url(../images/box-left-top-grey.png) left top no-repeat, 
	url(../images/box-bottom-left-grey.png) left bottom no-repeat, 
	url(../images/box-right-top-grey.png) right top no-repeat, 
	url(../images/box-bottom_right-grey.png)  bottom right no-repeat,
	white;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
	.box2{
		background-size:70px 70px;
	}
}
.tablebox{
	border-radius:15px;
	background:   url(../images/book_table_bg.jpg);
	background-size:cover;
}
.tablebox p{
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:18px;
}
.tablebox .pn_no{
	font-size:24px;
	font-weight:500;
}
.tablebox .form-control{
	color:#000;
	border-radius:14px;
	height:45px;
}
.input-append{
	margin:0px;
	padding:0px;
}
.selectpicker{
	
	border-radius:20px;
	padding:10px;
	border:0px !important;
}
.dropdown-toggle{
	border-radius:15px;
	padding:5px;
	font-size:15px !important;
}
.bootstrap-select .filter-option{
	background-color:none;
	font-size:14px !important;
	padding:7px;
}
.btn-default:hover,.btn-default:active:focus, 
.btn-default:active:hover, 
.open > .dropdown-toggle.btn-default:focus, 
.btn-default.active, .btn-default:active, 
.open > .dropdown-toggle.btn-default{
	background-color:white !important;
}
.form-control::-moz-placeholder{
	color:#000;
}
/*----------------------------
********** Blog **********
----------------------------*/
.blog-post {
	background:#fff;
	margin-bottom:20px;
}
.blog-post img{
	border-radius:20px;
	width:100%;
	border:5px solid #e1e0e0;
}
.blog-post:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border-radius:20px;
}
.blog-post .post-content {
    padding: 20px;
}
.blog-post .post-content {
	padding:20px 30px;
}
.blog-post .post-content h5 a {
	font-size:18px;
}
.blog-post .post-content h5 a:hover {
	color:#312f2b;
	text-decoration:none;
}
.blog-post .post-content a.more {
	font-size:13px;
}
.blog-post .post-detail {
	padding:10px;
	color:#fff;
	font-size:30px;
	font-weight:300;
	background-color:#2d70c4;
	position:relative;
	margin:0px 30px;
	border-radius:10px;
	margin-top:-35px;
	z-index:999;
}
.blog-post .post-detail i {
	float:left;
	margin-right:20px;
}
.blog-post .post-detail p {
	font-weight:500;
}
.blog-post .post-detail span.date {
	font-weight:700;
	font-size:25px;
	
}
.blog-post .post-detail span.tags {
	font-weight:300;
	font-size:18px;
	color:#fff;
}
.blog-post .post-detail span.tags a {
	color:#fcfcfc;
}
.post-content h5{
	
	font-family: 'Lato', sans-serif;
	font-weight:700;
	margin:0px 0px 15px;
}
/*********Testimonials Starts Here*********/
.testimonial{
	background-image: url("../images/testimonials_background.jpg");
	min-height: 200px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonial .caption h6{
	font-size:20px !important;
	font-family: 'Lato', sans-serif;
	font-weight:500;
}
.testimonial .caption h5{
	font-size:16px !important;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	color:#dc3c50;
}
.testimonial #tcb-testimonial-carousel a {
	color: #b20000;
}
.testimonial #tcb-testimonial-carousel .text-brand {
	color: #b20000;
}
.testimonial #tcb-testimonial-carousel .carousel-indicators .active {
	background: #c42d40;
	border: 0px solid #000;
	height:10px;
	width:10px;
}
.testimonial #tcb-testimonial-carousel .no-margin {
	margin: 0;
}
.testimonial #tcb-testimonial-carousel .carousel-indicators li {
	border: 0px solid #000;
	background: #fff;
	height:8px;
	width:8px;
}
.testimonial #tcb-testimonial-carousel .carousel-control {
	color: #fff;
	width: 7%;
}
.testimonial #tcb-testimonial-carousel .carousel-control:hover,
.testimonial #tcb-testimonial-carousel .carousel-control:focus {
	color: #000;
}
.testimonial #tcb-testimonial-carousel .carousel-control.left,
.testimonial #tcb-testimonial-carousel .carousel-control.right {
  background-image: none;
}
.testimonial #tcb-testimonial-carousel .item {
   padding: 15px;
}
.testimonial #tcb-testimonial-carousel .media-object {
  margin: auto;
}
.testimonial img{
	/* border-radius:50%; */
	border:5px solid #e1e0e0;
	margin:0px auto;
}
.carousel-indicators{
	bottom:-50px; 
}
.testimonial .fa.fa-quote-left, 
.testimonial .fa.fa-quote-right {
    padding: 0 13px;
	color:#fff;
}
.testimonial .caption > p {
    line-height: 25px;
}
.testimonial .caption{
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
	padding:10px;
	border-radius:10px;
	font-size: 15px;
	font-weight: 300;
}
.testimonial .carousel-control .glyphicon-circle-arrow-left, 
.testimonial .carousel-control .glyphicon-circle-arrow-right, 
.testimonial .carousel-control .icon-next, 
.carousel-control .icon-prev {
    font-size: 30px;
    height: 30px;
    margin-top: -10px;
    width: 30px;
}
.testimonial .carousel-control .glyphicon-circle-arrow-left, 
.testimonial .carousel-control .glyphicon-circle-arrow-right, 
.testimonial .carousel-control .icon-next, 
.testimonial .carousel-control .icon-prev {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.testimonial .carousel-control .glyphicon-circle-arrow-left, 
.testimonial .carousel-control .icon-prev {
    margin-left: -15px;
}
.testimonial .carousel-control .glyphicon-circle-arrow-right, 
.testimonial .carousel-control .icon-prev {
    margin-right: -15px;
}
.testimonial .arrow-down {
  
    height: 0;
    width: 0;
}
.testimonial #tcb-testimonial-carousel::after {
	top:0px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 1;
}
@media screen and (max-width: 991px) {
  .testimonial #tcb-testimonial-carousel .media-object {
    margin-bottom: 15px;
  } 
}
.contactus_box{
	color:#fff;
	background-color:#2d70c4;
	text-align:center;
	border-radius:15px;
	padding:20px;	
}
.contactus_box .contact_section{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding:10px 0px;
}
.contact_section:last-child {
    border-bottom:0px;
}
.contactus_box i{
	font-size:50px;
}
/**************Footer Section****************/
.footer{
	background-image: url("../images/footer_background.jpg");
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-bottom {
    background-image: url("../images/footer_bottom_decoration_img.png");
    background-repeat: repeat-x;
    height: 20px;
    margin-top: 0px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.footer .heading{
	text-transform:upperase;
	font-size:24px;
	margin:5px 0px 20px;
	color:#fff;
	}
.footer p{
	color:#fff;
	font-weight:300;
}
.footer i{
	color:#fff;
	font-size:25px;
	margin:20px 30px 20px 0px;
}
.footer i:hover{
	color:#c42d40;
}
.instagram_gal ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.instagram_gal ul li{
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
}
.popular_tag ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.popular_tag ul li{
	display:inline-block;
	margin-right:10px;
	margin-top:10px;
	border:1px solid #fff;
	border-radius:20px;
	padding:7px 15px;
	color:#fff;
	background-color:#FFD700;
}
.popular_tag ul li a{
	color:#fff;
	text-decoration:none;
}
.popular_tag ul li:hover{
	background-color:none;
}
.footerstrip{
	background-color:#2d70c4;
	text-align:center;
	color:#fff;
	padding:30px 0px;
	font-weight:300;
	font-size:15px;
}