@charset "UTF-8";
/* line 1, ../sass/_classes.scss */
.clr:after {
  clear: both;
  content: ' ';
  display: block;
}

/* line 7, ../sass/_classes.scss */
.transition, a, .search_form_top, .at_link .overlay, .featured_news, .archive_thumb_cont img, .nn_title, .more .arrow_more {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

/* line 14, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 21, ../sass/_classes.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 29, ../sass/_classes.scss */
.center {
  text-align: center;
}

/* line 33, ../sass/_classes.scss */
.no_pad {
  padding: 0;
}

/* line 38, ../sass/_classes.scss */
.full_cont .container {
  width: 100%;
  max-width: 100%;
}

/* line 44, ../sass/_classes.scss */
.with_pad {
  padding: 30px 0;
}

/* line 48, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 52, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 56, ../sass/_classes.scss */
.table_display {
  display: table;
  float: none;
  width: 100%;
}
/* line 61, ../sass/_classes.scss */
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 68, ../sass/_classes.scss */
.o_hidden {
  overflow: hidden;
}

/* line 72, ../sass/_classes.scss */
.fixed {
  position: fixed;
}

/* line 76, ../sass/_classes.scss */
.primary_btn {
  background: #63A3A2;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 85, ../sass/_classes.scss */
.secondary_btn {
  background: #ec770f;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 95, ../sass/_classes.scss */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

/* line 103, ../sass/_classes.scss */
.flex_start {
  justify-content: flex-start;
}

/* line 107, ../sass/_classes.scss */
.space_between {
  justify-content: space-between;
}

/* line 111, ../sass/_classes.scss */
.space_around {
  justify-content: space-around;
}

/* line 115, ../sass/_classes.scss */
.flex_center {
  justify-content: center;
}

/* line 119, ../sass/_classes.scss */
.flex_end {
  justify-content: flex-end;
}

/* line 125, ../sass/_classes.scss */
.bg {
  background: #fff;
}

/* line 129, ../sass/_classes.scss */
.primary_bg {
  background-color: #63A3A2;
}

/* line 133, ../sass/_classes.scss */
.secondary_bg {
  background-color: #ec770f;
}

/* line 137, ../sass/_classes.scss */
.accent_bg {
  background-color: #F2E9E1;
}

/* line 141, ../sass/_classes.scss */
.primary_color {
  color: #63A3A2;
}

/* line 145, ../sass/_classes.scss */
.secondary_color {
  color: #ec770f;
}

/* line 149, ../sass/_classes.scss */
.accent_color {
  color: #F2E9E1;
}

/* line 153, ../sass/_classes.scss */
.white_color {
  color: #fff;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../sass/_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 290, ../sass/_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 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/_base.scss */
body {
  font-size: 15px;
  line-height: 140%;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  font-weight: 300;
}

/* line 10, ../sass/_base.scss */
html {
  overflow-x: hidden;
  font-size: 15px;
}

/* line 15, ../sass/_base.scss */
p {
  margin: 12px 0;
  font-weight: 300;
}

/* line 20, ../sass/_base.scss */
a {
  color: #63A3A2;
}
/* line 24, ../sass/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #ec770f;
}

/* line 31, ../sass/_base.scss */
div:focus {
  outline: none !important;
}

/* line 35, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

/* line 43, ../sass/_base.scss */
#btt {
  padding: 10px 15px;
  font-size: 22px;
  color: #ec770f;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99;
}

/* line 56, ../sass/_base.scss */
.invisible {
  opacity: 0;
}

/**
*-----------------------------------------------------------------------------
* header
*-----------------------------------------------------------------------------
*/
/* line 67, ../sass/_base.scss */
#header {
  background: white;
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 0 0;
}
/* line 73, ../sass/_base.scss */
#header a {
  color: #63A3A2;
}
/* line 78, ../sass/_base.scss */
#header .navbar ul {
  margin: 0 auto;
}
/* line 81, ../sass/_base.scss */
#header .navbar ul li a {
  border-bottom: 1px dotted transparent;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 88, ../sass/_base.scss */
#header .navbar ul li a:hover {
  border-bottom: 1px dotted white;
}

/* line 97, ../sass/_base.scss */
#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #fff;
}

/* line 101, ../sass/_base.scss */
#mega-menu-wrap-menu-top {
  margin: 0 auto;
}

/* line 104, ../sass/_base.scss */
.mega-menu-link {
  text-transform: uppercase;
  font-weight: bold;
}
/* line 110, ../sass/_base.scss */
.mega-menu-link:hover {
  color: #ec770f !important;
  background: none !important;
}

/* line 116, ../sass/_base.scss */
#mega-menu-wrap-menu-top #mega-menu-menu-top > li.mega-menu-item > a.mega-menu-link {
  padding: 0 10px;
}

/* line 121, ../sass/_base.scss */
.logo_block {
  text-align: center;
  display: block;
  margin-top: 1rem;
}

/* line 128, ../sass/_base.scss */
.logo_link {
  font-size: 2rem;
  display: block;
  max-width: 100%;
}

