/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* PORTFOLIO SINGLE PROJECT
----------------------------------------------------------------------------- */
.grid_7 .nivoSlider.image-slider.portfolio-slider, 
.grid_7 .nivoSlider.image-slider.portfolio-slider img{
    width: 100%;
    float: left;
}

.grid_7 .nivoSlider.image-slider{
    margin-bottom: 17px;
}

.carousel-portfolio .caroufredsel_wrapperlogo{
    width: 1170px !important;
    min-height: 132px !important;
} 

 

.carousel-portfolio .caroufredsel_wrapper{
    width: 1170px !important;
    min-height: auto !important;
} 



.carousel-portfolio .carousel-li > li{
    width: 220px !important;
    margin-right: 14px;
    float: left;
    min-height: 110px !important;
}

.carousel-portfolio .carousel-pagination{
    margin: 30px auto 0;
    float: none;
}

.carousel-portfolio .carousel-pagination a {
    background: url('../../img/sb.png') no-repeat;
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
    display: inline-block;
}

.carousel-portfolio .carousel-pagination a.selected {
    cursor: default;
}


/* PORTFOLIO STYLE 2 FOR ALL COLUMNS 
----------------------------------------------------------------------------- */
.grid_6.portfolio-style-2,
.grid_4.portfolio-style-2,
.grid_3.portfolio-style-2{
    margin-bottom: 20px;
}

.grid_6.portfolio-style-2:last-child,
.grid_4.portfolio-style-2:last-child,
.grid_3.portfolio-style-2:last-child{
    margin-bottom: 60px;
}

.portfolio-style-2 .portfolio{
    cursor: pointer;
}

.portfolio-style-2 .portfolio .portfolio-image{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    position: relative;
    float: left;
}

.portfolio figcaption{
    float: left;
    width: 100%;
    background: #f6f6f6;
    border-top: 3px solid #ddd;
    padding: 12px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.portfolio figcaption a{
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-align: center;
    width: 100%;
    display: block;
}

.portfolio figcaption span{
    width: 100%;
    text-align: center;
    display: block;
    font-style: italic;
}
 
/*===================================
welcome area slider1
=====================================*/
* {
  list-style: none;
  outline: none !important; }

a {
  text-decoration: none;
  outline: none; }

a, span {
  display: inline-block; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
P {
  margin: 0px;
  padding: 0px; }
/*
img {
  max-width: 100%; }*/

ol,
ul {
  margin: 0px;
  padding: 0px; }

select {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none; }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
      font-size: 14px; } }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    body {
      font-size: 13px;
      line-height: 1.4; } }

.trans4, a, .combo_offer_area .single_combo h4, .our_menu_area .single_menu .menu_content h5, .our_menu_tabs li a .icon_wraper span, .special_food_area .owl-nav .owl-prev,
.special_food_area .owl-nav .owl-next, .copyright_area p a, .food_menu_page .our_menu_tabs > li a .icon_wraper span, .food_menu_page .single_menu .menu_content h5, .blog1_area .single_blog .blog_content, .blog1_area .single_blog .blog_content h4, .blog2_area .single_blog .blog_content, .blog2_area .single_blog .blog_content h4, .single_blog_area .blog_details_wraper .blog_content .entry_meta a > i, .single_blog_area .blog_comments .single_comment .comment_content, .single_blog_area .blog_comments .single_comment .comment_content .commentor_menta h5, .single_blog_area .blog_tags .tags > span, .gallery_page_area .single_menu > a:after, .gallery_page_area .single_menu > a:before, .branch_page_area .single_branch .branch_cntent h5, .branch_page_area .single_branch .branch_cntent .branch_address > a > i, .chef_area.team_area .chef_team_slider i, .shop_area .shop_list a:before, .review_area .review_tab.nav-tabs li a:after, .cart_amount > input, .cart_page_area {
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear; }

