/*
	Kube. CSS & JS Framework
	Version 6.5.2
	Updated: February 2, 2017

	http://imperavi.com/kube/

	Copyright (c) 2009-2017, Imperavi LLC.
	License: MIT
*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch; }

img,
video,
audio {
  max-width: 100%; }

img,
video {
  height: auto; }

svg {
  max-height: 100%; }

iframe {
  border: none; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.black {
  color: #0d0d0e; }

.inverted {
  color: #fff; }

.error {
  color: #f03c69; }

.success {
  color: #35beb1; }

.warning {
  color: #f7ba45; }

.focus {
  color: #1c86f2; }

.aluminum {
  color: #f8f8f8; }

.silver {
  color: #e0e1e1; }

.lightgray {
  color: #d4d4d4; }

.gray {
  color: #bdbdbd; }

.midgray {
  color: #676b72; }

.darkgray {
  color: #313439; }

.bg-black {
  background-color: #0d0d0e; }

.bg-inverted {
  background-color: #fff; }

.bg-error {
  background-color: #f03c69; }

.bg-success {
  background-color: #35beb1; }

.bg-warning {
  background-color: #f7ba45; }

.bg-focus {
  background-color: #1c86f2; }

.bg-aluminum {
  background-color: #f8f8f8; }

.bg-silver {
  background-color: #e0e1e1; }

.bg-lightgray {
  background-color: #d4d4d4; }

.bg-gray {
  background-color: #bdbdbd; }

.bg-midgray {
  background-color: #676b72; }

.bg-darkgray {
  background-color: #313439; }

.bg-highlight {
  background-color: #edf2ff; }

html,
body {
  font-size: 16px;
  line-height: 24px; }

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #313439;
  background-color: transparent; }

a {
  color: #3794de; }

a:hover {
  color: #f03c69; }

h1.title, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #0d0d0e;
  text-rendering: optimizeLegibility;
  margin-bottom: 16px; }

h1.title {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 8px; }

h1,
.h1 {
  font-size: 48px;
  line-height: 52px; }

h2,
.h2 {
  font-size: 36px;
  line-height: 40px; }

h3,
.h3 {
  font-size: 24px;
  line-height: 32px; }

h4,
.h4 {
  font-size: 21px;
  line-height: 32px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 28px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 24px; }

h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  color: inherit; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 24px; }

ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
  margin: 0 0 0 24px; }

ol ol li {
  list-style-type: lower-alpha; }

ol ol ol li {
  list-style-type: lower-roman; }

nav ul,
nav ol {
  margin: 0;
  list-style: none; }
  nav ul ul,
  nav ul ol,
  nav ol ul,
  nav ol ol {
    margin-left: 24px; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 24px; }

p, blockquote, hr, pre, ol, ul, dl, table, fieldset, figure, address, form {
  margin-bottom: 16px; }

hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: -1px; }

blockquote {
  padding-left: 1rem;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  font-style: italic;
  color: rgba(49, 52, 57, 0.65); }
  blockquote p {
    margin-bottom: .5rem; }

time, cite, small, figcaption {
  font-size: 87.5%; }

cite {
  opacity: .6; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help; }

var {
  font-size: 16px;
  opacity: .6;
  font-style: normal; }

mark, code, samp, kbd {
  position: relative;
  top: -1px;
  padding: 4px 4px 2px 4px;
  display: inline-block;
  line-height: 1;
  color: rgba(49, 52, 57, 0.85); }

code {
  background: #e0e1e1; }

mark {
  background: #f7ba45; }

samp {
  color: #fff;
  background: #1c86f2; }

kbd {
  border: 1px solid rgba(0, 0, 0, 0.1); }

sub,
sup {
  font-size: x-small;
  line-height: 0;
  margin-left: 1rem/4;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 1px; }

pre, code, samp, var, kbd {
  font-family: Consolas, Monaco, "Courier New", monospace; }

pre, code, samp, var, kbd, mark {
  font-size: 87.5%; }

pre,
pre code {
  background: #f8f8f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 20px;
  color: rgba(49, 52, 57, 0.85);
  overflow: none;
  white-space: pre-wrap; }

pre {
  padding: 1rem; }

figcaption {
  opacity: .6; }

figure figcaption {
  position: relative;
  top: -1rem/2; }

figure pre {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

figure .video-container,
figure pre {
  margin-bottom: 8px; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

ul.unstyled {
  margin-left: 0; }

ul.unstyled,
ul.unstyled ul {
  list-style: none; }

.monospace {
  font-family: Consolas, Monaco, "Courier New", monospace; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic !important; }

.strong {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important; }

.muted {
  opacity: .55; }

a.muted {
  color: #0d0d0e; }

a.muted:hover {
  opacity: 1; }

.black {
  color: #0d0d0e; }

.smaller {
  font-size: 12px;
  line-height: 20px; }

.small {
  font-size: 14px;
  line-height: 20px; }

.big {
  font-size: 18px;
  line-height: 28px; }

.large {
  font-size: 20px;
  line-height: 32px; }

.end {
  margin-bottom: 0 !important; }

.highlight {
  background-color: #edf2ff; }

.nowrap,
.nowrap td {
  white-space: nowrap; }

@media (min-width: 768px) and (max-width: 1024px) {
  .columns-2,
  .columns-3,
  .columns-4 {
    column-gap: 24px; }
  .columns-2 {
    column-count: 2; }
  .columns-3 {
    column-count: 3; }
  .columns-4 {
    column-count: 4; } }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .row {
      flex-direction: column;
      flex-wrap: nowrap; } }
  .row.gutters,
  .row.gutters > .row {
    margin-left: -2%; }
    @media (max-width: 768px) {
      .row.gutters,
      .row.gutters > .row {
        margin-left: 0; } }
    .row.gutters > .col,
    .row.gutters > .row > .col {
      margin-left: 2%; }
      @media (max-width: 768px) {
        .row.gutters > .col,
        .row.gutters > .row > .col {
          margin-left: 0; } }
  .row.around {
    justify-content: space-around; }
  .row.between {
    justify-content: space-between; }
  .row.auto .col {
    flex-grow: 1; }

.col-1 {
  width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

.gutters > .col-1 {
  width: calc(8.33333% - 2%); }

.gutters > .offset-1 {
  margin-left: calc(8.33333% + 2%) !important; }

.gutters > .col-2 {
  width: calc(16.66667% - 2%); }

.gutters > .offset-2 {
  margin-left: calc(16.66667% + 2%) !important; }

.gutters > .col-3 {
  width: calc(25% - 2%); }

.gutters > .offset-3 {
  margin-left: calc(25% + 2%) !important; }

.gutters > .col-4 {
  width: calc(33.33333% - 2%); }

.gutters > .offset-4 {
  margin-left: calc(33.33333% + 2%) !important; }

.gutters > .col-5 {
  width: calc(41.66667% - 2%); }

.gutters > .offset-5 {
  margin-left: calc(41.66667% + 2%) !important; }

.gutters > .col-6 {
  width: calc(50% - 2%); }

.gutters > .offset-6 {
  margin-left: calc(50% + 2%) !important; }

.gutters > .col-7 {
  width: calc(58.33333% - 2%); }

.gutters > .offset-7 {
  margin-left: calc(58.33333% + 2%) !important; }

.gutters > .col-8 {
  width: calc(66.66667% - 2%); }

.gutters > .offset-8 {
  margin-left: calc(66.66667% + 2%) !important; }

.gutters > .col-9 {
  width: calc(75% - 2%); }

.gutters > .offset-9 {
  margin-left: calc(75% + 2%) !important; }

.gutters > .col-10 {
  width: calc(83.33333% - 2%); }

.gutters > .offset-10 {
  margin-left: calc(83.33333% + 2%) !important; }

.gutters > .col-11 {
  width: calc(91.66667% - 2%); }

.gutters > .offset-11 {
  margin-left: calc(91.66667% + 2%) !important; }

.gutters > .col-12 {
  width: calc(100% - 2%); }

.gutters > .offset-12 {
  margin-left: calc(100% + 2%) !important; }

@media (max-width: 768px) {
  [class^='offset-'],
  [class*=' offset-'] {
    margin-left: 0; } }

.first {
  order: -1; }

.last {
  order: 1; }

@media (max-width: 768px) {
  .row .col {
    margin-left: 0;
    width: 100%; }
  .row.gutters .col {
    margin-bottom: 16px; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  font-size: 15px;
  line-height: 24px; }

table caption {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #676b72; }

th {
  text-align: left;
  font-weight: 700;
  vertical-align: bottom; }

td {
  vertical-align: top; }

tr.align-middle td,
td.align-middle {
  vertical-align: middle; }

th,
td {
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

tfoot th,
tfoot td {
  color: rgba(49, 52, 57, 0.5); }

table.bordered td,
table.bordered th {
  border: 1px solid rgba(0, 0, 0, 0.05); }

table.striped tr:nth-child(odd) td {
  background: #f8f8f8; }

table.bordered td:first-child,
table.bordered th:first-child,
table.striped td:first-child,
table.striped th:first-child {
  padding-left: 1rem; }

table.bordered td:last-child,
table.bordered th:last-child,
table.striped td:last-child,
table.striped th:last-child {
  padding-right: 1rem; }

table.unstyled td,
table.unstyled th {
  border: none;
  padding: 0; }

fieldset {
  font-family: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem; }

legend {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 1rem;
  margin-left: -1rem;
  top: 2px;
  position: relative;
  line-height: 0; }

input,
textarea,
select {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  box-shadow: none;
  padding: 0 12px; }

input.small,
textarea.small,
select.small {
  height: 36px;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 3px; }

input.big,
textarea.big,
select.big {
  height: 48px;
  font-size: 17px;
  padding: 0 12px;
  border-radius: 3px; }

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #1c86f2;
  box-shadow: 0 0 1px #1c86f2 inset; }

input.error,
textarea.error,
select.error {
  background-color: rgba(240, 60, 105, 0.1);
  border: 1px solid #f583a0; }
  input.error:focus,
  textarea.error:focus,
  select.error:focus {
    border-color: #f03c69;
    box-shadow: 0 0 1px #f03c69 inset; }

input.success,
textarea.success,
select.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb; }
  input.success:focus,
  textarea.success:focus,
  select.success:focus {
    border-color: #35beb1;
    box-shadow: 0 0 1px #35beb1 inset; }

input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5); }

select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="#5e6c75" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center; }

select[multiple] {
  background-image: none;
  height: auto;
  padding: .5rem .75rem; }

textarea {
  height: auto;
  padding: 8px 12px;
  line-height: 24px;
  vertical-align: top; }

input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block; }

input[type="search"],
input.search {
  background-repeat: no-repeat;
  background-position: 8px 53%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="#000" fill-opacity="0.4" d="M14.891,14.39l-0.5.5a0.355,0.355,0,0,1-.5,0L9.526,10.529a5.3,5.3,0,1,1,2.106-4.212,5.268,5.268,0,0,1-1.1,3.21l4.362,4.362A0.354,0.354,0,0,1,14.891,14.39ZM6.316,2.418a3.9,3.9,0,1,0,3.9,3.9A3.9,3.9,0,0,0,6.316,2.418Z"/></svg>');
  padding-left: 32px; }

input[type="radio"],
input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0; }

label {
  display: block;
  color: #313439;
  margin-bottom: 4px;
  font-size: 15px; }
  label.checkbox,
  label .desc,
  label .success,
  label .error {
    text-transform: none;
    font-weight: normal; }
  label.checkbox {
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: inherit; }
    label.checkbox input {
      margin-top: 0; }

.form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 16px; }

.req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #f03c69;
  font-size: 110%; }

.desc {
  color: rgba(49, 52, 57, 0.5);
  font-size: 12px;
  line-height: 20px; }

span.desc {
  margin-left: 4px; }

div.desc {
  margin-top: 4px;
  margin-bottom: -8px; }

.form-buttons button,
.form-buttons .button {
  margin-right: 8px; }

form,
.form-item {
  margin-bottom: 2rem; }

.form > .form-item:last-child {
  margin-bottom: 0; }

.form .row:last-child .form-item {
  margin-bottom: 0; }

.form span.success,
.form span.error {
  font-size: 12px;
  line-height: 20px;
  margin-left: 4px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  width: auto; }

.append,
.prepend {
  display: flex; }
  .append input,
  .prepend input {
    flex: 1; }
  .append .button,
  .append span,
  .prepend .button,
  .prepend span {
    flex-shrink: 0; }
  .append span,
  .prepend span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    border: 1px solid #d4d4d4;
    background-color: #f8f8f8;
    padding: 0 .875rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    white-space: nowrap; }

.prepend input {
  border-radius: 0 3px 3px 0; }

.prepend .button {
  margin-right: -1px;
  border-radius: 3px 0 0 3px !important; }

.prepend span {
  border-right: none;
  border-radius: 3px 0 0 3px; }

.append input {
  border-radius: 3px 0 0 3px; }

.append .button {
  margin-left: -1px;
  border-radius: 0 3px 3px 0 !important; }

.append span {
  border-left: none;
  border-radius: 0 3px 3px 0; }

button,
.button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #1c86f2;
  border-radius: 3px;
  min-height: 40px;
  padding: 8px 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none; }
  button i,
  .button i {
    position: relative;
    top: 1px;
    margin: 0 2px; }

input[type="submit"] {
  width: auto; }

button:hover,
.button:hover {
  outline: none;
  text-decoration: none;
  color: #fff;
  background-color: #4ca0f5; }

.button:disabled,
.button.disabled {
  cursor: default;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(28, 134, 242, 0.7); }

.button.small {
  font-size: 13px;
  min-height: 36px;
  padding: 6px 20px;
  border-radius: 3px; }

.button.big {
  font-size: 17px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 3px; }

.button.large {
  font-size: 19px;
  min-height: 56px;
  padding: 20px 36px;
  border-radius: 3px; }

.button.outline {
  background: none;
  border-width: 2px;
  border-color: #1c86f2;
  color: #1c86f2; }
  .button.outline:hover {
    background: none;
    color: rgba(28, 134, 242, 0.6);
    border-color: rgba(28, 134, 242, 0.5); }
  .button.outline:disabled, .button.outline.disabled {
    background: none;
    color: rgba(28, 134, 242, 0.7);
    border-color: rgba(28, 134, 242, 0.5); }

.button.inverted {
  color: #000;
  background-color: #fff; }
  .button.inverted:hover {
    color: #000;
    background-color: white; }
  .button.inverted:disabled, .button.inverted.disabled {
    color: rgba(0, 0, 0, 0.7);
    background-color: rgba(255, 255, 255, 0.7); }
  .button.inverted.outline {
    background: none;
    color: #fff;
    border-color: #fff; }
    .button.inverted.outline:hover {
      color: rgba(255, 255, 255, 0.6);
      border-color: rgba(255, 255, 255, 0.5); }
    .button.inverted.outline:disabled, .button.inverted.outline.disabled {
      background: none;
      color: rgba(255, 255, 255, 0.7);
      border-color: rgba(255, 255, 255, 0.5); }
  .button.inverted:hover {
    opacity: .7; }

.button.round {
  border-radius: 56px; }

.button.raised {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.button.upper {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px; }
  .button.upper.small {
    font-size: 11px; }
  .button.upper.big {
    font-size: 13px; }
  .button.upper.large {
    font-size: 15px; }

.button.secondary {
  color: #fff;
  background-color: #313439; }
  .button.secondary:hover {
    color: #fff;
    background-color: #606670; }
  .button.secondary:disabled, .button.secondary.disabled {
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(49, 52, 57, 0.7); }
  .button.secondary.outline {
    background: none;
    color: #313439;
    border-color: #313439; }
    .button.secondary.outline:hover {
      color: rgba(49, 52, 57, 0.6);
      border-color: rgba(49, 52, 57, 0.5); }
    .button.secondary.outline:disabled, .button.secondary.outline.disabled {
      background: none;
      color: rgba(49, 52, 57, 0.7);
      border-color: rgba(49, 52, 57, 0.5); }

.label {
  display: inline-block;
  font-size: 13px;
  background: #e0e1e1;
  line-height: 18px;
  padding: 0 10px;
  font-weight: 500;
  color: #313439;
  border: 1px solid transparent;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px; }
  .label a,
  .label a:hover {
    color: inherit;
    text-decoration: none; }

.label.big {
  font-size: 14px;
  line-height: 24px;
  padding: 0 12px; }

.label.upper {
  text-transform: uppercase;
  font-size: 11px; }

.label.outline {
  background: none;
  border-color: #bdbdbd; }

.label.badge {
  text-align: center;
  border-radius: 64px;
  padding: 0 6px; }
  .label.badge.big {
    padding: 0 8px; }

.label.tag {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  font-size: 11px; }
  .label.tag.big {
    font-size: 13px; }

.label.success {
  background: #35beb1;
  color: #fff; }
  .label.success.tag, .label.success.outline {
    background: none;
    border-color: #35beb1;
    color: #35beb1; }

.label.error {
  background: #f03c69;
  color: #fff; }
  .label.error.tag, .label.error.outline {
    background: none;
    border-color: #f03c69;
    color: #f03c69; }

.label.warning {
  background: #f7ba45;
  color: #0d0d0e; }
  .label.warning.tag, .label.warning.outline {
    background: none;
    border-color: #f7ba45;
    color: #f7ba45; }

.label.focus {
  background: #1c86f2;
  color: #fff; }
  .label.focus.tag, .label.focus.outline {
    background: none;
    border-color: #1c86f2;
    color: #1c86f2; }

.label.black {
  background: #0d0d0e;
  color: #fff; }
  .label.black.tag, .label.black.outline {
    background: none;
    border-color: #0d0d0e;
    color: #0d0d0e; }

.label.inverted {
  background: #fff;
  color: #0d0d0e; }
  .label.inverted.tag, .label.inverted.outline {
    background: none;
    border-color: #fff;
    color: #fff; }

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 24px; }
  .breadcrumbs ul {
    display: flex;
    align-items: center; }
  .breadcrumbs.push-center ul {
    justify-content: center; }
  .breadcrumbs span,
  .breadcrumbs a {
    font-style: normal;
    padding: 0 10px;
    display: inline-block;
    white-space: nowrap; }
  .breadcrumbs li:after {
    display: inline-block;
    content: '/';
    color: rgba(0, 0, 0, 0.3); }
  .breadcrumbs li:last-child:after {
    display: none; }
  .breadcrumbs li:first-child span,
  .breadcrumbs li:first-child a {
    padding-left: 0; }
  .breadcrumbs li.active a {
    color: #313439;
    text-decoration: none;
    cursor: text; }

.pagination {
  margin: 24px 0;
  font-size: 14px; }
  .pagination ul {
    display: flex;
    margin: 0; }
  .pagination.align-center ul {
    justify-content: center; }
  .pagination span,
  .pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 12px;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid transparent; }
  .pagination a {
    text-decoration: none;
    color: #313439; }
    .pagination a:hover {
      color: rgba(0, 0, 0, 0.5);
      border-color: #e0e1e1; }
  .pagination span,
  .pagination li.active a {
    color: rgba(0, 0, 0, 0.5);
    border-color: #e0e1e1;
    cursor: text; }
  .pagination.upper {
    font-size: 12px; }

.pager span {
  line-height: 24px; }

.pager span,
.pager a {
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 64px;
  border-color: rgba(0, 0, 0, 0.1); }

.pager li {
  flex-basis: 50%; }

.pager li.next {
  text-align: right; }

.pager.align-center li {
  flex-basis: auto;
  margin-left: 4px;
  margin-right: 4px; }

.pager.flat span,
.pager.flat a {
  border: none;
  display: block;
  padding: 0; }

.pager.flat a {
  font-weight: bold; }
  .pager.flat a:hover {
    background: none;
    text-decoration: underline; }

@media (max-width: 768px) {
  .pager.flat ul {
    flex-direction: column; }
  .pager.flat li {
    flex-basis: 100%;
    margin-bottom: 8px;
    text-align: left; } }

@font-face {
  font-family: 'Kube';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfgAAAC8AAAAYGNtYXAXVtKOAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZsMn2SAAAAF4AAADeGhlYWQMP9EUAAAE8AAAADZoaGVhB8IDzQAABSgAAAAkaG10eCYABd4AAAVMAAAAMGxvY2EFWASuAAAFfAAAABptYXhwABcAmwAABZgAAAAgbmFtZfMJxocAAAW4AAABYnBvc3QAAwAAAAAHHAAAACAAAwPHAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qf//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAKAAAAAAQAA8AADwAUACQANABEAFYAaAB4AIgAmAAAEyIGFREUFjMhMjY1ETQmIwUhESEREzgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjATIWHQEUBiMiJj0BNDYzOAExITIWHQEUBiMiJj0BNDYzOAExATgBMSIGFRQWMzI2NTQmIzM4ATEiBhUUFjMyNjU0JiMzOAExIgYVFBYzMjY1NCYjwFBwcFACgFBwcFD9IQM+/MKrHioqHh4qKh70HioqHh4qKh70HisrHh0rKh7+MBQdHRQUHBwUAbgUHBwUFB0dFP4wHioqHh4qKh70HioqHh4qKh70HisrHh0rKh4DYHBQ/iBQcHBQAeBQcF/9XwKh/n8qHh4qKh4eKioeHioqHh4qKh4eKioeHioCQBwVjhUcHBWOFRwcFY4VHBwVjhUc/rAqHh4qKh4eKioeHioqHh4qKh4eKioeHioAAAABAQAAwAMAAcAACwAAAQcXBycHJzcnNxc3AwDMAjMDAzMCzDTMzAGVqAIrAgIrAqgrqKgAAQGAAEACgAJAAAsAACUnByc3JzcXNxcHFwJVqAIrAgIrAqgrqKhAzAIzAwMzAsw0zMwAAAEBgABAAoACQAALAAABFzcXBxcHJwcnNycBq6gCKwICKwKoK6ioAkDMAjMDAzMCzDTMzAABAQAAwAMAAcAACwAAJTcnNxc3FwcXBycHAQDMAjMDAzMCzDTMzOuoAisCAisCqCuoqAAAAgAP/+UD1AOqAAQACAAAEwEHATcFAScBSwOJPPx3PAOJ/Hc8A4kDqvx3PAOJPDz8dzwDiQAAAAADAIAAgAOAAwAAAwAHAAsAADc1IRUBIRUhESEVIYADAP0AAwD9AAMA/QCAgIABgIABgIAAAgBPAA8DsgNxABgALQAAJQcBDgEjIi4CNTQ+AjMyHgIVFAYHAQEiDgIVFB4CMzI+AjU0LgIjA7JY/t4lWTBBc1YxMVZzQUFzVTIcGQEi/dgxVkAlJUBWMTFWQCUlQFYxZ1gBIRkcMlVzQUFzVjExVnNBMFkm/uACuyVAVjExVkAlJUBWMTFWQCUAAAABAAAAAQAABhlWm18PPPUACwQAAAAAANSQRjkAAAAA1JBGOQAA/+UEAAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAQAAAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAAAAEAAEABAABgAQAAYAEAAEABAAADwQAAIAEAABPAAAAAAAKABQAHgDYAPIBDAEmAUABXAF2AbwAAAABAAAADACZAAoAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAS3ViZQBLAHUAYgBlVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwS3ViZQBLAHUAYgBlS3ViZQBLAHUAYgBlUmVndWxhcgBSAGUAZwB1AGwAYQByS3ViZQBLAHUAYgBlRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="kube-"], [class*=" kube-"], .close, .caret {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Kube' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kube-calendar:before {
  content: "\e900"; }

.caret.down:before,
.kube-caret-down:before {
  content: "\e901"; }

.caret.left:before,
.kube-caret-left:before {
  content: "\e902"; }

.caret.right:before,
.kube-caret-right:before {
  content: "\e903"; }

.caret.up:before,
.kube-caret-up:before {
  content: "\e904"; }

.close:before,
.kube-close:before {
  content: "\e905"; }

.kube-menu:before {
  content: "\e906"; }

.kube-search:before {
  content: "\e907"; }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 768px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }
  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }
  .push-top-sm {
    margin-top: 0; } }

.align-middle {
  align-items: center; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

@media (max-width: 768px) {
  .align-left-sm {
    justify-content: flex-start; } }

.float-right {
  float: right; }

.float-left {
  float: left; }

@media (max-width: 768px) {
  .float-right {
    float: none; }
  .float-left {
    float: none; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.w-auto {
  width: auto; }

.w-small {
  width: 480px; }

.w-medium {
  width: 600px; }

.w-big {
  width: 740px; }

.w-large {
  width: 840px; }

@media (max-width: 768px) {
  .w-auto-sm {
    width: auto; }
  .w100-sm,
  .w-small,
  .w-medium,
  .w-big,
  .w-large {
    width: 100%; } }

.max-w5 {
  max-width: 5%; }

.max-w10 {
  max-width: 10%; }

.max-w15 {
  max-width: 15%; }

.max-w20 {
  max-width: 20%; }

.max-w25 {
  max-width: 25%; }

.max-w30 {
  max-width: 30%; }

.max-w35 {
  max-width: 35%; }

.max-w40 {
  max-width: 40%; }

.max-w45 {
  max-width: 45%; }

.max-w50 {
  max-width: 50%; }

.max-w55 {
  max-width: 55%; }

.max-w60 {
  max-width: 60%; }

.max-w65 {
  max-width: 65%; }

.max-w70 {
  max-width: 70%; }

.max-w75 {
  max-width: 75%; }

.max-w80 {
  max-width: 80%; }

.max-w85 {
  max-width: 85%; }

.max-w90 {
  max-width: 90%; }

.max-w95 {
  max-width: 95%; }

.max-w100 {
  max-width: 100%; }

.max-w-small {
  max-width: 480px; }

.max-w-medium {
  max-width: 600px; }

.max-w-big {
  max-width: 740px; }

.max-w-large {
  max-width: 840px; }

@media (max-width: 768px) {
  .max-w-auto-sm,
  .max-w-small,
  .max-w-medium,
  .max-w-big,
  .max-w-large {
    max-width: auto; } }

.min-w5 {
  min-width: 5%; }

.min-w10 {
  min-width: 10%; }

.min-w15 {
  min-width: 15%; }

.min-w20 {
  min-width: 20%; }

.min-w25 {
  min-width: 25%; }

.min-w30 {
  min-width: 30%; }

.min-w35 {
  min-width: 35%; }

.min-w40 {
  min-width: 40%; }

.min-w45 {
  min-width: 45%; }

.min-w50 {
  min-width: 50%; }

.min-w55 {
  min-width: 55%; }

.min-w60 {
  min-width: 60%; }

.min-w65 {
  min-width: 65%; }

.min-w70 {
  min-width: 70%; }

.min-w75 {
  min-width: 75%; }

.min-w80 {
  min-width: 80%; }

.min-w85 {
  min-width: 85%; }

.min-w90 {
  min-width: 90%; }

.min-w95 {
  min-width: 95%; }

.min-w100 {
  min-width: 100%; }

.h25 {
  height: 25%; }

.h50 {
  height: 50%; }

.h100 {
  height: 100%; }

.group:after {
  content: '';
  display: table;
  clear: both; }

.flex {
  display: flex; }

@media (max-width: 768px) {
  .flex-column-sm {
    flex-direction: column; }
  .flex-w100-sm {
    flex: 0 0 100%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .flex-w100-sm {
      flex: 0 0 100% !important; } }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.display-block {
  display: block; }

.hide {
  display: none !important; }

@media (max-width: 768px) {
  .hide-sm {
    display: none !important; } }

@media (min-width: 768px) {
  .show-sm {
    display: none !important; } }

@media print {
  .hide-print {
    display: none !important; }
  .show-print {
    display: block !important; } }

.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

.close {
  display: inline-block;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  opacity: .6; }
  .close:hover {
    opacity: 1; }
  .close.small {
    font-size: 8px; }
  .close.big {
    font-size: 18px; }
  .close.white {
    color: #fff; }

.caret {
  display: inline-block; }

.button .caret {
  margin-right: -8px; }

.overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95); }
  .overlay > .close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, h4 {
    page-break-after: avoid; }
  @page {
    margin: 0.5cm; } }

@keyframes slideUp {
  to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes slideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes flipIn {
  from {
    opacity: 0;
    transform: scaleY(0); }
  to {
    opacity: 1;
    transform: scaleY(1); } }

@keyframes flipOut {
  from {
    opacity: 1;
    transform: scaleY(1); }
  to {
    opacity: 0;
    transform: scaleY(0); } }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.03, 1.03, 1.03); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes shake {
  15% {
    transform: translateX(0.5rem); }
  30% {
    transform: translateX(-0.4rem); }
  45% {
    transform: translateX(0.3rem); }
  60% {
    transform: translateX(-0.2rem); }
  75% {
    transform: translateX(0.1rem); }
  90% {
    transform: translateX(0); }
  90% {
    transform: translateX(0); } }

.fadeIn {
  animation: fadeIn 250ms; }

.fadeOut {
  animation: fadeOut 250ms; }

.zoomIn {
  animation: zoomIn 200ms; }

.zoomOut {
  animation: zoomOut 500ms; }

.slideInRight {
  animation: slideInRight 500ms; }

.slideInLeft {
  animation: slideInLeft 500ms; }

.slideInDown {
  animation: slideInDown 500ms; }

.slideOutLeft {
  animation: slideOutLeft 500ms; }

.slideOutRight {
  animation: slideOutRight 500ms; }

.slideOutUp {
  animation: slideOutUp 500ms; }

.slideUp {
  overflow: hidden;
  animation: slideUp 200ms ease-in-out; }

.slideDown {
  overflow: hidden;
  animation: slideDown 80ms ease-in-out; }

.flipIn {
  animation: flipIn 250ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.flipOut {
  animation: flipOut 500ms cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.rotate {
  animation: rotate 500ms; }

.pulse {
  animation: pulse 250ms 2; }

.shake {
  animation: shake 500ms; }

.dropdown {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 280px;
  color: #000;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  max-height: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .dropdown.dropdown-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: none;
    border: none; }
  .dropdown .close {
    margin: 20px auto; }
  .dropdown.open {
    overflow: auto; }
  .dropdown ul {
    list-style: none;
    margin: 0; }
    .dropdown ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .dropdown ul li:last-child {
        border-bottom: none; }
    .dropdown ul a {
      display: block;
      padding: 12px;
      text-decoration: none;
      color: #000; }
      .dropdown ul a:hover {
        background: rgba(0, 0, 0, 0.05); }

.message {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 20px;
  background: #e0e1e1;
  color: #313439;
  padding: 1rem;
  padding-right: 2.5em;
  padding-bottom: .75rem;
  margin-bottom: 24px;
  position: relative; }
  .message a {
    color: inherit; }
  .message h2,
  .message h3,
  .message h4,
  .message h5,
  .message h6 {
    margin-bottom: 0; }
  .message .close {
    position: absolute;
    right: 1rem;
    top: 1.1rem; }

.message.error {
  background: #f03c69;
  color: #fff; }

.message.success {
  background: #35beb1;
  color: #fff; }

.message.warning {
  background: #f7ba45; }

.message.focus {
  background: #1c86f2;
  color: #fff; }

.message.black {
  background: #0d0d0e;
  color: #fff; }

.message.inverted {
  background: #fff; }

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 200; }

.modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  color: #000; }
  @media (max-width: 768px) {
    .modal input,
    .modal textarea {
      font-size: 16px; } }
  .modal .close {
    position: absolute;
    top: 18px;
    right: 16px;
    opacity: .3; }
    .modal .close:hover {
      opacity: 1; }

.modal-header {
  padding: 24px 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .modal-header:empty {
    display: none; }

.modal-body {
  padding: 36px 56px; }

@media (max-width: 768px) {
  .modal-header,
  .modal-body {
    padding: 24px; } }

.offcanvas {
  background: #fff;
  position: fixed;
  padding: 24px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  overflow-y: scroll; }

.offcanvas .close {
  position: absolute;
  top: 8px;
  right: 8px; }

.offcanvas-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-right {
  left: auto;
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.offcanvas-push-body {
  position: relative; }

.tabs {
  margin-bottom: 24px;
  font-size: 14px; }
  .tabs li em,
  .tabs li.active a {
    color: #313439;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: default;
    text-decoration: none;
    background: none; }
  .tabs em,
  .tabs a {
    position: relative;
    top: 1px;
    font-style: normal;
    display: block;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none; }
  .tabs a:hover {
    -moz-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #313439;
    text-decoration: underline;
    background-color: #e0e1e1; }

@media (min-width: 768px) {
  .tabs ul {
    display: flex;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tabs li em,
  .tabs li.active a {
    border-bottom: 1px solid #fff; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot');src:url('../fonts/fontawesome-webfont-1.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2') format('woff2'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont.bin') format('truetype'),url('../fonts/fontawesome-webfont.svg') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

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

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*-------------------------------------------------------------
[Master Stylesheet]

Project: Restbeef Steak House
[Table of contents]

01. GENERAL

02. FORMS AND INPUTS

03. TYPOGRAPHY
	03.1 General Typography
	03.2 Headings
	03.3 Blockquotes
	03.4 Dropcaps
	03.5 List Styles
	
04. HEADER
	04.1 Header General
	04.2 Header Slider
	04.3 Header Stripes
	04.4 Header Tagline
	04.5 Header Logo
	04.6 Header Menu
	
05. CONTENT

06. MODULES
	06.1 Iconbox
	06.2 Promo Block
	06.3 Contact Info
	06.4 Grid Gallery
	06.5 Events
	06.6 Delivery
	06.7 Team Block
	06.8 Testimonials
	06.9 Team Grid
	06.10 Special Offers
	
07. PRODUCT PAGE
	07.1 Summary Block
	07.2 Recent Products
	
08. BLOG LISTING
	08.1 Blog Grid
	08.2 Blog Masonry
		08.2.1 Blog Masonry General
		08.2.2 Standard PF
		08.2.3 Masonry Video PF
		08.2.4 Masonry Image PF
	08.3 Simple Blog
	08.4 Blog Pagination
	
09. BLOG POST
	09.1 Title and Meta
	09.2 Post Tags
	09.3 Post Navigation
	09.4 Post Comments
	09.5 Recent Posts
	
10. PRODUCTS MENU

11. SIDEBAR
	11.1 Widgets General
	11.2 Search Widget
	11.3 Featured Posts
	11.4 Category Widget
	11.5 Tagcloud Widget
	11.6 Widget Instagram
	
12. FOOTER WIDGETS
	12.1 General
	12.2 Restbeef Intouch
	
13. FOOTER

--------------------------------------------------------------*/

