/* Minification failed. Returning unminified contents.
(2936,15): run-time error CSS1036: Expected expression, found '$'
 */
@charset "UTF-8";

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*#ff6141*/
/*#038bb5*/
body {
  color: #333333; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #d2644a;
  text-decoration: none; }

a:hover {
  opacity: 0.8; }

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Base Styles
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
*/
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

p {
  margin-top: 0; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 50px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  box-sizing: border-box;
  border: 2px solid #555;
  cursor: pointer;
  transition: all .2s ease; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #d2644a;
  border-color: #d2644a; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* CUSTOM BUTTON'S */
.save button, .save .button {
  position: relative;
  margin: 30px 0;
  color: #FFFFFF;
  background: #d2644a;
  border: 2px solid #d2644a; }

.save button:hover, .save .button:hover {
  border: 2px solid #bb492e;
  background: #bb492e; }

.save button:active, .save .button:active {
  transform: scale(0.95); }

.save button[disabled], .save .button[disabled] {
  background: transparent;
  border: 2px solid #CCC;
  opacity: 0.5; }

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

button.save-spinner:after,
input[type="submit"].save-spinner:after {
  content: '';
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  top: 3px;
  left: 18px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  animation: spinner .6s linear infinite; }

button.disabled,
input[type="submit"].disabled {
  background-color: #585858 !important;
  border-color: #585858 !important; }

.add button, .add .button {
  margin: 30px 0;
  color: #FFFFFF;
  background: #d2644a;
  border: 2px solid #d2644a; }

.add button:hover, .add .button:hover {
  border: 2px solid #cd5336;
  background: #cd5336; }

.add button:active, .add .button:active {
  transform: scale(0.95); }

.add button[disabled], .add .button[disabled] {
  background: transparent;
  border: 2px solid #CCC;
  opacity: 0.5; }

.change button, .change .button {
  margin: 30px 0;
  color: #FFFFFF;
  background: #62696c;
  border: 2px solid #62696c; }

.change button:hover, .change .button:hover {
  color: #FFFFFF;
  border: 2px solid #4a4f51;
  background: #4a4f51; }

.change button:active, .change .button:active {
  transform: scale(0.95); }

.change button[disabled], .change .button[disabled] {
  background: transparent;
  border: 2px solid #62696c;
  opacity: 0.5; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  width: 100%;
  max-width: 300px;
  height: 40px;
  line-height: 36px;
  padding: 4px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 2px solid #656565;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s ease; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 2px solid #d2644a !important;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  /* h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 22px; }
  h4 { font-size: 18px; }
  h5 { font-size: 14px; }
  h6 { font-size: 1.5rem; } */ }

/* Font's */
@font-face {
  font-family: 'Gotham-Bold';
  src: url(/css/fonts/GothamNarrow-Bold.eot);
  /* IE9 Compat Modes */
  src: url(/css/fonts/GothamNarrow-Bold.eot?#iefix) format("embedded-opentype"), url(/css/fonts/GothamNarrow-Bold.woff) format("woff"), url(/css/fonts/GothamNarrow-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

/* Font's */
@font-face {
  font-family: 'Gotham-Medium';
  src: url(/css/fonts/GothamNarrow-Medium.eot);
  /* IE9 Compat Modes */
  src: url(/css/fonts/GothamNarrow-Medium.eot?#iefix) format("embedded-opentype"), url(/css/fonts/GothamNarrow-Medium.woff) format("woff"), url(/css/fonts/GothamNarrow-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Gotham-Book';
  src: url(/css/fonts/GothamNarrow-Book.eot);
  /* IE9 Compat Modes */
  src: url(/css/fonts/GothamNarrow-Book.eot?#iefix) format("embedded-opentype"), url(/css/fonts/GothamNarrow-Book.woff) format("woff"), url(/css/fonts/GothamNarrow-Book.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
body > * :focus {
  outline: none; }

body {
  font-family: 'Gotham-Book'; }

body.calendar-details-open {
  overflow: hidden; }

.left {
  float: left; }

.right {
  float: right; }

header {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #d2644a;
  z-index: 999; }
  header .fixed {
    position: fixed;
    display: block;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0 2px 5px rgba(33, 33, 33, 0.3); }
  header .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    padding: 90px 30px 0 30px;
    box-sizing: border-box;
    border-right: 2px solid #d2644a;
    background: url(/img/raw/povrckice-lighter.svg) repeat top left;
    background-size: auto 200px;
    background-color: #EEE;
    transform: translateX(-100%);
    transition: all 0.2s ease-in;
    z-index: 9999; }
    header .menu ul {
      list-style: none;
      margin: 0; }
      header .menu ul li {
        margin: 0;
        padding: 5px 0; }
        header .menu ul li a {
          font-family: 'Gotham-Book';
          position: relative;
          color: #828181;
          font-size: 18px;
          text-decoration: none;
          padding-bottom: 5px; }
        header .menu ul li a:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 30px;
          width: 0;
          height: 2px;
          background: #d2644a;
          transition: all 0.3s ease; }
        header .menu ul li a.current:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 30px;
          width: 100%;
          height: 2px;
          background: #d2644a;
          transition: all 0.3s ease; }
        header .menu ul li a:hover {
          opacity: 1; }
        header .menu ul li a:hover:after {
          width: 100%; }
        header .menu ul li a.current {
          opacity: 1; }
    header .menu .social {
      margin: 60px 0 0 0; }
      header .menu .social li {
        width: 22px;
        height: 22px;
        display: inline-block;
        margin: 0 15px 0 0;
        padding: 0;
        text-align: center;
        vertical-align: middle; }
        header .menu .social li a {
          transition: all 0.2s ease; }
        header .menu .social li a:hover {
          opacity: 0.8; }
        header .menu .social li a:after {
          display: none; }
        header .menu .social li img {
          width: auto;
          height: 100%; }
    header .menu .copyright {
      position: fixed;
      left: 0;
      bottom: 30px;
      width: 100%;
      box-sizing: border-box;
      padding: 0 30px;
      font-size: 14px; }
  header .menu.active {
    transform: translateX(0%);
    transition: all 0.2s ease-in;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3); }
  header .logo {
    position: absolute;
    width: 120px;
    height: 100%;
    left: 45px;
    margin: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 7px 0;
    cursor: pointer; }
    header .logo .regular-devices {
      display: none; }

.menu-opener {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  left: 10px;
  line-height: 53px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.2s ease-in;
  z-index: 999999; }

.menu-opener.active {
  left: 260px;
  border-radius: 50%;
  background-color: #d2644a;
  box-shadow: 4px 0px 5px rgba(0, 0, 0, 0.4); }

.nav-bars {
  width: 20px;
  height: 18px;
  position: relative;
  margin: 11px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.nav-bars span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.nav-bars span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.nav-bars span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.nav-bars span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.nav-bars.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 3px; }

.nav-bars.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.nav-bars.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 3px; }

.mobile-menu-wraper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 20;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  z-index: 999; }

.mobile-menu-wraper.active {
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }

/* Larger than desktop */
@media (min-width: 1270px) {
  /*** HEADER
  ****************/
  header {
    height: 88px; }
  header .fixed {
    position: relative;
    height: 88px; }
  .menu-opener {
    display: none; }
  .mobile-menu-wraper {
    display: none; }
  header .menu,
  header .menu.active {
    position: relative;
    left: initial;
    top: initial;
    width: 50%;
    height: 100%;
    background: transparent;
    padding: 0;
    margin-left: 200px;
    border-right: none;
    box-shadow: none;
    transform: translateY(0px); }
    header .menu ul,
    header .menu.active ul {
      height: 100%;
      line-height: 88px;
      margin: 0 0 0 15px; }
      header .menu ul li,
      header .menu.active ul li {
        display: inline-block;
        padding: 0; }
        header .menu ul li a,
        header .menu.active ul li a {
          padding: 10px 10px 3px 10px;
          font-size: 20px;
          opacity: 0.8; }
        header .menu ul li a:hover, header .menu ul li a:active,
        header .menu.active ul li a:hover,
        header .menu.active ul li a:active {
          opacity: 1; }
        header .menu ul li a:after,
        header .menu.active ul li a:after {
          left: 10px; }
        header .menu ul li a:hover:after,
        header .menu.active ul li a:hover:after {
          width: calc(100% - 20px); }
        header .menu ul li a.current:after,
        header .menu.active ul li a.current:after {
          left: 10px;
          width: calc(100% - 20px);
          opacity: 1; }
  header .menu .social {
    display: none; }
  header .logo {
    width: 200px;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 0; }
    header .logo:after {
      content: '';
      position: absolute;
      right: 0;
      width: 1px;
      height: 43px;
      top: 50%;
      background-color: rgba(130, 130, 130, 0.35);
      margin-top: -20px; }
  header .menu .copyright {
    display: none; }
}
.search .paging {
      text-align: center;
    margin-bottom: 20px;  
}
.search .paging li {
  display: inline-block;
}
.search .paging li a {
  color: #666;
  display: block;
  font-family: "Gotham-Medium";
  padding: 5px 15px;
  border-radius: 5px;
  margin: 0 2px;
  border: 2px solid #828282;
}
.search .paging li a.active {
  color: #d2644a;
  border: 2px solid #d2644a;
}
.page {
  /*****  Global
  ***********************/
  /*****  Navigation and Hero
  ***********************/
  /*****  Kitchen
  ***********************/
  /*****  How to order
  ***********************/
  /*****  Our meals
  ***********************/
  /*****  Call for an Action - Register
  ***********************/
  /*****  Contact Page
  ***********************/
  /*****  Menu Page
  ***********************/
  /*****  Footer
  ***********************/
  /*****  Kitchen page
  ***********************/
  /*****  Ordering page
  ***********************/
  /*****  Team page
  ***********************/
  /*****  Dobrok Counter
  ***********************/
  /*****  404 page
  ***********************/
  /*****  TERMS
  ***********************/ }
  .page h1 {
    font-family: "Gotham-Bold";
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0; }
  .page h2 {
    font-family: "Gotham-Medium";
    font-size: 32px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase; }
    .page h2:after {
      content: '';
      position: absolute;
      width: 60px;
      height: 3px;
      background: #5e5e5e;
      left: 50%;
      margin-left: -30px;
      bottom: 0px; }
  .page h3 {
    font-family: "Gotham-Bold";
    font-size: 28px; }
  .page h4 {
    font-size: 22px;
    padding-top: 20px; }
  .page h5 {
    font-family: "Gotham-Medium";
    font-size: 20px;
    text-transform: uppercase; }
  .page h6 {
   padding-top: 50px;
   margin-bottom: 0;
  }
  .page p {
    font-size: 18px; }
  .page h2, .page h4, .page h5, .page p {
    margin: 0;
    color: #5e5e5e; }
  .page section {
    border-bottom: 1px solid rgba(130, 130, 130, 0.25); }
  .page .container {
    max-width: 1060px;
    padding: 40px 15px;
    margin: 0 auto; }
  .page.landing .container {
    max-width: 1600px; }
  .page ul, .page li {
    list-style: none;
    margin: 0; }
  .page .page-btn {
    display: table;
    height: auto;
    padding: 0 50px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    background: #d2644a;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	margin-bottom: 1rem; }
	.page .login-link {
		display: block;
		margin: 40px 0;
		font-size: 18px;
		line-height: 18px;
		letter-spacing: .5px;
		color: #fff;
		font-weight: bold;
	}
	@media (min-width: 1270px) {
		.page .login-link {
			display: none;
		}
	}
	@media (max-width: 1269px) {
		.page .promo-video-trigger {
			line-height: 50px;
			padding: 0 50px 0 25px;
			height: 50px;
			border-radius: 15px;
			background-color: #fff;
			color: #d2644a !important;
			position: relative;
			display: inline-block;
		}
		.page .promo-video-trigger::after {
			content: '';
			display: inline-block;
			width: 0; 
			height: 0; 
			border-top: 10px solid transparent;
			border-bottom: 10px solid transparent;
			border-left: 15px solid #d2644a;
			position: absolute;
			right: 25px;
			top: 50%;
			transform: translateY(-50%);
		}
	}
	@media (max-width: 767px) {
		.page .promo-video-trigger {
			min-width: 180px;
			position: absolute;
			bottom: -25px;
			left: 50%;
			transform: translateX(-50%);
		}
	}
    .page .page-btn:hover {
      opacity: .9; }
    .page .page-btn.second-btn {
      margin-top: 15px;
      border: 2px solid rgba(113, 113, 113, 0.45);
      background: #fff;
      color: #717171;
      font-size: 16px;
      text-transform: none;
      padding: 0 25px;
      line-height: 35px; }
  .page button.page-btn:hover {
    opacity: 1; }
  .page .desc {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto; }
  .page .desc.two-column p {
    padding-top: 30px;
    text-align: left; }
  .page .desc.three-column,
  .page .autor-placeholder {
    text-align: center; }
    .page .desc.three-column h2,
    .page .autor-placeholder h2 {
      text-align: left;
      font-size: 26px; }
      .page .desc.three-column h2:after,
      .page .autor-placeholder h2:after {
        width: 40px;
        left: 0;
        margin-left: 0;
        bottom: auto;
        top: -13px; }
    .page .desc.three-column p,
    .page .autor-placeholder p {
      text-align: left; }
  .page .autor-placeholder .placeholder-separator {
    margin: 40px 0;
    position: relative; }
    .page .autor-placeholder .placeholder-separator img {
      position: relative;
      z-index: 1; }
    .page .autor-placeholder .placeholder-separator:before, .page .autor-placeholder .placeholder-separator:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: 50%;
      background: rgba(130, 130, 130, 0.25); }
    .page .autor-placeholder .placeholder-separator:before {
      width: 100%;
      height: 1px;
      left: 0;
      top: 50%;
      background: rgba(130, 130, 130, 0.25); }
    .page .autor-placeholder .placeholder-separator:after {
      width: 100px;
      height: 58px;
      left: 50%;
      top: 0;
      background: #fff;
      z-index: 0;
      margin-left: -50px; }
  .page .autor-placeholder .autor-details {
    padding-top: 15px; }
  .page.search .search-result {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(130, 130, 130, 0.32); }
    .page.search .search-result:first-child {
      margin-top: 0; }
    .page.search .search-result:last-of-type {
      border-bottom: none; }
    .page.search .search-result h2 {
      font-size: 26px; }
      .page.search .search-result h2:after {
        display: none; }
  .page.faq .welcome-content,
  .page.faq section .container, .page.search .welcome-content,
  .page.search section .container {
    max-width: 700px !important; }
  .page.faq .faq-accordion h2, .page.search .faq-accordion h2 {
    cursor: default;
    padding-right: 35px; }
  .page.faq .faq-accordion .desc:before, .page.search .faq-accordion .desc:before {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    padding: 1rem;
    box-shadow: 2px 2px 0 0 #717171 inset;
    border: solid transparent;
    border-width: 0 0 11px 5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0 4px 4px 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .page.faq .faq-accordion .desc p, .page.search .faq-accordion .desc p {
    display: none; }
  .page.faq .faq-accordion .show:before, .page.search .faq-accordion .show:before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: -6px 0 0 4px; }
  .page.faq .desc.three-column, .page.search .desc.three-column {
    position: relative;
    padding-bottom: 60px;
    max-width: 600px;
    margin: 0; }
    .page.faq .desc.three-column:last-of-type, .page.search .desc.three-column:last-of-type {
      padding-bottom: 0; }
  .page .inline-gallery {
    padding-top: 40px;
    max-width: 525px;
    margin: 0 auto; }
    .page .inline-gallery li {
      display: inline-block;
      width: 49%; }
      .page .inline-gallery li img {
        max-width: 100%; }
  .page .fruits-bg {
    background: url(/img/povrckice-lighter.svg);
    background-size: 440px;
    background-position: 0 -25px; }
  .page .fruits-bg-black {
    background: url(/img/raw/povrckice.svg) #333333 repeat top left;
    background-size: 440px;
    background-position: 0 -25px; }
    .page .fruits-bg-black h2, .page .fruits-bg-black h3, .page .fruits-bg-black h4, .page .fruits-bg-black p {
      color: #fff !important; }
    .page .fruits-bg-black h2:after {
      background: #fff; }
  .page header .menu ul li a.search-trigger:hover::after,
  .page header .menu.active ul li a.search-trigger:hover::after {
    display: none; }
  .page .search-trigger span {
    width: 17px;
    height: 17px;
    display: block;
    background: url(/img/search-dark.svg);
    margin-bottom: -2px; }
  .page.search-open {
    overflow: hidden !important; }
  .page .search-wrap {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 999; }
    .page .search-wrap.show {
      display: block; }
    .page .search-wrap .search {
      margin: 0 auto;
      max-width: 700px;
      transform: translateY(-50%);
      top: 50%;
      position: relative; }
    .page .search-wrap button {
      border: none;
      color: #fff;
      position: absolute;
      right: 0;
      font-size: 22px;
      padding: 0 15px; }
    .page .search-wrap img {
      display: block;
      margin: 0 auto; }
    .page .search-wrap .search-form {
      margin-bottom: 0;
      margin-top: 50px; }
    .page .search-wrap input[type="text"] {
      max-width: 100%;
      border: none;
      border-bottom: 2px solid #fff;
      border-radius: 0;
      background: transparent;
      color: #fff; }
      .page .search-wrap input[type="text"]:focus {
        border: none !important;
        border-bottom: 2px solid #d2644a !important; }
    .page .search-wrap input[type="submit"] {
      background: url(/img/search.svg) center no-repeat;
      width: 17px;
      height: 17px;
      padding: 15px;
      position: absolute;
      right: 10px;
      bottom: 5px;
      border: none; }
  .page .nav-bars span {
    background: #FFFFFF; }
  .page .hero {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-height: 546px; }
    .page .hero:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 0; }
    .page .hero nav {
      text-align: left; }
    .page .hero h4 {
      padding-top: 0;
      color: #FFFFFF; }
  .page header {
    border: none; }
    .page header .logo {
      left: 50%; }
  .page .welcome-content {
    position: relative;
    padding: 40px 15px;
    max-width: 770px;
    margin: 0 auto;
    z-index: 1; }
    .page .welcome-content.title {
      text-align: left;
      padding: 80px 15px;
      max-width: 1060px; }
      .page .welcome-content.title h1 {
        font-family: "Gotham-medium";
        position: absolute;
        font-size: 30px;
        padding-bottom: 10px;
        bottom: 40px; }
        .page .welcome-content.title h1:after {
          content: '';
          position: absolute;
          width: 60px;
          height: 3px;
          background: #FFFFFF;
          left: 0;
          bottom: 0; }
  .page .kitchen-section {
    text-align: center; }
  .page .how-to-order ul {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 50px; }
  .page .how-to-order li {
    position: relative;
    box-sizing: border-box; }
    .page .how-to-order li > div {
      position: relative;
      max-width: 295px;
      padding-left: 58px;
      padding-bottom: 50px;
      margin: 50px auto 0; }
    .page .how-to-order li:before {
      content: '';
      display: inline-block;
      padding: 1.4rem;
      box-shadow: 2px 2px 0 0 rgba(51, 51, 51, 0.7) inset;
      border: solid transparent;
      transform: rotate(-135deg);
      position: absolute;
      left: 50%;
      top: -75px; }
    .page .how-to-order li:first-child {
      margin-top: 0; }
      .page .how-to-order li:first-child:before {
        display: none; }
    .page .how-to-order li h5 {
      padding-top: 40px;
      padding-bottom: 5px; }
  .page .how-to-order .big-cyrcle,
  .page .how-to-order .small-cyrcle {
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    background: #f1f1f1; }
  .page .how-to-order .big-cyrcle {
    width: 235px;
    height: 235px;
    border: 1px solid rgba(0, 0, 0, 0.11); }
  .page .how-to-order .small-cyrcle {
    position: absolute;
    top: 55px;
    left: 0;
    width: 155px;
    height: 155px;
    border: 5px solid #FFFFFF;
    box-shadow: 1px 1px 13px 0px rgba(0, 0, 0, 0.5); }
  .page.landing .how-to-order ul li:before {
    display: none; }
  .page .meals {
    text-align: center; }
    .page .meals ul {
      max-width: 800px;
      margin: 0 auto;
      padding-top: 110px; }
      .page .meals ul li {
        position: relative;
        border: 1px solid #e4e4e4;
        padding: 120px 25px 20px;
        margin: 100px 10px 0 10px;
        max-width: 243px;
        display: inline-block;
        background-position: -80px -10px;
        box-sizing: border-box;
        vertical-align: top; }
        .page .meals ul li:first-child {
          margin-top: 0; }
      .page .meals ul img {
        position: absolute;
        left: 50%;
        margin-left: -75px;
        top: -60px;
        border-radius: 50%; }
      .page .meals ul h5 {
        padding-bottom: 10px; }
  .page .cfa-register {
    text-align: center; }
  .page.contact .contact-info .desc {
    text-align: left; }
  .page.contact .contact-additional-info h4 {
    font-size: 18px;
    line-height: 18px; }
  .page.contact .contact-additional-info h4:first-of-type {
    padding-top: 0; }
  .page.contact .contact-additional-info .social-network {
    text-align: left; }
  .page.contact h2 {
    width: 100%;
    max-width: 100% !important;
    margin-top: 20px;
    float: none !important; }
  .page.contact .contact-form form {
    text-align: left; }
    .page.contact .contact-form form #contour fieldset,
    .page.contact .contact-form form .contour fieldset {
      padding: 0 !important; }
    .page.contact .contact-form form .contourIndicator,
    .page.contact .contact-form form .fieldLabel {
      display: none; }
    .page.contact .contact-form form .input-validation-error {
      border: 2px solid #d2644a !important;
      outline: 0;
      background: #fff !important; }
    .page.contact .contact-form form textarea {
      height: 230px !important; }
    .page.contact .contact-form form input[type="submit"] {
      position: relative;
      margin: 0 0 30px;
      color: #fff;
      background: #d2644a;
      border: 2px solid #d2644a; }
    .page.contact .contact-form form .umbraco-forms-field {
      position: relative;
      float: left;
      width: 100%; }
    .page.contact .contact-form form .umbraco-forms-field > div {
      display: flex; }
    .page.contact .contact-form form input[type="email"],
    .page.contact .contact-form form input[type="number"],
    .page.contact .contact-form form input[type="search"],
    .page.contact .contact-form form input[type="text"],
    .page.contact .contact-form form input[type="tel"],
    .page.contact .contact-form form input[type="url"],
    .page.contact .contact-form form input[type="password"],
    .page.contact .contact-form form textarea,
    .page.contact .contact-form form select {
      width: 100%;
      max-width: 100% !important;
      font-size: 18px;
      padding: 5px 20px;
      height: auto;
      border: 2px solid #adacac;
      margin: 0 0 25px 0 !important; }
    .page.contact .contact-form form .field-validation-error {
      position: absolute;
      bottom: 2px;
      padding: 0 5px;
      font-size: 13px; }
  .page.contact .work-time li {
    position: relative;
    color: #5e5e5e;
    font-size: 18px;
    width: 100%;
    margin-bottom: 7px; }
    .page.contact .work-time li:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #656565;
      position: absolute;
      top: 17px;
      z-index: -1; }
    .page.contact .work-time li span,
    .page.contact .work-time li em {
      background: #fff;
      font-style: normal; }
    .page.contact .work-time li span {
      padding-right: 10px;
      float: left; }
    .page.contact .work-time li em {
      padding-left: 10px;
      float: right; }
  .page.menu .menu-tabs {
    margin-bottom: 70px; }
  .page.menu .menu-tabs li {
    display: none;
    position: relative;
    cursor: default;
    padding: 8px 15px;
    border-top: 1px solid #e4e4e4; }
    .page.menu .menu-tabs li.active {
      display: block; }
      .page.menu .menu-tabs li.active p {
        color: #d2644a; }
    .page.menu .menu-tabs li:first-of-type {
      display: list-item; }
    .page.menu .menu-tabs li.hide {
      opacity: 0;
      transition: opacity .3s linear; }
  .page.menu .meals .desc.three-column h2,
  .page.menu .meals .desc.three-column p {
    max-width: 100%;
    width: 100%;
    float: none; }
  .page.menu .meals .desc.three-column h2 {
    margin-top: 15px; }
  .page.menu .meals .desc.three-column p {
    text-align: center; }
  .page.menu .meals > .container {
    max-width: 800px; }
  .page.menu .meals .page-btn {
    margin-top: 50px; }
  .page.menu .meals .cfa-register {
    padding: 0 15px;
    margin-top: -50px; }
  .page.menu .menu-tabs li:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 38px;
    height: 31px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position-x: center; }
  .page.menu .menu-tabs li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px; }
  .page.menu .menu-tabs li:hover p {
    color: #d2644a; }
  .page.menu .all-meal:before {
    background-image: url(/img/sva-jela.svg); }
  .page.menu .all-meal:hover:before,
  .page.menu .all-meal.active:before {
    background-image: url(/img/sva-jela-color.svg); }
  .page.menu .chrono-meal:before {
    background-image: url(/img/hrono.svg); }
  .page.menu .chrono-meal:hover:before,
  .page.menu .chrono-meal.active:before {
    background-image: url(/img/hrono-color.svg); }
  .page.menu .salats-meal:before {
    background-image: url(/img/salate.svg); }
  .page.menu .salats-meal:hover:before,
  .page.menu .salats-meal.active:before {
    background-image: url(/img/salate-color.svg); }
  .page.menu .stew-meal:before {
    background-image: url(/img/kuvano.svg); }
  .page.menu .stew-meal:hover:before,
  .page.menu .stew-meal.active:before {
    background-image: url(/img/kuvano-color.svg); }
  .page.menu .meat-meal:before {
    background-image: url(/img/meso.svg); }
  .page.menu .meat-meal:hover:before,
  .page.menu .meat-meal.active:before {
    background-image: url(/img/meso-color.svg); }
  .page.menu .fish-meal:before {
    background-image: url(/img/riba.svg); }
  .page.menu .fish-meal:hover:before,
  .page.menu .fish-meal.active:before {
    background-image: url(/img/riba-color.svg); }
  .page.menu .pasta-meal:before {
    background-image: url(/img/testenina.svg); }
  .page.menu .pasta-meal:hover:before,
  .page.menu .pasta-meal.active:before {
    background-image: url(/img/testenina-color.svg); }
  .page.menu .communion-meal:before {
    background-image: url(/img/posno.svg); }
  .page.menu .communion-meal:hover:before,
  .page.menu .communion-meal.active:before {
    background-image: url(/img/posno-color.svg); }
  .page.menu .vegetarian-meal:before {
    background-image: url(/img/vegetarijansko.svg); }
  .page.menu .vegetarian-meal:hover:before,
  .page.menu .vegetarian-meal.active:before {
    background-image: url(/img/vegetarijansko-color.svg); }
  .page.menu .sandwich-meal:before {
    background-image: url(/img/sandwich.svg);
    top: 7px; }
  .page.menu .sandwich-meal:hover:before,
  .page.menu .sandwich-meal.active:before {
    background-image: url(/img/sandwich-color.svg); }
  .page.menu .soup-meal:before {
    background-image: url(/img/supa.svg);
    top: 7px; }
  .page.menu .soup-meal:hover:before,
  .page.menu .soup-meal.active:before {
    background-image: url(/img/supa-color.svg); }
  .page.menu .fit-meal:before {
    background-image: url(/img/fit.svg);
    top: 7px; }
  .page.menu .fit-meal:hover:before,
  .page.menu .fit-meal.active:before {
    background-image: url(/img/fit-color.svg); }
  .page.menu .breakfast-meal:before {
    background-image: url(/img/breakfast.svg); }
  .page.menu .breakfast-meal:hover:before,
  .page.menu .breakfast-meal.active:before {
    background-image: url(/img/breakfast-color.svg); }
  .page.menu .vegan-meal:before {
    background-image: url(/img/vegan.svg); }
  .page.menu .vegan-meal:hover:before,
  .page.menu .vegan-meal.active:before {
    background-image: url(/img/vegan-color.svg); }
  .page .small-btn {
    height: auto;
    border: 0;
    font-size: 12px;
    background-color: #d2644a;
    color: #fff;
    padding: 5px 10px;
    line-height: normal;
    cursor: initial;
    position: absolute;
    top: -67px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%); }
  .page .social-network {
    margin-top: 20px;
    text-align: center;
    position: relative;
    z-index: 1; }
    .page .social-network li {
      display: inline-block;
      padding: 0 20px; }
      .page .social-network li.twitter img {
        height: 32px;
        padding-bottom: 5px; }
      .page .social-network li img {
        height: 42px; }
  .page .footer {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #FFFFFF; }
    .page .footer:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0; }
    .page .footer .desc {
      position: relative;
      z-index: 1; }
    .page .footer p {
      color: #FFFFFF; }
    .page .footer form {
      position: relative;
      margin: 40px auto;
      max-width: 655px; }
    .page .footer input {
      font-size: 18px;
      border-color: #fff;
      padding: 3px 15px;
      border-top-right-radius: 0;
      width: calc(100% - 184px);
      box-sizing: content-box;
      border-bottom-right-radius: 0;
      color: #333;
      max-width: 100%; }
      .page .footer input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #bdbdbd; }
      .page .footer input::-moz-placeholder {
        /* Firefox 19+ */
        color: #bdbdbd; }
      .page .footer input:-ms-input-placeholder {
        /* IE 10+ */
        color: #bdbdbd; }
      .page .footer input:-moz-placeholder {
        /* Firefox 18- */
        color: #bdbdbd; }
    .page .footer .page-btn {
      padding: 0 40px;
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .page .footer .footer-terms {
      position: relative;
      font-size: 14px;
      text-align: center;
      padding-top: 20px; }
      .page .footer .footer-terms a {
        color: #fff;
        padding: 0 10px;
        font-family: "Gotham-Medium"; }
    .page .footer .footer-form .form-missing,
    .page .footer .footer-form .form-success,
    .page .footer .footer-form .form-error {
      display: none; }
  .page .technology h3 {
    text-align: center;
    font-family: "Gotham-Book";
    color: #717171;
    padding-top: 50px;
    font-size: 26px; }
  .page .cols-with-icon ul {
    text-align: center; }
    .page .cols-with-icon ul li {
      padding-top: 80px;
      max-width: 260px;
      display: inline-block; }
      .page .cols-with-icon ul li img {
        max-height: 74px;
        margin-bottom: 20px; }
      .page .cols-with-icon ul li h5 {
        margin-bottom: 10px; }
  .page.team .autor-placeholder {
    padding: 30px;
    border-bottom: 1px solid rgba(130, 130, 130, 0.35); }
  .page.team .our-team {
    margin-top: -1px;
    background: #fff;
    border-bottom: none;
    margin-bottom: 70px; }
    .page.team .our-team .wrap-team {
      max-width: 1060px;
      margin-left: auto;
      margin-right: auto; }
  .page .dobrok-counter {
    text-align: center; }
    .page .dobrok-counter ul {
      padding-top: 30px; }
      .page .dobrok-counter ul li {
        padding-top: 40px;
        display: inline-block;
        width: 100%; }
        .page .dobrok-counter ul li p {
          color: #d2644a;
          font-size: 50px;
          line-height: 50px;
          font-family: "Gotham-Book"; }
        .page .dobrok-counter ul li h4 {
          padding-top: 0; }
  .page.error-page > div {
    min-width: 100%;
    min-height: 100vh;
    text-align: center;
    display: table; }
  .page.error-page .error-page-content {
    padding: 0 15px;
    max-width: 700px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle; }
    .page.error-page .error-page-content h4 {
      max-width: 700px;
      margin: 0 auto; }
  .page.error-page h1 {
    font-size: 100px;
    color: #717171; }
  .page.error-page h4 a {
    font-family: "Gotham-Medium";
    text-decoration: underline; }
  .page.error-page p {
    margin-top: 30px;
    color: #FFFFFF; }
  .page.error-page .page-btn {
    margin-top: 0;
    position: relative; }
  .page#site h2:after {
    display: none; }
  .page#site .welcome-content.title {
    max-width: 700px; }
  .page#site .blog-single {
    padding-top: 50px; }
  .global-video{margin-top:30px}
  .promo-video-trigger{color:#fff !important; cursor:pointer; border: 0; outline: none; text-transform: none; margin-bottom: 0;}
  
  .hero.hero-video{background-color:#000}
  .hero.hero-video #hero-video{display:none}
  .hero.hero-video .plyr--ready{display:none}
  .hero.hero-video.visible .plyr{display:block}

  .hero.hero-video-file{background-color:#000; background-image:none !important}
  .hero.hero-video-file:before{z-index:1}
  .hero.hero-video-file #hero-video{display: block;position: absolute;overflow: hidden;width: 100%;height: 100%;opacity: 0.7;}
  .hero.hero-video-file #hero-video video{object-fit: cover; height: 100%; width: 100%;}

  #iframe-video {position: fixed; width: 100%; height: 100%; z-index: 1005; display: none;}
	.visible #iframe-video {display: block;}
@media (min-width: 635px) {
  .page .meals ul li:nth-child(-n+3) {
    margin-top: 0; }
  .page .cols-with-icon ul li {
    margin: 0 45px; } }

@media (min-width: 768px) {
  .page .welcome-content.title {
    padding-top: 100px;
    padding-bottom: 100px; }
  .page .desc.three-column p,
  .page .desc.three-column h2,
  .autor-placeholder h2 {
    max-width: 32%;
    margin-right: 2%;
    float: left; }
  .autor-placeholder h2 {
    max-width: 100%;
    width: 100%; }
  .page.faq .desc.three-column p,
  .page.faq .desc.three-column h2 {
    max-width: 100%;
    margin-right: 0;
    width: 100%; }
  .page .desc.three-column h2 ~ p:nth-of-type(1) {
    clear: both; }
  .page .desc.three-column h2 ~ p:nth-of-type(n+2) {
    margin-top: -56px; }
  .page .desc.three-column p:last-of-type {
    margin-right: 0; }
  .page .how-to-order li {
    float: left;
    width: 50%; }
    .page .how-to-order li:before {
      display: none; }
  .page .inline-gallery {
    max-width: 100%; }
  .page .inline-gallery li {
    width: 23%;
    margin-right: 1.5%; }
  .page .inline-gallery li:last-child() {
    margin-right: 0; }
  .page.error-page .hero h1 {
    font-size: 80px; }
  .page.error-page .welcome-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .page .dobrok-counter ul li {
    width: auto;
    vertical-align: top;
    margin: 0 20px; }
  .contact-info .contact-additional-info,
  .contact-info .work-time-wrap {
    width: 50%;
    float: left; } 
  .hero.hero-video{overflow:hidden; background-image:none !important}
  .hero.hero-video:before{z-index:1}
  .hero.hero-video #hero-video-hidden,.hero.hero-video #hero-video-hidden ~ .plyr__controls{display:none}
  .hero.hero-video #hero-video{display:block}
  .hero.hero-video .plyr{display:block;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);width:100%;opacity:.7}
  .hero.hero-video.visible #hero-video-hidden{display:block}
  .hero.hero-video.visible #hero-video-hidden ~ .plyr__controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
  }

@media (min-width: 990px) {
  .page .page-btn {
    margin-top: 50px; }
  .page .container {
    padding: 70px 15px; }
  .page .welcome-content {
    padding-top: 70px;
    padding-bottom: 70px; }
  .page .how-to-order li:before {
    top: 50%;
    margin-top: -24px;
    left: -24px;
    transform: rotate(135deg); }
  .page .how-to-order li:nth-child(2n+2):before {
    display: block; }
  .contact-info .desc {
    width: 50%;
    float: left; }
  .contact-info .contact-additional-info {
    width: calc( 50% - 80px);
    margin: 0 40px; }
  .page.menu .menu-tabs > p {
    display: none; }
  .page.menu .menu-tabs {
    width: 200px;
    float: left; }
  .page.menu .meals {
    width: calc(100% - 260px);
    float: right;
    border-bottom: none; }
  .page.menu .menu-tabs li {
    display: block !important;
    opacity: 1 !important; } }

@media (min-width: 1270px) {
  body.page {
    overflow: auto; }
  .page .search-trigger span {
    background: url(/img/search.svg); }
  .page .hero nav {
    width: 70%;
    text-align: right;
    margin-left: 0;
    float: right; }
  .page header .menu ul {
    margin-right: 15px; }
  .page header .menu ul li:last-of-type {
    line-height: normal;
    padding-left: 15px; }
    .page header .menu ul li:last-of-type a {
      border: 2px solid #fff;
      border-radius: 3px;
      padding: 13px 20px;
      transition: all .3s linear; }
    .page header .menu ul li:last-of-type a:hover {
      background-color: #fff;
      color: #333;
      transition: all .3s linear; }
      .page header .menu ul li:last-of-type a:hover:after {
        display: none; }
  .page header .menu ul li a {
    color: #FFFFFF;
    opacity: 1;
    padding: 10px 15px 3px 15px;
    margin-top: 10px;
    display: block; }
  .page header {
    max-width: 1600px;
    margin: 0 auto; }
  .page header .logo {
    left: 15px; }
    .page header .logo:after {
      display: none; }
  .page .welcome-content.title {
    padding-top: 229px;
    padding-bottom: 229px; }
  .page .welcome-content.title h1 {
    font-size: 40px; }
  .page.error-page h1 {
    font-size: 170px; }
  .page.team .autor-placeholder h2 {
    font-size: 20px; }
  .page.team .autor-placeholder .autor-details span {
    padding-bottom: 20px; }
  .page.team .autor-placeholder p {
    font-size: 16px; }
  .page.team .autor-info .autor-details {
    width: calc(100% - 50%); }
  .page.team .autor-info img {
    max-width: 43%; }
  .page.team .our-team {
    position: relative; }
  .page.team .our-team:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 50%;
    height: 100%;
    width: 1px;
    background-color: rgba(130, 130, 130, 0.35);
    margin-right: 25px; }
  .page.team .autor-placeholder {
    float: left;
    width: 44%; }
    .page.team .autor-placeholder:nth-last-of-type(-n+2) {
      border-bottom: none; } }

@media (min-width: 1280px) {
  .page .welcome-content {
    padding-top: 110px;
    padding-bottom: 120px; }
  .page .meals ul {
    max-width: 1600px; }
    .page .meals ul li {
      margin-top: 0;
      margin-bottom: 100px; }
  .page .meals .page-btn {
    margin-top: -90px; }
  .page .desc.two-column p {
    display: inline-block;
    width: 100%;
    max-width: 515px;
    vertical-align: top; }
  .page .desc.two-column p:first-of-type {
    padding-right: 20px; }
  .page .dobrok-counter ul li p {
    font-size: 60px;
    line-height: 60px; }
  .contact-info .desc {
    width: 65%; }
  .contact-info .work-time-wrap {
    width: 25%; }
  .contact-info .contact-additional-info {
    width: calc( 35% - 80px);
    margin: 0 40px; }
  .contact-info form .umbraco-forms-field {
    width: calc( 50% - 12px) !important;
    float: left; }
  .contact-info form .umbraco-forms-field:last-of-type {
    width: 100% !important; }
  .contact-info form .umbraco-forms-field:nth-child(odd) {
    margin-right: 12px; }
  .contact-info form .umbraco-forms-field:nth-child(even) {
    margin-left: 12px; } }

@media (min-width: 1600px) {
  .page h1 {
    font-size: 48px; }
  .page h2 {
    font-size: 42px; }
  .page h3 {
    font-size: 42px; }
  .page .welcome-content {
    padding-top: 130px;
    padding-bottom: 150px; }
  .page .how-to-order ul {
    max-width: 100%; }
    .page .how-to-order ul li {
      width: 25%; }
      .page .how-to-order ul li:before {
        display: block; }
  .page.ordering .how-to-order ul {
    text-align: center; }
  .page.ordering .how-to-order ul li {
    display: inline-block;
    float: none;
    width: 30.333%;
    margin: 0 1%;
    vertical-align: top; }
  .page.ordering .how-to-order ul li:nth-child(4):before {
    display: none; }
  .page.ordering .how-to-order .container {
    max-width: 1600px; }
  .page .dobrok-counter ul li p {
    font-size: 76px;
    line-height: 76px; } }

/***** BLOG
******************/
#site header .fixed {
  position: fixed; }

#site .admin-dropdown {
  position: fixed; }

.page.blog-page .welcome-content.title {
  max-width: 1400px; }

.blog {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 30px 15px;
  box-sizing: border-box;
  text-align: center; }
  .blog .grid-item {
    display: block;
    position: relative;
    width: calc(100% - 15px);
    height: 250px;
    background: red;
    overflow: hidden;
    text-align: left;
    margin: 15px 7.5px 0 7.5px;
    box-sizing: border-box;
    float: left; }
    .blog .grid-item img {
		min-width: 1000%;
		min-height: 1000%;
		max-width: none;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(0.1); }
    .blog .grid-item .relative {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
    .blog .grid-item .relative:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(33, 33, 33, 0.3);
      z-index: 0; }
    .blog .grid-item .hover-box {
      position: absolute;
      display: block;
      width: 100%;
      bottom: 0;
      background: rgba(33, 33, 33, 0.5);
      box-sizing: border-box;
      padding: 0 15px;
      margin: 0;
      transition: all 0.4s ease;
      z-index: 9; }
    .blog .grid-item h3 {
      font-family: 'Gotham-Medium';
      color: #FFFFFF;
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      margin: 0;
      box-sizing: border-box;
      padding: 15px 0 20px 0;
      text-transform: uppercase;
      line-height: 1.2em;
      font-size: 18px; }
    .blog .grid-item h3:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 10px;
      left: 0;
      width: 50px;
      height: 3px;
      background: #FFFFFF; }
    .blog .grid-item p {
      color: #FFFFFF;
      display: block;
      position: relative;
      margin: 0;
      box-sizing: border-box;
      padding: 0;
      max-height: 0;
      overflow: hidden;
      font-size: 1.6rem;
      line-height: 2.2rem;
      text-overflow: ellipsis;
      text-align: left;
      transition: all 0.2s ease;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical; }
  .blog .grid-item:hover .hover-box {
    padding: 0 15px 10px 15px; }
  .blog .grid-item:hover a {
    opacity: 1; }
  .blog .grid-item:hover p {
    max-height: 8.8rem; }
  .blog .grid-item .big {
    width: calc(100% - 30px);
    height: 250px;
    background: yellow; }

.grid-sizer {
  width: 25%; }

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

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

#site {
  /***** BLOG-SINGLE
  *********************/ }
  #site .videoWrapper {
    position: relative;
    padding-bottom: 40%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 40px; }
  #site .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #site .blog-title {
    text-align: left;
    display: block;
    position: relative;
    max-width: 700px;
    height: 300px;
    margin-bottom: 30px;
    margin: 0 auto; }
    #site .blog-title h1 {
      font-family: 'Gotham-Medium';
      font-size: 26px;
      color: #FFFFFF;
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      box-sizing: border-box;
      padding: 15px;
      text-transform: uppercase;
      z-index: 1;
      margin-bottom: 2rem; }
    #site .blog-title h1:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 5px;
      left: 15px;
      width: 50px;
      height: 3px;
      background: #FFFFFF; }
    #site .blog-title time {
      color: #FFFFFF;
      font-family: 'Gotham-Medium';
      position: absolute;
      bottom: 15px;
      left: 15px;
      z-index: 1; }
    #site .blog-title span {
      color: #333333;
      font-family: 'Gotham-Medium';
      position: absolute;
      bottom: 10px;
      right: 0;
      padding: 5px 10px;
      background: #FFFFFF;
      z-index: 1; }
  #site .blog-single p {
    box-sizing: border-box;
    padding: 0 15px;
    max-width: 700px;
    margin: 0 auto;
	margin-bottom: 30px; }
	#site .blog-single ul {
		box-sizing: border-box;
		padding: 0 15px;
		max-width: 700px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#site .blog-single li {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 5px;
		position: relative;
		padding-left: 25px;
	}
	@media (min-width: 1280px) {
		#site .blog-single li {
			font-size: 20px;
			line-height: 24px;
		}
	}
	#site .blog-single ul li::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #000;
	}
	#site .blog-single ol {
		box-sizing: border-box;
		padding: 0 15px;
		max-width: 700px;
		margin: 0 auto;
		margin-bottom: 30px;
		counter-reset: ol-list;
	}
	#site .blog-single ol li::before {
		counter-increment: ol-list;
		content: counter(ol-list)'.';
		position: absolute;
		color: #000;
		top: 0;
		left: 0;
	}
	#site .blog-single ul {
		list-style-type: disc;
		box-sizing: border-box;
		padding: 0 15px;
		max-width: 700px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
    #site .blog-single p strong, #site .blog-single p b {
      font-weight: bold; }
  #site .blog-single p.summary {
    font-family: 'Gotham-Medium'; }
  #site .blog-single p.summary::first-letter {
    float: left;
    font-size: 400%;
    line-height: 60px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 3px; }
  #site .blog-single > figure img,
  #site .blog-single > figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 30px; }
  #site .blog-single figcaption {
    color: #333333;
    font-family: 'Gotham-Medium';
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 5px 10px;
    background: #FFFFFF;
    z-index: 1; }
  #site .blog-single h2, #site .blog-single h3 {
    color: #717171;
    font-family: 'Gotham-Medium';
    font-size: 18px;
    padding: 0 15px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-transform: uppercase; }
  #site .blog-single blockquote {
    font-family: 'Gotham-Lite';
    border-left: 3px solid #d2644a;
    margin: 0 15px 30px 15px;
    box-sizing: border-box;
    padding: 0 15px;
    font-style: italic; }
  #site .bottom {
    display: block;
    max-width: 700px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding: 0 15px; }
  #site .autor-placeholder {
    max-width: 700px;
    margin: 0 auto 50px; }
  #site .border-bottom {
    max-width: 700px;
    margin: 0 auto;
    border-bottom: 3px solid #d2644a; }
  #site .arrow-left {
    float: left; }
    #site .arrow-left a {
      color: #333333;
      transition: all 0.2s ease; }
    #site .arrow-left img {
      display: inline-block;
      width: auto;
      height: 18px;
      margin: 0 !important;
      vertical-align: middle; }
    #site .arrow-left span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: normal; }
  #site .arrow-right {
    float: right; }
    #site .arrow-right a {
      color: #333333;
      transition: all 0.2s ease; }
    #site .arrow-right img {
      display: inline-block;
      width: auto;
      height: 18px;
      transform: rotate(180deg);
      margin: 0 !important;
      vertical-align: middle; }
    #site .arrow-right span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: normal; }
  #site .arrow-left:hover a, #site .arrow-right:hover a {
    color: #d2644a;
    opacity: 1; }

