@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  }



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #000000;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

  section {
    position: relative;
    padding: 100px 0;
  }

  #team, 
  #menu,
  #testimonial {
    text-align: center;
  }

  .about-image img,
  .team-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #be0500;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }
  .slider-btn {
    background: #be0500 !important;
    border-radius: 2px;
    border: 0!important;
    color: #fff;
    font-size: 18px; text-transform:uppercase;
    font-weight: normal;
    padding: 15px 35px;
    transition: 0.5s 0.2s;
  }
.slider-btn:hover{color:#000!important;  background: #fff !important;}


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #ce3232;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    padding: 30px 0;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

.custom-navbar .nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-right: 14px;
    padding-left: 14px;
    text-transform: uppercase;
}

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: #fff; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/slider-image1.jpg);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
  }



  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    padding-bottom: 0;
  }

  .about-info {
    padding: 0 6em 5em 0;
  }

  .about-info .section-title {
    padding-bottom: 20px;
  }

  .about-image {
    position: absolute;
  }



  /*---------------------------------------
      TEAM              
  -----------------------------------------*/

  #team {
    background: #f9f9f9;
  }

  .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .team-info {
    padding: 10px 30px 20px 30px;
  }

  .team-thumb .team-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover .team-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .team-thumb img {
    transition: 0.5s 0.2s;
  }

  .team-thumb:hover img {
    transform: scale(1.2);
  }

  .team-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .team-thumb .team-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .team-item h4 {
    color: #ffffff;
  }

  .team-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }

  @media (max-width: 680px) {
    .footer-open-hour{padding:0px !important;}
    .copyright-wrap{padding-bottom: 50px;}
    footer .section-title{margin-bottom: 0px;}
}

.copyright-text { padding:10px; }
.copyright-wrap .row { margin-right: 0; margin-left: 0; }

  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #menu {
    padding-bottom: 0;
  }

  /*#menu .container {
    width: 100%;
  }*/

  #menu .col-md-4 {
    /*margin: 0;
    padding: 0;*/
	margin-bottom:20px;
  }

  .menu-thumb img {
    width: 100%;
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background: url('../images/testimonial-bg.jpg') center center no-repeat;
    background-size: cover;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }



  /*---------------------------------------
      CONTACT             
  -----------------------------------------*/

  #contact .section-title {
    padding-bottom: 0;
  }

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 120px 0;
    padding-bottom: 80px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #000;
    background-size: cover;
    border-radius: 0;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    bottom: 20px;
}

  .footer-open-hour::after {
    background: #000;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
 }

  footer .social-icon div {
    color: #FFF;
    padding: 10px 0;
    border-bottom: 1px dotted #666;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
  }

  .home-banner-specials-content-box {
    background: rgba(0,0,0,0.7);
    padding: 30px 30px 22px 40px;
    border-left: 7px solid #d1b691 !important;
    width: 100%;
    color: #FFF;
  }
  
  .home-banner-specials-content-box h3 { color:#FFF; }

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .about-info {
      padding-right: 0;
    }

    .about-image {
      position: relative;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .about-info {
      padding: 0;
    }

    .team-info {
      margin-bottom: 50px;
    }

    #menu .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
      text-align: center;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }
  }