/* GENERAL */
body, 
html {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #555353;
	overflow-x: hidden;
}

.align_left {
	text-align: left;		
}
.align_center {
	text-align: center;		
}
.align_right {
	text-align: right;		
}
.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
}

table td, table th {
	text-align: center;
	padding: 7px 0;
	border: 1px solid #e1e1e1;
}
body table th {
	vertical-align: middle;
}

dt {
	font-weight: bold;
	text-decoration: underline;
}

dd {
	margin: 0;
	padding: 0 0 0.5em 0;
}

pre {
	display: block;
	white-space: pre-wrap;
	margin: 0;
	word-break: break-all;
	word-wrap: break-word;
	max-width: 100%;
}

iframe {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.restbeef_container_wide {
	padding: 0 50px;
	box-sizing: border-box;
}
.restbeef_container,
.restbeef_fullwidth_boxed .restbeef_block_inner {
	width: 1170px;
	margin: 0 auto;
}
.restbeef_spacer {
	display: block;
	min-height: 400px;
}
.restbeef_col_inner {
	width: 100%;
	box-sizing: border-box;
}

/* Restbeef Gap Addon for KUBE.CSS */
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row.row_reverse {
	flex-direction: row-reverse;
}
.row > div {
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.row.row_no_gap {
	margin-left: 0;
	margin-right: 0;
}
.row.row_no_gap > div {
	padding-left: 0;
	padding-right: 0;
}
.restbeef_content_wrapper.row {
	margin-left: -30px;
	margin-right: -30px;
}
.restbeef_content_wrapper.row > div {
	padding-left: 30px;
	padding-right: 30px;
}
.restbeef_content_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.restbeef_content_wrapper .restbeef_sidebar {
	width: 270px;
}
.restbeef_content_wrapper.restbeef_no_sidebar .restbeef_content {
	width: 100%;
}
.restbeef_content_wrapper.restbeef_left_sidebar .restbeef_content,
.restbeef_content_wrapper.restbeef_right_sidebar .restbeef_content {
	width: 840px;
}
.restbeef_content_wrapper.restbeef_left_sidebar {
	flex-direction: row-reverse;
}
.restbeef_header_wrapper.restbeef_height100,
.restbeef_height100 {
	min-height: 100vh;
	box-sizing: border-box;
}
.restbeef_align_middle {
	align-items: center;
	display: inline-flex;
}
.restbeef_align_bottom {
	align-items: flex-end;
	display: inline-flex;
}

.restbeef_site_wrapper {
	transition: opacity 500ms;
}
.fadeOnLoad {
	opacity: 0;
}

/* FORMS AND INPUTS */
form {
	margin: 0;
}

a.restbeef_button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
	outline: none;
}

body input[type="text"],
body input[type="number"],
body input[type="password"],
body input[type="email"],
body input[type="tel"],
body input[type="date"],
body input[type="time"],
body input[type="datetime"],
body input[type="url"],
body select,
body textarea {
	vertical-align: top;
	background: transparent;
	border: none;
	border-radius: 0;
	width: 100%;
	height: 40px;
	color: #555353;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 30px;
	padding: 10px 13px 10px 13px;
	border: 2px solid #909090;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body .restbeef_footer_widgets input {
	color: #ffffff;
	border-color: #ffffff;
	padding: 10px 16px 10px 16px;
}
body textarea:active,
body textarea:focus {
	background: transparent;
	border: 2px solid #909090;
}

body textarea {
	height: 180px;
	resize: none;
	padding: 9px 13px 11px 13px;
}

body select,
body select:focus {
	position: relative;
	border-radius: 0;
	outline: none!important;
	background: transparent;
}
select:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	right: 10px;
	top: 10px;
}