.autor-placeholder .autor-details span {
  text-align: left;
  float: left;
  width: 100%;
  text-transform: uppercase;
  color: #8e3321;
  font-size: 14px;
  margin-top: -15px;
  font-family: 'Gotham-Medium';
  padding-bottom: 20px; }

@media (min-width: 550px) {
  .blog .grid-sizer {
    width: 25%; }
  .blog .grid-item {
    width: calc(50% - 15px); }
  .blog .grid-item.big {
    width: calc(50% - 15px); }
  #site {
    /* BLOG SINGLE */ }
    #site .blog-single p {
      padding: 0 15px; }
    #site .blog-single h2, #site .blog-single h3 {
      padding: 0 15px; }
    #site .arrow-right {
      float: left;
      margin-left: 50px; } }

@media (min-width: 700px) {
  #site blockquote {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .blog .grid-item {
    height: 280px; }
  .blog .grid-item.big {
    height: 280px; }
  #site .blog-title h1 {
    bottom: 50px; }
  #site .blog-title time {
    bottom: 30px; }
  #site .blog-title span {
    bottom: 25px; }
  #site .blog-single p {
    padding: 0; }
  #site .blog-single h2, #site .blog-single h3 {
    padding: 0; }
  #site .blog-single blockquote {
    margin: 0 auto;
    margin-bottom: 30px; }
  #site .blog-single .bottom {
    height: 80px;
    line-height: 80px; }
  .autor-info img {
    float: left; }
  .autor-info .autor-details {
    padding-top: 15px;
    float: right;
    width: calc(100% - 302px); } }

