@charset "UTF-8";
/* ==========================================================================
 PROMENNE z BE
 ========================================================================== */
/*
* ROYAL SLIDER
-------------------------------------------------------------------------------- */
/*
* Fulltextove vyhledavani
-------------------------------------------------------------------------------- */
/*
* NAVIGACE
-------------------------------------------------------------------------------- */
/*------------------------------------*    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `true`.
 */
/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to false before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to false before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/* ==========================================================================
   GRID GUTTER WIDTH
   ========================================================================== */
/*------------------------------------*    INUIT.CSS
\*------------------------------------*/
/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............You’re reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * It’s not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming you’ll want a
 * change at ‘mobile’. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. It’s flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
/* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
/* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 108, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 134, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
/* line 142, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
/* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 161, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
/* line 181, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
/* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 197, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 205, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
sup {
  top: -0.5em; }

/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
/* line 229, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 253, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 264, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 289, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
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.
 */
/* line 314, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
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.
 */
/* line 326, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 336, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
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 5 and Chrome
 * on OS X.
 */
/* line 360, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in Firefox 4+.
 */
/* line 369, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 380, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 393, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
    * Let’s make the box model all nice, shall we...?
    */
/* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
/* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
/* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
/* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
/* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
/* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

/* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_reset.scss */
.text-input:active, .field:active:focus, .field.focus:active,
.text-input:focus,
.field:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
/* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_clearfix.scss */
.cf:after, .nav:after, .mDrop ul:after, .cPag__nav:after, .island:after, .cConversButton:after,
.islet:after, .stat-group:after, .block-grid:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
/* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_shared.scss */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.row--colored,
.annotation,
.archive,
.cProductList__anotation,
.cProductList__categories,
.cProductListTable,
.cImage,
.cFiles,
.cMeta,
.cConversButton,
.cSocialButtons,
.cFbLikebox,
.cInstagram,
.cClientZone,
.cCopyright,
.cExtraWork,
.cImageSlider,
.cDesc,
.cHr,
hr,
.sass-margin-bottom,
.inline-box,
legend,
.form-fields li,
.archive,
.search,
.media,
.island,
.cConversButton,
.islet {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_shared.scss */
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre,
  .islet .form-fields > li,
  .islet .row--colored,
  .islet .annotation,
  .islet .archive,
  .islet .cProductList__anotation,
  .islet .cProductList__categories,
  .islet .cProductListTable,
  .islet .cImage,
  .islet .cFiles,
  .islet .cMeta,
  .islet .cConversButton,
  .islet .cSocialButtons,
  .islet .cFbLikebox,
  .islet .cInstagram,
  .islet .cClientZone,
  .islet .cCopyright,
  .islet .cExtraWork,
  .islet .cImageSlider,
  .islet .cDesc,
  .islet .cHr,
  .islet
  hr,
  .islet
  .sass-margin-bottom,
  .islet .inline-box,
  .islet legend,
  .islet .form-fields li,
  .form-fields .islet li,
  .islet .archive,
  .islet .search, .islet
  .media,
  .islet
  .island,
  .islet .cConversButton, .islet
  .islet {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }

/**
 * Doubled up `margin-bottom` helper class.
 */
/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_shared.scss */
.landmark {
  margin-bottom: 60px ;
  margin-bottom: 4rem ; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_shared.scss */
hr {
  margin-bottom: 28px ;
  margin-bottom: 1.86667rem ; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
/* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_shared.scss */
ul, ol, dd {
  margin-left: 60px ;
  margin-left: 4rem ; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*    $MAIN
\*------------------------------------*/
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_main.scss */
html {
  min-height: 100%; }

/*------------------------------------*    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
/*h1,.alpha{
    @include font-size($h1-size);
}
h2,.beta{
    @include font-size($h2-size);
}
h3,.gamma{
    @include font-size($h3-size);
}
h4,.delta{
    @include font-size($h4-size);
}
h5,.epsilon{
    @include font-size($h5-size);
}
h6,.zeta{
    @include font-size($h6-size);
}*/
/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_headings.scss */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_headings.scss */
.giga {
  font-size: 104px;
  font-size: 6.93333rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/ }

/* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_headings.scss */
.mega {
  font-size: 80px;
  font-size: 5.33333rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/ }

/* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_headings.scss */
.kilo {
  font-size: 64px;
  font-size: 4.26667rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/ }

/*------------------------------------*    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_paragraphs.scss */
.lede,
.lead {
  font-size: 16.875px;
  font-size: 1.125rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/ }

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
/* line 7, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_smallprint.scss */
.smallprint,
.milli {
  font-size: 13px;
  font-size: 0.86667rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/ }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_smallprint.scss */
.micro {
  font-size: 11px;
  font-size: 0.73333rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/ }

/*------------------------------------*    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
/* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
q {
  quotes: "‘" "’" "\\201C" "\\201D"; }
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  q:before {
    content: "\2018";
    content: open-quote; }
  /* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  q:after {
    content: "\2019";
    content: close-quote; }
  /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  q q:before {
    content: "\201C";
    content: open-quote; }
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  q q:after {
    content: "\201D";
    content: close-quote; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
blockquote {
  quotes: "\\201C" "\\201D"; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  blockquote p:before {
    content: "\\201C";
    content: open-quote; }
  /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  blockquote p:last-of-type:after {
    content: "\\201D";
    content: close-quote; }
  /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
/* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
blockquote {
  /**
     * .4em is roughly equal to the width of the opening “ that we wish to hang.
     */
  text-indent: -0.41em; }
  /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  blockquote p:last-of-type {
    margin-bottom: 0; }

/* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
.source {
  display: block;
  text-indent: 0; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_quotes.scss */
  .source:before {
    content: "\2014"; }

/*------------------------------------*    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
/* line 7, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_code.scss */
pre {
  overflow: auto; }

/* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_code.scss */
pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_code.scss */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code don’t wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
/* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_code.scss */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

/* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_code.scss */
.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
/* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--round {
  border-radius: 3px; }

/**
 * Image placement variations.
 */
/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--right {
  float: right;
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  margin-left: 30px ;
  margin-left: 2rem ; }

/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--left {
  float: left;
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  margin-right: 30px ;
  margin-right: 2rem ; }

/* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--center, .lt500 .cNews--img__img {
  display: block;
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  margin-right: auto;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
/* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--short {
  height: 150px; }

/* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--medium {
  height: 300px; }

/* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
.img--tall {
  height: 450px; }

/**
 * Images in `figure` elements.
 */
/* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_images.scss */
figure > img {
  display: block; }

/*------------------------------------*    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_lists.scss */
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
fieldset {
  padding: 30px; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
/* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.text-input, .field:focus, .field.focus,
textarea {
  /**
     * Style these via your theme stylesheet.
     */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.form-fields {
  list-style: none;
  margin: 0; }

/* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.form-fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
/* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
label,
.label {
  display: block; }

/**
     * Extra help text in `label`s, e.g.:
     *
       <label>Card number <small class=additional>No spaces</small></label>
     *
     */
/* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.additional, .errorMessage {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
/* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.check-list {
  list-style: none;
  margin: 0; }

/*
     * Labels in check-lists
     */
/* line 127, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
/* line 149, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.spoken-form label, .form-fields__item--inline label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it won’t interfere with anything once
 * it reappears.
 *
 */
/*small*/
/* line 167, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.extra-help {
  display: inline-block;
  visibility: hidden; }

/* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/base/_forms.scss */
.text-input:active + .extra-help, .field:active:focus + .extra-help, .field.focus:active + .extra-help,
.text-input:focus + .extra-help, .field:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_grids.scss */
.grid {
  margin-left: -30px;
  list-style: none;
  margin-bottom: 0; }

/**
     * Very infrequently occuring grid wrappers as children of grid wrappers.
     */
/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_grids.scss */
.grid > .grid {
  margin-left: 0; }

/**
     * Grid
     */
/* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_grids.scss */
.grid__item, .label--inline, .label--inline + .field {
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  vertical-align: top; }

/*------------------------------------*    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav, .mDrop ul, .cPag__nav {
  list-style: none;
  margin-left: 0; }
  /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
  .nav > li, .mDrop ul > li, .cPag__nav > li,
  .nav > li > a, .mDrop ul > li > a, .cPag__nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav--stacked > li, .mDrop ul > li {
  display: list-item; }
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
  .nav--stacked > li > a, .mDrop ul > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
/* line 88, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav--block, .options {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
  .nav--block > li, .options > li {
    letter-spacing: normal;
    word-spacing: normal; }
    /* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
    .nav--block > li > a, .options > li > a {
      padding: 15px ;
      padding: 1rem ; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
/* line 122, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav--fit {
  display: table;
  width: 100%; }
  /* line 126, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
  .nav--fit > li {
    display: table-cell; }
    /* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
/* line 146, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

/* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_nav.scss */
.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*    $OPTIONS
\*------------------------------------*/
/**
 * Link-group nav, used for displaying related options. Extends `.nav--block`
 * but could also extend `.nav--fit`. Extend with colours and ‘current states’
 * in your theme stylesheet.
 *
  <ul class="nav  options">
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/vwfaf
 *
 */
/* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_options.scss */
.options > li > a {
  border: 0 solid #333;
  border-width: 1px;
  border-left-width: 0; }

/* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_options.scss */
.options > li:first-child > a {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_options.scss */
.options > li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/*------------------------------------*    $PAGINATION
\*------------------------------------*/
/**
 * Basic pagination object, extends `.nav`.
 * Requires some funky commenting to collapse any white-space caused by the
 * `display:inline-block;` rules.
 *
   <ol class="nav  pagination">
       <li class=pagination__first>First</li>
       <li class=pagination__prev>Previous</li>
       <li><a href=/page/1>1</a></li>
       <li><a href=/page/2>2</a></li>
       <li class=current><a href=/page/3>3</a></li>
       <li><a href=/page/4>4</a></li>
       <li><a href=/page/5>5</a></li>
       <li class=pagination__next><a href=/page/next>Next</a></li>
       <li class=pagination__last><a href=/page/last>Last</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/9Y6PU
 *
 */
/* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_pagination.scss */
.pagination {
  text-align: center;
  /**
     * Remove whitespace caused by `inline-block`.
     */ }

/* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_pagination.scss */
.pagination > li {
  padding: 15px ;
  padding: 1rem ;
  letter-spacing: normal;
  word-spacing: normal; }

/* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_pagination.scss */
.pagination > li > a {
  margin: -15px ;
  margin: -1rem ;
  padding: 15px ;
  padding: 1rem ; }

/*------------------------------------*    $BREADCRUMB
\*------------------------------------*/
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>The Board</a></li>
       <li class=current><a href=#>Directors</a></li>
   </ol>
 *
 * Demo: jsfiddle.net/inuitcss/rkAY9
 *
 */
/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_breadcrumb.scss */
.breadcrumb > li + li:before {
  content: "\00A0" "\00BB" "\00A0"; }

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav  breadcrumb--path">
       <li class=breadcrumb__root><a href=#>inuit.css</a></li>
       <li><a href=#>inuit.css</a></li>
       <li><a href=#>partials</a></li>
       <li class=current><a href=#>objects</a></li>
   </ol>
 *
 */
/* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_breadcrumb.scss */
.breadcrumb--path > li + li:before {
  content: "\00A0" "\002F" "\00A0"; }

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav  breadcrumb">
       <li><a href=#>Home</a></li>
       <li data-breadcrumb="|"><a href=#>About</a></li>
       <li data-breadcrumb="|"><a href=#>The Board</a></li>
       <li data-breadcrumb="|" class=current><a href=#>Directors</a></li>
   </ol>
 *
 */
/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_breadcrumb.scss */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: " " attr(data-breadcrumb) " "; }

/**
 * Denote the root of the tree.
 */
/*------------------------------------*    $ISLAND
\*------------------------------------*/
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 * E.g.:
 *
   <div class=island>
       I am boxed off.
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/u8pV3
 *
 */
/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_island.scss */
.island, .cConversButton,
.islet {
  display: block; }

/* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_island.scss */
.island, .cConversButton {
  padding: 30px; }

/* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_island.scss */
.island > :last-child, .cConversButton > :last-child,
.islet > :last-child {
  margin-bottom: 0; }

/**
 * Just like `.island`, only smaller.
 */
/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_island.scss */
.islet {
  padding: 15px ;
  padding: 1rem ; }

/*------------------------------------*    $ARROWS
\*------------------------------------*/
/**
 * It is a common design treatment to give an element a triangular points-out
 * arrow, we typically build these with CSS. These following classes allow us to
 * generate these arbitrarily with a mixin, `@arrow()`.
 */
/**
 * Forms the basis for any/all CSS arrows.
 */
/**
 * Define individual edges so we can combine what we need, when we need.
 */
/*------------------------------------*    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite  sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite  sprite--question-mark"></i> Help and FAQ</a>
 *
 * Giving an element a class of `.icon` will throw it into ‘icon’ mode and will
 * not add a background, but should be used for icon fonts and is populated
 * through a `data-icon` attribute and the `:after` pseudo-element, e.g.:
 *
   <a href=#><i class=icon data-icon="&#xF000;"></i> View your favourites</a>
 *
 * Where ‘&#xF000;’ might map to a star in your particular icon font.
 *
 * These all require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite{
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link{ background-position:0   0  ; }
   .sprite--star{ background-position:0 -16px; }
 *
 * Demo: jsfiddle.net/inuitcss/6TKuS
 *
 */
/* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
.sprite,
.icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
     * So using `.icon` on certain elements doesn’t make a visual difference.
     */
  font-style: normal;
  font-weight: normal;
  /**
     * So icons added using `.icon` sit in the centre of the element.
     */
  text-align: center; }

/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
.sprite {
  /**
     * The typical size of most icons. Override in your theme stylesheet.
     */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
     * H5BP method image replacement:
     * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
     */
  overflow: hidden;
  *text-indent: -9999px; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
  .sprite:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

/**
 * Set up icon font
 */
/* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
.icon {
  font-size: 16px;
  /**
     * Place the icon in a box the exact same dimensions as the icon itself.
     */
  width: 1em;
  height: 1em; }
  /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
  .icon:before {
    content: attr(data-icon); }

/**
 * Icon size modifiers.
 */
/* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
.icon--large {
  font-size: 32px; }

/* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
.icon--huge {
  font-size: 64px; }

/* line 96, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_sprite.scss */
.icon--natural {
  font-size: inherit; }

/*------------------------------------*    $ICON-TEXT
\*------------------------------------*/
/**
 * For text-links etc that have an icon with them. Sometimes whitespace would
 * suffice in creating a gap between the icon and text, for example:
 *
   <a href=#>
       <i class="s  s--help"></i> Help &amp; support
   </a>
 *
 * However we will sometimes want a larger, explicity set gap:
   <a href=# class=icon-text>
       <i class="icon-text__icon  s  s--help"></i>Help &amp; support
   </a>
 *
 * Demo: jsfiddle.net/inuitcss/Q6Lbf
 *
 */
/* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_icon-text.scss */
.icon-text > .icon-text__icon {
  margin-right: 8px ;
  margin-right: 0.5rem ; }

/**
 * We can also reverse the direction of the margin for icons that appear to the
 * right of the text content, thus:
 *
   <a href=# class=icon-text--rev>
       Help &amp; support<i class="icon-text__icon  s  s--help"></i>
   </a>
 *
 */
/* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_icon-text.scss */
.icon-text--rev > .icon-text__icon {
  margin-left: 8px ;
  margin-left: 0.5rem ; }

/*------------------------------------*    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class=pill>here</span> is a pill!</p>
 *
   <p>This <span class=loz>here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 * Demo: jsfiddle.net/inuitcss/N3pGm
 *
 */
/* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_lozenges.scss */
.pill, .loz {
  display: inline-block;
  /**
     * These numbers set in ems mean that, at its narrowest, a lozenge will be
     * the same width as the `line-height` set on the `html` element.
     * This allows us to use the `.loz` in almost any `font-size` we wish.
     */
  min-width: 1.15556em;
  padding-right: 0.28889em;
  padding-left: 0.28889em;
  /* =1.50em */
  text-align: center;
  background-color: #333;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
     * Normally we’d use border-radius:100%; but instead here we just use an
     * overly large number; `border-radius:100%;` would create an oval on
     * non-square elements whereas we just want to round the ends of an element.
     */
  border-radius: 100px; }

/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_lozenges.scss */
.loz {
  border-radius: 3px; }

/*------------------------------------*    $RULES
\*------------------------------------*/
/**
 * Horizontal rules, extend `hr`.
 *
 * Demo: jsfiddle.net/inuitcss/L6GuZ
 *
 */
/* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_rules.scss */
.rule {
  color: #333;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 29px ;
  margin-bottom: 1.93333rem ; }

/**
 * Dotted rules
 */
/* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_rules.scss */
.rule--dotted {
  border-bottom-style: dotted; }

/**
 * Dashed rules
 */
/* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_rules.scss */
.rule--dashed {
  border-bottom-style: dashed; }

/**
 * Ornamental rules. Places a § over the rule.
 */
/* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_rules.scss */
.rule--ornament {
  position: relative;
  /**
    * Pass in an arbitrary ornament though a data attribute, e.g.:
    *
      <hr class="rule  rule--ornament" data-ornament="!">
    *
    */ }
  /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_rules.scss */
  .rule--ornament:after {
    content: "\00A7";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    line-height: 0;
    text-align: center; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_rules.scss */
  .rule--ornament[data-ornament]:after {
    content: attr(data-ornament); }

/*------------------------------------*     $STATS
 \*------------------------------------*/
/**
  * Simple object to display key–value statistic-like information, e.g.:
  *
    <div class=stat-group>
        <dl class=stat>
            <dt class=stat__title>Tweets</dt>
            <dd class=stat__value>27,740</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Following</dt>
            <dd class=stat__value>11,529</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Followers</dt>
            <dd class=stat__value>12,105</dd>
        </dl>
    </div>
  *
  * Demo: jsfiddle.net/inuitcss/Bpwu6
  *
  */
/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_stats.scss */
.stat-group {
  margin-left: -30px ;
  margin-left: -2rem ; }

/* line 33, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_stats.scss */
.stat {
  float: left;
  margin-left: 30px ;
  margin-left: 2rem ;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_stats.scss */
.stat__title {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  -ms-flex-order: 2; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_stats.scss */
.stat__value {
  margin-left: 0;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  -ms-flex-order: 1; }

/*------------------------------------*    $GREYBOX
\*------------------------------------*/
/**
 * Quickly throw together greybox wireframes. Use in conjunction with other
 * inuit.css objects to create simple greybox prototypes, e.g.:
 *
   <div class="island  greybox  greybox--medium">Header</div>

   <ul class="nav  nav--fit  nav--block  greybox">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * The beauty of combining the greyboxing with inuit.css objects is that any
 * prototyping can quickly be converted into/used as production code.
 *
 * For a more complete prototyping framework, consider Adam Whitcroft’s Proto:
 * adamwhitcroft.com/proto
 *
 * Demo: jsfiddle.net/inuitcss/qCXfh/
 *
 */
/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox,
.graybox {
  font-size: 12px;
  font-size: 0.8rem;
  /*@if $line-height == true{
        line-height: ($font-size / $base-line-height) * ($base-line-height / $font-size);
    }*/
  font-family: sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

/* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox a,
.graybox a {
  color: #fff;
  text-decoration: underline; }

/**
 * All greyboxes will occupy 100% of their parent’s width, but to alter their
 * heights we apply incrementally larger line-heights:
 */
/* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox--small,
.graybox--small {
  line-height: 52px; }

/* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox--medium,
.graybox--medium {
  line-height: 104px; }

/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox--large,
.graybox--large {
  line-height: 208px; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox--huge,
.graybox--huge {
  line-height: 416px; }

/* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/objects/_greybox.scss */
.greybox--gigantic,
.graybox--gigantic {
  line-height: 832px; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
    * Whole
    */
/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-whole {
  width: 100%; }

/**
    * Halves
    */
/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths, .eight-sixteenths, .twelve-twentyfourths {
  width: 50%; }

/**
    * Thirds
    */
/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-third, .two-sixths, .four-twelfths, .eight-twentyfourths, .eighteen-twentyfourths {
  width: 33.333%; }

/* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.two-thirds, .four-sixths, .sixteen-twentyfourths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
/* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-quarter, .two-eighths, .three-twelfths, .four-sixteenths, .six-twentyfourths, .label--inline {
  width: 25%; }

/* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.three-quarters, .six-eighths, .nine-twelfths, .twelve-sixteenths, .label--inline + .field {
  width: 75%; }

/**
    * Fifths
    */
/* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-fifth, .two-tenths {
  width: 20%; }

/* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.two-fifths, .four-tenths {
  width: 40%; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.three-fifths, .six-tenths {
  width: 60%; }

/* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-sixth, .two-twelfths, .four-twentyfourths {
  width: 16.666%; }

/* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.five-sixths, .ten-twelfths, .twenty-twentyfourths {
  width: 83.333%; }

/**
    * Eighths
    */
/* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-eighth, .two-sixteenths, .three-twentyfourths {
  width: 12.5%; }

/* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.three-eighths, .six-sixteenths, .nineteen-twentyfourths {
  width: 37.5%; }

/* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.five-eighths {
  width: 62.5%; }

/* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.seven-eighths, .fourteen-sixteenths, .twentyone-twentyfourths {
  width: 87.5%; }

/**
    * Tenths
    */
/* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-tenth {
  width: 10%; }

/* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.three-tenths {
  width: 30%; }

/* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.seven-tenths {
  width: 70%; }

/* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
/* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.one-twelfth, .two-twentyfourths {
  width: 8.333%; }

/* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.five-twelfths {
  width: 41.666%; }

/* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.seven-twelfths, .fourteen-twentyfourths {
  width: 58.333%; }

/* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
.eleven-twelfths, .twentytwo-twentyfourths {
  width: 91.666%; }

/**
 * If you have set `$responsive` to ‘true’ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint you’d like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 767px) {
  /**
    * Whole
    */
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-eighth {
    width: 12.5%; }
  /* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-three-eighths {
    width: 37.5%; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-five-eighths {
    width: 62.5%; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-tenth {
    width: 10%; }
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-three-tenths {
    width: 30%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-seven-tenths {
    width: 70%; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-one-twelfth {
    width: 8.333%; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-five-twelfths {
    width: 41.666%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-seven-twelfths {
    width: 58.333%; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
    * Whole
    */
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-eighth {
    width: 12.5%; }
  /* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-three-eighths {
    width: 37.5%; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-five-eighths {
    width: 62.5%; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-tenth {
    width: 10%; }
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-three-tenths {
    width: 30%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-seven-tenths {
    width: 70%; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-one-twelfth {
    width: 8.333%; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-five-twelfths {
    width: 41.666%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-seven-twelfths {
    width: 58.333%; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 768px) {
  /**
    * Whole
    */
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-eighth {
    width: 12.5%; }
  /* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-three-eighths {
    width: 37.5%; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-five-eighths {
    width: 62.5%; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-tenth {
    width: 10%; }
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-three-tenths {
    width: 30%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-seven-tenths {
    width: 70%; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-one-twelfth {
    width: 8.333%; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-five-twelfths {
    width: 41.666%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-seven-twelfths {
    width: 58.333%; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (max-width: 1023px) {
  /**
    * Whole
    */
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-eighth {
    width: 12.5%; }
  /* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-three-eighths {
    width: 37.5%; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-five-eighths {
    width: 62.5%; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-tenth {
    width: 10%; }
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-three-tenths {
    width: 30%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-seven-tenths {
    width: 70%; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-one-twelfth {
    width: 8.333%; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-five-twelfths {
    width: 41.666%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-seven-twelfths {
    width: 58.333%; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .portable-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1024px) {
  /**
    * Whole
    */
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-eighth {
    width: 12.5%; }
  /* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-three-eighths {
    width: 37.5%; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-five-eighths {
    width: 62.5%; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-tenth {
    width: 10%; }
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-three-tenths {
    width: 30%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-seven-tenths {
    width: 70%; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-one-twelfth {
    width: 8.333%; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-five-twelfths {
    width: 41.666%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-seven-twelfths {
    width: 58.333%; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-eleven-twelfths {
    width: 91.666%; } }

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
@media only screen and (min-width: 1200px) {
  /**
    * Whole
    */
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-half, .desk-wide-two-quarters, .desk-wide-three-sixths, .desk-wide-four-eighths, .desk-wide-five-tenths, .desk-wide-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-third, .desk-wide-two-sixths, .desk-wide-four-twelfths {
    width: 33.333%; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-two-thirds, .desk-wide-four-sixths, .desk-wide-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-quarter, .desk-wide-two-eighths, .desk-wide-three-twelfths {
    width: 25%; }
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-three-quarters, .desk-wide-six-eighths, .desk-wide-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-fifth, .desk-wide-two-tenths {
    width: 20%; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-two-fifths, .desk-wide-four-tenths {
    width: 40%; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-three-fifths, .desk-wide-six-tenths {
    width: 60%; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-four-fifths, .desk-wide-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-sixth, .desk-wide-two-twelfths {
    width: 16.666%; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-five-sixths, .desk-wide-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-eighth {
    width: 12.5%; }
  /* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-three-eighths {
    width: 37.5%; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-five-eighths {
    width: 62.5%; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-tenth {
    width: 10%; }
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-three-tenths {
    width: 30%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-seven-tenths {
    width: 70%; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-one-twelfth {
    width: 8.333%; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-five-twelfths {
    width: 41.666%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-seven-twelfths {
    width: 58.333%; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_widths.scss */
  .desk-wide-eleven-twelfths {
    width: 91.666%; } }

/* endif */
/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_brand.scss */
.brand {
  font-family: "Helvetica Neue", sans-serif!important;
  color: #c2a360!important; }

/* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_brand.scss */
.brand-face {
  font-family: "Helvetica Neue", sans-serif!important; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_brand.scss */
.brand-color,
.brand-colour {
  color: #c2a360!important; }

/*------------------------------------*    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
/* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.float--right {
  float: right !important; }

/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.float--left {
  float: left !important; }

/* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.float--none {
  float: none !important; }

/**
 * Text alignment
 */
/* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.text--left {
  text-align: left  !important; }

/* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.text--center {
  text-align: center !important; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.weight--light {
  font-weight: 300 !important; }

/* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.weight--normal {
  font-weight: 400 !important; }

/* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push {
  margin: 30px !important;
  margin: 2rem !important; }

/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push--top {
  margin-top: 30px !important;
  margin-top: 2rem !important; }

/* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push--right {
  margin-right: 30px !important;
  margin-right: 2rem !important; }

/* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push--bottom {
  margin-bottom: 30px !important;
  margin-bottom: 2rem !important; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push--left {
  margin-left: 30px !important;
  margin-left: 2rem !important; }

/* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push--ends {
  margin: 30px 0 !important;
  margin: 2rem 0 !important; }

/* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push--sides {
  margin: 0 30px !important;
  margin: 0 2rem !important; }

/* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half {
  margin: 15px !important;
  margin: 1rem !important; }

/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half--top {
  margin-top: 15px !important;
  margin-top: 1rem !important; }

/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half--right {
  margin-right: 15px !important;
  margin-right: 1rem !important; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half--bottom {
  margin-bottom: 15px !important;
  margin-bottom: 1rem !important; }

/* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half--left {
  margin-left: 15px !important;
  margin-left: 1rem !important; }

/* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half--ends {
  margin: 15px 0 !important;
  margin: 1rem 0 !important; }

/* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.push-half--sides {
  margin: 0 15px !important;
  margin: 0 1rem !important; }

/* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush {
  margin: 0 !important; }

/* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush--top {
  margin-top: 0 !important; }

/* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush--right {
  margin-right: 0 !important; }

/* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush--bottom {
  margin-bottom: 0 !important; }

/* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush--left {
  margin-left: 0 !important; }

/* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 64, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
/* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft {
  padding: 30px !important;
  padding: 2rem !important; }

/* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft--top {
  padding-top: 30px !important;
  padding-top: 2rem !important; }

/* line 73, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft--right {
  padding-right: 30px !important;
  padding-right: 2rem !important; }

/* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft--bottom {
  padding-bottom: 30px !important;
  padding-bottom: 2rem !important; }

/* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft--left {
  padding-left: 30px !important;
  padding-left: 2rem !important; }

/* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft--ends {
  padding: 30px 0 !important;
  padding: 2rem 0 !important; }

/* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft--sides {
  padding: 0 30px !important;
  padding: 0 2rem !important; }

/* line 79, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half {
  padding: 15px !important;
  padding: 1rem !important; }

/* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half--top {
  padding-top: 15px !important;
  padding-top: 1rem !important; }

/* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half--right {
  padding-right: 15px !important;
  padding-right: 1rem !important; }

/* line 82, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half--bottom {
  padding-bottom: 15px !important;
  padding-bottom: 1rem !important; }

/* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half--left {
  padding-left: 15px !important;
  padding-left: 1rem !important; }

/* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half--ends {
  padding: 15px 0 !important;
  padding: 1rem 0 !important; }

/* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.soft-half--sides {
  padding: 0 15px !important;
  padding: 0 1rem !important; }

/* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard {
  padding: 0 !important; }

/* line 88, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard--top {
  padding-top: 0 !important; }

/* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard--right {
  padding-right: 0 !important; }

/* line 90, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard--bottom {
  padding-bottom: 0 !important; }

/* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard--left {
  padding-left: 0 !important; }

/* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
/* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.full-bleed {
  margin-right: -30px !important;
  margin-right: -2rem !important;
  margin-left: -30px !important;
  margin-left: -2rem !important; }
  /* line 104, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .islet .full-bleed {
    margin-right: -15px !important;
    margin-right: -1rem !important;
    margin-left: -15px !important;
    margin-left: -1rem !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
/* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
/* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
/* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
/* line 146, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
/* line 154, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
/* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
.accessibility,
.visuallyhidden,
.cProductList__categories__item--box .cProductList__categories__desc {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 767px) {
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .accessibility--palm,
  .visuallyhidden--palm,
  .cProduct__anotation,
  .cProductListTable thead th {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 768px) {
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 1023px) {
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1024px) {
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1200px) {
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor-v2/inuit/inuitFramework/generic/_helper.scss */
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

/* endif */
/*------------------------------------*    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
/* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid {
  list-style: none;
  /* [1] */
  margin: 0;
  /* [2] */
  padding: 0;
  /* [2] */
  margin-left: -26px ;
  margin-left: -1.73333rem ;
  /* [3] */ }

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
/* line 238, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid__item, .label--inline, .label--inline + .field {
  display: inline-block;
  /* [1] */
  padding-left: 26px ;
  padding-left: 1.73333rem ;
  /* [3] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */ }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
/* line 259, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--rev {
  direction: rtl;
  text-align: left; }
  /* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .grid--rev > .grid__item, .grid--rev > .label--inline, .grid--rev > .label--inline + .field {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
/* line 274, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--full {
  margin-left: 0; }
  /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .grid--full > .grid__item, .grid--full > .label--inline, .grid--full > .label--inline + .field {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/* line 286, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--right {
  text-align: right; }
  /* line 289, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .grid--right > .grid__item, .grid--right > .label--inline, .grid--right > .label--inline + .field {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/* line 299, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--center {
  text-align: center; }
  /* line 302, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .grid--center > .grid__item, .grid--center > .label--inline, .grid--center > .label--inline + .field {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/* line 314, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--middle > .grid__item, .grid--middle > .label--inline, .grid--middle > .label--inline + .field {
  vertical-align: middle; }

/* line 321, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--bottom > .grid__item, .grid--bottom > .label--inline, .grid--bottom > .label--inline + .field {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/* line 330, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--narrow {
  margin-left: -13px ;
  margin-left: -0.86667rem ;
  /* [3] */ }
  /* line 333, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .grid--narrow > .grid__item, .grid--narrow > .label--inline, .grid--narrow > .label--inline + .field {
    padding-left: 13px ;
    padding-left: 0.86667rem ;
    /* [3] */ }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/* line 342, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.grid--wide {
  margin-left: -52px ;
  margin-left: -3.46667rem ;
  /* [3] */ }
  /* line 345, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .grid--wide > .grid__item, .grid--wide > .label--inline, .grid--wide > .label--inline + .field {
    padding-left: 52px ;
    padding-left: 3.46667rem ;
    /* [3] */ }

/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
     * Whole
     */
/* line 366, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-whole {
  width: 100%; }

/**
     * Halves
     */
/* line 372, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths, .eight-sixteenths, .twelve-twentyfourths {
  width: 49%; }

/**
     * Thirds
     */
/* line 378, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-third, .two-sixths, .four-twelfths, .eight-twentyfourths, .eighteen-twentyfourths {
  width: 33.333%; }

/* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.two-thirds, .four-sixths, .sixteen-twentyfourths, .eight-twelfths {
  width: 66.666%; }

/**
     * Quarters
     */
/* line 385, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-quarter, .two-eighths, .three-twelfths, .four-sixteenths, .six-twentyfourths, .label--inline {
  width: 25%; }

/* line 387, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.three-quarters, .six-eighths, .nine-twelfths, .twelve-sixteenths, .label--inline + .field {
  width: 75%; }

/**
     * Fifths
     */
/* line 393, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-fifth, .two-tenths {
  width: 20%; }

/* line 394, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.two-fifths, .four-tenths {
  width: 40%; }

/* line 395, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.three-fifths, .six-tenths {
  width: 60%; }

/* line 396, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.four-fifths, .eight-tenths {
  width: 80%; }

/**
     * Sixths
     */
/* line 402, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-sixth, .two-twelfths, .four-twentyfourths {
  width: 16.666%; }

/* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.five-sixths, .ten-twelfths, .twenty-twentyfourths {
  width: 83.333%; }

/**
     * Eighths
     */
/* line 412, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-eighth, .two-sixteenths, .three-twentyfourths {
  width: 12.5%; }

/* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.three-eighths, .six-sixteenths, .nineteen-twentyfourths {
  width: 37.5%; }

/* line 416, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.five-eighths {
  width: 62.5%; }

/* line 418, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.seven-eighths, .fourteen-sixteenths, .twentyone-twentyfourths {
  width: 87.5%; }

/**
     * Tenths
     */
/* line 424, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-tenth {
  width: 10%; }

/* line 426, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.three-tenths {
  width: 30%; }

/* line 430, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.seven-tenths {
  width: 70%; }

/* line 432, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.nine-tenths {
  width: 90%; }

/**
     * Twelfths
     */
/* line 438, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-twelfth, .two-twentyfourths {
  width: 8.333%; }

/* line 442, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.five-twelfths {
  width: 41.666%; }

/* line 444, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.seven-twelfths, .fourteen-twentyfourths {
  width: 58.333%; }

/* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.eleven-twelfths, .twentytwo-twentyfourths {
  width: 91.666%; }

/**
     * customove rozsireni o grid 16-ti sloupcovy a 24 sloupcovy -> neni soucasti frameworku
     */
/**
     * sixteenths
     */
/* line 459, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-sixteenth {
  width: 6.25%; }

/* line 461, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.three-sixteenths {
  width: 18.75%; }

/* line 463, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.five-sixteenths {
  width: 31.25%; }

/* line 465, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.seven-sixteenths {
  width: 43.75%; }

/* line 467, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.nine-sixteenths {
  width: 56.25%; }

/* line 468, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.ten-sixteenths {
  width: 62.5%; }

/* line 469, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.eleven-sixteenths {
  width: 68.75%; }

/* line 471, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.thirteen-sixteenths {
  width: 81.25%; }

/* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.fifteen-sixteenths {
  width: 93.75%; }

/**
     * twentyfourths
     */
/* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.one-twentyfourth {
  width: 4.16%; }

/* line 483, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.five-twentyfourths {
  width: 20.83%; }

/* line 485, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.seven-twentyfourths {
  width: 29.16%; }

/* line 487, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.nine-twentyfourths {
  width: 37.5%; }

/* line 488, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.ten-twentyfourths {
  width: 41.66%; }

/* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.eleven-twentyfourths {
  width: 45.83%; }

/* line 491, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.thirteen-twentyfourths {
  width: 54.16%; }

/* line 493, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.fifteen-twentyfourths {
  width: 62.5%; }

/* line 495, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.seventeen-twentyfourths {
  width: 70.83%; }

/* line 501, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
.twentythree-twentyfourths {
  width: 95.83%; }

/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 767px) {
  /**
     * Whole
     */
  /* line 366, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  /* line 372, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths, .palm--eight-sixteenths, .palm--twelve-twentyfourths {
    width: 50%; }
  /**
     * Thirds
     */
  /* line 378, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-third, .palm--two-sixths, .palm--four-twelfths, .palm--eight-twentyfourths, .palm--eighteen-twentyfourths {
    width: 33.333%; }
  /* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--two-thirds, .palm--four-sixths, .palm--sixteen-twentyfourths, .palm--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  /* line 385, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths, .palm--four-sixteenths, .palm--six-twentyfourths {
    width: 25%; }
  /* line 387, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths, .palm--twelve-sixteenths {
    width: 75%; }
  /**
     * Fifths
     */
  /* line 393, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-fifth, .palm--two-tenths {
    width: 20%; }
  /* line 394, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--two-fifths, .palm--four-tenths {
    width: 40%; }
  /* line 395, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--three-fifths, .palm--six-tenths {
    width: 60%; }
  /* line 396, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--four-fifths, .palm--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  /* line 402, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-sixth, .palm--two-twelfths, .palm--four-twentyfourths {
    width: 16.666%; }
  /* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--five-sixths, .palm--ten-twelfths, .palm--twenty-twentyfourths {
    width: 83.333%; }
  /**
     * Eighths
     */
  /* line 412, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-eighth, .palm--two-sixteenths, .palm--three-twentyfourths {
    width: 12.5%; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--three-eighths, .palm--six-sixteenths, .palm--nineteen-twentyfourths {
    width: 37.5%; }
  /* line 416, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--five-eighths {
    width: 62.5%; }
  /* line 418, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--seven-eighths, .palm--fourteen-sixteenths, .palm--twentyone-twentyfourths {
    width: 87.5%; }
  /**
     * Tenths
     */
  /* line 424, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-tenth {
    width: 10%; }
  /* line 426, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--three-tenths {
    width: 30%; }
  /* line 430, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--seven-tenths {
    width: 70%; }
  /* line 432, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  /* line 438, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-twelfth, .palm--two-twentyfourths {
    width: 8.333%; }
  /* line 442, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--five-twelfths {
    width: 41.666%; }
  /* line 444, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--seven-twelfths, .palm--fourteen-twentyfourths {
    width: 58.333%; }
  /* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--eleven-twelfths, .palm--twentytwo-twentyfourths {
    width: 91.666%; }
  /**
     * customove rozsireni o grid 16-ti sloupcovy a 24 sloupcovy -> neni soucasti frameworku
     */
  /**
     * sixteenths
     */
  /* line 459, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-sixteenth {
    width: 6.25%; }
  /* line 461, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--three-sixteenths {
    width: 18.75%; }
  /* line 463, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--five-sixteenths {
    width: 31.25%; }
  /* line 465, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--seven-sixteenths {
    width: 43.75%; }
  /* line 467, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--nine-sixteenths {
    width: 56.25%; }
  /* line 468, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--ten-sixteenths {
    width: 62.5%; }
  /* line 469, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--eleven-sixteenths {
    width: 68.75%; }
  /* line 471, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--thirteen-sixteenths {
    width: 81.25%; }
  /* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--fifteen-sixteenths {
    width: 93.75%; }
  /**
     * twentyfourths
     */
  /* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--one-twentyfourth {
    width: 4.16%; }
  /* line 483, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--five-twentyfourths {
    width: 20.83%; }
  /* line 485, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--seven-twentyfourths {
    width: 29.16%; }
  /* line 487, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--nine-twentyfourths {
    width: 37.5%; }
  /* line 488, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--ten-twentyfourths {
    width: 41.66%; }
  /* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--eleven-twentyfourths {
    width: 45.83%; }
  /* line 491, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--thirteen-twentyfourths {
    width: 54.16%; }
  /* line 493, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--fifteen-twentyfourths {
    width: 62.5%; }
  /* line 495, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--seventeen-twentyfourths {
    width: 70.83%; }
  /* line 501, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .palm--twentythree-twentyfourths {
    width: 95.83%; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /**
     * Whole
     */
  /* line 366, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  /* line 372, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths, .lap--eight-sixteenths, .lap--twelve-twentyfourths {
    width: 50%; }
  /**
     * Thirds
     */
  /* line 378, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-third, .lap--two-sixths, .lap--four-twelfths, .lap--eight-twentyfourths, .lap--eighteen-twentyfourths {
    width: 33.333%; }
  /* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--two-thirds, .lap--four-sixths, .lap--sixteen-twentyfourths, .lap--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  /* line 385, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths, .lap--four-sixteenths, .lap--six-twentyfourths {
    width: 25%; }
  /* line 387, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths, .lap--twelve-sixteenths {
    width: 75%; }
  /**
     * Fifths
     */
  /* line 393, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-fifth, .lap--two-tenths {
    width: 20%; }
  /* line 394, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--two-fifths, .lap--four-tenths {
    width: 40%; }
  /* line 395, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--three-fifths, .lap--six-tenths {
    width: 60%; }
  /* line 396, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--four-fifths, .lap--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  /* line 402, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-sixth, .lap--two-twelfths, .lap--four-twentyfourths {
    width: 16.666%; }
  /* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--five-sixths, .lap--ten-twelfths, .lap--twenty-twentyfourths {
    width: 83.333%; }
  /**
     * Eighths
     */
  /* line 412, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-eighth, .lap--two-sixteenths, .lap--three-twentyfourths {
    width: 12.5%; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--three-eighths, .lap--six-sixteenths, .lap--nineteen-twentyfourths {
    width: 37.5%; }
  /* line 416, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--five-eighths {
    width: 62.5%; }
  /* line 418, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--seven-eighths, .lap--fourteen-sixteenths, .lap--twentyone-twentyfourths {
    width: 87.5%; }
  /**
     * Tenths
     */
  /* line 424, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-tenth {
    width: 10%; }
  /* line 426, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--three-tenths {
    width: 30%; }
  /* line 430, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--seven-tenths {
    width: 70%; }
  /* line 432, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  /* line 438, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-twelfth, .lap--two-twentyfourths {
    width: 8.333%; }
  /* line 442, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--five-twelfths {
    width: 41.666%; }
  /* line 444, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--seven-twelfths, .lap--fourteen-twentyfourths {
    width: 58.333%; }
  /* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--eleven-twelfths, .lap--twentytwo-twentyfourths {
    width: 91.666%; }
  /**
     * customove rozsireni o grid 16-ti sloupcovy a 24 sloupcovy -> neni soucasti frameworku
     */
  /**
     * sixteenths
     */
  /* line 459, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-sixteenth {
    width: 6.25%; }
  /* line 461, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--three-sixteenths {
    width: 18.75%; }
  /* line 463, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--five-sixteenths {
    width: 31.25%; }
  /* line 465, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--seven-sixteenths {
    width: 43.75%; }
  /* line 467, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--nine-sixteenths {
    width: 56.25%; }
  /* line 468, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--ten-sixteenths {
    width: 62.5%; }
  /* line 469, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--eleven-sixteenths {
    width: 68.75%; }
  /* line 471, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--thirteen-sixteenths {
    width: 81.25%; }
  /* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--fifteen-sixteenths {
    width: 93.75%; }
  /**
     * twentyfourths
     */
  /* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--one-twentyfourth {
    width: 4.16%; }
  /* line 483, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--five-twentyfourths {
    width: 20.83%; }
  /* line 485, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--seven-twentyfourths {
    width: 29.16%; }
  /* line 487, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--nine-twentyfourths {
    width: 37.5%; }
  /* line 488, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--ten-twentyfourths {
    width: 41.66%; }
  /* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--eleven-twentyfourths {
    width: 45.83%; }
  /* line 491, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--thirteen-twentyfourths {
    width: 54.16%; }
  /* line 493, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--fifteen-twentyfourths {
    width: 62.5%; }
  /* line 495, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--seventeen-twentyfourths {
    width: 70.83%; }
  /* line 501, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .lap--twentythree-twentyfourths {
    width: 95.83%; } }

@media only screen and (min-width: 1024px) {
  /**
     * Whole
     */
  /* line 366, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-whole {
    width: 100%; }
  /**
     * Halves
     */
  /* line 372, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths, .desk--eight-sixteenths, .desk--twelve-twentyfourths {
    width: 50%; }
  /**
     * Thirds
     */
  /* line 378, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-third, .desk--two-sixths, .desk--four-twelfths, .desk--eight-twentyfourths, .desk--eighteen-twentyfourths {
    width: 33.333%; }
  /* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--two-thirds, .desk--four-sixths, .desk--sixteen-twentyfourths, .desk--eight-twelfths {
    width: 66.666%; }
  /**
     * Quarters
     */
  /* line 385, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths, .desk--four-sixteenths, .desk--six-twentyfourths {
    width: 25%; }
  /* line 387, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths, .desk--twelve-sixteenths {
    width: 75%; }
  /**
     * Fifths
     */
  /* line 393, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-fifth, .desk--two-tenths {
    width: 20%; }
  /* line 394, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--two-fifths, .desk--four-tenths {
    width: 40%; }
  /* line 395, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--three-fifths, .desk--six-tenths {
    width: 60%; }
  /* line 396, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--four-fifths, .desk--eight-tenths {
    width: 80%; }
  /**
     * Sixths
     */
  /* line 402, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-sixth, .desk--two-twelfths, .desk--four-twentyfourths {
    width: 16.666%; }
  /* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--five-sixths, .desk--ten-twelfths, .desk--twenty-twentyfourths {
    width: 83.333%; }
  /**
     * Eighths
     */
  /* line 412, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-eighth, .desk--two-sixteenths, .desk--three-twentyfourths {
    width: 12.5%; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--three-eighths, .desk--six-sixteenths, .desk--nineteen-twentyfourths {
    width: 37.5%; }
  /* line 416, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--five-eighths {
    width: 62.5%; }
  /* line 418, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--seven-eighths, .desk--fourteen-sixteenths, .desk--twentyone-twentyfourths {
    width: 87.5%; }
  /**
     * Tenths
     */
  /* line 424, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-tenth {
    width: 10%; }
  /* line 426, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--three-tenths {
    width: 30%; }
  /* line 430, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--seven-tenths {
    width: 70%; }
  /* line 432, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--nine-tenths {
    width: 90%; }
  /**
     * Twelfths
     */
  /* line 438, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-twelfth, .desk--two-twentyfourths {
    width: 8.333%; }
  /* line 442, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--five-twelfths {
    width: 41.666%; }
  /* line 444, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--seven-twelfths, .desk--fourteen-twentyfourths {
    width: 58.333%; }
  /* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--eleven-twelfths, .desk--twentytwo-twentyfourths {
    width: 91.666%; }
  /**
     * customove rozsireni o grid 16-ti sloupcovy a 24 sloupcovy -> neni soucasti frameworku
     */
  /**
     * sixteenths
     */
  /* line 459, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-sixteenth {
    width: 6.25%; }
  /* line 461, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--three-sixteenths {
    width: 18.75%; }
  /* line 463, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--five-sixteenths {
    width: 31.25%; }
  /* line 465, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--seven-sixteenths {
    width: 43.75%; }
  /* line 467, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--nine-sixteenths {
    width: 56.25%; }
  /* line 468, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--ten-sixteenths {
    width: 62.5%; }
  /* line 469, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--eleven-sixteenths {
    width: 68.75%; }
  /* line 471, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--thirteen-sixteenths {
    width: 81.25%; }
  /* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--fifteen-sixteenths {
    width: 93.75%; }
  /**
     * twentyfourths
     */
  /* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--one-twentyfourth {
    width: 4.16%; }
  /* line 483, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--five-twentyfourths {
    width: 20.83%; }
  /* line 485, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--seven-twentyfourths {
    width: 29.16%; }
  /* line 487, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--nine-twentyfourths {
    width: 37.5%; }
  /* line 488, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--ten-twentyfourths {
    width: 41.66%; }
  /* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--eleven-twentyfourths {
    width: 45.83%; }
  /* line 491, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--thirteen-twentyfourths {
    width: 54.16%; }
  /* line 493, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--fifteen-twentyfourths {
    width: 62.5%; }
  /* line 495, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--seventeen-twentyfourths {
    width: 70.83%; }
  /* line 501, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/vendor/inuit/inuitGrid/_csswizardry-grids.scss */
  .desk--twentythree-twentyfourths {
    width: 95.83%; } }

/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/**
 * Funkce pro zmenu barvy textu v dle barvy pozadi elementu.
 * @param  {[type]} $color [description]
 * @return {[type]}        [description]
 */
/**
 * Slightly lighten a color
 * @param  {[type]} $color      [description]
 * @param  {[type]} $percentage [description]
 * @return {[type]}             [description]
 */
/**
 * Slightly darken a color
 * @param  {[type]} $color      [description]
 * @param  {[type]} $percentage [description]
 * @return {[type]}             [description]
 */
/*
* inline-block
* Inline-block element pro viewport vetsi nez viewport pro mobilni telefon
* @include inline-block($base-spacing-unit, top);
-------------------------------------------------------------------------------- */
/*
* svg-bg
* SVG pozadi + png fallback pomoci modernizeru
* @include svg-bg()
-------------------------------------------------------------------------------- */
/*
* cool-effect
* Vytvori animaci na elementu za pomoci transition + transform
* @include cool-effect()
-------------------------------------------------------------------------------- */
/*
* aspect-ratio
* Nastavuje elementu pomer stran (1:1, 4:3, 16:9)
* @include aspect-ratio('16:9');
-------------------------------------------------------------------------------- */
/*
* custom-aspect-ratio
* Nastavuje elementu pomer stran
* @include aspect-ratio(16,9);
-------------------------------------------------------------------------------- */
/*
* bg
* Pozadi na elementu
* @include bg();
-------------------------------------------------------------------------------- */
/* =========================================================================================================
* HELPERY - pomocne placeholdery a tridy
* eBRANA Web
========================================================================================================= */
/*
	Funkce
	* Strip unit

	Placeholdery
	* Image replacement
	* Visuallyhidden
	* Clearfix
	* Absolutne centrovany element
-------------------------------------------------------------------------------- */
/**
* Strip unit
* @param {Number} $number - Cislo, kteremu bude odstranena jednotka
* @return {Number} - Cislo bez jednotky
-------------------------------------------------------------------------------- */
/*
Image replacement
-------------------------------------------------------------------------------- */
/* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.scrollTop, .btn--cart {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  text-indent: -9999px; }

/*
Skryje pouze vizualne, ale zustava dostupne pro screenreader
www.webaim.org/techniques/css/invisiblecontent/ & j.mp/visuallyhidden
-------------------------------------------------------------------------------- */
/* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pageOverlay .cHeader__mainNav .dropNav,
.pageOverlay .cHeader__mainNav .mDrop, .navbar__component--sideNav .mDrop,
.navbar__component--sideNav .dropNav, .cCrumb .breadcrumb__item .icon-home, .cNewsletter label, .cClientZone.dropDown label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  left: -500%; }

/*
Clearfix
-------------------------------------------------------------------------------- */
/* line 110, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cCube, .row--htmlVideo, .accordion__item__content, .accordion--tabs, .cNews--newsticker .rsSlide, .cNews--arch, .gt600 .cNews--img__content, .cProduct__info, .cProductList__anotation, .cProductList__categories__item__in--box, .cProductList__panel, .cProductList__type, .cProductList--box .grid, .cProductListBox, .cProductListBox__innerContent, .cFtr .cProductListBox, .productMenu--inline, .royalSlider--rsNavWide .rsTmb__content, .mobileHeader__toolbar, .cPerson__link, .cFiles__row, .cPerex, .cPag, .cPag__nav, .cTally__item, .cFtr__item, .cClientZone.fullScreen .grid__item, .cClientZone.fullScreen .label--inline, .cClientZone.fullScreen .label--inline + .field, .cImageSlider, .cDesc, .cftSearch__autocomplete__item__link, .cHorGap, .cGallery--nearby {
  zoom: 1; }
  /* line 112, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .cCube:before, .row--htmlVideo:before, .accordion__item__content:before, .accordion--tabs:before, .cNews--newsticker .rsSlide:before, .cNews--arch:before, .gt600 .cNews--img__content:before, .cProduct__info:before, .cProductList__anotation:before, .cProductList__categories__item__in--box:before, .cProductList__panel:before, .cProductList__type:before, .cProductList--box .grid:before, .cProductListBox:before, .cProductListBox__innerContent:before, .cFtr .cProductListBox:before, .productMenu--inline:before, .royalSlider--rsNavWide .rsTmb__content:before, .mobileHeader__toolbar:before, .cPerson__link:before, .cFiles__row:before, .cPerex:before, .cPag:before, .cPag__nav:before, .cTally__item:before, .cFtr__item:before, .cClientZone.fullScreen .grid__item:before, .cClientZone.fullScreen .label--inline:before, .cClientZone.fullScreen .label--inline + .field:before, .cImageSlider:before, .cDesc:before, .cftSearch__autocomplete__item__link:before, .cHorGap:before, .cGallery--nearby:before, .cCube:after, .row--htmlVideo:after, .accordion__item__content:after, .accordion--tabs:after, .cNews--newsticker .rsSlide:after, .cNews--arch:after, .gt600 .cNews--img__content:after, .cProduct__info:after, .cProductList__anotation:after, .cProductList__categories__item__in--box:after, .cProductList__panel:after, .cProductList__type:after, .cProductList--box .grid:after, .cProductListBox:after, .cProductListBox__innerContent:after, .cFtr .cProductListBox:after, .productMenu--inline:after, .royalSlider--rsNavWide .rsTmb__content:after, .mobileHeader__toolbar:after, .cPerson__link:after, .cFiles__row:after, .cPerex:after, .cPag:after, .cPag__nav:after, .cTally__item:after, .cFtr__item:after, .cClientZone.fullScreen .grid__item:after, .cClientZone.fullScreen .label--inline:after, .cClientZone.fullScreen .label--inline + .field:after, .cImageSlider:after, .cDesc:after, .cftSearch__autocomplete__item__link:after, .cHorGap:after, .cGallery--nearby:after {
    content: "";
    display: table; }
  /* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .cCube:after, .row--htmlVideo:after, .accordion__item__content:after, .accordion--tabs:after, .cNews--newsticker .rsSlide:after, .cNews--arch:after, .gt600 .cNews--img__content:after, .cProduct__info:after, .cProductList__anotation:after, .cProductList__categories__item__in--box:after, .cProductList__panel:after, .cProductList__type:after, .cProductList--box .grid:after, .cProductListBox:after, .cProductListBox__innerContent:after, .cFtr .cProductListBox:after, .productMenu--inline:after, .royalSlider--rsNavWide .rsTmb__content:after, .mobileHeader__toolbar:after, .cPerson__link:after, .cFiles__row:after, .cPerex:after, .cPag:after, .cPag__nav:after, .cTally__item:after, .cFtr__item:after, .cClientZone.fullScreen .grid__item:after, .cClientZone.fullScreen .label--inline:after, .cClientZone.fullScreen .label--inline + .field:after, .cImageSlider:after, .cDesc:after, .cftSearch__autocomplete__item__link:after, .cHorGap:after, .cGallery--nearby:after {
    clear: both; }

/*
Nasazeni specialniho fontu odstranujici white-space dle:
http://scottkellum.com/2013/10/25/the-new-kellum-method.html
-------------------------------------------------------------------------------- */
/* line 126, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.form-fields__inner, .cPerson--columns, .cInstagram__descBottom {
  font-family: "iconfnt"; }
  /* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .form-fields__inner > *, .cPerson--columns > *, .cInstagram__descBottom > * {
    font-family: "Roboto", sans-serif; }

/*
text-overflow
-------------------------------------------------------------------------------- */
/*
Absolutne pozicovany element centrovany vertikalne na stred
- vyzaduje pozicovany rodicovsky element
-------------------------------------------------------------------------------- */
/* line 146, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.productFilter__title, .cMap__locButton {
  position: absolute;
  top: 50%;
  width: auto;
  transform: translateY(-50%); }

/*
Absolutne pozicovany element centrovany horisontalne na stred
- vyzaduje pozicovany rodicovsky element
-------------------------------------------------------------------------------- */
/* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cLang .drop, .cBlockquote--image.cBlockquote--portrait.cBlockquote--colored.bottom .cBlockquote__portrait, .cBlockquote--image.cBlockquote--portrait.cBlockquote--colored.top .cBlockquote__portrait {
  position: absolute;
  left: 50%;
  height: auto;
  transform: translateX(-50%); }

/*
Absolutne pozicovany element centrovany na stred
- vyzaduje pozicovany rodicovsky element
-------------------------------------------------------------------------------- */
/* line 168, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.row--htmlVideo .cVideo, .row--htmlVideo .videoContent, .spinner__img, .cProductListImg__availability .cAvailability, .rsClear .rsThumbsArrowIcn, .rsDefault .rsArrowIcn, .cPathBox--imageCover .cPathBox__title,
.cPathBox--imageCover .cPathBox__desc__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

/*
	Pomocne tridy - standardni
-------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* line 185, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hideOnMobile {
    display: none !important; } }

@media screen and (min-width: 768px) {
  /* line 197, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hideOnDesk {
    display: none; } }

/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cNavMenu--cols .block-grid--item-soft .block-grid__item, .cMap__field,
.cMap__field > label, .cMap.lt600 .cMap__field__title, .cMap.lt600 .field, .cftSearch--fullScreen .cftSearch__autocomplete {
  display: block;
  width: 100%; }

@media screen and (max-width: 767px) {
  /* line 214, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .cMap .btn, .cMap .cClientZone__logout {
    display: block;
    width: 100%; } }

/* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cftSearch--fullScreen__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  z-index: 100; }

/* line 231, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.check-list__item {
  display: inline-block;
  vertical-align: middle; }

/* line 236, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.iconAndText {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin-right: 8px ;
  margin-right: 0.5rem ; }
  /* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .iconAndText:before {
    margin-right: 8px ;
    margin-right: 0.5rem ;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 0;
    vertical-align: middle; }
  /* line 247, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .iconAndText:after {
    margin-left: 8px ;
    margin-left: 0.5rem ;
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 0;
    vertical-align: middle; }
  /* line 254, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .iconAndText--palmButton {
    padding: 15px ;
    padding: 1rem ;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }

/* line 288, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.inline-block {
  display: block;
  margin-bottom: 20px ;
  margin-bottom: 1.33333rem ; }
  /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .inline-block:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    /* line 288, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
    .inline-block {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px ;
      margin-right: 1.33333rem ;
      margin-bottom: 0; }
      /* line 300, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .inline-block:last-child {
        margin-right: 0; } }

/*
	Pomocne tridy - pro breakpointy
-------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* line 297, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .img--left,
  .img--right,
  .img--center,
  .lt500 .cNews--img__img {
    display: block;
    float: none;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  /* line 308, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .img--short,
  .img--medium,
  .img--tall {
    height: auto; } }

@media screen and (max-width: 767px) {
  /* line 317, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .matrix > li,
  .multi-list > li {
    width: 100%; } }

@media screen and (max-width: 767px) {
  /* line 326, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .block-list > li {
    padding: 0; } }

@media screen and (max-width: 767px) {
  /* line 332, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .block-list__link {
    margin: 0;
    padding: 0; } }

@media screen and (max-width: 767px) {
  /* line 341, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .flexbox,
  .flexbox__item {
    display: block; } }

/* line 349, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cVideo__descTop, .cNewsletter__descTop, .cClientZone__descTop, .cConversButton__descTop {
  margin-bottom: 15px ;
  margin-bottom: 1rem ;
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 355, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cSubpages__anotation, .cVideo__descBottom, .cNewsletter__descBottom, .cClientZone__descBottom, .cYtCanal__desc, .cPathBox__desc, .cConversButton__descBottom {
  margin-top: 15px ;
  margin-top: 1rem ;
  font-size: 13px;
  font-size: 0.86667rem;
  margin-bottom: 0; }

/* line 362, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cftSearch--fullScreen .cftSearch__autocomplete,
.noDesign {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important; }
  /* line 368, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete:before, .cftSearch--fullScreen .cftSearch__autocomplete:after,
  .noDesign:before,
  .noDesign:after {
    border: 0; }
  /* line 373, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete:focus,
  .noDesign:focus {
    color: inherit;
    outline: none; }

/* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.noDecoration {
  text-decoration: none; }
  /* line 381, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .noDecoration:hover {
    text-decoration: none !important; }

/* line 386, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.cNavMenu--cols .block-grid--item-soft .block-grid__item, .cMap__field,
.cMap__field > label, .cMap.lt600 .cMap__field__title, .cMap.lt600 .field, .cftSearch--fullScreen .cftSearch__autocomplete {
  display: block;
  width: 100%; }

/* line 392, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.p25 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 392, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
    .p25 {
      width: 25%; } }

/* line 399, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.p50 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 399, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
    .p50 {
      width: 50%; } }

/* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.p75 {
  width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
    .p75 {
      width: 75%; } }

/* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.noLink {
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
    .noLink {
      text-decoration: none;
      color: #333;
      font-weight: inherit; }
      /* line 420, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
      .noLink:hover {
        color: #333; } }

/* line 427, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.none {
  display: none !important; }

/*
Pomery stran obrazku - pro podstranky s prekrytim obrazkem
--------------------------------------------------------------------------------- */
/* line 434, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.aspectRatio {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 440, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .aspectRatio img,
  .aspectRatio [class$="__inner"] {
    position: absolute;
    width: 100%; }

/* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.aspectRatio--4-3:after {
  padding-top: 75%;
  display: block;
  content: ''; }

/* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.aspectRatio--16-9:after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

/* line 462, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.aspectRatio--1-1:after {
  padding-top: 100%;
  display: block;
  content: ''; }

/*
Generovani trid pro margin a padding
--------------------------------------------------------------------------------- */
/* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pleft0 {
  padding-left: 0 !important; }

/* line 474, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pTop0 {
  padding-top: 0 !important; }

/* line 475, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pBottom0 {
  padding-bottom: 0 !important; }

/* line 476, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pRight0 {
  padding-right: 0 !important; }

/* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mleft0 {
  margin-left: 0 !important; }

/* line 480, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mTop0 {
  margin-top: 0 !important; }

/* line 481, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mBottom0 {
  margin-bottom: 0 !important; }

/* line 482, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mRight0 {
  margin-right: 0 !important; }

@media screen and (min-width: 768px) {
  /* line 484, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .lap-mBottom0 {
    margin-bottom: 0 !important; } }

@media screen and (min-width: 768px) {
  /* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .lap-mTop0 {
    margin-top: 0 !important; } }

@media screen and (min-width: 768px) {
  /* line 494, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .lap-mLeft0 {
    margin-left: 0 !important; } }

@media screen and (min-width: 768px) {
  /* line 499, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .lap-mRight0 {
    margin-right: 0 !important; } }

/* line 510, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.sliderFixClass .rsContent:not(:first-child) {
  display: none !important; }

/* line 514, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.sliderFixClass .rsContent .cHtmlSlider__box {
  display: none !important; }

@media (max-width: 767px) {
  /* line 520, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hide--palm {
    display: none !important; } }

@media screen and (min-width: 768px) {
  /* line 526, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hide--lapAndUp {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  /* line 532, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hide--deskAndUp {
    display: none !important; } }

@media (max-width: 767px) {
  /* line 538, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hide--lapAndDown {
    display: none !important; } }

@media (max-width: 1024px) {
  /* line 544, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .hide--deskAndDown {
    display: none !important; } }

/* line 550, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.inlineBlock {
  display: inline-block;
  vertical-align: middle; }

/* line 555, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.p0 {
  padding: 0 !important; }

/* line 556, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pl0 {
  padding-left: 0 !important; }

/* line 557, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pr0 {
  padding-right: 0 !important; }

/* line 558, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pb0 {
  padding-bottom: 0 !important; }

/* line 559, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.pt0 {
  padding-top: 0 !important; }

/* line 561, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.m0 {
  margin: 0 !important; }

/* line 562, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.ml0 {
  margin-left: 0 !important; }

/* line 563, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mr0 {
  margin-right: 0 !important; }

/* line 564, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mb0 {
  margin-bottom: 0 !important; }

/* line 565, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.mt0 {
  margin-top: 0 !important; }

/* line 567, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.borderBottom0 {
  border-bottom: 0 !important; }

/* line 570, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.html--fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  /* line 577, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .html--fixed .siteWrapper {
    padding-top: 0 !important; }

/* line 585, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.objectFit img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 590, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.objectFit--fallback {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  /* line 595, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
  .objectFit--fallback img {
    display: none !important; }
    /* line 600, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
    .cSubpages .objectFit--fallback img {
      display: block !important;
      visibility: hidden; }

/* line 617, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.productImageOverlay.cGallery a::before {
  display: none !important; }

/* line 622, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.productImageOverlay.cGallery a:hover img {
  transform: none !important; }

/* line 633, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
.productImageOverlay.cGallery[class*="cGallery--ratio"] a:hover img {
  transform: translateY(-50%) !important; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-3gp {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-7z {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-ae {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-ai {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-apk {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-asf {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-avi {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-bak {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-bmp {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-cdr {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-css {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-csv {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-divx {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-dll {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-doc {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-docx {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-dw {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-dwg {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-empty {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-eps {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-exe {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-flv {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-fw {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-gif {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-gz {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-html {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-ico {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-iso {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-jar {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-jpg {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-js {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-mov {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-mp3 {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-mp4 {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-mpeg {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-pdf {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-php {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px 0px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-png {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px -28px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-ppt {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px -56px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-ps {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px -84px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-psd {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px -112px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-rar {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px -140px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-svg {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: 0px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-swf {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -28px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-sys {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -56px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-tar {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -84px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-tiff {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -112px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-txt {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -140px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-wav {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -168px -168px;
  width: 28px;
  height: 28px; }

/* line 616, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_sprite-map.scss */
.sp-file-zip {
  background-image: url(../img/spriteMap/sprite.png);
  background-position: -196px 0px;
  width: 28px;
  height: 28px; }

/* ==========================================================================
   	BLOCKS
========================================================================== */
/*
	Obalujici prvek - napr u novinek
	--------------------------------------------------------------------------- */
/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
.box--bordered {
  padding: 30px ;
  padding: 2rem ;
  border: 1px solid #ddd; }

/*
	Divy zobrazené inline vedle sebe s pravým marginem
	--------------------------------------------------------------------------- */
/* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
.inline-box__item, .cMeta-inline__item {
  display: inline-block;
  margin-right: 15px ;
  margin-right: 1rem ; }
  /* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
  .inline-box__item:last-child, .cMeta-inline__item:last-child {
    margin-right: 0; }

/* 
	LISTOVY VYPIS
	bunky listu se v mobilnim zarizeni zalamuji pod sebe, pro zarizeni vetsi nez mobilni jsou zobrazeny vedle sebe.
	Jejich obsah se zalamuje v ramci bunky -> umoznuje vlastnost "display:table-cell"
	------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
  .table-view {
    display: table; }
    /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
    .table-view__row {
      display: table-row; }
    /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
    .table-view__cell {
      display: table-cell; } }

/* 
    GRID
	osetreni prazdnych mezer vznikajicich pri display: inline-block pomoci specialniho
	fontu "iconfnt", ktery nastavuje sirku pismen a mezer na 0
	zdroj: http://scottkellum.com/2013/10/25/the-new-kellum-method.html
	---------------------------------------------------------------------------------- */
/* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
.grid {
  font-family: "iconfnt"; }
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
  .grid > *,
  .grid .grid__item,
  .grid .label--inline,
  .grid .label--inline + .field {
    font-family: "Roboto", sans-serif; }

/* 
   FLEXBOX - rozsireni inuitu
   defaultni vertikalni zarovnani .flexbox__item je na stred
   ------------------------------------------------------------------------------------ */
/* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_blocks.scss */
.flexbox__item--top {
  vertical-align: top; }

/* ==========================================================================
   BOX GRID
   ========================================================================== */
/*
  Block grid se využívá např u fotogalerie, je možné definovat, kolik prvků má být zobrazeno na řádku.
  Počet provků na řádku je možno definovat zvlášť pro desktop (desk--), tablet (lap--) a mobilní zařízení (palm--).
  Maximální počet prků na rádek je 12.
  classy definující počet prvků na řádek: block-grid-1 (jeden prvek na řádek - používá se pro mobilní zobrazení) - 
  block-grid-12 (12 prvků na řádek).

  <ul class="block-grid desk--block-grid--6 lap--block-grid--4 palm--block-grid--2">
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
    <li class="block-grid__item">
      <a href="" title=""><img class="block-grid__item__img" src="" alt=""></a>
    </li>
  </ul>
*/
/* seznam proměnných a mixin
   ========================================================================== */
/* definice breakpointů */
/* seznam prefixů pro jednotlivá zobrazení */
/* mediaquery misina */
/* vygenerování class pro definici počtu prvků na řádek s jednotlivými breakpoint prefixi */
/* definice vlastnosti samotného block gridu
   ========================================================================== */
/* obalujici div */
/* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid {
  padding: 0;
  margin: 0;
  display: block;
  /* polozky s paddingem */ }
  /* line 126, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid.block-grid--item-soft {
    margin: 0 -15px ;
    margin: 0 -1rem ; }
    /* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .block-grid.block-grid--item-soft .block-grid__item {
      padding: 0 15px 8px ;
      padding: 0 1rem 0.5rem ; }

/* polozka  gridu */
/* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid__item {
  position: relative;
  display: block;
  height: auto;
  float: left; }
  /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid__item:nth-of-type(n) {
    clear: none; }

/* obrázek v gridu */
/* line 146, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid__item__img {
  line-height: 0;
  display: block; }

/* bez prefixů */
/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--1 > .block-grid__item {
  list-style: none;
  width: 100%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--1 > .block-grid__item:nth-of-type(1n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--2 > .block-grid__item {
  list-style: none;
  width: 50%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--2 > .block-grid__item:nth-of-type(2n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--3 > .block-grid__item {
  list-style: none;
  width: 33.33333%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--3 > .block-grid__item:nth-of-type(3n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--4 > .block-grid__item {
  list-style: none;
  width: 25%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--4 > .block-grid__item:nth-of-type(4n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--5 > .block-grid__item {
  list-style: none;
  width: 20%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--5 > .block-grid__item:nth-of-type(5n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--6 > .block-grid__item {
  list-style: none;
  width: 16.66667%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--6 > .block-grid__item:nth-of-type(6n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--7 > .block-grid__item {
  list-style: none;
  width: 14.28571%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--7 > .block-grid__item:nth-of-type(7n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--8 > .block-grid__item {
  list-style: none;
  width: 12.5%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--8 > .block-grid__item:nth-of-type(8n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--9 > .block-grid__item {
  list-style: none;
  width: 11.11111%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--9 > .block-grid__item:nth-of-type(9n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--10 > .block-grid__item {
  list-style: none;
  width: 10%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--10 > .block-grid__item:nth-of-type(10n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--11 > .block-grid__item {
  list-style: none;
  width: 9.09091%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--11 > .block-grid__item:nth-of-type(11n+1) {
    clear: both; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
.block-grid--12 > .block-grid__item {
  list-style: none;
  width: 8.33333%; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .block-grid--12 > .block-grid__item:nth-of-type(12n+1) {
    clear: both; }

/* s prefixy */
@media only screen and (max-width: 767px) {
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--1 > .block-grid__item {
    list-style: none;
    width: 100%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--1 > .block-grid__item:nth-of-type(1n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--2 > .block-grid__item {
    list-style: none;
    width: 50%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--2 > .block-grid__item:nth-of-type(2n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--3 > .block-grid__item {
    list-style: none;
    width: 33.33333%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--3 > .block-grid__item:nth-of-type(3n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--4 > .block-grid__item {
    list-style: none;
    width: 25%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--4 > .block-grid__item:nth-of-type(4n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--5 > .block-grid__item {
    list-style: none;
    width: 20%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--5 > .block-grid__item:nth-of-type(5n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--6 > .block-grid__item {
    list-style: none;
    width: 16.66667%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--6 > .block-grid__item:nth-of-type(6n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--7 > .block-grid__item {
    list-style: none;
    width: 14.28571%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--7 > .block-grid__item:nth-of-type(7n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--8 > .block-grid__item {
    list-style: none;
    width: 12.5%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--8 > .block-grid__item:nth-of-type(8n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--9 > .block-grid__item {
    list-style: none;
    width: 11.11111%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--9 > .block-grid__item:nth-of-type(9n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--10 > .block-grid__item {
    list-style: none;
    width: 10%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--10 > .block-grid__item:nth-of-type(10n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--11 > .block-grid__item {
    list-style: none;
    width: 9.09091%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--11 > .block-grid__item:nth-of-type(11n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .palm--block-grid--12 > .block-grid__item {
    list-style: none;
    width: 8.33333%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .palm--block-grid--12 > .block-grid__item:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--1 > .block-grid__item {
    list-style: none;
    width: 100%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--1 > .block-grid__item:nth-of-type(1n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--2 > .block-grid__item {
    list-style: none;
    width: 50%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--2 > .block-grid__item:nth-of-type(2n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--3 > .block-grid__item {
    list-style: none;
    width: 33.33333%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--3 > .block-grid__item:nth-of-type(3n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--4 > .block-grid__item {
    list-style: none;
    width: 25%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--4 > .block-grid__item:nth-of-type(4n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--5 > .block-grid__item {
    list-style: none;
    width: 20%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--5 > .block-grid__item:nth-of-type(5n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--6 > .block-grid__item {
    list-style: none;
    width: 16.66667%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--6 > .block-grid__item:nth-of-type(6n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--7 > .block-grid__item {
    list-style: none;
    width: 14.28571%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--7 > .block-grid__item:nth-of-type(7n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--8 > .block-grid__item {
    list-style: none;
    width: 12.5%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--8 > .block-grid__item:nth-of-type(8n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--9 > .block-grid__item {
    list-style: none;
    width: 11.11111%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--9 > .block-grid__item:nth-of-type(9n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--10 > .block-grid__item {
    list-style: none;
    width: 10%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--10 > .block-grid__item:nth-of-type(10n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--11 > .block-grid__item {
    list-style: none;
    width: 9.09091%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--11 > .block-grid__item:nth-of-type(11n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .lap--block-grid--12 > .block-grid__item {
    list-style: none;
    width: 8.33333%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .lap--block-grid--12 > .block-grid__item:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 1024px) {
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--1 > .block-grid__item {
    list-style: none;
    width: 100%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--1 > .block-grid__item:nth-of-type(1n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--2 > .block-grid__item {
    list-style: none;
    width: 50%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--2 > .block-grid__item:nth-of-type(2n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--3 > .block-grid__item {
    list-style: none;
    width: 33.33333%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--3 > .block-grid__item:nth-of-type(3n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--4 > .block-grid__item {
    list-style: none;
    width: 25%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--4 > .block-grid__item:nth-of-type(4n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--5 > .block-grid__item {
    list-style: none;
    width: 20%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--5 > .block-grid__item:nth-of-type(5n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--6 > .block-grid__item {
    list-style: none;
    width: 16.66667%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--6 > .block-grid__item:nth-of-type(6n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--7 > .block-grid__item {
    list-style: none;
    width: 14.28571%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--7 > .block-grid__item:nth-of-type(7n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--8 > .block-grid__item {
    list-style: none;
    width: 12.5%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--8 > .block-grid__item:nth-of-type(8n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--9 > .block-grid__item {
    list-style: none;
    width: 11.11111%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--9 > .block-grid__item:nth-of-type(9n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--10 > .block-grid__item {
    list-style: none;
    width: 10%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--10 > .block-grid__item:nth-of-type(10n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--11 > .block-grid__item {
    list-style: none;
    width: 9.09091%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--11 > .block-grid__item:nth-of-type(11n+1) {
      clear: both; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
  .desk--block-grid--12 > .block-grid__item {
    list-style: none;
    width: 8.33333%; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/blocks-v2/_block-grid.scss */
    .desk--block-grid--12 > .block-grid__item:nth-of-type(12n+1) {
      clear: both; } }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cCube, .row--htmlVideo {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    /* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .cCube, .row--htmlVideo {
      margin-bottom: 60px; } }

@include-breakpoint 1024px {
  /* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cCube, .row--htmlVideo {
    margin-bottom: 90px; } }

/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cPerson__name,
.cNews__title,
.cInfobox .cHeading,
.cPathBox__title,
.cNewsletter .cHeading,
.cSubpages__title {
  font-size: 16px;
  font-size: 1.06667rem;
  line-height: 1.4; }

/* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cImage .A_lightbox,
.cGallery .A_lightbox,
.cImage a[data-a-lightbox-gallery],
.cGallery a[data-a-lightbox-gallery] {
  position: relative; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cImage .A_lightbox::after,
  .cGallery .A_lightbox::after,
  .cImage a[data-a-lightbox-gallery]::after,
  .cGallery a[data-a-lightbox-gallery]::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: opacity .5s ease-in-out;
    text-align: center;
    color: #fff;
    font-size: 30px !important;
    transform: translateX(-50%) translateY(-50%) rotateZ(0) !important;
    z-index: 2;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visbility: hidden; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cImage .A_lightbox:hover::after,
  .cGallery .A_lightbox:hover::after,
  .cImage a[data-a-lightbox-gallery]:hover::after,
  .cGallery a[data-a-lightbox-gallery]:hover::after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

/* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cGallery:not(.cGallery--noRatio) .cGallery__wrapper > a[data-a-lightbox-gallery] {
  position: static; }

/* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cVideo__descTop, .cNewsletter__descTop, .cClientZone__descTop, .cConversButton__descTop {
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cSubpages__anotation, .cVideo__descBottom, .cNewsletter__descBottom, .cClientZone__descBottom, .cYtCanal__desc, .cPathBox__desc, .cConversButton__descBottom {
  margin-top: 30px ;
  margin-top: 2rem ;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cImage__imgWrapper > a,
.cNews--grid .cNews__imgLink,
.cNews__content > .cNews__link,
.cNews__imgWrapper > .cNews__link,
.cNews--largePreview .cNews__imgLink,
.cPathBox--imageCover > .cPathBox__link,
.cPathBox > .cPathBox__link,
.cPathBox--titleCover .cPathBox__link,
.cGallery__wrapper > a,
.cGallery--preview .rsSlide > a,
.cGallery .grid__item > a,
.cGallery .label--inline > a,
.cGallery .label--inline + .field > a,
.cSubpages--imageCover .cSubpage__inner > a,
.cSubpages--perex .cSubpages__inner > a,
.cSubpages--perex .cSubpages__imgWrapper > a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: opacity 0.5s ease; }
  /* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cImage__imgWrapper > a img,
  .cNews--grid .cNews__imgLink img,
  .cNews__content > .cNews__link img,
  .cNews__imgWrapper > .cNews__link img,
  .cNews--largePreview .cNews__imgLink img,
  .cPathBox--imageCover > .cPathBox__link img,
  .cPathBox > .cPathBox__link img,
  .cPathBox--titleCover .cPathBox__link img,
  .cGallery__wrapper > a img,
  .cGallery--preview .rsSlide > a img,
  .cGallery .grid__item > a img,
  .cGallery .label--inline > a img,
  .cGallery .label--inline + .field > a img,
  .cSubpages--imageCover .cSubpage__inner > a img,
  .cSubpages--perex .cSubpages__inner > a img,
  .cSubpages--perex .cSubpages__imgWrapper > a img {
    margin-bottom: 0;
    transition: transform 0.5s ease;
    object-fit: cover; }
  /* line 139, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cImage__imgWrapper > a::before,
  .cNews--grid .cNews__imgLink::before,
  .cNews__content > .cNews__link::before,
  .cNews__imgWrapper > .cNews__link::before,
  .cNews--largePreview .cNews__imgLink::before,
  .cPathBox--imageCover > .cPathBox__link::before,
  .cPathBox > .cPathBox__link::before,
  .cPathBox--titleCover .cPathBox__link::before,
  .cGallery__wrapper > a::before,
  .cGallery--preview .rsSlide > a::before,
  .cGallery .grid__item > a::before,
  .cGallery .label--inline > a::before,
  .cGallery .label--inline + .field > a::before,
  .cSubpages--imageCover .cSubpage__inner > a::before,
  .cSubpages--perex .cSubpages__inner > a::before,
  .cSubpages--perex .cSubpages__imgWrapper > a::before {
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    z-index: 1;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20); }
  /* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cImage__imgWrapper > a:hover img,
  .cNews--grid .cNews__imgLink:hover img,
  .cNews__content > .cNews__link:hover img,
  .cNews__imgWrapper > .cNews__link:hover img,
  .cNews--largePreview .cNews__imgLink:hover img,
  .cPathBox--imageCover > .cPathBox__link:hover img,
  .cPathBox > .cPathBox__link:hover img,
  .cPathBox--titleCover .cPathBox__link:hover img,
  .cGallery__wrapper > a:hover img,
  .cGallery--preview .rsSlide > a:hover img,
  .cGallery .grid__item > a:hover img,
  .cGallery .label--inline > a:hover img,
  .cGallery .label--inline + .field > a:hover img,
  .cSubpages--imageCover .cSubpage__inner > a:hover img,
  .cSubpages--perex .cSubpages__inner > a:hover img,
  .cSubpages--perex .cSubpages__imgWrapper > a:hover img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0) scale(1.15); }
  /* line 154, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cImage__imgWrapper > a:hover::before,
  .cNews--grid .cNews__imgLink:hover::before,
  .cNews__content > .cNews__link:hover::before,
  .cNews__imgWrapper > .cNews__link:hover::before,
  .cNews--largePreview .cNews__imgLink:hover::before,
  .cPathBox--imageCover > .cPathBox__link:hover::before,
  .cPathBox > .cPathBox__link:hover::before,
  .cPathBox--titleCover .cPathBox__link:hover::before,
  .cGallery__wrapper > a:hover::before,
  .cGallery--preview .rsSlide > a:hover::before,
  .cGallery .grid__item > a:hover::before,
  .cGallery .label--inline > a:hover::before,
  .cGallery .label--inline + .field > a:hover::before,
  .cSubpages--imageCover .cSubpage__inner > a:hover::before,
  .cSubpages--perex .cSubpages__inner > a:hover::before,
  .cSubpages--perex .cSubpages__imgWrapper > a:hover::before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

/* line 182, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cGallery__wrapper > a img,
.cGallery .grid__item > a img,
.cGallery .label--inline > a img,
.cGallery .label--inline + .field > a img {
  top: 50%;
  transform: translateY(-50%); }

/* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cGallery--noRatio .cGallery__wrapper > a img, .cGallery--noRatio
.cGallery .grid__item > a img, .cGallery--noRatio
.cGallery .label--inline > a img, .cGallery--noRatio
.cGallery .label--inline + .field > a img {
  top: 0;
  transform: translateY(0); }

/* line 199, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cGallery__wrapper > a:hover img,
.cGallery .grid__item > a:hover img,
.cGallery .label--inline > a:hover img,
.cGallery .label--inline + .field > a:hover img {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.15) translateY(-50%); }

/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cGallery--noRatio .cGallery__wrapper > a:hover img, .cGallery--noRatio
.cGallery .grid__item > a:hover img, .cGallery--noRatio
.cGallery .label--inline > a:hover img, .cGallery--noRatio
.cGallery .label--inline + .field > a:hover img {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.15); }

/* line 218, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cGallery--preview .rsSlide > a {
  width: 100%;
  height: 100%; }

/* line 228, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cNews--grid .cNews__imgLink:hover + .cNews--grid__content .cNews__anotation {
  max-height: 320px;
  visibility: visible;
  margin-top: 15px; }

/* line 244, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.row--top {
  padding-top: 30px ;
  padding-top: 2rem ;
  padding-bottom: 30px ;
  padding-bottom: 2rem ;
  background-color: #f5f5f5;
  color: #ffffff; }
  /* line 250, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--top > .rowInner {
    max-width: 1250px;
    margin: auto; }
  /* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--top .cHeading,
  .row--top .cHeading__hx {
    color: #ffffff; }

/* line 279, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.row--topPhoto {
  position: relative;
  padding-top: 0;
  min-height: 250px; }
  @media screen and (min-width: 768px) {
    /* line 279, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .row--topPhoto {
      min-height: 275x; } }
  @media screen and (min-width: 1024px) {
    /* line 279, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .row--topPhoto {
      min-height: 300px; } }
  /* line 291, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--topPhoto .cTopPhoto {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  /* line 297, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--topPhoto .cCrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px 0 ;
    padding: 0.5rem 0 ;
    width: 100%;
    background-color: #f5f5f5; }
    /* line 303, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .row--topPhoto .cCrumb .nav, .row--topPhoto .cCrumb .mDrop ul, .mDrop .row--topPhoto .cCrumb ul, .row--topPhoto .cCrumb .cPag__nav {
      max-width: 1250px;
      margin: auto; }
  /* line 313, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--topPhoto .cHeading__hx {
    max-width: 1250px;
    margin: auto;
    color: #fff; }
  /* line 322, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--topPhoto .cPerex {
    max-width: 1250px;
    margin: auto;
    color: #fff; }

/* line 331, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.row--topPhotoBox {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%; }

/* line 349, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cCrumb__item {
  color: #999999; }
  /* line 352, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cCrumb__item::before {
    color: #999999; }

/* line 360, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.cCrumb__item__link {
  color: #999999; }
  /* line 363, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .cCrumb__item__link:hover {
    color: #999999; }

/* line 375, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.row--bottom {
  padding-top: 45px ;
  padding-top: 3rem ;
  padding-bottom: 45px ;
  padding-bottom: 3rem ;
  color: #888888;
  background-color: #050504; }
  @media screen and (min-width: 1024px) {
    /* line 381, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .row--bottom .cCube, .row--bottom .row--htmlVideo {
      margin-bottom: 0; } }
  /* line 387, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--bottom a {
    color: #888888; }
    /* line 389, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .row--bottom a:hover {
      color: #888888; }
  /* line 400, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--bottom .cCube:not(.cNewsletter) .cHeading, .row--bottom .row--htmlVideo:not(.cNewsletter) .cHeading {
    font-size: 25px;
    font-size: 1.66667rem;
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
  /* line 405, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--bottom .cHeading {
    color: #888888; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--bottom .cText li::before,
  .row--bottom .cSharedText li::before {
    color: #007DC4; }

/* line 426, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.row--footer {
  padding-top: 30px ;
  padding-top: 2rem ;
  padding-bottom: 30px ;
  padding-bottom: 2rem ;
  color: #888; }
  /* line 432, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--footer a {
    color: #888; }
    /* line 435, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .row--footer a:hover {
      color: #888; }
  /* line 440, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .row--footer ul li,
  .row--footer ol li {
    color: #888; }

/* line 450, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.pageOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: all .5s ease-in-out;
  transform-origin: 50%;
  background-color: rgba(0, 125, 196, 0.9); }
  /* line 494, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay--hidden {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: translateY(-100%); }
    /* line 499, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .pageOverlay--hidden .pageOverlay__inner,
    .pageOverlay--hidden .pageOverlay__bottom {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
  /* line 505, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay--active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: translateY(0); }
  /* line 522, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay.js__toogle_search_fullwidth--content, .pageOverlay--czone {
    z-index: 1002; }
    /* line 526, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .pageOverlay.js__toogle_search_fullwidth--content .pageOverlay__inner .cClientZone--header, .pageOverlay--czone .pageOverlay__inner .cClientZone--header {
      border: 0; }
  /* line 532, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay__inner {
    position: relative;
    z-index: 1000;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease-in-out;
    color: #fff;
    margin-top: 60px ;
    margin-top: 4rem ; }
    @media screen and (max-width: 767px) {
      /* line 532, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
      .pageOverlay__inner {
        padding-left: 30px ;
        padding-left: 2rem ;
        padding-right: 30px ;
        padding-right: 2rem ; } }
    @media screen and (min-width: 768px) {
      /* line 532, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
      .pageOverlay__inner {
        margin-top: calc(100vh / 2);
        transform: translateY(-50%); } }
  /* line 551, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay__bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-in-out; }
  /* line 558, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay__close {
    position: fixed;
    border: 0;
    padding: 0;
    background-color: transparent;
    z-index: 1000;
    top: 8px ;
    top: 0.53333rem ;
    right: 15px ;
    right: 1rem ; }
    @media screen and (min-width: 768px) {
      /* line 558, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
      .pageOverlay__close {
        top: 30px ;
        top: 2rem ;
        right: 30px ;
        right: 2rem ; } }
    /* line 571, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .pageOverlay__close--hidden {
      display: none; }
    /* line 578, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .pageOverlay__close .icon-close::before {
      color: #fff;
      font-size: 22px;
      font-size: 1.46667rem;
      line-height: 1.1; }
      @media screen and (min-width: 768px) {
        /* line 578, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
        .pageOverlay__close .icon-close::before {
          font-size: 36px;
          font-size: 2.4rem;
          line-height: 1.1; } }
  /* line 588, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay .cHeader__mainNav {
    text-align: center; }
    /* line 591, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .pageOverlay .cHeader__mainNav .nav__item {
      display: block;
      margin-left: 0;
      transition: all .3s ease-in-out; }
      /* line 596, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
      .pageOverlay .cHeader__mainNav .nav__item__in {
        color: white;
        font-size: 36px;
        font-size: 2.4rem;
        font-weight: normal;
        font-weight: 300;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-top: 0;
        border-bottom: 0; }
        /* line 606, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
        .pageOverlay .cHeader__mainNav .nav__item__in::before, .pageOverlay .cHeader__mainNav .nav__item__in::after {
          font-size: inherit !important;
          font-weight: 300;
          display: inline;
          vertical-align: baseline;
          font-family: inherit;
          padding-left: 0;
          padding-right: 0;
          opacity: 0;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          transition: all .3s ease-in-out; }
        /* line 619, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
        .pageOverlay .cHeader__mainNav .nav__item__in::before {
          content: "["; }
        /* line 623, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
        .pageOverlay .cHeader__mainNav .nav__item__in::after {
          content: "]"; }
        /* line 627, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
        .pageOverlay .cHeader__mainNav .nav__item__in:hover {
          color: #fff; }
          /* line 630, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
          .pageOverlay .cHeader__mainNav .nav__item__in:hover::before, .pageOverlay .cHeader__mainNav .nav__item__in:hover::after {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100); }
          /* line 635, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
          .pageOverlay .cHeader__mainNav .nav__item__in:hover::before {
            padding-right: 15px ;
            padding-right: 1rem ; }
          /* line 639, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
          .pageOverlay .cHeader__mainNav .nav__item__in:hover::after {
            padding-left: 15px ;
            padding-left: 1rem ; }
  /* line 652, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .pageOverlay .cHeader__cta,
  .pageOverlay .cHeader__lang {
    text-align: center;
    margin-top: 30px ;
    margin-top: 2rem ; }

/* line 663, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.loader {
  font-size: 10px;
  position: relative;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #fff; }
  @media screen and (min-width: 768px) {
    /* line 663, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .loader {
      border: 10px solid rgba(255, 255, 255, 0.2);
      border-left: 10px solid #fff; } }
  /* line 675, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .loader--dark {
    border: 3px solid rgba(51, 51, 51, 0.2);
    border-left: 3px solid #fff; }
    @media screen and (min-width: 768px) {
      /* line 675, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
      .loader--dark {
        border: 5px solid rgba(51, 51, 51, 0.2);
        border-left: 5px solid #333; } }

/* line 685, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.loader,
.loader::after {
  border-radius: 50%;
  width: 20px;
  height: 20px; }
  @media screen and (min-width: 768px) {
    /* line 685, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .loader,
    .loader::after {
      width: 45px;
      height: 45px; } }

/* line 694, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.loader--small,
.loader--small::after {
  width: 20px;
  height: 20px; }
  @media screen and (min-width: 768px) {
    /* line 694, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .loader--small,
    .loader--small::after {
      width: 30px;
      height: 30px;
      border-width: 5px; } }

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

/* line 722, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.closeButton {
  cursor: pointer; }

/* line 730, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.infoText {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-size: 1.2pxrem; }
  /* line 737, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .infoText::before {
    padding-right: 8px;
    color: !important;
    font-size: 20px !important; }
  /* line 761, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .infoText--mail {
    text-decoration: underline; }
    /* line 764, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .infoText--mail:hover {
      text-decoration: none; }

/* line 777, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
.animateBox {
  transition: all 1.5s ease-in-out; }
  /* line 780, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.fade {
    opacity: 0; }
    /* line 783, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .animateBox.fade.triggeredCSS3 {
      opacity: 1; }
  /* line 788, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.fadeFromTop {
    opacity: 0;
    transform: translateY(-20px); }
    /* line 792, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .animateBox.fadeFromTop.triggeredCSS3 {
      opacity: 1;
      transform: translateY(0); }
  /* line 798, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.fadeFromLeft {
    opacity: 0;
    transform: translateX(-20px); }
    /* line 802, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .animateBox.fadeFromLeft.triggeredCSS3 {
      opacity: 1;
      transform: translateX(0); }
  /* line 808, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.fadeFromRight {
    opacity: 0;
    transform: translateX(20px); }
    /* line 812, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .animateBox.fadeFromRight.triggeredCSS3 {
      opacity: 1;
      transform: translateX(0); }
  /* line 818, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.scaleFade {
    opacity: 0;
    transform: scale(0.5); }
    /* line 821, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
    .animateBox.scaleFade.triggeredCSS3 {
      opacity: 1;
      transform: scale(1); }
  /* line 827, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.rotate.triggeredCSS3 {
    transform: rotate(360deg); }
  /* line 828, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.scale.triggeredCSS3 {
    transform: scale(1.6); }
  /* line 829, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_components.scss */
  .animateBox.translate.triggeredCSS3 {
    transform: translate3d(400px, 0, 0); }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
html {
  overflow-x: hidden; }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.row--topPhoto .cCrumb .nav, .row--topPhoto .cCrumb .mDrop ul, .mDrop .row--topPhoto .cCrumb ul, .row--topPhoto .cCrumb .cPag__nav, .row--topPhoto .cHeading__hx, .row--topPhoto .cPerex, .pageHeader .navbar__inner,
.pageHeader .cHeader__inner,
.pageHeader .row--top > .rowInner, .mainWrapper > .row > .rowInner, .row--bottom > .rowInner {
  padding-left: 15px ;
  padding-left: 1rem ;
  padding-right: 15px ;
  padding-right: 1rem ; }
  @media screen and (min-width: 768px) {
    /* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--topPhoto .cCrumb .nav, .row--topPhoto .cCrumb .mDrop ul, .mDrop .row--topPhoto .cCrumb ul, .row--topPhoto .cCrumb .cPag__nav, .row--topPhoto .cHeading__hx, .row--topPhoto .cPerex, .pageHeader .navbar__inner,
    .pageHeader .cHeader__inner,
    .pageHeader .row--top > .rowInner, .mainWrapper > .row > .rowInner, .row--bottom > .rowInner {
      padding-left: 15px ;
      padding-left: 1rem ;
      padding-right: 15px ;
      padding-right: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--topPhoto .cCrumb .nav, .row--topPhoto .cCrumb .mDrop ul, .mDrop .row--topPhoto .cCrumb ul, .row--topPhoto .cCrumb .cPag__nav, .row--topPhoto .cHeading__hx, .row--topPhoto .cPerex, .pageHeader .navbar__inner,
    .pageHeader .cHeader__inner,
    .pageHeader .row--top > .rowInner, .mainWrapper > .row > .rowInner, .row--bottom > .rowInner {
      padding-left: 15px ;
      padding-left: 1rem ;
      padding-right: 15px ;
      padding-right: 1rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--topPhoto .cCrumb .nav, .row--topPhoto .cCrumb .mDrop ul, .mDrop .row--topPhoto .cCrumb ul, .row--topPhoto .cCrumb .cPag__nav, .row--topPhoto .cHeading__hx, .row--topPhoto .cPerex, .pageHeader .navbar__inner,
    .pageHeader .cHeader__inner,
    .pageHeader .row--top > .rowInner, .mainWrapper > .row > .rowInner, .row--bottom > .rowInner {
      padding-left: 30px ;
      padding-left: 2rem ;
      padding-right: 30px ;
      padding-right: 2rem ; } }

/* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.pageHeader .cHeader__inner,
.pageHeader .mainNav__inner {
  max-width: 1250px;
  margin: auto; }

/* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.mainWrapper > .row:not(.row--fullWidth) > .rowInner {
  max-width: 1250px;
  margin: auto; }

@media screen and (min-width: 1024px) {
  /* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .siteWrapper {
    transition: padding-top .5s ease-in-out; } }

@media screen and (max-width: 767px) {
  /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .pageHeader {
    background-color: #fff; } }

@media screen and (min-width: 768px) {
  /* line 110, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .pageHeader--centered {
    max-width: 1250px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  /* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .pageHeader--innerCentered .cHeader__inner,
  .pageHeader--innerCentered .mainNav__inner {
    max-width: 1250px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  /* line 133, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .mainWrapper {
    position: relative; } }

/* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.mainWrapper > .row > .rowInner {
  padding-top: 15px ;
  padding-top: 1rem ;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .mainWrapper > .row > .rowInner {
      padding-top: 30px ;
      padding-top: 2rem ;
      /*@if ($wrapper-bg != $bg-html) {
				@include x-rem(padding-left, $base-spacing-unit);
				@include x-rem(padding-right, $base-spacing-unit);
			}*/ } }

@media screen and (min-width: 768px) {
  /* line 151, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .mainWrapper--centered {
    max-width: 1250px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  /* line 172, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .siteFooterWrapper--innerCentered .rowInner {
    max-width: 1250px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  /* line 187, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--centered {
    max-width: 1250px;
    margin: 0 auto; } }

@media screen and (min-width: 768px) {
  /* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--innerCentered .rowInner {
    max-width: 1250px;
    margin: 0 auto; } }

/* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.row--noGap .grid {
  margin-left: 0; }
  /* line 210, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--noGap .grid__item, .row--noGap .label--inline, .row--noGap .label--inline + .field {
    padding-left: 0; }

/* line 217, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.row--colored {
  padding: 90px 15px 0 ;
  padding: 6rem 1rem 0 ;
  background-color: #c3d69b; }

/* line 223, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.row--reverseSpacing {
  margin-left: -30px ;
  margin-left: -2rem ;
  margin-right: -30px ;
  margin-right: -2rem ; }
  @media screen and (min-width: 1250px) {
    /* line 223, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--reverseSpacing {
      margin-left: calc( ( (-100vw + 1250px) / 2) - 30px);
      margin-right: calc( ( (-100vw + 1250px) / 2) - 30px); } }

/* line 234, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.row .row--htmlVideo::before, .row .row--htmlVideo .videoWrapper, .row--htmlVideo .row .videoWrapper, .row .row--htmlVideo .videoInner, .row--htmlVideo .row .videoInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 242, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.row--htmlVideo {
  position: relative;
  width: 100vw;
  height: 100vh; }
  @media screen and (max-width: 767px) {
    /* line 242, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--htmlVideo {
      background-image: url(../img/htmlVideo.jpg);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; } }
  /* line 251, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--htmlVideo::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--htmlVideo .videoInner {
    overflow: hidden; }
  /* line 273, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--htmlVideo .cVideo {
    min-width: 100%;
    min-height: 100%; }
  /* line 281, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .row--htmlVideo .videoContent {
    z-index: 10;
    color: #fff; }
    @media screen and (max-width: 767px) {
      /* line 281, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
      .row--htmlVideo .videoContent {
        width: 100%;
        padding: 15px ;
        padding: 1rem ; } }
    @media screen and (min-width: 1250px) {
      /* line 281, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
      .row--htmlVideo .videoContent {
        width: 1250px;
        max-width: 1250px; } }
    /* line 295, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--htmlVideo .videoContent .cHeading {
      font-size: 36px;
      font-size: 2.4pxrem;
      color: #fff; }
      @media screen and (max-width: 767px) {
        /* line 295, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
        .row--htmlVideo .videoContent .cHeading {
          font-size: 24px;
          font-size: 1.6pxrem; } }
    /* line 304, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
    .row--htmlVideo .videoContent .cGnotation {
      background-color: transparent; }

/* line 314, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.grid {
  margin-left: -30px ;
  margin-left: -2rem ; }
  /* line 317, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
  .grid__item, .label--inline, .label--inline + .field {
    padding-left: 30px ;
    padding-left: 2rem ; }

/* line 324, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_layout.scss */
.homepage .mainWrapper {
  padding-top: 0; }

/* ==========================================================================
   	ARCHIV
   ========================================================================== */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot");
  src: url("../fonts/icons/icons.eot?#iefix") format("eot"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg"); }

/* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_icons.scss */
.cImage .A_lightbox,
.cGallery .A_lightbox,
.cImage a[data-a-lightbox-gallery],
.cGallery a[data-a-lightbox-gallery], .infoText::before, [class*="icon"], .nav__item--drop .nav__item__in,
.nav__item--mDrop .nav__item__in, .rsClear .rsThumbsArrowIcn, .rsDefault .rsArrowIcn, .cPerson__mobile, .cPerson__phone, .cPerson__fax, .cPerson__email, .cInfobox, .cBlockquote--image.top .cBlockquote__text::after, .cBlockquote--image.bottom .cBlockquote__text::before, .cBlockquote--image.left blockquote, .cBlockquote--image.right blockquote, .cftSearch__autocomplete__image--noImage, .btn--submit::after, .dropNav__item--subLev > .dropNav__item__in, .cText ul > li,
.cSharedText ul > li,
.cSitemap ul > li,
.cInfobox ul > li,
.cProductListImg ul > li,
.cProductListBox ul > li,
.cube__inner ul > li,
.cke_editable ul > li,
.cke_editable_inline ul > li {
  color: #c2a360;
  text-decoration: none; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_icons.scss */
  .cImage .A_lightbox::before,
  .cGallery .A_lightbox::before,
  .cImage a[data-a-lightbox-gallery]::before,
  .cGallery a[data-a-lightbox-gallery]::before, .infoText::before, [class*="icon"]::before, .nav__item--drop .nav__item__in::before,
  .nav__item--mDrop .nav__item__in::before, .rsClear .rsThumbsArrowIcn::before, .rsDefault .rsArrowIcn::before, .cPerson__mobile::before, .cPerson__phone::before, .cPerson__fax::before, .cPerson__email::before, .cInfobox::before, .cBlockquote--image.bottom .cBlockquote__text::before, .cBlockquote--image.left blockquote::before, .cBlockquote--image.right blockquote::before, .cftSearch__autocomplete__image--noImage::before, .dropNav__item--subLev > .dropNav__item__in::before, .cText ul > li::before,
  .cSharedText ul > li::before,
  .cSitemap ul > li::before,
  .cInfobox ul > li::before,
  .cProductListImg ul > li::before,
  .cProductListBox ul > li::before,
  .cube__inner ul > li::before,
  .cke_editable ul > li::before,
  .cke_editable_inline ul > li::before, .cImage .A_lightbox::after,
  .cGallery .A_lightbox::after,
  .cImage a[data-a-lightbox-gallery]::after,
  .cGallery a[data-a-lightbox-gallery]::after, [class*="icon"]::after, .nav__item--drop .nav__item__in::after,
  .nav__item--mDrop .nav__item__in::after, .rsClear .rsThumbsArrowIcn::after, .rsDefault .rsArrowIcn::after, .cPerson__mobile::after, .cPerson__phone::after, .cPerson__fax::after, .cPerson__email::after, .cInfobox::after, .cBlockquote--image.top .cBlockquote__text::after, .cBlockquote--image.left blockquote::after, .cBlockquote--image.right blockquote::after, .cftSearch__autocomplete__image--noImage::after, .btn--submit::after, .dropNav__item--subLev > .dropNav__item__in::after, .cText ul > li::after,
  .cSharedText ul > li::after,
  .cSitemap ul > li::after,
  .cInfobox ul > li::after,
  .cProductListImg ul > li::after,
  .cProductListBox ul > li::after,
  .cube__inner ul > li::after,
  .cke_editable ul > li::after,
  .cke_editable_inline ul > li::after {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.06667rem;
    text-align: center;
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    text-rendering: optimizeLegibility;
    transform: rotateZ(0);
    -webkit-perspective: 1000; }

/* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_icons.scss */
[class*="icon"]::before {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #c2a360; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
.accordion {
  width: 100%;
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion:not(.accordion--tabs--no-acc) {
      margin-bottom: 0 !important; } }
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion__item {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion__item__tab {
      display: block;
      position: relative;
      padding: 15px 30px ;
      padding: 1rem 2rem ;
      text-decoration: none;
      background-color: #f5f5f5;
      color: #333;
      border: 1px solid #ddd;
      padding-left: 35px ;
      padding-left: 2.33333rem ; }
      @media screen and (min-width: 768px) {
        /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
        .accordion__item__tab {
          padding-left: 45px ;
          padding-left: 3rem ; } }
      /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion__item__tab--active {
        position: relative;
        z-index: 1;
        color: #c2a360; }
      @media screen and (min-width: 768px) {
        /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
        .accordion__item__tab:hover:not(.accordion__item__tab--active) {
          text-decoration: none;
          color: #c2a360;
          background-color: #f5f5f5;
          text-decoration: underline; } }
    /* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion__item__holder {
      position: absolute;
      top: 12px;
      left: 15px; }
      /* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion__item__holder.icon-accordion::before, .accordion__item__holder.icon-accordion--active::before {
        font-size: 12px;
        font-size: 0.8rem;
        color: #c2a360; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion__item__content {
      display: none;
      max-width: 100%;
      width: 100%;
      padding: 15px ;
      padding: 1rem ;
      border: 1px solid #ddd;
      border-top: 0;
      background-color: #fff; }
      @media screen and (min-width: 768px) {
        /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
        .accordion__item__content {
          padding: 30px ;
          padding: 2rem ; } }
      /* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion__item__content .cCube:last-child, .accordion__item__content .row--htmlVideo:last-child,
      .accordion__item__content .row:last-child .cCube:last-child,
      .accordion__item__content .row:last-child .row--htmlVideo:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    /* line 111, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs {
      position: relative;
      border-bottom: 1px solid #ddd;
      text-align: left; } }
  @media screen and (min-width: 768px) {
    /* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs__item {
      display: inline-block;
      vertical-align: middle;
      float: none;
      margin-bottom: -1px;
      margin-left: 0 ;
      margin-left: 0 ;
      border-bottom-width: 0; } }
  /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion--tabs__item__tab {
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs__item__tab {
        padding: 15px 30px ;
        padding: 1rem 2rem ;
        border-radius: 0 0 0 0;
        border: 1px solid #ddd; } }
  @media screen and (min-width: 768px) {
    /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs__item__tab {
      border-right: 0; } }
  @media screen and (min-width: 768px) {
    /* line 164, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs__item:last-child .accordion__item__tab {
      border-right: 1px solid #ddd; } }
  /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion--tabs__item__content {
    text-align: left; }
    @media screen and (min-width: 768px) {
      /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs__item__content {
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 1px; } }
  /* line 182, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion--tabs__item .accordion__item__tab--active {
    color: #c2a360;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      /* line 182, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs__item .accordion__item__tab--active {
        border-bottom-color: #fff; } }
  /* line 192, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion--tabs--center {
    text-align: center; }
    /* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs--center .accordion--tabs__item {
      display: block; }
      @media screen and (min-width: 768px) {
        /* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
        .accordion--tabs--center .accordion--tabs__item {
          display: inline-block;
          float: none; } }
      /* line 204, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs--center .accordion--tabs__item__content {
        text-align: left; }
  /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion--tabs--no-acc {
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs--no-acc {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      /* line 219, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs--no-acc .accordion--tabs__item {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0; } }
    /* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs--no-acc .accordion--tabs__item__tab {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        /* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
        .accordion--tabs--no-acc .accordion--tabs__item__tab {
          padding-left: 15px ;
          padding-left: 1rem ;
          padding-right: 15px ;
          padding-right: 1rem ;
          border-bottom: 0; } }
      /* line 234, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs--no-acc .accordion--tabs__item__tab .accordion__item__holder {
        display: none; }
    /* line 239, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs--no-acc .accordion--tabs__item__content {
      position: absolute;
      left: 0;
      top: 100%; }
      @media screen and (max-width: 767px) {
        /* line 239, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
        .accordion--tabs--no-acc .accordion--tabs__item__content {
          border-top: 1px solid #ddd; } }
  /* line 254, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
  .accordion--tabs.left {
    border-bottom: 0; }
    @media screen and (min-width: 768px) {
      /* line 258, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs.left .accordion--tabs__item {
        display: block;
        width: 20%; } }
    @media screen and (min-width: 768px) {
      /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs.left .accordion--tabs__item:last-child .accordion--tabs__item__tab {
        border-right: 0; } }
    @media screen and (min-width: 768px) {
      /* line 273, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs.left .accordion--tabs__item__tab {
        display: block; } }
    @media screen and (min-width: 768px) {
      /* line 280, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
      .accordion--tabs.left .accordion--tabs__item__content {
        top: 0;
        margin-left: 20%;
        border: 1px solid #ddd;
        margin-top: 0;
        width: 80%; } }
    /* line 291, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs.left .accordion__item__tab--active {
      margin-right: -1px;
      border-bottom-color: #ddd; }
  @media screen and (min-width: 768px) {
    /* line 298, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs.right, .accordion--tabs.center {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      border-bottom: 0;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    /* line 307, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs.right .accordion--tabs__item, .accordion--tabs.center .accordion--tabs__item {
      width: 20%;
      padding-left: 15px ;
      padding-left: 1rem ; } }
  @media screen and (min-width: 768px) {
    /* line 313, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs.right .accordion--tabs__item:first-child, .accordion--tabs.center .accordion--tabs__item:first-child {
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    /* line 320, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs.right .accordion--tabs__item__tab, .accordion--tabs.center .accordion--tabs__item__tab {
      display: block;
      border: 1px solid #ddd; } }
  @media screen and (min-width: 768px) {
    /* line 329, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
    .accordion--tabs.right .accordion__item__content, .accordion--tabs.center .accordion__item__content {
      border: 0;
      padding: 0;
      padding-top: 60px ;
      padding-top: 4rem ; } }

/* line 340, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tabs.scss */
.no-js .accordion__item__content {
  display: block; }

/* ==========================================================================
   Navigace - rozsireni inuitu
   ========================================================================== */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
ul li > *,
ol li > * {
  font-family: "Roboto", sans-serif; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav > li, .mDrop ul > li, .cPag__nav > li,
.nav > .nav__item, .mDrop ul > .nav__item, .cPag__nav > .nav__item {
  margin-bottom: 0; }

/* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav__item__in--active {
  font-weight: bold; }

/* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--stacked > li, .mDrop ul > li,
.nav--stacked-box > li, .mDrop ul > li {
  display: list-item; }

/* navigace - nav */
/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav > li, .mDrop ul > li, .cPag__nav > li {
  margin-bottom: 0; }

/* Inline navigace
   ========================================================================== */
/* polozky oddeleny pravym marginem - nevztahuje se na položky s odrazkama */
/* nav--basic > li */
/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--basic__item {
  margin-right: 15px ;
  margin-right: 1rem ; }
  /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--basic__item:last-child {
    margin-right: 0; }

/* responsivní zobrazení - blokové */
@media screen and (max-width: 767px) {
  /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--basic--resp-block {
    /* odstranění odrážek */
    /* pridání spodního odsazení */ }
    /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
    .nav--basic--resp-block > li, .nav--basic--resp-block > li a {
      display: block;
      margin-right: 0; }
    /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
    .nav--basic--resp-block.nav--bullet > li:before {
      display: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
    .nav--basic--resp-block.nav--pills > li {
      margin-bottom: 15px ;
      margin-bottom: 1rem ; } }

/* nav--bullet - navigace s odrazkama
   ========================================================================== */
/* 
	limiter se zobrazuje od druhe polozky - je-li navigace o jedne polozce, limiter nema 
*/
/* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--bullet__item + .nav--bullet__item:before {
  content: attr(data-bullet) "";
  padding: 0 15px;
  display: inline-block; }

/* Limiter se nezobrazuje u poslední položky - pokud je položka jediná, limiter nemá - kvůli víceřádkovým seznamům */
/*
.nav--bullet__item {
		&:after {
			content:attr(data-bullet) "";
			padding: 0 $padding-sides;
			display: inline-block;
		}
		&:last-child:after {
			content: "";
		}
}*/
/* nav--pills */
/* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--pills__item__in {
  padding: 15px ;
  padding: 1rem ; }
  /* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--pills__item__in:hover, .nav--pills__item__in.nav--pills__item__in--active {
    background: #333;
    border-radius: 3px; }
  /* line 122, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--pills__item__in.nav--pills__item__in--active {
    font-weight: bold; }

/* Blokové menu
   ========================================================================== */
/* blokové menu víceúrovnové */
/* line 133, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--stacked, .mDrop ul {
  margin-left: 0;
  margin-bottom: 0; }
  /* line 136, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked .nav--stacked, .mDrop ul .nav--stacked, .nav--stacked .mDrop ul, .mDrop .nav--stacked ul, .mDrop ul ul {
    padding-left: 30px ;
    padding-left: 2rem ; }

/* obsah blokově zobrazeného menu */
/* line 145, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--stacked__item__in {
  display: block; }

/* blokove zobrazeni navigace s odrazkou */
/* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--stacked__item.nav--bullet__item {
  position: relative;
  padding-left: 15px ;
  padding-left: 1rem ; }
  /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked__item.nav--bullet__item:before {
    content: attr(data-bullet);
    padding: 0;
    position: absolute;
    left: 0; }

/* blokové zobrazení s boxovým designem */
/* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.nav--stacked-box, .mDrop ul {
  margin-bottom: 0;
  margin-left: 0;
  /* odsazení vnořeného seznamu - 2. úroven */
  /* 3.úroven */
  /* 4. úroveň */
  /* šipka rozbalující vnořené menu */ }
  /* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked-box .nav--stacked-box, .mDrop ul .nav--stacked-box, .nav--stacked-box .mDrop ul, .mDrop .nav--stacked-box ul, .mDrop ul ul {
    padding-left: 0; }
  /* line 186, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked-box.nav--lev2, .mDrop ul.nav--lev2 {
    margin-left: 0; }
  /* line 198, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked-box.nav--lev3, .mDrop ul.nav--lev3 {
    margin-left: 0; }
  /* line 211, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked-box.nav--lev4, .mDrop ul.nav--lev4 {
    margin-left: 0; }
  /* line 224, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked-box .nav--stacked-box__item__in, .mDrop ul .nav--stacked-box__item__in {
    position: relative;
    display: block;
    margin-bottom: 0;
    text-decoration: none; }
  /* line 231, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .nav--stacked-box .nav--lev__holder, .mDrop ul .nav--lev__holder {
    width: 60px;
    height: 100%; }

/* Blokové menu - odsazení vnořeného menu 
   ========================================================================== */
/* Responsivní navigace hamburger
   ========================================================================== */
/*

** ikona místo textu, je-li tam text, tento kod se nevkládá. #nav-toggle--icon se inicializuje v eWeb.js **
<a href="" id="nav-toggle--icon">
  <span class="icon-list2" aria-hidden="true"></span>
</a>	
**

<nav id="nav--resp-hamburger">							
  <ul class="nav nav--basic">
    <li class="nav__item nav--basic__item">
    	<a title="" class="nav__item__in" href="#">Item</a>
    </li>
    <li class="nav__item nav--basic__item">
    	<a title="" class="nav__item__in js_drop" href="#">Item
    		** ikona šipky přidávajíc se v js eWeb.js **
    		<span class="nav--lev__holder drop-holder__icon"></span>
   		</a>
		<ul class="nav nav--lev2 drop drop__nav  js_drop__item">
			<li class="nav__item drop__nav__item">
				<a title="" class="nav__item__in" href="#">ItemIn</a>
			</li>
		</ul>
    </li>
    <li class="nav__item nav--basic__item"><a title="" class="nav__item__in" href="#">Item</a></li>
  </ul>
</nav>

#nav--resp-hamburger - id inicializující ve eweb.js responsivní navigaci typu hamburger
*/
/**
 * Kontrolni panel
 * Prechod z FE do editace stranky - pro prihlaseneho uzivatele
 */
/* line 282, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.controlBox {
  display: none; }
  @media screen and (min-width: 1024px) {
    /* line 282, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
    .controlBox {
      display: block;
      position: fixed;
      z-index: 200;
      right: 0;
      top: 0;
      box-shadow: 0px 0px 1px 1px #FFF inset, 0px 0px 6px #B2B2B2;
      background: linear-gradient(white, #f6f6f6); } }
  /* line 296, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .controlBox > a {
    display: block;
    position: relative;
    padding: 8px 25px 8px 15px ;
    padding: 0.53333rem 1.66667rem 0.53333rem 1rem ;
    color: #007DC4 !important; }
    /* line 301, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
    .controlBox > a:after {
      position: absolute;
      right: 10px;
      width: 10px;
      height: 10px;
      background-image: url(../img/link-external.svg);
      background-color: transparent;
      background-position: 50% 50%;
      background-size: 10px 12px;
      background-repeat: no-repeat;
      content: ''; }
      /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .no-svg .controlBox > a:after {
        background-image: url(../img/pngFallback/link-external.png); }

/* line 312, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.cc_container {
  padding-bottom: 10px !important; }
  @media screen and (min-width: 768px) {
    /* line 315, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
    .cc_container .cc_message {
      float: left;
      margin-bottom: 5px !important; } }
  /* line 322, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .cc_container .cc_btn {
    position: static !important;
    display: block;
    width: 100%; }
    @media screen and (max-width: 767px) {
      /* line 322, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
      .cc_container .cc_btn {
        max-width: 100% !important; } }
    @media screen and (min-width: 768px) {
      /* line 322, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
      .cc_container .cc_btn {
        float: right; } }

/* line 348, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
.scrollTop {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  width: 45px;
  height: 45px;
  background-image: url(../img/scrollTop.svg);
  background-position: 50% 50%;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  background-color: rgba(221, 221, 221, 0.7);
  position: fixed;
  transition: opacity 0.25s ease-in-out;
  bottom: 30px ;
  bottom: 2rem ;
  right: 30px ;
  right: 2rem ;
  border-radius: 50%;
  border: 1px solid rgba(208, 208, 208, 0.7); }
  /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .no-svg .scrollTop {
    background-image: url(../img/pngFallback/scrollTop.png); }
  /* line 361, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_navigations.scss */
  .scrollTop:hover {
    background-color: rgba(208, 208, 208, 0.7); }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
html {
  background-color: #fff;
  font-weight: normal;
  line-height: 1.7;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-size: 0.9375em; }
  @media screen and (min-width: 768px) {
    /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    html {
      font-size: 0.9375em; } }
  @media screen and (min-width: 1024px) {
    /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    html {
      font-size: 0.9375em; } }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
a, .link {
  color: #c2a360; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  a:hover, .link:hover {
    color: #ad8b42;
    text-decoration: none; }
  /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  a:focus, .link:focus {
    outline: none; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
abbr {
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
acronym {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.86667rem; }

@media screen and (max-width: 767px) {
  /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  p > a {
    padding: 15px 0 ;
    padding: 1rem 0 ; } }

/* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
blockquote {
  quotes: none; }

/* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
ol, ul {
  margin-left: 0; }
  /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  ol > li, ul > li {
    margin-bottom: 15px; }

/* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
ul > li {
  list-style: none; }

/* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
::-moz-selection {
  background-color: #c2a360;
  color: #fff; }

/* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
::selection {
  background-color: #c2a360;
  color: #fff; }

/* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
table {
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    /* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    table {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
      display: block; } }

@font-face {
  font-family: iconfnt;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/iconfnt/iconfnt.eot");
  src: url("../fonts/iconfnt/iconfnt.eot#iefix") format("embedded-opentype"), url("../fonts/iconfnt/iconfnt.otf") format("opentype"), url("../fonts/iconfnt/iconfnt.woff") format("woff"), url("../fonts/iconfnt/iconfnt.ttf") format("truetype"), url("../fonts/iconfnt/iconfnt.svg") format("svg"); }

/* line 124, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #000;
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }

/* line 131, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
h1, h2 {
  line-height: 1.2;
  font-weight: normal; }

/*
Nadpisy
--------------------------------------------------------------------------------- */
/* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
h1,
.alpha {
  font-size: 25px;
  font-size: 1.66667rem; }
  @media screen and (min-width: 768px) {
    /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h1,
    .alpha {
      font-size: 33px;
      font-size: 2.2rem; } }
  @media screen and (min-width: 1024px) {
    /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h1,
    .alpha {
      font-size: 53px;
      font-size: 3.53333rem; } }

/* line 155, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
h2,
.beta {
  font-size: 23px;
  font-size: 1.53333rem; }
  @media screen and (min-width: 768px) {
    /* line 155, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h2,
    .beta {
      font-size: 24px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 1024px) {
    /* line 155, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h2,
    .beta {
      font-size: 36px;
      font-size: 2.4rem; } }

/* line 170, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
h3,
.gamma {
  font-size: 20px;
  font-size: 1.33333rem; }
  @media screen and (min-width: 768px) {
    /* line 170, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h3,
    .gamma {
      font-size: 18px;
      font-size: 1.2rem; } }
  @media screen and (min-width: 1024px) {
    /* line 170, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h3,
    .gamma {
      font-size: 22px;
      font-size: 1.46667rem; } }

/* line 185, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
h4,
.delta {
  font-size: 17px;
  font-size: 1.13333rem; }
  @media screen and (min-width: 768px) {
    /* line 185, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h4,
    .delta {
      font-size: 17px;
      font-size: 1.13333rem; } }
  @media screen and (min-width: 1024px) {
    /* line 185, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
    h4,
    .delta {
      font-size: 18px;
      font-size: 1.2rem; } }

@media screen and (min-width: 1024px) {
  /* line 200, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  h5,
  .epsilon {
    font-size: 16px;
    font-size: 1.06667rem; } }

@media screen and (min-width: 1024px) {
  /* line 215, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  h6,
  .zeta {
    font-size: 15px;
    font-size: 1rem; } }

/*
Hypertextovy odkaz
--------------------------------------------------------------------------------- */
/* line 234, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
a,
.link {
  color: #c2a360; }
  /* line 237, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  a:hover,
  .link:hover {
    color: #ad8b42; }
  /* line 240, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  a:focus,
  .link:focus {
    outline: none; }

/*
Zkratky
--------------------------------------------------------------------------------- */
/* line 248, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
abbr {
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 251, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
acronym {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.86667rem; }

/*
Nastaveni paddingu pro odkaz v odstavci
--------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  /* line 260, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  p > a {
    padding: 15px 0 ;
    padding: 1rem 0 ; } }

/* Lists 
   ========================================================================== */
/* line 271, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
ol > li, ul > li {
  margin-bottom: 15px; }

/* line 278, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-left: 30px ;
  margin-left: 2rem ; }

/* line 286, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
.annotation {
  font-size: 22px;
  font-size: 1.46667rem; }
  /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  .annotation > p:not(.no-indent) {
    margin-top: 0; }

/* line 300, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
p {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }

/* line 305, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
.browserupgrade {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  background-color: #FFFFC8;
  padding: 8px;
  border-bottom: 1px solid #D6D689;
  color: black; }
  /* line 314, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_typography.scss */
  .browserupgrade a {
    color: #007DC4; }

/* ==========================================================================
    FORMS
   ========================================================================== */
/*  fieldset reset
   ========================================================================== */
/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/*  fieldset ve formulari
   ========================================================================== */
/*  Legend
   ========================================================================== */
/* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
legend {
  display: block;
  width: 100%;
  border-bottom: 1px solid #bebebe;
  line-height: inherit;
  color: #000;
  font-weight: bold; }

/*  Fields - basic style
    Formularove policko
========================================================================== */
/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
input,
select {
  box-sizing: border-box; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
select {
  vertical-align: top; }

/* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.field {
  line-height: normal;
  background-image: none;
  cursor: text;
  /*  Varianty formularovyh policek
    ========================================================================== */ }
  /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field:focus, .field.focus {
    outline-color: transparent; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--full {
    width: 100%; }
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--text {
    margin-bottom: 0; }
  /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--danger {
    border-color: #e83f3e; }
  /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field[disabled], .field[readonly],
  fieldset[disabled] .field {
    background-color: #999999;
    border-color: #ddd;
    cursor: not-allowed; }

/*
Chybne vyplnene policko - vystrazny text
--------------------------------------------------------------------------------------- */
/* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.errorMessage {
  color: #e83f3e; }

/* fix for sass 3.2.x */
/* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
textarea.field {
  height: auto; }

/* field search s ikonou lupicky */
/*
.field--search {
    background-position: left $padding-sides top 50%;
    background-repeat: no-repeat;
    @include x-rem(padding-left, 40px);
    //@include background-size(1.2em);
     -moz-background-size: 1.2em;
  -o-background-size: 1.2em;
  -webkit-background-size: 1.2em;
  background-size: 1.2em;
    background-image: url('../img//search.svg');
}*/
/*
Spinner + overlay
--------------------------------------------------------------------------------------- */
/* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.spinner {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }
  /* line 130, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .spinner__img {
    position: relative; }

/* line 137, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.check-list__item {
  background-image: none !important;
  padding-left: 0 !important; }

/*  Gracicky input (checkbox / radio)
 ========================================================================== */
/*  Checkbox + radio design
       ========================================================================== */
/* spolecne vlastnosti */
/* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.checkbox-design,
.radio-design {
  position: relative;
  width: 20px; }
  /* line 159, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .checkbox-design input,
  .radio-design input {
    visibility: hidden; }
  /* line 164, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .checkbox-design label,
  .radio-design label {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    /* line 177, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .checkbox-design label:after,
    .radio-design label:after {
      position: absolute;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      content: ''; }
  /* line 186, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .checkbox-design input:checked + label:after,
  .radio-design input:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  /* line 191, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .checkbox-design + label,
  .radio-design + label {
    display: inline-block;
    margin-left: 15px ;
    margin-left: 1rem ; }

/*  Fields fixes
   ========================================================================== */
/* Uprava inuitu - margin pro li ve form-fields */
/* prepsani content-box z Normalize */
/* line 211, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
input[type="search"] {
  box-sizing: border-box; }

/* Odstraněni fixní výšky */
/* line 216, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* Fix optgroup Firefox bug per https://github.com/twbs/bootstrap/issues/7611 */
/* line 222, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

@media screen and (max-width: 767px) {
  /* line 229, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field,
  input[type="text"],
  input[type="search"] {
    -webkit-appearance: none; } }

@media screen and (max-width: 767px) {
  /* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  input[type='text']:focus,
  input[type='number']:focus,
  input[type='email']:focus,
  textarea:focus {
    font-size: 16px !important; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 0px) {
  /* line 252, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important; } }

/* ==========================================================================
    USPORADANI FORMULARU
   ========================================================================== */
/*  Inline zobrazeni
   ========================================================================== */
/* boxy pro zobrazeni fieldu vedle sebe */
@media screen and (min-width: 768px) {
  /* line 269, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .form-fields__item--inline {
    display: inline-block; } }

/* line 275, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.form-fields__item--inline input + label {
  display: inline-block; }

/* line 280, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
label, .label {
  line-height: 1.75; }

/* line 284, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.label--inline {
  padding-left: 0;
  padding-right: 8px ;
  padding-right: 0.5rem ; }
  @media screen and (max-width: 767px) {
    /* line 284, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .label--inline {
      width: 100%;
      padding-right: 0; } }
  /* line 295, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .label--inline + .field {
    padding-left: 8px ;
    padding-left: 0.5rem ;
    margin-bottom: 0 ;
    margin-bottom: 0 ; }
    @media screen and (min-width: 768px) {
      /* line 300, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
      .label--inline + .field + .additional, .label--inline + .field + .errorMessage,
      .label--inline + .field + .errorMessage {
        text-align: right; } }
    @media screen and (max-width: 767px) {
      /* line 295, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
      .label--inline + .field {
        width: 100%; } }
  @media screen and (min-width: 768px) {
    /* line 310, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .label--inline + .check-list {
      display: inline-block;
      width: 75%; } }

/* spoken form - rorziřeni inuit */
/*
    http://terabytenz.github.io/inuit.css-kitchensink/#forms
*/
/* line 325, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.spoken-form label, .form-fields__item--inline label {
  font: inherit;
  font-weight: inherit; }

/* line 331, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.spoken-form__item {
  display: inline-block; }

/* Zobrazení fieldu a inputu vedle sebe nebo pod sebou */
/* line 336, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.form-fields__inline-block {
  display: table;
  width: 100%; }
  /* line 340, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .form-fields__inline-block li {
    display: table-row; }

/* line 345, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.form-fields__inline-block--block {
  display: block; }

/* line 349, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.form-fields__inline-block--inline {
  display: table-cell; }

/* line 357, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.additional--inline {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0; }

/* line 366, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
input:focus + .help-notice--focus,
textarea:focus + .help-notice--focus {
  visibility: visible; }

/* line 374, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.alert {
  width: 100%; }
  /* line 378, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .alert__icon {
    display: table-cell; }
  /* line 383, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .alert__desc {
    display: table-cell; }
  /* line 388, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .alert--success {
    background-color: #dffbe4;
    border: 1px solid #89cb52;
    color: #89cb52; }
  /* line 395, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .alert--danger {
    background-color: #ffdddd;
    border: 1px solid #e83f3e;
    color: #e83f3e; }

/* line 408, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.form-fields .grid__item, .form-fields .label--inline, .form-fields .label--inline + .field {
  margin-bottom: 0; }

/* line 412, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.form-fields__inner {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }

/* line 418, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
legend {
  width: auto;
  margin-bottom: 0;
  padding: 0 15px ;
  padding: 0 1rem ;
  color: #000;
  font-weight: bold;
  border-bottom: 0; }

/* line 427, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
fieldset {
  margin-bottom: 0; }

/* line 435, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.field,
select {
  height: 45px; }
  @media screen and (min-width: 768px) {
    /* line 435, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .field,
    select {
      height: 40px; } }

/* line 444, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.field {
  padding: 8px ;
  padding: 0.5rem ;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  font-size: 13px;
  font-size: 0.86667rem;
  transition: all .5s; }
  @media screen and (min-width: 768px) {
    /* line 444, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .field {
      padding: 8px ;
      padding: 0.5rem ; } }
  /* line 456, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field:hover {
    border-color: #c2a360; }
  /* line 460, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field:focus,
  .field .focus {
    border-color: #c2a360;
    box-shadow: 0 0 4px #f3eee1; }
  /* line 466, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--large {
    font-size: 18px;
    font-size: 1.2rem; }
  /* line 469, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--small {
    font-size: 11px;
    font-size: 0.73333rem; }
  /* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--danger {
    border-color: #e83f3e; }
    /* line 475, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .field--danger:hover, .field--danger:focus {
      border-color: #e83f3e; }
    /* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .field--danger:focus {
      box-shadow: 0 0 4px #e83f3e; }
  /* line 485, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .field--upload {
    width: 100%;
    height: auto; }

/* line 493, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
textarea,
.textarea {
  min-height: 150px ;
  min-height: 10rem ; }

/* line 501, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
label.label--inline {
  vertical-align: text-top; }
  /* line 504, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  label.label--inline + .check-list {
    vertical-align: text-top; }

/* line 510, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
label:not(.label--inline) + .check-list {
  margin-top: 15px ;
  margin-top: 1rem ; }

/* line 518, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
select.field {
  padding-left: 2.5px; }

/* line 521, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
select option {
  padding: 8px ;
  padding: 0.5rem ; }

/* line 528, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.additional, .errorMessage {
  margin-top: 4px ;
  margin-top: 0.25rem ;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #666666; }
  /* line 533, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .additional--inline {
    margin-left: 15px ;
    margin-left: 1rem ; }

/* line 538, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.errorMessage {
  color: #e83f3e; }

/* line 545, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.field-mandatory__item {
  margin-left: 5px ;
  margin-left: 0.33333rem ;
  color: #e83f3e; }

/* line 551, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.spinner {
  background-color: #fff; }
  /* line 554, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .spinner__img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 4px ;
    padding: 0.26667rem ;
    background-color: rgba(194, 163, 96, 0.5);
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggb3BhY2l0eT0iLjI1IiBkPSJNMTYgMCBBMTYgMTYgMCAwIDAgMTYgMzIgQTE2IDE2IDAgMCAwIDE2IDAgTTE2IDQgQTEyIDEyIDAgMCAxIDE2IDI4IEExMiAxMiAwIDAgMSAxNiA0Ii8+CiAgPHBhdGggZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPgogICAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTYgMTYiIHRvPSIzNjAgMTYgMTYiIGR1cj0iMC44cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgPC9wYXRoPgo8L3N2Zz4K);
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat; }

/*
Designovy checkbox / radio button
--------------------------------------------------------------------------------------- */
/* line 575, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.checkbox-design label,
.radio-design label {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background-color: #fff; }
  /* line 580, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .checkbox-design label:hover:after,
  .radio-design label:hover:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

/* line 585, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.checkbox-design input:checked + label:after,
.radio-design input:checked + label:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

/* line 589, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.checkbox-design + label,
.radio-design + label {
  margin-left: 15px ;
  margin-left: 1rem ; }

/* line 597, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.checkbox-design label:after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6.66667px;
  margin-top: -5px;
  transform: translateX(-50%) rotate(-45deg);
  border: 2px solid #c2a360;
  border-top: none;
  border-right: none;
  background-color: transparent; }

/* line 612, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.radio-design label {
  border-radius: 50%; }
  /* line 615, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .radio-design label:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    background: #c2a360; }

/* line 642, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.check-list .block-grid__item {
  margin-bottom: 0;
  padding-bottom: 0; }
  /* line 647, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .check-list .block-grid__item + .errorMessage {
    padding-left: 15px ;
    padding-left: 1rem ; }

/* line 653, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.check-list.block-grid--item-soft {
  margin-top: 0; }
  /* line 655, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .check-list.block-grid--item-soft .block-grid__item {
    padding-bottom: 8px ;
    padding-bottom: 0.5rem ; }
    /* line 657, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
    .check-list.block-grid--item-soft .block-grid__item:last-child {
      padding-bottom: 0; }

/* line 665, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.check-list__item {
  margin-bottom: 0; }
  /* line 668, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .check-list__item:not(:last-child) {
    margin-right: 30px ;
    margin-right: 2rem ; }

/* line 676, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
.alert {
  padding: 15px ;
  padding: 1rem ;
  margin: 15px 0 ;
  margin: 1rem 0 ;
  border-radius: 3px; }
  /* line 682, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_forms.scss */
  .alert__icon {
    padding-right: 15px ;
    padding-right: 1rem ;
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1; }

/* ==========================================================================
   	BUTTONS
   ========================================================================== */
/* Zakladni styly
   ========================================================================== */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
.btn, .cClientZone__logout {
  display: inline-block;
  text-align: center;
  line-height: normal;
  text-decoration: none;
  /*
    Barevne varianty tlacitka
    --------------------------------------------------------------------------------------- */ }
  /* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn:active, .cClientZone__logout:active, .btn.active, .active.cClientZone__logout {
    outline: 0; }
  /* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn[disabled], [disabled].cClientZone__logout, .btn[disabled]:hover, [disabled].cClientZone__logout:hover, .btn[disabled]:focus, [disabled].cClientZone__logout:focus, .btn[disabled]:active, [disabled].cClientZone__logout:active, .btn[disabled].active, [disabled].active.cClientZone__logout, .btn.disabled, .disabled.cClientZone__logout, .btn.disabled:hover, .disabled.cClientZone__logout:hover, .btn.disabled:focus, .disabled.cClientZone__logout:focus, .btn.disabled:active, .disabled.cClientZone__logout:active, .btn.disabled.active, .disabled.active.cClientZone__logout,
  fieldset[disabled] .btn,
  fieldset[disabled] .cClientZone__logout,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .cClientZone__logout:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .cClientZone__logout:focus,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .cClientZone__logout:active,
  fieldset[disabled] .btn.active,
  fieldset[disabled] .active.cClientZone__logout {
    pointer-events: none;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    box-shadow: none;
    cursor: not-allowed; }
  /* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn--warning {
    color: #fff;
    background-color: #dcc026;
    border-color: #dcc026;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--warning:hover, .btn--warning:focus, .btn--warning:active, .btn--warning.active {
      color: #fff;
      background-color: #bba31e;
      border-color: #a9941b; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--warning:active, .btn--warning.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--warning.disabled, .btn--warning.disabled:hover, .btn--warning.disabled:focus, .btn--warning.disabled:active, .btn--warning.disabled.active, .btn--warning[disabled], .btn--warning[disabled]:hover, .btn--warning[disabled]:focus, .btn--warning[disabled]:active, .btn--warning[disabled].active,
    fieldset[disabled] .btn--warning,
    fieldset[disabled] .btn--warning:hover,
    fieldset[disabled] .btn--warning:focus,
    fieldset[disabled] .btn--warning:active,
    fieldset[disabled] .btn--warning.active {
      background-color: #dcc026;
      border-color: #dcc026; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--warning:visited {
      color: #fff; }
  /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn--success {
    color: #fff;
    background-color: #89cb52;
    border-color: #89cb52;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--success:hover, .btn--success:focus, .btn--success:active, .btn--success.active {
      color: #fff;
      background-color: #74bc38;
      border-color: #6aac34; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--success:active, .btn--success.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--success.disabled, .btn--success.disabled:hover, .btn--success.disabled:focus, .btn--success.disabled:active, .btn--success.disabled.active, .btn--success[disabled], .btn--success[disabled]:hover, .btn--success[disabled]:focus, .btn--success[disabled]:active, .btn--success[disabled].active,
    fieldset[disabled] .btn--success,
    fieldset[disabled] .btn--success:hover,
    fieldset[disabled] .btn--success:focus,
    fieldset[disabled] .btn--success:active,
    fieldset[disabled] .btn--success.active {
      background-color: #89cb52;
      border-color: #89cb52; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--success:visited {
      color: #fff; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn--danger {
    color: #fff;
    background-color: #e83f3e;
    border-color: #e83f3e;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--danger:hover, .btn--danger:focus, .btn--danger:active, .btn--danger.active {
      color: #fff;
      background-color: #e21c1b;
      border-color: #d01a19; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--danger:active, .btn--danger.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--danger.disabled, .btn--danger.disabled:hover, .btn--danger.disabled:focus, .btn--danger.disabled:active, .btn--danger.disabled.active, .btn--danger[disabled], .btn--danger[disabled]:hover, .btn--danger[disabled]:focus, .btn--danger[disabled]:active, .btn--danger[disabled].active,
    fieldset[disabled] .btn--danger,
    fieldset[disabled] .btn--danger:hover,
    fieldset[disabled] .btn--danger:focus,
    fieldset[disabled] .btn--danger:active,
    fieldset[disabled] .btn--danger.active {
      background-color: #e83f3e;
      border-color: #e83f3e; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--danger:visited {
      color: #fff; }
  /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn--info {
    color: #fff;
    background-color: #007dc4;
    border-color: #007dc4;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--info:hover, .btn--info:focus, .btn--info:active, .btn--info.active {
      color: #fff;
      background-color: #00639b;
      border-color: #005687; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--info:active, .btn--info.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--info.disabled, .btn--info.disabled:hover, .btn--info.disabled:focus, .btn--info.disabled:active, .btn--info.disabled.active, .btn--info[disabled], .btn--info[disabled]:hover, .btn--info[disabled]:focus, .btn--info[disabled]:active, .btn--info[disabled].active,
    fieldset[disabled] .btn--info,
    fieldset[disabled] .btn--info:hover,
    fieldset[disabled] .btn--info:focus,
    fieldset[disabled] .btn--info:active,
    fieldset[disabled] .btn--info.active {
      background-color: #007dc4;
      border-color: #007dc4; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--info:visited {
      color: #fff; }

/* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
.btn--full {
  width: 100%;
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
  .btn--full:last-child {
    margin-bottom: 0; }

/* Ikonove tlacitko
   ========================================================================== */
/* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_buttons.scss */
.btn__icon {
  line-height: 0; }

/* ==========================================================================
   Section comment block
   ========================================================================== */
/**
Skupina fieldu a tlacitek tvorici jeden prvek
<div class="field-group">
	<input class="btn btn--default field-group__item" type="submit">
	<a class="btn btn--default field-group__item" href="#" title="">Link</a>
	<button class="btn btn--default field-group__item" type="">Button</button>
</div>
*/
/* line 16, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
.field-group {
  display: inline-block;
  vertical-align: middle; }
  /* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
  .field-group > * {
    font-family: "Roboto", sans-serif; }

/* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
.field-group__item {
  width: 100%; }
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
  .field-group__item:not(:last-child) {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  @media screen and (min-width: 768px) {
    /* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
    .field-group__item {
      margin-bottom: 0;
      width: auto;
      vertical-align: top;
      border-bottom-width: 0;
      display: inline-block; }
      /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
      .field-group__item + .field-group__item {
        margin-left: 1px; }
      /* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
      .field-group__item:not(:first-child):not(:last-child) {
        border-radius: 0; }
      /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
      .field-group__item:first-child {
        border-radius: 3px 0 0 3px; }
      /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_fieldGroup.scss */
      .field-group__item:last-child {
        border-radius: 0 3px 3px 0; } }

/* ==========================================================================
   	TABLES
   ========================================================================== */
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_tables.scss */
table {
  width: auto; }

/* ==========================================================================
   Tags - štítky
   ========================================================================== */
/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.nav__item--drop,
.nav__item--mDrop {
  position: relative; }
  /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .nav__item--drop .nav__item__in,
  .nav__item--mDrop .nav__item__in {
    position: relative; }
    /* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
    .nav__item--drop .nav__item__in::after,
    .nav__item--mDrop .nav__item__in::after {
      font-size: 6px !important;
      padding-left: 5px ;
      padding-left: 0.33333rem ; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.nav__item--mDrop {
  position: static; }

/* line 33, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.dropNav,
.mDrop {
  background-color: white; }

@media screen and (min-width: 768px) {
  /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .dropNav {
    top: 100%;
    left: 0;
    right: auto;
    bottom: auto;
    position: absolute;
    width: auto;
    z-index: 99;
    list-style: none;
    margin-left: 0; } }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.dropNav__item {
  margin-bottom: 0;
  color: #000; }
  /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .dropNav__item__in {
    display: block;
    color: #c2a360; }
  /* line 64, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .dropNav__item--subLev {
    position: relative;
    margin-top: -1px; }
    /* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
    .dropNav__item--subLev:hover > .dropNav--lev, .dropNav__item--subLev:active > .dropNav--lev {
      display: block; }

/* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.dropNav--lev {
  left: 100%;
  top: 0; }

/* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.mDrop {
  padding: 0;
  text-align: left;
  margin-left: 0;
  border: 1px solid #c2a360;
  color: #000; }
  @media screen and (min-width: 768px) {
    /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
    .mDrop {
      top: auto;
      left: 0;
      right: auto;
      bottom: auto;
      position: absolute;
      z-index: 80;
      min-width: 100%; } }
  @media screen and (min-width: 1024px) {
    /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
    .mDrop {
      width: 100%; } }
  /* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .mDrop__cont {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px ;
    padding-top: 2.66667rem ;
    padding-bottom: 40px ;
    padding-bottom: 2.66667rem ;
    margin-bottom: 0; }
  /* line 111, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .mDrop__title {
    display: inline-block;
    font-size: 18px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #000;
    margin-bottom: 15px ;
    margin-bottom: 1rem ;
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase; }
  /* line 121, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .mDrop ul {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0; }
    /* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
    .mDrop ul li {
      font-size: 14px;
      font-size: 0.93333rem; }
      /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
      .mDrop ul li a {
        padding-top: 3px ;
        padding-top: 0.2rem ;
        padding-bottom: 3px ;
        padding-bottom: 0.2rem ;
        text-decoration: none; }
  /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
  .mDrop a {
    color: #c2a360; }

/* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.nav__item--mDrop:hover .mDrop, .nav__item--mDrop:focus .mDrop, .nav__item--mDrop:active .mDrop {
  display: block; }

/* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_dropdown.scss */
.nav__item--mDrop .nav__item__in {
  position: relative; }

/*
 .mDrop {
        padding: 0;
        text-align: left;
        // Breakpoint
        @include breakpoint($lap-and-up) {
            display: none;
            position: absolute;
            left: 0;
            min-width: 100%;
            @include x-rem(padding, $half-spacing-unit $base-spacing-unit * 2);
            z-index: 80;
            border: 1px solid #eee;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            background-color: $white;
        }
        // Breakpoint
        @include breakpoint($desk-and-up) {
            width: 100%;
        }
        // Customove styly pro polozky seznamu v megadropdownu
        ul {
            list-style: none;
            margin: 0;
            li {
                border-bottom: 1px solid $border-color;
                list-style: none;
                background-image: none;
                position: relative;
                // Breakpoint
                @include breakpoint($lap-and-up) {
                    border-bottom: 0;
                    margin-bottom: 0;
                }
                a {
                    @extend .link;
                    color: $text-color;
                    @include font-size($milli);
                }
            }
        }
        // Nadpis v megadropdownu
        &__title {
            // Breakpoint
            @include breakpoint($palm) {
                margin-bottom: 0;
                &:not(:last-child) {
                    border-bottom: 1px solid $border-color;
                }
            }
            // Odkaz co se netvari jako odkaz
            .noLink {
                text-decoration: none;
                display: block;
                @include x-rem(padding, $half-spacing-unit $base-spacing-unit);
                @include breakpoint($lap-and-up) {
                    padding: 0;
                }
            }
        }
    }

    // Polozka menu ve ktere je megadropdown
    .nav__item--mDrop {
        // Simulace rozbaleni na hover a pri prokliku (tablet)
        &:hover,
        &:focus,
        &:active {
            .mDrop {
                display: block;
            }
        }
        // Hover stav - otoceni pozice ikony holderu
        &:hover {
            .nav__item__in--drop {
                &:after {
                    //transform: rotate(-180deg);
                }
            }
        }
    }

*/
/*
.drop-holder__icon {
  &:before {
    vertical-align: middle;
  }
}



  .drop {
    position: absolute;
    display: none;
    width: auto;
    z-index: 99;    

    .drop__nav {
      list-style: none;
      margin: 0;

      .drop__nav__item,
      li {
        display: block;
        margin-bottom: 0;
 
        a {
          display: block;
        }
      }      
    }    
  }

.nav__item--drop {
    position: relative;
    &:hover,
    &:active {
        > .dropNav {
            display: block;
        }
    } 
    &:hover {
        .nav__item__in--drop {
            &:after {
                //transform: rotate(-180deg);
            }
        }
    }
}


.dropNav {  
    @include abs-pos(100% auto auto 0);
    margin-left: 0;
    display: none;        
    max-height: none;
    height: auto;
    list-style: none;
    z-index: 80;
    // <li>
    &__item {
        margin-bottom: 0;
        // <a>
        &__in {
            display: block;                          
        }
        // Ma dalsi podmenu
        &--subLev {
            position: relative;
            &:hover,
            &:active {
                > .dropNav--lev {
                    display: block;
                }
            } 
            &:after {               
                content: "";
                pointer-events: none;
            }            
        } 
    }      
    // Zanorena
    &--lev {
        position: absolute;
        left: 100%;        
    }
} */
/* ==========================================================================
   OBRÁZEK
   ========================================================================== */
/* obrázek na 100% nadřezaného elementu */
/* line 7, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_image.scss */
.img--full {
  width: 100%; }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_image.scss */
img[width],
img[height] {
  max-width: 100%; }

/* ==========================================================================
   LINKA
   ========================================================================== */
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_hr.scss */
.hr, .cHr {
  border: 0; }

/* ==========================================================================
   	ARCHIV
   ========================================================================== */
/* 
 * link pro prechod do archivu

<div class="archive">
	<a class="btn" href="" title="">
		Archív novinek	
	</a>
</div> 
*/
/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_archive.scss */
.archive {
  text-align: right; }

/* ==========================================================================
   VYHLEDAVANI
   ========================================================================== */
/* line 7, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_search.scss */
.search {
  width: 100%; }

/*

	   	.search__field, .search__btn {	   		
	   		@include breakpoint($lap-and-up) {
	   			display: table-cell;

	   		}
	   	}

	   	.search__field {
	   		@include breakpoint($lap-and-up) {
		   		width: 80%;
	   		}
	   	}

	   	.search__btn {
	   		@include breakpoint($lap-and-up) {
		   		width: 20%;
	   		}
	   	}	   	
	 */
/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_search.scss */
.search__field, .search__btn {
  display: table-cell; }

/* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_search.scss */
.search__field {
  width: 80%; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_search.scss */
.search__btn {
  width: 20%; }

/* ==========================================================================
   Mapa stránek
   ========================================================================== */
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
.sitemap {
  margin-left: 30px; }
  /* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
  .sitemap .level-1 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold; }
  /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
  .sitemap .level-2 {
    padding-left: 0;
    margin-left: 15px ;
    margin-left: 1rem ;
    font-size: 15px;
    font-size: 1rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
      .sitemap .level-2 {
        margin-left: 30px ;
        margin-left: 2rem ; } }
  /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
  .sitemap .level-3 {
    margin-left: 30px ;
    margin-left: 2rem ;
    font-size: 14px;
    font-size: 0.93333rem; }
    @media screen and (min-width: 768px) {
      /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
      .sitemap .level-3 {
        margin-left: 60px ;
        margin-left: 4rem ; } }
  /* line 33, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
  .sitemap .level-4 {
    margin-left: 60px ;
    margin-left: 4rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    @media screen and (min-width: 768px) {
      /* line 33, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
      .sitemap .level-4 {
        margin-left: 120px ;
        margin-left: 8rem ; } }
  /* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
  .sitemap .level-5 {
    margin-left: 120px ;
    margin-left: 8rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    @media screen and (min-width: 768px) {
      /* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/components-v2/_sitemap.scss */
      .sitemap .level-5 {
        margin-left: 180px ;
        margin-left: 12rem ; } }

/* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews {
  /*
    Listovy vypis
    --------------------------------------------------------------------------------- */ }
  /* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__date, .royalSlider--rsNavWide .rsTmb__content .rsTmb__date {
    font-size: 13px;
    font-size: 0.86667rem; }
  /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__title {
    margin-bottom: 0; }
    /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__title > a {
      text-decoration: none; }
      /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews__title > a:hover {
        text-decoration: underline; }
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__anotation p {
    margin-bottom: 0; }
  /* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__authorImg {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 8px ;
    margin-right: 0.53333rem ; }
  @media screen and (max-width: 767px) {
    /* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__tags {
      display: block; } }
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__tags__item {
    margin-right: 6px ;
    margin-right: 0.4rem ;
    color: #999999;
    text-decoration: none; }
    /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__tags__item:hover {
      text-decoration: underline;
      color: #999999; }
    /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__tags__item:last-child::after {
      content: ""; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__tag {
    color: #999999;
    text-decoration: none; }
    /* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__tag:hover {
      text-decoration: underline;
      color: #999999; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__tag::after {
      content: ", "; }
    /* line 79, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__tag:last-child::after {
      content: ""; }
  /* line 90, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__imgLink {
    width: 100%;
    height: 100%; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__metadata {
    margin-bottom: 15px ;
    margin-bottom: 1rem ;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #999999; }
    /* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__metadata__item {
      margin-right: 15px ;
      margin-right: 1rem ;
      font-size: 13px;
      font-size: 0.86667rem; }
      @media screen and (min-width: 1024px) {
        /* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
        .cNews__metadata__item {
          margin-right: 30px ;
          margin-right: 2rem ; } }
      /* line 108, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews__metadata__item:last-child {
        margin-right: 0; }
      /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews__metadata__item [class*="icon-"] {
        padding-right: 8px ;
        padding-right: 0.5rem ; }
        /* line 116, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
        .cNews__metadata__item [class*="icon-"]::before {
          color: #ccc;
          font-size: 20px;
          font-size: 1.33333rem; }
    /* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews__metadata--block [class*="icon-"]::before {
      width: 30px;
      height: 30px; }
  /* line 137, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__date + .cNews__author::before, .royalSlider--rsNavWide .rsTmb__content .rsTmb__date + .cNews__author::before {
    content: " | "; }
  /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews__author + .cNews__tags::before {
    content: " | "; }
  /* line 161, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid .block-grid {
    margin-left: -30px ;
    margin-left: -2rem ; }
  /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid__item {
    position: relative;
    padding-left: 30px ;
    padding-left: 2rem ; }
    @media screen and (max-width: 767px) {
      /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews--grid__item {
        margin-bottom: 30px ;
        margin-bottom: 2rem ; } }
    @media screen and (min-width: 768px) {
      /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews--grid__item {
        height: 320px ;
        height: 21.33333rem ;
        max-height: 320px ;
        max-height: 21.33333rem ;
        margin-bottom: 30px ;
        margin-bottom: 2rem ; } }
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid .cNews__inner {
    position: relative;
    height: 320px;
    overflow: hidden; }
  /* line 187, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid__content {
    margin-top: 15px ;
    margin-top: 1rem ;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
    padding: 23px ;
    padding: 1.5rem ;
    margin-top: 0; }
    /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cNews--grid__content > a {
      padding: 15px ;
      padding: 1rem ; }
    /* line 194, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--grid__content--bottom {
      top: auto;
      bottom: 0; }
    /* line 199, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--grid__content .cNews__title,
    .cNews--grid__content .cNews__metadata,
    .cNews--grid__content .cNews__anotation {
      position: relative;
      z-index: 2; }
    @media screen and (min-width: 1024px) {
      /* line 206, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews--grid__content .cNews__anotation {
        pointer-events: none;
        max-height: 0;
        visibility: hidden;
        transition: all .4s ease-in-out;
        margin-top: 0; } }
  /* line 217, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid .cNews__title {
    font-weight: bold; }
  /* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid .cNews__link {
    color: #fff; }
  /* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid .cNews__img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%;
    max-width: none; }
  /* line 233, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--grid .cNews__metadata,
  .cNews--grid .cNews__tag {
    color: white;
    margin-bottom: 0; }
  /* line 251, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--date .cNews__date, .cNews--date .royalSlider--rsNavWide .rsTmb__content .rsTmb__date, .royalSlider--rsNavWide .rsTmb__content .cNews--date .rsTmb__date {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    border: 1px solid #ddd;
    text-align: center;
    color: #999999;
    line-height: 1.2;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 262, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date + .cNews--date__content, .cNews--date .royalSlider--rsNavWide .rsTmb__content .rsTmb__date + .cNews--date__content, .royalSlider--rsNavWide .rsTmb__content .cNews--date .rsTmb__date + .cNews--date__content {
      padding-left: 85px ;
      padding-left: 5.66667rem ; }
    /* line 267, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date__inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      display: block; }
    /* line 276, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date__sep {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      content: '';
      height: 100%;
      width: 2px;
      background-color: #ddd; }
    /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date--dmText .cNews__date__day {
      font-weight: bold;
      font-size: 22px;
      font-size: 1.46667rem;
      margin-bottom: 8px ;
      margin-bottom: 0.5rem ; }
    /* line 299, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date--dmText .cNews__date__month {
      font-size: 13px;
      font-size: 0.86667rem; }
    /* line 307, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date--dmNumber .cNews__date__inner {
      height: 100%; }
    /* line 312, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date--dmNumber .cNews__date__day,
    .cNews--date .cNews__date--dmNumber .cNews__date__month {
      font-weight: bold;
      position: absolute;
      font-size: 22px;
      font-size: 1.46667rem; }
    /* line 320, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date--dmNumber .cNews__date__day {
      right: 50%;
      top: 8px; }
    /* line 326, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--date .cNews__date--dmNumber .cNews__date__month {
      bottom: 8px;
      left: 50%; }
  /* line 338, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--date .cNews__author::before {
    content: ''; }
  /* line 346, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--newsticker {
    position: relative; }
    /* line 349, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker [class^="rs"] {
      box-sizing: border-box; }
    /* line 353, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker .royalSlider {
      height: 45px; }
    /* line 358, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker .rsSlide {
      border: 1px solid #ddd;
      display: block;
      background-color: #f5f5f5;
      box-sizing: border-box; }
    /* line 367, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker .rsContent {
      display: table;
      width: 100%; }
    /* line 373, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker__col {
      padding: 0 15px ;
      padding: 0 1rem ;
      height: 100%;
      align-self: center;
      display: table-cell;
      vertical-align: middle; }
    /* line 382, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker__date {
      width: 100px ;
      width: 6.66667rem ;
      background-color: #fff;
      text-align: center; }
    /* line 389, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker__name {
      border-left: 1px solid #ddd;
      text-align: center; }
    /* line 396, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker .cNews__link {
      text-decoration: none;
      display: block; }
    /* line 402, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--newsticker .rssIcon {
      position: absolute;
      z-index: 2;
      right: 30px;
      bottom: 7.5px; }
  @media screen and (min-width: 768px) {
    /* line 419, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--img .cNews__img {
      height: 250px;
      width: 100%;
      min-width: 100%;
      display: block; } }
  @media screen and (max-width: 767px) {
    /* line 428, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--img .cNews__imgWrapper {
      margin-bottom: 15px ;
      margin-bottom: 1rem ; } }
  @media screen and (min-width: 768px) {
    /* line 445, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--arch__imgWrapper--side {
      float: left;
      width: 270px; } }
  /* line 454, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--arch__img {
    width: 100%;
    margin-bottom: 0; }
  /* line 460, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--arch__title {
    font-size: 22px;
    font-size: 1.46667rem;
    margin-bottom: 15px ;
    margin-bottom: 1rem ;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    /* line 470, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--arch__content--side {
      padding-left: 300px ;
      padding-left: 20rem ; } }
  /* line 479, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--arch .cNews__author::before,
  .cNews--arch .cNews__tags::before {
    content: ""; }
  /* line 495, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--list__cell {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    /* line 497, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
    .cNews--list__cell:first-child {
      margin-bottom: 8px ;
      margin-bottom: 0.5rem ; }
    @media screen and (min-width: 768px) {
      /* line 495, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
      .cNews--list__cell {
        margin-bottom: 0;
        padding-bottom: 15px ;
        padding-bottom: 1rem ; }
        /* line 505, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
        .cNews--list__cell:not(:last-child) {
          padding-right: 15px ;
          padding-right: 1rem ; } }

/*
Boxovy vypis s datumem - .cNews--date   
--------------------------------------------------------------------------------- */
/* line 520, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.lt500 .cNews--img__img {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }

/* line 529, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.gt600 .cNews--img__content {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }

/* line 535, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.gt600 .cNews--img__img {
  display: block;
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }

@media screen and (min-width: 768px) {
  /* line 541, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .gt600 .cNews__imgWrapper {
    float: left;
    max-width: 33%;
    padding: 0 30px 0 0 ;
    padding: 0 2rem 0 0 ; } }

/* line 551, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.gt600 .cNews--img .cNews__title {
  margin-top: 30px ;
  margin-top: 2rem ; }

/* line 558, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.lt600 .cNews--list__cell {
  display: block; }
  /* line 560, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .lt600 .cNews--list__cell:first-child {
    padding-bottom: 0;
    margin-bottom: 8px ;
    margin-bottom: 0.5rem ; }

/* line 566, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.lt600 .cNews__imgWrapper {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }

/*
Novinky s velkym nahledem
--------------------------------------------------------------------------------- */
/* line 577, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .cNews__link {
  max-height: 100%; }
  /* line 582, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .cNews--largePreview .cNews__link:hover .cNews__title {
    text-decoration: underline; }

/* line 588, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .rsABlock {
  background-color: transparent; }

/* line 592, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .cNews__title,
.cNews--largePreview .cNews__title a,
.cNews--largePreview .cNews__metadata,
.cNews--largePreview .cNews__tag {
  color: #fff; }

/* line 599, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .rsTmb__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 603, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .rsTmb__date {
  color: #999999;
  margin-right: 0 !important; }

/* line 608, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .cNews__desc {
  font-size: 13px;
  font-size: 0.86667rem;
  pointer-events: none; }

/* line 615, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .rsTmb .cNews__metadata {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 619, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews--largePreview .rsTmb .cNews__tags,
.cNews--largePreview .rsTmb .cNews__tag,
.cNews--largePreview .rsTmb .cNews__metadata {
  color: #999999;
  font-size: 13px;
  font-size: 0.86667rem; }

/*
Archiv novinek
--------------------------------------------------------------------------------- */
/* line 631, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.cNews-archiv {
  margin-top: 15px ;
  margin-top: 1rem ; }

/* line 639, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
.archive {
  text-align: right;
  clear: both;
  font-size: 13px;
  font-size: 0.86667rem; }
  /* line 645, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNews.scss */
  .archive > a {
    color: #999999; }

/* ==========================================================================
	   MODUL NOVINKY boxovy vypis s obrazkem - .cNews--img
	   ========================================================================== */
/* Male zobrazeni
		   ========================================================================== */
/* Velke zobrazeni
		   ========================================================================== */
/* ==========================================================================
	   MODUL NOVINKY listový výpis
	   ========================================================================== */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_news-list.scss */
.cNews--list {
  display: table;
  width: 100%; }

/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_news-list.scss */
.cNews--list__row:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  /* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_news-list.scss */
  .cNews--list__cell {
    display: table-cell; } }

/* Listový výpis - responsive elementes
	   ========================================================================== */
/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_news-list.scss */
.lt250 .cNews--list__cell {
  display: block;
  padding-right: 0; }

/* ==========================================================================
	   KOSTIČKA WIDGET NOVINKY - gridový výpis cNews--grid
	   ========================================================================== */
/* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
.icon {
  width: 22px;
  height: 22px; }
  /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .icon.icon-productListImage::before, .icon.icon-productListLine::before, .icon.icon-productListTable::before {
    color: #c2c2c2; }

/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
.cProduct {
  /* !!!! DOCASNE !!!!! */ }
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__photo {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
  /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__anotation {
    margin-bottom: 30px ;
    margin-bottom: 2rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__anotation p {
      margin-bottom: 0; }
  /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__labels {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
  /* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__price {
    margin-bottom: 15px ;
    margin-bottom: 1rem ;
    padding-bottom: 15px ;
    padding-bottom: 1rem ; }
    /* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__price__item {
      display: table-row;
      background-image: none !important; }
    /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__price__title {
      display: table-cell;
      width: 50%; }
      /* line 82, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
      .cProduct__price__title--vat {
        font-size: 22px;
        font-size: 1.46667rem;
        font-weight: bold; }
    /* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__price__value {
      display: table-cell;
      width: 50%;
      text-align: right; }
      /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
      .cProduct__price__value--vat {
        font-size: 24px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #c2a360; }
    /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__price__tax {
      font-size: 13px;
      font-size: 0.86667rem;
      color: #999999; }
    /* line 121, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__price.cProduct__price--detail {
      display: table;
      width: 100%;
      margin-bottom: 30px ;
      margin-bottom: 2rem ; }
  /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__reviews {
    margin-bottom: 30px ;
    margin-bottom: 2rem ;
    display: table;
    width: 100%; }
    /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__reviews__title {
      display: table-cell;
      width: 50%;
      font-weight: bold; }
    /* line 151, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__reviews__review {
      display: table-cell;
      width: 50%;
      text-align: right; }
    /* line 158, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__reviews__votes {
      font-size: 13px;
      font-size: 0.86667rem;
      color: #999999; }
    /* line 164, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__reviews__rating {
      display: inline-block;
      vertical-align: text-bottom;
      background-image: url(../img/stars.svg);
      background-color: transparent;
      background-position: 0 0;
      background-size: 20px auto;
      background-repeat: no-repeat;
      background-repeat: repeat-x;
      width: 100px;
      height: 20px;
      text-align: left; }
      /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .no-svg .cProduct__reviews__rating {
        background-image: url(../img/pngFallback/stars.png); }
      /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
      .cProduct__reviews__rating__result {
        display: inline-block;
        background: inherit;
        background-position: 0 -20px;
        height: 20px; }
        /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p10 {
          width: 10px; }
        /* line 184, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p20 {
          width: 20px; }
        /* line 188, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p20 {
          width: 20px; }
        /* line 192, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p30 {
          width: 30px; }
        /* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p40 {
          width: 40px; }
        /* line 200, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p50 {
          width: 50px; }
        /* line 204, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p60 {
          width: 60px; }
        /* line 208, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p70 {
          width: 70px; }
        /* line 212, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p80 {
          width: 80px; }
        /* line 216, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p90 {
          width: 90px; }
        /* line 220, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__reviews__rating__result.p100 {
          width: 100px; }
    /* line 227, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__reviews__votes {
      margin-left: 8px ;
      margin-left: 0.5rem ; }
  /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__buy {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    @media screen and (min-width: 768px) {
      /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
      .cProduct__buy {
        text-align: right; } }
    /* line 242, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__buy .btn--buy {
      color: #fff;
      background-color: #89cb52;
      border-color: #6fb436;
      border-radius: 3px;
      text-decoration: none;
      width: 100%; }
      /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .cProduct__buy .btn--buy:hover, .cProduct__buy .btn--buy:focus, .cProduct__buy .btn--buy:active, .cProduct__buy .btn--buy.active {
        color: #fff;
        background-color: #74bc38;
        border-color: #528528; }
      /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .cProduct__buy .btn--buy:active, .cProduct__buy .btn--buy.active {
        background-image: none; }
      /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .cProduct__buy .btn--buy.disabled, .cProduct__buy .btn--buy.disabled:hover, .cProduct__buy .btn--buy.disabled:focus, .cProduct__buy .btn--buy.disabled:active, .cProduct__buy .btn--buy.disabled.active, .cProduct__buy .btn--buy[disabled], .cProduct__buy .btn--buy[disabled]:hover, .cProduct__buy .btn--buy[disabled]:focus, .cProduct__buy .btn--buy[disabled]:active, .cProduct__buy .btn--buy[disabled].active,
      fieldset[disabled] .cProduct__buy .btn--buy,
      fieldset[disabled] .cProduct__buy .btn--buy:hover,
      fieldset[disabled] .cProduct__buy .btn--buy:focus,
      fieldset[disabled] .cProduct__buy .btn--buy:active,
      fieldset[disabled] .cProduct__buy .btn--buy.active {
        background-color: #89cb52;
        border-color: #6fb436; }
      /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .cProduct__buy .btn--buy:visited {
        color: #fff; }
      @media screen and (min-width: 768px) {
        /* line 242, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
        .cProduct__buy .btn--buy {
          width: 50%; } }
  /* line 256, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__inclCategory {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct__inclCategory__list {
      font-size: 13px;
      font-size: 0.86667rem; }
  /* line 271, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct .royalSlider {
    width: 100%;
    height: 350px; }
    @media screen and (min-width: 768px) {
      /* line 271, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
      .cProduct .royalSlider {
        height: 500px; } }
    /* line 278, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct .royalSlider .rsThumbsContainer {
      border: 0 !important; }
    /* line 284, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct .royalSlider .rsThumb img {
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50); }
    /* line 290, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct .royalSlider .rsThumb:hover img {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    /* line 298, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
    .cProduct .royalSlider .rsThumb.rsNavSelected {
      background: none !important; }
      /* line 301, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
      .cProduct .royalSlider .rsThumb.rsNavSelected img {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
  /* line 311, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
  .cProduct__info {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }

/* line 325, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProduct.scss */
.cRelatedProducts .royalSlider img {
  width: auto;
  margin-left: auto;
  margin-right: auto; }

/**
* Horni panel nad vypisem produktu
========================================================================================= */
/* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__anotation {
  font-size: 13px;
  font-size: 0.86667rem; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
  .cProductList__anotation__img {
    float: left;
    max-width: 33%;
    padding-right: 15px ;
    padding-right: 1rem ; }
  /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
  .cProductList__anotation p {
    margin-bottom: 0; }

/* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__desc {
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories .grid {
  margin-left: -10px ;
  margin-left: -0.66667rem ; }

/* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__list {
  margin-bottom: 0; }

/* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__item:last-child {
  margin-bottom: 0; }

/* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__item--box {
  position: relative;
  padding-left: 10px ;
  padding-left: 0.66667rem ; }
  @media screen and (max-width: 767px) {
    /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__item--box {
      margin-bottom: 0; }
      /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
      .cProductList__categories__item--box:last-child .cProductList__categories__item__in {
        border-bottom: 1px solid #ddd; } }
  @media screen and (min-width: 768px) {
    /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__item--box {
      text-align: center; } }

/* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__item__in {
  text-decoration: none; }
  /* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
  .cProductList__categories__item__in--box {
    padding: 15px ;
    padding: 1rem ;
    border: 1px solid #ddd;
    transition: all .5s;
    display: block; }
    @media screen and (max-width: 767px) {
      /* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
      .cProductList__categories__item__in--box {
        border-bottom: 0; } }
    /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__item__in--box:hover {
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1) inset; }

/* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__item img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__item img {
      max-height: 80px ;
      max-height: 5.33333rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__item img {
      max-height: 90px ;
      max-height: 6rem ; } }

/* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__img {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__img {
      max-width: 15%;
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__img {
      min-height: 80px ;
      min-height: 5.33333rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__img {
      min-height: 90px ;
      min-height: 6rem ; } }

/* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__title {
  display: block;
  margin-top: 15px ;
  margin-top: 1rem ; }
  @media screen and (max-width: 767px) {
    /* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__categories__title {
      display: inline-block;
      max-width: 75%;
      padding-left: 15px ;
      padding-left: 1rem ; } }

/* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__categories__desc {
  color: #999999;
  margin-top: 8px ;
  margin-top: 0.5rem ;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__panel {
  position: relative;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  background-color: #f5f5f5; }
  @media screen and (min-width: 768px) {
    /* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__panel {
      display: table;
      width: 100%;
      table-layout: fixed; } }

@media screen and (min-width: 768px) {
  /* line 184, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
  .cProductList__sort {
    display: table-cell;
    vertical-align: middle;
    width: 80%; } }

/* line 191, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__sort .field {
  width: 100%; }

/* line 197, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__count {
  display: none;
  margin-left: 30px ;
  margin-left: 2rem ;
  font-size: 13px;
  font-size: 0.86667rem; }
  @media screen and (min-width: 1024px) {
    /* line 197, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__count {
      display: inline-block;
      vertical-align: middle;
      margin-top: 0; } }

/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList__type {
  border-radius: 3px;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    /* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__type {
      display: table-cell;
      text-align: right;
      width: 20%;
      border-top: 0; } }
  /* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
  .cProductList__type__tab {
    float: left;
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 10px 0 ;
    padding: 0.66667rem 0 ; }
    @media screen and (min-width: 768px) {
      /* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
      .cProductList__type__tab {
        float: none;
        width: 35px;
        height: 38px;
        display: inline-block;
        vertical-align: middle;
        border-right: 0; } }
    /* line 234, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__type__tab:last-child {
      margin-right: 0;
      border-right: 0; }
    /* line 243, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__type__tab--active .icon.icon-productListImage::before, .cProductList__type__tab--active .icon.icon-productListLine::before, .cProductList__type__tab--active .icon.icon-productListTable::before {
      color: #c2a360; }
    /* line 255, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
    .cProductList__type__tab:hover:not(.cProductList__type__tab--active) .icon.icon-productListImage::before, .cProductList__type__tab:hover:not(.cProductList__type__tab--active) .icon.icon-productListLine::before, .cProductList__type__tab:hover:not(.cProductList__type__tab--active) .icon.icon-productListTable::before {
      color: #c2a360; }

/* line 269, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList.scss */
.cProductList--widget, .cProductList--related {
  border-top: 1px solid #ddd; }

/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
.cProductListTable {
  display: table;
  width: 100%;
  max-width: 100%;
  font-size: 13px;
  font-size: 0.86667rem; }
  @media screen and (max-width: 767px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td.cProductListTable__sku {
      padding-left: 40%;
      text-align: right; }
      /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td.cProductListTable__sku::before {
        content: attr(data-attribute-sku);
        position: absolute; } }
  @media screen and (max-width: 767px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td.cProductListTable__name {
      padding-left: 40%;
      text-align: right; }
      /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td.cProductListTable__name::before {
        content: attr(data-attribute-name);
        position: absolute; } }
  @media screen and (max-width: 767px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td.cProductListTable__availability {
      padding-left: 40%;
      text-align: right; }
      /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td.cProductListTable__availability::before {
        content: attr(data-attribute-availability);
        position: absolute; } }
  @media screen and (max-width: 767px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td.cProductListTable__rating {
      padding-left: 40%;
      text-align: right; }
      /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td.cProductListTable__rating::before {
        content: attr(data-attribute-rating);
        position: absolute; } }
  @media screen and (max-width: 767px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td.cProductListTable__price {
      padding-left: 40%;
      text-align: right; }
      /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td.cProductListTable__price::before {
        content: attr(data-attribute-price);
        position: absolute; } }
  @media screen and (max-width: 767px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td.cProductListTable__buy {
      padding-left: 40%;
      text-align: right; }
      /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td.cProductListTable__buy::before {
        content: attr(data-attribute-buy);
        position: absolute; } }
  /* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
  .cProductListTable td, .cProductListTable th {
    padding: 8px ;
    padding: 0.5rem ;
    border-width: 1px;
    border: 0; }
    @media screen and (max-width: 767px) {
      /* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td, .cProductListTable th {
        display: block;
        border: 0 !important;
        border-bottom: 1px solid #ddd !important;
        text-align: right; } }
    @media screen and (min-width: 768px) {
      /* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td, .cProductListTable th {
        border: 1px solid #ddd; } }
    @media screen and (max-width: 767px) {
      /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td:before, .cProductListTable th:before {
        top: auto;
        left: 15px;
        right: auto;
        bottom: auto;
        position: absolute;
        width: 40%;
        text-align: left;
        font-weight: normal; } }
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
  .cProductListTable thead th {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top: 0;
    font-weight: normal; }
  @media screen and (max-width: 767px) {
    /* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable td {
      position: relative;
      padding: 8px 15px ;
      padding: 0.5rem 1rem ;
      padding-left: 50%; }
      /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td:first-child {
        padding-top: 15px ;
        padding-top: 1rem ; }
      /* line 79, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable td:last-child {
        padding-bottom: 15px ;
        padding-bottom: 1rem ; } }
  /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
  .cProductListTable thead tr {
    border-bottom: 0; }
  @media screen and (max-width: 767px) {
    /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable tr {
      display: flex;
      flex-direction: column;
      border-bottom: 1px solid #ddd; }
      /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable tr:nth-child(even) {
        background-color: #f5f5f5; } }
  @media screen and (max-width: 767px) {
    /* line 104, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable .cProductListTable__sku {
      order: 2; } }
  @media screen and (min-width: 768px) {
    /* line 104, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable .cProductListTable__sku {
      width: 15%;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    /* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable__name {
      order: 1; } }
  /* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
  .cProductListTable__name .cProduct__name {
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      /* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
      .cProductListTable__name .cProduct__name {
        font-size: 16px;
        font-size: 1.06667rem; } }
    /* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable__name .cProduct__name:hover {
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable .cProductListTable__availability {
      order: 3; } }
  @media screen and (min-width: 768px) {
    /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable .cProductListTable__availability {
      width: 10%;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    /* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable__rating {
      order: 4; } }
  @media screen and (max-width: 767px) {
    /* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable .cProductListTable__price {
      order: 5; } }
  @media screen and (min-width: 768px) {
    /* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable .cProductListTable__price {
      width: 15%;
      text-align: right; } }
  /* line 168, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
  .cProductListTable .cProduct__price--incVat {
    font-size: 15px;
    font-size: 1rem; }
  @media screen and (max-width: 767px) {
    /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable__buy {
      order: 6; } }
  @media screen and (max-width: 767px) {
    /* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--table.scss */
    .cProductListTable__buy .btn--buy {
      width: 50%; } }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
.cProductList--box .grid {
  margin-left: 0;
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  border: 1px solid #ddd;
  border-bottom: 0; }
  /* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
  .cProductList--box .grid__item, .cProductList--box .label--inline, .cProductList--box .label--inline + .field {
    padding-left: 0; }

/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
.cProductListBox {
  position: relative;
  padding: 30px ;
  padding: 2rem ;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  cursor: default; }
  /* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
  .cProductListBox .cProduct__name {
    margin-bottom: 0;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      /* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
      .cProductListBox .cProduct__name {
        font-size: 16px;
        font-size: 1.06667rem; } }
    /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox .cProduct__name .cProduct__link {
      text-decoration: none; }
      /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
      .cProductListBox .cProduct__name .cProduct__link:hover {
        text-decoration: underline; }
  /* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
  .cProductListBox__img {
    text-align: center;
    padding-right: 30px ;
    padding-right: 2rem ;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    @media screen and (min-width: 768px) {
      /* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
      .cProductListBox__img {
        float: left;
        width: 30%; } }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox__img img {
      width: auto;
      text-align: center; }
      @media screen and (min-width: 768px) {
        /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
        .cProductListBox__img img {
          max-height: 185px ;
          max-height: 12.33333rem ; } }
      @media screen and (min-width: 1024px) {
        /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
        .cProductListBox__img img {
          max-height: 235px ;
          max-height: 15.66667rem ; } }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox__img ._blankImage {
      max-width: 50%;
      max-height: 200px;
      margin: auto; }
      @media screen and (min-width: 768px) {
        /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
        .cProductListBox__img ._blankImage {
          height: 170px; } }
  @media screen and (min-width: 768px) {
    /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox__content {
      float: right;
      margin-left: 0;
      width: 70%; } }
  @media screen and (min-width: 768px) {
    /* line 96, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox__price {
      float: right;
      text-align: right; } }
  @media screen and (min-width: 768px) {
    /* line 109, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox__buy {
      display: block;
      clear: both;
      margin-top: 8px ;
      margin-top: 0.5rem ;
      margin-bottom: 8px ;
      margin-bottom: 0.5rem ; } }
  /* line 119, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
  .cProductListBox__desc {
    float: left;
    font-size: 13px;
    font-size: 0.86667rem;
    margin-top: 8px ;
    margin-top: 0.5rem ; }
    @media screen and (min-width: 768px) {
      /* line 119, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
      .cProductListBox__desc {
        min-height: 63px ;
        min-height: 4.16667rem ;
        max-width: 50%; } }
    @media screen and (min-width: 1024px) {
      /* line 119, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
      .cProductListBox__desc {
        min-height: 65px ;
        min-height: 4.33333rem ; } }
  /* line 136, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
  .cProductListBox__labels {
    position: absolute;
    left: 0;
    top: 30px;
    pointer-events: none; }
    /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--box.scss */
    .cProductListBox__labels .label {
      float: left;
      clear: both; }

/* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
.cProductList--image .grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0 ;
  margin: 0 0 2rem 0 ;
  border-left: 1px solid #ddd; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductList--image .grid__item, .cProductList--image .label--inline, .cProductList--image .label--inline + .field {
    padding: 16px ;
    padding: 1.06667rem ;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }

/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
.cProductListImg {
  position: relative;
  margin-bottom: 0; }
  /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__img {
    margin-bottom: 15px ;
    margin-bottom: 1rem ;
    text-align: center; }
    @media screen and (min-width: 768px) {
      /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
      .cProductListImg__img {
        display: flex;
        align-items: center;
        align-content: center;
        min-height: 200px ;
        min-height: 13.33333rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
      .cProductListImg__img {
        min-height: 250px ;
        min-height: 16.66667rem ; } }
    /* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
    .cProductListImg__img .cProductListImg__link {
      display: inline-block;
      width: 100%; }
    /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
    .cProductListImg__img img {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      @media screen and (min-width: 768px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
        .cProductListImg__img img {
          height: 170px; } }
      @media screen and (min-width: 768px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
        .cProductListImg__img img {
          max-height: 185px ;
          max-height: 12.33333rem ; } }
      @media screen and (min-width: 1024px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
        .cProductListImg__img img {
          max-height: 235px ;
          max-height: 15.66667rem ; } }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
    .cProductListImg__img ._blankImage {
      max-width: 50%;
      max-height: 200px;
      margin: auto; }
      @media screen and (min-width: 768px) {
        /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
        .cProductListImg__img ._blankImage {
          height: 170px; } }
  /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__link {
    text-decoration: none; }
    /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
    .cProductListImg__link:hover {
      text-decoration: underline; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__prices {
    text-align: center; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__labels {
    position: absolute;
    left: -16px;
    top: 0;
    pointer-events: none; }
    /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
    .cProductListImg__labels .label {
      float: left;
      clear: both; }
  /* line 112, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__title {
    font-size: 15px;
    font-size: 1rem;
    text-align: center; }
  /* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__availability {
    position: relative;
    min-height: 50px ;
    min-height: 3.33333rem ;
    padding: 8px 15px ;
    padding: 0.53333rem 1rem ;
    margin-top: 30px ;
    margin-top: 2rem ;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.2; }
  /* line 134, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductList--image.scss */
  .cProductListImg__desc {
    margin-top: 15px ;
    margin-top: 1rem ;
    font-size: 13px;
    font-size: 0.86667rem; }

/* ==========================================================================
	FULLTEXT - VYSLEDKY VYHLEDAVANI u PRODUKTOVEHO KATALOBU
	========================================================================== */
@media screen and (max-width: 767px) {
  /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
  .cFtr__item--categories .cFtr__item__title {
    font-size: 13px;
    font-size: 0.86667rem; } }

/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
.cFtr__item--categories .cFtr__item__anotation {
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
.cFtr__item--categories .cFtr__item__img {
  float: left;
  width: 35%; }
  @media screen and (min-width: 768px) {
    /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr__item--categories .cFtr__item__img {
      width: 25%; } }
  @media screen and (min-width: 1024px) {
    /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr__item--categories .cFtr__item__img {
      width: 15%; } }

/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
.cFtr__item--categories .cFtr__item__wrapper {
  float: right;
  width: 65%;
  padding-left: 15px ;
  padding-left: 1rem ;
  margin: 0; }
  @media screen and (min-width: 768px) {
    /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr__item--categories .cFtr__item__wrapper {
      width: 75%; } }
  @media screen and (min-width: 1024px) {
    /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr__item--categories .cFtr__item__wrapper {
      width: 85%; } }

/* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
.cFtr .cProductListBox__img {
  width: 35%; }
  @media screen and (min-width: 768px) {
    /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr .cProductListBox__img {
      width: 25%; } }
  @media screen and (min-width: 1024px) {
    /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr .cProductListBox__img {
      width: 15%; } }

/* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
.cFtr .cProductListBox__content {
  width: 65%; }
  @media screen and (min-width: 768px) {
    /* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr .cProductListBox__content {
      width: 75%; } }
  @media screen and (min-width: 1024px) {
    /* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
    .cFtr .cProductListBox__content {
      width: 85%; } }

@media screen and (max-width: 767px) {
  /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
  .cFtr .cProductListBox__title {
    font-size: 13px;
    font-size: 0.86667rem; } }

/* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
.cFtr .cProductListBox__price {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  /* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
  .cFtr .accordion {
    margin: 30px 0 ;
    margin: 2rem 0 ; } }

@media screen and (max-width: 767px) {
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
  .cFtr .accordion .accordion__item {
    border: 0; } }

@media screen and (max-width: 767px) {
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_cProductResults.scss */
  .cFtr .accordion .accordion__item__content {
    padding: 0; } }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.label {
  display: inline-block;
  vertical-align: middle;
  padding: 1px 15px ;
  padding: 0.06667rem 1rem ;
  margin-bottom: 4px ;
  margin-bottom: 0.25rem ;
  margin-right: 4px ;
  margin-right: 0.25rem ;
  border: none;
  font-size: 11px;
  font-size: 0.73333rem;
  background-color: #f5f5f5;
  text-transform: uppercase; }
  /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .label--new {
    background-color: #89cb52;
    color: #fff; }
  /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .label--discount {
    background-color: #e83f3e;
    color: #fff; }
  /* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .label--sale {
    background-color: #dbd418; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .label--bestSeller {
    background-color: #f5f5f5; }
  /* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .label--top {
    background-color: #007DC4;
    color: #fff; }

/* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.cReviews {
  display: inline-block;
  vertical-align: text-bottom;
  width: 100px;
  height: 20px;
  background-image: url(../img/stars.svg);
  background-color: transparent;
  background-position: 0 0;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  text-align: left; }
  /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .no-svg .cReviews {
    background-image: url(../img/pngFallback/stars.png); }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cReviews__review {
    display: inherit;
    background: inherit;
    background-position: 0 -20px;
    height: inherit; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p0 {
      width: 0px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p10 {
      width: 10px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p20 {
      width: 20px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p30 {
      width: 30px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p40 {
      width: 40px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p50 {
      width: 50px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p60 {
      width: 60px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p70 {
      width: 70px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p80 {
      width: 80px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p90 {
      width: 90px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cReviews__review--p100 {
      width: 100px; }

/* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.cAvailability {
  font-size: 11px;
  font-size: 0.73333rem;
  text-transform: uppercase; }
  /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cAvailability__text {
    display: block; }
  /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cAvailability--stock {
    color: #36b115; }
  /* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cAvailability--nStock {
    color: #e83f3e; }
  /* line 107, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cAvailability--request {
    color: #dbd418; }

/* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.btn--buy {
  background-color: #89cb52;
  color: #fff; }

/* line 124, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.btn--cart {
  width: 50px;
  height: auto;
  background-image: url(../img/chart-icon.svg);
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat; }
  /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .no-svg .btn--cart {
    background-image: url(../img/pngFallback/chart-icon.png); }

/* line 134, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.cProductDesc {
  font-size: 13px;
  font-size: 0.86667rem; }

/* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.cProduct__productcode,
.cProduct__availability {
  display: table;
  width: 100%; }
  /* line 149, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cProduct__productcode span,
  .cProduct__availability span {
    display: table-cell;
    width: 50%; }
    /* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .cProduct__productcode span + span,
    .cProduct__availability span + span {
      text-align: right; }

/* line 162, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.productFilter {
  position: relative;
  /*&__input {		
		cursor: pointer;
		border-radius: 0;
		
		// Aktivni input - rozbaleny dropdown
		&--active {

			.productFilter__toggle {

				&:before {
					content: "▲";
				}
			}
		}
	}*/
  /*&__toggle {
		@include abs-pos(0 0 auto auto);
		@include wh(50px, 100%);
		border-left: 1px solid $border-color;
		text-align: center;
		color: $text-color-light;
		&:before {
			@extend %absCentered;
			display: block;
			content: "▼";
		}		
	}*/
  /*&__drop {
		@include abs-pos(auto 0 auto 0);
		z-index: 10;
		width: 100%;		
		border: 1px solid $border-color;
		border-top: 0;
		background-color: #fff;
		@include font-size($milli);

		&__item {
			margin-bottom: 0;
			padding-left: 0 !important;
			background-image: none !important;			
			
			&__in {
				@include x-rem(padding, 3px $half-spacing-unit / 2);
				display: block;
				text-decoration: none;
				color: inherit;
				font-size: inherit;
			}
		}
	}*/ }
  /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productFilter__list {
    margin-bottom: 0;
    display: inline-table; }
    /* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__list--hidden {
      position: absolute;
      top: 100%;
      z-index: 1;
      border: 1px solid #ddd;
      border-bottom: 0; }
      @media screen and (max-width: 767px) {
        /* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
        .productFilter__list--hidden {
          left: auto !important;
          right: 0;
          width: 100%; } }
      /* line 182, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productFilter__list--hidden .productFilter__item {
        display: block;
        margin-bottom: 0; }
      /* line 187, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productFilter__list--hidden .productFilter__link {
        background-color: #f5f5f5;
        border-bottom: 1px solid #ddd; }
  /* line 195, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productFilter__greedyBtn {
    position: absolute;
    top: 0;
    padding: 15px ;
    padding: 1rem ;
    height: 100%;
    z-index: 1;
    border: 0;
    border-right: 1px solid #ddd;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #c2c2c2;
    white-space: nowrap;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      /* line 195, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productFilter__greedyBtn {
        right: 0;
        left: auto !important; } }
    /* line 211, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__greedyBtn:hover {
      color: #c2a360; }
    /* line 215, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__greedyBtn.active {
      color: #c2a360; }
    /* line 219, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__greedyBtn:focus {
      outline: 0; }
    /* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__greedyBtn .icon-drop::before {
      color: #c2c2c2;
      font-size: 11px;
      font-size: 0.73333rem; }
  /* line 233, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productFilter__item {
    display: table-cell;
    white-space: nowrap; }
  /* line 239, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productFilter__link {
    display: block;
    padding: 15px ;
    padding: 1rem ;
    border-right: 1px solid #ddd;
    text-decoration: none;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 246, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__link:hover {
      background-color: #e8e8e8; }
    /* line 251, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productFilter__link.active {
      background-color: #e8e8e8; }

/* line 321, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.productMenu {
  border: 1px solid #ad8b42;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    /* line 321, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productMenu {
      border: 0; } }
  /* line 329, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productMenu__title {
    padding: 15px 8px ;
    padding: 1rem 0.5rem ;
    background-color: #c2a360;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
    border-bottom: 1px solid #ad8b42; }
  /* line 338, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productMenu .nav__item {
    border-bottom: 0 !important; }
    /* line 341, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productMenu .nav__item__in {
      background-color: #c2a360;
      padding: 15px ;
      padding: 1rem ;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #ad8b42; }
      /* line 348, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productMenu .nav__item__in:hover {
        background-color: #ad8b42; }
      /* line 352, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productMenu .nav__item__in .nav--lev__holder {
        border-left-color: #ad8b42; }
    /* line 359, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productMenu .nav__item.page--active .nav__item__in {
      background-color: #fff;
      color: #333;
      font-weight: bold; }
  /* line 368, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .productMenu--inline {
    clear: both;
    background-color: #c2a360; }
    @media screen and (min-width: 768px) {
      /* line 368, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productMenu--inline {
        padding-left: 45px ;
        padding-left: 3rem ; } }
    /* line 376, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productMenu--inline__list {
      margin-bottom: 0; }
    /* line 380, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
    .productMenu--inline__item {
      display: block;
      margin: 0;
      width: 100%; }
      @media screen and (max-width: 767px) {
        /* line 385, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
        .productMenu--inline__item:not(:last-child) {
          border-bottom: 1px solid #ad8b42; } }
      @media screen and (min-width: 768px) {
        /* line 380, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
        .productMenu--inline__item {
          float: left;
          width: auto;
          border-bottom: 0; }
          /* line 395, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
          .productMenu--inline__item:not(:last-child) {
            border-right: 1px solid #ad8b42; } }
      /* line 400, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
      .productMenu--inline__item__in {
        display: block;
        padding: 15px ;
        padding: 1rem ;
        text-decoration: none;
        color: white; }
        /* line 406, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
        .productMenu--inline__item__in:hover {
          background-color: #ad8b42;
          color: white; }

/* line 418, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
.cProduct__price {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  /* line 424, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cProduct__price--incVat {
    font-weight: bold;
    color: #c2a360;
    font-size: 20px;
    font-size: 1.33333rem; }
  /* line 436, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cProduct__price--recommend {
    text-decoration: line-through;
    font-size: 11px;
    font-size: 0.73333rem;
    line-height: 1; }
  /* line 442, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productComponents.scss */
  .cProduct__price--saving {
    font-size: 11px;
    font-size: 0.73333rem;
    line-height: 1; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
.productCatalogFilter {
  position: relative;
  width: 100%;
  padding: 30px ;
  padding: 2rem ;
  background-color: #f5f5f5;
  border: 1px solid #ddd; }
  @media screen and (min-width: 768px) {
    /* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter__wrapper {
      display: flex;
      align-items: flex-end; } }
  @media screen and (min-width: 768px) {
    /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter__col--left {
      flex-grow: 2; } }
  @media screen and (min-width: 768px) {
    /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter__col--right {
      padding-left: 30px; } }
  @media screen and (min-width: 768px) {
    /* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter__col--right.up {
      margin-top: 25px; } }
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
  .productCatalogFilter__catTitle {
    margin-bottom: 7.5px;
    font-size: 13px;
    font-size: 0.86667rem; }
    @media screen and (min-width: 768px) {
      /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
      .productCatalogFilter__catTitle--side {
        display: table-cell;
        vertical-align: top;
        padding-right: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
        min-width: 120px; } }
    @media screen and (min-width: 768px) {
      /* line 64, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
      .productCatalogFilter__catTitle--side + .productCatalogFilter__inner {
        display: table-cell;
        vertical-align: top;
        width: 100%; } }
    /* line 79, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .desk--one-third .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--two-sixths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--four-twelfths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--eight-twentyfourths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--eighteen-twentyfourths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item,
    .desk--one-quarter .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--two-eighths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--three-twelfths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--four-sixteenths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--six-twentyfourths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item,
    .desk--one-fifth .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item, .desk--two-tenths .productCatalogFilter__catTitle--side + .productCatalogFilter__inner .productCatalogFilter__item {
      width: 100% !important; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter--select .productCatalogFilter__catTitle--side {
      vertical-align: middle; }
    /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter__catTitle--up {
      min-height: 22px; }
  @media screen and (max-width: 767px) {
    /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .grid__item, .productCatalogFilter .label--inline, .productCatalogFilter .label--inline + .field {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    /* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter__item {
      margin-bottom: 7.5px; } }
  @media screen and (min-width: 768px) {
    /* line 122, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .desk--one-whole .productCatalogFilter__item,
    .productCatalogFilter .desk--one-half .productCatalogFilter__item,
    .productCatalogFilter .desk--two-quarters .productCatalogFilter__item,
    .productCatalogFilter .desk--three-sixths .productCatalogFilter__item,
    .productCatalogFilter .desk--four-eighths .productCatalogFilter__item,
    .productCatalogFilter .desk--five-tenths .productCatalogFilter__item,
    .productCatalogFilter .desk--six-twelfths .productCatalogFilter__item,
    .productCatalogFilter .desk--eight-sixteenths .productCatalogFilter__item,
    .productCatalogFilter .desk--twelve-twentyfourths .productCatalogFilter__item {
      display: inline-block;
      vertical-align: middle;
      margin-right: 45px; } }
  /* line 127, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
  .productCatalogFilter .desk--one-whole .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--one-half .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--two-quarters .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--three-sixths .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--four-eighths .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--five-tenths .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--six-twelfths .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--eight-sixteenths .productCatalogFilter__item:last-child,
  .productCatalogFilter .desk--twelve-twentyfourths .productCatalogFilter__item:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    /* line 137, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .desk--one-half .productCatalogFilter__item, .productCatalogFilter .desk--two-quarters .productCatalogFilter__item, .productCatalogFilter .desk--three-sixths .productCatalogFilter__item, .productCatalogFilter .desk--four-eighths .productCatalogFilter__item, .productCatalogFilter .desk--five-tenths .productCatalogFilter__item, .productCatalogFilter .desk--six-twelfths .productCatalogFilter__item, .productCatalogFilter .desk--eight-sixteenths .productCatalogFilter__item, .productCatalogFilter .desk--twelve-twentyfourths .productCatalogFilter__item {
      width: 50%;
      margin-right: 0; } }
  /* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
  .productCatalogFilter--select .productCatalogFilter__wrapper {
    align-items: flex-start; }
  /* line 158, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
  .productCatalogFilter--checkbox {
    align-items: center; }
    @media screen and (max-width: 767px) {
      /* line 162, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
      .productCatalogFilter--checkbox .productCatalogFilter__catTitle {
        padding-bottom: 7.5px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px; } }
  @media screen and (min-width: 768px) {
    /* line 174, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .filterContainer {
      max-width: 90%; } }
  /* line 179, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
  .productCatalogFilter .filterContainer .label--filter {
    background-color: #ddd;
    margin-right: 5px ;
    margin-right: 0.33333rem ;
    margin-top: 8px ;
    margin-top: 0.53333rem ;
    cursor: pointer;
    text-transform: none; }
    /* line 186, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .filterContainer .label--filter:hover {
      background-color: #d0d0d0; }
    /* line 191, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .filterContainer .label--filter .removeFilter {
      margin-left: 5px ;
      margin-left: 0.33333rem ;
      font-style: normal;
      font-weight: bold;
      font-size: 13px;
      font-size: 0.86667rem; }
  /* line 201, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
  .productCatalogFilter .resetFilter {
    position: absolute;
    top: 110%;
    right: 30px;
    color: #333;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 206, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .resetFilter:hover {
      text-decoration: underline;
      color: #333; }
    /* line 211, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
    .productCatalogFilter .resetFilter .icon-close {
      margin-left: 8px ;
      margin-left: 0.53333rem ; }
      /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/productCatalog/_productFilter.scss */
      .productCatalogFilter .resetFilter .icon-close::before {
        color: #B6B6B6; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-hidden {
  display: none !important; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  /* line 64, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-panel.mm-highest {
    z-index: 1; }

/* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

/* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box; }
  /* line 88, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  /* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

/* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

/* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  /* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

/* line 127, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

/* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  bottom: auto; }
  /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    bottom: auto; }

/* line 148, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 155, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-navbar {
  border-bottom: 1px solid;
  border-color: #ddd;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  /* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  /* line 176, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  /* line 181, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  /* line 185, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    /* line 194, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    /* line 199, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panel .mm-navbar {
  display: none; }

/* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

/* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-listview,
.mm-listview > li {
  list-style: none; }

/* line 229, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  /* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-listview > li {
    position: relative; }
    /* line 245, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      margin: 0; }
      /* line 255, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
  /* line 273, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-left: 1px solid #ddd; }
    /* line 287, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      padding-right: 50px; }
    /* line 293, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      /* line 297, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      /* line 302, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

/* line 313, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

/* line 317, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

/* line 326, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  /* line 332, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

/* line 340, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

/* line 352, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-listview .mm-spacer {
  padding-top: 40px; }
  /* line 356, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  /* line 361, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

/* line 369, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* line 375, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

/* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/jquery.mmenu.oncanvas.scss */
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

/* line 7, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  /* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    /* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  /* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_colors.scss */
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-page {
  box-sizing: border-box;
  position: relative; }

/* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

/* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-opened {
  overflow-x: hidden;
  position: relative; }

/* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-blocking {
  overflow: hidden; }
  /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
  html.mm-blocking body {
    overflow: hidden; }

/* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-background .mm-page {
  background: #fff; }

/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
html.mm-blocking #mm-blocker {
  display: block; }

/* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

/* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/addons/jquery.mmenu.offcanvas.scss */
.mm-menu.mm-current {
  display: block; }

/* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 300px; }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 375px) {
  /* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
* {
  -webkit-tap-highlight-color: transparent; }

/* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
#mm-blocker {
  z-index: -1 !important; }

/* line 16, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

/* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-right {
  left: auto;
  right: 0; }

/* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

/* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 375px) {
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0); } }

/* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

/* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front {
  z-index: 3; }

/* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-front, .mm-menu.mm-next {
  transition: transform 0.4s ease, opacity 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }
  /* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

/* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

/* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

/* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
.mobileMenu.mm-menu.mm-front .mobileHeader__component, .mobileMenu.mm-menu.mm-next .mobileHeader__component {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: scale(1.1) translateY(-30px);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out; }
  /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(1), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(1) {
    transition-delay: 300ms, 300ms; }
  /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(2), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(2) {
    transition-delay: 350ms, 350ms; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(3), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(3) {
    transition-delay: 400ms, 400ms; }
  /* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(4), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(4) {
    transition-delay: 450ms, 450ms; }
  /* line 109, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(5), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(5) {
    transition-delay: 500ms, 500ms; }
  /* line 112, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(6), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(6) {
    transition-delay: 550ms, 550ms; }
  /* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(7), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(7) {
    transition-delay: 600ms, 600ms; }
  /* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component:nth-child(8), .mobileMenu.mm-menu.mm-next .mobileHeader__component:nth-child(8) {
    transition-delay: 650ms, 650ms; }
  /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item, .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform: scale(1.1) translateY(-30px);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out; }
    /* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(1), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(1) {
      transition-delay: 300ms, 300ms; }
    /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(2), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(2) {
      transition-delay: 350ms, 350ms; }
    /* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(3), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(3) {
      transition-delay: 400ms, 400ms; }
    /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(4), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(4) {
      transition-delay: 450ms, 450ms; }
    /* line 141, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(5), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(5) {
      transition-delay: 500ms, 500ms; }
    /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(6), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(6) {
      transition-delay: 550ms, 550ms; }
    /* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(7), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(7) {
      transition-delay: 600ms, 600ms; }
    /* line 150, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
    .mobileMenu.mm-menu.mm-front .mobileHeader__component .nav__item:nth-child(8), .mobileMenu.mm-menu.mm-next .mobileHeader__component .nav__item:nth-child(8) {
      transition-delay: 650ms, 650ms; }

/* line 162, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next,
html.mm-opening .mobileMenu.mm-menu.mm-front,
html.mm-opening .mobileMenu.mm-menu.mm-next {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 169, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
html.mm-opening .mm-menu .mobileHeader__component,
html.mm-opening .mobileMenu.mm-menu .mobileHeader__component {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transform: translateX(0) translateY(0); }
  /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/extensions/jquery.mmenu.positioning.scss */
  html.mm-opening .mm-menu .mobileHeader__component .nav__item,
  html.mm-opening .mobileMenu.mm-menu .mobileHeader__component .nav__item {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transform: none; }

/* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/jqueryMmenu/_inc/_sizing.scss */
.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 3, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.royalSlider > * {
  float: left; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

/* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

/* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

/* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

/* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

/* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

/* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsThumb {
  float: left;
  position: relative; }

/* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

/* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

/* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
/* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

/* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

/* line 124, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

/* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

/* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

/* line 146, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsPreloader {
  position: absolute;
  z-index: 0; }

/* line 151, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

/* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

/* line 160, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

/* line 167, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsTabs {
  float: left;
  background: none !important; }

/* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

/* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVideoContainer {
  /*left: 0;
	top: 0;
	position: absolute;*/
  /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

/* line 193, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

/* line 201, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

/* line 204, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
/* line 216, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

/* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

/* line 233, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
img.rsImg {
  max-width: none; }

/* line 237, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.grab-cursor {
  cursor: url(../img/plugins/royalSlider/grab.png) 8 8, move; }

/* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.grabbing-cursor {
  cursor: url(../img/plugins/royalSlider/grabbing.png) 8 8, move; }

/* line 245, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsNoDrag {
  cursor: auto; }

/* line 249, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/_royalslider.scss */
.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(../img/plugins/royalSlider/blank.gif); }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/* Background */
/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background-color: transparent; }

/***************
*
*  1. Arrows
*
****************/
/***************
*
*  2. Bullets
*
****************/
/* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsBullet {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/***************
*
*  3. Thumbnails
*
****************/
/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 82, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }
  /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
  .rsDefault .rsThumbsHor {
    height: 44px; }
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
  .rsDefault .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
/***************
*
*  6. Play/close video button
*
****************/
/* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

/* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../img/plugins/royalSlider/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

/* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

/* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

/* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

/* line 164, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

/* line 169, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/plugins/royalSlider/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

/* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
/* line 190, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../img/plugins/royalSlider/preloaders/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/* Scaling transforms - pro royalSlider nearby */
/* line 229, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.visibleNearby .rsSlide img {
  opacity: 0.45;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

/* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.visibleNearby .rsActiveSlide img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* line 249, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.visibleNearby {
  width: 100%;
  background: #141414;
  color: #FFF;
  padding-top: 25px; }

/* line 255, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.visibleNearby img {
  -webkit-backface-visibility: hidden; }

/* line 258, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.visibleNearby .rsGCaption {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 0 16px;
  /*background: #141414;*/
  background: #fff;
  color: #000;
  width: 100%;
  position: static;
  float: left;
  left: auto;
  bottom: auto;
  text-align: center; }

/* line 272, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/default/_rs-default.scss */
.visibleNearby .rsGCaption span {
  display: block;
  clear: both;
  color: #bbb;
  font-size: 14px;
  line-height: 22px; }

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/
/***************
*
*  1. Arrows
*
****************/
/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

/* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

/* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

/* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsArrowIcn {
  position: absolute;
  top: 50%;
  cursor: pointer; }

/* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
/* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsBullets {
  z-index: 35;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 15px ;
  line-height: 1rem ;
  overflow: hidden; }

/* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsBullet {
  width: 15px ;
  width: 1rem ;
  height: 15px ;
  height: 1rem ;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 15px ;
  padding: 1rem ;
  cursor: pointer; }

/* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsBullet span {
  display: block;
  width: 15px ;
  width: 1rem ;
  height: 15px ;
  height: 1rem ;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000; }

/* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsBullet:hover span {
  background: black; }

/* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsBullet.rsNavSelected span {
  background: black; }

/***************
*
*  3. Thumbnails
*
****************/
/* line 119, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumbsHor {
  width: 100%;
  height: 72px; }

/* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumbsVer {
  width: 170px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

/* line 130, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

/* line 134, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

/* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumb {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 72px; }

/* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumb img {
  width: 100%;
  height: 100%; }

/* line 148, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumb.rsNavSelected {
  background: #000;
  color: #fff; }

/* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

/* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTmb {
  display: block; }

/* Thumbnails with text */
/* line 161, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

/* line 168, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTmb span {
  margin: 0;
  padding: 0; }

/* Thumbnails arrow icons */
/* line 176, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

/* line 186, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumbsArrow:hover {
  background: rgba(0, 0, 0, 0.9); }

/* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

/* line 193, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

/* line 194, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

/* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

/* line 197, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

/* line 199, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumbsArrowIcn {
  cursor: pointer; }
  /* line 205, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsClear .rsThumbsArrowIcn::before {
    font-size: 20px;
    font-size: 1.33333rem; }

/* line 210, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg); }

/* line 212, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  transform: translateX(-50%) translateY(-50%) rotate(0); }

/* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  transform: translateX(-50%) translateY(-50%) rotate(180deg); }

/* line 215, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  transform: translateX(-50%) translateY(-50%) rotate(90deg); }

/* line 216, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsWithThumbsVer .rsThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  transform: translateX(-50%) translateY(-50%) rotate(-90deg); }

/* line 218, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  /* line 222, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsClear .rsThumb {
    width: 59px;
    height: 44px; }
  /* line 226, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsClear .rsThumbsHor {
    height: 44px; }
  /* line 229, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsClear .rsThumbsVer {
    width: 59px; } }

/***************
*
*  4. Tabs
*
****************/
/* line 243, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

/* line 250, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTab {
  display: inline-block;
  cursor: pointer;
  padding: 15px ;
  padding: 1rem ;
  color: #c2a360; }

/* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTab:active {
  color: #ad8b42; }

/* line 266, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsTab.rsNavSelected, .rsClear .rsTab:hover {
  color: #ad8b42; }

/***************
*
*  5. Fullscreen button
*
****************/
/* line 280, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

/* line 291, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/plugins/royalSlider/rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

/* line 304, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/* line 307, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
/* line 321, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

/* line 329, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url("../img/plugins/royalSlider/rs-default.png") no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

/* line 345, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

/* line 348, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

/* line 353, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

/* line 365, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

/* line 370, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("../img/plugins/royalSlider/rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

/* line 379, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
/* line 391, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url("../img/plugins/royalSlider/preloaders/preloader-white.gif");
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
/* line 410, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsClear .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/* line 437, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault .rsArrow {
  width: 50px;
  height: 100%;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

/* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 50px; }

/* line 454, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault .rsArrowIcn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 60px;
  background-color: #f5f5f5; }
  /* line 463, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsDefault .rsArrowIcn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 25px;
    font-size: 1.66667rem; }
  /* line 469, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsDefault .rsArrowIcn:hover {
    background-color: #c2a360; }
    /* line 472, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsArrowIcn:hover::before {
      color: #fff; }

/* line 481, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }
  @media screen and (min-width: 768px) {
    /* line 481, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault.rsHor .rsArrowLeft {
      left: 15px; } }

/* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }
  @media screen and (min-width: 768px) {
    /* line 489, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault.rsHor .rsArrowRight {
      right: 15px; } }

/* line 502, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsHor .rsArrowRight .rsArrowIcn::before {
  transform: translateX(-50%) translateY(-50%) rotate(-180deg); }

/* line 510, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

/* line 515, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

/* line 520, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

/* line 524, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

/* line 531, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  *display: none; }

/* line 542, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault .rsBullets {
  display: none;
  position: absolute;
  bottom: 35px ;
  bottom: 2.33333rem ;
  background: none;
  z-index: 35;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    /* line 542, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsBullets {
      display: block; } }

/* line 560, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault .rsBullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  padding: 6px 5px 6px; }
  /* line 567, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsDefault .rsBullet:hover > span {
    background-color: #c2a360; }
  /* line 572, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsDefault .rsBullet > span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background-color: #444;
    cursor: pointer; }
    /* line 580, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsBullet > span:hover {
      background-color: #c2a360; }
  /* line 588, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsDefault .rsBullet.rsNavSelected > span {
    background-color: #c2a360; }

/* line 597, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsDefault .rsTabs {
  display: none;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  padding-top: 12px;
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 597, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsTabs {
      display: block; } }
  /* line 611, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsDefault .rsTabs .rsTab {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 5px ;
    padding: 0.33333rem ;
    margin-right: 15px ;
    margin-right: 1rem ;
    border: 1px solid #ddd;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    color: #333;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    *display: inline;
    *zoom: 1; }
    /* line 628, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsTabs .rsTab:hover {
      border-color: #c2a360; }
    /* line 633, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsTabs .rsTab.rsNavSelected {
      border-width: 2px;
      width: 24px;
      height: 24px;
      border-color: #c2a360;
      box-shadow: none;
      background-image: none; }
    /* line 641, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsDefault .rsTabs .rsTab:active {
      border-color: #d0d0d0; }

/* line 657, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
[class^="rs"] {
  box-sizing: content-box; }

/* line 662, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.royalSlider {
  width: 100%;
  height: auto; }
  /* line 666, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider * {
    -webkit-backface-visibility: hidden; }
  /* line 670, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto; }
  /* line 684, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider--rsNavLeft .rsThumbsVer {
    right: auto;
    left: 0; }
  /* line 689, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider--rsNavLeft .rsOverflow {
    float: right; }
  /* line 697, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider--rsNavRight .rsThumbsVer {
    left: auto;
    right: 0; }
  /* line 702, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider--rsNavRight .rsOverflow {
    float: left; }
  /* line 717, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider--rsArrowsOut .rsOverflow {
    box-sizing: border-box; }
  /* line 728, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .royalSlider--rsNavWide {
    min-height: 420px; }
    /* line 738, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .royalSlider--rsNavWide .rsContent img {
      width: 100%; }
    /* line 744, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .royalSlider--rsNavWide .rsThumbs {
      width: 33%; }
      /* line 748, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
      .royalSlider--rsNavWide .rsThumbs .rsThumb {
        box-sizing: border-box;
        width: 100%;
        height: 75px;
        padding: 15px ;
        padding: 1rem ;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        background-color: #f5f5f5; }
        /* line 756, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
        .royalSlider--rsNavWide .rsThumbs .rsThumb:first-child {
          border-top: 1px solid #ddd; }
        /* line 764, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
        .royalSlider--rsNavWide .rsThumbs .rsThumb:hover .rsTmb__title {
          color: #c2a360; }
        /* line 770, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
        .royalSlider--rsNavWide .rsThumbs .rsThumb.rsNavSelected {
          padding-left: 30px ;
          padding-left: 2rem ;
          color: #333;
          background-color: #fff;
          border-left: 6px solid #c2a360;
          border-right-color: #fff; }
          /* line 778, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
          .royalSlider--rsNavWide .rsThumbs .rsThumb.rsNavSelected .rsTmb__title {
            color: #c2a360; }
          /* line 783, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
          .royalSlider--rsNavWide .rsThumbs .rsThumb.rsNavSelected img,
          .royalSlider--rsNavWide .rsThumbs .rsThumb.rsNavSelected .objectFit {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            display: none; }
        /* line 790, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
        .royalSlider--rsNavWide .rsThumbs .rsThumb .objectFit {
          float: left;
          width: 80px;
          height: 50px;
          margin-right: 30px ;
          margin-right: 2rem ; }
    /* line 804, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .royalSlider--rsNavWide .rsTmb__content .rsTmb__img,
    .royalSlider--rsNavWide .rsTmb__content .cNews--img__img {
      float: left;
      margin-right: 30px ;
      margin-right: 2rem ;
      width: 80px;
      max-height: 50px; }
    /* line 818, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .royalSlider--rsNavWide .rsTmb__content .rsTmb__date {
      margin-right: 15px ;
      margin-right: 1rem ; }

/* line 829, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsABlock {
  padding: 45px ;
  padding: 3rem ;
  width: 100%;
  box-sizing: border-box;
  background-color: #000;
  color: #fff; }
  /* line 838, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsABlock__title {
    color: #fff;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    /* line 843, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock__title > a {
      font-size: 16px;
      font-size: 1.06667rem;
      color: #fff; }
    /* line 849, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock__title .rsTmb__date {
      font-size: 13px;
      font-size: 0.86667rem;
      font-weight: normal; }
  @media screen and (min-width: 768px) {
    /* line 861, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--left-bottom {
      left: 0;
      bottom: 0;
      top: auto; } }
  @media screen and (min-width: 768px) {
    /* line 870, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--right-bottom {
      right: 0;
      bottom: 0;
      top: auto; } }
  @media screen and (min-width: 768px) {
    /* line 879, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--right-top {
      right: 0;
      top: 0;
      left: auto; } }
  @media screen and (min-width: 768px) {
    /* line 888, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--left-top {
      top: 0;
      left: 0; } }
  @media screen and (min-width: 768px) {
    /* line 896, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--right-bottom {
      right: 0;
      bottom: 0;
      left: auto;
      top: auto; } }
  @media screen and (min-width: 768px) {
    /* line 906, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--bottom {
      right: 0;
      bottom: 0;
      left: 0;
      top: auto; } }
  @media screen and (min-width: 768px) {
    /* line 916, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--top {
      left: 0;
      right: 0;
      top: 0; } }
  /* line 925, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
  .rsABlock--light {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000; }
    /* line 929, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--light h1 {
      color: #000; }
    /* line 929, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--light h2 {
      color: #000; }
    /* line 929, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--light h3 {
      color: #000; }
    /* line 929, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--light h4 {
      color: #000; }
    /* line 929, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--light h5 {
      color: #000; }
    /* line 929, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--light h6 {
      color: #000; }
  @media screen and (min-width: 768px) {
    /* line 936, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
    .rsABlock--full {
      width: 100%; } }

/* line 946, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsWithBullets .rsGCaption {
  bottom: 30px; }

/* line 952, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsImgCenter {
  margin: auto; }

/* line 959, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsSlideshow .rsGCaption {
  bottom: 4;
  width: 100%;
  padding: 0;
  background: transparent;
  text-align: center;
  z-index: 1; }

/* line 968, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/royalSlider/clear/_rs-clear.scss */
.rsSlideshow .rsGCaption__in {
  display: inline-block;
  width: 40%;
  padding: 15px ;
  padding: 1rem ; }

/* Magnific Popup CSS */
/* line 2, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

/* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-align-top .mfp-container:before {
  display: none; }

/* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

/* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-ajax-cur {
  cursor: progress; }

/* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

/* line 65, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

/* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

/* line 79, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-loading.mfp-figure {
  display: none; }

/* line 82, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-hide {
  display: none !important; }

/* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

/* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-preloader a {
  color: #cccccc; }

/* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-preloader a:hover {
  color: white; }

/* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-s-ready .mfp-preloader {
  display: none; }

/* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-s-error .mfp-content {
  display: none; }

/* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 122, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

/* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 141, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-close:active {
  top: 1px; }

/* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333; }

/* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

/* line 154, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

/* line 162, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

/* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow:active {
  margin-top: -54px; }

/* line 175, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

/* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

/* line 193, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

/* line 198, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow-left {
  left: 0; }

/* line 200, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

/* line 203, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

/* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow-right {
  right: 0; }

/* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

/* line 212, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

/* line 215, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 218, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

/* line 222, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

/* line 230, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

/* Main image in popup */
/* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
/* line 254, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-figure {
  line-height: 0; }

/* line 256, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

/* line 269, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

/* line 274, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-figure figure {
  margin: 0; }

/* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

/* line 285, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

/* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%; }

/* line 295, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  /* line 302, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  /* line 305, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* line 307, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  /* line 310, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  /* line 313, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 323, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  /* line 325, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  /* line 328, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  /* line 340, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  /* line 343, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  /* line 346, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  /* line 349, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* line 353, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-ie7 .mfp-img {
  padding: 0; }

/* line 355, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

/* line 361, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-ie7 .mfp-container {
  padding: 0; }

/* line 363, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px; }

/* line 365, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/plugins-v2/magnificPopup/_magnificpopup-0.9.9.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
.cHeader {
  position: relative;
  border-bottom: 1px solid transparent;
  z-index: 100;
  background-color: white; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader__inner {
    display: flex;
    align-items: center; }
    /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader__inner [class*="icon-"]::before {
      vertical-align: text-bottom;
      color: #c2a360;
      font-size: 16px;
      font-size: 1.06667rem;
      line-height: 1; }
    /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader__inner [class*="icon-"]:hover::before {
      color: #ad8a3d; }
  /* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader__component__link {
    text-decoration: none; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader__logo {
    padding: 0; }
    /* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader__logo img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader__logo .cHeader__link {
      display: block;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
        .cHeader__logo .cHeader__link {
          max-width: 100px ;
          max-width: 6.66667rem ; } }
      @media screen and (min-width: 768px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
        .cHeader__logo .cHeader__link {
          max-width: 135px ;
          max-width: 9rem ; } }
      @media screen and (min-width: 1024px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
        .cHeader__logo .cHeader__link {
          max-width: 170px ;
          max-width: 11.33333rem ; } }
      @media screen and (min-width: 1200px) {
        /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
        .cHeader__logo .cHeader__link {
          max-width: 190px ;
          max-width: 12.66667rem ; } }
  /* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--big.cHeader--separator .cHeader__inner {
    height: 100px; }
  @media screen and (min-width: 768px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__component {
      padding: 40px 0 40px 0 ;
      padding: 2.66667rem 0 2.66667rem 0 ;
      margin-left: 15px ;
      margin-left: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__component {
      padding: 50px 0 50px 0 ;
      padding: 3.33333rem 0 3.33333rem 0 ;
      margin-left: 30px ;
      margin-left: 2rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__component {
      padding: 60px 0 60px 0 ;
      padding: 4rem 0 4rem 0 ; } }
  @media screen and (min-width: 768px) {
    /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big.cHeader--separator .cHeader__mainNav .nav__item__in,
    .cHeader--big.cHeader--separator .cftSearchBtn,
    .cHeader--big.cHeader--separator .cHeader__link,
    .cHeader--big.cHeader--separator .drop-holder,
    .cHeader--big.cHeader--separator .cHeader__clientZone > a,
    .cHeader--big.cHeader--separator .cHeader__cta .btn--cta,
    .cHeader--big.cHeader--separator .cHeader__cta .cMap__field .btn, .cMap__field
    .cHeader--big.cHeader--separator .cHeader__cta .btn,
    .cHeader--big.cHeader--separator .cHeader__cta .cMap__field .cClientZone__logout, .cMap__field
    .cHeader--big.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--big.cHeader--separator .cHeader__cta .cNewsletter .btn, .cNewsletter
    .cHeader--big.cHeader--separator .cHeader__cta .btn,
    .cHeader--big.cHeader--separator .cHeader__cta .cNewsletter .cClientZone__logout, .cNewsletter
    .cHeader--big.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--big.cHeader--separator .cHeader__cta .cForm .btn, .cForm
    .cHeader--big.cHeader--separator .cHeader__cta .btn,
    .cHeader--big.cHeader--separator .cHeader__cta .cForm .cClientZone__logout, .cForm
    .cHeader--big.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--big.cHeader--separator .cHeader__cta .cConversButton .btn:not(.btn--inverse), .cConversButton
    .cHeader--big.cHeader--separator .cHeader__cta .btn:not(.btn--inverse),
    .cHeader--big.cHeader--separator .cHeader__cta .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton
    .cHeader--big.cHeader--separator .cHeader__cta .cClientZone__logout:not(.btn--inverse),
    .cHeader--big.cHeader--separator .cHeader__lang {
      padding: 0 15px ;
      padding: 0 1rem ;
      line-height: 100px;
      height: 100px; } }
  @media screen and (min-width: 768px) {
    /* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big.cHeader--separator .cLang--drop {
      margin-left: -15px ;
      margin-left: -1rem ;
      margin-right: -15px ;
      margin-right: -1rem ; } }
  /* line 160, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--big.cHeader--separator .cLang--drop .drop-holder {
    display: block; }
  /* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--medium.cHeader--separator .cHeader__inner {
    height: 80px; }
  @media screen and (min-width: 768px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__component {
      padding: 43px 0 43px 0 ;
      padding: 2.86667rem 0 2.86667rem 0 ;
      margin-left: 15px ;
      margin-left: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__component {
      padding: 43px 0 43px 0 ;
      padding: 2.86667rem 0 2.86667rem 0 ;
      margin-left: 30px ;
      margin-left: 2rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__component {
      padding: 43px 0 43px 0 ;
      padding: 2.86667rem 0 2.86667rem 0 ; } }
  @media screen and (min-width: 768px) {
    /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium.cHeader--separator .cHeader__mainNav .nav__item__in,
    .cHeader--medium.cHeader--separator .cftSearchBtn,
    .cHeader--medium.cHeader--separator .cHeader__link,
    .cHeader--medium.cHeader--separator .drop-holder,
    .cHeader--medium.cHeader--separator .cHeader__clientZone > a,
    .cHeader--medium.cHeader--separator .cHeader__cta .btn--cta,
    .cHeader--medium.cHeader--separator .cHeader__cta .cMap__field .btn, .cMap__field
    .cHeader--medium.cHeader--separator .cHeader__cta .btn,
    .cHeader--medium.cHeader--separator .cHeader__cta .cMap__field .cClientZone__logout, .cMap__field
    .cHeader--medium.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--medium.cHeader--separator .cHeader__cta .cNewsletter .btn, .cNewsletter
    .cHeader--medium.cHeader--separator .cHeader__cta .btn,
    .cHeader--medium.cHeader--separator .cHeader__cta .cNewsletter .cClientZone__logout, .cNewsletter
    .cHeader--medium.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--medium.cHeader--separator .cHeader__cta .cForm .btn, .cForm
    .cHeader--medium.cHeader--separator .cHeader__cta .btn,
    .cHeader--medium.cHeader--separator .cHeader__cta .cForm .cClientZone__logout, .cForm
    .cHeader--medium.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--medium.cHeader--separator .cHeader__cta .cConversButton .btn:not(.btn--inverse), .cConversButton
    .cHeader--medium.cHeader--separator .cHeader__cta .btn:not(.btn--inverse),
    .cHeader--medium.cHeader--separator .cHeader__cta .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton
    .cHeader--medium.cHeader--separator .cHeader__cta .cClientZone__logout:not(.btn--inverse),
    .cHeader--medium.cHeader--separator .cHeader__lang {
      padding: 0 15px ;
      padding: 0 1rem ;
      line-height: 80px;
      height: 80px; } }
  @media screen and (min-width: 768px) {
    /* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium.cHeader--separator .cLang--drop {
      margin-left: -15px ;
      margin-left: -1rem ;
      margin-right: -15px ;
      margin-right: -1rem ; } }
  /* line 160, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--medium.cHeader--separator .cLang--drop .drop-holder {
    display: block; }
  /* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--small.cHeader--separator .cHeader__inner {
    height: 60px; }
  @media screen and (min-width: 768px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__component {
      padding: 20px 0 20px 0 ;
      padding: 1.33333rem 0 1.33333rem 0 ;
      margin-left: 15px ;
      margin-left: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__component {
      padding: 20px 0 20px 0 ;
      padding: 1.33333rem 0 1.33333rem 0 ;
      margin-left: 30px ;
      margin-left: 2rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__component {
      padding: 20px 0 20px 0 ;
      padding: 1.33333rem 0 1.33333rem 0 ; } }
  @media screen and (min-width: 768px) {
    /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small.cHeader--separator .cHeader__mainNav .nav__item__in,
    .cHeader--small.cHeader--separator .cftSearchBtn,
    .cHeader--small.cHeader--separator .cHeader__link,
    .cHeader--small.cHeader--separator .drop-holder,
    .cHeader--small.cHeader--separator .cHeader__clientZone > a,
    .cHeader--small.cHeader--separator .cHeader__cta .btn--cta,
    .cHeader--small.cHeader--separator .cHeader__cta .cMap__field .btn, .cMap__field
    .cHeader--small.cHeader--separator .cHeader__cta .btn,
    .cHeader--small.cHeader--separator .cHeader__cta .cMap__field .cClientZone__logout, .cMap__field
    .cHeader--small.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--small.cHeader--separator .cHeader__cta .cNewsletter .btn, .cNewsletter
    .cHeader--small.cHeader--separator .cHeader__cta .btn,
    .cHeader--small.cHeader--separator .cHeader__cta .cNewsletter .cClientZone__logout, .cNewsletter
    .cHeader--small.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--small.cHeader--separator .cHeader__cta .cForm .btn, .cForm
    .cHeader--small.cHeader--separator .cHeader__cta .btn,
    .cHeader--small.cHeader--separator .cHeader__cta .cForm .cClientZone__logout, .cForm
    .cHeader--small.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--small.cHeader--separator .cHeader__cta .cConversButton .btn:not(.btn--inverse), .cConversButton
    .cHeader--small.cHeader--separator .cHeader__cta .btn:not(.btn--inverse),
    .cHeader--small.cHeader--separator .cHeader__cta .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton
    .cHeader--small.cHeader--separator .cHeader__cta .cClientZone__logout:not(.btn--inverse),
    .cHeader--small.cHeader--separator .cHeader__lang {
      padding: 0 15px ;
      padding: 0 1rem ;
      line-height: 60px;
      height: 60px; } }
  @media screen and (min-width: 768px) {
    /* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small.cHeader--separator .cLang--drop {
      margin-left: -15px ;
      margin-left: -1rem ;
      margin-right: -15px ;
      margin-right: -1rem ; } }
  /* line 160, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--small.cHeader--separator .cLang--drop .drop-holder {
    display: block; }
  @media screen and (min-width: 768px) {
    /* line 172, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big.cHeader--separator .cHeader__logo .cHeader__link, .cHeader--medium.cHeader--separator .cHeader__logo .cHeader__link, .cHeader--small.cHeader--separator .cHeader__logo .cHeader__link {
      padding: 0;
      line-height: normal;
      height: auto; } }
  /* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--big .cHeader__cta, .cHeader--medium .cHeader__cta, .cHeader--small .cHeader__cta {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--big.cHeader--centered .cHeader__logo,
  .cHeader--big.cHeader--beneath .cHeader__logo {
    padding-top: 45px ;
    padding-top: 3rem ;
    padding-bottom: 30px ;
    padding-bottom: 2rem ; }
  @media screen and (min-width: 768px) {
    /* line 195, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__mainNav .nav__item__in {
      padding: 15px ;
      padding: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 195, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__mainNav .nav__item__in {
      padding: 30px 10px ;
      padding: 2rem 0.66667rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 195, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__mainNav .nav__item__in {
      padding: 60px 15px ;
      padding: 4rem 1rem ; } }
  @media screen and (min-width: 768px) {
    /* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__logo .cHeader__link,
    .cHeader--big .cHeader__logo img {
      max-height: 60px ;
      max-height: 4rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__logo .cHeader__link,
    .cHeader--big .cHeader__logo img {
      max-height: 70px ;
      max-height: 4.66667rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--big .cHeader__logo .cHeader__link,
    .cHeader--big .cHeader__logo img {
      max-height: 100px ;
      max-height: 6.66667rem ; } }
  /* line 224, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--medium.cHeader--centered .cHeader__logo,
  .cHeader--medium.cHeader--beneath .cHeader__logo {
    padding-top: 30px ;
    padding-top: 2rem ;
    padding-bottom: 30px ;
    padding-bottom: 2rem ; }
  @media screen and (min-width: 768px) {
    /* line 230, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__logo .cHeader__link,
    .cHeader--medium .cHeader__logo img {
      max-height: 40px ;
      max-height: 2.66667rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 230, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__logo .cHeader__link,
    .cHeader--medium .cHeader__logo img {
      max-height: 45px ;
      max-height: 3rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 230, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__logo .cHeader__link,
    .cHeader--medium .cHeader__logo img {
      max-height: 50px ;
      max-height: 3.33333rem ; } }
  @media screen and (min-width: 768px) {
    /* line 243, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__mainNav .nav__item__in {
      padding: 15px ;
      padding: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 243, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__mainNav .nav__item__in {
      padding: 30px 10px ;
      padding: 2rem 0.66667rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 243, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--medium .cHeader__mainNav .nav__item__in {
      padding: 30px 15px ;
      padding: 2rem 1rem ; } }
  /* line 259, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
  .cHeader--small.cHeader--centered .cHeader__logo,
  .cHeader--small.cHeader--beneath .cHeader__logo {
    padding-top: 15px ;
    padding-top: 1rem ;
    padding-bottom: 15px ;
    padding-bottom: 1rem ; }
  @media screen and (min-width: 768px) {
    /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__mainNav .nav__item__in {
      padding: 15px ;
      padding: 1rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__mainNav .nav__item__in {
      padding: 30px 10px ;
      padding: 2rem 0.66667rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__mainNav .nav__item__in {
      padding: 20px 15px ;
      padding: 1.33333rem 1rem ; } }
  @media screen and (min-width: 768px) {
    /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__logo .cHeader__link,
    .cHeader--small .cHeader__logo img {
      max-height: 30px ;
      max-height: 2rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__logo .cHeader__link,
    .cHeader--small .cHeader__logo img {
      max-height: 40px ;
      max-height: 2.66667rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader.scss */
    .cHeader--small .cHeader__logo .cHeader__link,
    .cHeader--small .cHeader__logo img {
      max-height: 50px ;
      max-height: 3.33333rem ; } }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
.navbar {
  table-layout: fixed;
  width: 100%;
  transition: all .3s ease-in-out;
  height: 48px;
  overflow: hidden;
  background-color: #c2a360; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar--top .navbar__right .navbar__component:last-child {
    padding-right: 0; }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar--top .navbar__left .navbar__component:first-child {
    padding-left: 0; }
  /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar--hidden {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; }
  /* line 35, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar__inner {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto; }
  /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar__left {
    display: table-cell;
    vertical-align: top;
    width: 10%; }
    @media screen and (min-width: 1024px) {
      /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__left {
        width: 30%; } }
    @media screen and (min-width: 1200px) {
      /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__left {
        width: 40%; } }
  /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar__right {
    display: table-cell;
    vertical-align: top;
    width: 90%;
    text-align: right; }
    @media screen and (min-width: 1024px) {
      /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__right {
        width: 70%; } }
    @media screen and (min-width: 1200px) {
      /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__right {
        width: 60%; } }
    /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__right .navbar__component:last-child {
      border-right: 0; }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar__component {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 15px 30px ;
    padding: 1rem 2rem ;
    font-size: 13px;
    font-size: 0.86667rem;
    border-right: 1px solid #c2a360; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component [class*="icon-"]::before {
      color: #c2a360;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      filter: alpha(opacity=80);
      font-size: 20px;
      font-size: 1.33333rem;
      line-height: 1.1; }
    /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component [class*="icon-"]:hover::before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    /* line 98, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component a {
      color: #cce5f3; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component--btn {
      padding: 0; }
      /* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__component--btn a {
        display: block;
        padding: 15px 30px ;
        padding: 1rem 2rem ; }
    /* line 114, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component--phone, .navbar__component--mail {
      border-right: 0;
      padding-right: 0; }
      @media screen and (min-width: 768px) {
        /* line 114, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
        .navbar__component--phone, .navbar__component--mail {
          padding-left: 6px ;
          padding-left: 0.4rem ; } }
      @media screen and (min-width: 1024px) {
        /* line 114, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
        .navbar__component--phone, .navbar__component--mail {
          padding-left: 12px ;
          padding-left: 0.8rem ; } }
    /* line 127, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component--sideNav {
      flex-grow: 1;
      text-align: right; }
      /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__component--sideNav .nav__item {
        padding-left: 15px ;
        padding-left: 1rem ; }
        /* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
        .navbar__component--sideNav .nav__item:first-child {
          padding-left: 0; }
        /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
        .navbar__component--sideNav .nav__item__in {
          text-decoration: underline;
          font-size: 13px;
          font-size: 0.86667rem; }
          /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
          .navbar__component--sideNav .nav__item__in:hover {
            text-decoration: none; }
      /* line 155, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
      .navbar__component--sideNav .nav__item__in--drop::after {
        content: '';
        display: none; }
    /* line 162, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar__component--slogan {
      display: none; }
      @media screen and (min-width: 1024px) {
        /* line 162, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
        .navbar__component--slogan {
          display: inline-block; } }
  /* line 170, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar .cSocialSites {
    margin-bottom: 0; }
    /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar .cSocialSites .nav__item {
      margin-bottom: 0; }

/* line 180, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
.navbar--bottom {
  position: relative;
  display: table;
  width: 100%;
  transition: all .4s ease-in-out;
  opacity: 1;
  height: 48px;
  background-color: #c2a360;
  z-index: 1000; }
  /* line 190, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar--bottom.navbar--hidden {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0; }
  /* line 198, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar--bottom .cHeader__mainNav {
    text-align: left;
    padding-left: 0; }
  /* line 203, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
  .navbar--bottom .navbar__component {
    color: #fff;
    border-right: 1px solid #005c91; }
    /* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar--bottom .navbar__component--phone, .navbar--bottom .navbar__component--mail {
      border-right: 0; }
    /* line 212, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_navbar.scss */
    .navbar--bottom .navbar__component--btn a:hover {
      background-color: #005c91; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
.cHeader__mainNav {
  flex-grow: 1;
  text-align: right;
  padding-top: 0;
  padding-bottom: 0; }
  /* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__mainNav .nav__item:hover .nav__item__in {
    color: #ad8a3d; }
  /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__mainNav .nav__item__in {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent; }
  /* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__mainNav .nav__item:hover .nav__item__in {
    border-bottom-color: #ad8a3d; }
  /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__mainNav .nav__item__in {
    color: #c2a360;
    text-decoration: none; }

/* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
.cHeader__cta {
  padding-top: 0;
  padding-bottom: 0; }
  /* line 73, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__cta .btn--cta, .cHeader__cta .cMap__field .btn, .cMap__field .cHeader__cta .btn, .cHeader__cta .cMap__field .cClientZone__logout, .cMap__field .cHeader__cta .cClientZone__logout, .cHeader__cta .cNewsletter .btn, .cNewsletter .cHeader__cta .btn, .cHeader__cta .cNewsletter .cClientZone__logout, .cNewsletter .cHeader__cta .cClientZone__logout, .cHeader__cta .cForm .btn, .cForm .cHeader__cta .btn, .cHeader__cta .cForm .cClientZone__logout, .cForm .cHeader__cta .cClientZone__logout, .cHeader__cta .cConversButton .btn:not(.btn--inverse), .cConversButton .cHeader__cta .btn:not(.btn--inverse), .cHeader__cta .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton .cHeader__cta .cClientZone__logout:not(.btn--inverse) {
    background-color: #c2a360;
    color: #fff;
    border-color: #c2a360; }
    /* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
    .cHeader__cta .btn--cta:hover, .cHeader__cta .cMap__field .btn:hover, .cMap__field .cHeader__cta .btn:hover, .cHeader__cta .cMap__field .cClientZone__logout:hover, .cMap__field .cHeader__cta .cClientZone__logout:hover, .cHeader__cta .cNewsletter .btn:hover, .cNewsletter .cHeader__cta .btn:hover, .cHeader__cta .cNewsletter .cClientZone__logout:hover, .cNewsletter .cHeader__cta .cClientZone__logout:hover, .cHeader__cta .cForm .btn:hover, .cForm .cHeader__cta .btn:hover, .cHeader__cta .cForm .cClientZone__logout:hover, .cForm .cHeader__cta .cClientZone__logout:hover, .cHeader__cta .cConversButton .btn:hover:not(.btn--inverse), .cConversButton .cHeader__cta .btn:hover:not(.btn--inverse), .cHeader__cta .cConversButton .cClientZone__logout:hover:not(.btn--inverse), .cConversButton .cHeader__cta .cClientZone__logout:hover:not(.btn--inverse) {
      background-color: #ad8a3d;
      color: #fff;
      border-color: #ad8a3d; }

/* line 88, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
.cHeader__lang, .cHeader__search {
  position: relative; }

/* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
.cHeader__email__value {
  display: none; }
  @media screen and (min-width: 1200px) {
    /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
    .cHeader__email__value {
      padding-left: 8px ;
      padding-left: 0.5rem ;
      display: inline-block; } }

/* line 110, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
.cHeader__phone__value {
  display: none;
  padding-left: 8px ;
  padding-left: 0.5rem ; }
  @media screen and (min-width: 1200px) {
    /* line 110, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
    .cHeader__phone__value {
      display: inline-block;
      vertical-align: middle; } }

/* line 121, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
.cHeader__pageOverlay {
  flex-grow: 1;
  text-align: right; }
  /* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__pageOverlay .cHeader__link {
    padding: 8px 15px 10px ;
    padding: 0.53333rem 1rem 0.66667rem ;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    font-size: 0.86667rem;
    text-decoration: none; }
  /* line 133, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__pageOverlay__text {
    padding-left: 8px ;
    padding-left: 0.5rem ; }
  /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_components.scss */
  .cHeader__pageOverlay--hidden {
    display: none; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-box.scss */
.cHeader--box {
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-box.scss */
    .cHeader--box {
      height: 300px ;
      height: 20rem ;
      padding-top: 30px ;
      padding-top: 2rem ; } }
  /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-box.scss */
  .cHeader--box .cHeader__inner {
    background-color: white;
    padding-left: 30px ;
    padding-left: 2rem ;
    padding-right: 30px ;
    padding-right: 2rem ; }
  @media screen and (min-width: 768px) {
    /* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-box.scss */
    .cHeader--box .cClientZone--header.dropDown,
    .cHeader--box .mDrop {
      top: auto;
      min-width: 0;
      padding-left: 30px ;
      padding-left: 2rem ;
      padding-right: 30px ;
      padding-right: 2rem ; } }
  @media screen and (min-width: 1250px) {
    /* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-box.scss */
    .cHeader--box .cClientZone--header.dropDown,
    .cHeader--box .mDrop {
      max-width: 1250px;
      left: calc((100% - 1250px) / 2);
      border: 1px solid #ddd; } }

@media screen and (min-width: 768px) {
  /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
  .cHeader--centered {
    padding-top: 30px ;
    padding-top: 2rem ; } }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
.cHeader--centered .cHeader__component:not(.cHeader__mainNav):not(.cHeader__cta):not(.cHeader__logo),
.cHeader--centered .cHeader__mainNav .nav__item__in {
  padding-top: 30px ;
  padding-top: 2rem ;
  padding-bottom: 30px ;
  padding-bottom: 2rem ; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
.cHeader--centered .cHeader__inner {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center; }

@media screen and (min-width: 768px) {
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
  .cHeader--centered .cHeader__logo {
    width: 100%; }
    /* line 27, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
    .cHeader--centered .cHeader__logo .cHeader__link {
      margin: auto; } }

/* line 33, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
.cHeader--centered .cHeader__mainNav {
  text-align: left;
  flex-grow: 0; }

/* line 41, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-centered.scss */
.cHeader--centered.cHeader--advance .cHeader__inner {
  padding-top: 30px ;
  padding-top: 2rem ; }

@media screen and (min-width: 768px) {
  /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-beneath.scss */
  .cHeader--beneath {
    padding-top: 30px ;
    padding-top: 2rem ; } }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-beneath.scss */
.cHeader--beneath .cHeader__component:not(.cHeader__mainNav):not(.cHeader__cta):not(.cHeader__logo),
.cHeader--beneath .cHeader__mainNav .nav__item__in {
  padding-top: 30px ;
  padding-top: 2rem ;
  padding-bottom: 30px ;
  padding-bottom: 2rem ; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-beneath.scss */
.cHeader--beneath .cHeader__inner {
  flex-wrap: wrap; }

/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-beneath.scss */
.cHeader--beneath .cHeader__logo {
  width: 100%; }

/* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-beneath.scss */
.cHeader--beneath .cHeader__mainNav {
  text-align: left;
  padding-left: 0;
  margin-left: -15px; }

/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-beneath.scss */
.cHeader--beneath.cHeader--advance .cHeader__inner {
  padding-top: 30px ;
  padding-top: 2rem ; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
.cHeader--separator {
  padding: 0;
  border-bottom: 1px solid #ddd; }
  /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator .cHeader__inner,
  .cHeader--separator.cHeader--fullWidth .cHeader__inner {
    padding-right: 0;
    transition: height .3s ease-in-out; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator .cHeader__logo .cHeader__link {
    padding: 0; }
  /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator .cHeader__component {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0; }
    /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
    .cHeader--separator .cHeader__component.cHeader__mainNav .nav__item__in,
    .cHeader--separator .cHeader__component.cHeader__clientZone > a,
    .cHeader--separator .cHeader__component .cftSearchBtn,
    .cHeader--separator .cHeader__component .btn--cta,
    .cHeader--separator .cHeader__component .cMap__field .btn, .cMap__field
    .cHeader--separator .cHeader__component .btn,
    .cHeader--separator .cHeader__component .cMap__field .cClientZone__logout, .cMap__field
    .cHeader--separator .cHeader__component .cClientZone__logout,
    .cHeader--separator .cHeader__component .cNewsletter .btn, .cNewsletter
    .cHeader--separator .cHeader__component .btn,
    .cHeader--separator .cHeader__component .cNewsletter .cClientZone__logout, .cNewsletter
    .cHeader--separator .cHeader__component .cClientZone__logout,
    .cHeader--separator .cHeader__component .cForm .btn, .cForm
    .cHeader--separator .cHeader__component .btn,
    .cHeader--separator .cHeader__component .cForm .cClientZone__logout, .cForm
    .cHeader--separator .cHeader__component .cClientZone__logout,
    .cHeader--separator .cHeader__component .cConversButton .btn:not(.btn--inverse), .cConversButton
    .cHeader--separator .cHeader__component .btn:not(.btn--inverse),
    .cHeader--separator .cHeader__component .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton
    .cHeader--separator .cHeader__component .cClientZone__logout:not(.btn--inverse), .cHeader--separator .cHeader__component.cHeader__lang {
      display: block;
      border-left: 1px solid #ddd;
      transition: all .3s ease-in-out; }
      /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
      .cHeader--separator .cHeader__component.cHeader__mainNav .nav__item__in:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component.cHeader__clientZone > a:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cftSearchBtn:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .btn--cta:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cMap__field .btn:hover:not(.btn--cta), .cMap__field
      .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cMap__field .cClientZone__logout:hover:not(.btn--cta), .cMap__field
      .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cNewsletter .btn:hover:not(.btn--cta), .cNewsletter
      .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cNewsletter .cClientZone__logout:hover:not(.btn--cta), .cNewsletter
      .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cForm .btn:hover:not(.btn--cta), .cForm
      .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cForm .cClientZone__logout:hover:not(.btn--cta), .cForm
      .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta),
      .cHeader--separator .cHeader__component .cConversButton .btn:hover:not(.btn--cta):not(.btn--inverse), .cConversButton
      .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta):not(.btn--inverse),
      .cHeader--separator .cHeader__component .cConversButton .cClientZone__logout:hover:not(.btn--cta):not(.btn--inverse), .cConversButton
      .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta):not(.btn--inverse), .cHeader--separator .cHeader__component.cHeader__lang:hover:not(.btn--cta) {
        background-color: #ad8a3d;
        color: #333; }
        /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
        .cHeader--separator .cHeader__component.cHeader__mainNav .nav__item__in:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component.cHeader__clientZone > a:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cftSearchBtn:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .btn--cta:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cMap__field .btn:hover:not(.btn--cta) [class*="icon-"]::before, .cMap__field
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cMap__field .cClientZone__logout:hover:not(.btn--cta) [class*="icon-"]::before, .cMap__field
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cNewsletter .btn:hover:not(.btn--cta) [class*="icon-"]::before, .cNewsletter
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cNewsletter .cClientZone__logout:hover:not(.btn--cta) [class*="icon-"]::before, .cNewsletter
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cForm .btn:hover:not(.btn--cta) [class*="icon-"]::before, .cForm
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cForm .cClientZone__logout:hover:not(.btn--cta) [class*="icon-"]::before, .cForm
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cConversButton .btn:hover:not(.btn--cta):not(.btn--inverse) [class*="icon-"]::before, .cConversButton
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta):not(.btn--inverse) [class*="icon-"]::before,
        .cHeader--separator .cHeader__component .cConversButton .cClientZone__logout:hover:not(.btn--cta):not(.btn--inverse) [class*="icon-"]::before, .cConversButton
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta):not(.btn--inverse) [class*="icon-"]::before, .cHeader--separator .cHeader__component.cHeader__lang:hover:not(.btn--cta) [class*="icon-"]::before {
          color: #333; }
        /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
        .cHeader--separator .cHeader__component.cHeader__mainNav .nav__item__in:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component.cHeader__clientZone > a:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cftSearchBtn:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .btn--cta:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cMap__field .btn:hover:not(.btn--cta) .cLang__title, .cMap__field
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cMap__field .cClientZone__logout:hover:not(.btn--cta) .cLang__title, .cMap__field
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cNewsletter .btn:hover:not(.btn--cta) .cLang__title, .cNewsletter
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cNewsletter .cClientZone__logout:hover:not(.btn--cta) .cLang__title, .cNewsletter
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cForm .btn:hover:not(.btn--cta) .cLang__title, .cForm
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cForm .cClientZone__logout:hover:not(.btn--cta) .cLang__title, .cForm
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta) .cLang__title,
        .cHeader--separator .cHeader__component .cConversButton .btn:hover:not(.btn--cta):not(.btn--inverse) .cLang__title, .cConversButton
        .cHeader--separator .cHeader__component .btn:hover:not(.btn--cta):not(.btn--inverse) .cLang__title,
        .cHeader--separator .cHeader__component .cConversButton .cClientZone__logout:hover:not(.btn--cta):not(.btn--inverse) .cLang__title, .cConversButton
        .cHeader--separator .cHeader__component .cClientZone__logout:hover:not(.btn--cta):not(.btn--inverse) .cLang__title, .cHeader--separator .cHeader__component.cHeader__lang:hover:not(.btn--cta) .cLang__title {
          color: #333; }
    /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
    .cHeader--separator .cHeader__component.cHeader__lang .cLang__title:hover {
      text-decoration: underline; }
  /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator .cHeader__mainNav .nav__item {
    padding-left: 0;
    margin-left: 0; }
    /* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
    .cHeader--separator .cHeader__mainNav .nav__item__in {
      display: block;
      border-left: 1px solid #ddd;
      border-top: 0;
      border-bottom: 0; }
  /* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator .cHeader__cta .btn--cta, .cHeader--separator .cHeader__cta .cMap__field .btn, .cMap__field .cHeader--separator .cHeader__cta .btn, .cHeader--separator .cHeader__cta .cMap__field .cClientZone__logout, .cMap__field .cHeader--separator .cHeader__cta .cClientZone__logout, .cHeader--separator .cHeader__cta .cNewsletter .btn, .cNewsletter .cHeader--separator .cHeader__cta .btn, .cHeader--separator .cHeader__cta .cNewsletter .cClientZone__logout, .cNewsletter .cHeader--separator .cHeader__cta .cClientZone__logout, .cHeader--separator .cHeader__cta .cForm .btn, .cForm .cHeader--separator .cHeader__cta .btn, .cHeader--separator .cHeader__cta .cForm .cClientZone__logout, .cForm .cHeader--separator .cHeader__cta .cClientZone__logout, .cHeader--separator .cHeader__cta .cConversButton .btn:not(.btn--inverse), .cConversButton .cHeader--separator .cHeader__cta .btn:not(.btn--inverse), .cHeader--separator .cHeader__cta .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton .cHeader--separator .cHeader__cta .cClientZone__logout:not(.btn--inverse) {
    border-radius: 0;
    border: 0;
    line-height: 1.7; }
  /* line 88, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator .cHeader__lang .drop {
    line-height: 1.7; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
  .cHeader--separator.cHeader--sticky {
    padding-top: 0;
    padding-bottom: 0; }
    /* line 97, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-separator.scss */
    .cHeader--separator.cHeader--sticky .cHeader__component {
      padding-top: 0;
      padding-bottom: 0; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-fullWidth.scss */
.cHeader--fullWidth .cHeader__inner,
.cHeader--fullWidth .navbar__inner {
  max-width: none;
  padding-left: 15px ;
  padding-left: 1rem ;
  padding-right: 15px ;
  padding-right: 1rem ; }
  @media screen and (min-width: 768px) {
    /* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-fullWidth.scss */
    .cHeader--fullWidth .cHeader__inner,
    .cHeader--fullWidth .navbar__inner {
      padding-left: 20px ;
      padding-left: 1.33333rem ;
      padding-right: 20px ;
      padding-right: 1.33333rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-fullWidth.scss */
    .cHeader--fullWidth .cHeader__inner,
    .cHeader--fullWidth .navbar__inner {
      padding-left: 30px ;
      padding-left: 2rem ;
      padding-right: 30px ;
      padding-right: 2rem ; } }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
.cHeader--offCanvas {
  transition: transform .3s ease-in-out; }
  @media screen and (min-width: 768px) {
    /* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas.offcanvas-open .pageOverlay {
      left: -300px; } }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas.mm-menu.mm-offcanvas {
    background-color: #fff;
    max-width: 300px;
    display: block;
    z-index: 1002;
    border-right: 1px solid #ddd;
    transform: translateX(-250px);
    overflow: visible; }
    /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open {
      transform: translateX(0); }
      /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--actionIcons,
      .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--socials {
        position: relative;
        width: 100%;
        text-align: center;
        top: 0; }
        /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
        .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--actionIcons .cHeader__component,
        .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--socials .cHeader__component {
          display: inline-block;
          vertical-align: top;
          margin: 0 8px ;
          margin: 0 0.5rem ; }
        /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
        .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--actionIcons .nav__item,
        .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--actionIcons .nav--basic__item,
        .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--socials .nav__item,
        .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--socials .nav--basic__item {
          display: inline-block;
          vertical-align: top;
          margin: 0 8px 8px 8px ;
          margin: 0 0.5rem 0.5rem 0.5rem ; }
      /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas.mm-menu.mm-offcanvas.offcanvas-open .cHeader__component--socials {
        position: absolute;
        top: auto;
        bottom: 15px; }
  /* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .nav__item--drop .nav__item__in::after,
  .cHeader--offCanvas .nav__item--mDrop .nav__item__in::after {
    content: '';
    display: none; }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__top {
    position: relative; }
  /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__inner {
    display: block;
    padding: 0 50px 0 30px ;
    padding: 0 3.33333rem 0 2rem ; }
    /* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__inner [class*="icon-"]::before {
      color: #7f7f7f;
      font-size: 20px;
      font-size: 1.33333pxrem; }
  /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__component {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-bottom: 45px ;
    margin-bottom: 3rem ;
    text-align: center; }
    /* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__component--actionIcons {
      position: absolute;
      top: 25%;
      right: 0;
      width: 50px; }
      /* line 107, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas .cHeader__component--actionIcons .cHeader__component,
      .cHeader--offCanvas .cHeader__component--actionIcons .nav--basic__item {
        text-align: center;
        margin-bottom: 8px ;
        margin-bottom: 0.5rem ; }
      /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas .cHeader__component--actionIcons .nav--basic__item {
        display: block;
        margin-right: 0;
        border-bottom: 0; }
        /* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
        .cHeader--offCanvas .cHeader__component--actionIcons .nav--basic__item::after {
          border: 0; }
    /* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__component.cHeader__search {
      margin-bottom: 15px ;
      margin-bottom: 1rem ; }
    /* line 133, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__component .cHeader__lang .cLang--text-only .nav__item {
      display: block;
      padding-left: 0; }
    /* line 141, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__component--socials {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50px;
      margin-bottom: 0;
      padding: 15px 0 ;
      padding: 1rem 0 ; }
      /* line 149, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas .cHeader__component--socials .cSocialSites {
        margin-bottom: 0; }
      /* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas .cHeader__component--socials .nav__item {
        display: block;
        margin-right: 0;
        border-bottom: 0;
        text-align: center; }
        /* line 159, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
        .cHeader--offCanvas .cHeader__component--socials .nav__item:last-child {
          margin-bottom: 0; }
        /* line 163, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
        .cHeader--offCanvas .cHeader__component--socials .nav__item::after {
          border: 0; }
  /* line 170, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .inlineBlock {
    margin-left: 30px ;
    margin-left: 2rem ; }
    /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .inlineBlock:first-child {
      margin-left: 0; }
  /* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHamburger {
    position: absolute;
    top: 7.5px;
    right: 0;
    width: 50px;
    height: 33px; }
    /* line 184, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHamburger__line {
      width: 50%;
      left: 25%; }
  /* line 191, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__logo,
  .cHeader--offCanvas .cHeader__slogan {
    text-align: center;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 200, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__logo img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  /* line 208, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .btn--cta, .cHeader--offCanvas .cMap__field .btn, .cMap__field .cHeader--offCanvas .btn, .cHeader--offCanvas .cMap__field .cClientZone__logout, .cMap__field .cHeader--offCanvas .cClientZone__logout, .cHeader--offCanvas .cNewsletter .btn, .cNewsletter .cHeader--offCanvas .btn, .cHeader--offCanvas .cNewsletter .cClientZone__logout, .cNewsletter .cHeader--offCanvas .cClientZone__logout, .cHeader--offCanvas .cForm .btn, .cForm .cHeader--offCanvas .btn, .cHeader--offCanvas .cForm .cClientZone__logout, .cForm .cHeader--offCanvas .cClientZone__logout, .cHeader--offCanvas .cConversButton .btn:not(.btn--inverse), .cConversButton .cHeader--offCanvas .btn:not(.btn--inverse), .cHeader--offCanvas .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton .cHeader--offCanvas .cClientZone__logout:not(.btn--inverse) {
    width: 100%; }
  /* line 212, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__phone,
  .cHeader--offCanvas .cHeader__email {
    margin-bottom: 0; }
  /* line 218, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__mainNav {
    margin-top: 30px ;
    margin-top: 2rem ; }
  /* line 227, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__mainNav .nav__item,
  .cHeader--offCanvas .cHeader__sideNav .nav__item {
    display: block;
    text-align: center; }
    /* line 231, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__mainNav .nav__item::after,
    .cHeader--offCanvas .cHeader__sideNav .nav__item::after {
      border: 0; }
    /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__mainNav .nav__item__in,
    .cHeader--offCanvas .cHeader__sideNav .nav__item__in {
      padding: 8px ;
      padding: 0.53333rem ;
      border: 0;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.86667rem; }
    /* line 242, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__mainNav .nav__item .mm-next,
    .cHeader--offCanvas .cHeader__sideNav .nav__item .mm-next {
      display: none; }
      /* line 245, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas .cHeader__mainNav .nav__item .mm-next + a,
      .cHeader--offCanvas .cHeader__sideNav .nav__item .mm-next + a {
        margin-right: 0; }
    /* line 253, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__mainNav .nav__item--drop .nav__item__in--drop::after, .cHeader--offCanvas .cHeader__mainNav .nav__item--mDrop .nav__item__in--drop::after,
    .cHeader--offCanvas .cHeader__sideNav .nav__item--drop .nav__item__in--drop::after,
    .cHeader--offCanvas .cHeader__sideNav .nav__item--mDrop .nav__item__in--drop::after {
      content: ''; }
  /* line 261, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cHeader__sideNav {
    margin-top: 30px ;
    margin-top: 2rem ; }
    /* line 264, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cHeader__sideNav .nav__item__in {
      text-transform: none;
      text-decoration: underline;
      padding: 4px ;
      padding: 0.26667rem ; }
      /* line 269, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
      .cHeader--offCanvas .cHeader__sideNav .nav__item__in:hover {
        text-decoration: none; }
  /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
  .cHeader--offCanvas .cftSearch--onClick {
    position: fixed;
    top: 0;
    left: 300px;
    right: auto;
    width: calc(100vw - 50px);
    padding: 30px ;
    padding: 2rem ;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left; }
    /* line 288, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .cHeader--offCanvas .cftSearch--onClick .cftSearch__autocomplete {
      left: 0;
      width: 100%; }
    /* line 294, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-offCanvas.scss */
    .mm-opened .cHeader--offCanvas .cftSearch--onClick {
      width: calc(100vw - 300px); }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__toolbar {
  position: relative;
  display: table;
  width: 100%;
  z-index: 4;
  background-color: #fff; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__toolbar__component {
    display: table-cell;
    vertical-align: middle; }

/* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__logo {
  width: 25%;
  padding: 10px 0 10px 15px ;
  padding: 0.66667rem 0 0.66667rem 1rem ; }

/* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__iconBar {
  width: 75%;
  text-align: right; }
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__iconBar__item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 10px 6px ;
    padding: 0.66667rem 0.4rem ; }
    /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__iconBar__item a {
      display: block;
      width: 25px;
      text-align: center; }
    /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__iconBar__item [class*="icon-"]::before {
      color: #c2a360; }
    /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__iconBar__item .cHamburger__line {
      background-color: #c2a360; }

/* line 66, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__content.mobileMenu--offCanvas .mobileHeader__inner {
  padding-left: 0;
  padding-right: 0;
  box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1); }

/* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__content.mobileMenu--offCanvas .nav__item__in {
  padding-left: 15px ;
  padding-left: 1rem ; }

/* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__content:not(.mm-menu) {
  display: none; }

/* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__content.mm-menu {
  text-align: center; }
  /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__content.mm-menu.mm-top {
    height: 100%;
    background-color: #fff;
    z-index: 100; }
  /* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__content.mm-menu.mm-right {
    background-color: #f5f5f5;
    border-left: 1px solid #ddd; }
    /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__content.mm-menu.mm-right .cftSearch__field {
      background-color: #fff; }

/* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__inner {
  padding-left: 30px ;
  padding-left: 2rem ;
  padding-right: 30px ;
  padding-right: 2rem ; }
  /* line 112, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__inner [class*="icon-"]::before {
    color: #999999; }

/* line 119, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
.mobileHeader__component {
  position: relative;
  display: block;
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }
  /* line 126, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--mainNav, .mobileHeader__component--sideNav {
    text-align: left; }
    /* line 130, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__component--mainNav .nav__item,
    .mobileHeader__component--mainNav .dropNav__item, .mobileHeader__component--sideNav .nav__item,
    .mobileHeader__component--sideNav .dropNav__item {
      display: block;
      transition: opacity .5s ease-in-out; }
      /* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
      .mobileHeader__component--mainNav .nav__item__in,
      .mobileHeader__component--mainNav .dropNav__item__in, .mobileHeader__component--sideNav .nav__item__in,
      .mobileHeader__component--sideNav .dropNav__item__in {
        position: relative;
        display: block; }
        /* line 139, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
        .mobileHeader__component--mainNav .nav__item__in::after,
        .mobileHeader__component--mainNav .dropNav__item__in::after, .mobileHeader__component--sideNav .nav__item__in::after,
        .mobileHeader__component--sideNav .dropNav__item__in::after {
          content: ''; }
      /* line 144, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
      .mobileHeader__component--mainNav .nav__item .mm-next,
      .mobileHeader__component--mainNav .dropNav__item .mm-next, .mobileHeader__component--sideNav .nav__item .mm-next,
      .mobileHeader__component--sideNav .dropNav__item .mm-next {
        height: 100%;
        line-height: 35px; }
        /* line 148, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
        .mobileHeader__component--mainNav .nav__item .mm-next::after,
        .mobileHeader__component--mainNav .dropNav__item .mm-next::after, .mobileHeader__component--sideNav .nav__item .mm-next::after,
        .mobileHeader__component--sideNav .dropNav__item .mm-next::after {
          position: relative;
          left: 50%;
          right: auto;
          margin-left: -4px;
          top: 2px; }
      /* line 160, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
      .mobileHeader__component--mainNav .nav__item.mm-opened > .mm-next::after,
      .mobileHeader__component--mainNav .dropNav__item.mm-opened > .mm-next::after, .mobileHeader__component--sideNav .nav__item.mm-opened > .mm-next::after,
      .mobileHeader__component--sideNav .dropNav__item.mm-opened > .mm-next::after {
        top: -2px; }
  /* line 170, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--mainNav .nav__item__in,
  .mobileHeader__component--mainNav .dropNav__item__in {
    height: 35px;
    padding: 6px 12px 6px 0 ;
    padding: 0.4rem 0.8rem 0.4rem 0 ;
    color: #c2a360;
    border-bottom: 1px solid #ddd; }
  /* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--mainNav .dropNav__item__in {
    padding-right: 55px;
    padding-left: 30px; }
  /* line 186, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--mainNav .dropNav--lev2 .dropNav__item__in {
    padding-left: 45px; }
  /* line 195, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--sideNav .nav__item__in {
    padding: 6px 12px 6px 0 ;
    padding: 0.4rem 0.8rem 0.4rem 0 ; }
  /* line 201, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--search {
    padding-left: 15px ;
    padding-left: 1rem ;
    padding-right: 15px ;
    padding-right: 1rem ; }
  /* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--socials .nav__item {
    margin-bottom: 0;
    border-color: transparent; }
    /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__component--socials .nav__item__in {
      padding-left: 0 !important; }
  /* line 218, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component--socials [class^="icon-"]::before {
    font-size: 20px;
    font-size: 1.33333pxrem; }
  /* line 223, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component .nav__item__in::after {
    content: '' !important; }
  /* line 230, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
  .mobileHeader__component .mDrop {
    margin-bottom: 0; }
    /* line 233, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
    .mobileHeader__component .mDrop .mDrop__cont {
      padding: 30px 15px 0 15px ;
      padding: 2rem 1rem 0 1rem ; }
      /* line 236, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
      .mobileHeader__component .mDrop .mDrop__cont .grid__item, .mobileHeader__component .mDrop .mDrop__cont .label--inline, .mobileHeader__component .mDrop .mDrop__cont .label--inline + .field {
        margin-bottom: 30px ;
        margin-bottom: 2rem ; }
      /* line 240, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-mobile.scss */
      .mobileHeader__component .mDrop .mDrop__cont > .mm-panel {
        display: block; }

@media screen and (min-width: 1024px) {
  /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    background-image: none;
    height: auto;
    transition: background-color .3s ease-in-out; } }

@media screen and (min-width: 1024px) {
  /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky .cHeader__mainNav .nav__item__in,
  .cHeader--sticky .cHeader__component {
    transition: padding-top .2s ease-in-out, padding-bottom .2s ease-in-out;
    padding-top: 0;
    padding-bottom: 0; } }

@media screen and (min-width: 1024px) {
  /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky .cHeader__logo img {
    max-width: 160px ;
    max-width: 10.66667rem ;
    max-height: 38px ;
    max-height: 2.53333rem ; } }

@media screen and (min-width: 1024px) {
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky .cHeader__mainNav .nav__item__in {
    padding-top: 15px ;
    padding-top: 1rem ;
    padding-bottom: 15px ;
    padding-bottom: 1rem ; } }

@media screen and (min-width: 1024px) {
  /* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky.cHeader--hamburger {
    padding-top: 15px ;
    padding-top: 1rem ;
    padding-bottom: 15px ;
    padding-bottom: 1rem ; } }

@media screen and (min-width: 1024px) {
  /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky.cHeader--hamburger .cHeader__pageOverlay .cHeader__link {
    padding: 6px 8px ;
    padding: 0.4rem 0.53333rem ; } }

/* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
.cHeader--sticky.cHeader--centered, .cHeader--sticky.cHeader--beneath {
  padding-top: 0; }
  /* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky.cHeader--centered .cHeader__inner, .cHeader--sticky.cHeader--beneath .cHeader__inner {
    padding-top: 0; }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
  .cHeader--sticky.cHeader--centered .cHeader__logo, .cHeader--sticky.cHeader--beneath .cHeader__logo {
    width: auto; }

/* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
.cHeader--sticky.cHeader--beneath .cHeader__mainNav {
  margin-left: 0;
  text-align: right; }

/* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
.cHeader--sticky.cHeader--separator {
  border-bottom-color: #ddd; }
  @media screen and (min-width: 1024px) {
    /* line 96, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
    .cHeader--sticky.cHeader--separator .cHeader__inner {
      height: 50px; }
    /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
    .cHeader--sticky.cHeader--separator .cHeader__mainNav .nav__item__in,
    .cHeader--sticky.cHeader--separator .cftSearchBtn,
    .cHeader--sticky.cHeader--separator .cHeader__link,
    .cHeader--sticky.cHeader--separator .drop-holder,
    .cHeader--sticky.cHeader--separator .cHeader__clientZone > a,
    .cHeader--sticky.cHeader--separator .cHeader__cta .btn--cta,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cMap__field .btn, .cMap__field
    .cHeader--sticky.cHeader--separator .cHeader__cta .btn,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cMap__field .cClientZone__logout, .cMap__field
    .cHeader--sticky.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cNewsletter .btn, .cNewsletter
    .cHeader--sticky.cHeader--separator .cHeader__cta .btn,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cNewsletter .cClientZone__logout, .cNewsletter
    .cHeader--sticky.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cForm .btn, .cForm
    .cHeader--sticky.cHeader--separator .cHeader__cta .btn,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cForm .cClientZone__logout, .cForm
    .cHeader--sticky.cHeader--separator .cHeader__cta .cClientZone__logout,
    .cHeader--sticky.cHeader--separator .cHeader__cta .cConversButton .btn:not(.btn--inverse), .cConversButton
    .cHeader--sticky.cHeader--separator .cHeader__cta .btn:not(.btn--inverse),
    .cHeader--sticky.cHeader--separator .cHeader__cta .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton
    .cHeader--sticky.cHeader--separator .cHeader__cta .cClientZone__logout:not(.btn--inverse) {
      height: 50px;
      line-height: 50px;
      line-height: 50px;
      padding-top: 0;
      padding-bottom: 0; }
    /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/headers/_cHeader-sticky.scss */
    .cHeader--sticky.cHeader--separator .cHeader__logo .cHeader__link {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 1;
      height: auto; } }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
.cPerson {
  font-size: 13px;
  font-size: 0.86667rem; }
  /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__photo {
    text-align: center;
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    @media screen and (min-width: 768px) {
      /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
      .cPerson__photo {
        text-align: left; } }
  /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__name {
    margin-bottom: 0;
    font-weight: bold; }
  /* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__title {
    color: #999999;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__address {
    margin-top: 30px ;
    margin-top: 2rem ; }
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__link {
    margin-bottom: 8px ;
    margin-bottom: 0.5rem ;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
      .cPerson__link {
        display: block;
        color: #000;
        background-color: #c2a360;
        border-color: #c2a360;
        border-radius: 3px;
        text-decoration: none;
        padding: 15px ;
        padding: 1rem ;
        margin-bottom: 15px ;
        margin-bottom: 1rem ; }
        /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .cPerson__link:hover, .cPerson__link:focus, .cPerson__link:active, .cPerson__link.active {
          color: #000;
          background-color: #b49145;
          border-color: #a5853f; }
        /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .cPerson__link:active, .cPerson__link.active {
          background-image: none; }
        /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .cPerson__link.disabled, .cPerson__link.disabled:hover, .cPerson__link.disabled:focus, .cPerson__link.disabled:active, .cPerson__link.disabled.active, .cPerson__link[disabled], .cPerson__link[disabled]:hover, .cPerson__link[disabled]:focus, .cPerson__link[disabled]:active, .cPerson__link[disabled].active,
        fieldset[disabled] .cPerson__link,
        fieldset[disabled] .cPerson__link:hover,
        fieldset[disabled] .cPerson__link:focus,
        fieldset[disabled] .cPerson__link:active,
        fieldset[disabled] .cPerson__link.active {
          background-color: #c2a360;
          border-color: #c2a360; }
        /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .cPerson__link:visited {
          color: #000; }
        /* line 268, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_helpers.scss */
        .cPerson__link span {
          color: #333 !important; } }
    /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson__link > span {
      color: #333; }
      @media screen and (max-width: 767px) {
        /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
        .cPerson__link > span {
          color: #fff; } }
  /* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__desc {
    margin-top: 30px ;
    margin-top: 2rem ;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #1a1a1a; }
  /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__mobile {
    position: relative;
    padding-left: 45px ;
    padding-left: 3rem ; }
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson__mobile::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      text-align: center;
      font-size: 16px; }
  /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__phone {
    position: relative;
    padding-left: 45px ;
    padding-left: 3rem ; }
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson__phone::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      text-align: center;
      font-size: 16px; }
  /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__fax {
    position: relative;
    padding-left: 45px ;
    padding-left: 3rem ; }
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson__fax::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      text-align: center;
      font-size: 16px; }
  /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson__email {
    position: relative;
    padding-left: 45px ;
    padding-left: 3rem ; }
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson__email::before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      text-align: center;
      font-size: 16px; }
  @media screen and (min-width: 768px) {
    /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson--columns .cPerson__photo {
      display: inline-block;
      vertical-align: top;
      width: 50%; } }
  @media screen and (min-width: 768px) {
    /* line 98, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
    .cPerson--columns .cPerson__photo + .cPerson__content {
      display: inline-block;
      width: 50%;
      padding-left: 30px ;
      padding-left: 2rem ; } }
  /* line 109, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerson.scss */
  .cPerson .cSocialSites {
    margin: 30px 0 0 0 ;
    margin: 2rem 0 0 0 ; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
.cHamburger {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px; }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
  .cHamburger__line {
    position: absolute;
    background-color: #333;
    width: 60%;
    height: 3px;
    left: 20%;
    transition: transform 0.5s ease-in-out, top 0.5s ease-in-out, opacity 0.5s ease-in-out; }
    /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
    .cHamburger__line--top {
      top: 25%; }
    /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
    .cHamburger__line--center {
      top: 50%;
      margin-top: -1.5px; }
    /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
    .cHamburger__line--bottom {
      top: 66.666%; }
  /* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
  .cHamburger--active .cHamburger__line--center {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
  .cHamburger--active .cHamburger__line--top {
    top: 50%;
    transform: rotate(45deg); }
  /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
  .cHamburger--active .cHamburger__line--bottom {
    bottom: 50%;
    top: 50%;
    transform: rotate(-45deg); }
  /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
  .cHamburger--big {
    display: block;
    width: 75%;
    height: 35px;
    margin-left: auto;
    margin-right: auto; }
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHamburger.scss */
    .cHamburger--big .cHamburger__line {
      height: 4px; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-facebook::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-facebook:hover::before {
  color: #3b5998; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-facebook::before {
  color: #3b5998; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-twitter::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-twitter:hover::before {
  color: #00aced; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-twitter::before {
  color: #00aced; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-googleplus::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-googleplus:hover::before {
  color: #dd4b39; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-googleplus::before {
  color: #dd4b39; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-pinterest::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-pinterest:hover::before {
  color: #cb2027; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-pinterest::before {
  color: #cb2027; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-linkedin::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-linkedin:hover::before {
  color: #007bb6; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-linkedin::before {
  color: #007bb6; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-youtube::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-youtube:hover::before {
  color: #bb0000; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-youtube::before {
  color: #bb0000; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-instagram::before {
  font-size: 17px;
  font-size: 1.13333rem;
  color: #333; }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .icon-instagram:hover::before {
  color: #517fa4; }

/* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item__in:hover .icon-instagram::before {
  color: #517fa4; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--facebook {
  background-color: #3b5998;
  border-bottom-color: #2d4373; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--facebook [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--facebook:hover {
    background-color: #2d4373; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--facebook:hover [class*="icon-"]::before {
      color: #fff; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--twitter {
  background-color: #00aced;
  border-bottom-color: #0087ba; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--twitter [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--twitter:hover {
    background-color: #0087ba; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--twitter:hover [class*="icon-"]::before {
      color: #fff; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--googleplus {
  background-color: #dd4b39;
  border-bottom-color: #c23321; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--googleplus [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--googleplus:hover {
    background-color: #c23321; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--googleplus:hover [class*="icon-"]::before {
      color: #fff; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--pinterest {
  background-color: #cb2027;
  border-bottom-color: #9f191f; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--pinterest [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--pinterest:hover {
    background-color: #9f191f; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--pinterest:hover [class*="icon-"]::before {
      color: #fff; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--linkedIn {
  background-color: #007bb6;
  border-bottom-color: #005983; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--linkedIn [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--linkedIn:hover {
    background-color: #005983; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--linkedIn:hover [class*="icon-"]::before {
      color: #fff; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--youtube {
  background-color: #bb0000;
  border-bottom-color: #880000; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--youtube [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--youtube:hover {
    background-color: #880000; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--youtube:hover [class*="icon-"]::before {
      color: #fff; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .btn--instagram {
  background-color: #517fa4;
  border-bottom-color: #406582; }
  /* line 56, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--instagram [class*="icon-"]::before {
    color: #fff; }
  /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites .btn--instagram:hover {
    background-color: #406582; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites .btn--instagram:hover [class*="icon-"]::before {
      color: #fff; }

/* line 69, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites__title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px ;
  margin-left: 0.5rem ;
  color: #999999; }

/* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites .nav__item {
  margin-bottom: 15px ;
  margin-bottom: 1rem ;
  vertical-align: top; }

/* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--icons .nav__item {
  margin-right: 15px ;
  margin-right: 1rem ; }
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites--icons .nav__item:last-child {
    margin-right: 0; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
  .cSocialSites--icons .nav__item__in {
    text-decoration: none; }

/* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--icons .iconOnly:before {
  vertical-align: middle; }

/* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--icons--descBlock .nav__item__in {
  text-align: center; }

/* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--icons--descBlock .cSocialSites__title {
  display: block;
  margin: 0; }

/* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--buttons .iconOnly {
  vertical-align: middle; }

/* line 133, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--buttons .nav__item {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }

/* line 137, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--buttons .cSocialSites__title {
  color: #fff; }

/* line 142, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
.cSocialSites--buttons .btn, .cSocialSites--buttons .cClientZone__logout {
  text-align: left;
  padding-left: 15px ;
  padding-left: 1rem ;
  padding-right: 15px ;
  padding-right: 1rem ; }
  @media screen and (max-width: 767px) {
    /* line 142, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialSites.scss */
    .cSocialSites--buttons .btn, .cSocialSites--buttons .cClientZone__logout {
      display: block;
      width: 100%; } }

/* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
.cImage {
  text-align: center;
  /* Varianty nastaveni obrazku z BE
	========================================================================== */
  /*
	&--rbCorner {

	} */ }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage__inner {
    max-width: 100%;
    margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
      .cImage__inner {
        display: inline-block; } }
  /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage__desc {
    margin-left: 15px ;
    margin-left: 1rem ;
    margin-right: 15px ;
    margin-right: 1rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
    .cImage__desc--top {
      margin-top: 8px ;
      margin-top: 0.5rem ;
      margin-bottom: 15px ;
      margin-bottom: 1rem ; }
    /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
    .cImage__desc--bottom {
      margin-top: 15px ;
      margin-top: 1rem ;
      margin-bottom: 8px ;
      margin-bottom: 0.5rem ; }
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--rounded .cImage__imgWrapper > a, .cImage--bRounded .cImage__imgWrapper > a {
    border-radius: 50%;
    perspective: 1px; }
  /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--bRounded .cImage__imgWrapper {
    border: 1px solid #ddd;
    padding: 8px ;
    padding: 0.5rem ;
    border-radius: 50%; }
  /* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--rCorner,
  .cImage--rCorner img, .cImage--rbCorner,
  .cImage--rbCorner img {
    border-radius: 3px; }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--rbCorner {
    padding: 8px ;
    padding: 0.5rem ;
    border: 1px solid #ddd; }
  /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--flat {
    border: none;
    border-radius: 0; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--bCorner {
    padding: 8px ;
    padding: 0.5rem ;
    border: 1px solid #ddd;
    border-radius: 0; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage__inner img {
    display: block; }
  /* line 109, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage__desc {
    text-align: center; }
  /* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--fixedSize .p25, .cImage--fixedSize .p50, .cImage--fixedSize .p75, .cImage--fixedSize .p100 {
    width: auto !important; }
  /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--rounded {
    border-radius: 100%; }
    /* line 126, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
    .cImage--rounded img {
      border-radius: 100%; }
  /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--bRounded .cImage__imgWrapper {
    border-radius: 100%; }
  /* line 135, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--bRounded img {
    border-radius: 100%; }
  /* line 141, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--rCorner img {
    border-radius: 3px; }
  /* line 151, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--flat {
    border: none;
    border-radius: 0; }
  /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImage.scss */
  .cImage--bCorner {
    border-radius: 0; }

/* ==========================================================================================
Kosticka SOUBORY KE STAZENI
========================================================================================== */
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
.cFiles {
  /*
	Soubory bez ikony - modifikator
	--------------------------------------------------------------------------------- */ }
  /* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
  .cFiles__icon {
    float: left; }
  /* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
  .cFiles__extension {
    font-size: 13px;
    font-size: 0.86667rem;
    margin-left: 8px ;
    margin-left: 0.5rem ;
    color: #1a1a1a; }
    /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
    .cFiles__extension:before {
      content: "."; }
  /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
  .cFiles__size {
    margin-left: 8px ;
    margin-left: 0.5rem ;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #1a1a1a; }
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
    .cFiles__size:before {
      content: "("; }
    /* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
    .cFiles__size:after {
      content: ")"; }
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFiles.scss */
  .cFiles__desc {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.2; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang__icon {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 17px;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  border: 1px solid #f7f7f7;
  background-size: 20px 15px;
  background-repeat: no-repeat; }

/* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang a, .cLang__btn {
  text-decoration: none; }

/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang .nav__item {
  padding-left: 0; }

/* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang--text-only .cLang__icon {
  display: none; }

/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang--text-only li {
  vertical-align: middle; }

/* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang--text-only a {
  color: #333; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang--text-only .nav__item {
  padding-left: 23px ;
  padding-left: 1.5rem ; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
  .cLang--text-only .nav__item:first-child {
    padding-left: 0; }

/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang--iconOnly {
  position: relative;
  display: inline-block; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
  .cHeader .cLang--iconOnly {
    position: static; }
  /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
  .cLang--iconOnly .cLang__title {
    display: none; }

/* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
.cLang .drop {
  z-index: 20; }
  /* line 71, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cLang.scss */
  .cLang .drop li {
    margin-bottom: 0; }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cCrumb.scss */
.cCrumb__item {
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.86667rem;
  padding-right: 8px ;
  padding-right: 0.5rem ; }
  /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cCrumb.scss */
  .cCrumb__item:first-child {
    padding-left: 0; }
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cCrumb.scss */
  .cCrumb__item::before {
    padding-right: 8px ;
    padding-right: 0.5rem ; }

/* ==========================================================================
   KOSTICKA ODDĚLOVAČ
   ========================================================================== */
/*

	<div class="c-hr"><hr class="c-hr__hr" /></div>


	*/
/* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
.cPerex__img {
  width: 100%;
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  @media screen and (min-width: 768px) {
    /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
    .cPerex__img {
      max-width: 33%;
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    /* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
    .cPerex__img[width], .cPerex__img[height] {
      max-width: 33%; } }
  @media screen and (min-width: 768px) {
    /* line 28, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
    .cPerex__img--left {
      float: left;
      margin-right: 30px ;
      margin-right: 2rem ; } }
  @media screen and (min-width: 768px) {
    /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
    .cPerex__img--right {
      float: right;
      margin-left: 30px ;
      margin-left: 2rem ; } }

/* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
.cPerex__desc--larger {
  font-size: 18px;
  font-size: 1.2rem; }

/* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPerex.scss */
.cPerex__desc--largest {
  font-size: 22px;
  font-size: 1.46667rem; }

/* ==========================================================================================
Kosticka NAVIGACNI MENU
========================================================================================== */
/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
.cNavMenu--vertical {
  border-bottom: 0;
  overflow: hidden; }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
  .cNavMenu--vertical > .nav--stacked-box, .mDrop .cNavMenu--vertical > ul {
    border: 1px solid #ddd;
    border-bottom: 0; }

/* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
.cNavMenu--vertical .nav__item__in, .cNavMenu--verticalMultiple .nav__item__in {
  position: relative; }
  /* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
  .cNavMenu--vertical .nav__item__in::before, .cNavMenu--verticalMultiple .nav__item__in::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: '';
    background-color: transparent; }
  /* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
  .cNavMenu--vertical .nav__item__in:hover::before, .cNavMenu--verticalMultiple .nav__item__in:hover::before {
    background-color: #c2a360; }

/* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
.cNavMenu--vertical .page--active > .nav__item__in, .cNavMenu--verticalMultiple .page--active > .nav__item__in {
  font-weight: bold; }
  /* line 64, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
  .cNavMenu--vertical .page--active > .nav__item__in::before, .cNavMenu--verticalMultiple .page--active > .nav__item__in::before {
    background-color: #c2a360; }

/* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
.cNavMenu--horisontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (min-width: 768px) {
    /* line 77, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
    .cNavMenu--horisontal .nav, .cNavMenu--horisontal .mDrop ul, .mDrop .cNavMenu--horisontal ul, .cNavMenu--horisontal .cPag__nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%; } }
  /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
  .cNavMenu--horisontal .nav__item {
    padding-right: 15px ;
    padding-right: 1rem ;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    @media screen and (max-width: 767px) {
      /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
      .cNavMenu--horisontal .nav__item {
        width: 100%;
        padding-right: 0; } }
    /* line 90, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
    .cNavMenu--horisontal .nav__item:last-child {
      padding-right: 0; }
    /* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
    .cNavMenu--horisontal .nav__item__in {
      display: block;
      height: 100%;
      padding: 15px 30px ;
      padding: 1rem 2rem ;
      border: 1px solid #ddd;
      background-color: #f5f5f5;
      text-decoration: none; }
      /* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
      .cNavMenu--horisontal .nav__item__in:hover {
        text-decoration: underline; }

/* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
.cNavMenu--cols .block-grid--item-soft .block-grid__item {
  padding: 0;
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  /* line 122, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
  .cNavMenu--cols .block-grid--item-soft .block-grid__item .nav__item__in {
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px ;
    padding: 1rem 2rem ;
    border: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    /* line 130, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNavMenu.scss */
    .cNavMenu--cols .block-grid--item-soft .block-grid__item .nav__item__in:hover {
      text-decoration: underline; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
.cPag {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  /* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag > ul {
    display: inline-block;
    margin-bottom: 0; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag__item {
    float: left;
    margin-bottom: 0;
    margin-right: 15px ;
    margin-right: 1rem ;
    width: 30px;
    height: 30px; }
    /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__item:last-child {
      margin-right: 0; }
    /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__item--next, .cPag__item--prev {
      width: auto; }
    /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__item--prev .cPag__item__in {
      padding-left: 15px ;
      padding-left: 1rem ;
      padding-right: 15px ;
      padding-right: 1rem ; }
      @media screen and (min-width: 768px) {
        /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag__item--prev .cPag__item__in {
          padding-left: 35px ;
          padding-left: 2.33333rem ;
          padding-right: 15px ;
          padding-right: 1rem ; } }
    /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__item--next .cPag__item__in {
      padding-left: 15px ;
      padding-left: 1rem ;
      padding-right: 15px ;
      padding-right: 1rem ; }
      @media screen and (min-width: 768px) {
        /* line 49, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag__item--next .cPag__item__in {
          padding-right: 35px ;
          padding-right: 2.33333rem ;
          padding-left: 15px ;
          padding-left: 1rem ; } }
    /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__item.active .cPag__item__in {
      border-color: #c2a360;
      border-width: 2px;
      padding: 4px ;
      padding: 0.26667rem ; }
    /* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__item__in {
      position: relative;
      display: block;
      padding: 5px ;
      padding: 0.33333rem ;
      text-align: center;
      background-color: #f5f5f5;
      text-decoration: none;
      border: 1px solid #ddd;
      font-size: 13px;
      font-size: 0.86667rem; }
      /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag__item__in:hover {
        border-color: #c2a360; }
      /* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag__item__in--dots {
        border: 0;
        background-color: transparent;
        color: #333; }
      @media screen and (min-width: 768px) {
        /* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag__item__in .icon-pagination-prev,
        .cPag__item__in .icon-pagination-next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
      @media screen and (min-width: 768px) {
        /* line 100, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag__item__in .icon-pagination-prev {
          left: 16px; } }
      @media screen and (min-width: 768px) {
        /* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag__item__in .icon-pagination-next {
          right: 16px; } }
      /* line 112, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag__item__in .icon-pagination-prev::before,
      .cPag__item__in .icon-pagination-next::before {
        color: inherit;
        font-size: 10px;
        font-size: 0.66667pxrem; }
  /* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag__nav {
    display: inline-block; }
    /* line 126, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag__nav__item {
      display: inline-block;
      margin-bottom: 0;
      /* ikony
			========================================================================== */ }
      /* line 130, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag__nav__item > a {
        text-decoration: none;
        vertical-align: middle; }
      /* line 151, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag__nav__item--prev__icon {
        margin-right: 3px ;
        margin-right: 0.2rem ; }
      /* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag__nav__item--next__icon {
        margin-left: 3px ;
        margin-left: 0.2rem ; }
  /* line 171, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag--respToggle {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    /* line 174, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag--respToggle .cPag__nav {
      border: 1px solid #ddd;
      border-left: 0;
      border-right: 0; }
      @media screen and (max-width: 767px) {
        /* line 174, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag--respToggle .cPag__nav {
          display: block;
          border-top: 0; } }
    /* line 184, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag--respToggle .cPag__nav__item {
      border-bottom: 0; }
      @media screen and (max-width: 767px) {
        /* line 187, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(6),
        .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(6) ~ .cPag__nav__item, .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(4),
        .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(4) ~ .cPag__nav__item {
          width: 50%; }
          /* line 193, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
          .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(6):nth-child(even),
          .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(6) ~ .cPag__nav__item:nth-child(even), .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(4):nth-child(even),
          .cPag--respToggle .cPag__nav__item:first-child:nth-last-child(4) ~ .cPag__nav__item:nth-child(even) {
            border-left: 0; } }
      @media screen and (min-width: 768px) {
        /* line 184, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag--respToggle .cPag__nav__item {
          border-top: 0;
          border-bottom: 0; } }
      /* line 205, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag--respToggle .cPag__nav__item:not(:last-child) {
        margin-right: 0; }
        @media screen and (min-width: 768px) {
          /* line 205, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
          .cPag--respToggle .cPag__nav__item:not(:last-child) {
            border-right: 0; } }
      /* line 211, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag--respToggle .cPag__nav__item:last-child {
        margin-right: 0; }
      /* line 215, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag--respToggle .cPag__nav__item > a {
        line-height: normal; }
      /* line 219, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
      .cPag--respToggle .cPag__nav__item:hover {
        border-color: #ddd; }
        /* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
        .cPag--respToggle .cPag__nav__item:hover > a {
          background-color: #f5f5f5; }
    /* line 228, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag--respToggle .cPag__nav__item--prev__icon {
      width: 15px;
      height: 15px;
      background-size: 15px 15px; }
    /* line 233, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
    .cPag--respToggle .cPag__nav__item--next__icon {
      width: 15px;
      height: 15px;
      background-size: 15px 15px; }

/* 	full width
========================================================================== */
/*
* strankovani na 100% sirky nadrezeneho divu
* obsahuje stalcitko na predchozi stranku nalevo
* obsahuje stalcitko na dalsi stranku napravo
* obsahuje cislo akualni stranky uprostred
*/
@media screen and (min-width: 768px) {
  /* line 255, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag--full .cPag--full__nav {
    width: 100%; }
  /* line 258, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag--full .cPag--full__nav__item__prev {
    float: left; }
  /* line 261, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag--full .cPag--full__nav__item__next {
    float: right; } }

/* 	borderovany
========================================================================== */
/*
* rámování je nastaveno a zařízení kromě mobilu, jelikož na mobilu je rámování nastaveno
* defaultně, tak aby se vlastnosti neduplikovaly
*/
@media screen and (min-width: 768px) {
  /* line 281, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag--border__nav .cPag--border__nav__item:last-child {
    margin-right: 0;
    border-right: 0; }
  /* line 287, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPagination.scss */
  .cPag--border__nav .cPag__nav__item--first,
  .cPag--border__nav .cPag__nav__item--last {
    border: 0; } }

/* ==========================================================================================
Kosticka METADATA
========================================================================================== */
/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
.cTally {
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
    .cTally:last-child {
      margin-bottom: 0; } }
  /* line 17, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
  .cTally__item {
    margin-bottom: 0;
    list-style: none;
    padding: 15px 0 ;
    padding: 1rem 0 ;
    border-bottom: 1px solid #ddd; }
    /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
    .cTally__item:first-child {
      padding-top: 0; }
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
  .cTally__title {
    float: left;
    clear: left;
    width: 80%; }
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
  .cTally__value {
    width: 20%;
    float: right;
    clear: right;
    text-align: right; }
  /* line 44, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
  .cTally__desc {
    float: left;
    clear: both;
    font-size: 13px;
    font-size: 0.86667rem; }

@media screen and (min-width: 768px) {
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTally.scss */
  .cTallyWrapper .accordion__item__holder {
    display: none; } }

/* ==========================================================================
	FULLTEXT - VYSLEDKY VYHLEDAVANI
	========================================================================== */
/* označení vyhledávaného řetězce znaků */
/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__mark {
  background-color: #F9F172; }

/*  výsledný počet nalezených výsledků
	========================================================================== */
/*
	<div class="cFtr__count"></div>
	*/
/* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__count {
  font-weight: bold; }

/* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__resultsCount {
  margin-top: 30px ;
  margin-top: 2rem ; }

/* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item__results {
  font-size: 13px;
  font-size: 0.86667rem;
  margin-top: 5px ;
  margin-top: 0.33333rem ; }
  /* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
  .cFtr__item__results span {
    font-weight: bold; }

/* nalezené položky
	========================================================================== */
/*
	<div class="cFtr__item" data-respond="">																	
		<div class="cFtr__item__img">
			<img src="" alt="">
		</div>	
		<h4 class="cFtr__item__title">
			<a href="" title=""></a>
			<small class="cFtr__item__title__sub"></small>
		</h4>
		<div class="cFtr__item__anotation">
			<p></p>									
		</div>
		<div class="cFtr__item__link">
			<a href="" title=""></a>	
		</div>	
	</div>
	*/
/* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item:not(:last-child) {
  margin-bottom: 45px ;
  margin-bottom: 3rem ; }

/* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__search .field-group__item {
  margin-bottom: 0;
  height: 50px ;
  height: 3.33333rem ; }

/* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__search .field-group__item + .field-group__item {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
  .cFtr__search .search__field,
  .cFtr__search .search__btn {
    display: block;
    width: 100%; } }

/* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__search .search__btn {
  border: 1px solid transparent; }
  @media screen and (max-width: 767px) {
    /* line 83, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
    .cFtr__search .search__btn {
      margin-top: 15px ;
      margin-top: 1rem ; } }

/* položka vyhledané obrázky */
/* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item--gallery {
  padding-top: 30px ;
  padding-top: 2rem ;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

/* nadpis vyhledávané položky */
/* subnadpis - odsazení zleva */
/* line 107, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item__title__sub {
  font-size: 13px;
  font-size: 0.86667rem; }
  @media screen and (min-width: 768px) {
    /* line 107, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
    .cFtr__item__title__sub {
      margin-left: 15px ;
      margin-left: 1rem ; } }

/* obrázek */
/* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item__img {
  width: 100%; }
  /* line 117, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
  .cFtr__item__img > img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    /* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
    .cFtr__item__img {
      float: left;
      width: 15%; } }

@media screen and (min-width: 768px) {
  /* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
  .cFtr__item__img + .cFtr__item__wrapper {
    margin-left: 17%; } }

/* anotece */
/* line 141, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item__anotation > *:last-child {
  margin-bottom: 0; }

/* výsledek vyhledávání - link */
/* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item__link {
  font-size: 13px;
  font-size: 0.86667rem; }

/* výpis obrázků - titulek obrázku */
/* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
.cFtr__item--gallery__title {
  font-size: 11px;
  font-size: 0.73333rem;
  /* skrytí popisku pro moboilní zařízení */ }
  @media screen and (max-width: 767px) {
    /* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextResults.scss */
    .cFtr__item--gallery__title {
      display: none; } }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cText.scss */
.cText {
  word-wrap: break-word; }
  /* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cText.scss */
  .cText--heading {
    margin-bottom: 0; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
.cMenuTags__number {
  display: inline-block;
  margin-left: 8px ;
  margin-left: 0.5rem ;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1a1a1a; }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
  .cMenuTags__number--brackets::before {
    content: "("; }
  /* line 22, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
  .cMenuTags__number--brackets::after {
    content: ")"; }

/* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
.cMenuTags .nav__item__in {
  padding: 15px 30px ;
  padding: 1rem 2rem ;
  margin-right: 0;
  text-decoration: none; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
.cMenuTags--horisontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
  .cMenuTags--horisontal .nav, .cMenuTags--horisontal .mDrop ul, .mDrop .cMenuTags--horisontal ul, .cMenuTags--horisontal .cPag__nav {
    border: 0; }
    @media screen and (min-width: 768px) {
      /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
      .cMenuTags--horisontal .nav, .cMenuTags--horisontal .mDrop ul, .mDrop .cMenuTags--horisontal ul, .cMenuTags--horisontal .cPag__nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%; } }
    /* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
    .cMenuTags--horisontal .nav__item {
      border-bottom: 0;
      padding-right: 15px ;
      padding-right: 1rem ;
      margin-bottom: 15px ;
      margin-bottom: 1rem ; }
      @media screen and (max-width: 767px) {
        /* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
        .cMenuTags--horisontal .nav__item {
          width: 100%;
          padding-right: 0; } }
      /* line 63, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
      > .cMenuTags--horisontal .nav__item:first-child__in {
        padding-left: 0; }
      /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
      .cMenuTags--horisontal .nav__item:last-child {
        padding-right: 0; }
      /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
      .cMenuTags--horisontal .nav__item--active .nav__item__in {
        border-color: #c2a360; }
      /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
      .cMenuTags--horisontal .nav__item__in {
        display: block;
        height: 100%;
        padding: 15px 30px ;
        padding: 1rem 2rem ;
        border: 2px solid #ddd;
        background-color: #f5f5f5;
        text-decoration: none;
        text-align: center; }
        /* line 89, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
        .cMenuTags--horisontal .nav__item__in:hover {
          text-decoration: underline;
          border: 2px solid #c2a360; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMenuTags.scss */
  > .cMenuTags--horisontal .nav__item__in {
    padding: 15px ;
    padding: 1rem ; }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages img {
  display: block;
  min-width: 100%;
  width: 100%; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages__title {
  margin-bottom: 15px ;
  margin-bottom: 1rem ;
  font-weight: bold;
  text-decoration: none; }
  /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages__title > a {
    text-decoration: none; }

/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--perex .cSubpage__wrapper {
  margin-bottom: 30px ;
  margin-bottom: 2rem ;
  padding: 30px ;
  padding: 2rem ;
  border: 1px solid #ddd;
  text-align: center; }

/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--perex.cSubpages--adjacent .gt500 {
  padding: 0;
  text-align: left;
  overflow: hidden; }
  /* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__anotation {
    margin-top: 0; }
  /* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__imgWrapper {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 100%;
    padding: 0; }
    /* line 59, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
    .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__imgWrapper > a {
      margin: 0;
      max-height: none;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
    .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__imgWrapper img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      display: block; }
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
    .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__imgWrapper + .cSubpages__inner {
      display: table-cell;
      vertical-align: top;
      width: 50%;
      height: 100%; }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__inner {
    padding: 30px ;
    padding: 2rem ; }
  /* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--perex.cSubpages--adjacent .gt500 .cSubpages__title {
    margin-top: 0; }

/* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--perex .cSubpages__inner > a,
.cSubpages--perex .cSubpages__imgWrapper > a {
  display: block;
  max-height: 170px;
  overflow: hidden;
  margin-top: -30px ;
  margin-top: -2rem ;
  margin-left: -30px ;
  margin-left: -2rem ;
  margin-right: -30px ;
  margin-right: -2rem ; }

/* line 101, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--perex .cSubpages__anotation {
  margin-top: 30px ;
  margin-top: 2rem ; }
  /* line 104, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--perex .cSubpages__anotation p:last-child {
    margin-bottom: 0; }

/* line 109, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--perex .cSubpages__title {
  margin-top: 30px ;
  margin-top: 2rem ; }

/* line 120, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover img {
  left: 0;
  min-height: 100%; }

/* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpage__inner {
  height: 100%; }

/* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpage__inner > a,
.cSubpages--imageCover .cSubpage__img > a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%; }

/* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpage__inner > a img {
  top: 0; }

/* line 145, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpages__imgContent {
  padding: 15px ;
  padding: 1rem ;
  z-index: 2; }
  /* line 149, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--imageCover .cSubpages__imgContent--top {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    color: #fff; }
    /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cSubpages--imageCover .cSubpages__imgContent--top > a {
      padding: 15px ;
      padding: 1rem ; }
  /* line 153, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--imageCover .cSubpages__imgContent--bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    color: #fff; }
    /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cSubpages--imageCover .cSubpages__imgContent--bottom > a {
      padding: 15px ;
      padding: 1rem ; }
  /* line 158, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--imageCover .cSubpages__imgContent .cSubpages__title {
    color: #fff;
    height: auto; }
  /* line 165, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--imageCover .cSubpages__imgContent:hover .cSubpages__anotation {
    top: 0; }

/* line 177, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpages__anotation {
  position: relative;
  transition: top .5s ease-in-out;
  margin-top: 0; }

/* line 184, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpage--4-3 {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 408, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--4-3 img,
  .cSubpages--imageCover .cSubpage--4-3 [class$="__inner"],
  .cSubpages--imageCover .cSubpage--4-3 [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--4-3:after {
    display: block;
    content: ''; }
  /* line 426, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--4-3:after {
    padding-top: 75%; }

/* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpage--16-9 {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 408, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--16-9 img,
  .cSubpages--imageCover .cSubpage--16-9 [class$="__inner"],
  .cSubpages--imageCover .cSubpage--16-9 [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--16-9:after {
    display: block;
    content: ''; }
  /* line 420, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--16-9:after {
    padding-top: 56.25%; }

/* line 194, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--imageCover .cSubpage--1-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 408, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--1-1 img,
  .cSubpages--imageCover .cSubpage--1-1 [class$="__inner"],
  .cSubpages--imageCover .cSubpage--1-1 [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 414, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--1-1:after {
    display: block;
    content: ''; }
  /* line 432, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cSubpages--imageCover .cSubpage--1-1:after {
    padding-top: 100%; }

/* line 202, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--vertical {
  border-bottom: 0;
  overflow: hidden;
  background-color: #fff; }
  /* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--vertical .cHeading {
    padding: 15px 23px ;
    padding: 1rem 1.5rem ;
    padding-left: 0;
    margin-bottom: 0; }
  /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--vertical > .nav--stacked-box, .mDrop .cSubpages--vertical > ul {
    border: 1px solid #ddd;
    border-bottom: 0; }

/* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--vertPlunge .nav__item {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold; }

/* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--vertPlunge .nav--nested .nav__item {
  padding: 15px 30px ;
  padding: 1rem 2rem ;
  font-size: 15px;
  font-size: 1rem;
  font-weight: normal; }
  @media screen and (min-width: 768px) {
    /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
    .cSubpages--vertPlunge .nav--nested .nav__item {
      border-left: 1px solid #ddd; } }

/* line 253, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--horisontal .nav__item {
  padding: 15px 30px ;
  padding: 1rem 2rem ;
  border-left: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold; }

/* line 266, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
.cSubpages--cols .nav__item__in {
  display: block;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 30px ;
  padding: 1rem 2rem ;
  border: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  /* line 274, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSubpages.scss */
  .cSubpages--cols .nav__item__in:hover {
    text-decoration: underline; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
.cSitemap__nav {
  margin-left: 0;
  list-style: none; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
.cSitemap__item {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
  .cSitemap__item--lev1 {
    font-weight: bold; }
  /* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
  .cSitemap__item--lev2 {
    margin-left: 15px ;
    margin-left: 1rem ;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      /* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
      .cSitemap__item--lev2 {
        margin-left: 30px ;
        margin-left: 2rem ; } }
  /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
  .cSitemap__item--lev3 {
    margin-left: 30px ;
    margin-left: 2rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    @media screen and (min-width: 768px) {
      /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
      .cSitemap__item--lev3 {
        margin-left: 60px ;
        margin-left: 4rem ; } }
  /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
  .cSitemap__item--lev4 {
    margin-left: 60px ;
    margin-left: 4rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    @media screen and (min-width: 768px) {
      /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
      .cSitemap__item--lev4 {
        margin-left: 120px ;
        margin-left: 8rem ; } }
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
  .cSitemap__item--lev5 {
    margin-left: 120px ;
    margin-left: 8rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    @media screen and (min-width: 768px) {
      /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSitemap.scss */
      .cSitemap__item--lev5 {
        margin-left: 180px ;
        margin-left: 12rem ; } }

/*===========================================================================================
	kosticka KONVERZNI TLACITKO
	========================================================================================== */
/*
	Konverzni tlacitko standardni
	--------------------------------------------------------------------------------- */
/* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cConversButton.scss */
.cConversButton {
  /*
		Konverzni tlacitko podbarvene - modifikator
		--------------------------------------------------------------------------------- */ }
  /* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cConversButton.scss */
  .cConversButton :last-child {
    margin-bottom: 0; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialButtons.scss */
.cSocialButtons .nav__item {
  margin-bottom: 0;
  vertical-align: bottom;
  line-height: 0; }

/* line 16, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialButtons.scss */
.cSocialButtons .twitter-share-button {
  width: 80px !important; }

/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cSocialButtons.scss */
.cSocialButtons #googleplus {
  width: 57px;
  overflow: hidden;
  display: inline-block; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cTwitter.scss */
.twitterTimeline iframe,
.twitterTweet iframe {
  width: 100% !important; }

/*===========================================================================================
	kosticka FACEBOOK LIKEBOX
	========================================================================================== */
/* 
		<div class="cFbLikebox">
			<h2 class="cHeading">Nadpis</h2>
			<div class="cFbLikebox__likebox cFbLikebox__likebox--fullWidth">
				Vygenerovany obsah
			</div>
		</div>	
	*/
/*
	Facebook likebox standardni
	--------------------------------------------------------------------------------- */
/* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFbLikebox.scss */
.cFbLikebox__likebox {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*
			Facebook likebox - modifikace pro responsivni zobrazeni
			--------------------------------------------------------------------------------- */ }
  /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFbLikebox.scss */
  .cFbLikebox__likebox--fullWidth .fb_iframe_widget,
  .cFbLikebox__likebox--fullWidth .fb_iframe_widget span,
  .cFbLikebox__likebox--fullWidth .fb_iframe_widget span iframe[style] {
    width: 100% !important; }

/* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFbLikebox.scss */
.cFbLikebox #fb-root {
  display: none; }

/* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFbLikebox.scss */
#fb_like .fb_iframe_widget > span > iframe[class*="fb_iframe"] {
  min-width: 400px;
  width: 400px;
  position: relative !important; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cVideo.scss */
.cVideo__video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  /* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cVideo.scss */
  .cVideo__video iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

/*===========================================================================================
kosticka INSTAGRAM
========================================================================================== */
/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram img {
  display: block; }

@media screen and (min-width: 1024px) {
  /* line 10, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
  .cInstagram__wrapper {
    position: relative; } }

@media screen and (min-width: 1024px) {
  /* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
  .cInstagram__wrapper__bg {
    display: block;
    box-sizing: content-box;
    width: 100%; } }

/* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__imageWrapper {
  position: relative;
  display: block; }

/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__image {
  position: relative;
  display: block;
  height: auto;
  width: 100%; }

/* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__imageShadow {
  display: none; }
  @media screen and (min-width: 1024px) {
    /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__imageShadow {
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; } }

/* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__descTop {
  position: relative;
  display: block; }

/* line 52, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__descBottom__item {
  display: inline-block; }

/* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram a {
  text-decoration: none; }

@media screen and (min-width: 1024px) {
  /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
  .cInstagram__wrapper {
    margin: 0 30px 15px 0 ;
    margin: 0 2rem 1rem 0 ; }
    /* line 72, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__wrapper:hover .cInstagram__wrapper__bg {
      margin: -45px -15px ;
      margin: -3rem -1rem ;
      padding: 45px 15px ;
      padding: 3rem 1rem ;
      transition-duration: .1s; }
    /* line 79, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__wrapper:hover .cInstagram__descTop,
    .cInstagram__wrapper:hover .cInstagram__descBottom {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    /* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__wrapper:hover .cInstagram__imageShadow {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); } }

@media screen and (min-width: 1024px) {
  /* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
  .cInstagram__wrapper__bg {
    top: 29px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -8px ;
    margin: -0.5rem ;
    padding: 8px ;
    padding: 0.5rem ;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.15s ease-out 0.1s; } }

@media screen and (min-width: 1024px) {
  /* line 110, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
  .cInstagram__imageShadow {
    transition: all 0.05s ease-out 0s;
    background-color: #000;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    z-index: 1; } }

/* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__descTop {
  margin-bottom: 8px ;
  margin-bottom: 0.5rem ;
  text-align: center;
  transition: all 0.15s ease-out 0.1s;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1a1a1a; }
  @media screen and (min-width: 1024px) {
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__descTop {
      z-index: 3;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); } }

/* line 139, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__descBottom {
  margin-top: 8px ;
  margin-top: 0.5rem ;
  text-align: center;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1a1a1a; }
  @media screen and (min-width: 1024px) {
    /* line 139, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__descBottom {
      top: auto;
      left: 50%;
      right: auto;
      bottom: auto;
      position: absolute;
      transform: translateX(-50%);
      padding: 0;
      margin: 5px 0 0 0 ;
      margin: 0.33333rem 0 0 0 ;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      transition: all 0.15s ease-out 0.1s; } }
  /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
  .cInstagram__descBottom__item {
    margin-bottom: 0; }
    /* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
    .cInstagram__descBottom__item:not(:last-child) {
      margin-right: 8px ;
      margin-right: 0.53333rem ; }

/* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInstagram.scss */
.cInstagram__comments, .cInstagram__likes {
  margin-left: 4px ;
  margin-left: 0.26667rem ; }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
.cNewsletter .cHeading {
  margin-bottom: 15px ;
  margin-bottom: 1rem ;
  font-weight: bold; }

/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
.cNewsletter__tags {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }

@media screen and (min-width: 1024px) {
  /* line 38, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
  .cNewsletter .field,
  .cNewsletter .btn,
  .cNewsletter .cClientZone__logout {
    height: 40px; } }

/* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
.cNewsletter--colored:not(form) {
  padding: 30px ;
  padding: 2rem ;
  background-color: #f5f5f5;
  border: 1px solid #ddd; }

/* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
.cNewsletter--fullWidth:not(form) {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter--fullWidth:not(form) .cHeading {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      padding-right: 30px ;
      padding-right: 2rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter--fullWidth:not(form) .cNewsletter__wrapper {
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (min-width: 1024px) {
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter--fullWidth:not(form) .field {
      min-width: 330px ;
      min-width: 22rem ; } }
  /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
  .cNewsletter--fullWidth:not(form) .grid__item, .cNewsletter--fullWidth:not(form) .label--inline, .cNewsletter--fullWidth:not(form) .label--inline + .field {
    display: block; }
    @media screen and (min-width: 1024px) {
      /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
      .cNewsletter--fullWidth:not(form) .grid__item, .cNewsletter--fullWidth:not(form) .label--inline, .cNewsletter--fullWidth:not(form) .label--inline + .field {
        display: inline-block;
        width: auto; } }

/* line 91, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
.cNewsletter .cForm {
  background-color: transparent;
  margin-bottom: 0; }
  /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
  .cNewsletter .cForm__inner {
    padding: 0;
    background-color: transparent; }

/* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
.cNewsletter .form-fields {
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter .form-fields li,
    .cNewsletter .form-fields .btn,
    .cNewsletter .form-fields .cClientZone__logout {
      display: inline-block;
      margin-bottom: 0; } }
  /* line 114, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
  .cNewsletter .form-fields__inner {
    margin-bottom: 0; }
  /* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
  .cNewsletter .form-fields .btn, .cNewsletter .form-fields .cClientZone__logout {
    float: none;
    width: 100%;
    margin-top: 15px ;
    margin-top: 1rem ; }
    @media screen and (min-width: 1024px) {
      /* line 118, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
      .cNewsletter .form-fields .btn, .cNewsletter .form-fields .cClientZone__logout {
        margin-top: 0;
        min-height: 38px; } }
  @media screen and (min-width: 1024px) {
    /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter .form-fields .grid__item .field, .cNewsletter .form-fields .label--inline .field, .cNewsletter .form-fields .label--inline + .field .field {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
  @media screen and (min-width: 1024px) {
    /* line 140, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter .form-fields .grid__item + .grid__item, .cNewsletter .form-fields .label--inline + .grid__item, .cNewsletter .form-fields .label--inline + .field + .grid__item, .cNewsletter .form-fields .grid__item + .label--inline, .cNewsletter .form-fields .label--inline + .label--inline, .cNewsletter .form-fields .label--inline + .field + .label--inline, .cNewsletter .form-fields .label--inline + .field, .cNewsletter .form-fields .label--inline + .label--inline.field + .field {
      padding-left: 0;
      vertical-align: top; } }
  @media screen and (min-width: 1024px) {
    /* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
    .cNewsletter .form-fields .grid__item + .grid__item .form-fields__inner, .cNewsletter .form-fields .label--inline + .grid__item .form-fields__inner, .cNewsletter .form-fields .label--inline + .field + .grid__item .form-fields__inner, .cNewsletter .form-fields .grid__item + .label--inline .form-fields__inner, .cNewsletter .form-fields .label--inline + .label--inline .form-fields__inner, .cNewsletter .form-fields .label--inline + .field + .label--inline .form-fields__inner, .cNewsletter .form-fields .label--inline + .field .form-fields__inner, .cNewsletter .form-fields .label--inline + .label--inline.field + .field .form-fields__inner {
      margin-left: 0; }
      /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cNewsletter.scss */
      .cNewsletter .form-fields .grid__item + .grid__item .form-fields__inner .btn, .cNewsletter .form-fields .label--inline + .grid__item .form-fields__inner .btn, .cNewsletter .form-fields .label--inline + .field + .grid__item .form-fields__inner .btn, .cNewsletter .form-fields .grid__item + .label--inline .form-fields__inner .btn, .cNewsletter .form-fields .label--inline + .label--inline .form-fields__inner .btn, .cNewsletter .form-fields .label--inline + .field + .label--inline .form-fields__inner .btn, .cNewsletter .form-fields .label--inline + .field .form-fields__inner .btn, .cNewsletter .form-fields .label--inline + .label--inline.field + .field .form-fields__inner .btn, .cNewsletter .form-fields .grid__item + .grid__item .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .label--inline + .grid__item .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .label--inline + .field + .grid__item .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .grid__item + .label--inline .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .label--inline + .label--inline .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .label--inline + .field + .label--inline .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .label--inline + .field .form-fields__inner .cClientZone__logout, .cNewsletter .form-fields .label--inline + .label--inline.field + .field .form-fields__inner .cClientZone__logout {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; } }

/* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cFulltextSearch.scss */
.cftSearch--fullWidth__open,
.cftSearch--fullWidth__open body {
  overflow: hidden;
  height: 100%;
  width: 100%; }

/*
// Obalujici element
.cftSearch {
	@extend %fullWidthRelative;

	// Obalujici element pro textove pole
	&__input {
		position: relative;
	}

	// Label pozicovany misto placeholderu
	&__label {
		@extend %absVertCentered;
	}

	// Textove pole
	&__field {
		@extend .field;
		width: 100%;
	}

	// Submit tlacitko + reset tlacitko
	&__submit,
	&__reset {
		@extend %absVertCentered;
	}

	
	//Naseptavac - standardni
	//--------------------------------------------------------------------------
	&__autocomplete {
		@include abs-pos(100% 0 auto 0);			

		// Zaznam (radek) v naseptavaci
		&__item {
			&__link {
				display: block;
				text-decoration: none;
			}
		}

		// Vnitrni obsah v radku naseptavace
		&__inner {
			@extend %cf;
			@extend %fullBlock;				
		}

		// Obrazek v naseptavaci
		&__image {
			float: left;
		}

		// Odkaz pro vsechny vysledky
		&__allResults {
			clear: both;
		}
		
		// Aktivne zvyraznena polozka v naseptavaci
		.highlight {
			background-color: $fined-color;
		}

		.search__item--active {
			background-color: $fulltext-active;
		}

		// Zadny vysledek + min. pocet znaku
		&__noResult,
		&__minChar {
			@include x-rem(padding, $half-spacing-unit);
			@include font-size($milli);
		}

	}
	
	//Varianta na proklik - absolutne pozicovane vyhledavani
	// --------------------------------------------------------------------------
	&--abs {
		@include breakpoint($lap-and-up) {
			@include abs-pos(0 0 auto auto);
			z-index: 80;

			.cftSearch__autocomplete {
				@extend %noDesign;
				position: relative;
			}

		}
	}

	//FULLSCREEN VYHLEDAVANI
	//--------------------------------------------------------------------------
	&--fullWidth {			

		// Tlacitka v textovem poli
		.cftSearch__buttons {
        	@include abs-pos(0 0 0 auto);	        	
        	height: 100%;
        }

        .cftSearch__submit,
        .cftSearch__reset {
            @include x-rem(padding, 0 $base-spacing-unit);
            height: 100%;
            display: inline-block;
            position: static;	   
            vertical-align: top;	
            transform: none;	   	                         	                			
         }	 

         .cftSearch__autocomplete {
         	@extend %noDesign;
         	@extend %fullBlock;
         	position: relative;
         	margin-top: 0;							
         }

	}

	// Pozadi pres cely dokument - pri fullwidth vyhledavani
	&__overlay {
		@extend %bgOverlay;
		position: fixed;
		background: rgba(255, 255, 255, 0.95)
	}

}

// Zafixovani tela dokumentu pri fullwidth vyhledavani - vklada se na tag <html>
.cftSearch--fullWidth__open,
.cftSearch--fullWidth__open body {
	overflow: hidden;
	height: 100%;
	width: 100%;
}	
*/
/* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
.cClientZone {
  /*
	Klientska zona v hlavicce - modifikace
	--------------------------------------------------------------------- */ }
  /* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone .cForm {
    margin-bottom: 0;
    background-color: transparent; }
    /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone .cForm__inner {
      background-color: transparent;
      padding: 0; }
  /* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone .grid {
    margin: 0; }
    /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone .grid__item, .cClientZone .label--inline, .cClientZone .label--inline + .field {
      padding-left: 0; }
  /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__field {
    display: block;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cClientZone__field:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone__field {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px ;
        margin-right: 1rem ;
        margin-bottom: 0; }
        /* line 300, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .cClientZone__field:last-child {
          margin-right: 0; } }
  /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone.fullScreen {
    background-color: transparent;
    border: 0;
    text-align: center;
    padding: 0;
    color: #fff; }
    /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen .cClientZone__inner {
      max-width: 350px ;
      max-width: 23.33333rem ;
      margin: auto; }
    /* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen .cClientZone__field {
      margin-right: 0; }
    /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen .cClientZone__title {
      margin-bottom: 15px ;
      margin-bottom: 1rem ;
      color: #fff; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen a {
      color: #fff;
      text-align: left;
      margin-top: 15px ;
      margin-top: 1rem ; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen .grid__item, .cClientZone.fullScreen .label--inline, .cClientZone.fullScreen .label--inline + .field {
      display: block;
      margin-right: 0;
      margin-bottom: 15px ;
      margin-bottom: 1rem ;
      width: 100%; }
      /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone.fullScreen .grid__item:last-child, .cClientZone.fullScreen .label--inline:last-child, .cClientZone.fullScreen .label--inline + .field:last-child {
        margin-bottom: 0; }
    /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen .cForm {
      display: block; }
      /* line 85, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone.fullScreen .cForm .btn, .cClientZone.fullScreen .cForm .cClientZone__logout {
        float: none;
        height: auto;
        width: 100%;
        margin: auto;
        display: block; }
      /* line 94, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone.fullScreen .cForm label {
        text-align: left;
        color: #fff; }
    /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.fullScreen .cClientZone__pswdForm a {
      display: block;
      text-align: center; }
  /* line 113, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone.dropDown {
    position: absolute;
    left: 0;
    top: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    /* line 121, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .cClientZone__inner {
      max-width: 1250px;
      margin: auto;
      text-align: center; }
    /* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .cForm,
    .cClientZone.dropDown .cClientZone__title {
      margin-bottom: 8px ;
      margin-bottom: 0.5rem ; }
      @media screen and (min-width: 768px) {
        /* line 128, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
        .cClientZone.dropDown .cForm,
        .cClientZone.dropDown .cClientZone__title {
          display: inline-block;
          vertical-align: top;
          margin: 0; } }
    /* line 139, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .cClientZone__title {
      margin: 8px 15px 0 0 ;
      margin: 0.5rem 1rem 0 0 ; }
    /* line 149, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .field {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        /* line 149, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
        .cClientZone.dropDown .field {
          width: 200px; } }
    /* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .grid__item, .cClientZone.dropDown .label--inline, .cClientZone.dropDown .label--inline + .field {
      width: 100%;
      margin-bottom: 15px ;
      margin-bottom: 1rem ; }
      @media screen and (min-width: 768px) {
        /* line 157, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
        .cClientZone.dropDown .grid__item, .cClientZone.dropDown .label--inline, .cClientZone.dropDown .label--inline + .field {
          width: auto;
          padding-left: 15px ;
          padding-left: 1rem ;
          margin-bottom: 0; } }
    /* line 168, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .show-forget-form {
      margin-left: 15px ;
      margin-left: 1rem ; }
    /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .cClientZone__addition {
      display: inline-block;
      vertical-align: middle;
      margin-top: 15px ;
      margin-top: 1rem ; }
      /* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone.dropDown .cClientZone__addition .cClientZone__title {
        display: block;
        margin-right: 0; }
    /* line 187, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone.dropDown .forget-pswd-form .cForm {
      display: block;
      width: 100%; }
    @media screen and (min-width: 1024px) {
      /* line 192, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone.dropDown .forget-pswd-form .field {
        width: 300px; } }
  /* line 201, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__title {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: bold; }
  /* line 217, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__noLogin {
    margin-top: 15px ;
    margin-top: 1rem ; }
  /* line 221, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__addition {
    margin-top: 30px ;
    margin-top: 2rem ; }
    /* line 224, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone__addition a {
      display: block; }
  /* line 229, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__desc {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 234, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__link {
    font-size: 13px;
    font-size: 0.86667rem;
    margin-top: 11px ;
    margin-top: 0.73333rem ; }
    /* line 240, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone__link [class*="icon-"]::before {
      color: #c2a360;
      font-size: 18px;
      font-size: 1.2rem;
      padding-right: 15px ;
      padding-right: 1rem ; }
      /* line 245, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone.fullScreen .cClientZone__link [class*="icon-"]::before {
        color: #fff; }
  @media screen and (max-width: 767px) {
    /* line 258, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone .clientZone__field {
      display: block;
      position: relative;
      margin-bottom: 15px ;
      margin-bottom: 1rem ;
      text-align: left; }
      /* line 266, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone .clientZone__field input {
        width: 100%; } }
  /* line 275, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone--header {
    width: 100%;
    background-color: #fff;
    padding: 15px ;
    padding: 1rem ; }
    /* line 281, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone--header .clientZone__wrapper {
      max-width: 100%;
      margin: 0;
      position: relative;
      padding: 30px 15px 0 ;
      padding: 2rem 1rem 0 ; }
      @media screen and (min-width: 768px) {
        /* line 281, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
        .cClientZone--header .clientZone__wrapper {
          padding: 30px 15px ;
          padding: 2rem 1rem ; } }
    /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone--header .closeButton {
      top: 0;
      right: 0; }
      @media screen and (min-width: 768px) {
        /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
        .cClientZone--header .closeButton {
          font-size: 22px;
          font-size: 1.46667rem;
          top: 0;
          right: 0; } }
    @media screen and (max-width: 767px) {
      /* line 311, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone--header .cForm .btn, .cClientZone--header .cForm .cClientZone__logout {
        width: 100%;
        float: none; } }
    @media screen and (min-width: 768px) {
      /* line 311, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
      .cClientZone--header .cForm .btn, .cClientZone--header .cForm .cClientZone__logout {
        height: 40px; } }
  /* line 327, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__pswdForm .cClientZone__title {
    margin-bottom: 0; }
  /* line 332, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__pswdForm .cClientZone__field {
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 335, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
    .cClientZone__pswdForm .cClientZone__field:not(:last-child) {
      margin-bottom: 8px ;
      margin-bottom: 0.5rem ; }
  /* line 342, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__pswdForm .cForm {
    margin-bottom: 8px ;
    margin-bottom: 0.5rem ; }
  /* line 347, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__pswdForm .alert {
    margin-top: 15px ;
    margin-top: 1rem ; }
  /* line 357, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__isLogged > p {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 362, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone__isLogged .cClientZone__userName {
    font-weight: bold; }
  /* line 369, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
  .cClientZone .form-fields__inner {
    margin-bottom: 0; }

/* line 374, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cClientZone.scss */
.cClientZone.fullScreen.active {
  display: block !important; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
.cMap {
  /*
	Mobilni zobrazeni - modifikator
	--------------------------------------------------------------------------------- */ }
  /* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__panel {
    padding: 15px ;
    padding: 1rem ;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f5f5f5; }
    @media screen and (min-width: 768px) {
      /* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
      .cMap__panel {
        text-align: center;
        padding: 30px ;
        padding: 2rem ; } }
  @media screen and (min-width: 768px) {
    /* line 23, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap__field,
    .cMap__field > label {
      margin-right: 15px ;
      margin-right: 1rem ;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin-bottom: 0; } }
  /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__field:last-child {
    margin-right: 0; }
  /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__field__title {
    font-size: 13px;
    font-size: 0.86667rem; }
  /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__field__from {
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
      .cMap__field__from {
        display: block; } }
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__field select {
    vertical-align: middle; }
  /* line 58, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__field .field-group__item {
    margin-bottom: 0;
    margin-left: 0; }
    /* line 62, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap__field .field-group__item.btn, .cMap__field .field-group__item.cClientZone__logout {
      border-bottom: 0;
      min-height: 38px; }
    /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap__field .field-group__item > span {
      display: inline-block; }
  @media screen and (min-width: 768px) {
    /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap .field {
      margin-left: 8px ;
      margin-left: 0.5rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap .field--from {
      min-width: 370px ;
      min-width: 24.66667rem ; } }
  /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap .field--to {
    padding-right: 30px ;
    padding-right: 2rem ; }
  /* line 92, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap .field,
  .cMap .field-group {
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap .btn, .cMap .cClientZone__logout {
      margin-top: 15px ;
      margin-top: 1rem ;
      text-align: center; } }
  /* line 108, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__hideRoute {
    display: inline-block;
    margin-top: 8px ;
    margin-top: 0.5rem ; }
  /* line 114, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__oneResult {
    margin-left: 8px ;
    margin-left: 0.5rem ; }
  /* line 119, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__locButton {
    right: 15px;
    text-decoration: none; }
    /* line 124, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap__locButton .icon-location::before {
      font-size: 18px;
      font-size: 1.2rem; }
  /* line 129, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap__list {
    margin: 0; }
  /* line 136, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap .adp table {
    width: 100%; }
  /* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap.lt600 .cMap__panel {
    text-align: left; }
  /* line 152, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap.lt600 .cMap__field {
    display: block;
    margin-right: 0; }
    /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap.lt600 .cMap__field__from {
      display: block; }
    /* line 164, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap.lt600 .cMap__field--to {
      margin-top: 15px ;
      margin-top: 1rem ; }
    /* line 168, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
    .cMap.lt600 .cMap__field--btn {
      text-align: right; }
  /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap.lt600 .field {
    margin-left: 0; }
  /* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap.lt600 .btn, .cMap.lt600 .cClientZone__logout {
    margin-top: 15px ;
    margin-top: 1rem ; }
  /* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap--mobile .cMap__address {
    margin: 15px 0 ;
    margin: 1rem 0 ;
    font-style: normal; }
  /* line 198, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap--mobile .icon-phone::before, .cMap--mobile .infoText--phone::before, .cMap--mobile .cPerson__mobile::before,
  .cMap--mobile .icon-mail::before,
  .cMap--mobile .infoText--mail::before,
  .cMap--mobile .cPerson__email::before {
    color: #333;
    font-size: 22px;
    font-size: 1.46667rem; }
  /* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap img[src*="gstatic.com/"],
  .cMap .cMap__directionsPanel img {
    max-width: none; }
  /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cMap.scss */
  .cMap .adp-stepicon {
    display: block !important; }

/*===========================================================================================
	kosticka COPYRIGHT
	========================================================================================== */
/*
	Copyright standardni
	--------------------------------------------------------------------------------- */
/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cYtCanal.scss */
.cYtCanal__desc {
  margin-bottom: 0; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cYtCanal.scss */
.cYtCanal__title {
  margin-top: 15px ;
  margin-top: 1rem ; }

/* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cYtCanal.scss */
.cYtCanal__duration {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #999999; }

/* line 26, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cYtCanal.scss */
.cYtCanal__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cYtCanal.scss */
  .cYtCanal__wrapper iframe {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%; }

/* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
.cInfobox {
  position: relative;
  padding: 45px 15px 15px 15px ;
  padding: 3rem 1rem 1rem 1rem ;
  margin-bottom: 45px ;
  margin-bottom: 3rem ;
  border: 1px solid transparent;
  text-align: center;
  min-height: 100px; }
  @media screen and (min-width: 768px) {
    /* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox {
      padding: 15px 15px 15px 75px ;
      padding: 1rem 1rem 1rem 5rem ;
      text-align: left; } }
  /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox::before {
    width: 20px;
    height: 20px;
    background-size: 100%;
    font-size: 20px;
    font-size: 1.33333rem;
    top: 7.5px;
    left: 50%;
    right: auto;
    bottom: auto;
    position: absolute;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) {
      /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
      .cInfobox::before {
        left: 30px;
        transform: none; } }
  /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox .cHeading {
    margin-bottom: 0; }
  /* line 37, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox__desc {
    margin-bottom: 0;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox__desc--big {
      font-size: 18px;
      font-size: 1.2rem; }
    /* line 47, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox__desc--large {
      font-size: 22px;
      font-size: 1.46667rem; }
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox__icon {
    position: absolute;
    top: 30px ;
    top: 2rem ; }
    @media screen and (max-width: 767px) {
      /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
      .cInfobox__icon {
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (min-width: 768px) {
      /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
      .cInfobox__icon {
        top: 50%;
        transform: translateY(-50%);
        left: 30px ;
        left: 2rem ; } }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox--info {
    background-color: #dbedfd;
    color: #333;
    border-color: #007dc4; }
    /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--info::before {
      color: #007dc4; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--info a, .cInfobox--info .cHeading {
      color: #333; }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox--positive {
    background-color: #dffbe4;
    color: #333;
    border-color: #89cb52; }
    /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--positive::before {
      color: #89cb52; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--positive a, .cInfobox--positive .cHeading {
      color: #333; }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox--negative {
    background-color: #ffdddd;
    color: #333;
    border-color: #e83f3e; }
    /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--negative::before {
      color: #e83f3e; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--negative a, .cInfobox--negative .cHeading {
      color: #333; }
  /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox--neutral {
    background-color: #f6f2d2;
    color: #333;
    border-color: #dcc026; }
    /* line 81, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--neutral::before {
      color: #dcc026; }
    /* line 86, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--neutral a, .cInfobox--neutral .cHeading {
      color: #333; }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
  .cInfobox--noIcon {
    padding: 15px ;
    padding: 1rem ; }
    /* line 96, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cInfobox.scss */
    .cInfobox--noIcon::before {
      content: '' !important; }

/* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote__inner, .cBlockquote--image.cBlockquote--colored.hasImage blockquote, .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner, .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner, .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.hasImage blockquote {
  padding: 15px 25px ;
  padding: 1rem 1.66667rem ; }
  @media screen and (min-width: 768px) {
    /* line 6, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
    .cBlockquote__inner, .cBlockquote--image.cBlockquote--colored.hasImage blockquote, .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner, .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner, .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.hasImage blockquote {
      padding: 30px 50px ;
      padding: 2rem 3.33333rem ; } }

/* line 20, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote::before, .cBlockquote::after {
  content: ''; }

/* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote blockquote {
  padding: 0; }

/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote cite {
  font-style: normal; }

/* line 34, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote__author {
  margin-top: 15px ;
  margin-top: 1rem ; }

/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote--line .cBlockquote__inner {
  border-left: 1px solid #ddd; }

/* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote--background .cBlockquote__inner {
  background-color: #f5f5f5; }

/* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote--quotes .cBlockquote__inner {
  padding: 0; }

/* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote--quotes .cBlockquote__text {
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
    .cBlockquote--quotes .cBlockquote__text {
      padding: 30px 50px 0 ;
      padding: 2rem 3.33333rem 0 ; } }
  /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--quotes .cBlockquote__text:before, .cBlockquote--quotes .cBlockquote__text:after {
    width: 35px;
    height: 35px;
    position: absolute;
    line-height: 1;
    font-size: 7em;
    font-family: Arial, sans-serif;
    color: gainsboro;
    font-style: normal;
    font-weight: bold; }
  /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--quotes .cBlockquote__text:before {
    content: '”';
    top: -45px;
    left: 50%;
    margin-left: -35px; }
    @media screen and (min-width: 768px) {
      /* line 99, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
      .cBlockquote--quotes .cBlockquote__text:before {
        left: 0;
        top: 0;
        margin-left: 0; } }
  @media screen and (min-width: 768px) {
    /* line 111, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
    .cBlockquote--quotes .cBlockquote__text:after {
      content: '“';
      bottom: 0;
      right: 0; } }

@media screen and (min-width: 768px) {
  /* line 121, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--quotes .cBlockquote__author {
    margin-left: 50px ;
    margin-left: 3.33333rem ; } }

/* line 131, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
.cBlockquote--image {
  text-align: center; }
  /* line 139, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image:not(.cBlockquote--colored) .cBlockquote__inner {
    padding-top: 0;
    padding-bottom: 0; }
  /* line 146, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image blockquote {
    margin-bottom: 0; }
  /* line 151, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image .icon-quote::before, .cBlockquote--image.bottom .cBlockquote__text::before, .cBlockquote--image.left blockquote::before, .cBlockquote--image.right blockquote::before,
  .cBlockquote--image .icon-quote--after::after, .cBlockquote--image.top .cBlockquote__text::after {
    display: block;
    color: #bebebe;
    font-size: 24px;
    font-size: 1.6rem; }
  /* line 159, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image .icon-quote--after::after, .cBlockquote--image.top .cBlockquote__text::after {
    margin-top: 30px ;
    margin-top: 2rem ; }
  /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.top img {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 192, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.bottom img {
    margin-top: 15px ;
    margin-top: 1rem ; }
  /* line 202, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left .cBlockquote__wrapper, .cBlockquote--image.right .cBlockquote__wrapper {
    display: table;
    width: 100%; }
  /* line 209, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left .cBlockquote__img,
  .cBlockquote--image.left .cBlockquote__inner, .cBlockquote--image.right .cBlockquote__img,
  .cBlockquote--image.right .cBlockquote__inner {
    display: table-cell;
    vertical-align: middle; }
  /* line 215, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left blockquote, .cBlockquote--image.right blockquote {
    text-indent: 0; }
  /* line 224, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left .cBlockquote__img, .cBlockquote--image.right .cBlockquote__img {
    width: 35%; }
    @media screen and (min-width: 1024px) {
      /* line 224, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
      .cBlockquote--image.left .cBlockquote__img, .cBlockquote--image.right .cBlockquote__img {
        width: 20%; } }
  /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left .cBlockquote__img {
    padding-right: 23px ;
    padding-right: 1.5rem ; }
    @media screen and (min-width: 1024px) {
      /* line 235, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
      .cBlockquote--image.left .cBlockquote__img {
        padding-right: 45px ;
        padding-right: 3rem ; } }
  /* line 242, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left blockquote::before {
    text-align: left; }
  /* line 246, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.left .cBlockquote__inner {
    text-align: left; }
  /* line 254, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.right .cBlockquote__img {
    padding-left: 23px ;
    padding-left: 1.5rem ; }
    @media screen and (min-width: 1024px) {
      /* line 254, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
      .cBlockquote--image.right .cBlockquote__img {
        padding-left: 45px ;
        padding-left: 3rem ; } }
  /* line 261, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.right blockquote::before {
    text-align: right; }
  /* line 265, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.right .cBlockquote__inner {
    text-align: right; }
  /* line 271, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image .cBlockquote__text {
    color: #999999; }
    @media screen and (min-width: 1024px) {
      /* line 271, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
      .cBlockquote--image .cBlockquote__text {
        line-height: 220%; } }
  /* line 279, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image .cBlockquote__author {
    font-size: 13px;
    font-size: 0.86667rem; }
  /* line 284, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image .source {
    font-weight: bold; }
    /* line 287, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
    .cBlockquote--image .source::before {
      content: ''; }
    /* line 292, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
    .cBlockquote--image .source-info {
      color: #999999;
      margin-bottom: 0; }
  /* line 305, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored .cBlockquote__inner {
    position: relative;
    background-color: #f5f5f5; }
  /* line 310, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored blockquote {
    padding: 0; }
  /* line 318, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage blockquote {
    background-color: #f5f5f5; }
  /* line 324, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage .cBlockquote__inner {
    padding: 0;
    background-color: transparent; }
  /* line 335, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner, .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner {
    background-color: #f5f5f5; }
  /* line 340, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage.left blockquote, .cBlockquote--image.cBlockquote--colored.hasImage.right blockquote {
    background-color: transparent;
    padding: 0; }
  /* line 347, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage.left .source,
  .cBlockquote--image.cBlockquote--colored.hasImage.left .source-info, .cBlockquote--image.cBlockquote--colored.hasImage.right .source,
  .cBlockquote--image.cBlockquote--colored.hasImage.right .source-info {
    display: inline; }
  /* line 357, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner {
    text-align: left; }
    /* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner:after, .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    /* line 272, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner:after {
      border-width: 15px;
      border-right-color: #f5f5f5;
      left: -30px;
      top: 50%;
      margin-top: -15px; }
    /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cBlockquote--image.cBlockquote--colored.hasImage.left .cBlockquote__inner:before {
      border-width: 15px;
      border-right-color: transparent;
      left: -30px;
      top: 50%;
      margin-top: -15px; }
  /* line 367, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner {
    text-align: right; }
    /* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner:after, .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner:before {
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      visibility: visible; }
    /* line 272, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner:after {
      border-width: 15px;
      border-left-color: #f5f5f5;
      right: -30px;
      top: 50%;
      margin-top: -15px; }
    /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cBlockquote--image.cBlockquote--colored.hasImage.right .cBlockquote__inner:before {
      border-width: 15px;
      border-left-color: transparent;
      right: -30px;
      top: 50%;
      margin-top: -15px; }
  /* line 383, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--portrait .cBlockquote__portrait {
    width: 90px;
    height: 90px;
    margin: 15px auto; }
    /* line 387, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
    .cBlockquote--image.cBlockquote--portrait .cBlockquote__portrait img {
      position: static;
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  /* line 403, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--portrait.cBlockquote--colored.bottom.hasImage blockquote {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 60px; }
  /* line 410, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--portrait.cBlockquote--colored.bottom .cBlockquote__portrait {
    bottom: -45px;
    margin-bottom: 0;
    height: 90px; }
  /* line 423, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--portrait.cBlockquote--colored.top.hasImage blockquote {
    margin-top: 90px;
    padding-top: 60px; }
  /* line 430, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--portrait.cBlockquote--colored.top .cBlockquote__portrait {
    top: -45px;
    margin-top: 0;
    height: 90px; }
  /* line 448, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--logo.left.hasImage .cBlockquote__img, .cBlockquote--image.cBlockquote--logo.right.hasImage .cBlockquote__img {
    width: 25%; }
  /* line 456, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored blockquote {
    position: relative; }
  /* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.top blockquote:after, .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.top blockquote:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    visibility: visible; }
  /* line 272, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.top blockquote:after {
    border-width: 15px;
    border-bottom-color: #f5f5f5;
    top: -30px;
    right: 50%;
    margin-right: -15px; }
  /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.top blockquote:before {
    border-width: 15px;
    border-bottom-color: transparent;
    top: -30px;
    right: 50%;
    margin-right: -15px; }
  /* line 473, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.top img {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
  /* line 263, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.bottom blockquote:after, .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.bottom blockquote:before {
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    visibility: visible; }
  /* line 272, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.bottom blockquote:after {
    border-width: 15px;
    border-top-color: #f5f5f5;
    bottom: -30px;
    right: 50%;
    margin-right: -15px; }
  /* line 277, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.bottom blockquote:before {
    border-width: 15px;
    border-top-color: transparent;
    bottom: -30px;
    right: 50%;
    margin-right: -15px; }
  /* line 484, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cBlockquote.scss */
  .cBlockquote--image.cBlockquote--logo.cBlockquote--colored.bottom img {
    margin-top: 30px ;
    margin-top: 2rem ; }

/* ==========================================================================================
Kosticka VICEPRACE
========================================================================================== */
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cExtraWork.scss */
.cExtraWork {
  border: 1px solid #e83f3e;
  padding: 30px ;
  padding: 2rem ; }

/*
.cHeader--diff {
	background-color: $brand-color;
	margin-bottom: 0;
	.cMainNav {
		box-sizing: border-box;
		background-color: $bg-html;
		margin: 0;
		padding: 0;
		border: 1px solid lighten($brand-color, 40%);
		@extend .fix-white-space;

		&__wrapper {
			max-width: $wrapper-width;
			margin: 0 auto;
			padding: 0;
		}

		.nav__item {
			margin-right: 0;
			&:first-child {
				&__in {
					padding-left: 0;
				}
			}
			&--drop {
				line-height: 1;
			}
		}

		.nav__item__in {
			font-family: $font-family;
			display: block;
			color: black;
			font-weight: normal;
			border-left: 1px solid lighten($brand-color, 40%);
			margin-right: 0;

			&:hover {
				color: whote;
				background-color: lighten($brand-color, 48%);
			}
		}
	}

	.cSideNav {
		.nav {
			&__item {
				&__in {
					color: white;
					text-decoration: none;
					@include font-size($milli);
					text-transform: uppercase;
				}
			}
		}
	}

	.cHeader__innerContent {
		text-align: right;
		margin-top: 0;
		border-top: 0;
	}

	.cHeader__search,
	.cHeader__cZone {		
		margin-right: 0;
		.icon-only {
			@include wh(5.25rem);
			display: inline-block;
			line-height: 5.25rem;
			background-color: darken($brand-color, 10%);
			color: white;
			font-size: 40px;
			text-align: center;
		}
	}

	.cHeader__phone {

		.icon-only {
			color: white;
			font-size: 30px;
			text-decoration: none;

			span {
				position: relative;
				@include font-size($delta);
				font-weight: bold;
				display: inline-block;
				vertical-align: bottom;
				&:before {
					@include font-size($milli);
					font-weight: normal;
					content: "PO-PÁ 9:00-17:00";
					position: absolute;
					left: 0;
					top: -18px;
				}
			}	
		}
	}

	.cHeader__logo {
		@include x-rem(margin, $half-spacing-unit 0);
	}
}

.cSubpages--vertical {
	border-radius: 0;

	.nav__item {
		&__in {
			background-color: $brand-color;
			color: white;
			&:hover {
				background-color: darken($brand-color, 10%);
			}
		}
	}
}

.cCopyright {
	margin-bottom: 0;
	color: white;
	a {
		color: white;
	}

	&__links {
		margin-bottom: 0;
	}
}

.c-text {
	li {
		color: white;
	}
	a {
		color: white;
	}
}

.cNewsletter {
	color: white;

	.btn {
		background: darken(#0083CA, 10%);
		border-bottom-color: darken(#0083CA, 20%);
	}

	.field {
		border-color: darken(#0083CA, 10%);
	}
}

.cConversButton--colored {
	background-color: darken(#0083CA, 10%);
} */
/* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
.cImageSlider {
  position: relative; }

/* line 11, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
.cHtmlSlider {
  position: relative;
  /*
	* Mobilni zobrazeni slidu pod sebou - modifikace
	-------------------------------------------------------------------------- */ }
  /* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
  .cHtmlSlider .royalSlider {
    margin: auto;
    max-width: 100%; }
    /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
    .cHtmlSlider .royalSlider img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
  .cHtmlSlider .rsSlide,
  .cHtmlSlider .rsOverflow {
    height: 100% !important; }
  /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
  .cHtmlSlider__box {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 2;
    padding: 30px;
    text-align: center; }
    @media screen and (min-width: 1250px) {
      /* line 30, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
      .cHtmlSlider__box {
        max-width: 1250px;
        left: calc((100% - 1250px) / 2); } }
    /* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
    .cHtmlSlider__box .rsABlock__perex {
      margin-bottom: 0; }
  /* line 54, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
  .cHtmlSlider .rsABlock {
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
    .cHtmlSlider .rsABlock__title {
      font-size: 25px;
      font-size: 1.66667rem;
      color: #fff; }
      @media screen and (min-width: 768px) {
        /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
        .cHtmlSlider .rsABlock__title {
          font-size: 36px;
          font-size: 2.4rem; } }
      @media screen and (min-width: 1024px) {
        /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
        .cHtmlSlider .rsABlock__title {
          font-size: 53px;
          font-size: 3.53333rem; } }
      @media screen and (min-width: 1200px) {
        /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
        .cHtmlSlider .rsABlock__title {
          font-size: 53px;
          font-size: 3.53333rem; } }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
    .cHtmlSlider .rsABlock__perex {
      font-size: 13px;
      font-size: 0.86667rem;
      color: #fff; }
      @media screen and (min-width: 768px) {
        /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
        .cHtmlSlider .rsABlock__perex {
          font-size: 15px;
          font-size: 1rem; } }
      @media screen and (min-width: 1024px) {
        /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
        .cHtmlSlider .rsABlock__perex {
          font-size: 18px;
          font-size: 1.2rem; } }
      @media screen and (min-width: 1200px) {
        /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
        .cHtmlSlider .rsABlock__perex {
          font-size: 18px;
          font-size: 1.2rem; } }
      /* line 88, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
      .cHtmlSlider .rsABlock__perex .btn, .cHtmlSlider .rsABlock__perex .cClientZone__logout {
        margin-top: 45px; }
  /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
  .cHtmlSlider--mobile__title {
    margin-bottom: 0; }
  /* line 110, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cHtmlSlider.scss */
  .cHtmlSlider--mobile__perex {
    margin-bottom: 0; }

/* ==========================================================================================
Kosticka IMAGE SLIDER 
========================================================================================== */
/* line 4, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImageSlider.scss */
.cImageSlider {
  position: relative; }
  /* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImageSlider.scss */
  .cImageSlider .royalSlider {
    margin: auto;
    max-width: 100%; }
    /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImageSlider.scss */
    .cImageSlider .royalSlider img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cImageSlider.scss */
  .cImageSlider .rsSlide,
  .cImageSlider .rsOverflow {
    height: 100% !important; }

/* ==========================================================================================
Kosticka POPIS STRANKY
========================================================================================== */
/* line 5, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
.cPathBox {
  position: relative;
  padding: 15px ;
  padding: 1rem ;
  border: 1px solid #ddd;
  text-align: center;
  min-height: 325px;
  /*
	Nadpis pres obrazek - modifikator
	-------------------------------------------------------------------------- */
  /*
	Prekryty obrazek - efekt na hover - modifikator
	-------------------------------------------------------------------------- */
  /*
	Bez obrazku
	-------------------------------------------------------------------------- */ }
  @media screen and (max-width: 767px) {
    /* line 12, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox:not(.cPathBox--imageCover) {
      height: auto !important; } }
  /* line 18, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox > .link {
    display: block;
    text-decoration: none; }
  /* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox .cHeading {
    margin-bottom: 0;
    margin-top: 30px ;
    margin-top: 2rem ;
    font-weight: bold; }
    /* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox .cHeading > a {
      text-decoration: none; }
      /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
      .cPathBox .cHeading > a:hover {
        text-decoration: underline; }
  /* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox__desc {
    margin-top: 0 !important;
    padding: 15px ;
    padding: 1rem ;
    z-index: 2; }
    /* line 45, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox__desc p:last-child {
      margin-bottom: 0; }
  /* line 50, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox img {
    display: block;
    max-width: none;
    min-width: 100%;
    margin: 0 0 0 ;
    margin: 0 0 0 ; }
  /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox__link, .cPathBox__imgWrapper {
    display: block;
    position: relative;
    overflow: hidden;
    margin: -15px ;
    margin: -1rem ; }
  /* line 67, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox__link + .cPathBox__desc {
    pointer-events: none; }
  /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox--titleCover {
    min-height: 0;
    padding: 0;
    overflow: hidden; }
    /* line 80, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--titleCover .cPathBox__link {
      position: absolute;
      height: 100%;
      margin: 0; }
    /* line 87, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--titleCover .cPathBox__wrapper {
      position: relative;
      overflow: hidden; }
    /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--titleCover .cPathBox__content {
      position: absolute;
      bottom: 0;
      width: 100%;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.8);
      width: 100%;
      z-index: 1;
      margin-bottom: 0;
      pointer-events: none; }
      /* line 105, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .cPathBox--titleCover .cPathBox__content > a {
        padding: 15px ;
        padding: 1rem ; }
    /* line 102, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--titleCover .cPathBox__title {
      color: #fff; }
    /* line 106, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--titleCover img {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%; }
  /* line 116, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox--imageCover {
    padding: 0;
    border: 0;
    min-height: 0;
    text-align: center;
    height: 325px; }
    /* line 123, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover .cPathBox__title,
    .cPathBox--imageCover .cPathBox__desc__text {
      margin-top: 0;
      transition: all .5s ease-in-out; }
    /* line 132, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover:hover .cPathBox__desc__text {
      visibility: visible;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    /* line 137, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover:hover .cPathBox__title {
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
    /* line 143, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover .cPathBox__link {
      height: 100%; }
    /* line 147, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover img {
      margin: 0;
      object-fit: cover;
      min-height: 100%;
      width: 100%;
      height: 100%; }
    /* line 156, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover .cHeading > a {
      color: #fff; }
    /* line 161, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover .cPathBox__desc {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      color: white;
      text-align: center; }
      /* line 167, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
      .cPathBox--imageCover .cPathBox__desc__text {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden; }
    /* line 173, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover .cPathBox__imgWrapper {
      margin: 0;
      height: 100%; }
    /* line 178, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover > a {
      margin: 0; }
  /* line 188, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox--staticUnderPict .objectFit {
    height: 200px; }
    /* line 191, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--staticUnderPict .objectFit img {
      height: 100%; }
  /* line 200, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox--icon {
    min-height: 150px; }
    /* line 204, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--icon .cPathBox__title {
      margin-top: 0; }
    /* line 216, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--icon__icon::before {
      color: #c2a360;
      font-size: 60px;
      font-size: 4rem; }
  /* line 226, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox--imageCover {
    position: relative;
    overflow: hidden;
    text-align: left; }
    /* line 231, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover img {
      display: block; }
    /* line 236, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
    .cPathBox--imageCover .cPathBox__desc {
      margin-top: 0;
      font-size: inherit; }
      /* line 241, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
      .cPathBox--imageCover .cPathBox__desc .cPathBox__title {
        z-index: 3;
        width: 100%;
        color: #fff; }
        /* line 246, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
        .cPathBox--imageCover .cPathBox__desc .cPathBox__title > a {
          color: #fff; }
  /* line 256, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cPathbox.scss */
  .cPathBox--noImage {
    text-align: center; }

@media screen and (max-width: 767px) {
  /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
  .cGallery--nearby img,
  .cGallery--nearby .royalSlider img {
    max-width: 100% !important; } }

/* line 24, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
.cGallery--preview {
  position: relative; }
  /* line 32, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
  .cGallery--preview.cGallery--ratio1-1 .rsSlide {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: absolute; }
    /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cGallery--preview.cGallery--ratio1-1 .rsSlide img,
    .cGallery--preview.cGallery--ratio1-1 .rsSlide [class$="__inner"],
    .cGallery--preview.cGallery--ratio1-1 .rsSlide [class$="__image"] {
      position: absolute;
      width: 100%; }
    /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cGallery--preview.cGallery--ratio1-1 .rsSlide:after {
      display: block;
      content: '';
      padding-top: 100%; }
    /* line 36, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview.cGallery--ratio1-1 .rsSlide > a {
      position: absolute; }
    /* line 40, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview.cGallery--ratio1-1 .rsSlide img {
      object-fit: fill;
      width: auto !important;
      height: auto !important;
      min-height: 0;
      top: 50%;
      transform: translateY(-50%); }
  /* line 53, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
  .cGallery--preview.cGallery--ratio4-3 .rsSlide {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: absolute; }
    /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cGallery--preview.cGallery--ratio4-3 .rsSlide img,
    .cGallery--preview.cGallery--ratio4-3 .rsSlide [class$="__inner"],
    .cGallery--preview.cGallery--ratio4-3 .rsSlide [class$="__image"] {
      position: absolute;
      width: 100%; }
    /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cGallery--preview.cGallery--ratio4-3 .rsSlide:after {
      display: block;
      content: '';
      padding-top: 75%; }
    /* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview.cGallery--ratio4-3 .rsSlide > a {
      position: absolute; }
    /* line 61, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview.cGallery--ratio4-3 .rsSlide img {
      object-fit: fill;
      width: auto !important;
      height: auto !important;
      min-height: 0;
      top: 50%;
      transform: translateY(-50%); }
  /* line 74, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
  .cGallery--preview.cGallery--ratio16-9 .rsSlide {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: absolute; }
    /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cGallery--preview.cGallery--ratio16-9 .rsSlide img,
    .cGallery--preview.cGallery--ratio16-9 .rsSlide [class$="__inner"],
    .cGallery--preview.cGallery--ratio16-9 .rsSlide [class$="__image"] {
      position: absolute;
      width: 100%; }
    /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cGallery--preview.cGallery--ratio16-9 .rsSlide:after {
      display: block;
      content: '';
      padding-top: 56.25%; }
    /* line 78, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview.cGallery--ratio16-9 .rsSlide > a {
      position: absolute; }
    /* line 82, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview.cGallery--ratio16-9 .rsSlide img {
      object-fit: fill;
      width: auto !important;
      height: auto !important;
      min-height: 0;
      top: 50%;
      transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    /* line 95, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cGallery.scss */
    .cGallery--preview .cProductListBox__img img {
      max-width: 100%;
      min-width: 0; } }

/* line 8, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
.cForm .fieldset {
  padding: 15px 30px 15px 0 ;
  padding: 1rem 2rem 1rem 0 ;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  /* line 14, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
  .cForm .fieldset legend {
    padding-left: 30px ;
    padding-left: 2rem ;
    padding-right: 30px ;
    padding-right: 2rem ; }

/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
.cForm__inner {
  position: relative;
  background-color: #f5f5f5; }
  @media screen and (max-width: 767px) {
    /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
    .cForm__inner {
      padding: 30px ;
      padding: 2rem ; } }
  @media screen and (min-width: 768px) {
    /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
    .cForm__inner {
      padding: 30px ;
      padding: 2rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
    .cForm__inner {
      padding: 30px ;
      padding: 2rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
    .cForm__inner {
      padding: 60px 30px ;
      padding: 4rem 2rem ; } }

/* line 39, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cForm.scss */
.cForm .btn, .cForm .cClientZone__logout {
  float: right; }

/* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch__input {
  position: relative; }
  @media screen and (min-width: 1024px) {
    /* line 13, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch__input {
      min-width: 200px; } }

/* line 21, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch__field {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 0;
  padding: 15px 18px ;
  padding: 1rem 1.2rem ; }

/* line 29, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch__submit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0; }

/* line 42, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch__autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd; }
  /* line 48, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cHeader .cftSearch__autocomplete {
    width: 400px;
    right: 0;
    left: auto; }
  /* line 55, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch__autocomplete__item {
    position: relative;
    min-height: 60px; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch__autocomplete__item__link {
      display: block;
      padding: 15px ;
      padding: 1rem ;
      text-decoration: none;
      font-size: 13px;
      font-size: 0.86667rem; }
  /* line 70, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch__autocomplete__image {
    float: left;
    text-align: center;
    max-width: 70px; }
    /* line 76, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch__autocomplete__image--noImage {
      position: absolute;
      top: 0;
      width: 70px;
      height: 40px;
      color: #999999; }
      /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
      .cftSearch__autocomplete__image--noImage::before {
        font-size: 35px;
        font-size: 2.33333rem;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60); }
  /* line 93, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch__autocomplete__title, .cftSearch__autocomplete__desc {
    padding-left: 100px ;
    padding-left: 6.66667rem ;
    margin-bottom: 0; }
  /* line 103, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch__autocomplete__allResults__in {
    display: block;
    border-top: 1px solid #ddd;
    padding: 15px ;
    padding: 1rem ;
    text-align: center;
    font-size: 13px;
    font-size: 0.86667rem;
    text-decoration: none; }
  /* line 115, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch__autocomplete__minChar, .cftSearch__autocomplete__noResult {
    padding: 15px ;
    padding: 1rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
  /* line 125, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch__autocomplete.js__resultsMinchar .cftSearch__autocomplete__item {
    min-height: 0; }

/* line 134, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--standard {
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 138, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--standard .cftSearch__autocomplete {
      display: none !important; } }

/* line 148, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--onClick {
  position: absolute;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden; }
  @media screen and (max-width: 767px) {
    /* line 148, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--onClick {
      width: 100%;
      padding: 15px ;
      padding: 1rem ;
      background-color: #fff; } }
  @media screen and (min-width: 768px) {
    /* line 148, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--onClick {
      top: 50%;
      transform: translateY(-50%);
      width: 0;
      transition: width .3s ease-in-out; } }
  /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--onClick.active {
    transition: all .5s ease-in-out;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
    @media screen and (min-width: 768px) {
      /* line 166, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
      .cftSearch--onClick.active {
        width: 400px; } }
  @media screen and (max-width: 767px) {
    /* line 176, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--onClick .cftSearch__autocomplete {
      display: none !important; } }

/* line 189, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__overlay {
  position: fixed;
  top: 0; }

/* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__inner {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px ;
  padding: 2.66667rem 1rem ; }
  @media screen and (min-width: 768px) {
    /* line 196, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--fullScreen__inner {
      padding: 100px 0 ;
      padding: 6.66667rem 0 ; } }

/* line 207, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__input {
  position: relative;
  padding-top: 0; }

/* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__field {
  width: 100%;
  height: 40px;
  background-color: #007DC4;
  border-color: #007DC4;
  font-size: 36px;
  font-size: 2.4rem;
  padding: 0 30px ;
  padding: 0 2rem ;
  color: #fff; }
  @media screen and (min-width: 768px) {
    /* line 213, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--fullScreen__field {
      height: 75px;
      padding: 0 40px ;
      padding: 0 2.66667rem ; } }
  /* line 225, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen__field:hover {
    border-color: #005c91; }
  /* line 230, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen__field:focus {
    box-shadow: 0 0 10px 2px #006dab;
    border-color: #005c91; }

/* line 237, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__submit {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%); }
  /* line 245, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen__submit .icon-search::before {
    font-size: 22px;
    font-size: 1.46667rem;
    color: #fff; }
    @media screen and (min-width: 768px) {
      /* line 245, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
      .cftSearch--fullScreen__submit .icon-search::before {
        font-size: 53px;
        font-size: 3.53333rem; } }

/* line 256, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen .cftSearch__buttons {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%; }

/* line 261, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen .cftSearch__autocomplete {
  width: 100%;
  position: relative;
  padding-top: 30px ;
  padding-top: 2rem ; }
  /* line 270, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__item {
    color: #fff; }
    /* line 274, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--fullScreen .cftSearch__autocomplete__item__link {
      padding: 30px 0 ;
      padding: 2rem 0 ;
      border-bottom: 1px solid #008dde;
      color: #fff; }
      /* line 279, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
      .cftSearch--fullScreen .cftSearch__autocomplete__item__link:hover {
        background-color: rgba(0, 125, 196, 0.3); }
  /* line 287, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__image--noImage {
    position: absolute;
    top: 0; }
    /* line 291, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--fullScreen .cftSearch__autocomplete__image--noImage::before {
      color: #fff;
      font-size: 50px;
      font-size: 3.33333rem;
      width: 70px;
      margin-left: 6px;
      width: 100%; }
  /* line 302, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__desc {
    color: #fff; }
  /* line 307, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__title,
  .cftSearch--fullScreen .cftSearch__autocomplete a {
    color: #fff; }
  /* line 313, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__title {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    @media screen and (max-width: 767px) {
      /* line 313, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
      .cftSearch--fullScreen .cftSearch__autocomplete__title {
        font-size: 18px;
        font-size: 1.2rem; } }
  @media screen and (min-width: 768px) {
    /* line 321, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--fullScreen .cftSearch__autocomplete__desc {
      max-width: 50%; } }
  /* line 326, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__desc p {
    margin-bottom: 0; }
  /* line 333, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__minChar, .cftSearch--fullScreen .cftSearch__autocomplete__noResult {
    color: #fff; }
  /* line 342, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
  .cftSearch--fullScreen .cftSearch__autocomplete__allResults__in {
    padding-top: 30px ;
    padding-top: 2rem ;
    padding-left: 0;
    text-align: left;
    border-top: 0;
    display: inline-block;
    text-decoration: underline; }
    /* line 350, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
    .cftSearch--fullScreen .cftSearch__autocomplete__allResults__in:hover {
      text-decoration: none; }

/* line 359, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__field::-webkit-input-placeholder {
  color: #fff; }

/* line 362, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__field::-moz-placeholder {
  color: #fff; }

/* line 365, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cftSearch.scss */
.cftSearch--fullScreen__field:-ms-input-placeholder {
  color: #fff; }

/* line 9, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
.cUserAccount__name {
  font-size: 53px;
  font-size: 3.53333rem;
  margin-bottom: 0; }

/* line 15, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
.cUserAccount__mail {
  font-size: 22px;
  font-size: 1.46667rem;
  text-decoration: none; }
  /* line 19, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
  .cUserAccount__mail .icon-mail::before, .cUserAccount__mail .infoText--mail::before, .cUserAccount__mail .cPerson__email::before {
    font-size: inherit; }

/* line 25, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
.cUserAccount__img {
  border: 1px solid #ddd;
  border-radius: 50%; }

/* line 31, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
.cUserAccount__perex {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }

/* line 43, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
.userAccountForm .fieldset {
  margin-bottom: 45px ;
  margin-bottom: 3rem ; }
  /* line 46, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
  .userAccountForm .fieldset:last-of-type {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
  /* line 51, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
  .userAccountForm .fieldset legend {
    padding-left: 30px ;
    padding-left: 2rem ; }

/* line 57, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
.userAccountForm .accountUser {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/cubes-v2/_cUserAccount.scss */
  .userAccountForm .accountUser__name {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-accordion-active::before, .accordion__item__tab--active .accordion__item__holder::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-accordion-active--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-accordion::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-accordion--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-button::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-button--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-clock::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-clock--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-close::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-close--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-crumb::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-crumb--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-drop::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-drop--after::after, .nav__item--drop .nav__item__in::after,
.nav__item--mDrop .nav__item__in::after, .dropNav__item--subLev > .dropNav__item__in::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-facebook-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-facebook-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-facebook::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-facebook--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-fax::before, .cPerson__fax::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-fax--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-googleplus-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-googleplus-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-googleplus::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-googleplus--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-heart::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-heart--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-home::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-home--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-image::before, .cftSearch__autocomplete__image--noImage::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-image--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-info::before, .cInfobox--info::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-info--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-instagram-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-instagram-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-instagram::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-instagram--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-li::before, .cText ul > li::before,
.cSharedText ul > li::before,
.cSitemap ul > li::before,
.cInfobox ul > li::before,
.cProductListImg ul > li::before,
.cProductListBox ul > li::before,
.cube__inner ul > li::before,
.cke_editable ul > li::before,
.cke_editable_inline ul > li::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-li--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-lightbox::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-lightbox--after::after, .cImage .A_lightbox::after,
.cGallery .A_lightbox::after,
.cImage a[data-a-lightbox-gallery]::after,
.cGallery a[data-a-lightbox-gallery]::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-linkedin-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-linkedin-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-linkedin::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-linkedin--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-location::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-location--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-login::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-login--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-logout::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-logout--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-mail::before, .infoText--mail::before, .cPerson__email::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-mail--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-menu::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-menu--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-menuHolder--active::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-menuHolder--active--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-menuHolder::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-menuHolder--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-negative::before, .cInfobox--negative::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-negative--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-neutral::before, .cInfobox--neutral::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-neutral--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pagination-next::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pagination-next--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pagination-prev::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pagination-prev--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-phone::before, .infoText--phone::before, .cPerson__mobile::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-phone--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pinterest-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pinterest-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pinterest::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-pinterest--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-positive::before, .cInfobox--positive::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-positive--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-productListImage::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-productListImage--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-productListLine::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-productListLine--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-productListTable::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-productListTable--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-quote::before, .cBlockquote--image.bottom .cBlockquote__text::before, .cBlockquote--image.left blockquote::before, .cBlockquote--image.right blockquote::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-quote--after::after, .cBlockquote--image.top .cBlockquote__text::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-rss::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-rss--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-search::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-search--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-sliderArrow::before, .rsClear .rsThumbsArrowIcn::before, .rsDefault .rsArrowIcn::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-sliderArrow--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-submit::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-submit--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-tags::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-tags--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-telephone::before, .infoText--telephone::before, .cPerson__phone::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-telephone--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-twitter-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-twitter-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-twitter::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-twitter--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-user::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-user--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-youtube-v2::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-youtube-v2--after::after {
  content: ""; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-youtube::before {
  content: ""; }

/* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_designIcons.scss */
.icon-youtube--after::after {
  content: ""; }

/* line 8, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.cHorGap {
  margin-bottom: 60px ;
  margin-bottom: 4rem ; }

/* line 15, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.more {
  margin-top: 8px ;
  margin-top: 0.5rem ;
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }
  /* line 19, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .more__link {
    font-size: 13px;
    font-size: 0.86667rem;
    text-decoration: none; }
    /* line 22, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .more__link:hover {
      text-decoration: underline; }

/* line 27, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.navbar {
  display: none; }

@media screen and (min-width: 768px) {
  /* line 31, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .cHeader__inner .cSocialSites--icons .nav__item:first-child {
    margin: 2px ;
    margin: 0.13333rem ; } }

@media screen and (min-width: 1024px) {
  /* line 31, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .cHeader__inner .cSocialSites--icons .nav__item:first-child {
    margin: 0 10px ;
    margin: 0 0.66667rem ; } }

/* line 41, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.cHeader__inner .cSocialSites--icons .nav__item__in {
  line-height: 1 !important; }
  @media screen and (min-width: 768px) {
    /* line 41, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .cHeader__inner .cSocialSites--icons .nav__item__in {
      padding: 0px !important; } }
  @media screen and (min-width: 1080px) {
    /* line 41, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .cHeader__inner .cSocialSites--icons .nav__item__in {
      padding: 6px 7px !important;
      border: 1px solid rgba(208, 182, 117, 0.38) !important; } }

/* line 55, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.navbar__component {
  border: 0;
  padding: 43px 0 43px 0 ;
  padding: 2.86667rem 0 2.86667rem 0 ;
  padding-top: 54px ;
  padding-top: 3.6rem ; }
  /* line 59, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .navbar__component--socials {
    padding-left: 0 ;
    padding-left: 0 ; }
    @media screen and (min-width: 768px) {
      /* line 59, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
      .navbar__component--socials {
        padding: 0;
        position: absolute;
        right: 10px;
        top: 17px; } }
    @media screen and (min-width: 850px) {
      /* line 59, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
      .navbar__component--socials {
        padding: 43px 0 43px 0 ;
        padding: 2.86667rem 0 2.86667rem 0 ;
        padding-top: 54px ;
        padding-top: 3.6rem ;
        position: static; } }

/* line 76, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.btn, .cClientZone__logout {
  border: 1px solid #c2a360 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #c2a360 !important;
  padding: 14px 50px !important;
  text-transform: uppercase;
  transition: all .25s;
  font-size: 13px;
  font-size: 0.86667rem; }
  /* line 85, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .btn:hover, .cClientZone__logout:hover {
    background-color: #c2a360 !important;
    color: white !important; }

/* line 91, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.row--category .accordionWrapper {
  margin-bottom: 0 ;
  margin-bottom: 0 ;
  padding: 0; }

/* line 95, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.row--category .accordion--tabs {
  text-align: center;
  border: 0;
  padding: 0 60px ;
  padding: 0 4rem ; }
  @media screen and (min-width: 768px) {
    /* line 99, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .row--category .accordion--tabs__item {
      margin-left: 20px ;
      margin-left: 1.33333rem ; } }
  /* line 104, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .row--category .accordion--tabs__item:first-child {
    margin-left: 0; }

/* line 113, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.row--category .accordion__item:last-child .accordion__item__tab {
  border-color: #c9af7a; }

/* line 117, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.row--category .accordion__item__tab {
  border-color: #c2a360;
  background: white;
  color: #c2a360;
  text-transform: uppercase;
  border-right: 1px solid #c2a360;
  border-color: #c2a360 !important;
  font-size: 13px;
  font-size: 0.86667rem;
  transition: all .25s; }
  @media screen and (min-width: 768px) {
    /* line 117, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .row--category .accordion__item__tab {
      padding: 14px 48px 13px !important; } }
  @media screen and (max-width: 767px) {
    /* line 117, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .row--category .accordion__item__tab {
      border-bottom: 1px solid #c9af7a !important; } }
  /* line 133, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .row--category .accordion__item__tab--active {
    color: white !important;
    background-color: #bd9f5d !important;
    background-image: linear-gradient(-70deg, #c2a668 30%, #bd9f5d 10px); }
    /* line 137, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .row--category .accordion__item__tab--active:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(189, 159, 93, 0);
      border-top-color: #bd9f5d;
      border-width: 8px;
      margin-left: -8px; }
  /* line 152, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .row--category .accordion__item__tab:hover {
    color: white !important;
    background-color: #bd9f5d !important;
    background-image: linear-gradient(-70deg, #c2a668 30%, #bd9f5d 10px);
    text-decoration: none !important; }

/* line 161, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
.row--category .accordion__item__content {
  border: 0;
  max-width: 100%;
  padding: 30px 30px 27px ;
  padding: 2rem 2rem 1.8rem ; }
  @media screen and (min-width: 768px) {
    /* line 161, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .row--category .accordion__item__content {
      padding-top: 60px ;
      padding-top: 4rem ; } }

@media screen and (max-width: 767px) {
  /* line 173, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .row--category .accordion--tabs--no-acc .accordion--tabs__item {
    display: block;
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    /* line 177, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
    .row--category .accordion--tabs--no-acc .accordion--tabs__item__tab {
      display: block; } }

@media screen and (max-width: 767px) {
  /* line 183, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_components-design.scss */
  .row--category .accordion--tabs--no-acc .accordion--tabs__item__content {
    border: 0 !important; } }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
.btn, .cClientZone__logout {
  padding: 10px 20px ;
  padding: 0.66667rem 1.33333rem ;
  border: 0;
  border-bottom: 1px solid #ad8b42;
  border-radius: 3px;
  background-color: #c2a360;
  color: #fff; }
  /* line 15, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn:hover, .cClientZone__logout:hover, .btn:focus, .cClientZone__logout:focus {
    background-color: #ad8b42;
    color: #fff;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    /* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
    .btn, .cClientZone__logout {
      width: 100%; } }
  /* line 58, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn--inverse {
    color: #333;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--inverse:hover, .btn--inverse:focus, .btn--inverse:active, .btn--inverse.active {
      color: #333;
      background-color: #e1e1e1;
      border-color: #d6d6d6; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--inverse:active, .btn--inverse.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--inverse.disabled, .btn--inverse.disabled:hover, .btn--inverse.disabled:focus, .btn--inverse.disabled:active, .btn--inverse.disabled.active, .btn--inverse[disabled], .btn--inverse[disabled]:hover, .btn--inverse[disabled]:focus, .btn--inverse[disabled]:active, .btn--inverse[disabled].active,
    fieldset[disabled] .btn--inverse,
    fieldset[disabled] .btn--inverse:hover,
    fieldset[disabled] .btn--inverse:focus,
    fieldset[disabled] .btn--inverse:active,
    fieldset[disabled] .btn--inverse.active {
      background-color: #f5f5f5;
      border-color: #f5f5f5; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--inverse:visited {
      color: #333; }
  /* line 63, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn--bordered {
    border: 1px solid #ddd;
    background-color: transparent;
    color: #c2a360; }
    /* line 68, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
    .btn--bordered:hover, .btn--bordered:focus {
      background-color: transparent;
      color: #c2a360; }
  /* line 76, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn--cta, .cMap__field .btn, .cMap__field .cClientZone__logout, .cNewsletter .btn, .cNewsletter .cClientZone__logout, .cForm .btn, .cForm .cClientZone__logout, .cConversButton .btn:not(.btn--inverse), .cConversButton .cClientZone__logout:not(.btn--inverse) {
    color: #333;
    background-color: #c2a360;
    border-color: #886d34;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--cta:hover, .cMap__field .btn:hover, .cMap__field .cClientZone__logout:hover, .cNewsletter .btn:hover, .cNewsletter .cClientZone__logout:hover, .cForm .btn:hover, .cForm .cClientZone__logout:hover, .cConversButton .btn:hover:not(.btn--inverse), .cConversButton .cClientZone__logout:hover:not(.btn--inverse), .btn--cta:focus, .cMap__field .btn:focus, .cMap__field .cClientZone__logout:focus, .cNewsletter .btn:focus, .cNewsletter .cClientZone__logout:focus, .cForm .btn:focus, .cForm .cClientZone__logout:focus, .cConversButton .btn:focus:not(.btn--inverse), .cConversButton .cClientZone__logout:focus:not(.btn--inverse), .btn--cta:active, .cMap__field .btn:active, .cMap__field .cClientZone__logout:active, .cNewsletter .btn:active, .cNewsletter .cClientZone__logout:active, .cForm .btn:active, .cForm .cClientZone__logout:active, .cConversButton .btn:active:not(.btn--inverse), .cConversButton .cClientZone__logout:active:not(.btn--inverse), .btn--cta.active, .cMap__field .active.btn, .cMap__field .active.cClientZone__logout, .cNewsletter .active.btn, .cNewsletter .active.cClientZone__logout, .cForm .active.btn, .cForm .active.cClientZone__logout, .cConversButton .active.btn:not(.btn--inverse), .cConversButton .active.cClientZone__logout:not(.btn--inverse) {
      color: #333;
      background-color: #b49145;
      border-color: #5c4a23; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--cta:active, .cMap__field .btn:active, .cMap__field .cClientZone__logout:active, .cNewsletter .btn:active, .cNewsletter .cClientZone__logout:active, .cForm .btn:active, .cForm .cClientZone__logout:active, .cConversButton .btn:active:not(.btn--inverse), .cConversButton .cClientZone__logout:active:not(.btn--inverse), .btn--cta.active, .cMap__field .active.btn, .cMap__field .active.cClientZone__logout, .cNewsletter .active.btn, .cNewsletter .active.cClientZone__logout, .cForm .active.btn, .cForm .active.cClientZone__logout, .cConversButton .active.btn:not(.btn--inverse), .cConversButton .active.cClientZone__logout:not(.btn--inverse) {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--cta.disabled, .cMap__field .disabled.btn, .cMap__field .disabled.cClientZone__logout, .cNewsletter .disabled.btn, .cNewsletter .disabled.cClientZone__logout, .cForm .disabled.btn, .cForm .disabled.cClientZone__logout, .cConversButton .disabled.btn:not(.btn--inverse), .cConversButton .disabled.cClientZone__logout:not(.btn--inverse), .btn--cta.disabled:hover, .cMap__field .disabled.btn:hover, .cMap__field .disabled.cClientZone__logout:hover, .cNewsletter .disabled.btn:hover, .cNewsletter .disabled.cClientZone__logout:hover, .cForm .disabled.btn:hover, .cForm .disabled.cClientZone__logout:hover, .cConversButton .disabled.btn:hover:not(.btn--inverse), .cConversButton .disabled.cClientZone__logout:hover:not(.btn--inverse), .btn--cta.disabled:focus, .cMap__field .disabled.btn:focus, .cMap__field .disabled.cClientZone__logout:focus, .cNewsletter .disabled.btn:focus, .cNewsletter .disabled.cClientZone__logout:focus, .cForm .disabled.btn:focus, .cForm .disabled.cClientZone__logout:focus, .cConversButton .disabled.btn:focus:not(.btn--inverse), .cConversButton .disabled.cClientZone__logout:focus:not(.btn--inverse), .btn--cta.disabled:active, .cMap__field .disabled.btn:active, .cMap__field .disabled.cClientZone__logout:active, .cNewsletter .disabled.btn:active, .cNewsletter .disabled.cClientZone__logout:active, .cForm .disabled.btn:active, .cForm .disabled.cClientZone__logout:active, .cConversButton .disabled.btn:active:not(.btn--inverse), .cConversButton .disabled.cClientZone__logout:active:not(.btn--inverse), .btn--cta.disabled.active, .cMap__field .disabled.active.btn, .cMap__field .disabled.active.cClientZone__logout, .cNewsletter .disabled.active.btn, .cNewsletter .disabled.active.cClientZone__logout, .cForm .disabled.active.btn, .cForm .disabled.active.cClientZone__logout, .cConversButton .disabled.active.btn:not(.btn--inverse), .cConversButton .disabled.active.cClientZone__logout:not(.btn--inverse), .btn--cta[disabled], .cMap__field [disabled].btn, .cMap__field [disabled].cClientZone__logout, .cNewsletter [disabled].btn, .cNewsletter [disabled].cClientZone__logout, .cForm [disabled].btn, .cForm [disabled].cClientZone__logout, .cConversButton [disabled].btn:not(.btn--inverse), .cConversButton [disabled].cClientZone__logout:not(.btn--inverse), .btn--cta[disabled]:hover, .cMap__field [disabled].btn:hover, .cMap__field [disabled].cClientZone__logout:hover, .cNewsletter [disabled].btn:hover, .cNewsletter [disabled].cClientZone__logout:hover, .cForm [disabled].btn:hover, .cForm [disabled].cClientZone__logout:hover, .cConversButton [disabled].btn:hover:not(.btn--inverse), .cConversButton [disabled].cClientZone__logout:hover:not(.btn--inverse), .btn--cta[disabled]:focus, .cMap__field [disabled].btn:focus, .cMap__field [disabled].cClientZone__logout:focus, .cNewsletter [disabled].btn:focus, .cNewsletter [disabled].cClientZone__logout:focus, .cForm [disabled].btn:focus, .cForm [disabled].cClientZone__logout:focus, .cConversButton [disabled].btn:focus:not(.btn--inverse), .cConversButton [disabled].cClientZone__logout:focus:not(.btn--inverse), .btn--cta[disabled]:active, .cMap__field [disabled].btn:active, .cMap__field [disabled].cClientZone__logout:active, .cNewsletter [disabled].btn:active, .cNewsletter [disabled].cClientZone__logout:active, .cForm [disabled].btn:active, .cForm [disabled].cClientZone__logout:active, .cConversButton [disabled].btn:active:not(.btn--inverse), .cConversButton [disabled].cClientZone__logout:active:not(.btn--inverse), .btn--cta[disabled].active, .cMap__field [disabled].active.btn, .cMap__field [disabled].active.cClientZone__logout, .cNewsletter [disabled].active.btn, .cNewsletter [disabled].active.cClientZone__logout, .cForm [disabled].active.btn, .cForm [disabled].active.cClientZone__logout, .cConversButton [disabled].active.btn:not(.btn--inverse), .cConversButton [disabled].active.cClientZone__logout:not(.btn--inverse),
    fieldset[disabled] .btn--cta,
    fieldset[disabled] .cMap__field .btn, .cMap__field
    fieldset[disabled] .btn,
    fieldset[disabled] .cMap__field .cClientZone__logout, .cMap__field
    fieldset[disabled] .cClientZone__logout,
    fieldset[disabled] .cNewsletter .btn, .cNewsletter
    fieldset[disabled] .btn,
    fieldset[disabled] .cNewsletter .cClientZone__logout, .cNewsletter
    fieldset[disabled] .cClientZone__logout,
    fieldset[disabled] .cForm .btn, .cForm
    fieldset[disabled] .btn,
    fieldset[disabled] .cForm .cClientZone__logout, .cForm
    fieldset[disabled] .cClientZone__logout,
    fieldset[disabled] .cConversButton .btn:not(.btn--inverse), .cConversButton
    fieldset[disabled] .btn:not(.btn--inverse),
    fieldset[disabled] .cConversButton .cClientZone__logout:not(.btn--inverse), .cConversButton
    fieldset[disabled] .cClientZone__logout:not(.btn--inverse),
    fieldset[disabled] .btn--cta:hover,
    fieldset[disabled] .cMap__field .btn:hover, .cMap__field
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .cMap__field .cClientZone__logout:hover, .cMap__field
    fieldset[disabled] .cClientZone__logout:hover,
    fieldset[disabled] .cNewsletter .btn:hover, .cNewsletter
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .cNewsletter .cClientZone__logout:hover, .cNewsletter
    fieldset[disabled] .cClientZone__logout:hover,
    fieldset[disabled] .cForm .btn:hover, .cForm
    fieldset[disabled] .btn:hover,
    fieldset[disabled] .cForm .cClientZone__logout:hover, .cForm
    fieldset[disabled] .cClientZone__logout:hover,
    fieldset[disabled] .cConversButton .btn:hover:not(.btn--inverse), .cConversButton
    fieldset[disabled] .btn:hover:not(.btn--inverse),
    fieldset[disabled] .cConversButton .cClientZone__logout:hover:not(.btn--inverse), .cConversButton
    fieldset[disabled] .cClientZone__logout:hover:not(.btn--inverse),
    fieldset[disabled] .btn--cta:focus,
    fieldset[disabled] .cMap__field .btn:focus, .cMap__field
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .cMap__field .cClientZone__logout:focus, .cMap__field
    fieldset[disabled] .cClientZone__logout:focus,
    fieldset[disabled] .cNewsletter .btn:focus, .cNewsletter
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .cNewsletter .cClientZone__logout:focus, .cNewsletter
    fieldset[disabled] .cClientZone__logout:focus,
    fieldset[disabled] .cForm .btn:focus, .cForm
    fieldset[disabled] .btn:focus,
    fieldset[disabled] .cForm .cClientZone__logout:focus, .cForm
    fieldset[disabled] .cClientZone__logout:focus,
    fieldset[disabled] .cConversButton .btn:focus:not(.btn--inverse), .cConversButton
    fieldset[disabled] .btn:focus:not(.btn--inverse),
    fieldset[disabled] .cConversButton .cClientZone__logout:focus:not(.btn--inverse), .cConversButton
    fieldset[disabled] .cClientZone__logout:focus:not(.btn--inverse),
    fieldset[disabled] .btn--cta:active,
    fieldset[disabled] .cMap__field .btn:active, .cMap__field
    fieldset[disabled] .btn:active,
    fieldset[disabled] .cMap__field .cClientZone__logout:active, .cMap__field
    fieldset[disabled] .cClientZone__logout:active,
    fieldset[disabled] .cNewsletter .btn:active, .cNewsletter
    fieldset[disabled] .btn:active,
    fieldset[disabled] .cNewsletter .cClientZone__logout:active, .cNewsletter
    fieldset[disabled] .cClientZone__logout:active,
    fieldset[disabled] .cForm .btn:active, .cForm
    fieldset[disabled] .btn:active,
    fieldset[disabled] .cForm .cClientZone__logout:active, .cForm
    fieldset[disabled] .cClientZone__logout:active,
    fieldset[disabled] .cConversButton .btn:active:not(.btn--inverse), .cConversButton
    fieldset[disabled] .btn:active:not(.btn--inverse),
    fieldset[disabled] .cConversButton .cClientZone__logout:active:not(.btn--inverse), .cConversButton
    fieldset[disabled] .cClientZone__logout:active:not(.btn--inverse),
    fieldset[disabled] .btn--cta.active,
    fieldset[disabled] .cMap__field .active.btn, .cMap__field
    fieldset[disabled] .active.btn,
    fieldset[disabled] .cMap__field .active.cClientZone__logout, .cMap__field
    fieldset[disabled] .active.cClientZone__logout,
    fieldset[disabled] .cNewsletter .active.btn, .cNewsletter
    fieldset[disabled] .active.btn,
    fieldset[disabled] .cNewsletter .active.cClientZone__logout, .cNewsletter
    fieldset[disabled] .active.cClientZone__logout,
    fieldset[disabled] .cForm .active.btn, .cForm
    fieldset[disabled] .active.btn,
    fieldset[disabled] .cForm .active.cClientZone__logout, .cForm
    fieldset[disabled] .active.cClientZone__logout,
    fieldset[disabled] .cConversButton .active.btn:not(.btn--inverse), .cConversButton
    fieldset[disabled] .active.btn:not(.btn--inverse),
    fieldset[disabled] .cConversButton .active.cClientZone__logout:not(.btn--inverse), .cConversButton
    fieldset[disabled] .active.cClientZone__logout:not(.btn--inverse) {
      background-color: #c2a360;
      border-color: #886d34; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--cta:visited, .cMap__field .btn:visited, .cMap__field .cClientZone__logout:visited, .cNewsletter .btn:visited, .cNewsletter .cClientZone__logout:visited, .cForm .btn:visited, .cForm .cClientZone__logout:visited, .cConversButton .btn:visited:not(.btn--inverse), .cConversButton .cClientZone__logout:visited:not(.btn--inverse) {
      color: #333; }
  /* line 82, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn--addition {
    color: #fff;
    background-color: #ff4800;
    border-color: #992b00;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--addition:hover, .btn--addition:focus, .btn--addition:active, .btn--addition.active {
      color: #fff;
      background-color: #d63c00;
      border-color: #5c1a00; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--addition:active, .btn--addition.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--addition.disabled, .btn--addition.disabled:hover, .btn--addition.disabled:focus, .btn--addition.disabled:active, .btn--addition.disabled.active, .btn--addition[disabled], .btn--addition[disabled]:hover, .btn--addition[disabled]:focus, .btn--addition[disabled]:active, .btn--addition[disabled].active,
    fieldset[disabled] .btn--addition,
    fieldset[disabled] .btn--addition:hover,
    fieldset[disabled] .btn--addition:focus,
    fieldset[disabled] .btn--addition:active,
    fieldset[disabled] .btn--addition.active {
      background-color: #ff4800;
      border-color: #992b00; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--addition:visited {
      color: #fff; }
  /* line 93, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn--submit::after {
    font-size: inherit;
    color: #333;
    padding-left: 8px ;
    padding-left: 0.5rem ; }
  /* line 113, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
  .btn--buy {
    color: #fff;
    background-color: #89cb52;
    border-color: #89cb52;
    border-radius: 3px;
    text-decoration: none; }
    /* line 60, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--buy:hover, .btn--buy:focus, .btn--buy:active, .btn--buy.active {
      color: #fff;
      background-color: #74bc38;
      border-color: #6aac34; }
    /* line 68, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--buy:active, .btn--buy.active {
      background-image: none; }
    /* line 75, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--buy.disabled, .btn--buy.disabled:hover, .btn--buy.disabled:focus, .btn--buy.disabled:active, .btn--buy.disabled.active, .btn--buy[disabled], .btn--buy[disabled]:hover, .btn--buy[disabled]:focus, .btn--buy[disabled]:active, .btn--buy[disabled].active,
    fieldset[disabled] .btn--buy,
    fieldset[disabled] .btn--buy:hover,
    fieldset[disabled] .btn--buy:focus,
    fieldset[disabled] .btn--buy:active,
    fieldset[disabled] .btn--buy.active {
      background-color: #89cb52;
      border-color: #89cb52; }
    /* line 84, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .btn--buy:visited {
      color: #fff; }

/* line 142, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
.btn--micro {
  font-size: 11px;
  font-size: 0.73333rem;
  padding-top: 8px ;
  padding-top: 0.5rem ;
  padding-bottom: 8px ;
  padding-bottom: 0.5rem ; }

/* line 142, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
.btn--small {
  font-size: 12px;
  font-size: 0.8rem;
  padding-top: 8px ;
  padding-top: 0.5rem ;
  padding-bottom: 8px ;
  padding-bottom: 0.5rem ; }

/* line 142, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
.btn--large, .cProduct__buy .btn--buy, .cClientZone.fullScreen .cForm .btn, .cClientZone.fullScreen .cForm .cClientZone__logout {
  font-size: 18px;
  font-size: 1.2rem;
  padding-top: 13px ;
  padding-top: 0.83333rem ;
  padding-bottom: 13px ;
  padding-bottom: 0.83333rem ;
  padding-left: 25px ;
  padding-left: 1.66667rem ;
  padding-right: 25px ;
  padding-right: 1.66667rem ;
  font-weight: bold; }

/* line 142, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_buttons.scss */
.btn--huge {
  font-size: 25px;
  font-size: 1.66667rem;
  padding-top: 13px ;
  padding-top: 0.83333rem ;
  padding-bottom: 13px ;
  padding-bottom: 0.83333rem ;
  padding-left: 25px ;
  padding-left: 1.66667rem ;
  padding-right: 25px ;
  padding-right: 1.66667rem ;
  font-weight: bold; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_table.scss */
table,
.table {
  width: 100%; }
  /* line 10, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_table.scss */
  table th, table td,
  .table th,
  .table td {
    padding: 10px ;
    padding: 0.66667rem ;
    border: 1px solid #ddd;
    font-size: 13px;
    font-size: 0.86667rem;
    text-align: left; }
  /* line 18, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_table.scss */
  table th,
  .table th {
    background-color: #f5f5f5;
    border-bottom-width: 2px; }
  /* line 26, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_table.scss */
  table--sideHeader th,
  .table--sideHeader th {
    border-bottom-width: 1px;
    border-right-width: 2px; }
  /* line 35, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_table.scss */
  table--striped tr:nth-child(even),
  .table--striped tr:nth-child(even) {
    background-color: #f5f5f5; }
  /* line 43, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_table.scss */
  table--stripedVert td:nth-child(odd),
  .table--stripedVert td:nth-child(odd) {
    background-color: #f5f5f5; }

/*table {

    th, td {
        @include x-rem(padding, $table-padding);    
        color: $text-color;
    }

    caption {
        @include font-size($gamma);
        @include x-rem(margin-bottom, $half-spacing-unit);
    }
}

.table {    

    // Polozky hlavicky
    th {
        font-weight: bold;
    }
    
    // Tabulka na celou sirku
    &--fullWidth {
        width: 100%;
        max-width: 100%;
    }

    // Pruhovana tabulka 
    &--striped {

        tbody {

            th {
                background-color: darken($table-striped-bg, 5%);
            }

            tr:nth-of-type(odd) {
                background-color: $table-striped-bg;
            }
        }
    }

    // Pruhovana tabulka s vertikalnimi pruhy
    &--stripedVert {

        tbody {

            th {
                background-color: darken($table-striped-bg, 5%);
            }

            td:nth-of-type(odd) {
                background-color: $table-striped-bg;
            }
        }
    }

    // Hover na polozkach tabulky
    &--hover {

        tr:hover {

            td {
                background: darken($table-striped-bg, 5%);
            }
        }
    }

    // Borderovana tabulka
    &--bordered {
        border: 1px solid $border-color;

        th, td {
            border: 1px solid $border-color;
        }
    }

    // Tabulka s automatickou sirkou, ktera nebude mit na nejnizsim breakpointu overflow
    &--noOverflow {
        
    }
} */
/* line 11, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
.accordionWrapper {
  margin-bottom: 45px ;
  margin-bottom: 3rem ;
  padding: 0 45px ;
  padding: 0 3rem ; }
  @media screen and (min-width: 768px) {
    /* line 11, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
    .accordionWrapper {
      margin-bottom: 90px ;
      margin-bottom: 6rem ; } }

/* line 21, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
.accordion__item {
  margin-bottom: 0; }
  /* line 25, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
  .accordion__item__tab {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 10px 30px 9px 60px;
    border-color: #c2a360;
    background: none;
    text-transform: uppercase;
    color: #c2a360;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 36, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
    .accordion__item__tab:hover {
      background: none !important;
      color: black !important;
      text-decoration: none !important; }
    /* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
    .accordion__item__tab--active {
      background: none;
      color: black; }
  /* line 48, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
  .accordion__item__holder {
    left: 20px; }
    /* line 52, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
    .accordion__item__holder.icon-accordion:before {
      font-size: 22px;
      margin-top: -10px; }
    /* line 58, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
    .accordion__item__holder.icon-accordion--active:before {
      color: white; }
  /* line 66, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_tabs.scss */
  .accordion__item__content {
    border: 0;
    padding: 30px 0 0 ;
    padding: 2rem 0 0 ;
    max-width: 750px;
    margin: 0 auto; }

/* line 12, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
.cNavMenu .nav__item__in:hover,
.nav--stacked .nav__item__in:hover, .mDrop ul .nav__item__in:hover,
.nav--stacked-box .nav__item__in:hover, .mDrop ul .nav__item__in:hover {
  text-decoration: underline; }

/* line 23, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
.nav, .mDrop ul, .cPag__nav {
  padding-left: 0;
  margin-bottom: 0; }
  /* line 30, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav > li:before, .mDrop ul > li:before, .cPag__nav > li:before,
  .nav > .nav__item:before, .mDrop ul > .nav__item:before, .cPag__nav > .nav__item:before {
    padding-left: 0;
    background: none;
    content: ''; }
  /* line 41, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav--stacked, .mDrop ul {
    margin: 0; }
    /* line 47, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
    .nav--stacked__item:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    /* line 52, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
    .nav--stacked__item__in {
      padding: 15px 23px ;
      padding: 1rem 1.5rem ; }
  /* line 64, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav--stacked-box__item__in {
    padding: 15px 23px ;
    padding: 1rem 1.5rem ;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5; }
    /* line 70, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
    .nav--stacked-box__item__in--lev {
      padding-right: 68px ;
      padding-right: 4.53333rem ; }
  /* line 79, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav--stacked-box.nav--lev2 .nav--stacked-box__item__in, .mDrop ul.nav--lev2 .nav--stacked-box__item__in {
    padding-left: 45px ;
    padding-left: 3rem ; }
  /* line 88, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav--stacked-box.nav--lev3 .nav--stacked-box__item__in, .mDrop ul.nav--lev3 .nav--stacked-box__item__in {
    padding-left: 75px ;
    padding-left: 5rem ; }
  /* line 97, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav--stacked-box.nav--lev4 .nav--stacked-box__item__in, .mDrop ul.nav--lev4 .nav--stacked-box__item__in {
    padding-left: 75px ;
    padding-left: 5rem ; }
  /* line 103, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav--stacked-box .nav--lev__holder, .mDrop ul .nav--lev__holder {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    position: absolute;
    z-index: 1;
    padding: 0 15px ;
    padding: 0 1rem ;
    border-left: 1px solid #ddd; }
    /* line 109, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
    .nav--stacked-box .nav--lev__holder::before, .mDrop ul .nav--lev__holder::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }

/* line 123, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
.nav__parent--lev1 {
  background-color: #f5f5f5; }
  /* line 132, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_navigations.scss */
  .nav__parent--lev1 > .nav__item__in {
    font-weight: bold; }

@media screen and (min-width: 768px) {
  /* line 78, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
  .dropNav,
  .mDrop {
    transform: translateY(30px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transform-origin: 0 0 0;
    transition: all .5s;
    visibility: hidden; } }

/* line 92, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
.nav__item--drop:hover > .dropNav,
.dropNav__item--subLev:hover > .dropNav {
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible; }

/* line 101, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
.nav__item--mDrop:hover .mDrop {
  transform: translateY(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible; }

/* line 114, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
.nav .dropNav, .mDrop ul .dropNav, .cPag__nav .dropNav {
  margin-left: 0; }

@media screen and (max-width: 767px) {
  /* line 118, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
  .nav .mm-panel, .mDrop ul .mm-panel, .cPag__nav .mm-panel {
    padding: 0 !important; } }

/* line 124, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
.dropNav {
  text-align: left;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    /* line 124, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
    .dropNav {
      min-width: 230px ;
      min-width: 15.33333rem ;
      max-width: 230px ;
      max-width: 15.33333rem ;
      border: 1px solid #c2a360; } }
  @media screen and (min-width: 1024px) {
    /* line 138, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
    .dropNav__item:hover > .dropNav__item__in {
      background-color: #f5f5f5; } }
  @media screen and (min-width: 768px) {
    /* line 134, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
    .dropNav__item {
      border-bottom: 1px solid #c2a360; } }
  /* line 150, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
  .dropNav__item:last-child {
    border-bottom: 0; }
  /* line 155, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
  .dropNav__item__in {
    text-decoration: none;
    padding: 10px 30px ;
    padding: 0.66667rem 2rem ;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 161, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
    .page--active .dropNav__item__in {
      background-color: #f5f5f5; }
  /* line 173, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
  .dropNav__item--subLev > .dropNav__item__in::after {
    position: absolute;
    right: 15px;
    font-size: 6px !important;
    color: #c2a360;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg); }
    @media screen and (max-width: 767px) {
      /* line 173, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
      .dropNav__item--subLev > .dropNav__item__in::after {
        content: ''; } }

/* line 193, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
.drop {
  top: 100%;
  padding: 8px ;
  padding: 0.5rem ;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(208, 182, 117, 0.3); }
  /* line 205, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/components/_dropdowns.scss */
  .drop__nav {
    margin-bottom: 0; }

/* line 5, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.globalWrapper {
  overflow-x: hidden; }

/* line 9, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.pageHeader {
  background-image: url(../img/top-foto.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0; }
  @media screen and (min-width: 1024px) {
    /* line 9, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .pageHeader {
      min-height: 350px; } }

/* line 18, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--odkazyPaticka {
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px 0 30px ;
  padding: 1.33333rem 0 2rem ; }

/* line 23, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--bottom {
  background-image: url(../img/footer.jpg);
  background-color: #050504;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 0;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    /* line 23, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--bottom {
      padding: 45px 30px ;
      padding: 3rem 2rem ; } }
  /* line 30, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--bottom img {
    display: inline-block; }

/* line 36, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--top {
  background: none; }
  /* line 39, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--top .cHeading__hx {
    text-align: center;
    text-transform: none;
    margin-bottom: 10px; }
  /* line 45, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--top .cCrumb {
    text-align: center;
    bottom: 35px;
    background-color: transparent; }

@media screen and (min-width: 768px) {
  /* line 53, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.three-quarters, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.six-eighths, .row--rozcestnik.row--noGap > .rowInner > .grid .six-eighths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.nine-twelfths, .row--rozcestnik.row--noGap > .rowInner > .grid .nine-twelfths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.twelve-sixteenths, .row--rozcestnik.row--noGap > .rowInner > .grid .twelve-sixteenths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .three-quarters.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .field {
    padding-left: 30px ;
    padding-left: 2rem ; } }

@media screen and (min-width: 1024px) {
  /* line 53, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.three-quarters, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.six-eighths, .row--rozcestnik.row--noGap > .rowInner > .grid .six-eighths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.nine-twelfths, .row--rozcestnik.row--noGap > .rowInner > .grid .nine-twelfths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.twelve-sixteenths, .row--rozcestnik.row--noGap > .rowInner > .grid .twelve-sixteenths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .three-quarters.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .field {
    padding-left: 30px ;
    padding-left: 2rem ; } }

@media screen and (min-width: 1200px) {
  /* line 53, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.three-quarters, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.six-eighths, .row--rozcestnik.row--noGap > .rowInner > .grid .six-eighths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.nine-twelfths, .row--rozcestnik.row--noGap > .rowInner > .grid .nine-twelfths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.twelve-sixteenths, .row--rozcestnik.row--noGap > .rowInner > .grid .twelve-sixteenths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .three-quarters.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .field {
    padding-left: 30px ;
    padding-left: 2rem ; } }

@media screen and (min-width: 1247px) {
  /* line 53, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.three-quarters, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.six-eighths, .row--rozcestnik.row--noGap > .rowInner > .grid .six-eighths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.nine-twelfths, .row--rozcestnik.row--noGap > .rowInner > .grid .nine-twelfths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.twelve-sixteenths, .row--rozcestnik.row--noGap > .rowInner > .grid .twelve-sixteenths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .three-quarters.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .field {
    padding-left: 60px ;
    padding-left: 4rem ; } }

@media screen and (min-width: 768px) {
  /* line 67, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.one-quarter, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.two-eighths, .row--rozcestnik.row--noGap > .rowInner > .grid .two-eighths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .two-eighths.field, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.three-twelfths, .row--rozcestnik.row--noGap > .rowInner > .grid .three-twelfths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .three-twelfths.field, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.four-sixteenths, .row--rozcestnik.row--noGap > .rowInner > .grid .four-sixteenths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .four-sixteenths.field, .row--rozcestnik.row--noGap > .rowInner > .grid .grid__item.six-twentyfourths, .row--rozcestnik.row--noGap > .rowInner > .grid .six-twentyfourths.label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .six-twentyfourths.field, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .one-quarter.field, .row--rozcestnik.row--noGap > .rowInner > .grid .label--inline + .field.label--inline {
    position: absolute; } }

/* line 73, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--rozcestnik.row--noGap > .rowInner > .grid {
  position: relative;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  /* line 83, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--obracene > .rowInner > .grid {
    display: flex;
    flex-wrap: wrap; }
  /* line 87, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--obracene > .rowInner > .grid > .grid__item, .row--obracene > .rowInner > .grid > .label--inline, .row--obracene > .rowInner > .grid > .label--inline + .field {
    order: 1; }
    /* line 89, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--obracene > .rowInner > .grid > .grid__item:first-child, .row--obracene > .rowInner > .grid > .label--inline:first-child, .row--obracene > .rowInner > .grid > .label--inline + .field:first-child {
      order: 2; } }

@media screen and (max-width: 767px) {
  /* line 97, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--bezMezerVMezere {
    margin-left: -30px !important;
    margin-right: -30px !important; } }

/* line 103, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--noSpacing {
  margin-right: -15px;
  margin-left: -15px; }
  @media screen and (min-width: 768px) {
    /* line 103, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--noSpacing {
      margin-right: -45px;
      margin-left: -45px; } }
  @media screen and (min-width: 1200px) {
    /* line 103, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--noSpacing {
      margin-right: calc(((-1920px + 1250px) / 2) - 90px);
      margin-left: calc(((-1920px + 1250px) / 2) - 90px); } }
  /* line 125, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--noSpacing--centered {
    padding: 30px 15px ;
    padding: 2rem 1rem ; }
    @media screen and (min-width: 768px) {
      /* line 125, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--noSpacing--centered {
        padding: 90px 90px 0 ;
        padding: 6rem 6rem 0 ; } }
    @media screen and (min-width: 1200px) {
      /* line 125, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--noSpacing--centered {
        padding: 90px 90px 0 ;
        padding: 6rem 6rem 0 ; } }

/* line 138, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--novinky .cText {
  margin-bottom: 20px ;
  margin-bottom: 1.33333rem ; }
  /* line 140, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--novinky .cText h2 {
    padding-top: 20px ;
    padding-top: 1.33333rem ;
    background-image: url(../img/cara.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0;
    margin-bottom: 5px ;
    margin-bottom: 0.33333rem ; }
  /* line 145, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--novinky .cText p {
    color: #c2a360; }
    @media screen and (max-width: 767px) {
      /* line 145, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--novinky .cText p {
        margin-bottom: 0 ;
        margin-bottom: 0 ; } }

/* line 152, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--novinky .cNews {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }
  @media screen and (max-width: 767px) {
    /* line 152, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--novinky .cNews {
      padding: 30px ;
      padding: 2rem ;
      padding-bottom: 0 ;
      padding-bottom: 0 ; } }
  @media screen and (max-width: 767px) {
    /* line 158, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--novinky .cNews__content {
      margin-bottom: 70px ;
      margin-bottom: 4.66667rem ; } }
  /* line 164, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--novinky .cNews .novinky.leva {
    display: inline-block;
    max-width: 42%;
    position: relative; }
    /* line 168, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--novinky .cNews .novinky.leva .cNews__metadata {
      width: 60px;
      z-index: 1000000;
      padding: 10px 0 ;
      padding: 0.66667rem 0 ;
      position: relative;
      background: #090908;
      position: absolute;
      top: 10px;
      font-size: 11px;
      font-size: 0.73333rem;
      text-transform: uppercase; }
      /* line 179, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--novinky .cNews .novinky.leva .cNews__metadata strong {
        font-size: 22px;
        font-size: 1.46667rem;
        display: block;
        font-weight: 400; }
      /* line 184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--novinky .cNews .novinky.leva .cNews__metadata .cNews__date, .row--novinky .cNews .novinky.leva .cNews__metadata .royalSlider--rsNavWide .rsTmb__content .rsTmb__date, .royalSlider--rsNavWide .rsTmb__content .row--novinky .cNews .novinky.leva .cNews__metadata .rsTmb__date {
        color: #c2a360;
        display: block;
        text-align: center;
        line-height: 1; }
  /* line 194, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--novinky .cNews .novinky.prava {
    display: inline-block;
    max-width: 50%;
    vertical-align: top;
    padding: 20px 0 0 35px; }
  /* line 201, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--novinky .cNews .more {
    display: none; }

@media screen and (min-width: 768px) {
  /* line 208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--topPhoto {
    margin-top: -149px ;
    margin-top: -9.93333rem ;
    min-height: 283px; } }

@media screen and (min-width: 1024px) {
  /* line 208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--topPhoto {
    min-height: 350px; } }

/* line 220, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--topPhoto .cHeading__hx {
  text-align: center;
  text-transform: none; }

/* line 225, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--topPhoto .cCrumb {
  text-align: center;
  bottom: 22px;
  background-color: transparent; }
  @media screen and (min-width: 1024px) {
    /* line 225, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--topPhoto .cCrumb {
      bottom: 64px; } }

/* line 234, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--topPhotoBox {
  bottom: 90px; }
  @media screen and (min-width: 768px) {
    /* line 234, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--topPhotoBox {
      bottom: 56px; } }
  @media screen and (min-width: 1024px) {
    /* line 234, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--topPhotoBox {
      bottom: 99px; } }

/* line 246, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--piano {
  background: #f5f5f5; }
  @media screen and (min-width: 768px) {
    /* line 249, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--piano .grid {
      display: flex; } }
  /* line 254, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--piano .grid__item, .row--piano .label--inline, .row--piano .label--inline + .field {
    display: flex;
    align-items: center; }
  /* line 260, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--piano .piano {
    background: white;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center; }
    /* line 268, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--piano .piano .cImage {
      margin: 0 ;
      margin: 0 ;
      margin: 0 auto; }
      /* line 272, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--piano .piano .cImage__inner {
        float: left; }
  @media screen and (min-width: 768px) {
    /* line 277, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--piano .text {
      padding: 45px 60px 30px ;
      padding: 3rem 4rem 2rem ;
      font-size: 13px;
      font-size: 0.86667rem; } }
  @media screen and (min-width: 1200px) {
    /* line 277, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--piano .text {
      padding: 90px 115px 75px ;
      padding: 6rem 7.66667rem 5rem ;
      font-size: 15px;
      font-size: 1rem; } }
  /* line 293, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--piano .rowInner > .grid {
    position: relative; }

/* line 299, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .obrazek {
  background: white; }
  /* line 302, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--oNas .obrazek .p100 {
    display: block; }

/* line 306, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .cImage {
  margin: 0 ;
  margin: 0 ; }

@media screen and (min-width: 768px) {
  /* line 309, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--oNas .cText {
    margin-bottom: 0 ;
    margin-bottom: 0 ; } }

/* line 316, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .btn, .row--oNas .cClientZone__logout {
  margin: 0 10px 10px 0 ;
  margin: 0 0.66667rem 0.66667rem 0 ; }

/* line 321, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .text h3 {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px; }
  @media screen and (min-width: 1200px) {
    /* line 321, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--oNas .text h3 {
      font-size: 22px;
      font-size: 1.46667rem; } }

@media screen and (min-width: 768px) {
  /* line 320, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--oNas .text {
    padding: 0 30px ;
    padding: 0 2rem ;
    position: absolute;
    max-width: 50%;
    top: 50%;
    transform: translatey(-50%);
    font-size: 13px;
    font-size: 0.86667rem; } }

@media screen and (min-width: 1024px) {
  /* line 320, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--oNas .text {
    padding: 0 40px ;
    padding: 0 2.66667rem ;
    position: absolute;
    max-width: 50%;
    top: 50%;
    transform: translatey(-50%);
    font-size: 13px;
    font-size: 0.86667rem; } }

@media screen and (min-width: 1250px) {
  /* line 320, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--oNas .text {
    padding: 0 50px ;
    padding: 0 3.33333rem ;
    position: absolute;
    max-width: 50%;
    top: 50%;
    transform: translatey(-50%);
    font-size: 15px;
    font-size: 1rem; } }

@media screen and (min-width: 1400px) {
  /* line 320, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--oNas .text {
    padding: 0 80px ;
    padding: 0 5.33333rem ;
    position: absolute;
    max-width: 50%;
    top: 50%;
    transform: translatey(-50%);
    font-size: 15px;
    font-size: 1rem; } }

/* line 369, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .text p + p {
  margin: 0; }

/* line 373, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .text.pod {
  position: relative;
  top: auto;
  max-width: none;
  transform: none;
  padding-top: 90px ;
  padding-top: 6rem ;
  padding-bottom: 70px ;
  padding-bottom: 4.66667rem ; }

/* line 381, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .text.sedy {
  background: #f5f5f5; }

/* line 385, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--oNas .rowInner > .grid {
  position: relative; }
  @media screen and (min-width: 768px) {
    /* line 387, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--oNas .rowInner > .grid > .grid__item, .row--oNas .rowInner > .grid > .label--inline, .row--oNas .rowInner > .grid > .label--inline + .field {
      padding-left: 0; } }

/* line 395, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--citace {
  background-image: url(../img/citace.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 0;
  padding: 105px 0 40px; }

/* line 402, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--category {
  margin: 0 -60px 0 ;
  margin: 0 -4rem 0 ; }

/* line 406, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--detailProduktu {
  margin: -90px -30px 0 ;
  margin: -6rem -2rem 0 ; }
  /* line 409, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--detailProduktu .grid {
    margin-left: 0; }
    /* line 412, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .grid__item, .row--detailProduktu .label--inline, .row--detailProduktu .label--inline + .field {
      padding-left: 0; }
  /* line 418, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--detailProduktu .row--noGapDetail .cImage,
  .row--detailProduktu .row--noGapDetail .cCube,
  .row--detailProduktu .row--noGapDetail .row--htmlVideo {
    margin: 0; }
    /* line 422, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .row--noGapDetail .cImage__inner,
    .row--detailProduktu .row--noGapDetail .cCube__inner {
      display: block; }
      /* line 425, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--detailProduktu .row--noGapDetail .cImage__inner img,
      .row--detailProduktu .row--noGapDetail .cCube__inner img {
        width: 100%;
        height: auto;
        display: block; }
  /* line 434, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--detailProduktu .cVideo__video {
    padding-top: 100%;
    padding-bottom: 3.68%;
    display: block; }
    /* line 439, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .cVideo__video .ytplayer {
      border: 0; }
  /* line 444, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--detailProduktu .row--morePhoto {
    position: relative; }
    /* line 447, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .row--morePhoto .accordionWrapper {
      margin-bottom: 30px ;
      margin-bottom: 2rem ;
      padding: 0; }
      @media screen and (min-width: 768px) {
        /* line 447, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--detailProduktu .row--morePhoto .accordionWrapper {
          margin-bottom: 60px ;
          margin-bottom: 4rem ; } }
      /* line 455, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--detailProduktu .row--morePhoto .accordionWrapper .block-grid--item-soft {
        margin: 0; }
    /* line 460, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .row--morePhoto .accordion__item__tab {
      position: absolute;
      right: 30px;
      top: -75px;
      border-color: white;
      font-size: 13px;
      font-size: 0.86667rem;
      padding: 15px 35px 12px ;
      padding: 1rem 2.33333rem 0.8rem ;
      color: white !important; }
      @media screen and (min-width: 768px) {
        /* line 460, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--detailProduktu .row--morePhoto .accordion__item__tab {
          padding: 15px 20px 12px ;
          padding: 1rem 1.33333rem 0.8rem ; } }
      @media screen and (min-width: 1024px) {
        /* line 460, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--detailProduktu .row--morePhoto .accordion__item__tab {
          padding: 15px 35px 12px ;
          padding: 1rem 2.33333rem 0.8rem ; } }
      /* line 477, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--detailProduktu .row--morePhoto .accordion__item__tab span {
        display: none; }
      /* line 481, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--detailProduktu .row--morePhoto .accordion__item__tab:hover {
        background: white !important;
        color: black !important; }
    /* line 487, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .row--morePhoto .accordion__item__content {
      padding: 0;
      max-width: 100%; }
      /* line 491, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--detailProduktu .row--morePhoto .accordion__item__content .block-grid__item {
        padding: 0;
        margin: 0; }
  /* line 499, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--detailProduktu .accordion__item__tab {
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1.2;
    color: black;
    max-width: 750px;
    display: block;
    margin: 0 auto;
    padding: 19px 50px 17px; }
    /* line 507, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .accordion__item__tab:hover {
      color: #c2a360 !important; }
  /* line 512, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--detailProduktu .accordion__item__holder {
    left: 20px; }
    /* line 516, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--detailProduktu .accordion__item__holder.icon-accordion:before {
      font-size: 25px;
      margin-top: 5px; }

/* line 526, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--parametrDetail {
  margin: 15px 0 30px ;
  margin: 1rem 0 2rem ;
  background: #f5f5f5;
  font-size: 13px;
  font-size: 0.86667rem;
  line-height: 1.5385; }
  @media screen and (min-width: 768px) {
    /* line 526, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--parametrDetail {
      margin-top: 54px ;
      margin-top: 3.6rem ;
      margin-bottom: 90px ;
      margin-bottom: 6rem ; } }
  /* line 536, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--parametrDetail h3 {
    font-weight: 400; }
  /* line 540, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--parametrDetail .cText {
    margin: 0; }
  /* line 544, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--parametrDetail .parametrDetail {
    padding: 30px ;
    padding: 2rem ; }
    @media screen and (min-width: 768px) {
      /* line 544, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .parametrDetail {
        padding: 84px 30px 63px 30px ;
        padding: 5.6rem 2rem 4.2rem 2rem ; } }
    @media screen and (min-width: 1250px) {
      /* line 544, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .parametrDetail {
        padding: 84px 115px 63px 100px ;
        padding: 5.6rem 7.66667rem 4.2rem 6.66667rem ; } }
    @media screen and (min-width: 768px) {
      /* line 555, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .parametrDetail h3 {
        text-align: right; } }
    /* line 561, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--parametrDetail .parametrDetail ul {
      padding-top: 14px; }
      /* line 564, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .parametrDetail ul li {
        color: #666;
        padding: 5px 0 5px 31px;
        margin-bottom: 10px ;
        margin-bottom: 0.66667rem ; }
        /* line 569, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .parametrDetail ul li:before {
          display: none; }
        /* line 573, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .parametrDetail ul li.aParameter {
          background-image: url(../img/a.png);
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 0 4px; }
        /* line 576, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .parametrDetail ul li.bParameter {
          background-image: url(../img/b.png);
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 0 4px; }
        /* line 579, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .parametrDetail ul li.heightParameter {
          background-image: url(../img/height.png);
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 4px 5px; }
        /* line 582, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .parametrDetail ul li.weightParameter {
          background-image: url(../img/weight.png);
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 1px 3px; }
    /* line 588, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--parametrDetail .parametrDetail .cImage {
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        /* line 590, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .parametrDetail .cImage__inner {
          float: right; } }
  /* line 598, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--parametrDetail .barvaDetail {
    background: #c2a360;
    color: white;
    padding: 30px ;
    padding: 2rem ; }
    @media screen and (min-width: 768px) {
      /* line 598, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .barvaDetail {
        padding: 84px 30px 63px 30px ;
        padding: 5.6rem 2rem 4.2rem 2rem ; } }
    @media screen and (min-width: 1250px) {
      /* line 598, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .barvaDetail {
        padding: 84px 1030px 63px 115px ;
        padding: 5.6rem 68.66667rem 4.2rem 7.66667rem ;
        margin-right: -1000px; } }
    /* line 612, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--parametrDetail .barvaDetail > .cText,
    .row--parametrDetail .barvaDetail > .row {
      max-width: 470px; }
    /* line 617, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--parametrDetail .barvaDetail .row--variantaDetail {
      margin-bottom: 18px ;
      margin-bottom: 1.2rem ;
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 1024px) {
        /* line 617, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .barvaDetail .row--variantaDetail {
          width: 50%;
          float: left; } }
      /* line 627, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .barvaDetail .row--variantaDetail .one-third, .row--parametrDetail .barvaDetail .row--variantaDetail .two-sixths, .row--parametrDetail .barvaDetail .row--variantaDetail .four-twelfths, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twentyfourths, .row--parametrDetail .barvaDetail .row--variantaDetail .eighteen-twentyfourths {
        width: 60px; }
        /* line 630, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .barvaDetail .row--variantaDetail .one-third .cImage, .row--parametrDetail .barvaDetail .row--variantaDetail .two-sixths .cImage, .row--parametrDetail .barvaDetail .row--variantaDetail .four-twelfths .cImage, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twentyfourths .cImage, .row--parametrDetail .barvaDetail .row--variantaDetail .eighteen-twentyfourths .cImage {
          margin: 0;
          width: 60px;
          height: 60px; }
        /* line 636, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .barvaDetail .row--variantaDetail .one-third .cImage:not(.cImage--tooltip) img, .row--parametrDetail .barvaDetail .row--variantaDetail .two-sixths .cImage:not(.cImage--tooltip) img, .row--parametrDetail .barvaDetail .row--variantaDetail .four-twelfths .cImage:not(.cImage--tooltip) img, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twentyfourths .cImage:not(.cImage--tooltip) img, .row--parametrDetail .barvaDetail .row--variantaDetail .eighteen-twentyfourths .cImage:not(.cImage--tooltip) img {
          border-radius: 100%; }
        /* line 641, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--parametrDetail .barvaDetail .row--variantaDetail .one-third .cImage--tooltip, .row--parametrDetail .barvaDetail .row--variantaDetail .two-sixths .cImage--tooltip, .row--parametrDetail .barvaDetail .row--variantaDetail .four-twelfths .cImage--tooltip, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twentyfourths .cImage--tooltip, .row--parametrDetail .barvaDetail .row--variantaDetail .eighteen-twentyfourths .cImage--tooltip {
          position: absolute;
          left: 0;
          top: 50%;
          box-shadow: 0 0 10px rgba(1, 1, 1, 0.1);
          background: white;
          width: 1px;
          height: 1px;
          opacity: 0;
          transition: 300ms; }
          /* line 651, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
          .row--parametrDetail .barvaDetail .row--variantaDetail .one-third .cImage--tooltip:after, .row--parametrDetail .barvaDetail .row--variantaDetail .two-sixths .cImage--tooltip:after, .row--parametrDetail .barvaDetail .row--variantaDetail .four-twelfths .cImage--tooltip:after, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twentyfourths .cImage--tooltip:after, .row--parametrDetail .barvaDetail .row--variantaDetail .eighteen-twentyfourths .cImage--tooltip:after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            margin-top: -6px;
            width: 6px;
            height: 13px;
            background-image: url(../img/tooltip.png);
            background-color: transparent;
            background-repeat: no-repeat;
            background-size: auto;
            background-position: 0 0; }
          /* line 661, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
          .row--parametrDetail .barvaDetail .row--variantaDetail .one-third .cImage--tooltip img, .row--parametrDetail .barvaDetail .row--variantaDetail .two-sixths .cImage--tooltip img, .row--parametrDetail .barvaDetail .row--variantaDetail .four-twelfths .cImage--tooltip img, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twentyfourths .cImage--tooltip img, .row--parametrDetail .barvaDetail .row--variantaDetail .eighteen-twentyfourths .cImage--tooltip img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%); }
      /* line 671, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .barvaDetail .row--variantaDetail:hover {
        z-index: 2; }
        @media screen and (min-width: 768px) {
          /* line 673, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
          .row--parametrDetail .barvaDetail .row--variantaDetail:hover .cImage--tooltip {
            width: 400px;
            height: 400px;
            left: -415px;
            top: -170px;
            opacity: 1; } }
      /* line 684, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--parametrDetail .barvaDetail .row--variantaDetail .two-thirds, .row--parametrDetail .barvaDetail .row--variantaDetail .four-sixths, .row--parametrDetail .barvaDetail .row--variantaDetail .sixteen-twentyfourths, .row--parametrDetail .barvaDetail .row--variantaDetail .eight-twelfths {
        padding: 9px 0 0 16px ;
        padding: 0.6rem 0 0 1.06667rem ; }

/* line 691, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--kontaktDetail {
  margin: -90px -30px 0 ;
  margin: -6rem -2rem 0 ; }
  /* line 694, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--kontaktDetail .grid {
    margin-left: 0;
    background: #f5f5f5; }
    /* line 698, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .grid__item, .row--kontaktDetail .label--inline, .row--kontaktDetail .label--inline + .field {
      padding-left: 0; }
  @media screen and (min-width: 1024px) {
    /* line 703, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cImage {
      margin-bottom: 58px ;
      margin-bottom: 3.86667rem ; } }
  /* line 709, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--kontaktDetail .cImage__inner {
    display: block; }
    /* line 712, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cImage__inner img {
      width: 100%;
      height: auto; }
  @media screen and (min-width: 1024px) {
    /* line 719, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .one-third, .row--kontaktDetail .two-sixths, .row--kontaktDetail .four-twelfths, .row--kontaktDetail .eight-twentyfourths, .row--kontaktDetail .eighteen-twentyfourths {
      width: 30%; } }
  @media screen and (min-width: 1300px) {
    /* line 719, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .one-third, .row--kontaktDetail .two-sixths, .row--kontaktDetail .four-twelfths, .row--kontaktDetail .eight-twentyfourths, .row--kontaktDetail .eighteen-twentyfourths {
      width: 20%; } }
  @media screen and (min-width: 1024px) {
    /* line 728, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .two-thirds, .row--kontaktDetail .four-sixths, .row--kontaktDetail .sixteen-twentyfourths, .row--kontaktDetail .eight-twelfths {
      width: 70%; } }
  @media screen and (min-width: 1300px) {
    /* line 728, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .two-thirds, .row--kontaktDetail .four-sixths, .row--kontaktDetail .sixteen-twentyfourths, .row--kontaktDetail .eight-twelfths {
      width: 80%; } }
  /* line 738, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--kontaktDetail .cText {
    padding: 0 30px;
    font-size: 13px;
    font-size: 0.86667rem;
    line-height: 1.538;
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    @media screen and (min-width: 1024px) {
      /* line 738, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText {
        padding-left: 20%; } }
    /* line 747, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cText h2 {
      font-size: 22px;
      font-size: 1.46667rem;
      text-transform: none;
      font-weight: 400;
      margin-bottom: 21px ;
      margin-bottom: 1.4rem ; }
    /* line 754, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cText p {
      margin-bottom: 21px ;
      margin-bottom: 1.4rem ; }
    /* line 760, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cText ul li {
      margin: 0;
      padding: 10px 0 10px 35px; }
      /* line 764, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText ul li:before {
        display: none; }
      /* line 768, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText ul li.mailIcon {
        background-image: url(../img/email.svg);
        background-color: transparent;
        background-position: 1px 9px;
        background-size: 22px 22px;
        background-repeat: no-repeat; }
        /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .no-svg .row--kontaktDetail .cText ul li.mailIcon {
          background-image: url(../img/pngFallback/email.png); }
      /* line 771, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText ul li.phoneIcon {
        background-image: url(../img/phone.svg);
        background-color: transparent;
        background-position: 1px 9px;
        background-size: 22px 22px;
        background-repeat: no-repeat; }
        /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .no-svg .row--kontaktDetail .cText ul li.phoneIcon {
          background-image: url(../img/pngFallback/phone.png); }
      /* line 774, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText ul li.mobilIcon {
        background-image: url(../img/mobil.svg);
        background-color: transparent;
        background-position: 0 9px;
        background-size: 24px 24px;
        background-repeat: no-repeat; }
        /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .no-svg .row--kontaktDetail .cText ul li.mobilIcon {
          background-image: url(../img/pngFallback/mobil.png); }
      /* line 777, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText ul li.faxIcon {
        background-image: url(../img/fax.svg);
        background-color: transparent;
        background-position: 1px 9px;
        background-size: 22px 22px;
        background-repeat: no-repeat; }
        /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .no-svg .row--kontaktDetail .cText ul li.faxIcon {
          background-image: url(../img/pngFallback/fax.png); }
      /* line 780, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText ul li.webIcon {
        background-image: url(../img/web.svg);
        background-color: transparent;
        background-position: 1px 9px;
        background-size: 22px 22px;
        background-repeat: no-repeat; }
        /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
        .no-svg .row--kontaktDetail .cText ul li.webIcon {
          background-image: url(../img/pngFallback/web.png); }
    /* line 785, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cText ul a {
      text-decoration: none;
      color: #333; }
    /* line 791, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cText table {
      border: 0;
      margin-top: -11px; }
      /* line 795, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText table th,
      .row--kontaktDetail .cText table td {
        border: 0;
        padding: 0; }
      /* line 801, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--kontaktDetail .cText table th {
        width: 13%; }
    /* line 806, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--kontaktDetail .cText .btn, .row--kontaktDetail .cText .cClientZone__logout {
      padding: 14px 25px 12px !important; }
  /* line 811, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--kontaktDetail .cMap {
    margin: 0; }

/* line 816, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row #world-map {
  background-image: url(../img/map.jpg);
  background-color: #c2a360;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .row #world-map img,
  .row #world-map [class$="__inner"],
  .row #world-map [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .row #world-map:after {
    display: block;
    content: '';
    padding-top: 57.89133%; }
  @media screen and (min-width: 768px) {
    /* line 816, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row #world-map {
      margin-top: -80px ;
      margin-top: -5.33333rem ; } }
  /* line 824, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row #world-map #vmap {
    position: absolute !important;
    left: 0;
    top: -20px;
    height: 100% !important;
    background-image: url(../img/map-shadow.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 86.5% 74%;
    background-position: 45.4% 56.1%; }
    /* line 831, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row #world-map #vmap svg {
      transform: scale(1.3); }
      /* line 834, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row #world-map #vmap svg path {
        cursor: pointer; }

/* line 842, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--fullscreen > .rowInner {
  padding-top: 0 !important; }
  @media screen and (min-width: 768px) {
    /* line 842, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen > .rowInner {
      max-width: none !important;
      padding-right: 0 !important;
      padding-left: 0 !important;
      background: #f5f5f5 !important; } }
  /* line 851, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen > .rowInner .grid {
    margin-left: 0; }
    /* line 853, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen > .rowInner .grid__item, .row--fullscreen > .rowInner .label--inline, .row--fullscreen > .rowInner .label--inline + .field {
      padding-left: 0; }
  @media screen and (min-width: 768px) {
    /* line 859, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen > .rowInner > .grid > .grid__item.one-quarter, .row--fullscreen > .rowInner > .grid > .grid__item.two-eighths, .row--fullscreen > .rowInner > .grid > .two-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .two-eighths.field, .row--fullscreen > .rowInner > .grid > .grid__item.three-twelfths, .row--fullscreen > .rowInner > .grid > .three-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .three-twelfths.field, .row--fullscreen > .rowInner > .grid > .grid__item.four-sixteenths, .row--fullscreen > .rowInner > .grid > .four-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .four-sixteenths.field, .row--fullscreen > .rowInner > .grid > .grid__item.six-twentyfourths, .row--fullscreen > .rowInner > .grid > .six-twentyfourths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .six-twentyfourths.field, .row--fullscreen > .rowInner > .grid > .label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .one-quarter.field, .row--fullscreen > .rowInner > .grid > .label--inline + .field.label--inline {
      width: 100%; } }
  @media screen and (min-width: 990px) {
    /* line 859, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen > .rowInner > .grid > .grid__item.one-quarter, .row--fullscreen > .rowInner > .grid > .grid__item.two-eighths, .row--fullscreen > .rowInner > .grid > .two-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .two-eighths.field, .row--fullscreen > .rowInner > .grid > .grid__item.three-twelfths, .row--fullscreen > .rowInner > .grid > .three-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .three-twelfths.field, .row--fullscreen > .rowInner > .grid > .grid__item.four-sixteenths, .row--fullscreen > .rowInner > .grid > .four-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .four-sixteenths.field, .row--fullscreen > .rowInner > .grid > .grid__item.six-twentyfourths, .row--fullscreen > .rowInner > .grid > .six-twentyfourths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .six-twentyfourths.field, .row--fullscreen > .rowInner > .grid > .label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .one-quarter.field, .row--fullscreen > .rowInner > .grid > .label--inline + .field.label--inline {
      width: 180px;
      padding-top: 130px ;
      padding-top: 8.66667rem ;
      padding-left: 20px ;
      padding-left: 1.33333rem ; } }
  @media screen and (min-width: 1200px) {
    /* line 859, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen > .rowInner > .grid > .grid__item.one-quarter, .row--fullscreen > .rowInner > .grid > .grid__item.two-eighths, .row--fullscreen > .rowInner > .grid > .two-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .two-eighths.field, .row--fullscreen > .rowInner > .grid > .grid__item.three-twelfths, .row--fullscreen > .rowInner > .grid > .three-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .three-twelfths.field, .row--fullscreen > .rowInner > .grid > .grid__item.four-sixteenths, .row--fullscreen > .rowInner > .grid > .four-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .four-sixteenths.field, .row--fullscreen > .rowInner > .grid > .grid__item.six-twentyfourths, .row--fullscreen > .rowInner > .grid > .six-twentyfourths.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .six-twentyfourths.field, .row--fullscreen > .rowInner > .grid > .label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .one-quarter.field, .row--fullscreen > .rowInner > .grid > .label--inline + .field.label--inline {
      width: 365px;
      padding-left: 100px ;
      padding-left: 6.66667rem ; } }
  /* line 874, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen > .rowInner > .grid > .grid__item.three-quarters, .row--fullscreen > .rowInner > .grid > .grid__item.six-eighths, .row--fullscreen > .rowInner > .grid > .six-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.nine-twelfths, .row--fullscreen > .rowInner > .grid > .nine-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.twelve-sixteenths, .row--fullscreen > .rowInner > .grid > .twelve-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .three-quarters.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .field {
    background: white; }
    @media screen and (min-width: 768px) {
      /* line 874, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--fullscreen > .rowInner > .grid > .grid__item.three-quarters, .row--fullscreen > .rowInner > .grid > .grid__item.six-eighths, .row--fullscreen > .rowInner > .grid > .six-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.nine-twelfths, .row--fullscreen > .rowInner > .grid > .nine-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.twelve-sixteenths, .row--fullscreen > .rowInner > .grid > .twelve-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .three-quarters.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .field {
        width: 100%;
        padding-top: 80px ;
        padding-top: 5.33333rem ; } }
    @media screen and (min-width: 990px) {
      /* line 874, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--fullscreen > .rowInner > .grid > .grid__item.three-quarters, .row--fullscreen > .rowInner > .grid > .grid__item.six-eighths, .row--fullscreen > .rowInner > .grid > .six-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.nine-twelfths, .row--fullscreen > .rowInner > .grid > .nine-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.twelve-sixteenths, .row--fullscreen > .rowInner > .grid > .twelve-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .three-quarters.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .field {
        width: calc(100vw - 187px);
        padding-top: 80px ;
        padding-top: 5.33333rem ; } }
    @media screen and (min-width: 1200px) {
      /* line 874, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--fullscreen > .rowInner > .grid > .grid__item.three-quarters, .row--fullscreen > .rowInner > .grid > .grid__item.six-eighths, .row--fullscreen > .rowInner > .grid > .six-eighths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.nine-twelfths, .row--fullscreen > .rowInner > .grid > .nine-twelfths.label--inline, .row--fullscreen > .rowInner > .grid > .grid__item.twelve-sixteenths, .row--fullscreen > .rowInner > .grid > .twelve-sixteenths.label--inline, .row--fullscreen > .rowInner > .grid > .three-quarters.label--inline, .row--fullscreen > .rowInner > .grid > .label--inline + .field {
        width: calc(100vw - 382px); } }

/* line 891, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--fullscreen .row--contentBody .rowInner > .grid {
  position: relative; }

@media screen and (min-width: 990px) {
  /* line 904, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen .cNavMenu--vertical.fixed {
    position: fixed;
    top: 0;
    width: 160px;
    z-index: 1; } }

@media screen and (min-width: 1200px) {
  /* line 904, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen .cNavMenu--vertical.fixed {
    width: 265px; } }

/* line 920, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--fullscreen .cNavMenu--vertical .page--active > .nav__item__in {
  background: white;
  font-weight: 400; }
  /* line 924, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen .cNavMenu--vertical .page--active > .nav__item__in:before {
    display: none; }

/* line 932, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--fullscreen .row--contentFooter {
  padding: 20px 210px 0 90px ;
  padding: 1.33333rem 14rem 0 6rem ; }
  /* line 936, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen .row--contentFooter .grid {
    margin-left: -90px; }
    /* line 939, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen .row--contentFooter .grid__item, .row--fullscreen .row--contentFooter .label--inline, .row--fullscreen .row--contentFooter .label--inline + .field {
      padding-left: 90px; }

/* line 945, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--fullscreen .row--flags {
  padding: 10px 30px 0 ;
  padding: 0.66667rem 2rem 0 ; }
  /* line 948, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--fullscreen .row--flags .cSubpage__wrapper {
    overflow: hidden;
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    /* line 954, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen .row--flags .cSubpage__wrapper .cSubpages__inner > a {
      float: left;
      position: relative;
      display: inline-block;
      width: 100%;
      overflow: hidden;
      width: 40px;
      margin-right: 16px ;
      margin-right: 1.06667rem ; }
      /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .row--fullscreen .row--flags .cSubpage__wrapper .cSubpages__inner > a img,
      .row--fullscreen .row--flags .cSubpage__wrapper .cSubpages__inner > a [class$="__inner"],
      .row--fullscreen .row--flags .cSubpage__wrapper .cSubpages__inner > a [class$="__image"] {
        position: absolute;
        width: 100%; }
      /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .row--fullscreen .row--flags .cSubpage__wrapper .cSubpages__inner > a:after {
        display: block;
        content: '';
        padding-top: 75%; }
    /* line 961, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--fullscreen .row--flags .cSubpage__wrapper .cSubpages__inner .cSubpages__title {
      margin: 0 !important; }

/* line 969, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.row--historie {
  margin: -90px -30px 0 ;
  margin: -6rem -2rem 0 ;
  padding: 90px 30px 20px ;
  padding: 6rem 2rem 1.33333rem ; }
  @media screen and (min-width: 768px) {
    /* line 969, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie {
      padding-bottom: 54px ;
      padding-bottom: 3.6rem ;
      background-image: url(../img/historie.jpg);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 50% 0; } }
  /* line 978, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--sCarou {
    margin-bottom: 21px ;
    margin-bottom: 1.4rem ; }
  /* line 982, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .row--timeline {
    padding-bottom: 58px ;
    padding-bottom: 3.86667rem ;
    margin-bottom: 40px ;
    margin-bottom: 2.66667rem ;
    position: relative;
    background-image: url(../img/timeline-mobile.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0; }
    @media screen and (min-width: 768px) {
      /* line 982, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .row--timeline {
        padding-top: 57px ;
        padding-top: 3.8rem ;
        background-image: url(../img/timeline.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 340px auto;
        background-position: -110px 0;
        margin-left: -15px ;
        margin-left: -1rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 982, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .row--timeline {
        background-image: url(../img/timeline.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 340px auto;
        background-position: 50% 0;
        margin-left: 0; } }
    @media screen and (min-width: 1200px) {
      /* line 982, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .row--timeline {
        background-image: url(../img/timeline.png);
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 50% 0; } }
    /* line 1003, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .row--timeline:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 302px;
      display: block;
      z-index: 1;
      background-image: url(../img/timeline-gradient.png);
      background-color: transparent;
      background-repeat: repeat-x;
      background-size: auto;
      background-position: 0 0; }
  /* line 1015, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cImage {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 1020, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--timelineBox {
    font-weight: 100;
    color: black;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      /* line 1020, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineBox {
        font-size: 18px;
        font-size: 1.2rem;
        line-height: 1.5; } }
    @media screen and (min-width: 1024px) {
      /* line 1020, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineBox {
        max-width: 450px; } }
    @media screen and (min-width: 1200px) {
      /* line 1020, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineBox {
        font-size: 22px;
        font-size: 1.46667rem;
        line-height: 1.5; } }
    /* line 1038, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--timelineBox strong {
      font-weight: 400; }
    /* line 1042, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--timelineBox h2 {
      color: #c2a360;
      margin-bottom: 2px ;
      margin-bottom: 0.13333rem ;
      font-size: 20px;
      font-size: 1.33333rem; }
      @media screen and (min-width: 768px) {
        /* line 1042, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--timelineBox h2 {
          font-size: 24px;
          font-size: 1.6rem; } }
      @media screen and (min-width: 1200px) {
        /* line 1042, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--timelineBox h2 {
          font-size: 28px;
          font-size: 1.86667rem; } }
  /* line 1057, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--timelineLeft {
    text-align: center; }
    @media screen and (min-width: 768px) {
      /* line 1057, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineLeft {
        margin-left: 290px ;
        margin-left: 19.33333rem ;
        text-align: left; }
        /* line 1064, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--timelineLeft:before {
          content: '';
          position: absolute;
          left: -194px;
          top: 8px;
          width: 164px;
          height: 19px;
          background-image: url(../img/timelineRight.png);
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 0 0; } }
    @media screen and (min-width: 1024px) {
      /* line 1057, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineLeft {
        margin-right: 190px ;
        margin-right: 12.66667rem ;
        margin-left: 0;
        text-align: right;
        float: right; }
        /* line 1080, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--timelineLeft:before {
          right: -194px;
          left: auto;
          background-image: url(../img/timelineLeft.png);
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: auto;
          background-position: 0 0; } }
    @media screen and (min-width: 1200px) {
      /* line 1057, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineLeft {
        margin-right: 290px ;
        margin-right: 19.33333rem ; } }
    /* line 1091, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--timelineLeft:after {
      position: absolute;
      content: ''; }
  /* line 1097, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--timelineRight {
    text-align: center; }
    @media screen and (min-width: 768px) {
      /* line 1097, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineRight {
        margin-left: 290px ;
        margin-left: 19.33333rem ;
        text-align: left; } }
    @media screen and (min-width: 1024px) {
      /* line 1097, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineRight {
        margin-left: 190px ;
        margin-left: 12.66667rem ; } }
    @media screen and (min-width: 1200px) {
      /* line 1097, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--timelineRight {
        margin-left: 290px ;
        margin-left: 19.33333rem ; } }
    /* line 1113, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--timelineRight:before {
      content: '';
      position: absolute;
      left: -194px;
      top: 8px;
      width: 164px;
      height: 19px;
      background-image: url(../img/timelineRight.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 0 0; }
    /* line 1122, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--timelineRight:after {
      position: absolute;
      content: ''; }
  /* line 1128, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1839 {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase; }
  /* line 1134, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1864 {
    margin-bottom: 390px ;
    margin-bottom: 26rem ; }
    @media screen and (min-width: 768px) {
      /* line 1134, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1864 {
        margin-bottom: 440px ;
        margin-bottom: 29.33333rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1134, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1864 {
        margin-top: 98px ;
        margin-top: 6.53333rem ;
        margin-bottom: 0;
        max-width: 285px; } }
    /* line 1147, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1864:after {
      width: 300px;
      height: 427px;
      bottom: -430px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1864.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1147, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1864:after {
          width: 343px;
          height: 427px;
          left: 0px;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1147, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1864:after {
          left: -59px; } }
  /* line 1165, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1865 {
    margin-top: 35px ;
    margin-top: 2.33333rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1165, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1865 {
        margin-top: 65px ;
        margin-top: 4.33333rem ; } }
  /* line 1172, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1866 {
    margin-bottom: 110px ;
    margin-bottom: 7.33333rem ; }
    @media screen and (min-width: 768px) {
      /* line 1172, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1866 {
        margin-top: 46px ;
        margin-top: 3.06667rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1172, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1866 {
        max-width: 430px;
        margin-bottom: 0; } }
    /* line 1184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1866:after {
      width: 300px;
      height: 311px;
      bottom: -320px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1866.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1866:after {
          bottom: -307px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1866:after {
          bottom: -287px;
          right: -33px;
          left: auto; } }
      @media screen and (min-width: 1480px) {
        /* line 1184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1866:after {
          width: 415px;
          height: 311px; } }
  /* line 1208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1874 {
    margin-top: 108px ;
    margin-top: 7.2rem ;
    margin-bottom: 340px ;
    margin-bottom: 22.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1874 {
        margin-bottom: 450px ;
        margin-bottom: 30rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1874 {
        max-width: 300px;
        margin-bottom: 0;
        margin-top: 168px ;
        margin-top: 11.2rem ; } }
    /* line 1222, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1874:after {
      width: 300px;
      height: 497px;
      bottom: -505px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1874.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1222, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1874:after {
          width: 375px;
          height: 497px;
          bottom: -515px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1222, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1874:after {
          bottom: -525px;
          left: -79px; } }
  /* line 1242, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1880 {
    margin-top: 107px ;
    margin-top: 7.13333rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1242, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1880 {
        margin-bottom: 151px ;
        margin-bottom: 10.06667rem ;
        margin-top: 137px ;
        margin-top: 9.13333rem ;
        max-width: 310px; } }
  /* line 1251, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1881 {
    margin-bottom: 350px ;
    margin-bottom: 23.33333rem ; }
    @media screen and (min-width: 768px) {
      /* line 1251, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1881 {
        margin-bottom: 440px ;
        margin-bottom: 29.33333rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1251, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1881 {
        margin-bottom: 0; } }
    /* line 1262, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1881:after {
      width: 300px;
      height: 449px;
      bottom: -454px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1881.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1262, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1881:after {
          width: 364px;
          height: 449px;
          bottom: -444px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1262, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1881:after {
          bottom: -434px;
          right: -94px;
          left: auto; } }
  /* line 1283, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1883 {
    margin-top: 5px ;
    margin-top: 0.33333rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1283, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1883 {
        margin-top: 65px ;
        margin-top: 4.33333rem ; } }
    /* line 1290, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1883:after {
      width: 300px;
      height: 448px;
      bottom: -455px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1883.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1290, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1883:after {
          width: 340px;
          height: 448px;
          bottom: -470px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1290, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1883:after {
          left: -62px; } }
      @media screen and (min-width: 1480px) {
        /* line 1290, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1883:after {
          width: 515px;
          height: 448px; } }
  /* line 1313, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1895 {
    margin-top: 280px ;
    margin-top: 18.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1313, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1895 {
        margin-top: 309px ;
        margin-top: 20.6rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1313, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1895 {
        margin-top: 369px ;
        margin-top: 24.6rem ;
        margin-bottom: 115px ;
        margin-bottom: 7.66667rem ;
        max-width: 345px; } }
  /* line 1326, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1899 {
    margin-bottom: 445px ;
    margin-bottom: 29.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1326, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1899 {
        margin-bottom: 495px ;
        margin-bottom: 33rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1326, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1899 {
        margin-bottom: 0; } }
    /* line 1337, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1899:after {
      width: 300px;
      height: 401px;
      bottom: -402px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1899.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1337, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1899:after {
          width: 320px;
          height: 401px;
          bottom: -412px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1337, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1899:after {
          bottom: -392px;
          right: -54px;
          left: auto; } }
  /* line 1358, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1908 {
    margin-top: -99px ;
    margin-top: -6.6rem ;
    margin-bottom: 237px ;
    margin-bottom: 15.8rem ; }
    @media screen and (min-width: 768px) {
      /* line 1358, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1908 {
        margin-bottom: 297px ;
        margin-bottom: 19.8rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1358, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1908 {
        max-width: 330px;
        margin-bottom: 162px ;
        margin-bottom: 10.8rem ;
        margin-top: -39px ;
        margin-top: -2.6rem ; } }
    @media screen and (min-width: 1490px) {
      /* line 1358, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1908 {
        max-width: 430px;
        padding-right: 100px ;
        padding-right: 6.66667rem ; } }
    /* line 1377, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1908:after {
      width: 200px;
      height: 284px;
      bottom: -274px;
      left: 50%;
      margin-left: -100px ;
      margin-left: -6.66667rem ;
      background-image: url(../img/t1908.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1377, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1908:after {
          display: block;
          width: 231px;
          height: 284px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1377, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1908:after {
          display: none; } }
      @media screen and (min-width: 1490px) {
        /* line 1377, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1908:after {
          display: block;
          bottom: -64px;
          right: -96px;
          left: auto; } }
  /* line 1403, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1915 {
    margin-bottom: 260px ;
    margin-bottom: 17.33333rem ; }
    @media screen and (min-width: 768px) {
      /* line 1403, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1915 {
        margin-bottom: 360px ;
        margin-bottom: 24rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1403, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1915 {
        max-width: 395px;
        margin-bottom: 0; } }
    /* line 1415, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1915:after {
      width: 300px;
      height: 425px;
      bottom: -434px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1915.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1415, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1915:after {
          width: 388px;
          height: 425px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1415, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1915:after {
          left: -92px; } }
      @media screen and (min-width: 1480px) {
        /* line 1415, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1915:after {
          width: 558px;
          height: 425px;
          bottom: -414px; } }
  /* line 1438, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1924 {
    margin-top: -7px ;
    margin-top: -0.46667rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1438, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1924 {
        max-width: 470px;
        margin-bottom: 129px ;
        margin-bottom: 8.6rem ;
        margin-top: 25px ;
        margin-top: 1.66667rem ; } }
  /* line 1447, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1928 {
    margin-bottom: 355px ;
    margin-bottom: 23.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1447, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1928 {
        margin-bottom: 415px ;
        margin-bottom: 27.66667rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1447, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1928 {
        margin-bottom: 0; } }
    /* line 1458, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1928:after {
      width: 300px;
      height: 367px;
      bottom: -374px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1928.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1458, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1928:after {
          width: 350px;
          height: 367px;
          bottom: -364px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1458, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1928:after {
          width: 266px;
          height: 367px;
          bottom: -364px;
          right: 6px;
          left: auto; } }
      @media screen and (min-width: 1480px) {
        /* line 1458, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1928:after {
          width: 416px;
          height: 367px; } }
  /* line 1484, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1934 {
    margin-top: -108px ;
    margin-top: -7.2rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1484, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1934 {
        margin-bottom: 170px ;
        margin-bottom: 11.33333rem ;
        margin-top: -48px ;
        margin-top: -3.2rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 1492, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1948 {
      margin-bottom: 269px ;
      margin-bottom: 17.93333rem ; } }
  /* line 1498, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1958 {
    margin-bottom: 60px ;
    margin-bottom: 4rem ; }
    @media screen and (min-width: 768px) {
      /* line 1498, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1958 {
        margin-bottom: 90px ;
        margin-bottom: 6rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1498, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1958 {
        max-width: 300px;
        margin-top: 34px ;
        margin-top: 2.26667rem ;
        margin-bottom: 0; } }
    /* line 1511, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1958:after {
      width: 200px;
      height: 246px;
      bottom: -257px;
      left: 50%;
      margin-left: -100px ;
      margin-left: -6.66667rem ;
      background-image: url(../img/t1958.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1511, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1958:after {
          width: 211px;
          height: 246px;
          bottom: -257px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1511, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1958:after {
          bottom: -217px; } }
      @media screen and (min-width: 1480px) {
        /* line 1511, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1958:after {
          width: 261px;
          height: 246px;
          bottom: -167px;
          left: -170px; } }
  /* line 1536, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1991 {
    margin-top: 169px ;
    margin-top: 11.26667rem ;
    margin-bottom: 245px ;
    margin-bottom: 16.33333rem ; }
    @media screen and (min-width: 768px) {
      /* line 1536, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1991 {
        margin-bottom: 295px ;
        margin-bottom: 19.66667rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1536, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1991 {
        max-width: 400px;
        margin-bottom: 0; } }
    /* line 1549, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1991:after {
      width: 300px;
      height: 386px;
      bottom: -385px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1991.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1549, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1991:after {
          width: 315px;
          height: 386px;
          bottom: -399px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1549, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1991:after {
          right: -4px;
          left: auto; } }
  /* line 1569, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1994 {
    margin-top: 142px ;
    margin-top: 9.46667rem ;
    margin-bottom: 145px ;
    margin-bottom: 9.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1569, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1994 {
        margin-bottom: 195px ;
        margin-bottom: 13rem ;
        margin-top: 172px ;
        margin-top: 11.46667rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1569, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1994 {
        margin-bottom: 0; } }
    /* line 1582, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1994:after {
      width: 300px;
      height: 354px;
      bottom: -353px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t1994.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1582, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1994:after {
          width: 323px;
          height: 354px;
          bottom: -368px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1582, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1994:after {
          bottom: -348px;
          right: -38px;
          left: auto; } }
      @media screen and (min-width: 1480px) {
        /* line 1582, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t1994:after {
          width: 423px;
          height: 354px; } }
  /* line 1607, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t1997 {
    margin-top: 82px ;
    margin-top: 5.46667rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1607, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t1997 {
        max-width: 370px;
        margin-top: 142px ;
        margin-top: 9.46667rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 1615, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1998 {
      margin-top: 117px ;
      margin-top: 7.8rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 1621, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t1999 {
      margin-top: -75px ;
      margin-top: -5rem ; } }
  /* line 1627, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2001 {
    margin-top: -51px ;
    margin-top: -3.4rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1627, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2001 {
        max-width: 490px;
        margin-top: -19px ;
        margin-top: -1.26667rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 1635, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2003 {
      margin-top: -32px ;
      margin-top: -2.13333rem ; } }
  /* line 1641, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2004 {
    margin-top: -51px ;
    margin-top: -3.4rem ;
    margin-bottom: 385px ;
    margin-bottom: 25.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1641, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2004 {
        margin-bottom: 405px ;
        margin-bottom: 27rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1641, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2004 {
        max-width: 400px;
        margin-top: -56px ;
        margin-top: -3.73333rem ;
        margin-bottom: 0; } }
    /* line 1654, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2004:after {
      width: 300px;
      height: 402px;
      bottom: -409px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t2004.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1654, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2004:after {
          width: 305px;
          height: 402px;
          bottom: -419px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1654, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2004:after {
          left: -37px; } }
      @media screen and (min-width: 1480px) {
        /* line 1654, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2004:after {
          width: 405px;
          height: 402px; } }
  /* line 1677, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2005 {
    margin-top: -43px ;
    margin-top: -2.86667rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1677, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2005 {
        margin-bottom: 91px ;
        margin-bottom: 6.06667rem ;
        margin-top: -13px ;
        margin-top: -0.86667rem ; } }
  /* line 1685, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2007 {
    margin-bottom: 60px ;
    margin-bottom: 4rem ; }
    @media screen and (min-width: 768px) {
      /* line 1685, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2007 {
        margin-bottom: 70px ;
        margin-bottom: 4.66667rem ; } }
    /* line 1692, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2007:after {
      width: 200px;
      height: 153px;
      bottom: -164px;
      left: 50%;
      margin-left: -100px ;
      margin-left: -6.66667rem ;
      background-image: url(../img/t2007.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1692, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2007:after {
          width: 204px;
          height: 153px;
          bottom: -164px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1692, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2007:after {
          right: 44px;
          left: auto; } }
  /* line 1712, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2008 {
    margin-top: 89px ;
    margin-top: 5.93333rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1712, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2008 {
        max-width: 320px;
        margin-top: 79px ;
        margin-top: 5.26667rem ; } }
  /* line 1720, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2009 {
    margin-bottom: 270px ;
    margin-bottom: 18rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1720, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2009 {
        margin-top: 42px ;
        margin-top: 2.8rem ;
        margin-bottom: 0; } }
    /* line 1727, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2009:after {
      width: 300px;
      height: 371px;
      bottom: -385px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t2009.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1727, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2009:after {
          width: 303px;
          height: 371px;
          bottom: -385px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1727, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2009:after {
          bottom: -365px;
          right: -21px;
          left: auto; } }
      @media screen and (min-width: 1480px) {
        /* line 1727, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2009:after {
          width: 423px;
          height: 371px; } }
  /* line 1752, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2009-2 {
    margin-bottom: 340px ;
    margin-bottom: 22.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1752, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2009-2 {
        margin-bottom: 390px ;
        margin-bottom: 26rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1752, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2009-2 {
        max-width: 360px;
        margin-bottom: 100px ;
        margin-bottom: 6.66667rem ; } }
    /* line 1763, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2009-2:after {
      width: 300px;
      height: 465px;
      bottom: -476px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t2009-2.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1763, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2009-2:after {
          width: 320px;
          height: 465px;
          bottom: -486px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1763, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2009-2:after {
          left: -59px; } }
  /* line 1782, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2012 {
    margin-top: 140px ;
    margin-top: 9.33333rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1782, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2012 {
        max-width: 480px; } }
    /* line 1788, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2012:after {
      width: 290px;
      height: 369px;
      bottom: -382px;
      left: 50%;
      margin-left: -145px ;
      margin-left: -9.66667rem ;
      background-image: url(../img/t2012.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1788, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2012:after {
          width: 297px;
          height: 369px;
          bottom: -382px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1788, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2012:after {
          right: -15px;
          left: auto; } }
      @media screen and (min-width: 1480px) {
        /* line 1788, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2012:after {
          width: 347px;
          height: 369px; } }
  /* line 1812, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2013 {
    margin-top: 281px ;
    margin-top: 18.73333rem ; }
    @media screen and (min-width: 1024px) {
      /* line 1812, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2013 {
        margin-top: 240px ;
        margin-top: 16rem ; } }
  /* line 1819, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2014 {
    margin-bottom: 320px ;
    margin-bottom: 21.33333rem ; }
    @media screen and (min-width: 768px) {
      /* line 1819, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2014 {
        margin-bottom: 400px ;
        margin-bottom: 26.66667rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1819, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2014 {
        margin-top: 105px ;
        margin-top: 7rem ;
        margin-bottom: 0; } }
    /* line 1830, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2014:after {
      width: 300px;
      height: 373px;
      bottom: -388px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t2014.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1830, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2014:after {
          width: 320px;
          height: 373px;
          bottom: -388px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1830, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2014:after {
          bottom: -418px;
          left: -26px; } }
      @media screen and (min-width: 1480px) {
        /* line 1830, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2014:after {
          width: 420px;
          height: 373px; } }
  @media screen and (min-width: 1024px) {
    /* line 1854, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2015 {
      max-width: 480px;
      margin-top: -12px ;
      margin-top: -0.8rem ; } }
  /* line 1860, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2015:after {
    width: 300px;
    height: 373px;
    bottom: -385px;
    left: 50%;
    margin-left: -150px ;
    margin-left: -10rem ;
    background-image: url(../img/t2015.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0; }
    @media screen and (min-width: 768px) {
      /* line 1860, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2015:after {
        width: 330px;
        height: 373px;
        bottom: -385px;
        left: 0;
        margin-left: 0; } }
    @media screen and (min-width: 1024px) {
      /* line 1860, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2015:after {
        right: -37px;
        left: auto; } }
    @media screen and (min-width: 1480px) {
      /* line 1860, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2015:after {
        width: 480px;
        height: 373px; } }
  /* line 1884, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .row--historie .cText--t2016 {
    margin-top: 190px ;
    margin-top: 12.66667rem ;
    margin-bottom: 160px ;
    margin-bottom: 10.66667rem ; }
    @media screen and (min-width: 768px) {
      /* line 1884, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2016 {
        margin-bottom: 230px ;
        margin-bottom: 15.33333rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 1884, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
      .row--historie .cText--t2016 {
        margin-top: 327px ;
        margin-top: 21.8rem ;
        margin-bottom: 470px ;
        margin-bottom: 31.33333rem ; } }
    /* line 1896, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .row--historie .cText--t2016:after {
      width: 300px;
      height: 347px;
      bottom: -354px;
      left: 50%;
      margin-left: -150px ;
      margin-left: -10rem ;
      background-image: url(../img/t2016.png);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: 0 0; }
      @media screen and (min-width: 768px) {
        /* line 1896, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2016:after {
          width: 348px;
          height: 347px;
          bottom: -354px;
          left: 0;
          margin-left: 0; } }
      @media screen and (min-width: 1024px) {
        /* line 1896, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2016:after {
          bottom: -374px;
          left: -30px; } }
      @media screen and (min-width: 1480px) {
        /* line 1896, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
        .row--historie .cText--t2016:after {
          width: 498px;
          height: 347px; } }

/* line 1923, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.homepage {
  max-width: 100vw;
  overflow-x: hidden; }
  /* line 1926, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .homepage .mainWrapper > .row > .rowInner {
    padding-top: 0 !important; }
  /* line 1929, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .homepage .gt600 .cNews__imgWrapper {
    max-width: 100%; }

/* line 1931, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.mainWrapper > .row > .rowInner {
  padding-top: 90px ;
  padding-top: 6rem ; }

/* line 1934, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.globalWrapper {
  max-width: 1920px;
  margin: 0 auto;
  background: white; }
  @media screen and (max-width: 767px) {
    /* line 1934, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
    .globalWrapper {
      overflow: hidden; } }

@media screen and (min-width: 1024px) {
  /* line 1944, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .es .cPathBox--hp .cHeading {
    font-size: 20px;
    font-size: 1.33333pxrem; } }

@media screen and (min-width: 1200px) {
  /* line 1944, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .es .cPathBox--hp .cHeading {
    font-size: 25px;
    font-size: 1.66667pxrem; } }

@media screen and (min-width: 1024px) {
  /* line 1954, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .js .cPathBox--hp .cHeading {
    font-size: 20px;
    font-size: 1.33333pxrem; } }

@media screen and (min-width: 1200px) {
  /* line 1954, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .js .cPathBox--hp .cHeading {
    font-size: 25px;
    font-size: 1.66667pxrem; } }

@media screen and (min-width: 768px) and (max-width: 860px) {
  /* line 1964, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .hide--smallLap {
    display: none; } }

@media screen and (min-width: 860px) {
  /* line 1970, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
  .hide--smallLapAndUp {
    display: none; } }

/* line 1977, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_layout.scss */
.pageID-95701816-d7a2-490d-af0a-960f85ac64c6 .cText {
  margin: 0; }

/* line 32, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
.cText ul,
.cSharedText ul,
.cSitemap ul,
.cInfobox ul,
.cProductListImg ul,
.cProductListBox ul,
.cube__inner ul,
.cke_editable ul,
.cke_editable_inline ul {
  list-style: none; }
  /* line 35, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
  .cText ul > li,
  .cSharedText ul > li,
  .cSitemap ul > li,
  .cInfobox ul > li,
  .cProductListImg ul > li,
  .cProductListBox ul > li,
  .cube__inner ul > li,
  .cke_editable ul > li,
  .cke_editable_inline ul > li {
    position: relative;
    color: #333;
    padding-left: 20px ;
    padding-left: 1.33333rem ; }
    /* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
    .cText ul > li::before,
    .cSharedText ul > li::before,
    .cSitemap ul > li::before,
    .cInfobox ul > li::before,
    .cProductListImg ul > li::before,
    .cProductListBox ul > li::before,
    .cube__inner ul > li::before,
    .cke_editable ul > li::before,
    .cke_editable_inline ul > li::before {
      color: #c2a360;
      position: absolute;
      left: 0;
      top: 3px;
      font-size: 12px;
      font-size: 0.8pxrem; }

/* line 55, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
ol > li {
  margin-left: 30px ;
  margin-left: 2rem ; }

/* line 61, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
ol {
  counter-reset: i 0; }
  /* line 64, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
  ol > li {
    position: relative;
    list-style: none;
    margin-left: 0;
    padding-left: 30px ;
    padding-left: 2rem ; }
    /* line 69, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
    ol > li::before {
      position: absolute;
      left: 0;
      content: counter(i) ".";
      counter-increment: i;
      color: #c2a360;
      font-weight: bold; }

/* line 81, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
body {
  letter-spacing: 0.05em;
  background: #222; }

/* line 86, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 0.05em; }

/* line 92, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
h1 {
  letter-spacing: 0.03em; }

/* line 96, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
h3 {
  line-height: 1.2; }

/* line 100, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
blockquote {
  quotes: "„" "“"; }

/* line 103, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
p.barva {
  color: #c2a360;
  font-size: 13px;
  font-size: 0.86667rem;
  margin-bottom: 40px !important; }

/* line 109, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/_typography.scss */
th {
  color: #c2a360;
  font-weight: 400; }

/* ==========================================================================================
Kosticka SOUBORY KE STAZENI - designova vrstva
========================================================================================== */
/* line 5, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cFiles-design.scss */
.cFiles {
  /*
	1.1 Soubory bez ikony - modifikace
	--------------------------------------------------------------------------------- */ }
  /* line 13, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cFiles-design.scss */
  .cFiles__row {
    margin-bottom: 30px ;
    margin-bottom: 2rem ; }
    /* line 19, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cFiles-design.scss */
    .cFiles__rowItem:nth-child(2) {
      padding-left: 35px ;
      padding-left: 2.33333rem ; }
  /* line 27, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cFiles-design.scss */
  .cFiles__title, .cFiles__extension, .cFiles__size {
    display: inline-block;
    vertical-align: middle; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
.cConversButton {
  text-align: center; }
  /* line 10, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
  .cConversButton .cHeading {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
  /* line 32, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
  .cConversButton--colored {
    background-color: #f5f5f5; }
  /* line 35, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
  .cConversButton--anyQuestions {
    background-image: url(../img/any.jpg);
    background-color: #c2a360;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0;
    color: white;
    position: relative;
    z-index: 1;
    margin-bottom: 0 ;
    margin-bottom: 0 ;
    margin-top: -29px ;
    margin-top: -1.93333rem ;
    padding-left: 75px ;
    padding-left: 5rem ;
    padding-right: 75px ;
    padding-right: 5rem ;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      /* line 35, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
      .cConversButton--anyQuestions {
        margin-top: -15px ;
        margin-top: -1rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 35, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
      .cConversButton--anyQuestions {
        min-height: 376px;
        padding-top: 90px ;
        padding-top: 6rem ; } }
    /* line 53, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
    .cConversButton--anyQuestions .cHeading {
      color: white;
      padding-top: 20px ;
      padding-top: 1.33333rem ;
      background-image: url(../img/caraBila.jpg);
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 50% 0;
      margin-bottom: 5px ;
      margin-bottom: 0.33333rem ; }
    /* line 60, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
    .cConversButton--anyQuestions .btn, .cConversButton--anyQuestions .cClientZone__logout {
      border-color: white !important;
      color: white !important;
      font-weight: 400 !important; }
      /* line 64, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
      .cConversButton--anyQuestions .btn:hover, .cConversButton--anyQuestions .cClientZone__logout:hover {
        background-color: white !important;
        color: #c2a360 !important; }
    /* line 69, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
    .cConversButton--anyQuestionsSeSloupcem {
      margin-left: 0;
      margin-right: 0; }
      /* line 72, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
      .cConversButton--anyQuestionsSeSloupcem .row--noSpacing {
        margin-left: 0;
        margin-right: 0; }

/* line 81, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
.pageID-509b4724-bce3-4e8e-a9f4-67d662d872f6 #ci_Web_1474460981 {
  display: none; }

/* line 87, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
.pageID-1d00bf19-48c8-4a37-8cc8-8a69f843a7a0 .cConversButton--anyQuestions {
  background-image: url(../img/any-inverse.jpg);
  background-color: white;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 0;
  color: #c2a360; }
  /* line 91, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
  .pageID-1d00bf19-48c8-4a37-8cc8-8a69f843a7a0 .cConversButton--anyQuestions .cHeading {
    color: black;
    background-image: url(../img/cara.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0; }
  /* line 96, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
  .pageID-1d00bf19-48c8-4a37-8cc8-8a69f843a7a0 .cConversButton--anyQuestions .btn, .pageID-1d00bf19-48c8-4a37-8cc8-8a69f843a7a0 .cConversButton--anyQuestions .cClientZone__logout {
    border-color: #c2a360 !important;
    color: #c2a360 !important; }
    /* line 100, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cConversButton-design.scss */
    .pageID-1d00bf19-48c8-4a37-8cc8-8a69f843a7a0 .cConversButton--anyQuestions .btn:hover, .pageID-1d00bf19-48c8-4a37-8cc8-8a69f843a7a0 .cConversButton--anyQuestions .cClientZone__logout:hover {
      border-color: black !important;
      color: black !important; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
.cMenuTags {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }
  /* line 14, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
  .cMenuTags--vertical .nav, .cMenuTags--vertical .mDrop ul, .mDrop .cMenuTags--vertical ul, .cMenuTags--vertical .cPag__nav {
    border: 1px solid #ddd; }
    /* line 17, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
    .cMenuTags--vertical .nav__item {
      border-bottom: 1px solid #ddd; }
      /* line 19, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
      .cMenuTags--vertical .nav__item:last-child {
        border-bottom: 0; }
      /* line 23, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
      .cMenuTags--vertical .nav__item__in {
        display: block;
        background-color: #f5f5f5; }
  /* line 40, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
  .cMenuTags--horisontal .nav__item__in {
    border: 1px solid #c2a360;
    background: none;
    padding: 5px 15px ;
    padding: 0.33333rem 1rem ;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.86667rem; }
    /* line 47, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMenuTags-design.scss */
    .cMenuTags--horisontal .nav__item__in:hover {
      border: 1px solid black;
      text-decoration: none;
      color: black; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCopyright-design.scss */
.cCopyright {
  text-align: center;
  font-size: 13px;
  font-size: 0.86667rem;
  margin-bottom: 0; }
  /* line 12, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCopyright-design.scss */
  .cCopyright__copyright {
    margin-bottom: 0; }
  /* line 17, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCopyright-design.scss */
  .cCopyright__links {
    margin-bottom: 0; }

/* line 9, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSubpages-design.scss */
.cSubpages--perex .cSubpage__wrapper {
  border: 0;
  text-align: left;
  padding: 0;
  margin-bottom: 60px ;
  margin-bottom: 4rem ; }
  /* line 17, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSubpages-design.scss */
  .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    max-height: 1000px; }
    /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a img,
    .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a [class$="__inner"],
    .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a [class$="__image"] {
      position: absolute;
      width: 100%; }
    /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
    .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a:after {
      display: block;
      content: '';
      padding-top: 100%; }
    /* line 22, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSubpages-design.scss */
    .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a:before {
      background: none; }
    /* line 27, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSubpages-design.scss */
    .cSubpages--perex .cSubpage__wrapper .cSubpages__inner > a:hover img {
      transform: none; }

/* line 36, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSubpages-design.scss */
.cSubpages__title {
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.1818;
  font-weight: 400;
  text-transform: none;
  margin-top: 25px !important; }

/* line 43, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSubpages-design.scss */
.cSubpages__anotation {
  margin-top: 20px !important; }

/* ==========================================================================================
Kosticka INSTAGRAM - designova vrstva
========================================================================================== */
/* line 10, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSocialButtons-design.scss */
.cSocialButtons .nav__item:not(:last-child) {
  margin-right: 8px ;
  margin-right: 0.5rem ; }

/* line 22, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSocialButtons-design.scss */
.cSocialButtons--block .nav__item:not(:last-child) {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }

@media screen and (min-width: 1024px) {
  /* line 14, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cSocialSites-design.scss */
  .cSocialSites--icons .nav__item {
    margin-right: 10px ;
    margin-right: 0.66667rem ; } }

@media screen and (min-width: 768px) {
  /* line 7, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
  .cNews__imgWrapper {
    max-width: 100%; } }

/* line 14, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
.cNews--img img {
  height: auto !important; }

/* line 19, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
.cNews--img__content .cNews__title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 400;
  text-transform: none; }

/* line 24, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
.cNews--img__content .cNews__anotation {
  font-size: 13px;
  font-size: 0.86667rem;
  margin-top: 8px ;
  margin-top: 0.53333rem ; }
  @media screen and (min-width: 1024px) {
    /* line 24, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
    .cNews--img__content .cNews__anotation {
      max-width: 236px; } }

/* line 32, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
.cNews--img__content .cNews__tag {
  font-size: 11px;
  font-size: 0.73333rem;
  text-transform: uppercase;
  margin-left: 5px ;
  margin-left: 0.33333rem ;
  text-decoration: underline; }
  /* line 37, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
  .cNews--img__content .cNews__tag:first-child {
    margin-left: 0 ;
    margin-left: 0 ; }
  /* line 40, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
  .cNews--img__content .cNews__tag:hover {
    color: black; }

/* line 48, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNews-design.scss */
.cNews .archive {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.73333rem; }

/* line 13, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang__title {
  text-transform: uppercase; }

/* line 22, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--both .cLang__icon {
  margin-right: 8px ;
  margin-right: 0.5rem ; }

/* line 30, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--active .cLang__icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

/* line 34, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--active .cLang__title {
  font-weight: bold; }

/* line 39, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--iconOnly {
  line-height: 1.2;
  margin-top: -4px ;
  margin-top: -0.26667rem ; }
  @media screen and (min-width: 768px) {
    /* line 39, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
    .cLang--iconOnly {
      padding: 0px; } }
  @media screen and (min-width: 1080px) {
    /* line 39, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
    .cLang--iconOnly {
      padding: 8px 7px;
      border: 1px solid rgba(208, 182, 117, 0.38); } }
  /* line 51, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
  .cLang--iconOnly .cLang__icon {
    display: none; }
  /* line 55, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
  .cLang--iconOnly .cLang__title {
    display: block; }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--cs .cLang__icon {
  background-image: url("../img/flags/cz.svg"); }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--sk .cLang__icon {
  background-image: url("../img/flags/sk.svg"); }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--en .cLang__icon {
  background-image: url("../img/flags/en.svg"); }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--de .cLang__icon {
  background-image: url("../img/flags/de.svg"); }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--ru .cLang__icon {
  background-image: url("../img/flags/ru.svg"); }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--fr .cLang__icon {
  background-image: url("../img/flags/fr.svg"); }

/* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang--pl .cLang__icon {
  background-image: url("../img/flags/pl.svg"); }

/* line 71, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
.cLang .drop {
  top: 63%;
  margin-left: 1px;
  font-size: 13px;
  font-size: 0.86667rem;
  width: 100%;
  padding: 5px;
  text-align: center; }
  /* line 79, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cLang-design.scss */
  .cLang .drop li {
    margin: 5px 0; }

@media screen and (max-width: 767px) {
  /* line 8, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cImage-design.scss */
  .cImage img {
    display: inline-block; } }

/* line 12, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cImage-design.scss */
.cImage--paticka {
  margin-bottom: 15px ;
  margin-bottom: 1rem ; }

/* line 15, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cImage-design.scss */
.cImage--vyrobila {
  margin-top: 52px ;
  margin-top: 3.46667rem ; }
  @media screen and (max-width: 767px) {
    /* line 18, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cImage-design.scss */
    .cImage--vyrobila img {
      display: inline-block; } }

/* line 23, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cImage-design.scss */
.cImage--mTop {
  margin-top: 20px ;
  margin-top: 1.33333rem ; }

/* line 9, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery__title {
  font-size: 13px;
  font-size: 0.86667rem;
  text-align: center; }

/* line 14, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery .rsDefault .rsNav {
  margin-top: 30px ;
  margin-top: 2rem ; }

/* line 19, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery img,
.cGallery .royalSlider img {
  display: block;
  min-height: 100%;
  max-width: none;
  min-width: 100%; }

/* line 30, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery__wrapper > a {
  position: static; }

/* line 38, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--ratio1-1 .cGallery__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cGallery--ratio1-1 .cGallery__wrapper img,
  .cGallery--ratio1-1 .cGallery__wrapper [class$="__inner"],
  .cGallery--ratio1-1 .cGallery__wrapper [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cGallery--ratio1-1 .cGallery__wrapper:after {
    display: block;
    content: '';
    padding-top: 100%; }

/* line 45, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--ratio4-3 .cGallery__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cGallery--ratio4-3 .cGallery__wrapper img,
  .cGallery--ratio4-3 .cGallery__wrapper [class$="__inner"],
  .cGallery--ratio4-3 .cGallery__wrapper [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cGallery--ratio4-3 .cGallery__wrapper:after {
    display: block;
    content: '';
    padding-top: 75%; }

/* line 52, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--ratio16-9 .cGallery__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  /* line 449, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cGallery--ratio16-9 .cGallery__wrapper img,
  .cGallery--ratio16-9 .cGallery__wrapper [class$="__inner"],
  .cGallery--ratio16-9 .cGallery__wrapper [class$="__image"] {
    position: absolute;
    width: 100%; }
  /* line 455, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
  .cGallery--ratio16-9 .cGallery__wrapper:after {
    display: block;
    content: '';
    padding-top: 56.25%; }

/* line 60, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--noRatio .cGallery__wrapper > a {
  position: relative; }

/* line 64, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--noRatio img {
  min-width: 100%;
  min-height: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 768px) {
  /* line 76, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--nearby {
    border: 1px solid #ddd;
    padding: 30px ;
    padding: 2rem ; } }

/* line 83, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--nearby .royalSlider img {
  max-width: none;
  width: auto;
  min-height: 0;
  min-width: 0; }

/* line 91, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--nearby .rsDefault, .cGallery--nearby .rsDefault .rsThumbs, .cGallery--nearby .rsDefault .rsSlide, .cGallery--nearby .rsDefault .rsVideoFrameHolder, .cGallery--nearby .rsDefault .rsThumbs, .cGallery--nearby .rsDefault .rsOverflow {
  background: transparent !important; }

/* line 96, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--nearby .rsGCaption {
  font-size: 18px;
  font-size: 1.2rem;
  color: #333;
  background-color: transparent; }

@media screen and (max-width: 767px) {
  /* line 103, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--nearby .rsSlide,
  .cGallery--nearby .royalSlider {
    overflow: visible !important; } }

/* line 112, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--nearby .royalSlider--rsArrowsOut .rsOverflow {
  padding-left: 0;
  padding-right: 0; }

/* line 124, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .grid__item, .cGallery--slide .label--inline, .cGallery--slide .label--inline + .field {
  position: relative; }

/* line 128, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .cGallery__title {
  width: 100%;
  margin-left: -15px; }

/* line 134, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide img,
.cGallery--slide .royalSlider img {
  width: 100%;
  height: 100%; }

/* line 141, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .rsDefault, .cGallery--slide .rsDefault .rsThumbs, .cGallery--slide .rsDefault .rsSlide, .cGallery--slide .rsDefault .rsVideoFrameHolder, .cGallery--slide .rsDefault .rsThumbs, .cGallery--slide .rsDefault .rsOverflow {
  background: transparent !important; }

/* line 146, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .rsDefault .rsTabs .rsTab {
  min-width: 0; }

/* line 153, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .rsDefault .rsThumb.rsNavSelected {
  background-color: transparent; }
  /* line 156, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--slide .rsDefault .rsThumb.rsNavSelected img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

/* line 161, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .rsDefault .rsThumbs {
  margin-top: 30px ;
  margin-top: 2rem ; }

/* line 167, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .rsDefault .rsThumb img {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

/* line 177, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--slide .rsDefault .rsThumb:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

/* line 190, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsWithThumbsVer .rsOverflow {
  padding-right: 30px ;
  padding-right: 2rem ; }

/* line 194, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsWithThumbsHor .rsOverflow {
  padding-right: 0; }

/* line 198, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsContainer img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover; }

/* line 208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsClear .rsThumbsVer {
  margin: 0;
  width: 60px; }
  @media screen and (min-width: 768px) {
    /* line 208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
    .cGallery--thumbs .rsClear .rsThumbsVer {
      width: 120px; } }
  @media screen and (min-width: 1024px) {
    /* line 208, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
    .cGallery--thumbs .rsClear .rsThumbsVer {
      width: 170px; } }
  /* line 219, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumbsVer .rsThumbsArrow {
    height: 30px; }

/* line 225, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsClear .rsThumbsHor {
  margin-top: 15px;
  height: 40px; }
  @media screen and (min-width: 768px) {
    /* line 225, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
    .cGallery--thumbs .rsClear .rsThumbsHor {
      height: 90px; } }
  /* line 232, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumbsHor .rsThumb {
    width: 40px; }
    @media screen and (min-width: 768px) {
      /* line 232, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
      .cGallery--thumbs .rsClear .rsThumbsHor .rsThumb {
        width: 100px; } }
    @media screen and (min-width: 1024px) {
      /* line 232, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
      .cGallery--thumbs .rsClear .rsThumbsHor .rsThumb {
        width: 155px; } }
  /* line 243, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumbsHor .rsThumbsArrow {
    width: 30px;
    height: 100%; }
  /* line 248, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumbsHor .rsThumbsArrowRight {
    left: auto; }

/* line 254, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsClear .rsThumb {
  height: 40px;
  opacity: 0.5;
  background: transparent;
  transition: opacity .3s ease-in-out; }
  @media screen and (min-width: 768px) {
    /* line 254, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
    .cGallery--thumbs .rsClear .rsThumb {
      height: 60px; } }
  @media screen and (min-width: 1024px) {
    /* line 254, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
    .cGallery--thumbs .rsClear .rsThumb {
      height: 95px; } }
  /* line 266, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumb:first-child {
    margin-top: 0 !important; }
  /* line 270, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumb:last-child {
    margin-bottom: 0 !important; }
  /* line 274, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumb:hover, .cGallery--thumbs .rsClear .rsThumb.rsNavSelected,
  .cGallery--thumbs .rsClear .rsThumb.rsNavSelected img {
    opacity: 1; }

/* line 281, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsClear .cGallery__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  /* line 287, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .cGallery__wrapper a {
    display: block;
    height: 100%; }
  /* line 293, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .cGallery__wrapper .cGallery__title {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    bottom: 30px;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #fff; }

/* line 304, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsClear img {
  object-fit: cover; }

/* line 309, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .rsClear .rsThumbsArrow {
  background: #f5f5f5; }
  /* line 312, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
  .cGallery--thumbs .rsClear .rsThumbsArrow:hover {
    background: #c2a360; }
    /* line 315, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
    .cGallery--thumbs .rsClear .rsThumbsArrow:hover .rsThumbsArrowIcn {
      color: #fff; }

/* line 322, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGallery-design.scss */
.cGallery--thumbs .cDesc {
  margin-top: 30px ;
  margin-top: 2rem ; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNavMenu-design.scss */
.cNavMenu .nav--stacked-box, .cNavMenu .mDrop ul, .mDrop .cNavMenu ul {
  border: 0; }
  /* line 9, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNavMenu-design.scss */
  .cNavMenu .nav--stacked-box__item__in {
    padding: 9px 10px 7px ;
    padding: 0.6rem 0.66667rem 0.46667rem ;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.86667rem;
    color: #333;
    border-bottom-color: #dcdcdc; }
    /* line 17, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cNavMenu-design.scss */
    .cNavMenu .nav--stacked-box__item__in:hover:before {
      background: transparent; }

/* line 7, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cftSearch-design.scss */
.cftSearch__field {
  padding: 8px 15px ;
  padding: 0.53333rem 1rem ; }

/* line 12, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cftSearch-design.scss */
.fulltext-wrapper {
  margin-bottom: 60px ;
  margin-bottom: 4rem ; }

/* ==========================================================================================
Kosticka GRAFICKA ANOTACE - designova vrstva
========================================================================================== */
/* line 5, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
.cGnotation {
  padding: 120px 90px ;
  padding: 8rem 6rem ;
  text-align: center;
  background-color: #f5f5f5; }
  /* line 11, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
  .cGnotation p:last-child {
    margin-bottom: 0; }

/* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
.homepage .cGnotation {
  background-image: url(../img/anotace.jpg);
  background-color: #381f0e;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 0; }
  @media screen and (max-width: 767px) {
    /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
    .homepage .cGnotation {
      padding: 20px ;
      padding: 1.33333rem ;
      min-height: 700px;
      background-position: 50% 100%; } }
  @media screen and (min-width: 768px) {
    /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
    .homepage .cGnotation {
      min-height: 999px; } }
  @media screen and (min-width: 1920px) {
    /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
    .homepage .cGnotation {
      background-size: cover;
      background-position: 50% 85%; } }
  @media screen and (min-width: 768px) {
    /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
    .homepage .cGnotation {
      margin-top: 151px;
      position: relative; } }
  @media screen and (min-width: 768px) {
    /* line 37, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
    .homepage .cGnotation__panel {
      width: 47%;
      float: left;
      padding-top: 17%;
      text-align: left; } }
  /* line 45, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
  .homepage .cGnotation__desc {
    font-weight: 100;
    max-width: 607px;
    font-size: 36px;
    font-size: 2.4rem;
    line-height: 1;
    color: #d0b675; }
  /* line 51, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
  .homepage .cGnotation .cHeading {
    font-size: 53px;
    font-size: 3.53333rem;
    line-height: 1.2;
    margin-bottom: 10px ;
    margin-bottom: 0.66667rem ;
    letter-spacing: 0.05em;
    color: #c2a360;
    font-weight: 100; }
    @media screen and (max-width: 767px) {
      /* line 51, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cGnotation-design.scss */
      .homepage .cGnotation .cHeading {
        font-size: 36px;
        font-size: 2.4rem; } }

/* ==========================================================================================
Kosticka POPIS STRANKY - designova vrstva
========================================================================================== */
/* line 7, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
.cPathBox--hp {
  border: 0;
  background-color: #121210;
  min-height: 0;
  width: 100%;
  height: 0;
  padding-bottom: 63.25%;
  margin-bottom: 0 ;
  margin-bottom: 0 ; }
  /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp .cHeading {
    position: absolute;
    top: 1px;
    font-size: 30px;
    font-size: 2pxrem;
    font-weight: 100;
    margin-top: 0 ;
    margin-top: 0 ; }
    @media screen and (min-width: 768px) {
      /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp .cHeading {
        font-size: 20px;
        font-size: 1.33333pxrem; } }
    @media screen and (min-width: 1024px) {
      /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp .cHeading {
        font-size: 30px;
        font-size: 2pxrem; } }
    @media screen and (min-width: 1200px) {
      /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp .cHeading {
        font-size: 36px;
        font-size: 2.4pxrem; } }
    /* line 33, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp .cHeading a {
      text-align: left;
      display: block;
      transition: all .5s; }
      @media screen and (max-width: 767px) {
        /* line 33, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp .cHeading a {
          padding: 20% 0 0 5%; } }
      @media screen and (min-width: 768px) {
        /* line 33, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp .cHeading a {
          padding: 10px 0 ;
          padding: 0.66667rem 0 ; } }
      @media screen and (min-width: 1024px) {
        /* line 33, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp .cHeading a {
          padding: 20% 0px 0px 12%; } }
      @media screen and (min-width: 1200px) {
        /* line 33, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp .cHeading a {
          padding: 30% 0px 0px 22%; } }
      /* line 50, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp .cHeading a:hover {
        text-decoration: none; }
  /* line 59, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp:hover .cHeading a {
    color: black; }
  /* line 65, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp .cPathBox__link {
    position: absolute;
    width: 100%;
    height: 100%; }
    /* line 68, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp .cPathBox__link::before {
      display: none; }
  /* line 72, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp1 {
    background-image: url(../img/grand.jpg);
    background-color: #121210;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    background-size: cover;
    position: relative; }
    /* line 82, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp1:hover .cPathBox__link:after {
      opacity: 1; }
    /* line 89, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp1 .cPathBox__link:after {
      background-image: url(../img/grand-hover.jpg);
      background-color: #121210;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 0 0;
      background-size: cover;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all 1.5s;
      margin-left: -50%; }
  /* line 106, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp2 {
    background-image: url(../img/upright.jpg);
    background-color: #121210;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    background-size: cover; }
    /* line 110, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp2:hover {
      background-size: cover; }
      /* line 114, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp2:hover .cPathBox__link:after {
        opacity: 1; }
    /* line 121, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp2 .cPathBox__link:after {
      background-image: url(../img/upright-hover.jpg);
      background-color: #121210;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 0 0;
      background-size: cover;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all .75s;
      margin-left: -50%; }
  /* line 135, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp3 {
    background-image: url(../img/about.jpg);
    background-color: #121210;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    background-size: contain;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 135, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3 {
        background-size: cover; } }
    @media screen and (min-width: 768px) {
      /* line 135, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3 {
        padding-bottom: 45%; } }
    @media screen and (min-width: 1776px) {
      /* line 135, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3 {
        padding-bottom: 45.5%; } }
    @media screen and (min-width: 768px) {
      /* line 149, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3 .cHeading {
        font-size: 18px;
        font-size: 1.2rem; } }
    @media screen and (min-width: 1024px) {
      /* line 149, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3 .cHeading {
        font-size: 20px;
        font-size: 1.33333rem; }
        /* line 156, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp3 .cHeading a {
          padding-top: 40%; } }
    @media screen and (min-width: 1200px) {
      /* line 149, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3 .cHeading {
        font-size: 28px;
        font-size: 1.86667rem; } }
    /* line 167, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp3:hover {
      background-size: contain; }
      @media screen and (max-width: 767px) {
        /* line 167, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp3:hover {
          background-size: cover; } }
      /* line 174, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp3:hover .cPathBox__link:after {
        opacity: 1; }
    /* line 181, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp3 .cPathBox__link:after {
      background-image: url(../img/about-hover.jpg);
      background-color: #121210;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 0 0;
      background-size: cover;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all .75s;
      margin-left: -50%; }
  /* line 197, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
  .cPathBox--hp4 {
    background-image: url(../img/contact.jpg);
    background-color: #121210;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    background-size: contain; }
    @media screen and (max-width: 767px) {
      /* line 197, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4 {
        background-size: cover; } }
    @media screen and (min-width: 768px) {
      /* line 197, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4 {
        padding-bottom: 46%; } }
    @media screen and (min-width: 1776px) {
      /* line 197, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4 {
        padding-bottom: 45.5%; } }
    @media screen and (min-width: 768px) {
      /* line 210, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4 .cHeading {
        font-size: 18px;
        font-size: 1.2rem; } }
    @media screen and (min-width: 1024px) {
      /* line 210, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4 .cHeading {
        font-size: 20px;
        font-size: 1.33333rem; }
        /* line 218, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp4 .cHeading a {
          padding-top: 40%; } }
    @media screen and (min-width: 1200px) {
      /* line 210, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4 .cHeading {
        font-size: 28px;
        font-size: 1.86667rem; } }
    /* line 227, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp4:hover {
      background-size: contain; }
      @media screen and (max-width: 767px) {
        /* line 227, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp4:hover {
          background-size: cover; } }
      /* line 234, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
      .cPathBox--hp4:hover .cPathBox__link:after {
        opacity: 1; }
    /* line 241, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
    .cPathBox--hp4 .cPathBox__link:after {
      background-image: url(../img/contact-hover.jpg);
      background-color: #121210;
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 0 0;
      background-size: cover;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      opacity: 0;
      transition: all .75s;
      margin-left: -50%; }
      @media screen and (min-width: 768px) {
        /* line 241, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cPathBox-design.scss */
        .cPathBox--hp4 .cPathBox__link:after {
          background-size: contain; } }

@media screen and (min-width: 768px) {
  /* line 15, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .cHeader--hamburger {
    padding-top: 15px ;
    padding-top: 1rem ;
    padding-bottom: 15px ;
    padding-bottom: 1rem ; } }

/* line 21, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.cHeader--hamburger .cHeader__component {
  padding-top: 0;
  padding-bottom: 0; }

/* line 32, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.cHeader--advance {
  padding-top: 0;
  padding-bottom: 0; }
  /* line 45, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .cHeader--advance.cHeader--box .navbar {
    background-color: transparent; }
  @media screen and (min-width: 768px) {
    /* line 57, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--advance.cHeader--hamburger {
      padding-top: 15px ;
      padding-top: 1rem ;
      padding-bottom: 15px ;
      padding-bottom: 1rem ; } }

/* line 68, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.cHeader--fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

/* line 81, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.mobileMenuOffcanvas {
  border-left: 1px solid #ddd; }

@media screen and (min-width: 768px) {
  /* line 87, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .row--stickyTop {
    margin-top: -300px;
    min-height: 300px; } }

/* line 96, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.mm-slideout--offCanvas,
.mm-page.mm-slideout.mm-slideout--offCanvas {
  transform: translateX(300px) !important; }

/* line 102, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.mm-slideout--offCanvas--active {
  z-index: 2000; }

/* line 107, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
#mm-blocker {
  background-color: transparent;
  visibility: hidden;
  opacity: 0; }
  /* line 112, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  #mm-blocker.mm-slideout {
    transition: all .3s ease-in-out; }
  /* line 118, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  #mm-blocker.mm-slideout--active {
    background-color: rgba(0, 0, 0, 0.3); }

/* line 124, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
.cHeader--medium.customova {
  background-color: transparent; }
  @media screen and (min-width: 768px) {
    /* line 128, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader__lang {
      padding: 0;
      position: absolute;
      right: 95px;
      top: 17px; } }
  @media screen and (min-width: 850px) {
    /* line 128, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader__lang {
      padding: 43px 0 43px 0 ;
      padding: 2.86667rem 0 2.86667rem 0 ;
      padding-top: 43px ;
      padding-top: 2.86667rem ;
      position: relative;
      top: auto;
      right: 0; } }
  /* line 145, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .cHeader--medium.customova .cHeader__lang:before {
    position: relative;
    display: block;
    content: ""; }
  /* line 151, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .cHeader--medium.customova .cHeader__inner {
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      /* line 151, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
      .cHeader--medium.customova .cHeader__inner {
        padding-left: 10px ;
        padding-left: 0.66667rem ;
        padding-right: 10px ;
        padding-right: 0.66667rem ; } }
    @media screen and (min-width: 1024px) {
      /* line 151, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
      .cHeader--medium.customova .cHeader__inner {
        padding-left: 60px ;
        padding-left: 4rem ;
        padding-right: 60px ;
        padding-right: 4rem ; } }
    @media screen and (min-width: 1200px) {
      /* line 151, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
      .cHeader--medium.customova .cHeader__inner {
        padding-left: 60px ;
        padding-left: 4rem ;
        padding-right: 60px ;
        padding-right: 4rem ; } }
    @media screen and (min-width: 1270px) {
      /* line 151, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
      .cHeader--medium.customova .cHeader__inner {
        padding-left: 90px ;
        padding-left: 6rem ;
        padding-right: 90px ;
        padding-right: 6rem ; } }
  @media screen and (min-width: 1024px) {
    /* line 173, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader__logo .cHeader__link {
      max-height: 62px !important; } }
  @media screen and (min-width: 1024px) {
    /* line 177, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader__logo .cHeader__link img {
      max-height: 62px !important; } }
  /* line 184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .cHeader--medium.customova .cHeader__component {
    margin-left: 10px ;
    margin-left: 0.66667rem ; }
    @media screen and (min-width: 1280px) {
      /* line 184, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
      .cHeader--medium.customova .cHeader__component {
        margin-left: 20px ;
        margin-left: 1.33333rem ; } }
  /* line 190, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
  .cHeader--medium.customova .cHeader__mainNav {
    /*
                    @include breakpoint($lap-and-up) {
                        max-width: 72%;
                    }
                    */ }
    @media screen and (min-width: 800px) {
      /* line 190, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
      .cHeader--medium.customova .cHeader__mainNav {
        max-width: none; } }
    /* line 201, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader__mainNav .nav__item__in {
      text-transform: uppercase;
      letter-spacing: 0; }
      @media screen and (min-width: 768px) {
        /* line 201, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
        .cHeader--medium.customova .cHeader__mainNav .nav__item__in {
          font-size: 13px;
          font-size: 0.86667rem;
          padding: 5px ;
          padding: 0.33333rem ; } }
      @media screen and (min-width: 1200px) {
        /* line 201, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
        .cHeader--medium.customova .cHeader__mainNav .nav__item__in {
          font-size: 14px;
          font-size: 0.93333rem;
          padding: 10px ;
          padding: 0.66667rem ; } }
      @media screen and (min-width: 1410px) {
        /* line 201, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
        .cHeader--medium.customova .cHeader__mainNav .nav__item__in {
          font-size: 15px;
          font-size: 1rem;
          padding: 15px ;
          padding: 1rem ; } }
      @media screen and (min-width: 1480px) {
        /* line 201, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
        .cHeader--medium.customova .cHeader__mainNav .nav__item__in {
          letter-spacing: 0.05em; } }
    /* line 222, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader__mainNav .nav__item.page--active a {
      color: white; }
  @media screen and (min-width: 1050px) {
    /* line 229, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHeaders.scss */
    .cHeader--medium.customova .cHeader .cSocialSites--icons .nav__item__in {
      border: 1px solid rgba(208, 182, 117, 0.38) !important;
      padding: 6px 7px !important;
      line-height: 1 !important; } }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCrumb-design.scss */
.cCrumb {
  text-transform: uppercase; }
  /* line 9, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCrumb-design.scss */
  .cCrumb__item {
    font-size: 11px;
    font-size: 0.73333rem; }
  /* line 13, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCrumb-design.scss */
  .cCrumb__item__link {
    text-decoration: none; }
    /* line 16, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCrumb-design.scss */
    .cCrumb__item__link:hover {
      color: white; }

/* line 22, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cCrumb-design.scss */
.breadcrumb > li + li[data-breadcrumb]::before {
  content: '';
  width: 5px;
  height: 8px;
  margin: 5px 0 0 8px ;
  margin: 0.33333rem 0 0 0.53333rem ;
  background-image: url(../img/crumb.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
.cBlockquote {
  margin-bottom: 50px ;
  margin-bottom: 3.33333rem ; }
  /* line 28, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
  .cBlockquote--quotes .cBlockquote__text {
    font-weight: 100;
    font-style: italic;
    font-size: 28px;
    font-size: 1.86667rem;
    line-height: 1.25;
    color: #999999;
    max-width: 730px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 768px) {
      /* line 28, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
      .cBlockquote--quotes .cBlockquote__text {
        padding: 10px 10px 0 ;
        padding: 0.66667rem 0.66667rem 0 ; } }
    /* line 39, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
    .cBlockquote--quotes .cBlockquote__text:before {
      display: none;
      top: 40px !important; }
      @media screen and (max-width: 767px) {
        /* line 39, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
        .cBlockquote--quotes .cBlockquote__text:before {
          top: -10px !important; } }
    /* line 46, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
    .cBlockquote--quotes .cBlockquote__text:after {
      display: none;
      text-align: right; }
  /* line 55, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
  .cBlockquote--image .cBlockquote__text {
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    font-style: italic;
    max-width: 820px;
    margin: 0 auto;
    padding: 50px 30px 0 ;
    padding: 3.33333rem 2rem 0 ;
    position: relative; }
    /* line 63, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
    .cBlockquote--image .cBlockquote__text:before {
      content: "" !important;
      background-image: url(../img/quote.svg);
      background-color: transparent;
      background-position: 0 0;
      background-size: 24px 18px;
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -12px; }
      /* line 337, /home/www/petrof.myebrana.com/application/modules/Web/Frontend/Resources/sass/Core/scss/common-v2/_mixins.scss */
      .no-svg .cBlockquote--image .cBlockquote__text:before {
        background-image: url(../img/pngFallback/quote.png); }
  /* line 73, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
  .cBlockquote--image .source-info {
    color: #333; }

/* line 78, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cBlockquote-design.scss */
.cBlockquote--quotes .cBlockquote__text::before,
.cBlockquote--quotes .cBlockquote__text::after {
  font-size: 24px !important; }

/* line 7, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
.cText--sCarou {
  margin-bottom: 20px ;
  margin-bottom: 1.33333rem ;
  padding: 0 60px ;
  padding: 0 4rem ;
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }
  /* line 13, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
  .cText--sCarou h2 {
    padding-top: 20px ;
    padding-top: 1.33333rem ;
    background-image: url(../img/cara.jpg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 0;
    margin-bottom: 5px ;
    margin-bottom: 0.33333rem ; }
  /* line 18, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
  .cText--sCarou p {
    margin-bottom: 20px ;
    margin-bottom: 1.33333rem ; }
  /* line 22, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
  .cText--sCarouMargin {
    margin-bottom: 40px; }

/* line 26, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
.cText--serieAnotace {
  background-image: url(../img/serieAnotace.jpg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50% 0;
  max-width: none;
  padding: 90px 30px 69px ;
  padding: 6rem 2rem 4.6rem ; }
  /* line 31, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
  .cText--serieAnotace p {
    max-width: 730px;
    margin: 0 auto 22px; }
    @media screen and (max-width: 767px) {
      /* line 31, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
      .cText--serieAnotace p {
        margin-bottom: 15px !important; } }
  @media screen and (max-width: 767px) {
    /* line 26, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
    .cText--serieAnotace {
      padding: 20px 30px; } }

@media screen and (max-width: 767px) {
  /* line 42, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
  .cText--seriePopis {
    padding: 30px ;
    padding: 2rem ; } }

/* line 46, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
.cText--seriePopis h2 {
  color: #c2a360;
  text-transform: none;
  font-weight: 400; }
  /* line 51, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
  .cText--seriePopis h2 + h3 {
    margin-top: -25px ;
    margin-top: -1.66667rem ; }

/* line 56, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
.cText--seriePopis--levy {
  text-align: right; }
  @media screen and (max-width: 767px) {
    /* line 56, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cText-design.scss */
    .cText--seriePopis--levy {
      text-align: left; } }

/* ==========================================================================================
Kosticka METADATA - designova vrstva
========================================================================================== */
/* line 5, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMetadata-design.scss */
.cMetaData {
  margin-bottom: 30px ;
  margin-bottom: 2rem ; }
  /* line 12, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMetadata-design.scss */
  .cMetaData--block .cMetaData__item {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; }
    /* line 15, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cMetadata-design.scss */
    .cMetaData--block .cMetaData__item:last-child {
      margin-bottom: 0; }

/* line 6, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cHr-design.scss */
.cHr,
hr {
  border: 0;
  border-top: 1px solid #ddd; }

/* ==========================================================================================
Kosticka VYSLEDKY VYHLEDAVANI - designova vrstva
========================================================================================== */
@media screen and (max-width: 767px) {
  /* line 15, /home/www/petrof.myebrana.com/customs/Web/Frontend/petrofmyebranacom/sass/Design/cubes/_cFulltextResults-design.scss */
  .cFtr__item:not(:last-child) {
    margin-bottom: 15px ;
    margin-bottom: 1rem ; } }

/* ==========================================================================================
Magnific popup - CUSTOM STYLY
========================================================================================== */