.section_tittle {
  margin-bottom: 100px;
  overflow: hidden; }
  .section_tittle h1 {
    color: #404040;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 10px; }
  .section_tittle .icon {
    display: block;
    float: left;
    height: 60px;
    margin-right: 20px;
    width: 60px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .section_tittle {
      margin-bottom: 50px;
      text-align: center; }
      .section_tittle .icon {
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        float: none;
        height: 30px;
        margin-right: 0;
        width: 30px; }
      .section_tittle h1 {
        font-size: 26px;
        margin-bottom: 4px; }
      .section_tittle span {
        line-height: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_tittle {
      margin-bottom: 60px; }
      .section_tittle h1 {
        font-size: 32px;
        margin-bottom: 5px; } }

a.custom_btn, a.blog_btn, .welcome_area .single_welcome_slider .welcome_content a, .booking_area form.booking_form a, .blog2_area .single_blog .blog_content a.blog_btn {
  animation-delay: 1.6s;
  background: #d49510 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: 25px;
  padding: 13px 0;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  a.custom_btn:after, a.blog_btn:after, .welcome_area .single_welcome_slider .welcome_content a:after, .booking_area form.booking_form a:after, .blog2_area .single_blog .blog_content a.blog_btn:after {
    position: absolute;
    width: 158%;
    left: 125px;
    height: 3px;
    background: #fff;
    content: "";
    border-radius: 24px;
    top: 0;
    z-index: -1;
    transform: rotate(-50deg);
    transition: 0.4s linear; }
  a.custom_btn:hover:after, a.blog_btn:hover:after, .welcome_area .single_welcome_slider .welcome_content a:hover:after, .booking_area form.booking_form a:hover:after, .blog2_area .single_blog .blog_content a.blog_btn:hover:after {
    visibility: visible;
    opacity: .1;
    height: 474%;
    left: -90px;
    top: -83px; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    a.custom_btn, a.blog_btn, .welcome_area .single_welcome_slider .welcome_content a, .booking_area form.booking_form a, .blog2_area .single_blog .blog_content a.blog_btn {
      font-size: 13px;
      margin-top: 15px;
      padding: 10px 0;
      width: 130px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    a.custom_btn, a.blog_btn, .welcome_area .single_welcome_slider .welcome_content a, .booking_area form.booking_form a, .blog2_area .single_blog .blog_content a.blog_btn {
      width: 150px;
      padding: 10px 0;
      font-size: 14px; } }
 
/*===================================
welcome area slider11
=====================================*/
.welcome_area .single_welcome_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 580px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center; }
  .welcome_area .single_welcome_slider .welcome_content {
    padding-right: 60px;
    padding-bottom: 65px; }
    .welcome_area .single_welcome_slider .welcome_content span {
      color: #fff;
      font-size: 40px;
      font-family: "Great Vibes", cursive;
      -webkit-animation-delay: .0s;
      animation-delay: .0s; }
    .welcome_area .single_welcome_slider .welcome_content h1 {
      color: #fff;
      font-size: 35px;
      font-weight: 600;
      line-height: 50px;
      margin-top: 25px;
      -webkit-animation-delay: .8s;
      animation-delay: 0.8s; }
    .welcome_area .single_welcome_slider .welcome_content a {
      -webkit-animation-delay: 1.1s;
      animation-delay: 1.1s; }
.welcome_area .owl-dots {
  bottom: 80px;
  left: 50%;
  margin-left: -565px;
  position: absolute; }
  .welcome_area .owl-dots .owl-dot {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin-right: 5px;
    width: 30px; }
    .welcome_area .owl-dots .owl-dot span {
      -webkit-transition: 0.4s linear;
      transition: 0.4s linear; }
  .welcome_area .owl-dots .owl-dot.active {
    background: #17a454; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .welcome_area .owl-dots {
      margin-left: -49px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .welcome_area .single_welcome_slider {
    height: 450px; }
    .welcome_area .single_welcome_slider .welcome_content {
      padding: 0 0 56px;
      text-align: center; }
      .welcome_area .single_welcome_slider .welcome_content a {
        font-size: 13px;
        margin-top: 15px;
        padding: 10px 0;
        width: 133px; }
      .welcome_area .single_welcome_slider .welcome_content h1 {
        font-size: 24px;
        line-height: normal;
        margin-top: 10px; }
      .welcome_area .single_welcome_slider .welcome_content span {
        font-size: 27px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome_area .single_welcome_slider {
    background-position:0px 0px;
    background-size: cover;
    height: 500px; }
    .welcome_area .single_welcome_slider span {
      font-size: 35px; }
    .welcome_area .single_welcome_slider h1 {
      font-size: 32px;
      line-height: 45px;
      margin-top: 14px; }
    .welcome_area .single_welcome_slider a {
      margin-top: 18px; }
  .welcome_area .owl-dots {
    bottom: 60px;
    margin-left: -359px; } }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .welcome_area .owl-dots {
    margin-left: -462px; }
  .welcome_area .single_welcome_slider .welcome_content {
    padding-right: 0; } }



/* ------------------------------------------------
    1.***Base Css Start***
------------------------------------------------- */
* {
  list-style: none;
  outline: none !important; }

 
/*===================================
our_menu area
=====================================*/
.our_menu_area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  background-image: url("../../img/menu_bg.jpg");
  background-position: center top;
  background-size: cover;
  padding: 100px 0 50px;
  position: relative;
  z-index: 1; }
  .our_menu_area:after {
    background: #141414 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }
  .our_menu_area .row.isotope {
    width: 100%;
    margin-right: 0;
    margin-left: 7.5px; }
  .our_menu_area .section_tittle {
    margin-bottom: 95px; }
    .our_menu_area .section_tittle h1 {
      color: #fff; }
    .our_menu_area .section_tittle span {
      color: #ababab; }
  .our_menu_area .single_menu .menu_content {
    border-bottom: 1px dashed #d5d5d5;
    margin-bottom: 35px;
    padding-bottom: 15px; }
    .our_menu_area .single_menu .menu_content h5 {
      color: #e2e2e2;
      font-weight: 600;
      margin-bottom: 10px; }
    .our_menu_area .single_menu .menu_content:hover {
      color: #FF5E18; }
      .our_menu_area .single_menu .menu_content:hover h5 {
        color: #FF5E18; }
    .our_menu_area .single_menu .menu_content p {
      color: #ededed;
      margin-bottom: 10px;
      font-size: 15px; }
    .our_menu_area .single_menu .menu_content span {
      color: #e2e2e2;
      font-weight: 600; }

.our_menu_tabs {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-bottom: medium none !important; }
  .our_menu_tabs li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block;
    width: 100%; }
    .our_menu_tabs li a {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      background: transparent none repeat scroll 0 0 !important;
      border: medium none;
      color: #e2e2e2;
      display: block;
      font-size: 18px;
      font-weight: 600;
      line-height: 42px;
      overflow: hidden;
      padding-top: 10px; }
      .our_menu_tabs li a .icon_wraper {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        float: left;
        height: 50px;
        margin-right: 32px;
        position: relative;
        width: 50px;
        overflow: hidden; }
        .our_menu_tabs li a .icon_wraper span {
          background-repeat: no-repeat;
          background-size: contain;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .our_menu_tabs li a .icon_wraper .icon {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          top: 0;
          visibility: visible; }
        .our_menu_tabs li a .icon_wraper .hover_icon {
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          top: 50%;
          visibility: hidden; }
      .our_menu_tabs li a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        background: transparent none repeat scroll 0 0 !important;
		background: #a84917 !important;
        border: medium none !important;
        color: #FF5E18; }
        .our_menu_tabs li a:hover .icon {
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          top: -50%;
          visibility: hidden; }
        .our_menu_tabs li a:hover .hover_icon {
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          top: 0;
          visibility: visible; }
 
.nav.nav-tabs {
  border-bottom: medium none; }

.our_menu_tabs li.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .our_menu_tabs li.active a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: transparent none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #FF5E18; }
    .our_menu_tabs li.active a .icon {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      top: -50%;
      visibility: hidden; }
    .our_menu_tabs li.active a .hover_icon {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      top: 0;
      visibility: visible; }


@media only screen and (min-width: 0px) and (max-width: 767px) {
  padding: 60px 0 25px;
  text-align: center;
  .section_tittle {
    margin-bottom: 50px; }

  .our_menu_tabs {
    margin-bottom: 40px; }
    .our_menu_tabs li {
      display: inline-block;
      float: none;
      width: auto; }
      .our_menu_tabs li a {
        font-size: 15px;
        line-height: 27px;
        padding: 0 8px; }
        .our_menu_tabs li a .icon_wraper {
			display: none; } 
	
@media only screen and (min-width: 768px) and (max-width: 991px) {
  padding: 80px 0 50px;
  .section_tittle {
    margin-bottom: 70px; }

  .our_menu_tabs {
    text-align: center; }
    .our_menu_tabs li a {
      font-size: 16px;
      line-height: 25px;
      padding: 8px 15px;
      margin-bottom: 3px; }
      .our_menu_tabs li a .icon_wraper {
        display: inline-block;
        float: none;
        height: 30px;
        margin: 0 25px;
        width: 30px; }

  .single_menu .menu_content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px; }
  .single_menu .menu_content h5 {
    margin-bottom: 8px; } }

 