/*!
Theme Name: Kafit theme
Theme URI:
Description: A custom theme for the Adler landing page
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 1.0
Tags: clean, advanced, responsive, great
*/
/* reset */
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none;
  color: inherit; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-weight: 400;
  width: 100%;
  height: 100%;
  position: relative; }

.height-100 {
  height: 100vh;
  position: relative; }

.overflow {
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 2; }
  .container .base-wrapper {
    position: relative;
    background: white;
    padding: 150px 0; }

.grey-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.15); }

.section {
  position: relative; }

.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }

.hero-iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden; }

.hero-iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.video-2 {
  position: absolute;
  top: -25%;
  left: 0;
  min-width: 100%;
  min-height: 150%;
  width: auto;
  height: auto; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.overlay.darkk {
  background: rgba(0, 0, 0, 0.65); }

.overlay.light {
  background: rgba(0, 0, 0, 0.25); }

.placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black; }

.center-wrapper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table; }

.center-wrapper .center {
  display: table-cell;
  vertical-align: middle; }

.ta-c {
  text-align: center; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-t-20 {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-40 {
  margin-top: 40px; }

.m-t-50 {
  margin-top: 50px; }

.m-t-60 {
  margin-top: 60px; }

.m-t-80 {
  margin-top: 80px; }

.m-t-90 {
  margin-top: 90px !important; }

.m-t-100 {
  margin-top: 100px; }

.m-t-200 {
  margin-top: 200px; }

.p-t-100 {
  padding-top: 100px; }

.p-50 {
  padding: 0 50px; }

.p-80 {
  padding: 0 80px; }

.clear {
  clear: both; }

.c-white {
  color: white; }

.image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

strong {
  font-family: "livornaregular"; }

::-webkit-input-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

::-moz-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

:-ms-input-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

:-moz-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

.bb::-webkit-input-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

.bb::-moz-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

.bb:-ms-input-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

.bb:-moz-placeholder {
  color: black !important;
  font-family: "livornaregular"; }

/*********** accessibility *****************/
.accessibility-icon {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 70px;
  right: 20px;
  background: #683c11;
  z-index: 777;
  text-align: center;
  line-height: 40px !important;
  color: white;
  font-size: 2.1em;
  cursor: pointer; }
  .accessibility-icon .accessibility-icon-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .accessibility-icon .accessibility-icon-wrapper:hover .tooltip {
      visibility: visible;
      opacity: 1; }
    .accessibility-icon .accessibility-icon-wrapper .tooltip {
      position: absolute;
      top: calc( 100% + 10px );
      right: 0;
      height: auto;
      line-height: 1;
      vertical-align: middle;
      color: white;
      padding: 6px 10px 2px;
      font-size: 14px;
      white-space: nowrap;
      background: #683c11;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.26s ease-out;
      transition: all 0.26s ease-out; }
      .accessibility-icon .accessibility-icon-wrapper .tooltip.show {
        visibility: visible;
        opacity: 1; }
      .accessibility-icon .accessibility-icon-wrapper .tooltip .triangle {
        position: absolute;
        bottom: 100%;
        right: 15px;
        border-bottom: 5px solid #683c11;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent; }
      .accessibility-icon .accessibility-icon-wrapper .tooltip.show {
        visibility: visible;
        opacity: 1; }
  .accessibility-icon .fa {
    line-height: 40px !important; }
  .accessibility-icon img {
    display: block;
    width: 24px;
    margin: 8px auto; }

.accessibility-panel {
  position: fixed;
  top: 130px;
  right: 100px;
  height: 280px;
  width: 270px;
  background: white;
  color: black;
  text-align: right;
  cursor: default;
  font-size: 10px;
  z-index: 9999;
  -webkit-transition: all 0.26s ease-out;
  transition: all 0.26s ease-out;
  visibility: hidden;
  opacity: 0;
  display: none; }
  .accessibility-panel.show {
    visibility: visible;
    opacity: 1; }
  .accessibility-panel.show {
    display: block;
    visibility: visible;
    opacity: 1; }
  .accessibility-panel.move {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px); }
  .accessibility-panel .triangle {
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-bottom: 5px solid #683c11;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent; }
  .accessibility-panel .lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .accessibility-panel .lines li {
      position: relative;
      height: 40px;
      padding-right: 15px;
      line-height: 44px;
      vertical-align: middle;
      border-bottom: 1px solid black;
      font-size: 1.8em; }
      .accessibility-panel .lines li.first {
        background: #683c11;
        color: white;
        border-bottom: 0;
        padding-right: 60px; }
        .accessibility-panel .lines li.first:hover {
          background: #683c11; }
          .accessibility-panel .lines li.first .polygon:hover{
            background: #4ECDC4; }
          .accessibility-panel .lines li.first .polygon:focus {
            background: #4ECDC4; }
      .accessibility-panel .lines li.last {
        border-bottom: 0; }
      .accessibility-panel .lines li .polygon {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
        border-right: 1px solid black;
        text-align: center;
        line-height: 40px;
        vertical-align: middle;
        cursor: pointer;
        -webkit-transition: all 0.26s ease-out;
        transition: all 0.26s ease-out; }
        .accessibility-panel .lines li .polygon:hover {
          background: #683c11;
          color: white; }
        .accessibility-panel .lines li .polygon:focus {
          background: #683c11;
          color: white; }
        .accessibility-panel .lines li .polygon.active {
          background: #683c11;
          color: white; }
        .accessibility-panel .lines li .polygon.two {
          left: 40px; }
        .accessibility-panel .lines li .polygon.three {
          left: 80px; }
        .accessibility-panel .lines li .polygon.right {
          left: auto;
          right: 0;
          border-right: 0;
          border-left: 1px solid white; }
        .accessibility-panel .lines li .polygon .fa {
          opacity: 0;
          visibility: hidden;
          text-align: center;
          line-height: 40px !important;
          font-size: 13px;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
          .accessibility-panel .lines li .polygon .fa.active {
            opacity: 1;
            visibility: visible; }

.bg-black-important {
  background: black !important;
  color: white !important; }

.border-bottom-black-important {
  border-bottom-color: black !important; }

.border-top-black-important {
  border-top-color: black !important; }

.border-left-black-important {
  border-left-color: black !important; }

.border-right-black-important {
  border-right-color: black !important; }

.bg-white-important {
  background: white !important;
  color: black !important; }
  .bg-white-important .c-white {
    color: black; }

.border-bottom-white-important {
  border-bottom-color: white !important; }

.border-top-white-important {
  border-top-color: white !important; }

.border-left-white-important {
  border-left-color: white !important; }

.border-right-white-important {
  border-right-color: white !important; }

.b-w {
  filter: gray !important;
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important; }

.go-arial {
  font-family: 'arial' !important; }

body.go-b-w.focus-effects *:focus {
  outline: solid black !important;
  background: black !important;
  border: 2px solid black !important;
  color: white !important; }
body.go-b-w .overlay {
  background: rgba(0, 0, 0, 0.5) !important; }
body.go-b-w .clock-wrapper, body.go-b-w .marquee, body.go-b-w .countdown {
  color: white !important; }
body.go-b-w img, body.go-b-w .image, body.go-b-w .bg, body.go-b-w video {
  filter: gray !important;
  filter: grayscale(1) !important;
  -webkit-filter: grayscale(1) !important; }
body.go-b-w iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }
body.go-b-w .section, body.go-b-w .side-menu {
  color: black !important; }
body.go-b-w footer .active {
  color: black !important; }
body.go-b-w .x-button .line {
  background: black !important; }
body.go-b-w .rights {
  border-color: black !important; }
body.go-b-w .diamond {
  color: black !important; }
body.go-b-w .arrow-down:hover .diamond {
  border-bottom-color: black !important;
  color: white !important; }
body.go-b-w .arrow-down:hover .diamond:after {
  border-top-color: black !important; }
body.go-b-w .panel .diamond.first .menu-button .line {
  background: black !important; }
body.go-b-w .menu-items li.active {
  color: black !important; }
body.go-b-w .menu-items li:hover {
  color: black !important; }
body.go-b-w .order-button {
  background: black !important; }
body.go-b-w .order-button:hover {
  background: white !important;
  color: black !important; }
body.go-b-w footer .items li:hover {
  color: black !important; }
body.go-b-w .accessibility-panel {
  border: 1px solid black !important; }
  body.go-b-w .accessibility-panel .triangle {
    display: none !important;
    border-bottom: 5px solid black !important; }
  body.go-b-w .accessibility-panel .lines li.first {
    background: white !important;
    color: black !important;
    border-color: black !important;
    border-bottom: 1px solid black !important; }
  body.go-b-w .accessibility-panel .lines li .polygon:hover {
    background: black !important; }
  body.go-b-w .accessibility-panel .lines li .polygon.active {
    background: black !important; }
  body.go-b-w .accessibility-panel .lines li .polygon.right {
    border-color: black !important; }
body.go-l-c.focus-effects *:focus {
  outline: solid black !important;
  background: black !important;
  border: 2px solid black !important;
  color: white !important; }
body.go-l-c .overlay {
  background: rgba(255, 255, 255, 0.75) !important; }
body.go-l-c .order-button {
  background: white !important;
  border: 1px solid #683c11 !important;
  color: #683c11 !important; }
body.go-l-c .menu-button-wrapper {
  background: white !important;
  border: 1px solid #683c11 !important; }
  body.go-l-c .menu-button-wrapper .menu-button .line {
    background: #683c11 !important; }
body.go-l-c .accessibility-icon {
  background: white !important;
  border: 1px solid #683c11 !important; }
  body.go-l-c .accessibility-icon .tooltip {
    background: #683c11 !important;
    border: 1px solid white !important;
    color: white !important; }
    body.go-l-c .accessibility-icon .tooltip .triangle {
      border-bottom-color: white !important; }
body.go-l-c .accessibility-panel {
  border: 1px solid #683c11 !important; }
  body.go-l-c .accessibility-panel .triangle {
    display: none !important;
    border-bottom: 5px solid #683c11 !important; }
  body.go-l-c .accessibility-panel .lines li.first {
    background: white !important;
    color: #683c11 !important;
    border-color: #683c11 !important;
    border-bottom: 1px solid #683c11 !important; }
  body.go-l-c .accessibility-panel .lines li .square:hover {
    background: #683c11 !important; }
  body.go-l-c .accessibility-panel .lines li .square.active {
    background: #683c11 !important; }
  body.go-l-c .accessibility-panel .lines li .square.right {
    border-color: #683c11 !important; }
body.go-l-c .section.cafipedia .box, body.go-l-c .section.branches .box {
  background: white !important; }
body.go-l-c .section.cafipedia .box .inner .content, body.go-l-c .section.branches .box .inner .content {
  color: #683c11 !important; }
body.go-l-c .section.menu .box, body.go-l-c .section.franchisees .box {
  background: white !important; }
body.go-l-c .section.menu .box .inner .content, body.go-l-c .section.franchisees .box .inner .content {
  color: #683c11 !important; }
body.go-l-c .section.cafipedia .headline, body.go-l-c .section.branches .headline {
  color: #683c11 !important; }
body.go-l-c .section.menu .headline, body.go-l-c .section.franchisees .headline {
  color: #683c11 !important; }
body.go-l-c .special-overlay {
  background: rgba(255, 255, 255, 0.75) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
body.go-l-c .order-button {
  background: white !important;
  border: 1px solid #683c11;
  color: #683c11 !important; }
body.go-l-c .side-menu {
  background: white !important;
  border-left: 1px solid #683c11; }
body.go-l-c .section .box.wood {
  background: white !important; }
body.go-l-c .f-form input {
  border: 1px solid #683c11; }
body.go-l-c .f-form textarea {
  border: 1px solid #683c11; }
body.go-l-c .main-headline.white {
  color: #683c11 !important; }
body.go-d-c {
  color: #ffff00 !important;
  background: black !important; }
  body.go-d-c.focus-effects *:focus {
    outline: solid #ffff00 !important;
    background: black !important;
    border: 2px solid #ffff00 !important;
    color: #ffff00 !important; }
  body.go-d-c .overlay {
    background: rgba(0, 0, 0, 0.75) !important; }
  body.go-d-c .container {
    background: black !important; }
  body.go-d-c .accessibility-icon {
    background: black !important;
    border: 1px solid #ffff00 !important; }
    body.go-d-c .accessibility-icon .tooltip {
      background: black !important;
      color: #ffff00 !important;
      border: 1px solid #ffff00 !important; }
      body.go-d-c .accessibility-icon .tooltip .triangle {
        border-bottom-color: #ffff00 !important; }
  body.go-d-c .accessibility-panel {
    border: 1px solid #ffff00 !important; }
    body.go-d-c .accessibility-panel .triangle {
      border-bottom: 5px solid #ffff00 !important; }
    body.go-d-c .accessibility-panel .lines li {
      color: #ffff00 !important;
      background: black !important;
      border-bottom: 1px solid #ffff00 !important; }
      body.go-d-c .accessibility-panel .lines li.first {
        background: black !important;
        color: #ffff00 !important;
        border-bottom: 1px solid #ffff00 !important; }
      body.go-d-c .accessibility-panel .lines li .polygon {
        border-right: 1px solid #ffff00 !important; }
        body.go-d-c .accessibility-panel .lines li .polygon:hover {
          background: #ffff00 !important;
          color: black !important; }
        body.go-d-c .accessibility-panel .lines li .polygon.active {
          background: #ffff00 !important;
          color: black !important; }
        body.go-d-c .accessibility-panel .lines li .polygon.right {
          border-color: #ffff00 !important; }
  body.go-d-c .section.cafipedia .box, body.go-d-c .section.branches .box {
    background: black !important; }
  body.go-d-c .section.cafipedia .box .inner .content, body.go-d-c .section.branches .box .inner .content {
    color: #ffff00 !important; }
  body.go-d-c .section.menu .box, body.go-d-c .section.franchisees .box {
    background: black !important; }
  body.go-d-c .section.menu .box .inner .content, body.go-d-c .section.franchisees .box .inner .content {
    color: #ffff00 !important; }
  body.go-d-c .section.cafipedia .headline, body.go-d-c .section.branches .headline {
    color: #ffff00 !important; }
  body.go-d-c .section.menu .headline, body.go-d-c .section.franchisees .headline {
    color: #ffff00 !important; }
  body.go-d-c .special-overlay {
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  body.go-d-c .order-button {
    background: black !important;
    color: #ffff00 !important; }
  body.go-d-c .diamond {
    border-bottom-color: black !important;
    color: #ffff00 !important; }
  body.go-d-c .diamond:after {
    border-top-color: black !important; }
  body.go-d-c .panel .diamond.first .menu-button .line {
    background: yellow !important; }
  body.go-d-c .order-table {
    background: black !important;
    color: #ffff00 !important; }
  body.go-d-c .order-table .content-wrapper .content .order-rec .box {
    background: yellow !important;
    color: black !important; }
  body.go-d-c .x-button .line {
    background: yellow !important; }
  body.go-d-c .side-menu {
    background: black !important;
    color: #ffff00 !important; }
  body.go-d-c .menu-items li.active, body.go-d-c .menu-items li:hover {
    color: #ffff00 !important; }
  body.go-d-c .rights {
    border-top-color: #ffff00 !important; }
  body.go-d-c .section .box.wood {
    background: black !important; }
  body.go-d-c .section.branch .box .inner .content {
    color: #ffff00 !important; }
  body.go-d-c .f-form .send-button {
    background: yellow !important;
    color: black !important; }
  body.go-d-c .main-headline.white {
    color: #ffff00 !important; }
  body.go-d-c .section.branch .box .inner .content .phone, body.go-d-c .section.branch .box .inner .content .open-map, body.go-d-c .section.branch .box .inner .content .details {
    border-color: #ffff00 !important; }
  body.go-d-c .section.branch .box .inner .content .open-map:hover {
    background: #ffff00 !important;
    color: black !important; }
  body.go-d-c footer .items li:hover {
    color: #ffff00 !important; }
  body.go-d-c footer .items li.active {
    color: #ffff00 !important; }
  body.go-d-c .section.menu-section .box .inner .content {
    color: #ffff00 !important; }
  body.go-d-c .inner .content .line {
    border-color: #ffff00 !important; }
  body.go-d-c .inner .content .small {
    color: #ffff00 !important; }
  body.go-d-c .d-strip .bottom {
    background: black !important;
    color: #ffff00 !important; }
  body.go-d-c .d-strip .bottom .desc {
    color: #ffff00 !important; }
body *:focus {
  outline: none !important; }
body.focus-effects *:focus {
  outline: solid #706fd3 !important;
  background: #706fd3 !important;
  border: 1px solid black !important; }

/* #menu-button{
    &:focus {
        .line {
            background: black !important;
        }
    }
} */
html {
  width: 100%;
  height: 100%;
  font-size: 10px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 1.7rem;
  font-style: normal;
  color: #683c11;
  background: white;
  width: 100%;
  height: 100%;
  position: relative;
  direction: rtl; }

/***********************/
.book {
  font-family: 'livornabook'; }

.order-button {
  position: absolute;
  top: 30px;
  left: 35px;
  height: 50px;
  width: 200px;
  background: rgb(0 165 158);
  z-index: 10000;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  color: white;
  font-size: 2.8rem;
  cursor: pointer;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out; }

.order-button:focus {
  background: #4ECDC4;
}

.order-button:hover {
  background: #4ECDC4;
}

.order-button .triangle {
  position: absolute;
  right: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-right: 20px solid #683c11;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.order-button .triangle.right {
  left: 100%;
  border-right: 0;
  border-left: 20px solid #683c11;
  right: auto; }

.order-button img {
  height: 100%;
  width: auto; }

.order-button:hover {
  background: white;
  color: #683c11; }

.menu-button {
  position: fixed;
  top: 50px;
  right: 40px;
  height: 40px;
  width: 40px;
  background: white;
  z-index: 10000;
  cursor: pointer;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.menu-button-inner {
  position: absolute;
  height: 17px;
  width: 24px;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -8.5px; }

.menu-button-inner .line {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #683c11; }

.menu-button-inner .line.top {
  top: 0; }

.menu-button-inner .line.middle {
  top: 7px; }

.menu-button-inner .line.bottom {
  top: 14px; }

/***********************/
.side-menu {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  color: #683c11;
  background: url(images/wood-light.jpg) !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important; }

.menu-items {
  position: absolute;
  right: 65px;
  top: 50%;
  margin-top: -184px;
  font-size: 4rem;
  height: 368px; }

.menu-items li {
  margin-bottom: 15px;
  cursor: pointer; }

  .menu-items li#go-6 {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
 }

 .menu-items li#go-6:hover {
  color: #ff9300;
}

.menu-items li#go-6:focus {
  color: #ff9300;
}

  .menu-items li a {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
  }

.menu-items li.active a {
  color: #ff9300; }

.menu-items li a:hover {
  color: #ff9300; }

.menu-items li a:focus {
  color: #ff9300; }

.rights {
  position: absolute;
  bottom: 40px;
  right: 65px;
  padding-top: 10px;
  border-top: 1px solid #683c11; }

/***********************/
.main-logo {
  position: absolute;
  width: 600px;
  height: auto;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -142px; }

/***********************/
.container {
  position: relative;
  min-height: 100vh;
  background: white;
  right: 0;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.container.move {
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px); }

.section {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.bg {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3); }

.overlay.brown.special {
  background: rgba(104, 60, 17, 0.5); }

h2 {
  font-size: 18rem; }

.main-headline {
  position: absolute;
  font-size: 34rem;
  right: 0;
  width: 100%;
  text-align: center;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  line-height: 100px;
  vertical-align: middle; }

.main-headline.white {
  color: white;
  font-size: 17rem; }

/* .main-headline.white.reg {
	color: white;
	font-size: 340px;
} */
.diamond {
  position: relative;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom-color: white;
  top: -30px;
  display: inline-block;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.diamond:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 30px;
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-top-color: white;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.diamond.brown {
  border-bottom-color: #683c11;
  color: white; }

.diamond.brown:after {
  border-top-color: #683c11; }

.diamond.brown .menu-button .line {
  background: white !important; }

.arrow-down {
  position: fixed;
  bottom: 30px;
  width: 62px;
  height: 62px;
  left: 40px;
  cursor: pointer;
  z-index: 1000000;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
  overflow: hidden; }

.arrow-down.up {
  transform: translateY(-60px);
  -webkit-transform: translateY(-60px);
  opacity: 0; }

.arrow-down:hover .diamond {
  border-bottom-color: #683c11;
  color: white; }

.arrow-down:hover .diamond:after {
  border-top-color: #683c11;
  color: white; }

.arrow-down i {
  font-size: 3.6rem;
  position: absolute;
  top: 15px;
  right: -12px;
  z-index: 50;
  transform: translateY(150%);
  -webkit-transform: translateY(150%);
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

#the-up {
  top: 10px; }

.arrow-down i.show {
  transform: translateY(0);
  -webkit-transform: translateY(0); }

.button {
  display: block;
  width: 180px;
  height: 50px;
  border: 2px solid #683c11;
  text-align: center;
  line-height: 46px;
  vertical-align: middle;
  font-size: 3rem;
  cursor: pointer;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.button:hover {
  background: #683c11;
  color: white; }

h4 {
  font-size: 3rem; }

.m-t-30 {
  margin-top: 20px; }

.clear {
  clear: both; }

.overflow-hidden {
  overflow: hidden !important; }

/************ panel ***********/
.panel {
  position: fixed;
  top: 30px;
  right: 35px;
  width: 65px;
  height: 65px;
  z-index: 1000;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; 
}

  .panel:focus .diamond {
    border-bottom-color: #4ECDC4;
  }

  .panel:focus .diamond:after {
    border-top-color: #4ECDC4;
  }

  .panel:hover .diamond {
    border-bottom-color: #4ECDC4;
  }

  .panel:hover .diamond:after {
    border-top-color: #4ECDC4;
  }

.panel.a-panel {
  position: fixed;
  top: 100px;
  right: 35px;
  width: 65px;
  height: 65px;
  z-index: 1000;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; 
}

.panel.a-panel .fa {
  font-size: 2.4rem;
  position: absolute;
  top: 18px;
  right: -11px;
  z-index: 50; 
}

.panel.move {
  transform: translateX(-300px);
  -webkit-transform: translateX(-300px); }

.panel .diamond {
  cursor: pointer;
  /* transition: color .4s ease-out;
  -webkit-transition: color .4s ease-out;  */
}

.panel .diamond:hover {
  /* color: #4ECDC4; */
}

.panel .diamond.brown.first:hover .menu-button .line {
  background: #4ECDC4 !important; }

.panel .diamond.first {
  position: absolute;
  right: 0; }

.panel .diamond.second {
  position: absolute;
  right: 69px; }

.panel .diamond.second span {
  font-size: 2.4rem;
  position: absolute;
  top: 20px;
  z-index: 50;
  right: -15px;
  color: rgb(0 165 158);
  }

.panel .diamond.third {
  position: absolute;
  right: 35px;
  top: 5px; }

.panel .diamond.third i {
  font-size: 2.1rem;
  position: absolute;
  top: 20px;
  right: -3px;
  z-index: 50;
    color: rgb(0 165 158);
}

.panel .diamond.first .menu-button {
  position: absolute;
  height: 17px;
  width: 24px;
  right: -12px;
  top: 22px;
  background: transparent; }

.panel .diamond.first .menu-button .line {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: rgb(0 165 158);
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.panel .diamond.first .menu-button .line.top {
  top: 0; }

.panel .diamond.first .menu-button .line.middle {
  top: 7px; }

.panel .diamond.first .menu-button .line.bottom {
  top: 14px; }

.x-button {
  position: absolute;
  top: 50px;
  right: 65px;
  height: 17px;
  width: 24px;
  cursor: pointer;
  z-index: 10; }

  .x-button:focus .line {
    background: #4ECDC4;
  }

  .x-button:hover .line {
    background: #4ECDC4;
  }

.x-button .line {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #fff; 
  transition: all .26s ease-out;
  -webkit-transition: all .26s ease-out;
}

.x-button.white .line {
  background: white; }

.x-button .line.top {
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); }

.x-button .line.bottom {
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

/************ home ***********/
.opening-images {
  position: relative;
  height: 100%; }

.opening-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1.2s ease-out;
  -webkit-transition: all 1.2s ease-out; }

.opening-image.active {
  visibility: visible;
  opacity: 1; }

.section.opening .box {
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 0;
  height: 100px;
  background: white; }

.section.opening .box .triangle {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 80px solid white;
  border-left: 200px solid transparent;
  border-right: 200px solid transparent;
  z-index: 1; }

.section.opening .box .logo {
  position: absolute;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  top: 30px;
  height: auto;
  z-index: 1; }

/***********/
.section .box.wood {
}

.section.cafipedia .box, .section.branches .box {
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 100%;
  background: white; }

.section.menu .box, .section.franchisees .box {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  height: 100%;
  background: white; }

.section.cafipedia .box .triangle, .section.branches .box .triangle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  z-index: 1; }

.section.menu .box .triangle, .section.franchisees .box .triangle {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  z-index: 1; }

.section.cafipedia .headline, .section.branches .headline {
  position: absolute;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  top: 50%;
  margin-top: -60px;
  color: white;
  right: 0;
  width: 60%;
  text-align: center; }

.section.menu .headline, .section.franchisees .headline {
  position: absolute;
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  top: 50%;
  margin-top: -60px;
  width: 60%;
  left: 0;
  text-align: center;
  color: white; }

.section.cafipedia .box .inner, .section.branches .box .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-right: 25%;
  display: table; }

.section.menu .box .inner, .section.franchisees .box .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 25%;
  display: table; }

.section.cafipedia .box .inner .content, .section.branches .box .inner .content {
  position: static;
  display: table-cell;
  vertical-align: middle;
  color: #683c11;
  font-size: 3rem;
  line-height: 36px;
  padding-left: 65px;
  text-align: left; }

.section.cafipedia .box .inner .content .inside {
  position: absolute;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  height: 530px;
  top: 50%;
  margin-top: -265px; }

.section.menu .box .inner .content, .section.franchisees .box .inner .content {
  position: static;
  display: table-cell;
  vertical-align: middle;
  color: #683c11;
  font-size: 6rem;
  line-height: 80px;
  padding-right: 65px; }

.section.menu .box .inner .content .inside {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  height: 406px;
  top: 50%;
  margin-top: -203px; }

.section.franchisees .box .inner .content {
  font-size: 60px;
  line-height: 60px; }

.section.franchisees .box .inner .content .inside {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  height: 240px;
  top: 50%;
  margin-top: -120px;
  transition: all .6s ease-out;
  -webkit-transition: all .6s ease-out; }

.section.franchisees .box .inner .content .inside:hover {
  color: #4ECDC4;
}

  .section.franchisees .box .inner .content .inside a:focus {
    color: #4ECDC4;
  }

.section.menu .box .inner .content ul, .section.branches .box .inner .content ul {
  /* border-top: 1px solid #683c11; */ }

.section.menu .box .inner .content ul li, .section.branches .box .inner .content ul li {
  /* border-bottom: 1px solid #683c11; */
  cursor: pointer;
  transition: all .6s ease-out;
  -webkit-transition: all .6s ease-out; 
}

.section.menu .box .inner .content ul li:hover {
  color: #4ECDC4;
}

.section.branches .box .inner .content ul li:hover {
  color: #4ECDC4; 
}

  .section.menu .box .inner .content ul li a:focus, .section.branches .box .inner .content ul li a:focus {
    color: #4ECDC4;
  }

.section.branches .box .inner .content {
  font-size: 4.4rem;
  line-height: 60px; }

.section.branches .box .inner .content .inside {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -100px;
  height: 480px;
  top: 50%;
  margin-top: -240px; }

.totseret {
  display: block;
  margin-top: 30px;
  height: 70px;
  width: auto;
  float: left; }

/***********************/
.square {
  position: absolute;
  width: 2000px;
  height: 2000px;
  top: 50%;
  margin-top: -1000px;
  right: 44%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  /* transform: rotate(45deg);
  -webkit-transform: rotate(45deg); 
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);*/
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
  overflow: hidden; }

.square .fill {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  right: -50%;
  background: url(images/interested-2.jpg);
  -webkit-transform: rotate(-45deg) skew(-20deg, -20deg); }

/***********************/
.section .box.left {
  position: absolute;
  width: 40%;
  left: 0;
  top: 0;
  height: 100%;
  background: white; }

.section .box.right {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  height: 100%;
  background: white; }

.section.menu-section .box.left, .section.menu-section .box.right {
  width: 50% !important; }

.section.breakfast-3 .box, .section.breakfast-5 .box {
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  height: 100%;
  background: white; }

.section .box .big-tri-left {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  z-index: 1; }

.big-tri-right {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 0;
  z-index: 1; }

.section.menu-section .box .inner {
  position: absolute;
  width: 500px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -250px;
  display: table; }

.section.menu-section .box .inner .content {
  position: static;
  display: table-cell;
  vertical-align: middle;
  color: #683c11;
  font-size: 2.1rem;
  line-height: 24px;
  text-align: right; }

.section.breakfast-3 .box .inner .content, .section.breakfast-5 .box .inner .content {
  position: static;
  display: table-cell;
  vertical-align: middle;
  color: #683c11;
  font-size: 2.1rem;
  line-height: 24px;
  padding-right: 50px;
  text-align: right; }

.inner .content .title {
  font-size: 3rem;
  margin-bottom: 10px; }

.m-t-20 {
  margin-top: 30px; }

.m-t-10 {
  margin-top: 10px; }

.inner .content .line {
  margin-top: 10px;
  border-top: 1px solid rgba(104, 60, 17, 0.2);
  height: 36px;
  line-height: 36px;
  vertical-align: middle; }

.inner .content .line .right {
  float: right; }

.inner .content .line .left {
  float: left; }

.inner .content .small {
  margin-top: 4px;
  font-size: 1.6rem;
  color: black; }

.inner .content .divider {
  width: 100%;
  height: 1px;
  background: black;
  margin: 30px 0; }

/******************/
.menu-diamonds {
  position: absolute;
  left: 50px;
  top: calc( 100vh - 310px );
  width: 520px;
  height: 260px;
  z-index: 100;
  text-align: center; }

.menu-diamonds .diamond {
  border: 80px solid transparent;
  border-bottom-color: white;
  top: -80px;
  display: inline-block;
  font-size: 3.6rem;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.menu-diamonds .diamond:after {
  content: '';
  position: absolute;
  left: -80px;
  top: 80px;
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top-color: white;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.menu-diamonds .diamond span {
  position: absolute;
  top: 60px;
  right: -80px;
  width: 160px;
  z-index: 100; }

.menu-diamonds .diamond:hover {
  border-bottom-color: #683c11;
  color: white; }

.menu-diamonds .diamond:hover:after {
  border-top-color: #683c11;
  color: white; }

#menu-diamond-1 {
  position: absolute;
  right: 0; }

#menu-diamond-2 {
  position: absolute;
  right: 180px; }

#menu-diamond-3 {
  position: absolute;
  right: 360px; }

#menu-diamond-4 {
  position: absolute;
  right: 90px;
  top: 20px; }

#menu-diamond-5 {
  position: absolute;
  right: 270px;
  top: 20px; }

/******************/
.branches-diamonds {
  position: absolute;
  left: 50px;
  top: calc( 100vh - 410px );
  width: 520px;
  height: 360px;
  z-index: 100;
  text-align: center; }

.branches-diamonds .diamond {
  border: 80px solid transparent;
  border-bottom-color: white;
  top: -80px;
  display: inline-block;
  font-size: 3rem;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.branches-diamonds .diamond:after {
  content: '';
  position: absolute;
  left: -80px;
  top: 80px;
  width: 0;
  height: 0;
  border: 80px solid transparent;
  border-top-color: white;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.branches-diamonds .diamond span {
  position: absolute;
  top: 60px;
  right: -80px;
  width: 160px;
  z-index: 100; }

.branches-diamonds .diamond:hover {
  border-bottom-color: #683c11;
  color: white; }

.branches-diamonds .diamond:hover:after {
  border-top-color: #683c11;
  color: white; }

#branch-diamond-1 {
  position: absolute;
  right: 0; }

#branch-diamond-2 {
  position: absolute;
  right: 180px; }

#branch-diamond-3 {
  position: absolute;
  right: 360px; }

#branch-diamond-4 {
  position: absolute;
  right: 90px;
  top: 20px; }

#branch-diamond-5 {
  position: absolute;
  right: 270px;
  top: 20px; }

#branch-diamond-6 {
  position: absolute;
  right: 0;
  top: 120px; }

#branch-diamond-7 {
  position: absolute;
  right: 180px;
  top: 120px; }

#branch-diamond-8 {
  position: absolute;
  right: 360px;
  top: 120px; }

/******************/
.section.branch-1 {
  background: url(../images/shlomtzion-2.jpg); }

.section.branch-2 {
  background: url(../images/shlmotzion-1.jpg); }

.section.branch-3 {
  background: url(../images/modiin-1.jpg); }

.section.branch-4 {
  background: url(../images/modiin-2.jpg); }

.section.branch-5 {
  background: url(../images/moshava-1.jpg); }

.section.branch-6 {
  background: url(../images/moshava-2.jpg); }

.section.branch-7 {
  background: url(../images/petach-1.jpg); }

.section.branch-8 {
  background: url(../images/petach-2.jpg); }

.section.branch-9 {
  background: url(../images/malcha-2.jpg); }

.section.branch-10 {
  background: url(../images/malcha-1.jpg); }

.section.branch-11 {
  background: url(../images/edomim-1.jpg); }

.section.branch-12 {
  background: url(../images/edomim-2.jpg); }

.section.branch-13 {
  background: url(../images/botani-1.jpg); }

.section.branch-14 {
  background: url(../images/botani-2.jpg); }

.section.branch .box {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background: white; }

.section.branch .box.right {
  right: 0;
  width: 40%; }

.section.branch .box.full-right {
  right: 0;
  width: 50%; }

.section.branch .box .triangle {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  z-index: 1; }

.section.branch .box .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table; }

.section.branch .box .inner .content {
  position: static;
  display: table-cell;
  vertical-align: middle;
  color: #683c11;
  font-size: 2.1rem;
  line-height: 24px;
  padding: 0 100px;
  text-align: right; }

.section.branch .box .inner .content .headline-2 {
  font-size: 3.6rem; }

.section.branch .box .inner .content .desc {
  margin-top: 20px; }

.section.branch .box .inner .content .details {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #683c11; }

.section.branch .box .inner .content .phone {
  position: relative;
  height: 40px;
  width: 150px;
  margin-top: 30px;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid #683c11;
  display: inline-block;
  margin-left: 6px; }

  .section.branch .box .inner .content a {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
  }

  .section.branch .box .inner .content a:hover {
    background: #4ECDC4;
    border-color: #4ECDC4;
    color: white;
  }

  .section.branch .box .inner .content a:focus {
    background: #4ECDC4;
    border-color: #4ECDC4;
    color: white;
  }

.section.branch .box .inner .content .open-map {
  position: relative;
  height: 40px;
  width: 150px;
  margin-top: 30px;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid #683c11;
  display: inline-block;
  cursor: pointer;
  margin-left: 6px;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

/* .section.branch .box .inner .content .open-map:hover {
  background: #683c11; 
  color: white; } */

.section.branch .box .inner .content .open-events-menu {
  position: relative;
  height: 40px;
  width: 150px;
  margin-top: 30px;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid #683c11;
  color: white;
  background: #683c11;
  display: inline-block;
  cursor: pointer;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

/* .section.branch .box .inner .content .open-events-menu:hover {
  background: transparent;
  color: #683c11; } */

.tripadvisor {
  display: block;
  margin-top: 30px;
  height: 60px;
  width: auto; }

.branch-gallery-image {
  position: relative;
  width: 50%;
  height: 50%;
  float: right; }

/*****/
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.f-form-wrapper {
  position: absolute;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  height: 436px;
  top: 50%;
  margin-top: -218px; }

.f-form {
  position: relative;
  width: 500px; }

.f-form br {
  display: none;
}

.f-form label {
  font-size: 20px;
  display: block;
  margin-bottom: 6px;
}

.f-form input {
  width: 100%;
  display: block;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #683c11;
  background: white;
  padding-right: 10px;
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  color: #683c11; 
}

.f-form input[type="submit"] {
  background: #683c11; 
  color: white;
  cursor: pointer;
}

.f-form textarea {
  width: 100%;
  display: block;
  height: 80px;
  margin-bottom: 10px;
  border: 2px solid #683c11;
  background: white;
  padding-right: 10px;
  padding-top: 10px;
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 2.1rem;
  font-style: normal;
  color: #683c11;
  resize: none; }

.f-form .send-button {
  width: 100%;
  display: block;
  height: 40px;
  background: #89643a;
  color: white;
  font-size: 2.1rem;
  padding-right: 10px;
  text-align: right;
  line-height: 40px;
  vertical-align: middle;
  cursor: pointer;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.f-form .send-button:hover {
  background: #683c11;
  color: white; }

::-webkit-input-placeholder {
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 2.1rem;
  font-style: normal;
  color: #683c11; }

:-moz-placeholder {
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 2.1rem;
  font-style: normal;
  color: #683c11; }

::-moz-placeholder {
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 2.1rem;
  font-style: normal;
  color: #683c11; }

:-ms-input-placeholder {
  font-family: 'livornaregular';
  font-weight: 400;
  font-size: 2.1rem;
  font-style: normal;
  color: #683c11; }

/***************/
.order-table {
  position: fixed;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background: url(images/wood-light.jpg);
  color: #683c11;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.order-table.in {
  transform: translateX(0);
  -webkit-transform: translateX(0); }

.overlay.brown {
  background: rgba(95, 55, 19, 0.95); }

.order-table .content-wrapper {
  position: absolute;
  width: 1100px;
  left: 50%;
  margin-left: -550px;
  height: 100%;
  top: 0;
  display: table; }

.order-table .content-wrapper .content {
  display: table-cell;
  vertical-align: middle; }

.order-table .content-wrapper .content h4, .order-table .content-wrapper .content h5 {
  padding-right: 25px; }

.order-table .content-wrapper .content h5 {
  font-size: 1.7rem; }

.order-table .content-wrapper .content h4 {
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

.order-table .content-wrapper .content .order-rec {
  width: calc( 20% - 40px );
  float: right;
  margin: 20px; }

  .order-table .content-wrapper .content .order-rec a:focus {
    color: #4ECDC4;
  }

  .order-table .content-wrapper .content .order-rec a:hover {
    color: #4ECDC4;
  }

.order-table .content-wrapper .content .order-rec .box {
  position: relative;
  width: 80%;
  height: 40px;
  background: rgba(104, 60, 17, 0.8);
  color: white;
  /* border-bottom: 1px solid white; */
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  margin: 10px auto 0;
  font-size: 2.1rem; }

.order-table .content-wrapper .content .order-rec .box a {
    display: block;
    height: 100%;
    background: #ffffff;
    color: #00a69c;
    font-size: 20px;
   
}

.order-table .content-wrapper .content .order-rec .box a .fa   {
    color: #00a69c;
    float: left;
    padding-left: 20px;
    line-height: 40px;
    font-size: 22px;

}



/* .order-table .content-wrapper .content .order-rec .box:before {
	position: absolute;
	left: calc( 100% - 18px );
	top: 6px;
	height: 35px;
	width: 35px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.order-table .content-wrapper .content .order-rec .box:after {
	position: absolute;
	right: calc( 100% - 18px );
	top: 6px;
	height: 35px;
	width: 35px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	content: '';
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
} */
/*******/
footer {
  padding: 100px 0; }

footer .items {
  position: relative;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  font-size: 5rem;
  padding: 0 100px; }

footer .items li, footer .items span {
  display: inline-block; }

footer .items span {
  margin: 0 15px; }

footer .items li {
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out; }

footer .items li.active {
  color: #ff9300; }

footer .items li:hover {
  color: #ff9300; }

  footer .items li a:focus {
    color: #ff9300; }

footer .items li.noho:hover {
  color: #ff9300; }

/**********/
.d-strip {
  position: relative;
  width: 25%;
  height: 100%;
  float: right; }

.d-strip .top {
  position: absolute;
  width: 100%;
  height: calc( 100% - 200px );
  top: 0;
  right: 0; }

.d-strip .top .right-tri {
  content: '';
  width: 0;
  height: 0;
  border-top: 90px solid white;
  border-left: 180px solid transparent;
  top: 0;
  right: 0;
  position: absolute; }

.d-strip .top .right-left {
  content: '';
  width: 0;
  height: 0;
  border-top: 90px solid white;
  border-right: 180px solid transparent;
  top: 0;
  left: 0;
  position: absolute; }

.d-strip .bottom {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  right: 0;
  padding: 50px 50px 0;
  text-align: center;
  background: url(images/wood-light.jpg) !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important; }

.d-strip .bottom .right-tri {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 90px solid white;
  border-left: 180px solid transparent;
  top: -90px;
  right: 0;
  position: absolute; }

.d-strip .bottom .right-left {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 90px solid white;
  border-right: 180px solid transparent;
  top: -90px;
  left: 0;
  position: absolute; }

/* .d-strip .bottom:before {
	content: '';
	position: absolute;
	width: 50%;
	padding-bottom: 50%;
	bottom: 0;
	background: green;
	right: -15.5%;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.d-strip .bottom:after {
	content: '';
	position: absolute;
	width: 50%;
	padding-bottom: 50%;
	bottom: 100%;
	background: red;
	left: 0;
} */
.center-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  text-align: center;
  padding: 0 50px; }

.center-wrapper.narrow {
  width: 500px;
  left: 50%;
  margin-left: -250px;
  padding: 0; }

.center-wrapper .content {
  display: table-cell;
  vertical-align: middle; }

.d-strip .bottom .title {
  font-size: 3rem; }

.d-strip .bottom .desc {
  color: black; }

.d-strip .bottom .price {
  font-size: 2.1rem; }

/***************/
.container-map {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background: #683c11;
  color: white;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.container-map.in {
  transform: translateX(0);
  -webkit-transform: translateX(0); }

.map-container {
  position: absolute;
  width: calc( 100% - 20px );
  height: calc( 100% - 20px );
  top: 10px;
  left: 10px;
  background: white; }

/******/
.go-b {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all .8s ease-out .3s;
  -webkit-transition: all .8s ease-out .3s;
  opacity: 0; }

.go-b.in {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1; }

/*******/
.open-a-message {
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
  border-bottom: 1px solid; 
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out;
}

  .open-a-message:hover {
    color: #ff9300;
  }

  .open-a-message:focus {
    color: #ff9300;
  }

.a-message-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999999999;
  display: none; }
  .a-message-wrapper.show {
    display: block; }
  .a-message-wrapper .close {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer; }
  .a-message-wrapper .message {
    position: absolute;
    width: 680px;
    height: 400px;
    left: 50%;
    margin-left: -340px;
    top: 50%;
    margin-top: -200px;
    background: white;
    color: #683c11;
    font-size: 20px;
    line-height: 1.3;
    padding: 30px 44px; }
    .a-message-wrapper .message .x-button {
      top: 15px;
      right: 15px;
      width: 16px; }
    .a-message-wrapper .message a {
      border-bottom: 1px solid; }

/*******/
.gallery-images {
  position: relative;
  width: 100%;
  height: auto; }

.gallery-images li {
  position: relative;
  float: left;
  width: 25%;
  height: 50vh;
  cursor: pointer; }

.gallery-images li .overlay {
  opacity: 0;
  transition: all .4s ease-out;
  -webkit-transition: all .4s ease-out; }

.gallery-images li .overlay .dots {
  position: absolute;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -128px; }

.gallery-images li:hover .overlay {
  opacity: 1; }

.image-container {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  transition: all .6s ease-out;
  -webkit-transition: all .6s ease-out; }

.image-container.show {
  visibility: visible;
  opacity: 1; }

.image-container .image {
  position: absolute;
  top: 100px;
  left: 100px;
  right: 100px;
  bottom: 100px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }

/*****************/
.hero-banner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  color: #683c11;
  height: 122px;
  line-height: 122px;
  vertical-align: middle;
  font-size: 5.5rem;
  padding-right: 90px; }

.hero-banner .dots {
  position: absolute;
  right: 30px;
  height: 100%;
  line-height: 122px;
  vertical-align: middle;
  top: 0;
  font-size: 16rem; }

  .hero-banner a {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
  }

  .hero-banner a:hover {
    color: #4ECDC4;
  }

  .hero-banner a:focus {
    color: #4ECDC4;
  }
/*****************/
.mob-tri {
  display: none; }

/*************** media queries *****************/
@media screen and (min-width: 0px) and (max-width: 1024px) {
  .main-logo {
    width: 250px;
    margin-left: -125px;
    top: 200px;
    margin-top: 0; }

  .order-button {
    left: 15px;
    height: 40px;
    line-height: 40px;
    width: 140px;
    font-size: 2.1rem; }

  .order-button .triangle {
    border-right: 15px solid #683c11;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent; }

  .order-button .triangle.right {
    border-left: 15px solid #683c11; }

  .panel {
    right: 10px;
    top: 25px;
    width: 52px;
    height: 52px; }

  .panel .diamond.second {
    right: 56px; }

  .panel .diamond.second span {
    font-size: 2.2rem;
    top: 16px; }

  .panel .diamond.third {
    right: 28px; }

  .panel .diamond.third i {
    top: 15px; }

  .diamond {
    border: 25px solid transparent;
    border-bottom-color: white;
    top: -25px; }

  .diamond:after {
    left: -25px;
    top: 25px;
    border: 25px solid transparent;
    border-top-color: white; }

  .panel .diamond.first .menu-button {
    width: 22px;
    right: -11px;
    top: 17px; }

  .panel .diamond.first .menu-button .line.middle {
    top: 6px; }

  .panel .diamond.first .menu-button .line.bottom {
    top: 12px; }

  .section.cafipedia .headline, .section.branches .headline, .section.menu .headline, .section.franchisees .headline {
    top: 100px;
    margin-top: 0;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center; }

  h2 {
    font-size: 5rem; }

  .section.cafipedia .box, .section.branches .box, .section.menu .box, .section.franchisees .box {
    width: 100%;
    bottom: 0;
    height: 50%;
    top: auto; }

  .section.cafipedia .box .triangle, .section.branches .box .triangle, .section.menu .box .triangle, .section.franchisees .box .triangle {
    display: none; }

  .section.cafipedia .box .inner .content {
    font-size: 1.8rem;
    line-height: 21px;
    padding: 0 40px;
    text-align: right; }

  .totseret {
    display: none; }

  #arrow-down-d {
    display: none; }

  .section.menu .box .inner .content, .section.franchisees .box .inner .content, .section.branches .box .inner .content {
    font-size: 2.8rem;
    line-height: 32px;
    padding: 10px;
    text-align: center; }

  .x-button {
    right: 20px;
    top: 40px; }

  .menu-items {
    right: 20px; }

  .side-menu {
    width: 250px; }

  .container.move {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px); }

  .order-table {
    overflow: hidden;
    height: 650px; }

  .order-table .content-wrapper {
    width: 100%;
    left: 0;
    margin-left: 0; }

  .order-table .content-wrapper .content .order-rec {
    width: 50%;
    margin: 50px auto;
    position: relative;
    height: 100px; }

  .order-table .content-wrapper .content h4 {
    font-size: 2.1rem; }

  .order-table .content-wrapper .content h4, .order-table .content-wrapper .content h5 {
    padding-right: 0;
    text-align: center; }

  .order-table .content-wrapper .content .order-rec .box {
    height: 36px;
    line-height: 34px;
    font-size: 1.8rem;
    position: absolute;
    right: 10%;
    bottom: 10px; }

  .order-table .x-button {
    display: none; }

  .mob-tri {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 50px solid white; }

  .menu-items {
    font-size: 3rem;
    height: 260px;
    margin-top: -130px; }

  .rights {
    right: 20px; }

  .main-headline.white {
    font-size: 5rem; }

  .section.branch {
    height: auto !important; }

  .branch-t-image {
    position: relative;
    height: 50vh;
    width: 100%;
    border-top: 2px solid white; }

  .section.branch .box {
    width: 100%;
    height: 70%;
    top: auto;
    bottom: 0;
    position: relative;
    padding: 30px 0; }

  .section.branch .box .inner {
    position: relative;
    display: block; }

  .section.branch .box .inner .content {
    position: relative;
    display: block; }

  .section.branch .box .triangle {
    display: none; }

  .section.branch .box .inner .content {
    font-size: 1.8rem;
    line-height: 21px;
    padding: 0 20px;
    text-align: right; }

  .section.branch .box .inner .content .phone, .section.branch .box .inner .content .open-map {
    width: 120px; }

  footer {
    padding: 50px 0; }

  footer .items {
    padding: 0 50px;
    font-size: 2.1rem;
    line-height: 24px;
    text-align: center; }

  footer .items span {
    margin: 0 5px; }

  .section .box .big-tri-left {
    display: none; }

  .section .box.left, .section .box.right {
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    padding: 30px 0;
    height: auto; }

  .section.menu-section {
    height: auto !important; }

  .section.menu-section .box .inner {
    position: relative;
    display: block; }

  .section.menu-section .box.left .inner .content, .section.menu-section .box.right .inner .content {
    padding: 0 20px;
    font-size: 1.8rem;
    line-height: 18px; }

  .section.menu-section .box .inner .content {
    position: relative;
    display: block;
    padding: 0 10px; }

  .section.desserts {
    height: auto !important; }

  .d-strip {
    width: 100%;
    height: 75vh;
    float: none; }

  .d-strip .top .right-tri, .d-strip .top .right-left, .d-strip .bottom .right-tri, .d-strip .bottom .right-left {
    display: none; }

  .f-form {
    width: 100%; }

  .f-form input, .f-form textarea {
    -webkit-appearance: none;
    border-radius: 0; }

  .f-form .send-button {
    background: #683c11; }

  .section.cafipedia .box .inner .content .inside, .section.menu .box .inner .content .inside, .section.branches .box .inner .content .inside, .section.franchisees .box .inner .content .inside {
    position: relative;
    width: auto;
    left: 0;
    margin-left: 0;
    height: auto;
    top: 0;
    margin-top: auto; }

  .section.cafipedia .box .inner, .section.branches .box .inner, .section.menu .box .inner, .section.franchisees .box .inner {
    padding-right: 0;
    padding-left: 0; }

  .section.menu-section .box.left, .section.menu-section .box.right {
    width: 100% !important; }

  .section.menu-section .box .inner {
    width: 100% !important;
    margin-left: 0;
    left: 0; }

  .section.franchisees .box .inner .content .inside:hover {
    transform: translateX(0);
    -webkit-transform: translatX(0); }

  .section.menu .box .inner .content ul li {
    font-size: 4.4rem;
    line-height: 50px; }

  .section.menu .box .inner .content ul li:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0); }

  .section.branches .box .inner .content ul {
    /* -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    padding: 0 20px;
    text-align: right; */
    width: 220px;
    margin: auto; }

  .section.branches .box .inner .content ul li {
    font-size: 3.6rem;
    line-height: 1;
    padding: 10px 0;
    border-bottom: 2px solid #683c11; }

  .section.branches .box .inner .content ul li:last-of-type {
    border-bottom: 0; }

  .section.branches .box .inner .content ul li:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0); }

  .gallery-images li {
    width: 50%; }

  .gallery-images li .overlay .dots {
    width: 50px;
    margin-left: -25px;
    margin-top: -80px; }

  .image-container .image {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px; }

  .section.bg.menu, .section.bg.branches, .section.bg.franchisees, .section.bg.cafipedia {
    height: auto !important; }

  .section.bg.menu .box, .section.bg.branches .box, .section.bg.franchisees .box, .section.bg.cafipedia .box {
    margin-top: 50vh;
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out; }

  .section.bg.menu .box.show, .section.bg.branches .box.show, .section.bg.franchisees .box.show, .section.bg.cafipedia .box.show {
    position: relative;
    padding: 30px 0;
    height: auto; }

  .section.bg.menu .box .inner, .section.bg.branches .box .inner, .section.bg.franchisees .box .inner, .section.bg.cafipedia .box .inner {
    position: relative; }

  .panel.move {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px); }

  .hero-banner {
    height: auto;
    line-height: 1;
    font-size: 2.1rem;
    padding: 20px 40px 20px 20px; 
    display: none;
      
  }


  .hero-banner .dots {
    right: 15px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    margin-top: -20px;
    font-size: 7rem; }

  .panel.a-panel {
    top: 85px;
    right: 10px; }

  .panel.a-panel .fa {
    top: 12px;
    right: -11px; }

  .accessibility-panel {
    top: 150px;
    right: 35px; }

  .a-message-wrapper {
    overflow: auto; }

  .a-message-wrapper .message {
    width: calc( 100% - 40px );
    top: 20px;
    margin-top: 0;
    right: 20px;
    margin-left: 0;
    left: auto;
    height: auto; } }

/*# sourceMappingURL=style.css.map */

@media only screen and (min-width: 600px) {

a.hazz {
    height: 40px;
    width: 180px;
    float: right;
    line-height: 40px;
    background: #4ecdc4 !IMPORTANT;
    color: #ffff;
    /* padding: 10px 13px; */
    font-size: 20px;
    position: relative;
    top: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;

	    
}
}


    @media only screen and (min-width: 768px) {
    
	.mobile, .special {
		display: none;
	}
	#fullpage {
    margin-top: 100px;
}
.logo img {
    height: 90px;
    float: right;
    padding-top: 10px;
    padding-right: 50px;
}

}

@media only screen and (max-width: 768px) {
    .order-table .content-wrapper .content .order-rec .box a .fa {
display: none !important;
}
a.hazz {

    position: relative;
    top: 60px;
}

a.hazz .fa {

   	display: none !important;
}
	.nomobile {
		display: none !important;
	}
	.logo img {
    height: 90px;
    float: right;
    padding-top: 10px;
    padding-right: 80px;
}

}



.top {
    position: fixed;
    height: 100px;
    background: #fff;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.top .menu li {
    float: right;
    line-height: 100px;
}

.top .menu li a {
    font-size: 28px;
    padding: 0px 26px;
    color: #00a59e;
}

.top .menu li a:hover {
    color: rgba(104, 60, 17, 0.8);
    text-decoration: underline;
}
.top .menu li a:hover {
    
}

li.shul {
    float: right;
    margin-right: 200px;
    list-style: none;
    color: #fff;
    font-size: 28px;
    margin-top: -28px;
}
.centert {
    height: 50px;
    width: auto;
    background: rgb(0 165 158);
    line-height: 50px;
    padding: 0px 10px;
	    cursor: pointer;
}
.rightt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent rgb(0 165 158);
    position: relative;
    left: 25px;
    top: -50px;
}
.leftt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent rgb(0 165 158) transparent transparent;
    position: relative;
    left: -177px;
    top: 50px;
}

li.lang{
    float: left;
    line-height: 50px;
    margin-top: 25px;
    margin-left: 50px;
    list-style: none;
    direction: ltr;
    color: #00a59e;
}

li.shar {
    float: left;
    margin-top: 38px;
    list-style: none;
    padding-left: 30px;
}

li.shar a .fa {
    font-size: 18px;
    margin-right: 5px;
}



a.hazz  .fa {
    padding-right: 20px;
}

a.hazz:hover {
    background: #32373c;
    color: #ffff !important;
}
a.hazz:fovcus {
    background: #32373c;
    color: #ffff !important;
}


.order-table {
    background: #00a69c  !important;
    color: #fff !important;
}

.order-rec  .rightt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 21px 19px;
    border-color: transparent transparent transparent rgb(255 255 255);
    position: relative;
    left: 1px;
    top: -40px;
}


.order-rec .leftt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    position: relative;
    left: -162px;
    top: 50px;

}


.order-table .content-wrapper .content h4  {
    padding-right: 25px;
    position: relative;
    font-size: 24PX;
    top: 48px;
    width: 100%;
    text-align: center;
    right: -13px;
}

.order-table .content-wrapper .content .order-rec .box table tr td a {
    display: block;
    height: auto  !important;
    background: none  !important;
    color: #fff !important;

}



@media only screen and (max-width: 600px) {
	
.overlay {

    background: url(https://caffit.co.il/wp-content/uploads/2016/01/shlomtzion-277.jpg);
    

}


a.hazz {
    	right: 25%;
    height: 30px;
    width: 180px;
    float: right;
    line-height: 30px;
    background: #4ecdc4 !IMPORTANT;
    color: #ffff;
    font-size: 20px;
    position: relative;
    top: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
}

.order-table .content-wrapper .content .order-rec {
    width: 100% !important;
    margin: 0px auto !important;
    position: relative;
    height: 150px !important;
}

.order-table .content-wrapper .content .order-rec-309  {
    top: -55px !important;
}

.order-table .content-wrapper .content .order-rec .box {
    display: block;
    width: 200px !important;
    margin: 0px auto 0 !important;
    position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 28px;
    line-height: 28px;
}
.order-rec .rightt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px !important;
    border-color: transparent transparent transparent rgb(255 255 255);
    position: relative;
    left: -66px !important;
    top: -28px !important;
    
}
.order-rec .leftt {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 14px 0 !important;
    border-color: transparent #fff transparent transparent;
    position: relative;
    left: -280px !important;
    top: 28px !important;
}
.order-table .content-wrapper .content h4 {
    padding-right: 25px;
    position: relative;
    font-size: 22px;
    top: 22px !important;
    width: 100%;
    text-align: center;
    right: -15px !important;
}
.box img {
    width: 50%  !important;
}
}

.icone-309, .hazz-307 {
	display: none !important;
}