@media (min-width: 1024px) {
  .blog {
    padding: 30px; }
    .blog .grid-item {
      width: calc(25% - 15px);
      height: 260px; }
    .blog .grid-item.big {
      height: 535px; }
  .landing .autor-info {
    padding: 0 80px; } }

@media (min-width: 1280px) {
  .blog .grid-item {
    height: 345px; }
  .blog .grid-item.big {
    height: 705px; }
  #site {
    /* BLOG SINGE */ }
    #site .blog-title {
      margin-bottom: 50px; }
      #site .blog-title h1 {
        font-size: 40px; }
    #site .blog-single p {
      font-size: 20px;
      margin-bottom: 45px; }
    #site .blog-single p.summary::first-letter {
      font-size: 450%;
      padding-top: 20px;
      padding-right: 15px; }
    #site .blog-single > img,
    #site .blog-single > figure {
      margin-bottom: 45px; }
    #site .blog-single figcaption {
      bottom: 30px; }
    #site .blog-single h2, #site .blog-single h3 {
      font-size: 22px; }
    #site .blog-single blockquote {
      font-size: 20px;
      padding: 0 30px;
      margin-bottom: 45px; }
    #site .blog-single .bottom .arrow-left span, #site .blog-single .bottom .arrow-right span {
      font-size: 20px;
      vertical-align: middle;
      padding: 0 5px; } }