a.restbeef_button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 15px 30px 15px 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	background: #b71c1c;
	height: 50px;
	border: none;
	text-transform: uppercase;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: background 300ms, color 300ms, border 300ms;
}
a.restbeef_button:visited,
a.restbeef_button:focus {
	color: #ffffff;
}
a.restbeef_button.restbeef_button_small {
	height: 43px;
	padding: 12px 30px 11px 30px;
}
a.restbeef_button.restbeef_button_white:visited,
a.restbeef_button.restbeef_button_white:focus,
a.restbeef_button.restbeef_button_white {
	background: #ffffff;
	color: #b71c1c;
}

a.restbeef_button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #212121;
	color: #ffffff;
}

a.restbeef_button.restbeef_button_reverse:visited,
a.restbeef_button.restbeef_button_reverse:focus,
a.restbeef_button.restbeef_button_reverse,
input[type="button"].restbeef_button_reverse,
input[type="reset"].restbeef_button_reverse,
input[type="submit"].restbeef_button_reverse {
	background: #212121;
	color: #ffffff;
}
a.restbeef_button.restbeef_button_white.restbeef_button_reverse:visited,
a.restbeef_button.restbeef_button_white.restbeef_button_reverse:focus,
a.restbeef_button.restbeef_button_white.restbeef_button_reverse,
input[type="button"].restbeef_button_white.restbeef_button_reverse,
input[type="reset"].restbeef_button_white.restbeef_button_reverse,
input[type="submit"].restbeef_button_white.restbeef_button_reverse {
	background: #b71c1c;
	color: #ffffff;
}
a.restbeef_button.restbeef_button_white:hover,
a.restbeef_button.restbeef_button_reverse:hover,
input[type="button"].restbeef_button_reverse:hover,
input[type="reset"].restbeef_button_reverse:hover,
input[type="submit"].restbeef_button_reverse:hover {
	background: #b71c1c;
	color: #ffffff;
}
a.restbeef_button.restbeef_button_white.restbeef_button_reverse:hover,
input[type="button"].restbeef_button_white.restbeef_button_reverse:hover,
input[type="reset"].restbeef_button_white.restbeef_button_reverse:hover,
input[type="submit"].restbeef_button_white.restbeef_button_reverse:hover {
	background: #ffffff;
	color: #b71c1c;
}

form input[type="button"],
form input[type="reset"],
form input[type="submit"] {
	width: 100%;
}

body .restbeef_footer_widgets a.restbeef_button,
body .restbeef_footer_widgets input[type="button"],
body .restbeef_footer_widgets input[type="reset"],
body .restbeef_footer_widgets input[type="submit"]{
	border: 2px solid #ffffff;
	background: rgba(33,33,33,0);
	padding: 6px 15px 4px 15px;
}
body .restbeef_footer_widgets a.restbeef_button:hover,
body .restbeef_footer_widgets input[type="button"]:hover,
body .restbeef_footer_widgets input[type="reset"]:hover,
body .restbeef_footer_widgets input[type="submit"]:hover {
	background: rgba(33,33,33,1);
}

body button.pswp__button,
body button.pswp__button:hover {
	background-color: transparent;
}

.restbeef_pswp_video_wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.restbeef_pswp_video_wrapper iframe {
	display: block;
	width: 100%;
	height: 100%;
}

input,
textarea,
button {
	-webkit-appearance: none;
	outline: none;
}
input[type="radio"] {
	-webkit-appearance: radio;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

input:focus,
input:active,
textarea:focus,
body {
	outline: none !important;
	outline-offset: 0 !important;
	box-shadow: none;
}

input::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #555353;
}

textarea::-moz-placeholder {
	opacity: 1;
	text-transform: uppercase;
	letter-spacing: 0.1px;
	color: #555353;
}

input::-webkit-input-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #555353;
}

textarea::-webkit-input-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #555353;
}

input::-ms-input-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #555353;
}

textarea::-ms-input-placeholder {
	opacity: 1;
	text-transform: uppercase;
	color: #555353;
}

body .restbeef_footer_widgets input::-moz-placeholder {
	color: #ffffff;
}

body .restbeef_footer_widgets textarea::-moz-placeholder {
	color: #ffffff;
}

body .restbeef_footer_widgets input::-webkit-input-placeholder {
	color: #ffffff;
}

body .restbeef_footer_widgets textarea::-webkit-input-placeholder {
	color: #ffffff;
}

body .restbeef_footer_widgets input::-ms-input-placeholder {
	color: #ffffff;
}

body .restbeef_footer_widgets textarea::-ms-input-placeholder {
	color: #ffffff;
}

/* Custom Select */
.select-hidden {
	display: none;
	visibility: hidden;
}
.restbeef_select_wrapper {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #979797;
	width: 100%;
	height: 40px;
	color: #555353;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.restbeef_reservation_form .restbeef_select_wrapper {
	display: block;
}
.restbeef_select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: 2px solid #909090;
	padding: 9px 13px 11px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 0.2s ease-in;
    white-space: nowrap;
}
.restbeef_select:before {
	content:'\f107';
    display: block;
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 7px;
    right: 11px;
	z-index: 3;
}
.restbeef_select.active:before {
    top: 7px;
	content:'\f106';
}

.restbeef_tiny .restbeef_select_wrapper ul.select-options {
	display: none;
	position: absolute;
	top: calc(100% - 2px);
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
	background: #ffffff;
	border: 2px solid #909090;
}
.restbeef_tiny .restbeef_select_wrapper ul.select-options.long_select {
    overflow-y: scroll;
}
.restbeef_tiny .restbeef_select_wrapper ul.select-options li {
	margin: 0;
	padding: 12px 10px;
	transition: color 300ms, background 300ms;
}
.restbeef_tiny .restbeef_select_wrapper ul.select-options li:hover {
	background: #b71c1c;
	color: #ffffff;
}
.select-options li[rel="hide"] {
	display: none;
}

/* Date Placeholder */
.restbeef_input_date {
	position: relative;
}
.restbeef_input_date .restbeef_input_placeholder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #909090;
	background: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 10px 13px 10px 13px;
	pointer-events: none;
	box-sizing: border-box;
}


/* TYPOGRAPHY */
/* General Typography */
a,
a:hover {
	text-decoration: none;
	color: #b71c1c;
}
a {
	transition: color 300ms;
}
a:hover {
	color: #212121;
}

p {
	margin: 0 0 26px 0;
}
* > p:last-child {
	margin: 0 0 0 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

h1 span.restbeef_up_title,
h2 span.restbeef_up_title,
h3 span.restbeef_up_title,
h4 span.restbeef_up_title,
h5 span.restbeef_up_title,
h6 span.restbeef_up_title {
	text-transform: none;
	display: block;
	font-family: 'Great Vibes', cursive;
	font-weight: 400;
	margin: 0 auto 0 auto;
	color: #b71c1c;
}

h1,
h1 a {
	font-size: 80px;
	line-height: 85px;
}
h1 span {
	font-size: 60px;
	line-height: 60px;
}
h1 {
	margin: 0 0 30px 0;
}
h1 span.restbeef_up_title {
	margin: 0 0 7px 0;
}

h2,
h2 a,
h2 span {
	font-size: 50px;
	line-height: 55px;	
}
h2 {
	margin: 0 0 30px 0;
}
h2 span.restbeef_up_title {
	margin: 0 0 0 0;
}

h3,
h3 a,
h3 span {
	font-size: 40px;
	line-height: 45px;
}
h3 {
	margin: 0 0 30px 0;
}
h3 span.restbeef_up_title {
	margin: 0 0 0 0;
}

h4,
h4 a,
h4 span {
	font-size: 30px;
	line-height: 35px;	
}
h4 {
	margin: 0 0 24px 0;
}
h4 span.restbeef_up_title {
	margin: 0 0 -2px 0;
}

h5,
h5 a,
h5 span {
	font-size: 24px;
	line-height: 29px;
}
h5 {
	margin: 0 0 20px 0;
}
h5 span.restbeef_up_title {
	margin: 0 0 -6px 0;
}

h6,
h6 a,
h6 span {
	font-size: 20px;
	line-height: 25px;
}
h6 {
	margin: 0 0 20px 0;
}
h6 span.restbeef_up_title {
	margin: 0 0 -3px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #b71c1c;
}

/* Blockquotes */
blockquote {
	border-left: 10px solid #b71c1c;
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	line-height: 34px;
	color: #555353;
	padding: 4px 0 10px 33px;
	margin: 0 0 26px 0;
}
* > blockquote:last-child {
	margin: 0;
}

/* Dropcaps */
.restbeef_dropcap {
	display: inline-block;
	background: #b71c1c;
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	float: left;
	padding: 9px 16px 6px 17px;
	margin: 6px 16px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
}

/* List Styles */
.restbeef_container ol,
.restbeef_container ul {
	padding: 0 0 0 18px;
	margin: 0 0 26px 0;
}
.restbeef_container ol li {
	padding: 0 0 10px 0;
	margin: 0 0 0 0;	
}
.restbeef_container ul li {
	padding: 0 0 10px 0;
	margin: 0 0 0 -3px;
	list-style: square;
}
.restbeef_container ol > li:last-child,
.restbeef_container ul > li:last-child {
	padding: 0 0 0 0;
}

.restbeef_container * > ol:last-child,
.restbeef_container * > ul:last-child {
	margin: 0;
}


/* HEADER */
.restbeef_header_wrapper  {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 600px;
	position: relative;
}
.restbeef_header_slider_wrapper {
	min-height: 100vh;
}
.restbeef_header_wrapper:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
}
.restbeef_header_title {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translate(-50%,calc(-50% + 3px));
}
.restbeef_header_title h1 {
	color: #ffffff;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
	margin: 0;
}
.restbeef_header_title h1 span.restbeef_up_title {
	color: #ffffff;
}
.restbeef_main_header {
	position: relative;
	z-index: 99;
}
.restbeef_header_title .restbeef_header_description {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	padding: 28px 0 0 0;
	margin: 0 0 41px 0;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.restbeef_header_title a.restbeef_button {
	min-width: 153px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
	margin: 0 13px;
}

/* Header Slider */
.restbeef_header_slider {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
}
.restbeef_header_slider .restbeef_header_slide {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.restbeef_header_slider .restbeef_header_slide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0,0,0,0.4);
}
.restbeef_header_slider .restbeef_header_slide .restbeef_header_slide_content {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	text-align: center;
	transform: translate(-50%,-50%);
}
.restbeef_header_slide_content h1,
.restbeef_header_slide_content h1 span,
.restbeef_header_slide_content p {
	color: #ffffff;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
	margin: 0;
}
.restbeef_header_slide_content h1 {
	margin: 0 0 28px 0;
}
.restbeef_header_slide_content h1 span {
	margin: 0 0 7px 0;
}
.restbeef_header_slide_content p {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 41px 0;
}
.restbeef_header_slide_content a {
	min-width: 142px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

.restbeef_header_slider .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.restbeef_header_slider.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
}
.restbeef_header_slider.owl-theme .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background: rgba(255,255,255,0);
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 0 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: background 300ms;
}
.restbeef_header_slider.owl-theme .owl-dots .owl-dot:hover {
	background: rgba(255,255,255,0.5);
}
.restbeef_header_slider.owl-theme .owl-dots .owl-dot span {
	display: none;
}
.restbeef_header_slider.owl-theme .owl-dots .owl-dot.active {
	background: rgba(255,255,255,1);
}

