.branches ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#header {
  background: #811010;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  #header .container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  #header .logo {
    width: 80px;
    position: relative;
    z-index: 9999; }
    @media (min-width: 768px) {
      #header .logo {
        width: 120px; } }
    #header .logo img {
      width: 100%;
      height: auto;
      display: block; }
  #header .slogan {
    font-size: 10px;
    line-height: 1.45;
    color: #fff;
    display: none; }

.main-menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 991px) {
    .main-menu {
      background: #811010;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      display: block;
      z-index: 999;
      -webkit-transition: 0.4s ease;
      transition: 0.4s ease;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      font-weight: 700;
      width: 80%;
      padding: 90px 10px 40px; }
      .nav-active .main-menu {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  @media (min-width: 992px) {
    .main-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  @media (min-width: 992px) {
    .main-menu li {
      padding: 15px; } }
  .main-menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 15px; }
    @media (min-width: 992px) {
      .main-menu a {
        padding: 0; } }
    .main-menu a:hover {
      color: #fcb128; }

.nav-opener {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  z-index: 9999; }
  @media (min-width: 768px) {
    .nav-opener {
      top: 35px; } }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    height: 4px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 30%; }
  .nav-opener:after {
    top: 70%; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:after, .nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-active .nav-opener:hover {
    opacity: .9; }

#wrapper {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden; }

.btn-primary {
  background: #811010;
  padding: 15px;
  border-radius: 50px;
  min-width: 200px;
  text-align: center;
  border: none;
  font-weight: 600; }
  .btn-primary:hover {
    background: #fcb128;
    color: #fff; }

#main {
  padding-top: 110px; }

.visual {
  min-height: 550px;
  background-color: black;
  position: relative; }
  .visual .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover; }
    .visual .img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.5); }
  .visual .textblock {
    position: relative;
    color: #fff;
    z-index: 9;
    padding: 30px 0;
    max-width: 600px; }

.about {
  position: relative; }

.heading {
  font-size: 28px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 600; }
  @media (min-width: 768px) {
    .heading {
      font-size: 36px; } }
  .heading:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    border-radius: 5px;
    height: 5px;
    background: #fcb128;
    content: ''; }

/* visual animation */
.animate-slider {
  position: relative;
  height: 320px;
  margin-bottom: 35px; }

.animate-slider.mb-0 {
  margin-bottom: 0; }

.animate-slider .text {
  position: relative;
  -webkit-animation-name: example;
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  /* Chrome, Safari, Opera */
  animation-name: example;
  -webkit-animation-duration: 26s;
          animation-duration: 26s;
  animation-iteration-count: infinite;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 5px;
  -webkit-transition: all,0.3s,linear;
  transition: all,0.3s,linear;
  color: #333;
  z-index: 99; }
  .animate-slider .text.delay {
    -webkit-animation-delay: 5s;
            animation-delay: 5s; }

@-webkit-keyframes example {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

/* Standard syntax */
@keyframes example {
  0% {
    left: 0; }
  100% {
    left: 100%; } }

.tuna {
  background: url(../images/bg-bikes.png) 0 100% repeat-x;
  -webkit-animation: parallax_mg linear 25s infinite;
          animation: parallax_mg linear 25s infinite;
  height: 232px;
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: 999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99; }

@media only screen and (max-width: 767px) {
  .tuna {
    background: url(../images/bg-bikes2.png) 0 100% repeat-x; } }

@-webkit-keyframes walk-cycle {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2391px; } }

@keyframes walk-cycle {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -2391px; } }

.foreground, .midground, .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.foreground {
  -webkit-animation: parallax_fg linear 50s infinite both;
          animation: parallax_fg linear 50s infinite both;
  background: url(../images/bg-road.png) 0 100% repeat-x; }

@-webkit-keyframes parallax_fg {
  0% {
    background-position: 3584px 100%; }
  100% {
    background-position: 0 100%; } }

@keyframes parallax_fg {
  0% {
    background-position: 3584px 100%; }
  100% {
    background-position: 0 100%; } }