/* line 140, ../sass/_base.scss */
.search_form_top {
  top: -100%;
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 16;
  background: rgba(38, 38, 38, 0.95);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
/* line 157, ../sass/_base.scss */
.search_form_top.toggled {
  top: 0;
}
/* line 160, ../sass/_base.scss */
.search_form_top input[type="search"] {
  background: transparent;
  border: none;
  color: #fff;
  border-bottom: 1px solid #cccccc;
  padding: 0 0 5px 0;
  font-size: 1.5rem;
  width: 500px;
  max-width: 95%;
}
/* line 172, ../sass/_base.scss */
.search_form_top ::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 176, ../sass/_base.scss */
.search_form_top :-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
/* line 180, ../sass/_base.scss */
.search_form_top ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
/* line 184, ../sass/_base.scss */
.search_form_top :-ms-input-placeholder {
  color: #cccccc;
}
/* line 189, ../sass/_base.scss */
.search_form_top .search:focus {
  outline: none;
  border-bottom: 1px solid #63A3A2;
}

/* line 197, ../sass/_base.scss */
#header .social_flex {
  margin-top: -0.1rem;
}
/* line 199, ../sass/_base.scss */
#header .social_flex a.social_header {
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  color: #c7c7c7;
  margin: 0 0.6rem;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 215, ../sass/_base.scss */
#header .social_flex a.social_header:hover {
  opacity: 0.8;
}

/* line 225, ../sass/_base.scss */
.close_search {
  position: absolute;
  z-index: 17;
  top: 6%;
  right: 6%;
  border: none;
  background: transparent;
}
/* line 233, ../sass/_base.scss */
.close_search img {
  width: 50px;
  height: auto;
}

/* line 240, ../sass/_base.scss */
#searchsubmit {
  color: #fff;
  background: transparent;
  border: none;
  margin-left: -40px;
}

/* line 248, ../sass/_base.scss */
.header_right, .woocommerce .header_right {
  margin-bottom: 5px;
  z-index: 3;
  list-style: none;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
/* line 251, ../sass/_base.scss */
.header_right button, .woocommerce .header_right button {
  border: none;
  background: none;
}
/* line 254, ../sass/_base.scss */
.header_right button:focus, .woocommerce .header_right button:focus {
  outline: none;
}
/* line 259, ../sass/_base.scss */
.header_right li, .woocommerce .header_right li {
  margin-left: 10px;
}
/* line 272, ../sass/_base.scss */
.header_right img, .woocommerce .header_right img {
  max-height: 22px;
  width: auto;
  margin-top: 0;
  float: left;
}
/* line 279, ../sass/_base.scss */
.header_right .cart_header, .woocommerce .header_right .cart_header {
  margin-top: 3px;
  margin-right: 12px;
}
/* line 285, ../sass/_base.scss */
.header_right a img, .woocommerce .header_right a img {
  max-height: 24px;
  margin-top: -3px;
}

/* line 297, ../sass/_base.scss */
.top_banner {
  background: #333333;
  color: #d9d9d9;
  text-align: center;
  padding: 20px 0;
  margin-top: 76px;
}

/**
*-----------------------------------------------------------------------------
* home
*-----------------------------------------------------------------------------
*/
/* line 313, ../sass/_base.scss */
.main_banner {
  padding: 3rem 0;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #63A3A2;
  position: relative;
  background-attachment: fixed;
}
/* line 329, ../sass/_base.scss */
.main_banner .overlay {
  background: rgba(255, 255, 255, 0.55);
}
/* line 333, ../sass/_base.scss */
.main_banner .banner_logo {
  margin-top: -30px;
  margin-bottom: 190px;
  display: none;
}
/* line 338, ../sass/_base.scss */
.main_banner h1 {
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 300;
  margin-top: 0;
  position: relative;
  z-index: 3;
  font-weight: 100;
}
/* line 348, ../sass/_base.scss */
.main_banner h2 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 80px;
  position: relative;
  z-index: 3;
  font-weight: 100;
}
/* line 357, ../sass/_base.scss */
.main_banner .date {
  display: inline-block;
  padding: 0 0 10px;
}

/* line 364, ../sass/_base.scss */
.mb_news_left {
  width: 63%;
}

/* line 369, ../sass/_base.scss */
.mb_news_right {
  width: 36.5%;
}

/* line 373, ../sass/_base.scss */
.mb_news {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}

/* line 383, ../sass/_base.scss */
.mb_news_big {
  height: 580px;
}
/* line 386, ../sass/_base.scss */
.mb_news_big h3 {
  font-size: 2.5rem;
}

/* line 391, ../sass/_base.scss */
.mb_news_small {
  height: 287px;
}
/* line 393, ../sass/_base.scss */
.mb_news_small:first-of-type {
  margin-bottom: 6px;
}
/* line 397, ../sass/_base.scss */
.mb_news_small h3 {
  font-size: 1.8rem;
}

/* line 403, ../sass/_base.scss */
.whole_link {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 3rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
/* line 417, ../sass/_base.scss */
.whole_link:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

/* line 423, ../sass/_base.scss */
.slick-prev, .slick-next {
  font-size: 1em;
  z-index: 9;
  width: 46px;
  height: 46px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  top: 0;
  margin-top: 0;
  transform: translate(0, 0);
}
/* line 437, ../sass/_base.scss */
.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.6em;
  opacity: 1;
  width: 46px;
  height: 46px;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  align-content: center;
}

/* line 457, ../sass/_base.scss */
.slick-prev {
  left: auto;
  right: 46px;
}
/* line 460, ../sass/_base.scss */
.slick-prev:before {
  content: '\f104';
}

