/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.General
 5.content - home section
 6.About section
 7.Today's Special section
 8.Menu section
 9.Reservation section
 10.Team section
 11.Statistic section
 12.Gallery section
 13.Contact section
 14.Blog section
 15.Single post section
 16.footer
 17.Responsive part
-------------------------------------------------*/


/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
.navbar-static-top{
  z-index: 3;
}
.navbar-default {
  background: #222222;
  border: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
  padding: 0;
}
.navbar-header {
  position: relative;
  z-index: 2;
}
.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 30px 15px 25px;
  letter-spacing: 2.5px;
}
.navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a {
  color: #ddd !important;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 30px 18px 28px;
  position: relative;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
  color: #f4b350 !important;
}
.navbar-nav > li > a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #f4b350;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-nav > li > a:hover:before,
.navbar-nav > li > a.active:before {
  opacity: 1 !important;
  visibility: visible !important;
}
.navbar-nav > li > a.open-search {
  padding-right: 15px;
}
.navbar-nav > li > a.open-search:before {
  display: none;
}
.navbar-nav li.drop {
  position: relative;
}
.navbar-nav > li.drop > a:after {
  content: '\f107';
  margin-left: 8px;
  color: #ddd;
  font-size: 10px;
  line-height: 1.1;
  font-family: 'FontAwesome';
}
.navbar-nav li.drop:hover:after {
  color: #f4b350;
}
.navbar-nav  li.drop:hover > ul.drop-down {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
ul.drop-down {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 18px;
  min-width: 180px;
  padding: 20px 30px;
  background: #222222;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.drop-down ul.drop-down{
  top: 0;
  left: 100%;
}
ul.drop-down li {
  display: block;
  margin-bottom: 10px;
}
ul.drop-down li a {
  color: #ddd;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
ul.drop-down li a:hover {
  color: #f4b350;
}
ul.drop-down li:last-child {
  margin-bottom: 0;
}
header.active .navbar-brand {
  padding: 14px 15px 17px;
}
header.active .navbar-nav > li > a {
  padding: 27px 15px 23px;
}
header.active .navbar-nav > li > a.open-search,
header.active .navbar-nav > li.shopping-cart > a,
header.active .navbar-nav > li > a.open-fixed-sidebar {
  padding-left: 0px;
  padding-right: 15px;
}
.navbar.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-collapse {
  position: relative;
}
.form-search {
  position: absolute;
  top: 100%;
  right: 10px;
  width: 200px;
  background: #f4b350;
  padding: 2px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.form-search input[type="search"] {
  color: #999999;
  line-height: 24px;
  margin: 0 0 10px;
  margin: 0;
  color: #222222;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding: 8px 10px;
  border: none;
  width: 100%;
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: #ffffff;
}
.form-search button {
  background: #ffffff;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.form-search button i {
  color: #222222;
  font-size: 13px;
}
.form-search.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
p {
  font-size: 15px;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 10px;
}
h1 {
  color: #222222;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
}
.heading2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
#container {
  /*opacity: 0;*/
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#container.active {
  opacity: 1;
}
/*-------------------------------------------------*/
/* =  content & Home section
/*-------------------------------------------------*/
.title-section {
  text-align: center;
  margin-bottom: 70px;
}
.title-section h1 {
  color: #222222;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.title-section h1:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #f4b350;
}
.title-section.white h1 {
  color: #ffffff;
}
.title-section.white p {
  color: #eee;
}
.title-section p {
  font-size: 16px;
}
#home-section .tp-caption.finewide_medium_white {
    color: #FFF;
    min-width: 820px;
    text-shadow: none;
    font-size: 72px;
    line-height: 70px;
    font-weight: 400;
    font-family: 'Alex Brush', cursive;
    background-color: none;
    text-decoration: none;
    text-transform: initial;
    border-width: 0px;
    border-color: transparent;
    border-style: none;
    letter-spacing: 0px;
    text-align: center;
}
#home-section .tp-caption.finewide_medium_white span {
  color: #f4b350 !important;
}
.button-one {
    color: #fff;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    border: 1px solid #f4b350;
    text-decoration: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 30px 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0;
}
.button-one:hover {
    background: #f4b350;
    color: #222222;
}
#home-section .tp-caption.small_text a.button-one:hover {
    color: #222222;
}
#home-section .tp-caption.small_text {
    text-shadow: none !important;
}
#home-section .tp-caption.small_text a.button-one {
    color: #fff;
}
#home-section .tp-caption.small_text a.button-one {
    color: #fff;
}
#home-section .tp-bannertimer {
  display: none !important;
}
#home-section .slotholder:after {
  background: rgba(34, 34, 34, 0);
}
#home-section .tp-bullets.simplebullets.round .bullet {
  background: transparent;
  border: 2px solid #6b6766;
  opacity: 1;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#home-section .tp-bullets.simplebullets.round .bullet:hover,