.midground {
  -webkit-animation: parallax_mg2 linear 60s infinite;
          animation: parallax_mg2 linear 60s infinite;
  background: url(../images/bg-clouds2.png) 0 0 repeat-x;
  z-index: 2;
  height: 300px;
  top: 50px; }

@-webkit-keyframes parallax_mg {
  0% {
    background-position: -3000px 100%; }
  100% {
    background-position: 0 100%; } }

@keyframes parallax_mg {
  0% {
    background-position: -3000px 100%; }
  100% {
    background-position: 0 100%; } }

@-webkit-keyframes parallax_mg2 {
  0% {
    background-position: 3000px 100%; }
  100% {
    background-position: 0 100%; } }

@keyframes parallax_mg2 {
  0% {
    background-position: 3000px 100%; }
  100% {
    background-position: 0 100%; } }

@-webkit-keyframes parallax_bg {
  100% {
    background-position-x: 2400px, 2000px, 1800px, 1600px, 1200px; } }

@keyframes parallax_bg {
  100% {
    background-position-x: 2400px, 2000px, 1800px, 1600px, 1200px; } }

.bg-img {
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0.1;
  width: 250px;
  z-index: -1; }
  .bg-img.left {
    right: auto;
    left: 0; }
  .bg-img img {
    width: 100%;
    height: auto;
    display: block; }