/* line 467, ../sass/_base.scss */
.slick-next {
  right: 0;
}
/* line 469, ../sass/_base.scss */
.slick-next:before {
  content: '\f105';
}

/* line 476, ../sass/_base.scss */
.down {
  margin: 20px 0 0;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 20px;
  display: block;
  animation: MoveUpDown 3s linear infinite;
}
/* line 485, ../sass/_base.scss */
.down img {
  margin-top: 0;
  max-width: 36px;
  height: auto;
}

/* line 493, ../sass/_base.scss */
.author_section {
  text-align: justify;
  border-bottom: 3px solid #63A3A2;
}
/* line 496, ../sass/_base.scss */
.author_section h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 502, ../sass/_base.scss */
.section_title {
  font-size: 3.4rem;
  text-align: left;
  color: #c7c7c7;
  position: relative;
  margin-bottom: 1rem;
}
/* line 509, ../sass/_base.scss */
.section_title span {
  padding: 0 0.6rem 0 0;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 1;
}
/* line 517, ../sass/_base.scss */
.section_title:after {
  position: absolute;
  left: 0;
  height: 4px;
  background: #c7c7c7;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 100%;
  content: ' ';
  display: block;
}

/* line 533, ../sass/_base.scss */
.product_tile h3 {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  text-transform: uppercase;
}

/* line 540, ../sass/_base.scss */
.article_tile {
  text-align: center;
  padding: 3px;
}

/* line 548, ../sass/_base.scss */
.at_link {
  display: block;
  position: relative;
}
/* line 552, ../sass/_base.scss */
.at_link h3 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  max-width: 94%;
  margin: 0 auto;
}
/* line 561, ../sass/_base.scss */
.at_link img {
  max-width: 100%;
  height: auto;
}
/* line 566, ../sass/_base.scss */
.at_link .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 580, ../sass/_base.scss */
.at_link:hover .overlay {
  background: rgba(0, 0, 0, 0.8);
}

/* line 588, ../sass/_base.scss */
.sidebar .at_link h3 {
  font-size: 1.2rem;
}

/* line 593, ../sass/_base.scss */
.at_link_normal {
  display: block;
}
/* line 595, ../sass/_base.scss */
.at_link_normal img {
  max-width: 100%;
  height: auto;
}
/* line 600, ../sass/_base.scss */
.at_link_normal h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-top: 1rem;
}
/* line 607, ../sass/_base.scss */
.at_link_normal .date {
  color: #000;
}
/* line 611, ../sass/_base.scss */
.at_link_normal:hover {
  opacity: 0.8;
}

/* line 616, ../sass/_base.scss */
.date {
  color: #fff;
  font-size: 0.9rem;
  width: 100%;
  display: block;
  margin-top: 0.4rem;
}

/* line 626, ../sass/_base.scss */
.home_przepisy {
  align-content: flex-start;
  align-items: flex-start;
}
/* line 629, ../sass/_base.scss */
.home_przepisy .article_tile {
  width: 33.1%;
}