#home-section .tp-bullets.simplebullets.round .bullet.selected {
  background: #f4b350;
  border-color: transparent;
  opacity: 1;
}

/*------------------------------------------------- */
/* =  page current */
/*------------------------------------------------- */
.page-current {
  text-align: center;
  margin-bottom: 70px;
}
.page-current .inner-page-current {
  padding: 40px 0;
  border-bottom: 1px solid #dbdbdb;
}
.page-current .inner-page-current h2 {
  font-size: 20px;
  color: #f4b350;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 8px;
}
.page-current .inner-page-current h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background: #f4b350;
}
.page-current .inner-page-current h1 {
  font-size: 50px;
  margin-bottom: 0;
}

/*-------------------------------------------------*/
/* =  About section
/*-------------------------------------------------*/
section#about-section {
  padding: 100px 0 0px;
}
.about-box {
  margin-bottom: 50px;
}
.about-box h1 {
  font-size: 30px;
}
.rest-about-box {
  padding-top: 70px;
  padding-left: 50px;
  max-width: 500px;
}
.rest-about-box > p {
  margin-bottom: 25px;
}
.rest-about-box > p span {
  color: #333333;
}
 .about-time p {
  color: #f4b350;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
}
 .about-time span {
  display: inline-block;
  margin: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}
section#about-section .image-holder {
  overflow: hidden;
}
section#about-section .image-holder img {
  width: 53%;
  height: auto;
  float: right;
}
section#about-section .image-holder img.snd-img {
  float: left;
  width: 46%;
  height: auto;
  margin-top: 30px;
}
.about-box.left-content .rest-about-box {
  padding-left: 0;
  padding-right: 50px;
  padding-top: 70px;
}
/*-------------------------------------------------*/
/* =  Today's Special section
/*-------------------------------------------------*/
section#special-section {
  
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#special-section .today-special-box .food-line {
  overflow: hidden;
}
section#special-section .today-special-box .food-post {
  
  padding: 0;
}
.food-post .inner-food-post {
    display: flex;
}

section#special-section .today-special-box .food-post .inner-food-post .food-gal {
  width: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-gal img {
  width: 100%;
  height: auto;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content {
  width: 50%;
  background-color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
  padding: 0 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box h2 a:hover {
  color: #ffffff;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box p {
  margin-bottom: 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.price {
  display: block;
  color: #f4b350;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
}
section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box span.category {
  display: inline-block;
  color: #222222;
  font-size: 15px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  margin: 0;
}
section#special-section .today-special-box .food-line:nth-child(2n+2) .food-post .inner-food-post {
  flex-direction: row-reverse;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-gal {
  opacity: 1;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content {
  background-color: #f4b350;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box p {
  color: #fff;
}
section#special-section .today-special-box .food-post:hover .inner-food-post .food-content .food-content-box span.price {
  color: #fff;
}
section#special-section .today-special-box .owl-carousel {
  margin-bottom: 60px;
}
section#special-section .today-special-box .owl-theme .owl-controls {
  top: initial;
  margin-top: 0;
  bottom: -60px;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-page.active span,
section#special-section .today-special-box .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}
section#special-section .today-special-box .owl-theme .owl-controls .owl-buttons {
  display: none;
}
/*-------------------------------------------------*/
/* =  Menu section
/*-------------------------------------------------*/
section#menu-section {
  padding: 100px 0;
}
section#menu-section .menu-box ul.nav-tabs {
  border: none;
  text-align: center;
}
section#menu-section .menu-box ul.nav-tabs li {
  float: none;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}
section#menu-section .menu-box ul.nav-tabs li a {
  display: inline-block;
  border: none;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-top-left-radius: 2px;
  -o-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-top-right-radius: 2px;
  -o-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  padding: 12px 30px;
  margin: 0 2px;
  background: #f4b350;
  border: 1px solid transparent;
  border-bottom: none;
}
section#menu-section .menu-box ul.nav-tabs li.active a {
  background: #fff;
  color: #222222;
  border: 1px solid #efefef;
  border-bottom: none;
  margin-bottom: -1px;
}
section#menu-section .menu-box .tab-content {
  padding: 60px;
  border: 1px solid #efefef;
  background: #fff;
  box-shadow: 0 25px 35px #f7f7f7;
  -webkit-box-shadow: 0 25px 35px #f7f7f7;
  -moz-box-shadow: 0 25px 35px #f7f7f7;
  -o-box-shadow: 0 25px 35px #f7f7f7;
}
section#menu-section ul.menu-list-items {
  margin: 0;
  padding: 0;
}
section#menu-section ul.menu-list-items li {
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
section#menu-section ul.menu-list-items li .list-image {
  float: left;
  width: 70px;
  position: relative;
}
section#menu-section ul.menu-list-items li .list-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#menu-section ul.menu-list-items li .list-image span {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4b350;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin: 0;
}
section#menu-section ul.menu-list-items li .list-content {
  margin-left: 100px;
  padding-top: 8px;
}
section#menu-section ul.menu-list-items li .list-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
section#menu-section ul.menu-list-items li .list-content h2 span {
  float: right;
  color: #f4b350;
}
section#menu-section ul.menu-list-items li .list-content p {
  max-width: 360px;
  font-size: 14px;
  margin-bottom: 0;
}
section#menu-section ul.menu-list-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