.custom-navbar .nav li a{text-align:left;}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333 !important;
    white-space: nowrap;
}
.topbar{background-color:#333; color:#fff;}
.nopadding-top{padding-top:0px!important;}
.nopadding-bottom{padding-bottom:0px!important;}
.divider{border-bottom:1px solid #ccc; margin:40px 0px;}
.clear{clear:both;}

#lebanesefood {
    background: url(../images/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}
#lebanesefood h2 {
    color: #fff;
    background-color: #d1b691 ;
    padding-top: 10px;
}
#lebanesefood p {
    color: #ffffff; font-size: 18px;
}
.topbar .social-icon{margin-top:8px;}
.topbar .social-icon a{color: #fff;}
.topbar ul.nav li a{color: #fff;}
footer{background-color: #000 ;}
footer .section-title h2{color: #fff; text-align:left;}
.bradcam_area {
    background-size: cover;
    background-position: bottom;
    padding: 200px 0 45px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.bradcam_bg_1 {
    
}
.bradcam_area h3 {
    font-size: 72px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.bradcam_area p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.pricing-entry {
    width: 100%;
    display: block;
    margin-bottom: 10px;
	border-bottom: 1px dashed #bf7e06;
	padding-bottom:10px;
}
.pricing-entry .img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.pricing-entry .img img{width: 100%; margin-bottom:10px;}
.pricing-entry .desc {
  
}
.pricing-entry .text {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
}
.pricing-entry .text h3 {
margin-top:0px;
    font-size: 18px;
}
.pricing-entry .text .price {
    width: 80px;
    color: #ce3232;
    text-align: right;
    background: #121618;
    background: url(../images/bg_4.jpg) no-repeat fixed;
    font-size: 16px; font-weight:bold;
}
.pricing-entry .text:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    /*border-bottom: 1px dashed #bf7e06;*/
    z-index: -1;
}

@media (min-width: 992px){
    .d-lg-none {
    display: none !important;
    }
}

@media (max-width:680px) {
    .d-block {
    display: block !important;
    }
}

/*.d-block {
    display: block !important;
} */

.pricing-entry .desc p {
    margin-bottom: 0;
}
.pl-3, .px-3 {
    padding-left: 1rem !important;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    display: block;
    width: 200px;
}
.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 0;
}
ul.footer-links{margin:0; padding: 0;}
ul.footer-links li{display:block; padding:10px 0px; border-bottom:1px dotted #666;}

.copyright-wrap{background-color:#333; color:#fff; padding-top:10px;}
.copyright-wrap p, .copyright-wrap p a{color:#fff;}
footer address p {
    margin-bottom: 10px;
}
#contact select {
    height: 55px;
}
.post-date {
    text-align: left;
    border: none;
    margin-top: 15px;
    font-size: 0.9em;
}
.read-more-link {
    display: block;
    width: 100%;
    text-align: left; color:green;
}
.more-link {
    margin: 30px 0 20px 0;
    display: inline;
    border: none;color:green;
}
.menu-thumb{margin-bottom:30px; height: 625px;}
.blog-categories{margin:0px 0; display:block; }
.blog-categories a{color:#999;}
#latestnews-detail{margin-top: 110px;}
.custom-navbar{border-bottom: 1px solid #ccc;}
.big-preview a img{width:100%; margin-bottom:20px;}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}
.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog_right_sidebar img {
    vertical-align: middle;
    border-style: none;
    width: 36px;
    height: 36px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}
.blog_area a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px; margin-top:0px;
    transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    line-height: 21px;
    margin-bottom: 0px;
}
.news-thumb{padding:3px; border:1px solid #ccc;}
.news-time {
    font-weight: normal;
    clear: both;
    font-size: 0.92em;
    display: block;
}
#lightmenu{background-color:#fff;}
#darkmenu{background-color:#f1f1f1;}

.custom-navbar .nav li.dropdown .dropdown-toggle {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding-right: 14px;
    padding-left: 14px;
    text-transform: uppercase;
	padding-top: 15px;
    padding-bottom: 15px;
	text-align: left;
}
.dropdown-menu {
    position: absolute;
    top: 123%;
}

#gallery .menu-thumb {
    margin-bottom: 30px;
    height: auto;
}

@media (max-width: 680px){
.bradcam_area h3 {
    font-size: 42px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 15px;
}
.navbar-brand>img {
    display: block;
    width: 86px;
}
.slider .item {
    height:450px;
    /*padding-top: 165px;*/
}
#home h1 {
    color: #ffffff;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: normal;
}
.custom-navbar .nav li.dropdown .dropdown-toggle{padding-left:9px;}
.navbar-nav .open .dropdown-menu{background-color:#f1f1f1;}

}
@media (min-width: 768px){
.navbar-nav {
    float: right;
    margin: 0;
}
}
@media only screen and (max-width: 992px){
#google-map {
    margin-bottom: 0px;
}
}
@media (min-width: 768px) and (max-width:1200px){	
.navbar-brand>img	{width:110px;}
.navbar .container{padding-left:0px;}	
.custom-navbar .nav li a, .custom-navbar .nav li.dropdown .dropdown-toggle{font-size: 12px; padding-left:5px; padding-right:5px;}
.navbar-nav>li>a, .custom-navbar .nav li.dropdown .dropdown-toggle{padding-top:5px; padding-bottom:5px;}
#reservation-wrap{padding:10px 0px;}
.reservation-wrap{position:inherit;top: -30px; margin-bottom:0px;}	
.gallery-heading-wrap .view-more{margin-top:10px; margin-bottom:30px;}
#about2 .img-responsive{margin:0 auto;}
.custom-navbar .navbar-nav.navbar-right li a{padding-top:15px;}
.view-allmenu{margin-bottom:30px;}
.home-menu .authenticfood-wrap p{font-size:16px; margin-top:10px;}
.contactus_wrap img.envelope {
    bottom: -80px;
    left: 35%;
}
.navbar-nav>li.dropdown{margin-top:1px;}
}

@media (width: 1024px){
.gallery-heading-wrap h2{font-size:55px;}
.contactus_wrap img.envelope {
    bottom: -40px;
    left: 38%;
}
}

/************ACTIVE NAV CSS start***************/
.navbar-nav > li.active > a:before {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 10px solid #e7272d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
}
.navbar-nav > li .dropdown-menu li.active > a:before {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 10px solid #e7272d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
}

.navbar-nav > li.dropdown .active:before {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 10px solid #e7272d;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
}

@media (max-width: 680px){
    .hero-12 .hero--content {
        top: 44% !important;
    }
    .hero-12 h1.hero--bio {
        margin-bottom: 10px;
        font-size: 18px;
    }
    section {
        padding: 20px 0;
    }
    .about-info {
        padding-bottom: 20px;
    }
}

footer .section-title{margin-bottom: 10px;}

@media (max-width: 767px){
    .custom-navbar .navbar-nav.navbar-right .section-btn.hidden-xs {
        display: none !important;
    }
}

.box_onlyone{height:100%;}

.box_more_thn_one {
    /*min-height: 345px; 
    max-height: 500px; */ 
    overflow: scroll;
    height: 440px;
    padding-bottom: 50px;
}

@media (max-width: 680px){
    .box_more_thn_one{
        height:100%;
        overflow: inherit;
	    padding-bottom: inherit;
    }
}

/************ACTIVE NAV CSS end***************/

/*To keep Drop down by default open in mobile */

@media (max-width: 680px){
.dropdown-menu {
position: relative !important;
top: 123%;
display: block;
width: 96%;
border: none;
box-shadow: none;
margin-bottom: 10px;
}
.custom-navbar .nav .dropdown-menu li a{padding-left: 30px;}
.custom-navbar .nav li a {
border-bottom: 1px solid #ccc;
}
}
/*To keep Drop down by default open in mobile END */
@media (max-width: 680px){
    .navbar-nav > li.active > a:before {
        position: absolute;
        content: "";
        bottom: -13px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-bottom: none;
        border-left: none;
        border-right: none;
        height: 0;
        width: 0;
    }
}

.custom-navbar .navbar-nav.navbar-right li a 
{
    border-bottom: none;
}

@media (max-width: 680px)
{
    .slider .item .caption h3{padding-top:165px;}
}

a.section-btn:hover, a.section-btn:active, a.section-btn:focus 
{
    color: #fff;
    outline: none;
    background-color: #333;
}

@media (max-width: 680px){
    #lebanesefood {
        background: url(../images/testimonial-bg.jpg) center center no-repeat;
        background-size: cover !important;
        background-position: top !important;
    }
}

.google_translate_element{ margin-top:12px; }

#about .about-image {
    position: inherit;
}

section#about{ padding-top:80px; }

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #fff;
    color: #000;
}

/**********************location sidebar css start*************/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #333;
  /*background-color: rgba(51,51,51,0.9);*/
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  /*opacity: 0.9;*/
  
}

.sidenav a {
    border-bottom: 1px dotted #999;
    padding: 20px 10px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border: 1px solid #fff;
    margin-bottom: 20px;
    text-align: center;
	margin-left: 30px;
    margin-right: 30px;
}
.sidenav a:hover {
  color: #fff;
  background-color:#ce3232;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;  margin-right: 0px;
  border-bottom:none; 
  padding:10px; border:none; 
}
.sidenav .closebtn:hover{background: none !important; }
.sidenav h2{color:#fff; padding:5px 32px 10px 32px; font-size:18px;}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.fixed-b {
    position: fixed;
    z-index: 100;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.btn-group.full {
    display: flex;
}
.fixed-b .onlineorder-fixed {
    border-radius: 0;
    padding: 0.9rem 1.55rem;
    border-color: #333;
    background-color: red;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.5;
}
@media screen and (max-height: 680px) {
.copyright-wrap{margin-bottom:40px;}
}

/**********************location sidebar css end*************/

/**********************special offer css start*************/
#specialoffer_wrap {
    background: url(images/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}
#specialoffer_wrap .section-title h2{text-align:center; color:#fff; text-align:center;}
#specialoffer_wrap .offer-box1{background-color:#fff; padding:20px; text-align:center;}
#specialoffer_wrap .offer-box1 h2{text-align:center; color:#000;}
#specialoffer_wrap .offer-box1 p{text-align:center; color:#000;}
#specialoffer_wrap .offer-box1 a{margin-bottom:20px; display:inline-block;}

/**********************special offer css end*************/

/*********************** NEW SLIDER CSS start*********************/
.slider-container {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
}

.slider-container h1 {
    color: #fff;
    font-size: 35px;
    /* letter-spacing: 5px; */
    position: relative;
    z-index: 100;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.slider-container h1 {
    font-family: 'Handlee', cursive;
    font-weight: 400;
    font-size: 68px;
    line-height: 62px;
    text-align: center;
    text-shadow: 0px 0px 6px #000000;
}
.slider-container p {
    color: #fff;
    font-size: 26px;
    /* letter-spacing: 5px; */
    position: relative;
    z-index: 100;
    text-align: center;
    display: block;
    margin: 0 auto; font-weight:900;
    width: 100%;
}
.slider-container .slider-btn {
    background: #ffde00  !important;
    border-radius: 2px;
    border: 0!important;
    color: #000 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 35px;
    transition: 0.5s 0.2s;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 30px; color:#fff;
    left:40%;
}
.slider-container .slider-btn:hover{
    background: #fff !important; color:#000;}

.slider-container::after {
	background-color: #000;
	content: '';
	position: absolute;
	opacity: 0.3;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	transform: scale(1.15);
	transition: opacity .6s ease;
}

.slide.active {
	animation: grow 4s linear forwards;
	opacity: 1;
}

@keyframes grow {
	0%, 20% {
		transform: scale(1);
	}
	
	75%, 100% {
		transform: scale(1.15);
	}
}

.controls-container {
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	flex-direction: column;
	transform: translateY(-50%);
	z-index: 2;
}

.control {
	background-color: #fff;
	cursor: pointer;
	opacity: 0.5;
	margin: 6px;
	height: 40px;
	width: 5px;
	transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active, .control:hover {
	background-color: #fff;
	opacity: 1;
	transform: scale(1.2);
}



@media (max-width: 680px){
.slider-container {
    height: 60vh;
    width: 100%;
}
.slider-container-wrap{margin-top:180px; padding:0 30px;}
.slider-container-wrap p{font-size:16px;}
.slider-container h1 {
    color: #ffffff;
    padding-bottom: 10px !important;
    font-size: 18px;
    font-weight: normal; font-weight:bold !important;
}
.slider-container-wrap p {
    font-size: 14px;
}
.slider-container .slider-btn {
    padding: 10px 15px;
    font-size: 16px;
    left: 25%;
}

.controls-container{display:none;}
.slider-container .slider-btn{padding: 10px 15px; font-size: 16px;}
.slider-container h1 {
    font-family: "Handlee", cursive;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0px 0px 6px #000000;
}
}


/*********************** NEW SLIDER CSS end*********************/

/************************CSS FOR SAFARI BROWSER start***********************/

@media screen and (-webkit-min-device-pixel-ratio:0) {
::i-block-chrome,.navbar-nav{width:50%;}
::i-block-chrome,.slider .caption {padding-top: 50px; top: 30% !important; position: relative;}
::i-block-chrome,#lebanesefood p{font-weight:bold;}
::i-block-chrome,#lebanesefood .img-responsive{-webkit-border: 10px solid #000000;}
::i-block-chrome,#about2 .img-responsive{-webkit-border: 10px solid #000000; -webkit-border-radius: 50%;}
::i-block-chrome,.navbar-brand > img{width:100%:}
::i-block-chrome,body{-webkit-font-smoothing: subpixel-antialiased;}
::i-block-chrome,p{-webkit-font-smoothing: subpixel-antialiased;}
}

/************************CSS FOR SAFARI BROWSER end***********************/

#testi-form{
	background: #F1F1F1;
    padding: 20px;
}
.single_client_bottom {
    background: #f1f1f1;
    padding: 20px 20px;
    position: relative;
    margin-bottom: 10px;
}
.single_client_bottom p {
    line-height: 20px;
}
#testi-form .form-group label{color:#333;}
#testi-form .heading_title h2{color:#000; padding: 0 10px;}
#testi-form #btnfeedback {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;font-size: 14px; font-weight:bold;
    height: 50px; width:100%;
}
#lebanesefood p {
    color: #ffffff;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
}
#testi-form #btnts{
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    width: 100%;
}
.manu-item-box .menu-item-detail h4{font-weight:normal !important;}

@media (max-width: 680px){
.owl-mobile-slider .item {
    height: 65vh;
    padding-top: 165px;
}
}
