/* 
	CSS Document 
	Author : Soumen Maity.
	Email: soumenmaity2008@rediffmail.com
	Project Name: Rashmin Indian Nepalese Restaurant
	Date: 03-JAN-2018
	File: Style.css
*/
/*
	font-family: 'Lato', sans-serif;
	font-family: 'Lobster', cursive;
*/
body {
  font-family: 'Lato', sans-serif; }

* {
  outline: none !important; }

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.fa {
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: inherit;
  font-family: 'Lobster', cursive; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  color: #666666; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

header {
  /*background-image: url(../images/pat.png);*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.56);
  /*	&::after{
  		background-color: $p-color;
  		position: absolute;
  		left: 0;
  		width: 30%;
  		top: 0;
  		bottom: 0;
  		content: "";
  		z-index: -1;
  	}*/ }
  header .top-head {
    background-color: #222222;
    margin-bottom: 10px;
    padding: 5px; }
    header .top-head .header-info-content li {
      float: left;
      color: #fff;
      padding-right: 10px; }
      header .top-head .header-info-content li a {
        display: block;
        color: #999999; }
        header .top-head .header-info-content li a:hover {
          color: #E2BC69; }
    header .top-head .social {
      float: right; }
      header .top-head .social ul li {
        float: left;
        padding-left: 8px; }
        header .top-head .social ul li a {
          display: block;
          padding: 0 5px;
          color: #fff;
          font-size: 18px;
          font-weight: 700; }
          header .top-head .social ul li a:hover {
            color: #E2BC69; }
  header .logo a {
    float: left; }
    header .logo a img {
      display: block;
      max-width: 100%;
      height: 100px; }
  header .header-info-content {
    text-align: right;
    margin-top: 10px; }
    header .header-info-content li {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      header .header-info-content li a {
        color: #eee;
        display: inline-block;
        line-height: 30px;
        font-size: 16px; }
  header .main-menu .nav-btn {
    display: none; }
  header .main-menu nav {
    display: block;
    padding: 0px 0; }
    header .main-menu nav > ul {
      text-align: right; }
      header .main-menu nav > ul > li {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        header .main-menu nav > ul > li.active > a {
          color: #E2BC69;
          background-image: url(../images/menu-dot.png);
          background-position: center 80%;
          background-repeat: no-repeat; }
        header .main-menu nav > ul > li:hover > a {
          color: #E2BC69;
          background-image: url(../images/menu-dot.png);
          background-image: url(../images/menu-dot.png);
          background-position: center 80%;
          background-repeat: no-repeat; }
        header .main-menu nav > ul > li > a {
          color: #fff;
          font-weight: 400;
          line-height: 26px;
          display: block;
          padding: 0 10px;
          letter-spacing: 1px;
          font-size: 16px;
          line-height: 60px;
          text-transform: uppercase;
          font-weight: 700; }

@-moz-keyframes round {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes round {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.top-slider {
  position: relative; }
  .top-slider .smook {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.25;
    background-image: url(../images/smook.gif);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    background-position: left bottom; }
  .top-slider .skin-cover {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 2; }
    .top-slider .skin-cover.animate h2 {
      opacity: 1;
      left: 0; }
    .top-slider .skin-cover.animate h1 {
      right: 0;
      opacity: 1; }
    .top-slider .skin-cover.animate h3 {
      opacity: 1;
      left: 0; }
    .top-slider .skin-cover.animate .link {
      opacity: 1;
      bottom: 0; }
    .top-slider .skin-cover .text-area {
      color: #fff;
      text-align: center; }
    .top-slider .skin-cover figure {
      padding-bottom: 20px; }
      .top-slider .skin-cover figure img {
        display: block;
        margin: 0 auto;
        -webkit-animation: round 40s infinite linear;
        animation: round 40s infinite linear; }
    .top-slider .skin-cover h2 {
      font-size: 36px;
      opacity: 0;
      position: relative;
      left: -50px;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      transition: all 1s; }
    .top-slider .skin-cover h1 {
      font-family: "Lato", sans-serif;
      font-size: 48px;
      opacity: 0;
      position: relative;
      right: -80px;
      -webkit-transition: all 0.9s 1s;
      -moz-transition: all 0.9s 1s;
      -ms-transition: all 0.9s 1s;
      transition: all 0.9s 1s;
      margin-bottom: 30px; }
    .top-slider .skin-cover h3 {
      margin-bottom: 30px;
      opacity: 0;
      position: relative;
      left: -150px;
      -webkit-transition: all 0.9s 0.9s;
      -moz-transition: all 0.9s 0.9s;
      -ms-transition: all 0.9s 0.9s;
      transition: all 0.9s 0.9s; }
    .top-slider .skin-cover .link {
      display: inline-block;
      padding: 10px 30px;
      background-color: #f1f1f1;
      color: #370701;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      opacity: 0;
      position: relative;
      bottom: -60px; }
      .top-slider .skin-cover .link:hover {
        background-color: #E2BC69; }
  .top-slider .main-slider .slick-slide {
    min-height: 700px;
    background-position: center;
    background-size: cover; }
  .top-slider .main-slider .slick-dots {
    position: absolute;
    bottom: 60px;
    z-index: 9;
    right: 30px; }
    .top-slider .main-slider .slick-dots li {
      display: inline-block;
      margin: 0px 10px; }
      .top-slider .main-slider .slick-dots li.slick-active button {
        background-color: #370701; }
      .top-slider .main-slider .slick-dots li button {
        display: block;
        background-color: transparent;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        padding: 0;
        font-size: 0;
        box-shadow: 0px 0px 4px #777; }
        .top-slider .main-slider .slick-dots li button:hover {
          background-color: #370701; }

.home-ab-wrap {
  padding: 60px 0 30px; }
  .home-ab-wrap .row > div {
    margin-bottom: 30px; }
    .home-ab-wrap .row > div:last-child {
      padding-right: 60px; }
  .home-ab-wrap ul {
    margin: 0px -7px; }
    .home-ab-wrap ul li {
      float: left;
      width: 50%;
      padding: 7px;
      height: 170px; }
      .home-ab-wrap ul li:first-child {
        width: 100%;
        height: 240px; }
      .home-ab-wrap ul li a {
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center; }
  .home-ab-wrap .header {
    padding-bottom: 30px; }
    .home-ab-wrap .header p {
      font-weight: 600;
      font-size: 18px;
      color: #4d4d4d;
      margin-bottom: 0; }
  .home-ab-wrap h3 {
    font-size: 40px;
    font-weight: 400;
    color: #370701; }
  .home-ab-wrap p {
    font-size: 14px;
    line-height: 22px;
    color: #777; }
  .home-ab-wrap .link {
    margin-top: 20px;
    display: inline-block;
    padding: 0px 34px;
    background-color: #E2BC69;
    color: #370701;
    line-height: 42px;
    font-size: 15px;
    font-weight: 600; }
    .home-ab-wrap .link:hover {
      background-color: #370701;
      color: #E2BC69; }

.why-visit-wrap {
  background-size: cover;
  background-position: center; }
  .why-visit-wrap .row > div {
    margin-bottom: 30px; }
  .why-visit-wrap .skin {
    background-color: rgba(247, 244, 237, 0.85);
    padding: 60px 0 30px; }
  .why-visit-wrap .heading {
    text-align: center;
    padding-bottom: 40px; }
    .why-visit-wrap .heading h3 {
      font-size: 40px;
      font-weight: 400;
      color: #370701; }
    .why-visit-wrap .heading h4 {
      font-weight: 600;
      font-size: 18px;
      color: #4d4d4d;
      margin-bottom: 0;
      font-family: "Lato", sans-serif; }
  .why-visit-wrap ul {
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .why-visit-wrap ul:hover {
      background-color: #111 !important; }
    .why-visit-wrap ul.black {
      background-color: #6E160B;
      color: #fff; }
      .why-visit-wrap ul.black .img-box {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0; }
        .why-visit-wrap ul.black .img-box img {
          position: absolute;
          right: -50px;
          top: 50%;
          margin-top: -50px; }
      .why-visit-wrap ul.black li {
        float: right; }
    .why-visit-wrap ul.white {
      background-color: #FFCC80;
      color: #50251D; }
      .why-visit-wrap ul.white:hover {
        color: #fff; }
      .why-visit-wrap ul.white .img-box {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
        .why-visit-wrap ul.white .img-box img {
          position: absolute;
          left: -50px;
          top: 50%;
          margin-top: -50px; }
      .why-visit-wrap ul.white li {
        float: left; }
    .why-visit-wrap ul li {
      width: 50%; }
    .why-visit-wrap ul .img-box {
      background-position: center;
      background-repeat: no-repeat; }
    .why-visit-wrap ul .text {
      padding: 50px 60px; }
      .why-visit-wrap ul .text h5 {
        font-family: "Lato", sans-serif;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: inherit; }
      .why-visit-wrap ul .text p {
        color: inherit; }
  .why-visit-wrap .roted-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 380px; }

.week-spacial-wrap {
  padding: 60px 0 30px; }
  .week-spacial-wrap .row > div {
    margin-bottom: 30px; }
  .week-spacial-wrap .heading {
    text-align: center; }
    .week-spacial-wrap .heading h3 {
      font-size: 40px;
      font-weight: 400;
      color: #370701; }
    .week-spacial-wrap .heading p {
      font-weight: 600;
      font-size: 18px;
      color: #4d4d4d;
      margin-bottom: 0;
      margin-bottom: 0px; }
  .week-spacial-wrap .spacial-menu-slide {
    margin-top: 40px; }
  .week-spacial-wrap .spc-box {
    padding: 0 15px; }
    .week-spacial-wrap .spc-box .spc-box-inn:hover ul {
      background-color: rgba(0, 0, 0, 0.95); }
    .week-spacial-wrap .spc-box .spc-box-inn:hover .text {
      background-color: #E2BC69; }
    .week-spacial-wrap .spc-box ul {
      background-color: rgba(0, 0, 0, 0.65);
      padding: 10px 5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .week-spacial-wrap .spc-box ul::after {
        clear: both;
        content: "";
        display: table; }
      .week-spacial-wrap .spc-box ul li {
        float: left;
        color: #E2BC69; }
        .week-spacial-wrap .spc-box ul li .star {
          background-image: url(../images/stars2.png);
          background-size: 100px auto;
          width: 100px;
          height: 17px;
          position: relative; }
          .week-spacial-wrap .spc-box ul li .star .g-star {
            background-image: url(../images/stars.png);
            background-size: 100px auto;
            height: 17px;
            position: absolute;
            left: 0;
            top: 0; }
        .week-spacial-wrap .spc-box ul li:last-child {
          float: right; }
    .week-spacial-wrap .spc-box figure {
      background-size: cover;
      background-position: center;
      padding-top: 200px; }
    .week-spacial-wrap .spc-box .text {
      background-color: #f5f5f5;
      padding: 15px 10px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      .week-spacial-wrap .spc-box .text h3 {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        font-family: "Lato", sans-serif; }
  .week-spacial-wrap .slick-arrow {
    position: absolute;
    top: -50px;
    background-color: #E2BC69;
    color: #370701;
    display: block;
    border: 0;
    text-transform: uppercase;
    line-height: 30px;
    padding: 0 10px;
    width: 120px;
    text-align: center;
    letter-spacing: 1px; }
    .week-spacial-wrap .slick-arrow:hover {
      background-color: #370701;
      color: #E2BC69; }
    .week-spacial-wrap .slick-arrow.slick-prev {
      left: 15px; }
    .week-spacial-wrap .slick-arrow.slick-next {
      right: 15px; }

.offer-wrap {
  padding: 60px 0; }
  .offer-wrap .offer {
    background-position: center;
    background-size: cover;
    padding: 10px; }
    .offer-wrap .offer .inner {
      border: 2px dashed #fff;
      text-align: center;
      color: #fff;
      padding: 25px 0;
      background-color: #00000060; }
      .offer-wrap .offer .inner .text {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        .offer-wrap .offer .inner .text h3 {
          font-size: 40px;
          font-weight: 300;
          margin: 0; }
        .offer-wrap .offer .inner .text p {
          color: #fff;
          font-size: 20px;
          margin: 0; }
      .offer-wrap .offer .inner .offer-price {
        display: inline-block;
        vertical-align: middle;
        background-color: #fff;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        padding: 5px; }
        .offer-wrap .offer .inner .offer-price .p-in {
          border: 2px dashed #370701;
          width: 110px;
          height: 110px;
          line-height: 110px;
          border-radius: 50%;
          color: #370701;
          font-size: 36px;
          font-weight: 600; }

.cont-work {
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 130px 0;
  text-align: center;
  color: #fff; }
  .cont-work::after {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 1; }
  .cont-work .container {
    z-index: 2;
    position: relative; }
  .cont-work h3 {
    font-size: 44px;
    font-weight: 600;
    width: 75%;
    margin: 0 auto; }
  .cont-work a {
    margin-top: 40px;
    display: inline-block;
    padding: 0px 34px;
    background-color: #E2BC69;
    color: #370701;
    line-height: 42px;
    font-size: 15px; }
    .cont-work a:hover {
      background-color: #fff; }

.Opening-time-wrap {
  padding: 60px 0 30px;
  /*background-image: url(../images/man2.png);*/
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: 100% 15px; }
  .Opening-time-wrap .row > div {
    margin-bottom: 30px; }
  .Opening-time-wrap h3 {
    font-size: 40px;
    font-weight: 400;
    color: #370701;
    text-align: center; }
  .Opening-time-wrap p {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px; }
    .Opening-time-wrap p b {
      color: #E2BC69; }
  .Opening-time-wrap h5 {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #E2BC69; }
  .Opening-time-wrap .table-cover {
    background-image: url(../images/paper.png);
    background-repeat: repeat-y;
    padding-left: 25px;
    background-color: #E7EBF0; }
  .Opening-time-wrap table {
    width: 100%;
    box-shadow: 8px 8px 10px #eee;
    border-bottom: 1px solid #eee; }
    .Opening-time-wrap table td {
      width: 50%;
      padding: 8px 10px;
      border-bottom: 1px solid #ccc; }
      .Opening-time-wrap table td:first-child {
        border-right: 1px solid #ccc; }
    .Opening-time-wrap table tr:last-child td {
      border-bottom: 0; }

.what-people-say {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .what-people-say .cover {
    padding: 60px 0;
    background-color: rgba(0, 0, 0, 0.88); }
  .what-people-say.inside {
    padding: 60px 0;
    min-height: 100vh;
    background-position: left bottom;
    background-size: auto auto; }
    .what-people-say.inside .artical {
      height: 300px !important; }
  .what-people-say .heading {
    text-align: center;
    padding-bottom: 30px; }
    .what-people-say .heading h3 {
      font-size: 40px;
      color: #fff; }
    .what-people-say .heading p {
      font-weight: 600;
      font-size: 18px;
      color: #fff; }
  .what-people-say .testimonial-slide .testi-box {
    position: relative;
    background-color: rgba(0, 0, 0, 0.68); }
    .what-people-say .testimonial-slide .testi-box .img-box {
      float: right;
      width: 220px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background-size: cover;
      background-position: center; }
    .what-people-say .testimonial-slide .testi-box .content-area {
      float: left;
      padding: 40px 30px 60px;
      width: calc(100% - 220px); }
      .what-people-say .testimonial-slide .testi-box .content-area h3 {
        font-size: 24px;
        font-weight: 400;
        color: #eee;
        margin-bottom: 20px; }
        .what-people-say .testimonial-slide .testi-box .content-area h3 span {
          color: #E2BC69;
          font-size: 14px;
          font-weight: 600;
          margin-left: 10px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Lato", sans-serif; }
      .what-people-say .testimonial-slide .testi-box .content-area .artical {
        height: 60px;
        margin-bottom: 20px; }
        .what-people-say .testimonial-slide .testi-box .content-area .artical p {
          line-height: 20px;
          color: #ccc; }
      .what-people-say .testimonial-slide .testi-box .content-area .date {
        font-size: 14px;
        font-weight: 300;
        color: #888; }
  .what-people-say .testimonial-slide .slick-dots {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 20px; }
    .what-people-say .testimonial-slide .slick-dots li {
      display: inline-block;
      margin: 0px 10px; }
      .what-people-say .testimonial-slide .slick-dots li.slick-active button {
        background-color: #E2BC69; }
      .what-people-say .testimonial-slide .slick-dots li button {
        display: block;
        background-color: #ccc;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 3px solid #000;
        padding: 0;
        font-size: 0;
        box-shadow: 0px 0px 4px #777; }
        .what-people-say .testimonial-slide .slick-dots li button:hover {
          background-color: #E2BC69; }

.home-order-wrap {
  padding: 60px 0 30px;
  /*background-image: url(../images/girl.jpg);
  background-repeat: no-repeat;*/ }
  .home-order-wrap .row > div {
    margin-bottom: 30px; }
  .home-order-wrap .heading h2 {
    font-size: 40px;
    font-weight: 600;
    color: #E2BC69; }
  .home-order-wrap .heading h3 {
    font-size: 22px;
    font-weight: 400;
    color: #370701;
    margin-bottom: 20px; }
  .home-order-wrap .gide {
    margin-bottom: 30px; }
    .home-order-wrap .gide ul {
      margin-top: 30px; }
      .home-order-wrap .gide ul li {
        float: left; }
        .home-order-wrap .gide ul li:first-child {
          width: 80px; }
        .home-order-wrap .gide ul li:last-child {
          width: calc(100% - 80px);
          font-weight: 600;
          font-size: 16px;
          color: #4d4d4d; }
  .home-order-wrap .od-box {
    position: relative;
    background-color: #E2BC6990;
    padding: 20px 15px;
    -webkit-box-shadow: 5px 5px 15px #888;
    box-shadow: 5px 5px 15px #888;
    text-align: center;
    border-radius: 2px;
    /*&::after{
    	background-image: url(../images/chef-girl.png);
    	background-position: left top;
    	background-size: 100% auto;
    	background-repeat: no-repeat;
    	width: 100%;
    	height: 150px;
    	top: -102px;
    	left: 0;
    	content: "";
    	position: absolute;
    }*/ }
    .home-order-wrap .od-box h3 {
      color: #370701;
      font-weight: 500;
      text-transform: uppercase;
      word-spacing: 12px;
      letter-spacing: 2px; }
    .home-order-wrap .od-box a {
      margin-top: 20px;
      display: inline-block;
      padding: 0px 34px;
      background-color: #370701;
      color: #fff;
      line-height: 42px;
      font-size: 15px;
      border-radius: 2px;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 600; }
      .home-order-wrap .od-box a:hover {
        background-color: #fff;
        color: #370701; }
    .home-order-wrap .od-box h5 {
      font-weight: 700;
      color: #370701;
      font-family: "Lato", sans-serif; }
    .home-order-wrap .od-box img {
      margin: 0 auto;
      display: block;
      width: 310px;
      max-width: 100%; }

.footer-block {
  padding: 40px 0 30px;
  background-position: center;
  background-size: cover;
  background-color: #120200; }
  .footer-block figure {
    text-align: center;
    margin-bottom: 20px; }
    .footer-block figure span {
      height: 4px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      display: inline-block;
      vertical-align: middle;
      width: 25%;
      opacity: 0.7; }
    .footer-block figure img {
      width: 200px;
      margin: 0 30px; }
  .footer-block address {
    text-align: center; }
    .footer-block address a {
      font-size: 20px;
      color: #fff; }
    .footer-block address p {
      color: #fff; }
  .footer-block .foter-social {
    text-align: center;
    display: none; }
    .footer-block .foter-social li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px; }
      .footer-block .foter-social li a {
        display: block;
        width: 50px;
        line-height: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 18px;
        color: #370701;
        background-color: #E2BC69; }
        .footer-block .foter-social li a:hover {
          background-color: #fff; }
  .footer-block .footer-nav {
    text-align: center;
    padding-top: 10px; }
    .footer-block .footer-nav li {
      display: inline-block;
      vertical-align: middle; }
      .footer-block .footer-nav li a {
        display: block;
        font-size: 16px;
        color: #a4a4a4;
        font-weight: 500;
        padding: 5px 14px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        .footer-block .footer-nav li a:hover {
          color: #E2BC69; }

.copy-right {
  background-color: #0A0100;
  padding: 10px 0; }
  .copy-right p {
    margin: 0;
    color: #fff;
    float: left; }
  .copy-right .ovlink {
    float: right;
    font-size: 11px;
    color: #999; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0% {
    background: #F6891F; }
  30% {
    background: #1A2D59; }
  60% {
    background: #2BBBC5; }
  100% {
    background: #F6891F; } }
/* Standard syntax */
@keyframes mymove {
  0% {
    background: #F6891F; }
  30% {
    background: #1A2D59; }
  60% {
    background: #2BBBC5; }
  100% {
    background: #F6891F; } }
.fixt-btn {
  z-index: 999;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -30px;
  word-wrap: break-word;
  background-color: #1A2D59;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  background: #F6891F;
  -webkit-animation: mymove 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: mymove 3s infinite; }
  .fixt-btn a {
    display: block;
    width: 40px;
    padding: 10px 10px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center; }
    .fixt-btn a:hover {
      background-color: #000; }

.innerbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .innerbanner .cover {
    padding: 170px 0 70px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    position: relative; }
    .innerbanner .cover::after {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(../images/tri-promo-bottom-white.png);
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
      content: "";
      width: 100%;
      height: 7px; }
    .innerbanner .cover h2 {
      font-size: 40px;
      margin-bottom: 30px;
      text-align: center;
      color: #fff; }
      .innerbanner .cover h2::after {
        width: 80px;
        height: 2px;
        background-color: #E2BC69;
        content: "";
        display: block;
        margin: 10px auto 0; }
    .innerbanner .cover ul li {
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .innerbanner .cover ul li::after {
        position: absolute;
        right: -5px;
        top: 0;
        content: "/";
        color: #fff;
        padding: 4px 0px; }
      .innerbanner .cover ul li:last-child::after {
        display: none; }
      .innerbanner .cover ul li:last-child a {
        color: #E2BC69;
        pointer-events: none; }
      .innerbanner .cover ul li a {
        color: #fff;
        display: block;
        padding: 4px 10px; }
        .innerbanner .cover ul li a:hover {
          color: #E2BC69; }

.about-in-wrap {
  padding: 60px 0 60px;
  background-image: url(../images/about.png);
  background-position: left bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 100vh; }
  .about-in-wrap .row > div {
    margin-bottom: 30px; }
  .about-in-wrap h3 {
    font-size: 40px;
    font-weight: 400;
    color: #370701; }
  .about-in-wrap h4 {
    font-weight: 600;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 30px;
    font-family: "Lato", sans-serif; }
  .about-in-wrap p {
    line-height: 26px;
    font-size: 16px; }
    .about-in-wrap p::first-letter {
      color: #E2BC69;
      font-weight: 800; }
  .about-in-wrap .signe {
    padding-top: 20px; }

.menu-in-wrap {
  padding: 60px 0 30px;
  min-height: 100vh;
  background-image: url(../images/bg_footer_all.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .menu-in-wrap h2.resp-accordion {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #fff; }
    .menu-in-wrap h2.resp-accordion.resp-tab-active {
      background-color: #E2BC69;
      color: #370701; }
    .menu-in-wrap h2.resp-accordion:hover {
      background-color: #E2BC69;
      color: #370701; }
  .menu-in-wrap .row > div {
    margin: 0px auto;
    padding-left: 100px; }
  .menu-in-wrap .resp-tabs-list {
    margin: 0 !important;
    border: 1px solid #f1f1f1;
    position: relative;
    background-color: #fff; }
    .menu-in-wrap .resp-tabs-list::after {
      background-image: url(../images/wman2.png);
      background-size: 200px auto;
      background-repeat: no-repeat;
      background-position: left center;
      position: absolute;
      left: -138px;
      top: 0;
      height: 100%;
      width: 165px;
      content: "";
      z-index: 2; }
    .menu-in-wrap .resp-tabs-list li {
      padding: 10px 15px 10px 30px;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s;
      border-bottom: 1px solid #f1f1f1;
      margin: 0;
      position: relative;
      z-index: 1; }
      .menu-in-wrap .resp-tabs-list li:hover {
        background-color: #f1f1f1;
        color: #370701; }
      .menu-in-wrap .resp-tabs-list li.resp-tab-active {
        background-color: #f1f1f1;
        color: #370701; }
  .menu-in-wrap .resp-vtabs .resp-tabs-container {
    border: 0;
    background-color: #f1f1f1;
    border-radius: 0; }
  .menu-in-wrap .menu-list .menu-box {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s; }
    .menu-in-wrap .menu-list .menu-box:hover {
      background-color: #fff;
      padding: 10px 15px; }
  .menu-in-wrap .menu-list .headline h3 {
    float: left;
    font-size: 16px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    color: #370701; }
  .menu-in-wrap .menu-list .headline .date {
    float: right;
    font-family: "Lobster", cursive;
    font-size: 18px;
    padding-left: 10px; }
  .menu-in-wrap ull {
    margin: 0 -15px; }
    .menu-in-wrap ull li {
      width: 50%;
      float: left;
      margin-bottom: 10px;
      padding: 10px 15px;
      position: relative;
      background-clip: content-box;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
      .menu-in-wrap ull li::after {
        content: "";
        border-bottom: 1px dashed #ccc;
        left: 15px;
        right: 15px;
        position: absolute;
        bottom: -5px;
        display: block;
        clear: both; }
      .menu-in-wrap ull li:hover {
        background-color: #f5f5f5; }
        .menu-in-wrap ull li:hover .text-area {
          padding-right: 10px; }
      .menu-in-wrap ull li .imgbox {
        width: 100px;
        float: left;
        background-size: cover;
        background-position: center; }
      .menu-in-wrap ull li .text-area {
        width: calc(100% - 100px);
        float: left;
        padding-left: 20px;
        padding-top: 10px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s; }
        .menu-in-wrap ull li .text-area h3 .name {
          font-family: "Lato", sans-serif;
          font-size: 16px;
          font-weight: 600;
          color: #370701; }
        .menu-in-wrap ull li .text-area h3 .price {
          float: right;
          font-size: 20px; }

.portfolio-wrap {
  padding: 60px 0 30px; }
  .portfolio-wrap .catbox {
    margin-bottom: 30px;
    background-color: #f6f6f6; }
    .portfolio-wrap .catbox h3 {
      background-color: #370701;
      padding: 10px 15px;
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
    .portfolio-wrap .catbox ul {
      padding: 0 10px; }
      .portfolio-wrap .catbox ul li:last-child a {
        border: 0; }
      .portfolio-wrap .catbox ul li a {
        display: block;
        padding: 6px 0;
        color: #4b4b4b;
        border-bottom: 1px dashed #ccc;
        font-size: 12px; }
        .portfolio-wrap .catbox ul li a.active {
          color: #370701; }
        .portfolio-wrap .catbox ul li a:hover {
          color: #370701;
          padding-left: 10px; }
  .portfolio-wrap .port-img {
    margin-bottom: 30px; }
    .portfolio-wrap .port-img a {
      display: block;
      width: 100%;
      height: 160px;
      background-position: left top;
      background-size: 100% auto;
      position: relative;
      border: 1px dashed #ccc; }
      .portfolio-wrap .port-img a:hover {
        -webkit-box-shadow: 3px 3px 14px #989898;
        box-shadow: 3px 3px 14px #989898; }
        .portfolio-wrap .port-img a:hover::after {
          transform: scale(1); }
      .portfolio-wrap .port-img a::after {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        background-color: rgba(0, 0, 0, 0.81);
        content: "";
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        transform: scale(0); }

.contact-wrap {
  padding: 60px 0 30px;
  min-height: 100vh;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto; }
  .contact-wrap .row {
    margin-bottom: 30px; }
  .contact-wrap .section-header {
    text-align: center; }
    .contact-wrap .section-header h2 {
      text-transform: uppercase;
      padding-bottom: 18px;
      margin: 0 0 18px;
      position: relative;
      color: #370701;
      font-size: 40px;
      font-weight: 400; }
      .contact-wrap .section-header h2::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        content: '';
        width: 70px;
        height: 2px;
        margin-left: -35px;
        background-color: #370701; }
    .contact-wrap .section-header p {
      font-weight: 600;
      font-size: 18px; }
  .contact-wrap .split-blocks .service-block {
    margin-bottom: 30px; }
    .contact-wrap .split-blocks .service-block .med-icon {
      font-size: 32px;
      float: left;
      width: 60px; }
      .contact-wrap .split-blocks .service-block .med-icon i {
        color: #370701; }
    .contact-wrap .split-blocks .service-block .service-block-text {
      width: calc(100% - 60px);
      float: left; }
      .contact-wrap .split-blocks .service-block .service-block-text h3 {
        margin-top: 0;
        padding-top: 4px;
        color: #676767; }
      .contact-wrap .split-blocks .service-block .service-block-text a {
        color: #000;
        font-weight: 700; }
        .contact-wrap .split-blocks .service-block .service-block-text a:hover {
          color: #370701; }
      .contact-wrap .split-blocks .service-block .service-block-text ul {
        padding: 0;
        margin-top: 20px; }
        .contact-wrap .split-blocks .service-block .service-block-text ul li {
          margin-bottom: 20px; }
          .contact-wrap .split-blocks .service-block .service-block-text ul li img {
            margin-right: 10px;
            width: 40px; }
      .contact-wrap .split-blocks .service-block .service-block-text ol {
        padding: 0;
        margin-top: 20px; }
        .contact-wrap .split-blocks .service-block .service-block-text ol li {
          display: inline-block;
          vertical-align: middle; }
          .contact-wrap .split-blocks .service-block .service-block-text ol li a {
            padding: 0 10px;
            font-size: 20px; }
  .contact-wrap .my-contact-form .frow {
    padding-bottom: 20px; }
    .contact-wrap .my-contact-form .frow input {
      border: 1px solid #ddd;
      display: block;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6); }
      .contact-wrap .my-contact-form .frow input:focus {
        border: 1px solid #370701; }
    .contact-wrap .my-contact-form .frow textarea {
      border: 1px solid #ddd;
      display: block;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6); }
      .contact-wrap .my-contact-form .frow textarea:focus {
        border: 1px solid #370701; }
    .contact-wrap .my-contact-form .frow iframe {
      height: 76px;
      overflow: hidden;
      width: 302px; }
  .contact-wrap .my-contact-form .fsend input {
    background: #370701;
    padding: 10px 40px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase; }
    .contact-wrap .my-contact-form .fsend input:hover {
      background-color: #000; }

.defult-wrap {
  padding: 60px 0; }
  .defult-wrap p {
    color: #4b4b4b; }

.order-wrap {
  padding: 60px 0 30px; }
  .order-wrap .row > div {
    margin-bottom: 30px; }
  .order-wrap h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    color: #370701;
    font-size: 40px;
    font-weight: 400; }
  .order-wrap h4 {
    font-weight: 600;
    font-size: 18px;
    color: #4d4d4d;
    font-family: "Lato", sans-serif;
    padding-bottom: 18px; }
  .order-wrap p {
    font-size: 18px; }
    .order-wrap p a {
      display: inline-block;
      font-size: 36px;
      font-family: "Lobster", cursive;
      vertical-align: middle;
      padding: 0 10px;
      color: #333; }
      .order-wrap p a:hover {
        color: #E2BC69; }
  .order-wrap form {
    padding-top: 30px; }
    .order-wrap form .frow {
      margin-bottom: 25px; }
      .order-wrap form .frow input {
        background-color: #eee;
        display: block;
        width: 100%; }
        .order-wrap form .frow input:focus {
          background-color: #ddd; }
      .order-wrap form .frow textarea {
        height: 120px;
        background-color: #eee;
        display: block;
        width: 100%; }
        .order-wrap form .frow textarea:focus {
          background-color: #ddd; }
    .order-wrap form .send-btn input {
      display: inline-block;
      padding: 0 35px;
      line-height: 40px;
      background-color: #999;
      color: #fff;
      border-radius: 1px; }
      .order-wrap form .send-btn input:hover {
        background-color: #370701; }
  .order-wrap .menu-food {
    padding-top: 10px; }
    .order-wrap .menu-food a {
      display: block; }
      .order-wrap .menu-food a img {
        display: block; }

#map {
  width: 100%;
  height: 400px; }

/*
font-family: 'Allura', cursive;
font-family: 'Comfortaa', cursive;
*/

/*# sourceMappingURL=style.css.map */