ul.menu-list-items {
  margin: 0;
  padding: 0;
}
ul.menu-list-items li {
  display: block;
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
ul.menu-list-items li .list-image {
  float: left;
  width: 70px;
  position: relative;
}
ul.menu-list-items li .list-image img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
ul.menu-list-items li .list-image span {
  position: absolute;
  top: -2px;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4b350;
  color: #fff;
  font-size: 8px;
  text-transform: uppercase;
  margin: 0;
}
ul.menu-list-items li .list-content {
  margin-left: 100px;
  padding-top: 8px;
}
ul.menu-list-items li .list-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
}
ul.menu-list-items li .list-content h2 span {
  float: right;
  color: #f4b350;
}
ul.menu-list-items li .list-content p {
  max-width: 360px;
  font-size: 14px;
  margin-bottom: 0;
}
ul.menu-list-items li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.services-post {
    margin-bottom: 30px;
    display: flex;
}
.services-post i {
    color: #f4b350;
    font-size: 40px;
    display: inline-block;
    margin-right: 40px;
}
.services-post .post-content a {
    display: inline-block;
    color: #f4b350;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: -15px;
    }
.services-post .post-content h2 {
    font-size: 20px;
}

section.testimonial-section .title-section {
  margin-bottom: 40px;
}
section.testimonial-section .testimonial-box {
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
section.testimonial-section .testimonial-box ul {
  margin: 0;
  padding: 0;
}
section.testimonial-section .testimonial-box ul li p {
  color: #222222;
  font-size: 20px;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  line-height: 40px;
  margin: 0 0 4px;
}
section.testimonial-section .testimonial-box ul li h2 {
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #f4b350;
}
section.testimonial-section .testimonial-box #bx-pager {
  padding-top: 10px;
}
section.testimonial-section .testimonial-box #bx-pager a {
  margin: 0 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  display: inline-block;
}
section.testimonial-section .testimonial-box #bx-pager a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 50px;
  border-radius: 50%;
}
section.testimonial-section .testimonial-box #bx-pager a.active {
  border-color: #f4b350;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

section.testimonial-section.back-image2 .testimonial-box ul li p {
  color: #fff;
}

/*-------------------------------------------------*/
/* =  Reservation section
/*-------------------------------------------------*/
section#reservation-section {
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#reservation-section .title-section {
  text-align: left;
  margin-bottom: 40px;
}
section#reservation-section .title-section h1:after {
  left: 0;
  margin-left: 0;
}
section#reservation-section .reservation-box .reservation-form {
  text-align: left;
    padding-right: 50px;
}
section#reservation-section .reservation-box .reservation-form label {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  margin-bottom: 12px;
}
section#reservation-section .reservation-box .reservation-form input[type="text"], .reservation-form input[type="date"], .reservation-form input[type="email"] {
  display: block;
    width: 100%;
    padding: 12px 20px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    margin: 0 0 15px;
    color: #999999;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    outline: none;
}
section#reservation-section .reservation-box .reservation-form input[type="submit"] {
  background: transparent;
    color: #fff;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #f4b350;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 12px 25px 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 15px 0 0;
}
section#reservation-section .reservation-box .reservation-form input[type="submit"]:hover {
  background: #f4b350;
    color: #ffffff;
}
section#reservation-section2 .reservation-form {
  background: #fff;
  text-align: left;
  max-width: 970px;
  padding: 90px 100px;
  margin: 0 auto;
}
section#reservation-section2 .reservation-form label {
  display: block;
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 12px;
}
section#reservation-section2 .reservation-form input[type="text"], section#reservation-section2 .reservation-form input[type="email"], section#reservation-section2 .reservation-form input[type="date"] {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  outline: none;
}
section#reservation-section2 .reservation-form .submit-area {
  text-align: center;
}
section#reservation-section2 .reservation-form input[type="submit"] {
  background: transparent;
  color: #222222;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 25px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}
section#reservation-section2 .reservation-form input[type="submit"]:hover {
  background: #f4b350;
}



section.reservation-page-section .reservation-box .reservation-form {
  background: #fff;
  text-align: left;
  max-width: 970px;
  padding: 90px 100px;
  margin: 0 auto;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}
