#wpb_tinymce_title_ifr{
	height:200px;
}
.wpb_rating_hero{
	background-color: #ddd;
}
#pie-charts{
	
}


.welcome img, .features img{
	height:auto;
}

.piecharts .col-md-3{
	margin-bottom: 100px;
}

/*parallax hightlights*/
.parallax-1{
	background-attachment: fixed;
	background-image: url("../images/parallax/1.jpg");
	background-repeat: repeat-y;
	background-position: 50% 0px;
	background-size: cover;
}

.high-quality {
    padding-top: 100px;
    padding-bottom: 100px;
}

.parallax-1 h3{
	font-family: Oswald;
	line-height: 80px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-size: 55px;
}

.parallax-1 h3.color{
	color: #D36637;
}


.partners .border-1:nth-last-child(3), .partners .border-2:nth-last-child(3){
	border-bottom: 1px solid #E2E0E0 !important;
}




/*orane restaurant*/
.orane-order-now .container{
	background-color:#FA7C6E;
	color:#fff;

 -moz-background-clip: border;     /* Firefox 3.6 */
  -webkit-background-clip: border;  /* Safari 4? Chrome 6? */
  background-clip: border-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
  -moz-background-clip: padding;     /* Firefox 3.6 */
  -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
  background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
				
  -moz-background-clip: content;     /* Firefox 3.6 */
  -webkit-background-clip: content;  /* Safari 4? Chrome 6? */
  background-clip: content-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
			

	border:10px solid rgba(255, 255, 255, 0.3);
	padding:0;
}


.orane-order-now .order-box-container{
	position: relative;
	top:500px;
}

.orane-order-now .order-box-container .order-box h5{
	margin:0;
	font-size: 20px;
}

.orane-order-now .order-box-container .order-box h3{
	margin:0;
	font-size: 40px;
	color:#fff;
	line-height: 50px;
}

.orane-order-now{
	position: relative;
	z-index: 99;
	height:600px;
}


.orane-order-now .order-box{
	padding:40px 30px;
	border-right: 1px solid #fefefe;
	text-align: center;
	height:200px;
}

.orane-order-now .order-box:last-child{
	border-right:none;
}

.orane-order-now .order-box h6{
	text-align: center;
	font-size: 24px;
	margin:0;
}


.orane-order-now .order-now-link{
	color:#fff;	
	padding:10px 28px;
	border:1px solid #fff;
	font-size: 20px;
	font-weight: normal;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -76px;
	position: absolute;

}


.orane-order-now{
	position: relative;
}


/*about this*/
.about-this{
	background-color: #EFF0F2;
}

.about-restaurant{
	padding-top: 160px;
}

.about-restaurant .info h3{
	font-size: 40px;
	font-weight: bold;
}

.about-restaurant .info h3 .color{
	color:#F98275;	
}



.about-restaurant .info .description, .about-restaurant .info .description p{
	font-size: 14px;
	color:#666;
	line-height: 25px;
}



/*owl default theme*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #F98275;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(owl-carousel/AjaxLoader.gif) no-repeat center center
}




/*owl transitions*/
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}




.menu-carousel-container .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
 	overflow: hidden;
}


.menu-carousel-container .owl-item{
	 float:left;
	 margin-bottom: 20px;
	 overflow: hidden;
}

.menu-carousel-container{
	overflow: hidden;
}

.restaurant-menu{
	height:600px;
	padding-top: 160px;
	background-size: cover;
	background-attachment: fixed;
}

.restaurant-menu h3{
	color:#FA7C6E;
	font-size: 40px;
	font-weight: bold;
}

.restaurant-menu p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin-bottom: 0;
}

.customNavigation{
  text-align: center;
}

.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



/*restaurant menu carousel*/
.restaurant-menu-item-img img{
	width:100%;
}


.menu-carousel-container .item{
	padding: 0;
	background-color: #fff;
	color:#666;
	border-radius: 0;
	transition: 0.3s ease-in-out;
}

.menu-carousel-container .item:hover{
   -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}


.restaurant-menu-item-title{
	font-size: 18px;
	font-weight: bold;
}