/* Header Stripes */
.restbeef_header_stripes {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}
.restbeef_header_stripes .restbeef_header_stripe {
	width: 25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	transition: width 300ms;
}
.restbeef_header_stripes .restbeef_header_stripe:hover {
	width: 30%;
}
.restbeef_header_stripes .restbeef_header_stripe:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(0,0,0,0.3);
	transition: background 300ms;
}
.restbeef_header_stripes .restbeef_header_stripe:hover:before {
	background: rgba(0,0,0,0.15);
}
.restbeef_header_stripes a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
}
.restbeef_header_stripe_content {
	text-align: center;
	padding: 0 30px 21px 30px;
	position: relative;
	z-index: 5;
	display: block;
	width: 100%;
	box-sizing: border-box;
	white-space: nowrap;
}
.restbeef_header_stripe_content h3 span,
.restbeef_header_stripe_content h3 {
	color: #ffffff;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

/* Header Tagline */
.restbeef_header_tagline {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	display: flex;
	justify-content: space-between;
	padding-top: 9px;
	padding-bottom: 4px;
}
.restbeef_header_tagline ul {
	padding: 0;
	margin: 0;
}
.restbeef_header_tagline ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.2px;
}
.restbeef_header_tagline ul li a {
	color: #ffffff;
}
.restbeef_header_tagline ul li a:hover {
	
}
.restbeef_header_tagline ul li i {
	display: inline-block;
	font-size: 16px;
}
.restbeef_header_contacts i {
	margin: 0 0 0 0;
}
.restbeef_header_tagline .restbeef_header_contacts ul li {
	margin-right: 48px;
}
.restbeef_header_contacts i.fa-map-marker {
	margin-right: 13px;
	transform: translateY(1px);
}
.restbeef_header_contacts i.fa-phone {
	margin-right: 12px;
	transform: translateY(2px);
}
.restbeef_header_contacts i.fa-clock-o {
	margin-right: 11px;
	transform: translateY(1px);
}
.restbeef_header_tagline .restbeef_header_socials ul li {
	margin-left: 14px;
}
.restbeef_header_tagline .restbeef_header_socials ul li i {
	font-size: 14px;
}
.restbeef_header_tagline .restbeef_header_socials a {
	color: #ffffff;
}
.restbeef_header_tagline .restbeef_header_socials a:hover {
	color: #b71c1c;
}

/* Header Logo */
.restbeef_image_logo {
	width: 155px;
	height: 84px;
	background: url(../img/logo.png) no-repeat;
	background-size: 155px 84px;
	display: block;
}

/* Header Menu */
.restbeef_mobile_menu_part {
	display: none;
}
.restbeef_header_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
a.btn_book_table {
	display: inline-block;
	height: 40px;
	vertical-align: top;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #ffffff;
	padding: 8px 28px 0 28px;
	vertical-align: middle;
	transform: translateY(1px);
	margin-left: 13px;
	letter-spacing: -0.2px;
	box-sizing: border-box;
	transition: background 300ms, color 300ms, border 300ms;
}
a.btn_book_table:hover {
	color: #b71c1c;
	border-color: #b71c1c;
}
.restbeef_nav .restbeef_menu {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.restbeef_nav .restbeef_menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.restbeef_nav .restbeef_menu > li > a {
	padding: 27px 16px 27px 16px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	display: block;
}
.restbeef_nav .restbeef_menu > li:hover > a,
.restbeef_nav .restbeef_menu > li.current-menu-item > a,
.restbeef_nav .restbeef_menu > li.current-menu-ancestor > a {
	color: #b71c1c;
}

.restbeef_nav .restbeef_menu .sub-menu {
	display: block;
	width: 220px;
	background: #212121;
	position: absolute;
	top: 100%;
	padding: 3px;
	left: 50%;
	margin-left: -110px;
	transition: opacity 300ms;
	pointer-events: none;
	opacity: 0;
}
.restbeef_nav .restbeef_menu .sub-menu:before {
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	left: 2px;
	top: 2px;
	border: 1px solid #4d4d4d;
}

.restbeef_nav .restbeef_menu .sub-menu > li {
	border-top: 1px solid #4d4d4d;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
}
.restbeef_nav .restbeef_menu .sub-menu > li:first-child {
	border-top: none;
}
.restbeef_nav .restbeef_menu .sub-menu > li:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: rgba(183,28,28,0);
	transition: background 300ms;
}
.restbeef_nav .restbeef_menu .sub-menu > li:hover:before {
	background: rgba(183,28,28,1);
}
.restbeef_nav .restbeef_menu .sub-menu > li > a {
	position: relative;
	z-index: 5;
	padding: 11px 13px 10px 13px;
	display: block;
}
.restbeef_nav .restbeef_menu .sub-menu > li > a,
.restbeef_nav .restbeef_menu .sub-menu > li:hover > a,
.restbeef_nav .restbeef_menu .sub-menu > li > a:hover {
	color: #ffffff;
}
.restbeef_nav .sub-menu > li.current-menu-item > a,
.restbeef_nav .sub-menu > li.current-menu-ancestor > a {
	color: #b71c1c;
}
.restbeef_nav .restbeef_menu .sub-menu .sub-menu {
	position: absolute;
	top: -3px;
	left: calc(100% + 5px);
	margin: 0;
}
.restbeef_nav .restbeef_menu .sub-menu .sub-menu:after {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	left: -5px;
	top: 0;
	display: block;
}
.restbeef_nav ul.restbeef_menu > li:last-child > .sub-menu > li > .sub-menu {
	left: calc(-100% - 10px);
}
.restbeef_nav ul.restbeef_menu > li:last-child > .sub-menu > li > .sub-menu:after {
	left: 100%;
}
.restbeef_menu .sub-menu li.menu-item-has-children > a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	float: right;
	font-size: 16px;
	line-height: 20px;
	transform: translate(3px,-1px);
}

.restbeef_menu li.menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	pointer-events: auto;
}


/* CONTENT */
.restbeef_tiny {
	display: block;
	text-align: left;	
}
.restbeef_main_wrapper {
	padding: 100px 0 115px 0;
}
.restbeef_no_top_padding {
	padding-top: 0;
}
.restbeef_no_bottom_padding {
	padding-bottom: 0;
}
.restbeef_block_title {
	margin: 0 0 37px 0;
}
.restbeef_block {
	position: relative;
}
.restbeef_block .restbeef_block_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}
.restbeef_block .restbeef_block_inner {
	position: relative;
	z-index: 3;
}
.restbeef_js_bg_image {
	background-size: cover;
	background-position: center;
	position: relative;
}
.restbeef_content_box {
	display: block;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	padding: 37px 49px 50px 49px;
	width: 100%;
	box-sizing: border-box;
}
.restbeef_content_box02 {
	display: block;
	background: #ffffff;
	box-shadow: 0 17px 67px rgba(52,63,75,0.2);
	padding: 50px 49px 60px 49px;
	width: 100%;
	box-sizing: border-box;	
}