section.reservation-page-section .reservation-box .reservation-form label {
  display: block;
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 12px;
}
section.reservation-page-section .reservation-box .reservation-form input[type="text"], section.reservation-page-section .reservation-box .reservation-form input[type="email"], section.reservation-page-section .reservation-box .reservation-form input[type="date"] {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  outline: none;
}
section.reservation-page-section .reservation-box .reservation-form .submit-area {
  text-align: center;
}
section.reservation-page-section .reservation-box .reservation-form input[type="submit"] {
  background: transparent;
  color: #222222;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 25px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 15px 0 0;
}
section.reservation-page-section .reservation-box .reservation-form input[type="submit"]:hover {
  background: #f4b350;
}

/*-------------------------------------------------*/
/* =  Team section
/*-------------------------------------------------*/
section#team-section {
  padding: 100px 0;
}
section#team-section .team-box .team-post {
  margin-top: 5px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  text-align: center;
      border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post:hover {
    border: 1px solid #ebebeb;
}
section#team-section .team-box .team-post .inner-team-post .team-gal {
  margin-bottom: 30px;
}
section#team-section .team-box .team-post .inner-team-post .team-gal img {
  width: 100%;
}
section#team-section .team-box .team-post .inner-team-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post span {
  display: inline-block;
  color: #999999;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 15px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
section#team-section .team-box .team-post .inner-team-post span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  background: #222222;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#team-section .team-box .team-post .inner-team-post p {
  margin-bottom: 16px;
  padding: 0px 15px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons {
  margin: 0;
  padding: 0;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li {
  display: inline-block;
  margin: 0 3px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
}
section#team-section .team-box .team-post .inner-team-post ul.social-icons li a:hover {
  color: #222222;
}
section#team-section .team-box .team-post:hover .inner-team-post h2 {
  color: #f4b350;
}
section#team-section .team-box .team-post:hover .inner-team-post span:after {
  background: #f4b350;
}
section#team-section .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: initial;
  margin-top: 0;
  bottom: 0px;
}
section#team-section .owl-theme .owl-controls .owl-buttons {
  display: none;
}
section#team-section .owl-theme .owl-controls .owl-page span {
  border: 2px solid #97999d;
}
section#team-section .owl-theme .owl-controls .owl-page.active span,
section#team-section .owl-theme .owl-controls .owl-page:hover span {
  border-color: #f4b350;
  background-color: #f4b350;
}
/*-------------------------------------------------*/
/* =  Statistic section
/*-------------------------------------------------*/
section.statistic-section {
  padding: 100px 0 80px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.statistic-section .statistic-box {
  text-align: center;
}
.statistic-box i{
  color: #f4b350;
    font-size: 40px;
    display: inline-block;
}
section.statistic-section .statistic-post {
  margin-bottom: 20px;
}
section.statistic-section .statistic-post h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  margin: 0 0 10px;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}
section.statistic-section .statistic-post p {
  color: #777777;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  line-height: inherit;
}
section.statistic-section .statistic-post span.timer {
  display: inline-block;
  color: #f4b350;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 15px;
}
section.statistic-section.back-image .statistic-box p{
  color: #fff;
}
/*-------------------------------------------------*/
/* =  Gallery section
/*-------------------------------------------------*/

section#gallery-section .title-section {
  margin-bottom: 50px;
}
section#gallery-section .gallery-box .gal-project {
  width: 25%;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
section#gallery-section.gallery-page-section.full-width .gallery-box .gal-project{
  padding: 0px;
  width: 20%;
}
section#gallery-section.gallery-carousel .gallery-box .gal-project {
    width: 100%;
    margin-bottom: 40px;
}
section#gallery-section .gallery-box .gal-project img {
  width: 100%;
  height: auto;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
section#gallery-section .gallery-box .gal-project .hover-gal {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(51, 51, 51, 0.8);
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#gallery-section.gallery-page-section.full-width .gallery-box .gal-project .hover-gal{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal {
  width: 100%;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal h2 {
  color: #f4b350;
  margin-bottom: 3px;
  text-transform: uppercase;
}
section#gallery-section .gallery-box .gal-project .hover-gal .inner-gal span {
  display: inline-block;
  color: #aaa;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-style: italic;
}

section#gallery-section .gallery-box .gal-project:hover .hover-gal {
  opacity: 1;
  visibility: visible;
}

section#gallery-section.gallery-carousel .owl-theme .owl-controls .owl-buttons{
  display: none;
}
section#gallery-section.gallery-carousel .owl-theme .owl-controls .owl-page.active span, section#gallery-section.gallery-carousel .owl-theme .owl-controls .owl-page:hover span {
    border-color: #f4b350;
    background-color: #f4b350;
}