/* line 635, ../sass/_base.scss */
.featured_news {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
/* line 653, ../sass/_base.scss */
.featured_news:hover {
  background-position: center top;
}
/* line 655, ../sass/_base.scss */
.featured_news:hover a {
  color: #ec770f;
}
/* line 660, ../sass/_base.scss */
.featured_news .feature_overlay {
  background: rgba(242, 242, 242, 0.85);
}
/* line 664, ../sass/_base.scss */
.featured_news h3 {
  text-align: center;
  position: relative;
  z-index: 3;
  font-size: 1.2rem;
  padding: 10px 0px;
  font-weight: normal;
}
/* line 674, ../sass/_base.scss */
.featured_news a {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
  color: #4d4d4d;
}

/* line 697, ../sass/_base.scss */
.header_left {
  float: left;
}

/* line 701, ../sass/_base.scss */
.header_right {
  background-color: #c7c7c7;
  width: 106%;
  margin-left: -3%;
  color: #fff;
}
/* line 707, ../sass/_base.scss */
.header_right .widget.widget_polylang {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
/* line 711, ../sass/_base.scss */
.header_right .widget.widget_polylang ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding-top: 0px;
}
/* line 720, ../sass/_base.scss */
.header_right .widget.widget_polylang ul li {
  margin-left: 5px;
}
/* line 723, ../sass/_base.scss */
.header_right .widget.widget_polylang ul li a:hover, .header_right .widget.widget_polylang ul li a:focus {
  background: none;
}

/* line 735, ../sass/_base.scss */
.featured_label {
  color: #fff;
  padding: 2px 10px;
  background: url("../img/label_przepis.png") no-repeat center right;
  width: 173px;
  height: 26px;
  margin-top: 5px;
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif;
}

/* line 748, ../sass/_base.scss */
.single article .featured_label {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
}

/* line 760, ../sass/_base.scss */
.date_dark {
  color: #000;
}

/* line 764, ../sass/_base.scss */
.accent_overlay {
  background: rgba(242, 233, 225, 0.8);
}

/* line 768, ../sass/_base.scss */
.primary_overlay {
  background: rgba(99, 163, 162, 0.8);
}

/* line 772, ../sass/_base.scss */
.secondary_overlay {
  background: rgba(241, 132, 35, 0.8);
}

/* line 776, ../sass/_base.scss */
.home_posts {
  position: relative;
}

/* line 787, ../sass/_base.scss */
.single_bottom_row {
  margin-top: 40px;
}

/* line 791, ../sass/_base.scss */
.normal_news {
  max-width: 370px;
  margin-bottom: 30px;
}
/* line 798, ../sass/_base.scss */
.normal_news i {
  margin-right: 5px;
  color: #4d4d4d;
}

/* line 805, ../sass/_base.scss */
.slick_travel .normal_news {
  margin: 5px;
}

/* line 810, ../sass/_base.scss */
.post-categories {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
/* line 821, ../sass/_base.scss */
.post-categories a {
  color: #4d4d4d;
  border-bottom: 1px dotted transparent;
  font-family: "Roboto", sans-serif;
  padding: 0 3px;
}
/* line 826, ../sass/_base.scss */
.post-categories a:hover {
  border-bottom: 1px dotted gray;
}

/* line 836, ../sass/_base.scss */
.archive_meta {
  margin-top: 9px;
  font-size: 0.9rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

/* line 847, ../sass/_base.scss */
.time {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
}

/* line 852, ../sass/_base.scss */
.archive_thumb_cont {
  position: relative;
  overflow: hidden;
}
/* line 856, ../sass/_base.scss */
.archive_thumb_cont .a_thumb_link {
  position: relative;
  display: block;
}
/* line 861, ../sass/_base.scss */
.archive_thumb_cont .date {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 2;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
}
/* line 874, ../sass/_base.scss */
.archive_thumb_cont img {
  max-width: 100%;
  height: auto;
}
/* line 878, ../sass/_base.scss */
.archive_thumb_cont img:hover {
  transform: scale(1.05);
}
/* line 883, ../sass/_base.scss */
.archive_thumb_cont .video_overlay {
  background: url("../img/video_play.png") no-repeat center center;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}

/* line 896, ../sass/_base.scss */
.nn_title {
  font-size: 1.1rem;
  color: #4d4d4d;
  text-align: left;
  padding: 9px 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 912, ../sass/_base.scss */
.author_section {
  padding-top: 50px;
}

/* line 915, ../sass/_base.scss */
.author_img {
  max-width: 200px;
  height: auto;
  float: left;
  margin-right: 90px;
}

/* line 924, ../sass/_base.scss */
.more .arrow_more {
  display: inline-block;
}
/* line 930, ../sass/_base.scss */
.more:hover .arrow_more {
  transform: translateX(5px);
}

/* line 937, ../sass/_base.scss */
.news_standard {
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}

/* line 943, ../sass/_base.scss */
.news_normal_left {
  width: 33%;
}
/* line 945, ../sass/_base.scss */
.news_normal_left img {
  max-width: 100%;
  height: auto;
}

/* line 951, ../sass/_base.scss */
.news_normal_right {
  width: 65%;
}
/* line 954, ../sass/_base.scss */
.news_normal_right h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* line 960, ../sass/_base.scss */
.nn_excerpt_cont {
  padding: 15px;
}
/* line 962, ../sass/_base.scss */
.nn_excerpt_cont p {
  margin: 0;
  color: #737373;
}
/* line 968, ../sass/_base.scss */
.nn_excerpt_cont .more {
  padding: 5px 0;
  display: block;
  text-align: left;
  width: 120px;
  border-radius: 3px;
  color: #63A3A2;
  margin-top: 10px;
}

/* line 982, ../sass/_base.scss */
.social_share {
  float: right;
  padding: 0;
  margin: -25px 0 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
/* line 993, ../sass/_base.scss */
.social_share a {
  display: inline-block;
  margin-left: 10px;
  padding-left: 5px;
  font-size: 1.2rem;
}

/**
*-----------------------------------------------------------------------------
* category
*-----------------------------------------------------------------------------
*/
/* line 1008, ../sass/_base.scss */
.cat_heading {
  background: #f2f2f2;
  padding: 40px 0 16px;
  margin-bottom: 50px;
}
/* line 1011, ../sass/_base.scss */
.cat_heading h1 {
  margin: 0;
}
/* line 1017, ../sass/_base.scss */
.cat_heading .single_title {
  font-size: 2rem;
  margin-bottom: 5px;
}

/* line 1026, ../sass/_base.scss */
.thumb_left img {
  max-width: 100%;
  height: auto;
}

/* line 1032, ../sass/_base.scss */
.breadcrumbs {
  float: right;
  margin-top: 7px;
}

/* line 1041, ../sass/_base.scss */
.full_news {
  margin-bottom: 30px;
}
/* line 1043, ../sass/_base.scss */
.full_news img {
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* line 1050, ../sass/_base.scss */
.full_title {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

/**
*-----------------------------------------------------------------------------
* single
*-----------------------------------------------------------------------------
*/
/* line 1063, ../sass/_base.scss */
.similar_posts {
  margin-top: 60px;
}
/* line 1065, ../sass/_base.scss */
.similar_posts h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

/* line 1071, ../sass/_base.scss */
.breadcrumbs_single {
  font-size: 0.9rem;
}

/* line 1075, ../sass/_base.scss */
.single_meta {
  list-style: none;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
/* line 1086, ../sass/_base.scss */
.single_meta .post-categories {
  padding: 0 0 0 12px;
  border-left: 1px solid #b3b3b3;
  margin-left: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
/* line 1098, ../sass/_base.scss */
.single_meta .post-categories a {
  color: #cccccc;
}

/* line 1107, ../sass/_base.scss */
article.post {
  text-align: justify;
  padding-bottom: 30px;
}
/* line 1110, ../sass/_base.scss */
article.post img {
  max-width: 100%;
  height: auto;
}
/* line 1114, ../sass/_base.scss */
article.post h1 {
  margin-top: 0;
  margin-bottom: 5px;
}
/* line 1119, ../sass/_base.scss */
article.post .single_normal_title {
  margin-top: 1rem;
  text-transform: uppercase;
}
/* line 1124, ../sass/_base.scss */
article.post .single_subtitle {
  font-family: "Roboto", sans-serif;
  color: #63A3A2;
  font-weight: 300;
  font-size: 1.1rem;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/* line 1137, ../sass/_base.scss */
.single_social {
  margin-top: -10px;
  margin-bottom: 0px;
}
/* line 1141, ../sass/_base.scss */
.single_social a {
  color: #f9c79b;
}

/* line 1146, ../sass/_base.scss */
.single_meta_social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 10px 6px;
}

/* line 1157, ../sass/_base.scss */
.single_thumb {
  position: relative;
}
/* line 1159, ../sass/_base.scss */
.single_thumb img {
  max-width: 100%;
  height: auto;
}

/* line 1167, ../sass/_base.scss */
.tags_icon {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 5px;
  color: #63A3A2;
}

/* line 1175, ../sass/_base.scss */
.single_social_share .social_share {
  float: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 20px 0;
}
/* line 1190, ../sass/_base.scss */
.single_social_share .social_share li a {
  margin: 0 10px 0 0;
}

/* line 1197, ../sass/_base.scss */
.ingredients {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-top: 1px solid #63A3A2;
  border-bottom: 1px solid #63A3A2;
  padding: 5px 0;
}
/* line 1218, ../sass/_base.scss */
.ingredients h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 1rem;
  margin: 0 10px 0 0;
}
/* line 1227, ../sass/_base.scss */
.ingredients a {
  display: block;
  padding: 8px 4px;
}
/* line 1234, ../sass/_base.scss */
.ingredients a:last-child {
  border-bottom: 0;
}

/* line 1245, ../sass/_base.scss */
.single article.post {
  margin-top: 40px;
}
/* line 1251, ../sass/_base.scss */
.single article.post .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
/* line 1257, ../sass/_base.scss */
.single article.post .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1267, ../sass/_base.scss */
.przepis_single_features {
  border-width: 0px 0 1px 0;
  border-style: solid;
  border-color: #63A3A2;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 5px 0;
}
/* line 1274, ../sass/_base.scss */
.przepis_single_features span {
  margin-right: 15px;
}

/* line 1279, ../sass/_base.scss */
.single_short_desc {
  margin: 25px 0 15px;
  font-size: 1.1rem;
}

/* line 1284, ../sass/_base.scss */
.parameters {
  display: inline-block;
  padding: 8px 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
/* line 1289, ../sass/_base.scss */
.parameters strong {
  font-weight: normal;
}

/* line 1295, ../sass/_base.scss */
.comment-form label {
  display: block;
}
/* line 1299, ../sass/_base.scss */
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="tel"], .comment-form input[type="number"], .comment-form select, .comment-form textarea {
  width: 100%;
  border: none;
}

/* line 1305, ../sass/_base.scss */
.submit {
  border: none;
  margin: 20px 0;
  color: #fff;
  background: #ec770f;
  padding: 10px 25px;
}

/* line 1314, ../sass/_base.scss */
.comments-area {
  background: #ededed;
  padding: 20px;
  margin-top: 40px;
}

/* line 1319, ../sass/_base.scss */
.comments-title {
  display: none;
}

/* line 1323, ../sass/_base.scss */
.commentmetadata {
  float: right;
  margin-top: -30px;
}

/* line 1328, ../sass/_base.scss */
.comments {
  padding: 0;
  list-style: none;
}

/* line 1333, ../sass/_base.scss */
.comment {
  padding: 15px;
  background: #f7f7f7;
  margin-bottom: 15px;
}

/* line 1342, ../sass/_base.scss */
.widget {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
/* line 1347, ../sass/_base.scss */
.widget ul {
  list-style: none;
  padding: 0;
}
/* line 1352, ../sass/_base.scss */
.widget h3 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 25px;
}
/* line 1360, ../sass/_base.scss */
.widget a:hover {
  background: #63A3A2;
  color: #fff;
}
/* line 1366, ../sass/_base.scss */
.widget img {
  max-width: 100%;
  height: auto;
}
/* line 1371, ../sass/_base.scss */
.widget #searchform {
  position: relative;
}
/* line 1375, ../sass/_base.scss */
.widget .search {
  border: none;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
/* line 1382, ../sass/_base.scss */
.widget #searchsubmit {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 2;
  color: #000;
}

/* line 1392, ../sass/_base.scss */
#menu-przepisy a {
  display: block;
  padding: 3px 0;
  color: #000;
}

/* line 1399, ../sass/_base.scss */
.widget_recent_entries {
  margin-top: 35px;
  padding-top: 60px;
}
/* line 1403, ../sass/_base.scss */
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
}
/* line 1407, ../sass/_base.scss */
.widget_recent_entries ul li {
  margin: 7px 0;
}
/* line 1409, ../sass/_base.scss */
.widget_recent_entries ul li a {
  display: block;
  padding: 0;
  border-left: 2px solid #ec770f;
  padding-left: 10px;
}
/* line 1417, ../sass/_base.scss */
.widget_recent_entries:before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  content: ' ';
  width: 80px;
  height: 80px;
  background: #ec770f url("../img/najnowsze_icon.png") no-repeat center center;
  background-size: 70px;
  border-radius: 100%;
}
/* line 1432, ../sass/_base.scss */
.widget_recent_entries .post-date {
  font-size: 0.8rem;
  margin-left: 12px;
}

/* line 1438, ../sass/_base.scss */
.social_sidebar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 45px;
  height: 45px;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  font-size: 1.2rem;
}

/* line 1455, ../sass/_base.scss */
.widget_archive {
  margin-top: 70px;
  padding-top: 60px;
}
/* line 1462, ../sass/_base.scss */
.widget_archive ul li {
  margin: 7px 0;
}
/* line 1464, ../sass/_base.scss */
.widget_archive ul li a {
  display: block;
  padding: 0;
  border-left: 2px solid #ec770f;
  padding-left: 10px;
}
/* line 1472, ../sass/_base.scss */
.widget_archive:before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  content: ' ';
  width: 80px;
  height: 80px;
  background: #ec770f url("../img/calendar_icon.png") no-repeat center center;
  background-size: 70px;
  border-radius: 100%;
}

/* line 1489, ../sass/_base.scss */
.widget_recent_comments {
  margin-top: 70px;
  padding-top: 60px;
}
/* line 1496, ../sass/_base.scss */
.widget_recent_comments ul li {
  margin: 7px 0;
}
/* line 1498, ../sass/_base.scss */
.widget_recent_comments ul li span {
  border-left: 2px solid #ec770f;
  padding-left: 10px;
  display: inline-block;
}
/* line 1503, ../sass/_base.scss */
.widget_recent_comments ul li a {
  display: inline-block;
  padding: 0;
}
/* line 1510, ../sass/_base.scss */
.widget_recent_comments:before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  content: ' ';
  width: 80px;
  height: 80px;
  background: #ec770f url("../img/comments_icon.png") no-repeat center center;
  background-size: 70px;
  border-radius: 100%;
}

/* line 1527, ../sass/_base.scss */
.widget_tag_cloud {
  margin-top: 70px;
  padding-top: 60px;
}
/* line 1534, ../sass/_base.scss */
.widget_tag_cloud ul li {
  margin: 7px 0;
}
/* line 1536, ../sass/_base.scss */
.widget_tag_cloud ul li span {
  border-left: 2px solid #ec770f;
  padding-left: 10px;
  display: inline-block;
}
/* line 1541, ../sass/_base.scss */
.widget_tag_cloud ul li a {
  display: inline-block;
  padding: 0;
}
/* line 1548, ../sass/_base.scss */
.widget_tag_cloud:before {
  display: block;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  content: ' ';
  width: 80px;
  height: 80px;
  background: #ec770f url("../img/tags_icon.png") no-repeat center center;
  background-size: 70px;
  border-radius: 100%;
}

/**
*-----------------------------------------------
* shop
*-----------------------------------------------
*/
/**
*-----------------------------------------------
* user profile, login, checkout, register
*-----------------------------------------------
*/
/* line 1578, ../sass/_base.scss */
.select.orderby {
  padding: 5px;
  border: 1px solid #c7c7c7;
}

/* line 1582, ../sass/_base.scss */
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
}