.codrops-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #333;
	color: #333;
}

.related {
	text-align: center;
	font-size: 1.5em;
}

.restaurant-menu .item{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

.restaurant-menu figcaption{
	padding:10px 0;
}

.restaurant-menu figcaption h2{
	margin:0;
	padding:0;
	color:#FA7C6E;
}

@media screen and (max-width: 992px) {
	.restaurant-menu{
		padding-top: 30px;
	}
	
	.orane-order-now .order-box{
		padding: 10px 30px;	
		height: 130px;
	}

	.orane-order-now .order-box-container {
	    top: 330px;
	}


}



@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}




/*restaurant portfolio*/


.custom-portfolio .item{

	margin:0;

	padding:0;

	position: relative;

	margin:0;

	padding:0;

	overflow: hidden;

}

.custom-portfolio .item > img{
   display: block;
   position: relative;
   opacity:1;
   transform:scale(1,1);
   transition: all 0.2s ease-in;
   width:100%;
}

.custom-portfolio .portfolio-slideup .port_item h2{
	text-align: center;
}

.itemzoom_outer > img{

}

.orane-custom-portfolio{
	background-color:#FA7C6E;
}


.orane-custom-portfolio .tag-heading h2{
	color:#fff;
	font-size:40px;
}


.orane-custom-portfolio .tag-heading p{
	color:#fff;
}


.order-now-title{
	position:absolute;
	width:100%;
	top:15%;
	text-align:center;
	padding:0 40px 0 40px;
}

.order-now-title h3{
	color:#fff;
	font-size: 60px;
	line-height: 50px;
	text-shadow: 1px 1px 1px #000;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
}

.order-now-title p{
	color:#fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	font-size: 18px;
}


.restaurant-menu h3 .color{
	color:#333333;
}

.restaurant-reservation h3{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin:0;
}

.restaurant-reservation{
    background: #EEE none repeat scroll 0% 0%;
    top: 0px;
    padding-top: 80px;
    position: relative;
    z-index: 6;
    padding-bottom: 80px;
}


.restaurant-reservation p{
	padding: 5px 80px 0px;
	text-align:center;
	line-height: 24px;
	color: #656565;
}



/*datepicker styles for bootstrap*/
.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 10px;
	width: 240px;
}
.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #2A6496;
	-webkit-transition: color 0.1s ease-in-out;
	   -moz-transition: color 0.1s ease-in-out;
	     -o-transition: color 0.1s ease-in-out;
	        transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
	text-align: right;
}
/*.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
}*/
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	background-color: #eee;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: #4289cc;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}



/*contact form 7 styling*/
.wpcf7-form p{
	color:#656565;
}
.contact-form7-reserve{
	text-align: center;
	margin-top: 40px;
}



/*Latest Post Carousel*/


.item-latest-blog{
  background: #fff;
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 	overflow: hidden;
 	position: relative;

}


.item-latest-blog{
	 float:left;
	 margin-bottom: 20px;
	 overflow: hidden;
}

.item-latest-blog figcaption{
	position: absolute;
	width: 100%;
	bottom: 0px;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	opacity: 0.8;
	padding-left: 10px;
}

.item-latest-blog figcaption a{
	color:#fff;
	font-size: 18px;
	text-align: left;
}

.item-latest-blog figcaption p{

}

.latest-custom .info h3{
	font-family: Oswald;
	line-height: 80px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-size: 55px;
	text-align: center;
}


.latest-custom{
	padding-top: 80px;
}


.testimonials {
    text-align: center;
}

/*owl carousel css*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float:left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/*testimonails slider css*/
.testimonials .info h3{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
}


.testimonials{

	background: #EEE none repeat scroll 0% 0%;
	top: 0px;
	padding-top: 80px;
	position: relative;
	z-index: 6;
	padding-bottom: 80px;

}


.testimonials .description{
	font-size: 30px;
	font-weight: 400;
	padding-top: 20px;
	line-height: 40px;
}

.testimonials .name{
	margin-top: 20px;
	color:#aaa;
}


#bs-example-navbar-collapse-1{
	max-height: 340px;
}