.restbeef_two_sided_block {
	width: 100%;
	position: relative;
	z-index: 5;
}
.restbeef_two_sided_block p {
	max-width: 660px;
	display: inline-block;
	margin: 0 0 33px 0;
}
.restbeef_two_sided_block p,
.restbeef_two_sided_block h1,
.restbeef_two_sided_block h2,
.restbeef_two_sided_block h3,
.restbeef_two_sided_block h4,
.restbeef_two_sided_block h5,
.restbeef_two_sided_block h6,
.restbeef_two_sided_block h1 span,
.restbeef_two_sided_block h2 span,
.restbeef_two_sided_block h3 span,
.restbeef_two_sided_block h4 span,
.restbeef_two_sided_block h5 span,
.restbeef_two_sided_block h6 span {
	color: #ffffff;
}
.restbeef_two_sided_block h1,
.restbeef_two_sided_block h2,
.restbeef_two_sided_block h3,
.restbeef_two_sided_block h4,
.restbeef_two_sided_block h5,
.restbeef_two_sided_block h6 {
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.restbeef_two_sided_block .restbeef_button {
	box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

body .restbeef_two_sided_block input[type="text"],
body .restbeef_two_sided_block input[type="number"],
body .restbeef_two_sided_block input[type="password"],
body .restbeef_two_sided_block input[type="email"],
body .restbeef_two_sided_block input[type="tel"],
body .restbeef_two_sided_block input[type="date"],
body .restbeef_two_sided_block input[type="time"],
body .restbeef_two_sided_block input[type="datetime"],
body .restbeef_two_sided_block input[type="url"],
body .restbeef_two_sided_block select,
body .restbeef_two_sided_block textarea {
	border-color: #ffffff;
	color: #ffffff;
}

.restbeef_two_sided_block input::-moz-placeholder {
	color: #ffffff;
}
.restbeef_two_sided_block textarea::-moz-placeholder {
	color: #ffffff;
}
.restbeef_two_sided_block input::-webkit-input-placeholder {
	color: #ffffff;
}
.restbeef_two_sided_block textarea::-webkit-input-placeholder {
	color: #ffffff;
}
.restbeef_two_sided_block input::-ms-input-placeholder {
	color: #ffffff;
}
.restbeef_two_sided_block textarea::-ms-input-placeholder {
	color: #ffffff;
}
.restbeef_two_sided_block input[type="submit"]:hover {
	background: #ffffff;
	color: #b71c1c;
}

/* MODULES */
/* Iconbox */
.restbeef_iconbox i {
	font-size: 72px;
	line-height: 72px;
	display: block;
	color: #b71c1c;
	margin: 0 0 26px 0;
}
.restbeef_iconbox h4 {
	margin-bottom: 11px;
}
.restbeef_iconbox a {
	color: #555353;
}
.restbeef_iconbox a:hover {
	color: #b71c1c;
}

/* Promo Block */
.restbeef_promo_block h1,
.restbeef_promo_block h1 span.restbeef_up_title,
.restbeef_promo_block h2,
.restbeef_promo_block h2 span.restbeef_up_title,
.restbeef_promo_block h3,
.restbeef_promo_block h3 span.restbeef_up_title,
.restbeef_promo_block h4,
.restbeef_promo_block h4 span.restbeef_up_title,
.restbeef_promo_block h5,
.restbeef_promo_block h5 span.restbeef_up_title,
.restbeef_promo_block h6,
.restbeef_promo_block h6 span.restbeef_up_title {
	color: #ffffff;
	text-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

/* Contact Info */
.restbeef_contact_info_wrapper h2 {
	margin: 0 0 39px 0;
}
.restbeef_contact_info_wrapper h6 {
	margin: 0 0 10px 0;
}
.restbeef_contact_info_wrapper a {
	color: #555353;
}
.restbeef_contact_info_wrapper a:hover {
	color: #b71c1c;
}
.restbeef_contact_info {
	margin: 0 0 43px 0;
}
.restbeef_contact_info_wrapper .restbeef_contact_info:last-child {
	margin: 0;
}
ul.restbeef_contact_socials {
	padding: 0;
	margin: 0;
}
ul.restbeef_contact_socials li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	font-size: 16px;
	margin: 0 8px;
	width: 16px;
	text-align: center;
}

/* Grid Gallery */
.restbeef_grig_gallery_wrapper {
	margin: -15px;
	font-size: 0;
	line-height: 0;
}
.restbeef_grig_gallery_wrapper.restbeef_grig_1columns .restbeef_grig_gallery_item {
	width: calc(100% - 30px);
}
.restbeef_grig_gallery_wrapper.restbeef_grig_2columns .restbeef_grig_gallery_item {
	width: calc(50% - 30px);
}
.restbeef_grig_gallery_wrapper.restbeef_grig_3columns .restbeef_grig_gallery_item {
	width: calc(33.33% - 30px);
}
.restbeef_grig_gallery_wrapper.restbeef_grig_4columns .restbeef_grig_gallery_item {
	width: calc(25% - 30px);
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item {
	margin: 15px;
	display: inline-block;
	vertical-align: top;
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item a {
	display: block;
	position: relative;
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item a:before {
	content: '';
	background: rgba(183,28,28,0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: background 300ms;
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item a:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 32px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-align: center;
	color: #ffffff;
	opacity: 0;
	transition: opacity 300ms;
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item a:hover:before {
	background: rgba(183,28,28,0.5);
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item a:hover:after {
	opacity: 1;
}
.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item img {
	display: block;
	width: 100%;
	height: auto;
}

/* Events */
.restbeef_events {
	margin: -15px;
	font-size: 0;
	line-height: 0;
}
.restbeef_events.restbeef_events_1column .restbeef_event_item {
	width: calc(100% - 30px);
}
.restbeef_events.restbeef_events_2columns .restbeef_event_item {
	width: calc(50% - 30px);
}
.restbeef_events.restbeef_events_3columns .restbeef_event_item {
	width: calc(33.33% - 30px);
}
.restbeef_events.restbeef_events_4columns .restbeef_event_item {
	width: calc(25% - 30px);
}
.restbeef_events .restbeef_event_item {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	box-shadow: 0 10px 25px 5px rgba(0,0,0,0.05);
}
.restbeef_event_date {
	display: inline-block;
	margin: 0 auto;
	color: #ffffff;
	background: #b71c1c;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 20px 5px 20px;
	margin: -20px 0 19px 0;
	position: relative;
	z-index: 5;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.restbeef_event_item_content {
	padding: 0 30px 8px 30px;
	text-align: center;
}

/* Delivery */
.restbeef_step_item {
	margin: 0 -15px 50px -15px;
}
.restbeef_block_inner .restbeef_step_item:nth-child(even) {
	flex-direction: row-reverse;
	text-align: right;
}
.restbeef_block_inner .restbeef_step_item:last-child {
	margin: 0 0 0 0;
}
.restbeef_step_path {
	position: relative;
}
.restbeef_step_path:before {
	content: '';
	width: 185px;
	height: 5px;
	display: block;
	background: url(../img/bg_dot.png) repeat-x;
	background-size: 10px 10px;
	position: absolute;
	left: 35px;
	bottom: 195px;
}
.restbeef_block_inner .restbeef_step_item:nth-child(even) .restbeef_step_path:before {
	left: auto;
	right: 35px;
}
.restbeef_step_path:after {
	content: '';
	width: 5px;
	height: 185px;
	background: url(../img/bg_dot.png) repeat-y;
	background-size: 10px 10px;
	position: absolute;
	right: calc(50% - 20px);
	bottom: 5px;	
}
.restbeef_block_inner .restbeef_step_item:nth-child(even) .restbeef_step_path:after {
	left: calc(50% - 20px);
}
.restbeef_step_content {
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	padding: 45px 49px 50px 49px;
	box-sizing: border-box;
}
.restbeef_step_content h2 {
	margin-left: -2px;
	margin: 0 0 27px 0;
}
.restbeef_step_content p {
	margin-bottom: 43px;
}
.restbeef_block_inner .restbeef_step_item:last-child .restbeef_step_path:after,
.restbeef_block_inner .restbeef_step_item:last-child .restbeef_step_path:before {
	display: none;
}

/* Team Block */
.restbeef_team_block .row {
	align-items: center;
}
.restbeef_team_block img {
	width: 100%;
	height: auto;
}
.restbeef_team_block_content {
	background: #ffffff;
	box-shadow: 0 17px 67px rgba(52,63,75,0.2);
	margin: 0 0 0 -100px;
	padding: 45px 50px 50px 50px;
}
.restbeef_team_block_content h2 {
	margin-bottom: 27px;
}
.restbeef_team_block_content .restbeef_team_block_description {
	margin-bottom: 43px;
}
.restbeef_tiny .restbeef_team_block:nth-child(even) .row {
	flex-direction: row-reverse;
}
.restbeef_tiny .restbeef_team_block:nth-child(even) .restbeef_team_block_content {
	margin: 0 -100px 0 0;
}

.restbeef_team_summary .restbeef_team_block_description {
	text-align: left;
}
.restbeef_team_summary .restbeef_team_block_description span {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #212121;
}
.restbeef_team_summary .restbeef_team_socials {
	padding: 0;
	margin: 0;
}
.restbeef_team_summary .restbeef_team_socials li {
	margin: 0 13px;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.restbeef_team_summary .restbeef_team_socials a.restbeef_button {
	width: 50px;
	height: 50px;
	padding: 11px 0 0 0;
	font-size: 24px;
	line-height: 30px;
}

/* Testimonials */
.restbeef_testimonials_item {
	display: block;
	margin: 0 0 0 0;
}
.restbeef_testimonials_carousel.restbeef_testimonials_carousel_center .restbeef_testimonials_item {
	text-align: center;
}
.restbeef_testimonials_author {
	text-align: center;
}
.restbeef_testimonials_carousel .restbeef_testimonials_author {
	text-align: left;
}
.restbeef_testimonials_carousel.restbeef_testimonials_carousel_center .restbeef_testimonials_author {
	text-align: center;
}
.owl-carousel .owl-item .restbeef_testimonials_author img,
.restbeef_testimonials_author img {
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 12px 0 0;
	vertical-align: middle;
}
.restbeef_testimonials_author .restbeef_testimonials_author_name {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #212121;
}
.restbeef_testimonials_carousel .restbeef_testimonials_author .restbeef_testimonials_author_name {
	text-align: left;
}
.restbeef_testimonials_carousel.restbeef_testimonials_carousel_center .restbeef_testimonials_author .restbeef_testimonials_author_name {
	text-align: center;
}
.restbeef_testimonials_carousel.restbeef_testimonials_carousel_center .restbeef_stars_review,
.restbeef_stars_review {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'FontAwesome';
	position: relative;
	display: block;
	margin: 1px auto 0 auto;
	width: 80px;
	height: 20px;
}
.restbeef_testimonials_carousel .restbeef_stars_review {
	margin: 1px 0 0 0;
}
.restbeef_stars_review:before,
.restbeef_stars_review:after {
	content: '\f005\f005\f005\f005\f005';
	font-family: 'FontAwesome';
	color: #cccccc;
	font-size: 16px;
	line-height: 20px;	
	letter-spacing: 0.8px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	height: 20px;
	width: 100%;
}
.restbeef_stars_review:after {
	color: #b71c1c;
}
.restbeef_stars_review.restbeef_stars_review1:after {
	content: '\f005';
}
.restbeef_stars_review.restbeef_stars_review2:after {
	content: '\f005\f005';
}
.restbeef_stars_review.restbeef_stars_review3:after {
	content: '\f005\f005\f005';
}
.restbeef_stars_review.restbeef_stars_review4:after {
	content: '\f005\f005\f005\f005';
}
.restbeef_stars_review.restbeef_stars_review5:after {
	content: '\f005\f005\f005\f005\f005';
}
.restbeef_testimonial_content {
	background: #b71c1c;
	padding: 24px 30px 23px 30px;
	color: #ffffff;
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 26px;
}

.restbeef_testimonials_carousel.owl-theme .owl-dots {
	margin: 0 0 0 0;
	padding: 38px 0 0 0;
}

.restbeef_testimonials_carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
}
.restbeef_testimonials_carousel.owl-theme .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	background: rgba(183,28,28,0);
	border: 2px solid #cccccc;
	border-radius: 50%;
	margin: 0 5px;
	transition: background 300ms, border 300ms;
}
.restbeef_testimonials_carousel.owl-theme .owl-dots .owl-dot:hover {
	border-color: #b71c1c;
}
.restbeef_testimonials_carousel.owl-theme .owl-dots .owl-dot span {
	display: none;
}
.restbeef_testimonials_carousel.owl-theme .owl-dots .owl-dot.active {
	background: #b71c1c;
	border-color: #b71c1c;
}

.restbeef_testimonials_grid {
	margin: -20px -15px;
	font-size: 0;
	line-height: 0;
}
.restbeef_testimonials_grid .restbeef_testimonials_item {
	margin: 20px 15px;
	display: inline-block;
	vertical-align: top;
}
.restbeef_testimonials_grid.restbeef_grig_1column .restbeef_testimonials_item {
	width: calc(100% - 30px);
}
.restbeef_testimonials_grid.restbeef_grig_2columns .restbeef_testimonials_item {
	width: calc(50% - 30px);
}
.restbeef_testimonials_grid.restbeef_grig_3columns .restbeef_testimonials_item {
	width: calc(33.33% - 30px);
}
.restbeef_testimonials_grid.restbeef_grig_4columns .restbeef_testimonials_item {
	width: calc(25% - 30px);
}
.restbeef_testimonials_grid .restbeef_testimonial_content {
	padding-bottom: 23px;
}

.restbeef_testimonials_flow {
	position: relative;
}
.restbeef_testimonials_flow_inner {
	position: relative;
	transition: min-height 500ms;
	min-height: 0;
	text-align: center;	
	overflow: hidden;
}
.restbeef_testimonials_flow_item {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 1;
}
.restbeef_testimonials_flow_item .restbeef_testimonials_author {
	transition: transform 300ms, opacity 300ms;
	opacity: 0;
	transform: translate(0,0) scale(0);
	transform-origin: 50% 50%;
}
.restbeef_testimonials_flow_item .restbeef_testimonials_author_name {
	opacity: 0;
	transition: opacity 300ms;	
}
.restbeef_testimonials_flow_item .restbeef_testimonial_content {
	transition: opacity 300ms;
	opacity: 0;
}

.restbeef_testimonials_flow_item.restbeef_ts_flow_current {
	z-index: 5;
}
.restbeef_testimonials_flow_item.restbeef_ts_flow_prev,
.restbeef_testimonials_flow_item.restbeef_ts_flow_next {
	z-index: 3;
}
.restbeef_testimonials_flow_item.restbeef_ts_flow_current .restbeef_testimonials_author {
	transform: translate(0,0) scale(1);
	opacity: 1;
}
.restbeef_testimonials_flow_item.restbeef_ts_flow_current .restbeef_testimonials_author_name {
	opacity: 1;
}
.restbeef_testimonials_flow_item.restbeef_ts_flow_current .restbeef_testimonial_content {
	opacity: 1;
}

.restbeef_testimonials_flow_item.restbeef_ts_flow_next .restbeef_testimonials_author {
	transform: translate(140px,0) scale(0.8333);
	opacity: 0.5;
}
.restbeef_testimonials_flow_item.restbeef_ts_flow_prev .restbeef_testimonials_author {
	transform: translate(-140px,0) scale(0.8333);
	opacity: 0.5;
}

.restbeef_testimonials_flow_item.restbeef_ts_flow_next .restbeef_testimonial_content,
.restbeef_testimonials_flow_item.restbeef_ts_flow_prev .restbeef_testimonial_content,
.restbeef_testimonials_flow_item.restbeef_ts_flow_next .restbeef_testimonials_author_name,
.restbeef_testimonials_flow_item.restbeef_ts_flow_prev .restbeef_testimonials_author_name {
	opacity: 0;
}

a.restbeef_testimonials_flow_prev,
a.restbeef_testimonials_flow_next {
    width: 30px;
    height: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
    position: absolute;
    transition: color 300ms;
	top: 50px;
	z-index: 17;
	color: #555353;
}
a.restbeef_testimonials_flow_prev:hover,
a.restbeef_testimonials_flow_next:hover {
	color: #b71c1c;
}
.restbeef_testimonials_flow_prev {
	left: 0;
}
.restbeef_testimonials_flow_next {
	right: 0;
}
.restbeef_testimonials_flow_item .restbeef_testimonials_author img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto 17px auto;
}

/* Team Grid */
.restbeef_team_grid {
	margin: -15px;
	font-size: 0;
	line-height: 0;
}
.restbeef_team_grid_item {
	margin: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 3;
	box-shadow: 0 17px 67px rgba(52,63,75,0.2);
}
.restbeef_team_grid.restbeef_grig_1column .restbeef_team_grid_item {
	width: calc(100% - 30px)
}
.restbeef_team_grid.restbeef_grig_2columns .restbeef_team_grid_item {
	width: calc(50% - 30px)
}
.restbeef_team_grid.restbeef_grig_3columns .restbeef_team_grid_item {
	width: calc(33.33% - 30px)
}
.restbeef_team_grid.restbeef_grig_4columns .restbeef_team_grid_item {
	width: calc(25% - 30px)
}
.restbeef_team_grid_image {
	position: relative;
	margin-bottom: 21px;
}
.restbeef_team_grid_image img {
	display: block;
	width: 100%;
	height: auto;
}
.restbeef_team_grid_content {
	padding-bottom: 7px;
}

/* Special Offers */
.restbeef_special_offers {
	font-size: 0;
	line-height: 0;
}
.restbeef_special_offers .restbeef_special_offers_item {
	width: calc(33.33% - 5px);
	display: inline-block;
	vertical-align: top;
}
.restbeef_special_offers .restbeef_special_offers_item.restbeef_best_offer {
	width: calc(33.33% + 10px);
}
.restbeef_special_offers_item.restbeef_best_offer {
	position: relative;
	z-index: 5;
}
.restbeef_special_offers .restbeef_special_offers_item_inner {
	box-shadow: 0 10px 25px 5px rgba(0,0,0,0.25);
}
.restbeef_special_offers_item.restbeef_best_offer .restbeef_special_offers_item_inner {
	box-shadow: 0 10px 25px 5px rgba(0,0,0,0.5);
	transform: translateY(-30px);
}
.restbeef_special_offers_content {
	background: url('../img/products_background.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 0 30px 46px 30px;
	position: relative;
}
.restbeef_special_offers_content:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	z-index: 1;
}
.restbeef_special_offers_item.restbeef_best_offer .restbeef_special_offers_content:before {
	background: rgba(0,0,0,0.3);
}
.restbeef_special_offers_price {
	display: inline-block;
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	margin: 0 0 16px 0;
	transform: translateY(-25px);
	position: relative;
	z-index: 3;
}
.restbeef_special_offers_price del,
.restbeef_special_offers_price span {
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 6px 15px 4px 15px;
}
.restbeef_special_offers_price del {
	font-weight: 400;
	background: #212121;
	color: #808080;
}
.restbeef_special_offers_price span {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	background: #b71c1c;
	color: #ffffff;
}
.restbeef_special_offers_content h4 {
	margin: 0;
	position: relative;
	z-index: 3;
}
.restbeef_special_offers_content h4 span {
	color: #ffffff;
	margin: 0 0 7px 0;
}
.restbeef_special_offers_content h4 a {
	color: #ffffff;
	transition: opacity 300ms;
}
.restbeef_special_offers_content h4 a:hover {
	opacity: 0.7;
}

/* PRODUCT PAGE */
/* Summary Block */
.restbeef_poduct_summary .row {
	align-items: center;
}
.restbeef_poduct_summary img {
	width: 100%;
	height: auto;
}
.restbeef_poduct_summary_content {
	background: #ffffff;
	box-shadow: 0 17px 67px rgba(52,63,75,0.2);
	margin: 0 0 0 -100px;
	padding: 45px 50px 50px 50px;
}
.restbeef_poduct_summary_content h2 {
	margin-bottom: 31px;
}
.restbeef_poduct_summary_content .restbeef_poduct_description {
	margin-bottom: 43px;
}
.restbeef_poduct_summary_content .restbeef_poduct_description h6 {
	margin: 0 0 1px 0;
}
.restbeef_poduct_summary_content .restbeef_poduct_description span {
	display: inline-block;
	margin: 0 10px;
}
.restbeef_product_order input {
	display: inline-block;
}
.restbeef_product_order {
	margin: -3px 0 0 0;
}
.restbeef_product_order input[type="number"] {
	width: 50px;
	height: 50px;
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 6px 0 0;
}
.restbeef_product_order input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	max-width: 137px;
}

/* Recent Products */
.restbeef_recent_products {
	margin: 0 -15px;
	font-size: 0;
	line-height: 0;
}
.restbeef_recent_products.restbeef_grig_1column .restbeef_recent_product {
	width: calc(100% - 30px);
}
.restbeef_recent_products.restbeef_grig_2columns .restbeef_recent_product {
	width: calc(50% - 30px);
}
.restbeef_recent_products.restbeef_grig_3columns .restbeef_recent_product {
	width: calc(33.33% - 30px);
}
.restbeef_recent_products.restbeef_grig_4columns .restbeef_recent_product {
	width: calc(25% - 30px);
}
.restbeef_recent_products .restbeef_recent_product {
	margin: 0 15px;
	box-shadow: 0 10px 20px 5px rgba(0,0,0,0.15);
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
}
.restbeef_recent_product .restbeef_recent_product_image a,
.restbeef_recent_product .restbeef_recent_product_image img {
	display: block;
}
.restbeef_recent_product .restbeef_recent_product_image img {
	width: 100%;
	height: auto;
}
.restbeef_recent_product_content {
	background: url('../img/products_background.jpg') no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 0 30px 46px 30px;
}
.restbeef_recent_product_price {
	display: inline-block;
	margin: 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow: 0 5px 15px rgba(0,0,0,0.5);
	margin: 0 0 16px 0;
	transform: translateY(-25px);
}
.restbeef_recent_product_price del,
.restbeef_recent_product_price span {
	font-size: 30px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 6px 15px 4px 15px;
}
.restbeef_recent_product_price del {
	font-weight: 400;
	background: #212121;
	color: #808080;
}
.restbeef_recent_product_price span {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	background: #b71c1c;
	color: #ffffff;
}
.restbeef_recent_product_content h4 {
	margin: 0;
}
.restbeef_recent_product_content h4 span {
	color: #ffffff;
	margin: 0 0 7px 0;
}
.restbeef_recent_product_content h4 a {
	color: #ffffff;
	transition: opacity 300ms;
}
.restbeef_recent_product_content h4 a:hover {
	opacity: 0.7;
}


/* BLOG LISTING */
/* Blog Grid */
.restbeef_grid_blog,
.restbeef_masonry_blog {
	margin: -15px;
	font-size: 0;
	line-height: 0;
}
.restbeef_blog_item {
	margin: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.restbeef_grid_blog_1column .restbeef_blog_item {
	width: calc(100% - 30px)
}
.restbeef_grid_blog_2columns .restbeef_blog_item {
	width: calc(50% - 30px)
}
.restbeef_grid_blog_3columns .restbeef_blog_item {
	width: calc(33.33% - 30px)
}
.restbeef_grid_blog_4columns .restbeef_blog_item {
	width: calc(25% - 30px)
}
.restbeef_grid_blog_item_image {
	position: relative;
}
.restbeef_grid_blog_item_image img {
	display: block;
	width: 100%;
	height: auto;
}
.restbeef_grid_blog_item_image:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(0,0,0,0.5);
	transition: background 300ms;
}
.restbeef_grid_blog_item_image:hover:before {
	background: rgba(0,0,0,0.7);
}
.restbeef_grid_blog_item_image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 5;
}
.restbeef_grid_blog_item_content {
	text-align: center;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
	z-index: 3;
}
.restbeef_grid_blog_item_content h4,
.restbeef_grid_blog_item_content h4 span {
	color: #ffffff;
}
.restbeef_grid_blog_item_content h4 {
	margin: 0 0 7px 0;
}
.restbeef_grid_blog_item_content ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.restbeef_grid_blog_item_content ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	padding: 0;
	margin: 0;
}
.restbeef_grid_blog_item_content ul li:before {
	content: '';
	width: 2px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
	transform: translateY(8px);
	margin: 0 17px 0 16px;
}
.restbeef_grid_blog_item_content ul li:first-child:before {
	display: none;
}
.restbeef_grid_post_more {
	margin: -20px auto 0 auto;
	position: relative;
	z-index: 5;
	min-width: 153px;
	box-shadow: 0 2px 15px 5px rgba(0,0,0,0.2);
}

/* Blog Masonry */
.restbeef_masonry_blog .restbeef_blog_item {
	background: #ffffff;
	box-shadow: 0 10px 25px 5px rgba(0,0,0,0.05);
}
.restbeef_masonry_blog_date {
	display: inline-block;
	margin: 0 auto;
	color: #ffffff;
	background: #b71c1c;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 20px 5px 20px;
	margin: -20px 0 19px 0;
	position: relative;
	z-index: 5;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.restbeef_masonry_blog_excerpt {
	padding: 0 30px 40px 30px;
	font-size: 16px;
	line-height: 24px;
}
.restbeef_masonry_blog_excerpt h5 {
	margin: 0 0 17px 0;
}
.restbeef_masonry_blog_excerpt p {
	margin: 0 0 30px 0;
	text-align: center;
}
.restbeef_masonry_blog_excerpt p:last-child {
	margin-bottom: 0;
}
.restbeef_masonry_post_more {
	min-width: 153px;
}

	/* Standard PF */
	.restbeef_blog_pf_standard a,
	.restbeef_blog_pf_standard img {
		display: block;
	}

	/* Masonry Video PF */
	.restbeef_masonry_blog .restbeef_blog_pf_video {
		position: relative;
	}
	.restbeef_masonry_blog .restbeef_blog_pf_video .restbeef_blog_pf_link {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
	}
	.restbeef_masonry_blog .restbeef_blog_pf_video .restbeef_blog_pf_video_play {
		z-index: 5;
	}
	.restbeef_blog_pf_video_play {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #b71c1c;
		border: 2px solid #ffffff;
		box-sizing: border-box;
		text-align: center;
		box-shadow: 0 3px 15px rgba(0,0,0,0.3);
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -25px 0 0 -25px;
		transition: background 300ms;
	}
	.restbeef_blog_pf_video_play:before {
		content: '\f04b';
		font-family: 'FontAwesome';
		font-size: 16px;
		line-height: 20px;
		position: absolute;
		color: #ffffff;
		left: 19px;
		top: 13px;
		transform: translateX(-1px);
	}
	.restbeef_blog_pf_video_play:hover {
		background: #212121;
	}

	/* Masonry Image PF */
	.restbeef_masonry_blog .restbeef_blog_pf_image .owl-dots {
		position: absolute;
		bottom: 40px;
		width: 100%;
		text-align: center;
	}
	.restbeef_masonry_blog .restbeef_blog_pf_image .item a,
	.restbeef_masonry_blog .restbeef_blog_pf_image .item img {
		display: block;
	}
	.restbeef_masonry_blog .owl-theme .owl-nav.disabled + .owl-dots {
		margin: 0;
	}
	.restbeef_masonry_blog .owl-theme .owl-dots .owl-dot {
		width: 10px;
		height: 10px;
		box-sizing: border-box;
		background: rgba(255,255,255,0);
		border: 2px solid #ffffff;
		border-radius: 50%;
		margin: 0 5px;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		transition: background 300ms;
	}
	.restbeef_masonry_blog .owl-theme .owl-dots .owl-dot:hover {
		background: rgba(255,255,255,0.5);
	}
	.restbeef_masonry_blog .owl-theme .owl-dots .owl-dot span {
		display: none;
	}
	.restbeef_masonry_blog .owl-theme .owl-dots .owl-dot.active {
		background: rgba(255,255,255,1);
	}

/* Simple Blog */
.restbeef_simple_blog {
	margin: 0 0 0 0;
}
.restbeef_simple_blog .restbeef_blog_item {
	text-align: left;
	max-width: 100%;
	margin: 60px 0 0 0;
	background: #ffffff;
	box-shadow: 0 17px 67px rgba(52,63,75,0.08);
}
.restbeef_simple_blog .restbeef_blog_item:first-child {
	margin: 0 0 0 0;
}
.restbeef_simple_blog .restbeef_blog_excerpt {
	padding: 0 30px 36px 30px;
	line-height: 24px;
}
.restbeef_simple_blog .restbeef_blog_excerpt h4 {
	margin: 0 0 20px 0;
}
.restbeef_simple_blog_footer {
	background: #b71c1c;
	display: flex;
	justify-content: space-between;
}
.restbeef_simple_blog_footer .restbeef_simple_blog_meta {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	padding: 16px 0 14px 30px;
}
.restbeef_simple_blog_footer .restbeef_simple_blog_meta span {
	display: inline-block;
	vertical-align: top;
}
.restbeef_simple_blog_footer .restbeef_simple_blog_meta span:before {
	content: '';
	width: 2px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin: 0 17px 0 14px;
	transform: translateY(8px);
}
.restbeef_simple_blog_footer .restbeef_simple_blog_meta span:first-child:before {
	display: none;
}
.restbeef_simple_blog_footer .restbeef_simple_blog_meta a {
	color: #ffffff;
	transition: opacity 300ms;
}
.restbeef_simple_blog_footer .restbeef_simple_blog_meta a:hover {
	color: #ffffff;
	opacity: 0.7;
}

.restbeef_simple_blog_more a {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 0 0 0 0;
	background: #212121;
	padding: 16px 30px 14px 30px;
	transition: background 300ms, color 300ms;
}
.restbeef_simple_blog_more a:hover {
	background: #ffffff;
	color: #b71c1c;
}

.restbeef_simple_blog_pf {
	margin: 0 0 27px 0;
}
.restbeef_blog_pf_video_wrapper {
	position: relative;
}
.restbeef_single_post_pf .owl-dots,
.restbeef_simple_blog_pf.restbeef_blog_pf_image .owl-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.restbeef_single_post_pf .item a,
.restbeef_single_post_pf .item img,
.restbeef_simple_blog_pf.restbeef_blog_pf_image .item a,
.restbeef_simple_blog_pf.restbeef_blog_pf_image .item img {
	display: block;
}
.restbeef_single_post_pf.owl-theme .owl-nav.disabled + .owl-dots,
.restbeef_simple_blog_pf .owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
}
.restbeef_single_post_pf.owl-theme .owl-dots .owl-dot,
.restbeef_simple_blog_pf .owl-theme .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	background: rgba(255,255,255,0);
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 0 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	transition: background 300ms;
}
.restbeef_single_post_pf.owl-theme .owl-dots .owl-dot:hover,
.restbeef_simple_blog_pf .owl-theme .owl-dots .owl-dot:hover {
	background: rgba(255,255,255,0.5);
}
.restbeef_single_post_pf.owl-theme .owl-dots .owl-dot span,
.restbeef_simple_blog_pf .owl-theme .owl-dots .owl-dot span {
	display: none;
}
.restbeef_single_post_pf.owl-theme .owl-dots .owl-dot.active,
.restbeef_simple_blog_pf .owl-theme .owl-dots .owl-dot.active {
	background: rgba(255,255,255,1);
}

/* Blog Pagination */
.rstbeef_blog_pagination {
	text-align: center;
	padding: 60px 0 0 0;
	font-size: 0;
	line-height: 0;
}
.rstbeef_blog_pagination a,
.rstbeef_blog_pagination span {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	color: #555353;
	border: 2px solid #808080;
	background: rgba(183,28,28,0);
	transition: background 300ms, color 300ms, border 300ms;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 9px 0 0 1px;
	margin: 0 5px;
}
.rstbeef_blog_pagination a:hover {
	background: rgba(183,28,28,1);
	border-color: #b71c1c;
	color: #ffffff;
}
.rstbeef_blog_pagination span.current {
	border-color: #b71c1c;
}
.rstbeef_blog_pagination span.dots {
	border: none;
	font-size: 20px;
	margin: 0;
}
.rstbeef_blog_pagination a i {
	font-size: 13px;
	line-height: 20px;
}
.rstbeef_blog_pagination a.prev i {
	transform: translateX(-1px);
}
.rstbeef_blog_pagination a.next i {
	transform: translateX(1px);
}


/* BLOG POST */
.restbeef_header_title .restbeef_post_meta {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	padding: 14px 0 0 0;
}
.restbeef_header_title .restbeef_post_meta span {
	display: inline-block;
	vertical-align: top;
}
.restbeef_header_title .restbeef_post_meta span:before {
	content: '';
	width: 2px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	vertical-align: top;
	margin: 0 17px 0 14px;
	transform: translateY(8px);
}
.restbeef_header_title .restbeef_post_meta span:first-child:before {
	display: none;
}
.restbeef_single_post_pf {
	margin: 0 0 44px 0;
}

/* Post Tags */
.restbeef_post_tags {
	display: block;
	text-align: right;
	padding: 37px 0 44px 0;
}
.restbeef_post_tags:after {
	content: '\f02c';
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	margin-left: 17px;
}
.restbeef_post_tags a {
	color: #555353;
}
.restbeef_post_tags a:hover {
	color: #b71c1c;
}

/* Post Navigation */
.restbeef_post_navigation {
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
	display: flex;
	padding: 22px 0 21px 0;
	justify-content: space-between;
}
.restbeef_post_navigation a {
	color: #555353;
}
.restbeef_post_navigation a i {
	display: inline-block;
}
.restbeef_post_navigation .restbeef_prev_post_button a i {
	margin-right: 19px;
}
.restbeef_post_navigation .restbeef_next_post_button a i {
	margin-left: 19px;
}
.restbeef_post_navigation a:hover {
	color: #b71c1c;
}

/* Post Comments */
.restbeef_comment_list {
	padding: 15px 0 0 0;
}
.restbeef_comments_cont {
	padding: 70px 0 0 0;
}
.restbeef_comment_body {
	background: #ffffff;
	box-shadow: 0 15px 57px rgba(52,63,75,0.1);
	margin: 50px 0 0 0;
}
.restbeef_comment_text {
	padding: 24px 30px 31px 30px;
}
.restbeef_comment_list > .restbeef_comment_item:first-child > .restbeef_comment_body:first-child {
	margin: 0;
}
.restbeef_comment_list .restbeef_comment_item .restbeef_comment_item {
	padding-left: 50px;
}
.restbeef_comment_footer {
	display: flex;
	background: #b71c1c;
	justify-content: space-between;
	padding: 16px 30px 14px 30px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.restbeef_comment_footer a {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	transition: opacity 300ms;
}
.restbeef_comment_footer a:hover {
	opacity: 0.7;
}
.restbeef_comment_tools div,
.restbeef_comment_meta div {
	display: inline-block;
	vertical-align: top;
}
.restbeef_comment_tools div:before,
.restbeef_comment_meta div:before {
	content: '';
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	margin: 0 14px 0 13px;
	transform: translateY(-1px);
}
.restbeef_comment_tools div:first-child:before,
.restbeef_comment_meta div:first-child:before {
	display: none;
}
.restbeef_comment_tools a {
	display: inline-block;
	vertical-align: top;
}

.restbeef_comments_wrapper .comment-respond {
	padding-top: 74px;
}

/* Recent Posts */
.restbeef_single_recents {
	margin-top: 80px;
}
.restbeef_recent_posts {
	font-size: 0;
	line-height: 0;
	margin: 0 -15px;
}
.restbeef_recent_posts .restbeef_recent_post {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	box-shadow: 0 10px 25px 5px rgba(0,0,0,0.05);
	margin: 0 15px;
}
.restbeef_recent_posts .restbeef_recent_post img {
	display: block;
	width: 100%;
	height: auto;
}
.restbeef_recent_posts .restbeef_recent_post_image a {
	display: block;
}
.restbeef_recent_posts.restbeef_grig_1column .restbeef_recent_post {
	width: calc(100% - 30px);
}
.restbeef_recent_posts.restbeef_grig_2columns .restbeef_recent_post {
	width: calc(50% - 30px);
}
.restbeef_recent_posts.restbeef_grig_3columns .restbeef_recent_post {
	width: calc(33.33% - 30px);
}
.restbeef_recent_posts.restbeef_grig_4columns .restbeef_recent_post {
	width: calc(25% - 30px);
}
.restbeef_recent_post_date {
	display: inline-block;
	margin: 0 auto;
	color: #ffffff;
	background: #b71c1c;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 20px 5px 20px;
	margin: 0 0 -1px 0;
	transform: translateY(-20px);
	position: relative;
	z-index: 5;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.restbeef_recent_post_content {
	font-size: 16px;
	line-height: 24px;
	color: #555353;
	padding: 0 30px 40px 30px;
}
.restbeef_recent_post_content h5 {
	margin: 0 0 18px 0;
}
.restbeef_recent_post_content p {
	text-align: center;
	margin-bottom: 30px;
}
.restbeef_recent_post_content a.restbeef_button {
	padding-left: 40px;
	padding-right: 40px;
}


/* PRODUCTS MENU */
.restbeef_menu_block .restbeef_block {
	padding: 50px;
}
.restbeef_menu_block > div {
	display: inline-flex;
	align-items: center;
}
.restbeef_menu_block h2.restbeef_block_title {
	margin-bottom: 53px;
}
.restbeef_menu_block:nth-child(even) {
	flex-direction: row-reverse;
	position: relative;
	z-index: 3;
	box-shadow: 0 10px 75px rgba(52,63,75,0.08);
}
.restbeef_menu_block .restbeef_block .row {
	margin-left: -25px;
	margin-right: -25px;
}
.restbeef_menu_block .restbeef_block .row > div {
	padding-left: 25px;
	padding-right: 25px;
}
.restbeef_menu_list .restbeef_menu_item {
	margin: 30px 0 0 0;
}
.restbeef_menu_list .restbeef_menu_item:first-child {
	margin: 0;
}
.restbeef_menu_item .restbeef_menu_item_head {
	border-bottom: 1px dashed #808080;
	display: flex;
	justify-content: space-between;
	padding: 0 0 9px 0;
}
.restbeef_menu_item .restbeef_menu_item_head h5 {
	margin: 0;
}
.restbeef_menu_item .restbeef_menu_price {
	color: #b71c1c;
}
.restbeef_menu_item .restbeef_menu_price del {
	color: #555353;
	display: inline-block;
	margin-right: 10px;
}
.restbeef_menu_item .restbeef_menu_price span {
	color: #555353;
	display: inline-block;
}
.restbeef_menu_item .restbeef_menu_price span:after {
	content: '/';
	display: inline-block;
	margin: 0 6px;
}
.restbeef_menu_item .restbeef_menu_item_content {
	padding: 9px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.restbeef_menu_item_content .restbeef_menu_item_description {
	padding-right: 10px;
	flex-grow: 3;
}
.restbeef_menu_item_content .restbeef_menu_item_weight {
	padding-left: 10px;
	font-weight: bold;
	text-align: right;
	flex-grow: 1;
	white-space: nowrap;
}


/* SIDEBAR */
.restbeef_sidebar .widget {
	margin: 0 0 70px 0;
}
.restbeef_sidebar .widget:last-child {
	margin: 0;
}

/* Search Widget */
.restbeef_search_form {
	position: relative;
}
.restbeef_search_form input.restbeef_field_search {
	margin: 0;
}
.restbeef_search_form .restbeef_icon_search {
	position: absolute;
	right: 13px;
	top: 10px;
	font-size: 14px;
	line-height: 20px;
}

/* Featured Posts */
.widget_restbeef_featured_posts .restbeef_posts_item {
	margin: 0 0 20px 0;
}
.widget_restbeef_featured_posts .restbeef_posts_item_image {
	max-width: 70px;
	min-width: 70px;
	display: inline-block;
	vertical-align: middle;
}
.widget_restbeef_featured_posts .restbeef_posts_item_image img {
	width: 100%;
	height: auto;
	display: block;
}
.widget_restbeef_featured_posts .restbeef_posts_item_content {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
}
.widget_restbeef_featured_posts .restbeef_posts_item.restbeef_block_with_fi .restbeef_posts_item_content {
	padding-left: 15px;
	width: calc(100% - 90px);
	transform: translateY(-1px);
}
a.restbeef_featured_post_widget_title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #212121;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}
a.restbeef_featured_post_widget_title:hover {
	color: #b71c1c;
}
.restbeef_widget_meta {
	font-size: 14px;
	line-height: 20px;
	color: #555353;
}

/* Category Widget */
.restbeef_container .restbeef_sidebar .widget_categories ul {
	padding: 0;
	margin: -14px 0 0 0;
}
.widget_categories ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	border-bottom: 1px dashed #808080;
	transition: border 300ms;
}
.widget_categories ul li a {
	display: block;
	padding: 7px 0 6px 0;
	color: #555353;
}
.widget_categories ul li:hover a {
	color: #b71c1c;
}
.widget_categories ul li:hover {
	border-color: #b71c1c;
}
.widget_categories ul li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	float: right;
	transform: translate(2px, 1px);
}

/* Tagcloud Widget */
.widget_tag_cloud .tagcloud {
	margin: -10px 0 0 -10px;
	font-size: 0;
	line-height: 0;
}
.widget_tag_cloud .tagcloud a {
	background: #212121;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background: #212121;
	font-weight: bold;
	margin: 10px 0 0 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 7px 14px 6px 14px;
	transition: background 300ms, color 300ms;
}
.widget_tag_cloud .tagcloud a:hover {
	background: #b71c1c;
}

/* Widget Instagram */
.gallery_widget_wrapper {
	font-size: 0;
	line-height: 0;
	margin: -5px;
}
.gallery_widget_wrapper > div {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	width: calc(33.33% - 10px);
}
.gallery_widget_wrapper a {
	display: block;
	position: relative;
}
.gallery_widget_wrapper a:before {
	content: '';
	background: rgba(183,28,28,0);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: background 300ms;
}
.gallery_widget_wrapper a:after {
	content: '\f002';
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -10px;
	text-align: center;
	color: #ffffff;
	opacity: 0;
	transition: opacity 300ms;
}
.gallery_widget_wrapper a:hover:before {
	background: rgba(183,28,28,0.5);
}
.gallery_widget_wrapper a:hover:after {
	opacity: 1;
}
.gallery_widget_wrapper img {
	display: block;
	width: 100%;
	height: auto;
}


/* FOOTER WIDGETS */
.restbeef_footer_widgets {
	background: #b71c1c;
	position: relative;
	padding: 60px 0 60px 0;
}
.restbeef_back_to_top {
	position: absolute;
	left: 50%;
	top: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	background: #b71c1c;
	text-align: center;
	margin: 0 0 0 -25px;
	transition: background 300ms;
	z-index: 99;
}
.restbeef_back_to_top:hover {
	background: #212121;
}
.restbeef_back_to_top i {
	padding-top: 14px;
}
.restbeef_footer_widgets p,
.restbeef_footer_widgets a,
.restbeef_footer_widgets h1,
.restbeef_footer_widgets h2,
.restbeef_footer_widgets h3,
.restbeef_footer_widgets h4,
.restbeef_footer_widgets h5,
.restbeef_footer_widgets h6,
.restbeef_footer_widgets span.restbeef_up_title {
	color: #ffffff;
}
.restbeef_footer_widgets h2 {
	margin-bottom: 22px;
}

/* Restbeef Intouch */
.restbeef_intouch_form {
	display: flex;
	justify-content: center;
	padding-bottom: 6px;
}
.restbeef_intouch_form input[type="email"] {
	flex-grow: 4;
	height: 40px;
	position: relative;
	z-index: 2;
	max-width: 200px;
}
.restbeef_intouch_form input[type="submit"] {
	flex-grow: 0;
	height: 40px;
	margin-left: -2px;
	max-width: 105px;
}
.restbeef_in_touch {
	padding-top: 6px;
}
.restbeef_in_touch ul {
	padding: 0;
	margin: 0;
}
.restbeef_in_touch ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 3px;
}
.restbeef_in_touch ul li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	line-height: 20px;
	border: 2px solid #ffffff;
	text-align: center;
	box-sizing: border-box;	
	padding: 8px 0 0 0;
	transition: background 300ms;
}
.restbeef_in_touch ul li a:hover {
	background: #212121;
}

/* FOOTER */
.restbeef_footer {
	background: #212121;
	display: flex;
	justify-content: space-between;
	padding-top: 9px;
	padding-bottom: 11px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.2px;
}
.restbeef_footer a {
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.2px;
}
.restbeef_footer a:hover {
	color: #b71c1c;
}

ul.restbeef_footer_links_list {
	padding: 0;
	margin: 0;
}
ul.restbeef_footer_links_list li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
ul.restbeef_footer_links_list li:before {
	content: '';
	width: 2px;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #ffffff;
	margin: 0 17px 0 15px;
	transform: translateY(-1px);
}
ul.restbeef_footer_links_list li:first-child:before {
	display: none;
}

/*---------------------
[Responsive Stylesheet]
---------------------*/

/* Laptop Landscape */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	
}

/* Tablet Landscape */
@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.restbeef_container,
	.restbeef_fullwidth_boxed .restbeef_block_inner {
		width: 940px;
		margin: 0 auto;
	}

	h2, h2 a, h2 span {
		font-size: 40px;
		line-height: 45px;
	}
	h3, h3 a, h3 span {
		font-size: 35px;
		line-height: 40px;
	}
	
	.restbeef_header_stripes.restbeef_container {
		width: 100%;
	}
	.restbeef_content_wrapper.restbeef_left_sidebar .restbeef_content, 
	.restbeef_content_wrapper.restbeef_right_sidebar .restbeef_content {
		width: 670px;
	}
	.restbeef_content_wrapper .restbeef_sidebar {
		width: 240px;
	}
	.restbeef_content_box {
		padding-left: 29px;
		padding-right: 29px;
	}
	
	.restbeef_header_stripe_content h3,
	.restbeef_header_stripe_content h3 span {
		font-size: 30px;
		line-height: 35px;
	}
	.restbeef_testimonials_flow_item.restbeef_ts_flow_next .restbeef_testimonials_author {
		transform: translate(110px,0) scale(0.667)
	}
	.restbeef_testimonials_flow_item.restbeef_ts_flow_prev .restbeef_testimonials_author {
		transform: translate(-110px,0) scale(0.667)
	}
	
	.restbeef_menu_block .col-6 {
		width: calc(100% - 30px);
	}
	.restbeef_step_path:before {
		width: 148px;
	}
	.restbeef_step_path:after {
		right: calc(50% - 19px);
	}
	.restbeef_block_inner .restbeef_step_item:nth-child(even) .restbeef_step_path:after {
		left: calc(50% - 22px);
	}
}