.menu-section {
  position: relative; }
  @media (min-width: 768px) {
    .menu-section {
      margin-bottom: 50px; } }
  .menu-section .nav-tabs .nav-link {
    color: #811010;
    font-weight: 600; }
  .menu-section .bg-img {
    position: absolute;
    top: -70px;
    right: 0;
    opacity: 0.1;
    width: 250px; }
    .menu-section .bg-img img {
      width: 100%;
      height: auto;
      display: block; }
  .menu-section h2 {
    color: #811010;
    font-style: italic;
    font-weight: 700;
    font-size: 24px; }
    .menu-section h2 sup {
      color: #000;
      padding-left: 5px;
      font-weight: 400;
      font-size: 12px; }
  .menu-section .deal-holder:after {
    position: absolute;
    top: 0;
    right: 23px;
    bottom: 0;
    background: white;
    width: 2px;
    content: ''; }
  .menu-section .deal-box {
    border: solid #ccc;
    border-width: 0 1px 1px 0;
    padding-top: 15px; }
  .menu-section .nav-link.active {
    background: #fcb128 !important;
    color: #000 !important; }
  .menu-section .img-holder {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    min-height: 150px; }
    .menu-section .img-holder.party div {
      width: 82px; }
    .menu-section .img-holder.party .fries {
      width: 55px; }
    .menu-section .img-holder.party .drink.litre {
      width: 35px; }
    .menu-section .img-holder.medium {
      width: 100%; }
    .menu-section .img-holder.large {
      width: 100%; }
    .menu-section .img-holder img {
      width: 100%;
      height: auto;
      display: block; }
    .menu-section .img-holder div {
      padding: 5px;
      width: 83px; }
    .menu-section .img-holder .fries {
      width: 50px; }
    .menu-section .img-holder .drink {
      width: 40px; }
      .menu-section .img-holder .drink.litre {
        width: 25px; }
      .menu-section .img-holder .drink.large {
        width: 30px; }
    .menu-section .img-holder .peice {
      width: 50px; }
  .menu-section .family-deals .img-holder {
    width: 100%; }
    .menu-section .family-deals .img-holder.medium {
      width: 100%; }
    .menu-section .family-deals .img-holder.large {
      width: 100%; }
  .menu-section h3 {
    margin-bottom: 35px; }
    .menu-section h3 span {
      font-size: 12px; }
  .menu-section h4, .menu-section .h4 {
    background: #811010;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px; }
  .menu-section .h4 {
    background: #fcb128;
    color: #000; }
  .menu-section .flavor-list,
  .menu-section .price-list {
    font-style: italic;
    font-weight: 700; }
    .menu-section .flavor-list li,
    .menu-section .price-list li {
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .menu-section .flavor-list li:before,
      .menu-section .price-list li:before {
        background: #fcb128 none repeat scroll 0 0;
        border-radius: 5px;
        bottom: 0;
        content: "";
        height: 5px;
        left: 0;
        right: 0;
        position: absolute; }
  .menu-section .price-list {
    text-align: left; }
    .menu-section .price-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-transform: capitalize;
      margin-bottom: 10px;
      padding-bottom: 5px;
      font-weight: 400;
      font-size: 14px; }
      .menu-section .price-list li:before {
        height: 1px; }
    .menu-section .price-list span {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-style: normal; }
    .menu-section .price-list .price {
      color: #811010;
      width: 70px;
      text-align: right;
      font-weight: 700;
      font-style: italic; }

.new-item {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #fcb128;
  margin: 15px;
  padding: 25px;
  border-radius: 10px; }
  .new-item .img-item {
    width: 170px;
    display: block;
    margin: 0 auto 20px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .new-item .img-item img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px; }
  .new-item h2 {
    color: #811010; }
  @media (max-width: 767px) {
    .new-item h5 {
      font-size: 16px; } }

.new-slider {
  padding: 0 30px; }
  .new-slider .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99; }
    .new-slider .slick-arrow img {
      width: 30px; }
  .new-slider .slick-next {
    right: 10px;
    left:auto;}
  .new-slider .slick-prev {
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    right: auto;
    right:auto;
    margin-top: -20px;
    left: 10px; }

.rotating {
  -webkit-animation: rotation 8s infinite linear; }

@-webkit-keyframes rotation {
  0 {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes rotation {
  0 {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

.zoom-effect {
  -webkit-animation: zoomeffect 5s infinite;
  animation: zoomeffect 5s infinite; }

@-webkit-keyframes zoomeffect {
  0% {
    background-position: center;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    background-position: center;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    background-position: center;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); } }

@keyframes zoomeffect {
  0% {
    background-position: center;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    background-position: center;
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    background-position: center;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); } }

.branches {
  padding-top: 50px; }
  .branches img {
    border-radius: 10px;
    display: block;
    margin-bottom: 25px; }
  .branches ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .branches ul li {
      margin-bottom: 15px;
      padding: 5px; }
    .branches ul a {
      font-weight: 700;
      color: #000;
      font-style: italic; }

.stars {
  padding: 15px 0; }
  .stars li {
    margin-right: 10px; }
  .stars img {
    width: 25px;
    height: auto;
    display: block; }

.slick-arrow {
  position: absolute;
  top: 12px;
  right: 0;
  background: #fff;
  padding: 0;
  border: none;
  z-index: 99; }
  .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .slick-arrow img {
    width: 20px;
    display: block; }

.input-error {
  border-color: #F00 !important; }

.testimonials {
  position: relative;
  font-size: 18px; }
  .testimonials .slide {
    padding-bottom: 50px; }
  .testimonials h5 {
    font-style: italic; }
  .testimonials strong {
    font-size: 20px; }
  .testimonials .time {
    display: block;
    margin-bottom: 15px;
    color: gray;
    font-size: 12px;
    line-height: 1; }
  .testimonials p {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .testimonials .bg-img.left {
      left: auto;
      right: 10px;
      top: 100px; } }

.testimonials .slick-arrow.slick-prev{
    left:auto;
    right:35px;
}

.suggestion-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999; }
  .suggestion-box .suggestion-opener {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    color: #212529;
    padding: 10px;
    display: block;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .suggestion-box .suggestion-opener:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      color: #dc3545; }

.map-area {
  padding: 10px;
  border-radius: 10px;
  height: 250px;
  overflow: hidden; }

.contact-form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.thanks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear; }

.success .thanks {
  opacity: 1;
  visibility: visible; }

#footer {
  color: #212529;
  position: relative;
  width: 100%;
  margin-top: -1px;
  font-size: 14px; }
  #footer .container {
    padding: 15px; }
  #footer .logo {
    width: 100px;
    display: block;
    border-radius: 10px;
    margin-bottom: 15px; }
    #footer .logo img {
      width: 100%;
      height: auto;
      display: block; }

body {
  min-width: 320px; }

.deposit td a{
  font-size: 12px;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#811010;
  font-weight: 700;
}

.table.deposit th, .table.deposit td{
  padding: 10px 0;
  font-size: 14px;
  text-align: left;
}