@media (min-width: 1440px) {
  .blog {
    padding: 50px 15px; }
    .blog .grid-item h3 {
      font-size: 22px;
      padding: 30px 0; }
    .blog .grid-item h3:after {
      bottom: 15px; }
    .blog .grid-item p {
      font-size: 1.8rem;
      line-height: 2.6rem; }
    .blog .grid-item:hover .hover-box {
      padding: 0 15px 15px 15px; }
    .blog .grid-item:hover p {
      max-height: 10.4rem; }
  #site {
    /* BLOG SINGE */ }
    #site .blog-single > figure,
    #site .blog-single > img {
      margin-bottom: 70px;
      margin-top: 70px; }
    #site .blog-single .border-bottom {
      margin-top: 70px; } }

	  
/*
	Added by Nemanja Cindric 17-08-2018
	This should be moved on the appropriate position in file.
	Mobile logo hotfix:
		-center the logo
		-reduce it's size
		-lower it's position
*/

@media (max-width: 1269px) {
	.page header .logo {
		width: 100%;
		left: 0px;
	}

	.logo a {
		display: inline-block;
		margin: auto;
		padding: 5px;
	}

	.logo img {
		width: 70%
	}
}
.icon-close-video  {
	position: relative;
	width: 21px;
	height: 21px;
	display: block;
	margin-bottom: 4px;
} 
.icon-close-video::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	width: 20px;
	height: 3px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.icon-close-video::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 8px;
	width: 20px;
	height: 3px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
}
.close-iframe-video {
	line-height: 24px;
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	padding: 0;
	border: 0;
	position: absolute;
	right: 165px;
	top: 12px;
	opacity: 0.9;
	z-index: 1008;
	display: none;
}
.close-iframe-video:hover {
	color: #fff;
}
.visible .close-iframe-video {
	display: block;
}
@media (max-width: 1269px) {
	.close-iframe-video {
		position: fixed;
		right: 20px;
		bottom: 45px;
		top: inherit;
	}
}
body.overflow-hidden {
	overflow: hidden;
}
.page .hero.visible {
	max-height: inherit;
	height: 100vh;
}