ul.filter {
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}
ul.filter li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 5px;
}
ul.filter li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
ul.filter li a:hover,
ul.filter li a.active {
  color: #f4b350;
}
ul.filter li:before {
  content: '/';
  display: inline-block;
  color: #bbb;
  font-size: 11px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-right: 10px;
}
ul.filter li:first-child:before {
  display: none;
  margin-right: 0;
}
/*-------------------------------------------------*/
/* =  News section
/*-------------------------------------------------*/
section#news-section {
  padding: 100px 0;
  background: #f9f6f6;
}
section#news-section .news-box .news-post {
  position: relative;
}
  section#news-section .news-box .news-post {
    margin-bottom: 30px;
  }

section#news-section .news-box .news-post img {
  width: 100%;
  height: auto;
  margin: 0;
}
section#news-section .news-box .news-post .hover-box {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section#news-section .news-box .news-post .hover-box div.inner-hover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 40px 20px 25px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
section#news-section .news-box .news-post .hover-box div.inner-hover span {
  display: inline-block;
  color: #cccccc;
  font-family: 'Rubik', sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
section#news-section .news-box .news-post .hover-box div.inner-hover h2 {
  margin-bottom: 0;
  font-size: 20px;
}
section#news-section .news-box .news-post .hover-box div.inner-hover h2 a {
  color: #fff;
}
section#news-section .news-box .news-post .hover-box div.inner-hover h2 a:hover {
  color: #f4b350;
}

/*-------------------------------------------------*/
/* =  Contact section
/*-------------------------------------------------*/
section#contact-section.upper-part {
  padding: 100px 0 60px;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section#contact-section.upper-part .widget-area .info-widget {
  margin-bottom: 40px;
  text-align: center;
}
section#contact-section.upper-part .widget-area .info-widget h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 25px;
}
section#contact-section.upper-part .widget-area .info-widget p {
  margin-bottom: 15px;
  color: #ccc;
}
section#contact-section.upper-part .widget-area .info-widget p span {
  color: #f4b350;
  display: block;
}
section#contact-section.upper-part .widget-area .info-widget p span.time {
  color: #fff;
}
section#contact-section.upper-part .widget-area .info-widget ul.social-icons {
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
section#contact-section.upper-part .widget-area .info-widget ul.social-icons li {
  display: inline-block;
  margin: 0 1px;
}
section#contact-section.upper-part .widget-area .info-widget ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #bbb;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color: #bbb;
}
#sub-form input[type="text"] {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #ffffff;
    color: #999999;
    font-size: 14px;
    font-family: 'Playfair Display', serif;
    outline: none;
    border: 1px solid transparent;
    margin: 0 0 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    line-height: 1.2;
}
#sub-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #f4b350;
    padding: 12px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    line-height: 1.2;
}
#sub-form input[type="submit"]:hover {
    background: #f4b350;
    border-color: transparent;
    color: #222222;
}
section#contact-section.upper-part .widget-area .info-widget ul.social-icons li a:hover {
  color: #fff;
  border-color: transparent;
  background: #f4b350;
}
.map {
  height: 380px;
}
#contact-form {
  margin: 0;
  padding-top: 7px;
}
#contact-form input[type="text"],#contact-form input[type="email"],
#contact-form textarea {
  display: block;
  width: 100%;
  padding: 11px 20px;
  background: #ffffff;
  color: #999999;
  font-size: 12px;
  font-family: 'Playfair Display', serif;
  outline: none;
  border: 1px solid transparent;
  margin: 0 0 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#contact-form textarea {
  height: 90px;
}
#contact-form input[type="submit"] {
  color: #999999;
  font-size: 12px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #999999;
  padding: 10px 40px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#contact-form input[type="submit"]:hover {
  background: #f4b350;
  border-color: transparent;
  color: #ffffff;
}
.submit-area {
  text-align: center;
}
.alert-success,
.alert-danger {
  padding: 10px 20px;
  margin-top: 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.contact-box .contact-post {
  margin-bottom: 30px;
  display: flex;
}
.contact-box .contact-post i {
  color: #f4b350;
  font-size: 40px;
  display: inline-block;
  margin-right: 40px;
}
 .contact-box .contact-post .post-content h2 {
  font-size: 20px;
}
.contact-box .contact-post .post-content p span {
  color: #222222;
}
section.contact-form-section {
  padding: 70px 0;
  background: #f6f6f9;
}
section.contact-form-section #contact-form {
  margin: 0 auto;
}
section.contact-form-section #contact-form label {
  display: block;
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 12px;
}
section.contact-form-section #contact-form input[type="text"],section.contact-form-section #contact-form input[type="email"],
section.contact-form-section #contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  outline: none;
}
section.contact-form-section #contact-form textarea {
  height: 120px;
}
section.contact-form-section #contact-form .submit-area {
  text-align: center;
}
section.contact-form-section #contact-form input[type="submit"] {
  background: transparent;
  color: #222222;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 25px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
