@import "animate.css";
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Tinos:400);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  background: url(../images/background1.png) repeat;
  font: 300 13px/24px "Ubuntu", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f8a45b;
}
img {
  max-width: 100%;
  -webkit-box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 38px/40px "Tinos", serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
h3 {
  font: 400 18px/24px "Tinos", serif;
  text-transform: uppercase;
}
h6 {
  font: 400 58px/60px "Tinos", serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h6 {
    font-size: 38px;
    line-height: 40px;
  }
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 18px/24px "Tinos", serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.btn-default:hover:after {
  background-position: center -2px;
}
.btn-default:after {
  content: '';
  display: block;
  position: absolute;
  overflow: hidden;
  background: url(../images/button-default_border.png) no-repeat center 0;
  background-size: cover;
  width: 100%;
  height: 2px;
  bottom: 2px;
}
/* ======= Modifiers ======= */
.__menu_margin {
  margin-right: 511px;
}
@media (max-width: 1199px) {
  .__menu_margin {
    margin-right: 0;
  }
}
.__margin1 {
  margin-top: 30px;
  margin-bottom: 59px;
}
@media (max-width: 767px) {
  .__width {
    width: 100%;
  }
}
.__float-right {
  float: right;
}
@media (max-width: 767px) {
  .__float-right {
    float: none;
  }
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 71px 0 82px;
}
@media (max-width: 767px) {
  .wrapper1 {
    padding: 35px 0 41px;
  }
}
.wrapper2 {
  padding: 61px 0 60px;
}
@media (max-width: 767px) {
  .wrapper2 {
    padding: 30px 0 41px;
  }
}
.wrapper3 {
  padding: 0 0 57px;
}
@media (max-width: 767px) {
  .wrapper3 {
    padding: 0 0 28px;
  }
}
.wrapper4 {
  padding: 61px 0 55px;
}
@media (max-width: 767px) {
  .wrapper4 {
    padding: 30px 0 41px;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header.header1 {
  padding-bottom: 107px;
}
@media (max-width: 1199px) {
  #header.header1 {
    padding-bottom: 67px;
  }
}
@media (max-width: 767px) {
  #header.header1 {
    padding-bottom: 20px;
  }
}
#header .header_wrapper {
  padding-bottom: 107px;
  border-bottom: 11px solid #2f293a;
  -webkit-box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
}
@media (max-width: 1199px) {
  #header .header_wrapper {
    padding-bottom: 67px;
  }
}
@media (max-width: 767px) {
  #header .header_wrapper {
    padding-bottom: 30px;
  }
}
#header h1 {
  position: absolute;
  left: 50%;
  margin-left: -164px;
  z-index: 999;
}
#header h1 img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
  #header h1 {
    left: auto;
    z-index: 999;
    margin-left: 0;
    position: relative;
  }
}
nav {
  display: inline-block;
  margin-top: 87px;
}
@media (max-width: 1199px) {
  nav {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  nav {
    margin-top: 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  text-transform: uppercase;
}
.sf-menu > li {
  margin-left: 61px;
  float: left;
  position: relative;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    margin-left: 0;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -11px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  font: 400 16px/20px "Tinos", serif;
  letter-spacing: 4px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #f8a45b;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover:before {
  content: '';
  display: block;
  width: 105px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  top: 32px;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #f8a45b;
}
.sf-menu > li + li {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 50px;
  }
}
.sf-menu .sfHover > a:after {
  color: #f8a45b;
}
.sf-menu .sfHover > a:before {
  content: '';
  display: block;
  width: 105px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  top: 32px;
}
.sf-menu > li.current > a {
  color: #f8a45b;
}
.sf-menu > li.current > a:before {
  content: '';
  display: block;
  width: 105px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  top: 32px;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #f8a45b;
}
.sf-menu > li.sfHover > a {
  color: #f8a45b;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 191px;
  font: 400 16px/20px "Tinos", serif;
  position: absolute;
  top: 89px;
  left: -60px;
  background: #251d23;
  text-align: center;
  padding: 40px 20px;
  z-index: 2;
  display: none;
}
.sf-menu ul > li + li {
  margin-top: 11px;
}
.sf-menu ul li {
  position: relative;
  display: inline-block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: 0;
  right: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #f8a45b;
}
.sf-menu ul > .sfHover > a:after {
  color: #f8a45b;
}
.sf-menu ul li.sfHover > a {
  color: #f8a45b;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 20px;
  left: -30px;
  background: #251d23;
  padding: 4px 0 43px 0;
  z-index: 4;
  text-align: center;
}
.sf-menu ul ul li {
  display: block;
  line-height: 27px;
  margin-top: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.sf-menu ul ul li:hover {
  background: #f8a45b;
}
.sf-menu ul ul li:hover a {
  color: #ffffff;
}
.sf-menu ul ul li + li {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #f8a45b;
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    font: 22px/28px "Tinos", serif;
    text-align: left;
    border: 1px solid #f8a45b;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
#header .isStuck .header_wrapper {
  padding-bottom: 0px;
  border-bottom: 0;
}
.isStuck {
  background: #443f43;
  z-index: 999;
  width: 100% !important;
  -webkit-box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
  text-align: center;
}
.isStuck nav {
  margin-top: 10px;
}
.isStuck .sf-menu > li {
  margin-left: 0;
}
.isStuck .sf-menu > li.__menu_margin {
  margin-right: 0;
}
.isStuck .sf-menu > li > .sf-with-ul:after {
  bottom: -11px;
}
.isStuck .sf-menu > li > a {
  margin-bottom: 10px;
}
.isStuck .sf-menu > li > a:hover:before {
  display: none;
}
.isStuck .sf-menu > li + li {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .isStuck .sf-menu > li + li {
    margin-left: 50px;
  }
}
.isStuck .sf-menu .sfHover > a:before {
  display: none;
}
.isStuck .sf-menu > li.current > a:before {
  display: none;
}
.isStuck .sf-menu ul {
  top: 30px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Post 1 MAJESTIC JOURNEY INTO THE PAST ======= */
.post1 {
  padding-right: 45px;
}
.post1 h6 {
  margin-top: 14px;
  margin-bottom: 21px;
}
.post1 p {
  margin-bottom: 23px;
}
/* ======= Post 2 THE FEAST ======= */
.post2 {
  margin-top: 69px;
}
.post2 img {
  margin-bottom: 35px;
}
.post2 h2 {
  margin-bottom: 25px;
}
.post2 p {
  margin-bottom: 10px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .post2 {
    margin-top: 33px;
  }
}
/* ======= Post 3 ABOUT US ======= */
.post3 {
  margin-top: 27px;
}
.post3 h3 {
  margin-bottom: 1px;
}
.post3 p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .post3 {
    margin-bottom: 50px;
  }
}
/* ======= Post 4 Our Chefs ======= */
.post4 {
  margin-top: 33px;
  margin-bottom: 56px;
}
.post4 img {
  margin-bottom: 37px;
}
/* ======= Post 5 Recent Shows ======= */
.post5 {
  margin-top: 27px;
  margin-bottom: 37px;
}
.post5 .marker1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 140px;
  text-align: center;
  font: 400 38px/60px "Tinos", serif;
  border: 3px solid #ffffff;
  margin-right: 30px;
  margin-top: 6px;
}
.post5 .marker1 span {
  margin-left: 6px;
}
.post5 p {
  overflow: hidden;
}
/* ======= Blcokquote ======= */
.blockquote1 {
  position: relative;
  padding-left: 58px;
  margin-top: 25px;
  margin-bottom: 35px;
}
.blockquote1 p {
  margin-bottom: 23px;
}
.blockquote1:before {
  font-family: FontAwesome;
  font-size: 40px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f10d';
  left: 0;
  top: 15px;
}
/* ======= Post 6 Latest Menu ======= */
.post6 {
  margin-top: 27px;
  margin-bottom: 29px;
}
.post6 img {
  float: left;
  margin-right: 30px;
  margin-top: 6px;
}
.post6 p {
  overflow: hidden;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .post6 img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
/* ======= Post 7 Latest Menu ======= */
/* ======= List 2 (MENU) ======= */
.list2 {
  font: 400 13px/15px "Tinos", serif;
  color: #8b8486;
  text-transform: uppercase;
}
.list2 a:hover {
  color: #ffffff;
}
.list2 li {
  display: block;
}
.list2 li + li {
  margin-top: 15px;
}
.list2 li .name {
  display: block;
  float: left;
  margin-right: 1px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  .list2 li .name {
    float: none;
  }
}
.list2 li .price {
  display: block;
  float: right;
  margin-left: 1px;
}
.list2 li .border {
  display: block;
  overflow: hidden;
  height: 15px;
  position: relative;
}
.list2 li .border:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/border2.png) repeat-x center;
  height: 1px;
  width: 100%;
  bottom: 3px;
}
/* ======= Post 7 Menu ======= */
.post7 {
  margin-top: 30px;
  margin-bottom: 39px;
}
/* ======= Post 8 Blog ======= */
.post8 {
  margin-top: 26px;
  margin-bottom: 52px;
}
.post8 .post8_header {
  font-size: 13px;
  position: relative;
  margin-top: 1px;
  margin-bottom: 22px;
}
.post8 .post8_header span {
  display: inline-block;
}
.post8 .post8_header_date {
  margin-right: 25px;
}
.post8 .post8_header_by {
  margin-right: 25px;
}
.post8 .post8_header_in {
  margin-right: 25px;
}
.post8 .post8_header_comments {
  position: absolute;
  top: 0px;
  right: 100px;
}
.post8 img {
  margin-bottom: 36px;
}
.post8 p {
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .post8 .post8_header_comments {
    position: relative;
    top: auto;
    right: auto;
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .post8 {
    margin-bottom: 70px;
  }
  .post8 .post8_header_comments {
    margin-left: 0;
  }
}
/* ======= Post 9 Recent Posts ======= */
.post9 {
  margin-top: 27px;
  margin-bottom: 36px;
}
.post9 img {
  float: left;
  margin-right: 30px;
  margin-top: 6px;
}
.post9 h3 {
  margin-bottom: 25px;
}
.post9 p {
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
  .post9 img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* ======= Google Map Contacts ======= */
.google-map_contacts {
  margin-top: 33px;
  margin-bottom: 37px;
  -webkit-box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 9px 0 rgba(0, 0, 0, 0.23);
}
.google-map_contacts iframe {
  width: 100%;
  height: 549px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address ======= */
.address-block h3 {
  margin-bottom: 25px;
}
.address-block address {
  display: inline-block;
  margin-bottom: 39px;
}
.address-block address .numbers {
  display: inline-block;
  min-width: 115px;
}
.address-block address + address {
  margin-left: 75px;
}
@media (max-width: 979px) {
  .address-block address + address {
    margin-left: 0;
  }
}
.simple-link {
  text-decoration: underline;
}
/* ======= Post 10 ======= */
.post10 {
  margin-top: 27px;
  margin-bottom: 40px;
}
.post10 p {
  margin-bottom: 23px;
}
/* ======= Gallery  ======= */
.post4_gallery {
  margin-bottom: 22px;
}
.gallery_image a {
  display: block;
  position: relative;
  margin-bottom: 37px;
  background: #251d23;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  display: block;
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  display: none;
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  font: 400 10px/12px "Tinos", serif;
  color: #8b8486;
  text-transform: uppercase;
}
#footer .footer_wrapper {
  padding: 50px 0;
  border-top: 6px solid #FFF;
  border-top: 6px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #footer .footer-block {
    margin-bottom: 50px;
  }
}
#footer h3 {
  color: #ffffff;
  margin-bottom: 23px;
}
#footer .socials {
  color: #ffffff;
}
/* ======= List 1 ======= */
.list1 li + li {
  margin-top: 8px;
}
.list1 a:hover {
  color: #ffffff;
}
.socials li {
  display: inline-block;
}
.socials li a {
  display: block;
  width: 44px;
  height: 44px;
  border: 3px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials li a:hover {
  border-color: #f8a45b;
}
.socials li a i {
  font-size: 17px;
  line-height: 44px;
  margin-top: -2px;
}
.socials li + li {
  margin-left: 8px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: 3px solid #ffffff;
  color: #ffffff;
  width: 43px;
  height: 43px;
  border-radius: 100px;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  outline: none;
  color: #f8a45b;
  border-color: #f8a45b;
}
/*Core variables and mixins*/
/*Core variables and mixins*/