/* Tablet Portrait */
@media only screen and (min-width: 760px) and (max-width: 960px) {
	.restbeef_container,
	.restbeef_fullwidth_boxed .restbeef_block_inner {
		width: 742px;
		margin: 0 auto;
	}
	.restbeef_nav .restbeef_menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.restbeef_content_wrapper.restbeef_left_sidebar .restbeef_content, 
	.restbeef_content_wrapper.restbeef_right_sidebar .restbeef_content {
		width: 500px;
	}
	.restbeef_content_wrapper .restbeef_sidebar {
		width: 222px;
	}

	.restbeef_main_wrapper {
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.restbeef_main_wrapper.restbeef_no_top_padding {
		padding-top: 0;
	}
	.restbeef_main_wrapper.restbeef_no_bottom_padding {
		padding-bottom: 0;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row.restbeef_keep_tablet_row {
		flex-direction: row;
	}
	.row > div {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	h1,
	h1 a {
		font-size: 60px;
		line-height: 65px;
	}
	h1 span {
		font-size: 50px;
		line-height: 55px;
	}
	h2, h2 a, h2 span {
		font-size: 40px;
		line-height: 45px;
	}
	h3, h3 a, h3 span {
		font-size: 33px;
		line-height: 38px;
	}
	h4, h4 a, h4 span {
		font-size: 30px;
		line-height: 35px;
	}
	
	.restbeef_container_wide {
		padding-left: 20px;
		padding-right: 20px;
	}
	.restbeef_header_tagline .restbeef_header_contacts ul li:last-child {
		display: none;
	}
	a.btn_book_table {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.restbeef_nav .restbeef_menu > li:nth-last-child(2) .sub-menu .sub-menu {
		
	}
	.restbeef_nav .restbeef_menu > li:nth-last-child(2) .sub-menu .sub-menu {
		left: auto;
		right: calc(100% + 5px);
	}
	.restbeef_nav .restbeef_menu > li:nth-last-child(2) .sub-menu .sub-menu:after {
		left: auto;
		right: -5px;
	}
	
	.restbeef_footer_widgets .row {
		flex-direction: row;
	}
	ul.restbeef_footer_links_list li:before {
		margin-left: 10px;
		margin-right: 10px;
	}
	.restbeef_footer {
		display: block;
		text-align: center;
	}
	.restbeef_footer .restbeef_copyright {
		margin-bottom: 10px;
	}
	.restbeef_header_title .restbeef_header_description {
		font-size: 16px;
		line-height: 26px;
	}
	
	.restbeef_home01_block .row {
		justify-content: center;
	}
	.restbeef_home01_block .restbeef_block_inner > .row > .col-6 {
		width: 100%;
		box-sizing: border-box;
		padding: 50px!important;
	}
	.restbeef_home01_block.restbeef_content_on_right .restbeef_block_inner > .row > .col-6:first-child {
		display: none;
	}
	.restbeef_home01_block.restbeef_content_on_left .restbeef_block_inner > .row > .col-6:last-child {
		display: none;
	}
	.restbeef_content_box form .col-6 {
		width: 100%;
	}
	
	.restbeef_recent_posts {
		margin: 0 -10px;
	}
	.restbeef_recent_post_content {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.restbeef_recent_posts .restbeef_recent_post {
		margin: 0 10px;
	}
	.restbeef_recent_posts.restbeef_grig_1column .restbeef_recent_post {
		width: calc(100% - 20px);
	}
	.restbeef_recent_posts.restbeef_grig_2columns .restbeef_recent_post {
		width: calc(50% - 20px);
	}
	.restbeef_recent_posts.restbeef_grig_3columns .restbeef_recent_post {
		width: calc(33.33% - 20px);
	}
	.restbeef_recent_posts.restbeef_grig_4columns .restbeef_recent_post {
		width: calc(50% - 20px);
	}
	
	.restbeef_testimonials_grid {
		margin: -20px -10px;
		font-size: 0;
		line-height: 0;
	}
	.restbeef_testimonials_grid .restbeef_testimonials_item {
		margin: 20px 10px;
		display: inline-block;
		vertical-align: top;
	}
	.restbeef_testimonials_grid.restbeef_grig_1column .restbeef_testimonials_item {
		width: calc(100% - 20px);
	}
	.restbeef_testimonials_grid.restbeef_grig_2columns .restbeef_testimonials_item {
		width: calc(50% - 20px);
	}
	.restbeef_testimonials_grid.restbeef_grig_3columns .restbeef_testimonials_item {
		width: calc(50% - 20px);
	}
	.restbeef_testimonials_grid.restbeef_grig_4columns .restbeef_testimonials_item {
		width: calc(50% - 20px);
	}
	
	.restbeef_header_stripes.restbeef_container {
		width: 100%;
	}
	.restbeef_header_stripes {
		flex-direction: column;
	}
	.restbeef_header_stripe_content h3 {
		margin: 0;
	}
	.restbeef_header_stripes .restbeef_header_stripe {
		width: 100%;
		height: 25%;
	}
	
	.restbeef_special_offers_content {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
	}
	.restbeef_special_offers_content h4,
	.restbeef_special_offers_content h4 a,
	.restbeef_special_offers_content h4 span {
		font-size: 25px;
		line-height: 30px;		
	}
	.restbeef_special_offers_item.restbeef_best_offer .restbeef_special_offers_item_inner {
		transform: translateY(-20px);
	}
	
	.restbeef_iconbox_block .row {
		flex-direction: row;
	}
	
	.restbeef_home02_block .restbeef_block_inner > .row >.col-6 {
		width: 100%;
		box-sizing: border-box;
	}
	.restbeef_home02_block .restbeef_block_inner > .row.restbeef_height100 {
		min-height: 0;
	}
	.restbeef_home02_contact_block .restbeef_block_inner > .row >.col-6:first-child {
		display: none;
	}
	.restbeef_home02_contact_block .restbeef_block_inner > .row >.col-6 .col-6 {
		width: 100%;
	}
	form .col-6 {
		width: 100%;
	}
	
	.restbeef_home03_block.restbeef_height100,
	.restbeef_home03_block .restbeef_height100 {
		min-height: 0;
	}
	.restbeef_home03_block .restbeef_block_inner > .row > div {
		width: 100%;
	}
	.restbeef_home03_block:nth-child(even) .restbeef_block_inner > .row {
		flex-direction: column-reverse;
	}
	
	.restbeef_recent_products {
		margin: 0 -10px;
	}
	.restbeef_recent_products .restbeef_recent_product {
		margin: 0 10px;
	}
	.restbeef_recent_product_content {
		padding-left: 15px;
		padding-right: 15px;
	}
	.restbeef_recent_product_content h4,
	.restbeef_recent_product_content h4 span,
	.restbeef_recent_product_content h4 a {
		font-size: 25px;
		line-height: 30px;
	}
	.restbeef_recent_products.restbeef_grig_1column .restbeef_recent_product {
		width: calc(100% - 20px);
	}
	.restbeef_recent_products.restbeef_grig_2columns .restbeef_recent_product {
		width: calc(50% - 20px);
	}
	.restbeef_recent_products.restbeef_grig_3columns .restbeef_recent_product {
		width: calc(33.33% - 20px);
	}
	.restbeef_recent_products.restbeef_grig_4columns .restbeef_recent_product {
		width: calc(25% - 20px);
	}
	
	/* Team Grid */
	.restbeef_team_grid {
		margin: -10px;
		font-size: 0;
		line-height: 0;
	}
	.restbeef_team_grid_item {
		margin: 10px;
	}
	.restbeef_team_grid.restbeef_grig_1column .restbeef_team_grid_item {
		width: calc(100% - 20px)
	}
	.restbeef_team_grid.restbeef_grig_2columns .restbeef_team_grid_item {
		width: calc(50% - 20px)
	}
	.restbeef_team_grid.restbeef_grig_3columns .restbeef_team_grid_item {
		width: calc(33.33% - 20px)
	}
	.restbeef_team_grid.restbeef_grig_4columns .restbeef_team_grid_item {
		width: calc(25% - 20px)
	}
	.restbeef_team_grid_content h4,
	.restbeef_team_grid_content h4 a,
	.restbeef_team_grid_content h4 span {
		font-size: 25px;
		line-height: 30px;
	}

	/* Grid Gallery */
	.restbeef_grig_gallery_wrapper {
		margin: -10px;
		font-size: 0;
		line-height: 0;
	}
	.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item {
		margin: 10px;
	}
	.restbeef_grig_gallery_wrapper.restbeef_grig_1columns .restbeef_grig_gallery_item {
		width: calc(100% - 20px);
	}
	.restbeef_grig_gallery_wrapper.restbeef_grig_2columns .restbeef_grig_gallery_item {
		width: calc(50% - 20px);
	}
	.restbeef_grig_gallery_wrapper.restbeef_grig_3columns .restbeef_grig_gallery_item {
		width: calc(33.33% - 20px);
	}
	.restbeef_grig_gallery_wrapper.restbeef_grig_4columns .restbeef_grig_gallery_item {
		width: calc(25% - 20px);
	}
	
	/* Events */
	.restbeef_events {
		margin: -10px;
		font-size: 0;
		line-height: 0;
	}
	.restbeef_events.restbeef_events_1column .restbeef_event_item {
		width: calc(100% - 20px);
	}
	.restbeef_events.restbeef_events_2columns .restbeef_event_item {
		width: calc(50% - 20px);
	}
	.restbeef_events.restbeef_events_3columns .restbeef_event_item {
		width: calc(33.33% - 20px);
	}
	.restbeef_events.restbeef_events_4columns .restbeef_event_item {
		width: calc(25% - 20px);
	}
	.restbeef_events .restbeef_event_item {
		margin: 10px;
	}
	
	.restbeef_team_block .row {
		flex-direction: row;
	}
	
	.restbeef_intro_block .row {
		flex-direction: row;
	}
	.restbeef_intro_block .col-3 {
		width: 10%;
	}
	.restbeef_intro_block .col-6 {
		width: 80%;
	}
	.restbeef_reservation_form .row {
		flex-direction: row;
	}
	
	.row.restbeef_step_item {
		flex-direction: row;
	}
	.restbeef_step_path:before {
		width: 110px;
	}
	.restbeef_step_path:after {
		right: calc(50% - 13px);
	}
	.restbeef_block_inner .restbeef_step_item:nth-child(even) .restbeef_step_path:after {
		left: calc(50% - 18px);
	}
	
	.row.restbeef_menu_block {
		flex-direction: column;
	}
	.row.restbeef_menu_block .col-4,
	.row.restbeef_menu_block .col-8 {
		width: 100%;
	}
	.row.restbeef_menu_block .col-4 {
		min-height: 450px;
	}
	.row.restbeef_menu_block .col-8 .col-6 {
		width: 100%;
	}
	.restbeef_products_review .row,
	.restbeef_poduct_summary .row {
		flex-direction: row;
	}

	.restbeef_grid_blog,
	.restbeef_masonry_blog {
		margin: -10px;
	}
	.restbeef_blog_item {
		margin: 10px;
	}
	.restbeef_grid_blog_1column .restbeef_blog_item {
		width: calc(100% - 20px)
	}
	.restbeef_grid_blog_2columns .restbeef_blog_item {
		width: calc(50% - 20px)
	}
	.restbeef_grid_blog_3columns .restbeef_blog_item {
		width: calc(33.33% - 20px)
	}
	.restbeef_grid_blog_4columns .restbeef_blog_item {
		width: calc(50% - 20px)
	}
	.restbeef_grid_blog_item_content ul {
		text-align: center;
	}
	.restbeef_grid_blog_item_content ul li {
		display: block;
	}
	.restbeef_grid_blog_item_content ul li:before {
		display: none;
	}
	.restbeef_masonry_blog_excerpt {
		padding: 0 15px 20px 15px;
	}
	
	.restbeef_simple_blog_more a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.restbeef_simple_blog .restbeef_blog_excerpt {
		padding: 0 15px 18px 15px;
	}
	.restbeef_simple_blog_footer .restbeef_simple_blog_meta {
		padding-left: 15px;
	}

	.restbeef_tablet_row_fullwidth {
		margin-bottom: -20px;
	}
	.restbeef_tablet_row_fullwidth .col-1,
	.restbeef_tablet_row_fullwidth .col-2,
	.restbeef_tablet_row_fullwidth .col-3,
	.restbeef_tablet_row_fullwidth .col-4,
	.restbeef_tablet_row_fullwidth .col-5,
	.restbeef_tablet_row_fullwidth .col-6,
	.restbeef_tablet_row_fullwidth .col-7,
	.restbeef_tablet_row_fullwidth .col-8,
	.restbeef_tablet_row_fullwidth .col-9,
	.restbeef_tablet_row_fullwidth .col-10,
	.restbeef_tablet_row_fullwidth .col-11,
	.restbeef_tablet_row_fullwidth .col-12 {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* Mobile Landscape */
@media only screen and (min-width: 760px) {
	.restbeef_nav {
		display: block!important;
	}
}

@media only screen and (max-width: 760px) {
	.restbeef_container,
	.restbeef_fullwidth_boxed .restbeef_block_inner {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.restbeef_content_wrapper.restbeef_left_sidebar,
	.restbeef_content_wrapper.restbeef_right_sidebar {
		flex-direction: column;
	}
	.restbeef_content_wrapper.restbeef_left_sidebar .restbeef_content, 
	.restbeef_content_wrapper.restbeef_right_sidebar .restbeef_content {
		width: 100%;
	}
	.restbeef_content_wrapper .restbeef_sidebar {
		width: 100%;
		padding-top: 80px;
	}
	.restbeef_sidebar .widget {
		margin-bottom: 50px;
	}
	
	.restbeef_container_wide {
		padding-left: 10px;
		padding-right: 10px;
	}
	.restbeef_header_title {
		left: 0;
		text-align: center;
		transform: translate(0,calc(-50% + 3px));
	}
	
	.row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.row > div.col-1,
	.row > div.col-2,
	.row > div.col-3,
	.row > div.col-4,
	.row > div.col-5,
	.row > div.col-6,
	.row > div.col-7,
	.row > div.col-8,
	.row > div.col-9,
	.row > div.col-10,
	.row > div.col-11,
	.row > div.col-12 {
		width: 100%;
		margin: 0 0 30px 0;
		padding-left: 0;
		padding-right: 0;
	}
	.row > div:last-child {
		margin-bottom: 0;
	}
	
	.restbeef_main_wrapper {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.restbeef_main_wrapper.restbeef_no_top_padding {
		padding-top: 0;
	}
	.restbeef_main_wrapper.restbeef_no_bottom_padding {
		padding-bottom: 0;
	}
	.restbeef_header_stripes.restbeef_container {
		width: 100%;
		margin: 0;
	}
	
	/* Mobile Menu */
	.restbeef_header_tagline {
		display: none;
	}
	.restbeef_header_tagline .restbeef_header_contacts {
		display: none;
	}
	.restbeef_header_socials {
		width: 100%;
		text-align: center;
	}
	.restbeef_header_content {
		flex-wrap: wrap;
	}
	div.restbeef_menu_part {
		width: 100%;
	}
	.restbeef_mobile_menu_part {
		display: block;
	}
	a.restbeef_mobile_menu_toggler {
		width: 30px;
		height: 30px;
		position: relative;
		display: block;
	}
	a.restbeef_mobile_menu_toggler span {
		position: absolute;
		left: 0;
		top: 15px;
		width: 30px;
		height: 3px;
		background: #ffffff;
		transition: background 300ms;
	}
	a.restbeef_mobile_menu_toggler span:before,
	a.restbeef_mobile_menu_toggler span:after {
		content: '';
		width: 100%;
		height: 3px;
		background: #ffffff;
		position: absolute;
		left: 0;
		transition: transform 300ms;
		transform-origin: 0 50%;
	}
	
	a.restbeef_mobile_menu_toggler.restbeef_mobile_menu_close span {
		background: rgba(255,255,255,0);
	}
	a.restbeef_mobile_menu_toggler.restbeef_mobile_menu_close span:before {
		transform: rotate(45deg) translateY(-1px);
	}
	a.restbeef_mobile_menu_toggler.restbeef_mobile_menu_close span:after {
		transform: rotate(-45deg) translateY(1px);
	}
	
	a.restbeef_mobile_menu_toggler span:before {
		top: -10px;
	}
	a.restbeef_mobile_menu_toggler span:after {
		bottom: -10px;
	}
	
	.restbeef_menu_part a.btn_book_table {
		display: none;
	}
	
	div.restbeef_menu_part {
		display: block;
		position: relative;
	}
	.restbeef_nav {
		padding-top: 20px;
		padding-bottom: 20px;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
	}
	.restbeef_nav .restbeef_menu {
		display: block;
		background: #212121;
		position: relative;
		padding: 3px;
	}
	.restbeef_nav .restbeef_menu:before {
		content: '';
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		position: absolute;
		left: 2px;
		top: 2px;
		border: 1px solid #4d4d4d;
		pointer-events: none;
	}

	.restbeef_nav .restbeef_menu li {
		border-top: 1px solid #4d4d4d;
		position: relative;
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.2px;
		text-transform: uppercase;
		display: block;
		background: transparent;
	}
	.restbeef_nav .restbeef_menu > li:first-child {
		border-top: none;
	}
	.restbeef_nav .restbeef_menu li a {
		position: relative;
		z-index: 5;
		padding: 11px 13px 10px 13px;
		display: block;
	}
	.restbeef_nav .restbeef_menu li a,
	.restbeef_nav .restbeef_menu li:hover a {
		color: #ffffff;
	}
	.restbeef_nav .restbeef_menu .sub-menu,
	.restbeef_nav .restbeef_menu .sub-menu li .sub-menu {
		display: none;
		position: static;
		pointer-events: auto;
		opacity: 1;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.restbeef_nav .restbeef_menu .sub-menu:before,
	.restbeef_nav .restbeef_menu .sub-menu:after {
		display: none;
	}
	.restbeef_nav .restbeef_menu .sub-menu > li > a {
		padding-left: 33px;
	}
	.restbeef_nav .restbeef_menu .sub-menu > li:first-child {
		border-top: 1px solid #4d4d4d;
	}
	.restbeef_nav .restbeef_menu .sub-menu > li > .sub-menu > li > a {
		padding-left: 53px;
	}
	.restbeef_menu li.menu-item-has-children > a:after {
		content: '\f105';
		font-family: 'FontAwesome';
		float: right;
		font-size: 16px;
		line-height: 20px;
		transform: translate(3px,-1px);
		transform-origin: 50% 50%;
		transition: transform 300ms;
	}
	.restbeef_menu li.menu-item-has-children.menu-item-showed > a:after {
		transform: translate(3px,-1px) rotate(90deg);
	}
	.restbeef_nav .restbeef_menu .sub-menu > li:before {
		display: none;
	}
	.restbeef_header_content {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	
	/* Typography */
	h1, h1 a, h1 span {
		font-size: 40px;
		line-height: 45px;
	}
	h2, h2 a, h2 span {
		font-size: 35px;
		line-height: 40px;
	}
	h3, h3 a, h3 span {
		font-size: 30px;
		line-height: 35px;
	}
	h4, h4 a, h4 span {
		font-size: 25px;
		line-height: 30px;
	}
	h5, h5 a, h5 span {
		font-size: 20px;
		line-height: 25px;
	}
	h6, h6 a, h6 span {
		font-size: 16px;
		line-height: 21px;
	}
	.restbeef_contact_info_wrapper h2 {
		margin-bottom: 15px;
	}
	.restbeef_contact_info {
		margin-bottom: 20px;
	}
	
	/* Footer */
	.restbeef_footer {
		text-align: center;
		display: block;
		padding-bottom: 20px;
	}
	ul.restbeef_footer_links_list li:before {
		margin-left: 7px;
		margin-right: 10px;
	}
	.restbeef_footer > div {
		width: 100%;
	}
	.restbeef_footer .restbeef_copyright {
		padding-top: 10px;
	}
	.restbeef_footer_widgets .widget {
		padding-bottom: 20px;
	}
	.restbeef_footer_widgets {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.restbeef_footer_widgets .col-4:last-child .widget.widget_text p {
		margin-bottom: 0;
	}
	.restbeef_footer_links {
		display: none;
	}
	
	.restbeef_header_wrapper {
		min-height: 450px;
	}
	.restbeef_header_slider_wrapper {
		min-height: 100vh;
	}
	
	/* Home01 */
	.restbeef_header_title .restbeef_header_description {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 21px;
		padding-top: 15px;
	}
	.restbeef_header_title a.restbeef_button {
		min-width: 0;
	}
	/* Recent Products */
	.restbeef_recent_products {
		margin: -20px 0 0 0;
	}
	.restbeef_recent_products.restbeef_grig_1column .restbeef_recent_product,
	.restbeef_recent_products.restbeef_grig_2columns .restbeef_recent_product,
	.restbeef_recent_products.restbeef_grig_3columns .restbeef_recent_product,
	.restbeef_recent_products.restbeef_grig_4columns .restbeef_recent_product {
		width: 100%;
	}
	.restbeef_recent_products .restbeef_recent_product {
		margin: 20px 0 0 0;
		box-shadow: 0 10px 20px 5px rgba(0,0,0,0.15);
		background: #ffffff;
		display: inline-block;
		vertical-align: top;
	}

	.restbeef_home01_block  {
		margin-bottom: 50px!important;
	}
	.restbeef_home01_block .row {
		justify-content: center;
	}
	.restbeef_home01_block .restbeef_block_inner > .row > .col-6 {
		width: 100%;
		box-sizing: border-box;
		padding: 50px!important;
	}
	.restbeef_home01_block.restbeef_content_on_right .restbeef_block_inner > .row > .col-6:first-child {
		display: none;
	}
	.restbeef_home01_block.restbeef_content_on_left .restbeef_block_inner > .row > .col-6:last-child {
		display: none;
	}
	.restbeef_content_box form .col-6 {
		width: 100%;
	}
	.restbeef_content_box {
		padding: 20px 20px 30px 20px;
	}
	.restbeef_home01_block .restbeef_block_inner > .row {
		display: flex;
		justify-content: center;
	}
	.restbeef_home01_block .restbeef_block_inner > .row > .col-6 {
		padding: 10px!important;
	}
	.restbeef_home01_block h2,
	.restbeef_home01_block h2 span,
	.restbeef_home01_block h2 a {
		font-size: 30px;
		line-height: 35px;
	}

	.restbeef_testimonials_grid {
		margin: -20px 0;
		font-size: 0;
		line-height: 0;
	}
	.restbeef_testimonials_grid .restbeef_testimonials_item {
		margin: 20px 0;
		display: inline-block;
		vertical-align: top;
	}
	.restbeef_testimonials_grid.restbeef_grig_1column .restbeef_testimonials_item,
	.restbeef_testimonials_grid.restbeef_grig_2columns .restbeef_testimonials_item,
	.restbeef_testimonials_grid.restbeef_grig_3columns .restbeef_testimonials_item,
	.restbeef_testimonials_grid.restbeef_grig_4columns .restbeef_testimonials_item {
		width: 100%;
	}

	.restbeef_recent_post_content {
		padding: 0 20px 30px 20px;
	}
	.restbeef_recent_posts {
		margin: -20px 0 0 0;
	}
	.restbeef_recent_posts .restbeef_recent_post {
		margin: 20px 0 0 0;
	}
	.restbeef_recent_posts .restbeef_recent_post img {
		display: block;
		width: 100%;
		height: auto;
	}
	.restbeef_recent_posts.restbeef_grig_1column .restbeef_recent_post,
	.restbeef_recent_posts.restbeef_grig_2columns .restbeef_recent_post,
	.restbeef_recent_posts.restbeef_grig_3columns .restbeef_recent_post,
	.restbeef_recent_posts.restbeef_grig_4columns .restbeef_recent_post {
		width: 100%;
	}

	/* Home 02 */
	.restbeef_header_stripes.restbeef_container {
		width: 100%;
	}
	.restbeef_header_stripes {
		flex-direction: column;
	}
	.restbeef_header_stripe_content h3 {
		margin: 0;
	}
	.restbeef_header_stripes .restbeef_header_stripe {
		width: 100%;
		height: 25%;
	}

	.restbeef_home02_block .restbeef_block_inner > .row >.col-6 {
		width: 100%;
		box-sizing: border-box;
	}
	.restbeef_home02_block .restbeef_block_inner > .row.restbeef_height100 {
		min-height: 0;
	}
	.restbeef_home02_contact_block .restbeef_block_inner > .row >.col-6:first-child {
		display: none;
	}
	.restbeef_home02_contact_block .restbeef_block_inner > .row >.col-6 .col-6 {
		width: 100%;
	}
	form .col-6 {
		width: 100%;
	}
	.restbeef_header_stripe_content {
		padding: 0 10px 10px 10px;
	}
	.restbeef_header_stripe_content h3, 
	.restbeef_header_stripe_content h3 a, 
	.restbeef_header_stripe_content h3 span {
		font-size: 22px;
		line-height: 27px;
	}
	
	.restbeef_special_offers .restbeef_special_offers_item {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.restbeef_special_offers .restbeef_special_offers_item.restbeef_best_offer {
		width: 100%;
		margin: 0;
	}
	.restbeef_special_offers_item.restbeef_best_offer .restbeef_special_offers_item_inner {
		transform: none;
	}
	.restbeef_home02_block .restbeef_block_inner > .row >.col-6 {
		margin: 0;
	}
	
	/* Home03 */
	.restbeef_header_slide_content p {
		font-size: 14px;
		line-height: 24px;
		display: block;
		padding: 0 10px;
	}
	.restbeef_header_slide_content br {
		display: none;
	}
	.restbeef_header_slider .restbeef_header_slide .restbeef_header_slide_content {
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.restbeef_home03_block .restbeef_block_inner > .row {
		display: flex;
	}
	.restbeef_home03_block:nth-child(even) .restbeef_block_inner > .row {
		flex-direction: column-reverse;
	}
	.restbeef_home03_block .restbeef_block_inner > .row > .col-6 {
		padding: 20px 20px 50px 20px!important;
	}
	.restbeef_home03_block .restbeef_block_inner > .row > .col-6.restbeef_js_bg_image {
		padding: 0!important;
	}
	
	.restbeef_testimonials_flow_item.restbeef_ts_flow_next .restbeef_testimonials_author {
		transform: translate(100px,0) scale(0.5)
	}
	.restbeef_testimonials_flow_item.restbeef_ts_flow_prev .restbeef_testimonials_author {
		transform: translate(-100px,0) scale(0.5)
	}
	
	/* About */
	.restbeef_content_box02  {
		padding: 30px 20px;
	}
	.restbeef_team_grid {
		margin: -20px 0 0 0;
	}
	.restbeef_team_grid_item {
		margin: 20px 0 0 0;
		display: block;
	}
	.restbeef_team_grid.restbeef_grig_1column .restbeef_team_grid_item,
	.restbeef_team_grid.restbeef_grig_2columns .restbeef_team_grid_item,
	.restbeef_team_grid.restbeef_grig_3columns .restbeef_team_grid_item,
	.restbeef_team_grid.restbeef_grig_4columns .restbeef_team_grid_item {
		width: 100%;
	}
	
	.restbeef_grig_gallery_wrapper {
		margin: -20px 0 0 0;
	}
	.restbeef_grig_gallery_wrapper.restbeef_grig_1columns .restbeef_grig_gallery_item,
	.restbeef_grig_gallery_wrapper.restbeef_grig_2columns .restbeef_grig_gallery_item,
	.restbeef_grig_gallery_wrapper.restbeef_grig_3columns .restbeef_grig_gallery_item,
	.restbeef_grig_gallery_wrapper.restbeef_grig_4columns .restbeef_grig_gallery_item {
		width: 100%;
	}
	.restbeef_grig_gallery_wrapper .restbeef_grig_gallery_item {
		margin: 20px 0 0 0;
		display: block;
	}

	/* Events */
	.restbeef_events {
		margin: -20px 0 0 0;
	}
	.restbeef_events.restbeef_events_1column .restbeef_event_item,
	.restbeef_events.restbeef_events_2columns .restbeef_event_item,
	.restbeef_events.restbeef_events_3columns .restbeef_event_item,
	.restbeef_events.restbeef_events_4columns .restbeef_event_item {
		width: 100%
	}
	.restbeef_events .restbeef_event_item {
		margin: 20px 0 0 0;
	}
	
	/* Team Listing */
	.restbeef_team_block .row .col-6:nth-child(2) {
		width: calc(100% - 30px);
		margin: -100px 15px 0 15px;
		position: relative;
		z-index: 5;
	}
	.restbeef_team_block_content {
		margin: 0;
		padding: 20px 20px 30px 20px;
	}
	.restbeef_tiny .restbeef_team_block:nth-child(even) .restbeef_team_block_content {
		margin: 0;
	}
	.restbeef_team_block_content .restbeef_team_block_description {
		margin-bottom: 20px;
	}
	.restbeef_block.restbeef_team_block {
		margin-bottom: 50px!important;
	}
	.restbeef_block.restbeef_team_block:last-child {
		margin-bottom: 0!important;
	}
	
	/* Delivery */
	.restbeef_step_path:before {
		display: none;
	}
	.restbeef_step_content {
		padding: 20px 20px 30px 20px;
	}
	.restbeef_step_path:after {
		bottom: -39px;
		height: 86px;
	}
	.restbeef_step_content p {
		margin-bottom: 30px;
	}
	
	/* Menu */
	.restbeef_menu_block .col-4.restbeef_height100.restbeef_js_bg_image {
		min-height: 400px;
		margin: 0;
	}
	.restbeef_menu_block .restbeef_block {
		padding: 30px 20px 80px 20px;
	}
	.restbeef_poduct_summary .row .col-6:nth-child(2) {
		width: calc(100% - 30px);
		margin: -100px 15px 0 15px;
		position: relative;
		z-index: 5;
	}
	.restbeef_poduct_summary_content {
		padding: 20px 20px 30px 20px;
		margin-left: 0;
	}
	.restbeef_menu_block {		
	}

	/* Blog Grid */
	.restbeef_grid_blog,
	.restbeef_masonry_blog {
		margin: -20px 0 0 0;
	}
	.restbeef_blog_item {
		margin: 20px 0 0 0;
	}
	.restbeef_grid_blog_1column .restbeef_blog_item,
	.restbeef_grid_blog_2columns .restbeef_blog_item,
	.restbeef_grid_blog_3columns .restbeef_blog_item,
	.restbeef_grid_blog_4columns .restbeef_blog_item {
		width: 100%;
	}
	.restbeef_simple_blog .restbeef_blog_excerpt,
	.restbeef_masonry_blog_excerpt {
		padding: 0 20px 30px 20px;
	}
	.restbeef_simple_blog_footer .restbeef_simple_blog_meta span {
		display: none;
	}
	.restbeef_simple_blog_footer .restbeef_simple_blog_meta span:first-child {
		display: block;
	}
	.restbeef_simple_blog_footer .restbeef_simple_blog_meta {
		padding-left: 20px;
	}
	.restbeef_comment_text,
	.restbeef_comment_footer,
	.restbeef_simple_blog_more a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.restbeef_post_tags:after {
		display: none;
	}
	.restbeef_comment_list .restbeef_comment_item .restbeef_comment_item {
		padding-left: 20px;
	}
	.restbeef_comment_body {
		margin-top: 20px;
	}
	.restbeef_comment_meta .restbeef_comment_date {
		display: none;
	}

}

/* Mobile Portrait */
@media only screen and (max-width: 460px) {
	
}

/* Old Mobiles */
@media only screen and (max-width: 320px) {
	
}