section.contact-form-section #contact-form input[type="submit"]:hover {
  background: #f4b350;
}
/*------------------------------------------------- */
/* =  News section */
/*------------------------------------------------- */
section.blog-section {
  padding: 0 0 100px;
}
section.blog-section .blog-box.iso-call {
  margin-left: -15px;
  margin-right: -15px;
}
section.blog-section .blog-box.iso-call .blog-post {
  margin-bottom: 50px;
  width: 50%;
  padding: 0px 15px;
}
section.blog-section .blog-box.iso-call .blog-post img {
  max-width: 100%;
  margin-bottom: 16px;
}
section.blog-section .blog-box.iso-call .blog-post .post-title span.date,
section.blog-section .blog-box.iso-call .blog-post .post-title .comments a, section.blog-section .blog-box.iso-call .blog-post .post-title .comments span {
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #777;
  margin: 0 0 4px;
}
section.blog-section .blog-box.iso-call .blog-post .post-title .comments a, section.blog-section .blog-box.iso-call .blog-post .post-title .comments span{
  margin-left: 5px;
}
section.blog-section .blog-box.iso-call .blog-post .post-title h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}
section.blog-section .blog-box.iso-call .blog-post .post-title h2 a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #222222;
}
section.blog-section .blog-box.iso-call .blog-post .post-title h2 a:hover {
  color: #f4b350;
}
section.blog-section .blog-box.iso-call .blog-post .post-title p {
  margin-bottom: 4px;
}
section.blog-section .blog-box.iso-call .blog-post .post-title > a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #f4b350;
  margin: 0;
}
section.blog-section .blog-box.iso-call .blog-post .post-title > a:hover {
  color: #f4b350;
}
.pagination-box {
  margin-bottom: 20px;
  overflow: hidden;
}
.pagination-box ul.page-list li a.prev,
.pagination-box ul.page-list li a.next {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
.pagination-box ul.page-list li a.prev:hover,
.pagination-box ul.page-list li a.next:hover {
  color: #f4b350 !important;
  background: transparent;

}
.pagination-box ul.page-list li a.prev i {
  margin-right: 5px;
}

.pagination-box ul.page-list li a.next i {
  margin-left: 5px;
}
.pagination-box ul.page-list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-box ul.page-list li {
  display: inline-block;
}
.pagination-box ul.page-list li a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  min-width: 30px;
  min-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #222222;
  line-height: 30px;
}
.pagination-box ul.page-list li a:hover,
.pagination-box ul.page-list li a.active, .pagination-box ul.page-list li span {
  color: #fff !important;
  background: #f4b350;
}
.sidebar {
  padding: 30px;
  background: #fafafa;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .widget h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 15px;
}
.sidebar .search-widget input[type="search"] {
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  outline: none;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .search-widget button {
  background: transparent;
  border: none;
  float: right;
  margin-top: -32px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.sidebar .search-widget button i {
  color: #999999;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .search-widget button:hover i {
  color: #f4b350;
}
.sidebar .text-widget p {
  margin-bottom: 0;
}
.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .category-widget ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sidebar .category-widget ul li a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
.sidebar .category-widget ul li a:before {
  float: left;
  content: '\f10c';
  font-family: 'FontAwesome';
  color: #999999;
  font-size: 5px;
  margin-right: 10px;
  display: inline-block;
  margin-top: 7px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.sidebar .category-widget ul li a:hover,
.sidebar .category-widget ul li a:hover:before {
  color: #f4b350;
}
.sidebar .category-widget ul li:last-child {
  margin-bottom: 0px;
}
.sidebar .popular-widget h2 {
  margin-bottom: 20px;
}
.sidebar .popular-widget ul.popular-list {
  margin: 0;
  padding: 0;
}
.sidebar .popular-widget ul.popular-list li {
  list-style: none;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.sidebar .popular-widget ul.popular-list li img {
  float: left;
  max-width: 70px;
}
.sidebar .popular-widget ul.popular-list li .side-content {
  margin-left: 90px;
  padding-top: 4px;
}
.sidebar .popular-widget ul.popular-list li .side-content h2 {
  color: #222222;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #666666;
  margin-bottom: 5px;
}
.sidebar .popular-widget ul.popular-list li .side-content h2 a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #666666;
}
.sidebar .popular-widget ul.popular-list li .side-content h2 a:hover {
  color: #f4b350;
}
.sidebar .popular-widget ul.popular-list li .side-content span {
  display: inline-block;
  margin: 0;
  color: #bbbbbb;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
.sidebar .popular-widget ul.popular-list li:last-child {
  margin-bottom: 0;
}
.sidebar .tags-widget ul.tags-list {
  margin: 0;
  padding: 0;
}
.sidebar .tags-widget ul.tags-list li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
}
.sidebar .tags-widget ul.tags-list li a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .tags-widget ul.tags-list li a:hover {
  color: #fff;
  border: 1px solid transparent;
  background: #f4b350;
}
/*------------------------------------------------- */
/* =  Single Post */
/*------------------------------------------------- */
section.blog-section.single-post .page-current {
  margin-bottom: 30px;
}
section.blog-section.single-post .blog-box {
  text-align: left;
}
section.blog-section.single-post .blog-box .blog-post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section.blog-section.single-post .blog-box .blog-post figure img{
  margin-bottom: 0px;
}
section.blog-section.single-post .blog-box .blog-post p {
  margin-bottom: 20px;
}
section.blog-section.single-post .blog-box .blog-post .article-cont {
  margin-bottom: 40px;
}
section.blog-section.single-post .blog-box .blog-post .article-cont p span {
  color: #666666;
}
section.blog-section.single-post .blog-box .blog-post .article-cont h2 {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
}
section.blog-section.single-post .blog-box .blog-post h1 {
  max-width: 720px;
  font-size: 36px;
  margin-bottom: 30px;
}
section.blog-section.single-post .blog-box .blog-post blockquote a{
  color: #f4b350;
}
section.blog-section.single-post .blog-box .blog-post blockquote {
  padding: 30px 50px 30px 100px;
  background: #fafafa;
  border: none;
  position: relative;
  margin-bottom: 40px;
}
section.blog-section.single-post .blog-box .blog-post blockquote p {
  margin: 0;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  line-height: 30px;
  font-weight: 400;
  color: #222222;
}
section.blog-section.single-post .blog-box .blog-post blockquote:after {
  content: '\f2ce';
  color: #f4b350;
  font-size: 40px;
  font-family: 'LineAwesome';
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 30px;
}
section.blog-section.single-post .blog-box .share-and-tags {
  padding: 20px 0;
  border-top: 1px solid #cccccc;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list li,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li {
  display: inline-block;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #999999;
  margin-right: 2px;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list li a,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li a {
  color: #fff;
  font-size: 13px;
  padding: 7px 14px;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list li a.facebook,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li a.facebook {
  background: #474ad5;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list li a.twitter,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li a.twitter {
  background: #56a3d8;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list li a:hover,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li a:hover {
  opacity: 0.7;
}
section.blog-section.single-post .blog-box .share-and-tags ul.share-list li:first-child,
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li:first-child {
  margin-right: 7px;
}
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list {
  text-align: right;
  padding-top: 5px;
}
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li a {
  color: #222222;
  font-size: 15px;
  padding: 0;
}
section.blog-section.single-post .blog-box .share-and-tags ul.tag-list li:first-child {
  margin-right: 2px;
}
.comment-area-box {
  margin-bottom: 50px;
}
.comment-area-box h2 {
  margin-bottom: 40px;
  font-size: 20px;
}
.comment-area-box > ul {
  margin: 0;
  padding: 0;
}
.comment-area-box > ul li {
  list-style: none;
 
}
.comment-area-box > ul li .comment-box {
  overflow: hidden;
 
}
.comment-area-box > ul li .comment-box img {
  max-width: 70px;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-top: 5px;
}
.comment-area-box > ul li .comment-box .comment-content {
  margin-left: 100px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.comment-tree .children{
  padding-left: 0px;
}
.comment-area-box > ul li .comment-box .comment-content h3 {
  color: #222222;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 0px;
}
.comment-area-box > ul li .comment-box .comment-content h3 a {
  float: right;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #f4b350;
}
.comment-area-box > ul li .comment-box .comment-content span {
  font-size: 13px;
  color: #222222;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 8px;
}
.comment-area-box > ul li .comment-box .comment-content p {
  margin: 0;
}
.contact-form-box h2 {
  margin-bottom: 5px;
  font-size: 20px;
}
.contact-form-box > span {
  display: block;
  font-size: 15px;
  color: #999999;
  font-family: 'Rubik', sans-serif;
  display: inline-block;
  font-weight: 300;
  margin: 0 0 25px;
}
.contact-form-box #comment-form {
  margin: 0;
}
.contact-form-box #comment-form input[type="text"],
.contact-form-box #comment-form textarea {
  display: block;
  width: 100%;
  padding: 12px 20px;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 30px;
  color: #999999;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  outline: none;
}
.contact-form-box #comment-form textarea {
  height: 120px;
}
.contact-form-box #comment-form input[type="submit"] {
  background: transparent;
  color: #222222;
  font-size: 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #f4b350;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 12px 25px 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0;
}
.contact-form-box #comment-form input[type="submit"]:hover {
  background: #f4b350;
}
/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
    padding: 50px 0;
    text-align: center;
}
footer ul.social-icons {
    margin: 0;
    padding: 0;
    margin: 25px 0;
}
footer ul.social-icons li {
    display: inline-block;
    margin: 0 1px;
}
footer ul.social-icons li a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #666666;
}
footer ul.social-icons li a:hover {
    color: #222222;
    border-color: transparent;
    background: #f4b350;
}
footer p.copyright {
    font-family: 'Rubik', sans-serif;
    margin-bottom: 0;
}
section#contact-section .upper-part.back-color {
    background: #2c2c2c;
    padding: 100px 0 60px;
}
section#contact-section .upper-part .widget-area .footer-widget {
    margin-bottom: 40px;
    color: #999;
}
section#contact-section .upper-part .widget-area .footer-widget h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 25px;
}
section#contact-section .upper-part .widget-area .info-widget p {
    margin-bottom: 15px;
    color: #ccc;
}
section#contact-section .upper-part .widget-area .info-widget p span {
    color: #f4b350;
    display: block;
}
footer.footer2 {
    padding: 0;
    background: #2c2c2c;
}
footer.footer2 p.copyright {
    padding: 20px 0;
    border-top: 1px solid #333333;
}
/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {
  .navbar-nav > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  #home-section .tp-caption.small_text {
    font-size: 21px;
    line-height: 26px;
  }
  section#menu-section .menu-box .menu-post .post-gallery {
    overflow: hidden;
  }
  section#menu-section .menu-box .menu-post .post-gallery img {
    height: 140px;
    width: auto;
  }
  section#contact-section .map {
    height: 300px;
  }
}
@media (max-width: 991px) {
  section.blog-section .blog-box.iso-call .blog-post{
    width: 100%;
  }
  .navbar-nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .navbar-nav li.drop:after, .navbar-nav > li.drop > a:after {
    display: none;
  }
  .navbar-nav > li > a:before {
    left: 10px;
    right: 10px;
  }

  section#news-section .news-box .news-post{
    margin-bottom: 15px;
  }
  .navbar-nav > li > a {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  #home-section .tp-caption.small_text {
    font-size: 24px;
    line-height: 28px;
  }
  .banner-page-section h1 {
    font-size: 50px;
  }
  .rest-about-box {
    padding-left: 0;
  }
  .about-box.left-content .rest-about-box {
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  section#reservation-section {
    background-position: left center;
  }
  section#gallery-section .gallery-box .gal-project, section#gallery-section.gallery-page-section.full-width .gallery-box .gal-project {
    width: 33.3333%;
  }
  section#contact-section .map {
    height: 250px;
  }
  section#special-section .today-special-box .food-post {
    width: 100%;
  }
  section#menu-section ul.menu-list-items li:last-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1;
  }
}
@media (max-width: 767px) {
  section#reservation-section2 .reservation-form{
    padding: 15px;
  }
  .navbar-brand {
    padding: 24px 15px 24px;
  }
  .navbar-nav > li > a {
    padding: 5px 15px !important;
  }
  ul.drop-down {
    position: static;
    left: initial;
    right: initial;
    opacity: 1;
    visibility: visible;
    padding: 5px 30px;
    margin-top: 0;
    border-top: none;
  }
  header.trans .navbar-nav > li > a:before {
    display: none;
  }
  header.trans .navbar-nav > li > a.open-search,
  header.trans .form-search {
    display: none;
  }
  .navbar-toggle {
    margin-top: 18px;
  }
  .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  #home-section .tp-caption.small_text {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-page-section h1 {
    font-size: 40px;
  }
  section#gallery-section .gallery-box .gal-project, section#gallery-section.gallery-page-section.full-width .gallery-box .gal-project {
    width: 50%;
  }
  section#contact-section .map {
    height: 200px;
  }
  .comment-area-box ul.children .comment-box {
    padding-left: 0;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  #home-section .tp-caption.small_text {
    font-size: 30px;
    line-height: 32px;
  }
  .banner-page-section h1 {
    font-size: 34px;
    font-weight: 700;
  }
  section#special-section .today-special-box .food-post .inner-food-post {
    display: block;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-gal {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content {
    width: 100%;
  }
  section#special-section .today-special-box .food-post .inner-food-post .food-content .food-content-box {
    padding: 20px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media (max-width: 500px) {
  section#gallery-section .gallery-box .gal-project , section#gallery-section.gallery-page-section.full-width .gallery-box .gal-project{
    width: 100%;
  }
  section#contact-section .map {
    height: 160px;
  }
  section#menu-section .menu-box ul.nav-tabs li a {
    font-size: 12px;
    padding: 10px 9px;
  }
  section#menu-section .menu-box .tab-content {
    padding: 30px 20px;
  }
}