.modal-wrap {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 16px;
	background-color: rgba(0, 0, 0, .9);
	box-sizing: border-box;
	transition: all .2s linear;
}

.modal {
	position: relative;
	padding-top: 90px;
	background: url(/img/povrckice-lighter.svg) white;
	background-size: 420px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	max-width: 900px;
	max-height: 790px;
	box-sizing: border-box;
	overflow: hidden;
	top: 50%;
	transform: translateY(-50%);
}

.modal__hero {
	position: absolute;
	top: 0;
	left: 0;
	height: 90px;
	width: 100%;
	background-image: url(/img/log-reg-bg.jpg);
	background-size: 239px;
}

.modal__hero:before,
.modal__hero:after {
	content: '';
	position: absolute;
}

.modal__hero:before {
	width: 100%;
	height: 70px;
	bottom: -76%;
	background: linear-gradient(to bottom, white 20%, rgba(125, 185, 232, 0) 100%);
	z-index: 1;
}

.modal__hero:after {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal__close {
	position: absolute;
	color: white;
	font-size: 42px;
	z-index: 1;
	transform: rotate(45deg);
	top: 0px;
	right: 24px;
	cursor: pointer;
}

.modal__logo {
	position: absolute;
	top: 43px;
	width: 94px;
	left: 50%;
	margin-left: -47px;
	height: 94px;
	border-radius: 50%;
	background-color: white;
	z-index: 1;
	text-align: center;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.10);
}

.modal__logo-img {
	width: 60px;
	margin-top: 10px;
}

h2.modal__title {
	font-family: $font-gotham-medium;
	text-align: center;
	text-transform: uppercase;
	padding: 0 10px;
	padding-top: 65px;
	font-size: 20px;
	margin-bottom: 40px;
}

.modal__content {
	padding: 0 15px;
}

.modal__content-wrap {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

@media screen and (min-width: 1366px) {
	h2.modal__title {
		font-size: 30px;
	}
}

@media screen and (min-width: 1440px) {
	h2.modal__title {
		font-size: 32px;
	}
}

.modal-wrap.modal-wrap--open {
	visibility: visible;
	opacity: 1;
}

.modal.modal--register {
	max-width: 630px;
	max-height: 630px;
}

.modal--register .modal__content {
	text-align: center;
}

.modal__text {
	padding: 0 20px;
}

@media screen and (min-width: 500px) {
	.modal.modal--register {
		max-height: 550px;
	}
	.modal__text {
		padding: 0 50px;
	}
}