/* line 1591, ../sass/_base.scss */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 48%;
  padding-left: 0;
}

/* line 1596, ../sass/_base.scss */
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}

/* line 1600, ../sass/_base.scss */
span.password-input {
  display: block;
  width: 100%;
}

/* line 1605, ../sass/_base.scss */
.register_btn {
  font-size: 1.4rem;
  padding: 0.7rem 2rem;
  background: #F2E9E1;
  border: none;
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  margin-top: 2rem;
  text-transform: uppercase;
}

/* line 1618, ../sass/_base.scss */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  background: #f0f0f0;
}
/* line 1622, ../sass/_base.scss */
.woocommerce form.checkout_coupon input[type="text"], .woocommerce form.checkout_coupon input[type="email"], .woocommerce form.checkout_coupon input[type="tel"], .woocommerce form.checkout_coupon input[type="number"], .woocommerce form.checkout_coupon input[type="password"], .woocommerce form.checkout_coupon select, .woocommerce form.checkout_coupon textarea, .woocommerce form.login input[type="text"], .woocommerce form.login input[type="email"], .woocommerce form.login input[type="tel"], .woocommerce form.login input[type="number"], .woocommerce form.login input[type="password"], .woocommerce form.login select, .woocommerce form.login textarea, .woocommerce form.register input[type="text"], .woocommerce form.register input[type="email"], .woocommerce form.register input[type="tel"], .woocommerce form.register input[type="number"], .woocommerce form.register input[type="password"], .woocommerce form.register select, .woocommerce form.register textarea {
  padding: 0.5rem;
  border: none;
}

/* line 1628, ../sass/_base.scss */
.woocommerce form.register {
  background: #63A3A2;
  color: #fff;
}
/* line 1632, ../sass/_base.scss */
.woocommerce form.register a {
  color: #fff;
}

/* line 1637, ../sass/_base.scss */
h3#order_review_heading {
  margin-top: 3rem;
}

/* line 1642, ../sass/_base.scss */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #63A3A2;
}
/* line 1644, ../sass/_base.scss */
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  color: #fff;
  background: #ec770f;
}

/* line 1650, ../sass/_base.scss */
.woocommerce ul.order_details {
  padding: 0;
}

/* line 1655, ../sass/_base.scss */
.cart p, .checkout p {
  text-align: left;
}

/* line 1660, ../sass/_base.scss */
.cart_totals ul li {
  text-align: left;
}

/* line 1665, ../sass/_base.scss */
dd.variation-Czastrwania p {
  margin: 0;
}

/* line 1669, ../sass/_base.scss */
.woocommerce form .form-row label {
  width: 100%;
  margin-bottom: 0;
}

/* line 1674, ../sass/_base.scss */
span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

/* line 1679, ../sass/_base.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 8px;
  border: 1px solid #cfcfcf;
}

/* line 1684, ../sass/_base.scss */
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  min-width: 120px;
}

/* line 1687, ../sass/_base.scss */
.product_title {
  font-size: 1.4rem;
}

/**
*-----------------------------------------------------------------------------
* #footer
*-----------------------------------------------------------------------------
*/
/* line 1696, ../sass/_base.scss */
.copyright {
  font-size: 0.9rem;
}

/* line 1699, ../sass/_base.scss */
#footer {
  background: #262626;
  color: #a6a6a6;
  padding: 17px 0 25px;
}
/* line 1703, ../sass/_base.scss */
#footer a {
  color: #bfbfbf;
}

/* line 1708, ../sass/_base.scss */
.footer_links {
  font-size: 0.9rem;
}

@media all and (min-width: 992px) {
  /* line 3, ../sass/_responsive.scss */
  .navbar {
    margin: 0 auto;
  }
  /* line 6, ../sass/_responsive.scss */
  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  /* line 10, ../sass/_responsive.scss */
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  /* line 19, ../sass/_responsive.scss */
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 25, ../sass/_responsive.scss */
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  /* line 29, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  /* line 37, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li a {
    color: #000;
  }
  /* line 40, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li a:hover {
    background: #ec770f;
  }
  /* line 47, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  /* line 50, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #ec770f;
  }

  /* line 58, ../sass/_responsive.scss */
  .right {
    text-align: right;
  }
}
@media all and (max-width: 1590px) {
  /* line 68, ../sass/_responsive.scss */
  html, body {
    font-size: 15px;
  }

  /* line 71, ../sass/_responsive.scss */
  .featured_news {
    margin-bottom: 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 86, ../sass/_responsive.scss */
  .main_banner h1 {
    font-size: 4rem;
    margin-top: 10px;
  }
  /* line 91, ../sass/_responsive.scss */
  .main_banner h2 {
    font-size: 1.8rem;
  }
  /* line 95, ../sass/_responsive.scss */
  .main_banner .banner_logo {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media all and (min-height: 1050px) {
  /* line 103, ../sass/_responsive.scss */
  .post-type-archive-product #footer {
    margin-top: 90px;
  }
}
@media all and (min-height: 1250px) {
  /* line 110, ../sass/_responsive.scss */
  .post-type-archive-product #footer {
    margin-top: 225px;
  }
}
@media all and (min-height: 1450px) {
  /* line 116, ../sass/_responsive.scss */
  .post-type-archive-product #footer {
    margin-top: 295px;
  }
}
@media all and (min-width: 1300px) {
  /* line 122, ../sass/_responsive.scss */
  .sidebar {
    min-height: 600px;
  }
}
@media all and (min-width: 1400px) {
  /* line 129, ../sass/_responsive.scss */
  .sidebar {
    min-height: 700px;
  }
}
@media all and (max-width: 992px) {
  /* line 135, ../sass/_responsive.scss */
  .navbar {
    text-align: center;
  }
  /* line 137, ../sass/_responsive.scss */
  .navbar .navbar-nav {
    float: none;
  }

  /* line 142, ../sass/_responsive.scss */
  .section_title {
    font-size: 2rem;
  }

  /* line 146, ../sass/_responsive.scss */
  .normal_news {
    margin: 15px auto;
  }

  /* line 150, ../sass/_responsive.scss */
  .navbar-toggler {
    background: url("../img/menu_mobile.png") no-repeat center center;
    width: 40px;
    border: none;
    height: 40px;
    display: block;
    margin: 0px auto;
    float: none;
  }
  /* line 158, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon {
    background: none;
  }
  /* line 160, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon:focus {
    outline: none;
    opacity: 0.8;
  }
  /* line 165, ../sass/_responsive.scss */
  .navbar-toggler:focus {
    outline: none;
    opacity: 0.8;
  }

  /* line 171, ../sass/_responsive.scss */
  html, body {
    font-size: 14px;
  }

  /* line 175, ../sass/_responsive.scss */
  .featured_news h3 {
    font-size: 1rem;
  }

  /* line 179, ../sass/_responsive.scss */
  .navbar {
    text-align: center;
    width: 100%;
    margin-top: 5px;
  }

  /* line 186, ../sass/_responsive.scss */
  .navbar-expand .navbar-collapse {
    justify-content: center;
  }

  /* line 190, ../sass/_responsive.scss */
  #mega-menu-wrap-menu-top .mega-menu-toggle {
    padding: 0 7px;
    margin-left: 10px;
    color: #fff;
  }

  /* line 197, ../sass/_responsive.scss */
  .header_left {
    float: left;
    position: relative;
    z-index: 3;
  }

  /* line 203, ../sass/_responsive.scss */
  .header_right {
    position: relative;
    z-index: 3;
  }

  /* line 208, ../sass/_responsive.scss */
  .main_banner {
    padding-top: 1rem;
  }
}
@media all and (max-width: 767px) {
  /* line 216, ../sass/_responsive.scss */
  #header {
    text-align: center;
    position: relative;
  }

  /* line 222, ../sass/_responsive.scss */
  .navbar {
    margin-top: 10px;
  }

  /* line 227, ../sass/_responsive.scss */
  .mb_news_left, .mb_news_right {
    width: 100%;
  }

  /* line 231, ../sass/_responsive.scss */
  .mb_news_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 240, ../sass/_responsive.scss */
  .mb_news_small {
    height: 180px;
    width: 50%;
  }
  /* line 244, ../sass/_responsive.scss */
  .mb_news_small h3 {
    font-size: 1.1rem;
  }

  /* line 249, ../sass/_responsive.scss */
  .whole_link {
    padding: 1rem;
  }

  /* line 254, ../sass/_responsive.scss */
  .mb_news_big {
    height: 260px;
  }

  /* line 258, ../sass/_responsive.scss */
  .top_banner {
    margin-top: 0;
  }

  /* line 262, ../sass/_responsive.scss */
  .logo_link {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  /* line 267, ../sass/_responsive.scss */
  .nav-link {
    text-align: left;
  }

  /* line 271, ../sass/_responsive.scss */
  .cat_heading {
    padding-top: 140px;
  }

  /* line 276, ../sass/_responsive.scss */
  .logo_link {
    font-size: 1.6rem;
  }

  /* line 280, ../sass/_responsive.scss */
  .header_right {
    margin-top: 7px;
  }

  /* line 284, ../sass/_responsive.scss */
  .navbar-toggler {
    float: left;
    margin: 10px auto;
  }

  /* line 289, ../sass/_responsive.scss */
  .thumb_left {
    margin-bottom: 30px;
  }

  /* line 293, ../sass/_responsive.scss */
  .preparation {
    margin-top: 40px;
  }

  /* line 298, ../sass/_responsive.scss */
  .similar_posts h2 {
    text-align: center;
  }

  /* line 303, ../sass/_responsive.scss */
  article.post {
    text-align: left;
  }

  /* line 307, ../sass/_responsive.scss */
  .cat_heading {
    padding-top: 50px;
  }

  /* line 311, ../sass/_responsive.scss */
  .logo, .woocommerce .logo {
    max-width: 160px;
    margin-top: 1rem;
  }

  /* line 316, ../sass/_responsive.scss */
  #mega-menu-wrap-menu-top {
    z-index: 5;
  }

  /* line 320, ../sass/_responsive.scss */
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
  }

  /* line 325, ../sass/_responsive.scss */
  .home_przepisy .article_tile {
    width: 50%;
  }
}
@media all and (max-width: 440px) {
  /* line 335, ../sass/_responsive.scss */
  .header_left {
    float: none;
    width: 100%;
  }

  /* line 339, ../sass/_responsive.scss */
  .logo_link {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  /*    .navbar {
          position: absolute;
          left: 0%;
          max-width: 50%;
          margin-top: 6px;
      }*/
  /* line 351, ../sass/_responsive.scss */
  .logo, .woocommerce .logo {
    max-width: 100%;
    margin-top: 16px;
    display: block;
    margin: 10px auto;
  }

  /* line 358, ../sass/_responsive.scss */
  #mega-menu-wrap-menu-top .mega-menu-toggle + #mega-menu-menu-top {
    width: 290px;
  }

  /* line 362, ../sass/_responsive.scss */
  #mega-menu-wrap-menu-top {
    margin: 0;
    z-index: 5;
  }

  /* line 367, ../sass/_responsive.scss */
  .normal_news {
    max-width: 280px;
  }

  /* line 371, ../sass/_responsive.scss */
  .sidebar {
    text-align: center;
  }

  /* line 375, ../sass/_responsive.scss */
  .search_form_top input[type="search"] {
    width: 280px;
  }

  /* line 379, ../sass/_responsive.scss */
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%;
  }

  /* line 383, ../sass/_responsive.scss */
  .woocommerce .woocommerce-ordering select {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 5px;
  }

  /* line 389, ../sass/_responsive.scss */
  .cat_heading {
    padding: 20px 5px;
    text-align: center;
    margin-bottom: 10px;
  }

  /* line 395, ../sass/_responsive.scss */
  .slick-slider {
    max-width: 280px;
    margin: 1rem auto;
  }

  /* line 400, ../sass/_responsive.scss */
  .mb_slick.slick-initialized.slick-slider {
    max-width: 100%;
  }

  /* line 404, ../sass/_responsive.scss */
  .home_przepisy .article_tile {
    width: 100%;
  }

  /* line 408, ../sass/_responsive.scss */
  .news_normal_left {
    margin-top: 1.5rem;
    width: 100%;
    margin-bottom: 1rem;
    max-width: 400px;
  }

  /* line 415, ../sass/_responsive.scss */
  .news_normal_right {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

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