/*!
Theme Name: stop-stres
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stop-stres
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

stop-stres is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* animacja tła n top: */

:root {
  --tile: 1024;        /* liczba pikseli, BEZ jednostki */
  --pxps: 3;           /* px na sekundę (liczba) */
  --dur: calc((var(--tile) / var(--pxps)) * 1s); /* => sekundy */
}

.moving-bg2 {
	position: relative;
  width: 100%;
	margin-top: 55px;
  height: auto;;
  background: url("img/top_bg.webp") 0 50% / auto 100% repeat-x;
  animation: bg-pan var(--dur) linear infinite;
	padding-bottom:0;
  will-change: background-position;
}
.moving-bg_menu{
	position:fixed;
	top:0px;
	margin-top: 0;
	z-index: 9000;
	padding:20px 0 20px 0;
	left:0;
	background-position: top center;
	background-size: 220% 1524px !important;

}
@keyframes bg-pan {
  from { background-position: 0 50%; }
  to   { background-position: calc(-1px * var(--tile)) 50%; } /* tu dodajemy px */
}

/* Szacunek dla preferencji użytkownika */
@media (prefers-reduced-motion: reduce) {
  .moving-bg2 { animation: none; }
}
/* koniec animacji */
.ambasadorzy {
	position: relative;
	width:100%;

}
#logo {

	display: block;
	float:left;
	margin-left:50px;
	margin-right: 100px;
	height: 50px;
}
#logo_page{
	position: absolute;
	top:50px;
	right: 50px;
	width:260px;
}
.slider{
	position:absolute;
	top:200px;
	left:50px;
	width: 45%;
	height: auto;
	min-height: 1000px;
	background-image:url('img/energoforte.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom:800px;
	z-index: 999;
	color:white;

}
.raczka{
	float:right;
}
.o_kampani{
	position: relative;
	width:70%;
	margin:100px auto;
	font-size: 1.7em;

}

.kup_energy {
	position: absolute;
	left:45%;
	bottom:-50px;
	height:100px;
	line-height: 100px;
	color:white;
	font-family: 'Epilogue';
	background: #C95C1A;
background: radial-gradient(circle,rgba(201, 92, 26, 1) 0%, rgba(239, 134, 54, 1) 100%, rgba(201, 92, 26, 1) 100%);
	padding: 0 30px 0 30px;
	font-size:25px;
	z-index: 999;
	font-weight: bold;
}
.kup_energy2 {
	position:relative;
	height:100px;
	line-height: 100px;
	color:white;
	font-family: 'Epilogue';
	background: #C95C1A;
background: radial-gradient(circle,rgba(201, 92, 26, 1) 0%, rgba(239, 134, 54, 1) 100%, rgba(201, 92, 26, 1) 100%);
	padding: 0 30px 0 30px;
	font-size:25px;
	z-index: 999;
	font-weight: bold;
}
.kup_energy:hover, .kup_energy2:hover{
	border:1px solid black;
	background: white;
	color:black;
}
.slider_opis{
	position: relative;
	margin-top: 150px;
	font-size: 1.8em;
	color:#181717;

	width:100%;

}
.ekspert{
	width: 48%;
	margin:30px 1% 30px 1%;
	position: relative;
	float: left;
}
.ekspert-foto{
	border-radius: 30px;
	width:30%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 5%;
}
.ekspert-foto2{
	border-radius: 0px;
	width:34%;
	float: left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	margin-right: 1%;
}
.lapka{
	position: absolute;
	top:-130%;
	right:-100px;
}
.ekspert-foto:after, .ekspert-foto2:after{
	display: block;
	content: '';
	padding-bottom: 140%;
}
.ekspert-opis {
	position: relative;
	float:left;
	width:65%;
	font-size: 1.1em;

}
.ekspert-opis h2{
	font-size: 1.4em;
	margin-top:10px;
	color: black;
}
.clearfix {
	clear: both;
}
h1{
  font-size: 7em;
  font-family: 'Sora';
  line-height: 1em;
  margin-bottom:0;
  padding-bottom:0;
	color: black;
	font-weight: 700;
}
h1 span {
  color:white;
	font-size: 0.7em;
	font-weight: 300;
}
.ambasadorzy img{
	padding: 0 !important;

	margin-bottom: -6px !important;
}
.duzeh3 {
	font-size: 2.7em;
}
.site-header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 120px;
	z-index: 999;
	-webkit-box-shadow: -0px 22px 24px -41px rgba(66, 68, 90, 1);
	-moz-box-shadow: -0px 22px 24px -41px rgba(66, 68, 90, 1);
	box-shadow: -0px 22px 24px -41px rgba(66, 68, 90, 1);
}
.site-main{
	position: relative;
	width: 96%;
	margin: auto;
	max-width: 1280px;

}

.energo-mini{
	position: absolute;
	left:62%;
	top:-100px;
}
 h2 {
  font-family: 'Sora';
	font-size:3.6em;
	color: white;
  font-weight: 600;
  font-style: normal;
	margin-top:-10px;

}
.center{
  text-align:center;
}
.right{
  text-align: right;
}
.cos{
  font-size:.2hv;
  font-family: "Epilogue", sans-serif;

  font-weight: 600;
  font-style: normal;
}
.wrapper {
  width:96%;
  max-width:1400px;
  position: relative;
  margin: auto;
  font-size:1.6em;

}
.roz{
  position: relative;
  width:100%;
  background-color: #dd3d68;
  color:white;
  padding-bottom:50px;
}

.pomaranczowy{
  width:90%;
  display: block;
  position: relative;
  margin-left:5%;
  background: #fa8b35;
  padding:30px;
  border-radius:30px;
}
.sekcja2{
  position: relative;
  width: 100%;
  background-image:url(img/sekcja2bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size:100% auto;
  padding-top:100px;
  min-height: 1000px;
}
.mini{
  width:60%;
  margin-left:40%;

}
.sekcja3{
  position: relative;
  width: 100%;
  background-image:url(img/sekcja2bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
	background-color: #f9b32f;
  padding:0px 0 30px 0;

}
.prostokat {
	background: #fdc11f;
	position: absolute;
	display: block;
	vertical-align: top;
	text-align: center;
	width:60%;
	left:20%;
	bottom:-70px;
	padding:30px;
	font-size: 2em;
		z-index: 500;
}

h3 span {
	font-weight: 300;
}
.wpcf7-text, .wpcf7-email{
	width:100% !important;
	margin-bottom: 5px;
	background: #1e1e1e;
	color:white !important;
	padding:15px !important;
}
.wpcf7-submit {
	position: relative;
	width:50%;
	margin-left:50%;
	margin-top:30px;
	background: #fe8024 !Important;
	padding:15px !important;
}
.wpcf7-submit:hover{
	background: white !important;
	color:black !important;
}
.form{
	background: #ececec;
	width:55%;
	margin-right:5%;
	position: relative;
	padding:50px;
	margin-top:-20px;
	float:left;
}
.yt{
	float: left;
	position: relative;
	margin-top:100px;
	width:40%;
	cursor: pointer !important;
	z-index: 1000;
}
.sekcja1{
  position: relative;
  width: 100%;
  background-image:url(img/ada.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  margin-top:-22px;
  padding-top:100px;
  min-height:100vh;
}
.sekcja4{
  position: relative;
  width: 100%;
  background-color:#fe8024;
	margin-top: 0px;
	padding-top:60px;
	padding-bottom:60px;
}
.sekcja5{
  position: relative;
  width: 100%;
  background-color:#1e1e1e;
	margin-top: 0px;
	padding-top:60px;
	padding-bottom:60px;
	color: #fe8024;
	font-size: 1.5em;
}
.pom {
	color:#fe8024;
}
.siedemdziesiat{
	width: 70%;
	position: relative;
	text-align: right;
	color:white;
}
.siedemdziesiat span {
	color:#f9b32f;
	font-weight: bold;
}
.energo-mini{
	position: absolute;
	left:75%;
	top:-100px;
}
.dlaczego{
	font-size: 4em;
}
.dlaczego span {
	color:black !important;
}
h4{
	font-size: 1.4em;
	font-weight: normal;
	color:black;
}
footer{
  display: block;
  position: relative;
  width: 100%;

  padding-top:50px;
  padding-bottom: 100px;

}
footer h1, footer h2, footer, h3, footer h4{

}
footer h2 {
  font-size: 2em;
}
footer h4 b {
  font-weight: 600;
}
a:link, a:visited{
  color: black;
  text-decoration: none;
}
footer h1 {
  text-align: center;
  color:#dc3d68;
}
.b2{
  margin-top:-100px;
  margin-bottom:50px;
}
.button{
  padding:20px 100px 20px 100px;
  border-radius: 50px;
  background-color: white;
  border:2px solid white;;
  color:black;
  font-size:1.4em;
  font-weight: bold;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  position: absolute;
  left:60%;
  top:50px;;

}
.button:hover {
  background-color: black;
  color:white;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.button2{
  padding:20px 100px 20px 100px;
  border-radius: 50px;
  background-color: white;
  border:2px solid #fa8b35;
  color:#fa8b35;
  font-size:1.4em;
  font-weight: bold;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  box-shadow:none;

}
.button2:hover {
  background-color: #fa8b35;
  color:white;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
 h3 {
  font-weight: 700;
  padding:0;
  font-size:1.5em;
}

.k20{
  position: relative;
  display: inline-block;
  width:20%;
}
.k40{
  position: relative;
  display: inline-block;
  width:39%;
  margin:0;
}
.k40 img {
  width:65% !important;
  margin-left:15% !important;
}
.k33 {
  width:calc(32% - 60px);
  display: inline-block;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;text-align: center;
}
.k33 h4 {
  margin:0;
  padding:0;
}
.energo{
  position: absolute;
  left: 50%;
  bottom:-60px;
}
.k70{

    width: 70%;
    margin-left:15%;
    position: relative;
    background-image:url(img/logo-black.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 150px auto;
}
.k702{
    width: 70%;
    margin-left:15%;
    position: relative;
    font-size:1.4em;
    background-repeat: no-repeat;
    background-position: top right;

}
.bordered{
  border-left:1px solid black;
  border-right:1px solid black;
}
.small {
  font-size:12px;
}
.k60{
  position: relative;
  display: inline-block;
  width:59%;
}
.adriana_poleca {
  width: 70%;
  margin-left:15%;
  position: relative;
  background-image:url(img/adrianna.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 25% auto;
}
.adriana_poleca h3 {
  margin-left:25%;
  color:#dd3d68;
  font-weight: 600;
  padding-top:50px;
  margin-bottom:0;
  padding-bottom:0;


}

.bigger {
  font-size: 7em;
  margin-top: -60px;
  line-height: 1em;
}
.adriana_poleca h4 {

 color:#dd3d68;
 padding:0;
 margin:0 0 0 25% ;
 font-weight: 300;

}
.adriana_poleca p {
  margin-left:10%;
  width:80%;
  position:relative;;
  line-height: 1.6em;
  font-weight: 300;
  text-align: center;
}
.cudzyslow{
  position: relative;
  display: inline;
  margin-bottom: -60px;
  width: 140px;
}
.cudzyslow2{
  position: relative;
display: inline;
margin-left:30px;
  width: 140px;
}
.k25 {
  width:22%;
  display: inline-block;
  position: relative;
  margin:0 1.3% 0 1.3%;
  text-align: center;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.k25-img {
  width:100%;
  margin-left:5%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: center center;
}
.k25-img::after{
  display: block;
  content: "";
  padding-bottom:80%;
}
.k25:hover .k25-img{
  background-size: 98% auto;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.mobile{
  display: none;
}

/* responsive https: rwd */
/* responsive mobile rwd */
@media screen and (min-width:1300px) and (max-width:1550px){
	.main-navigation li {
		position: relative;
		padding-top:14px;
		font-size: 15px !important;
		margin-left:20px !important;;
		font-weight: bold;
		text-shadow: 9px 6px 44px rgba(255, 255, 255, 1);
	}
	.slider{
		top:100px;
		font-size: .8em;
	}
	.slider h1 {
		font-size: 5em;
	}
	.slider h2  {
		font-size: 4em;
	}
	#logo_page{
		width:220px;
	}
}
@media screen and (min-width:1151px) and (max-width:1300px){
	.main-navigation li {
		position: relative;
		padding-top:14px;
		font-size: 15px !important;
		margin-left:20px !important;;
		font-weight: bold;
		text-shadow: 9px 6px 44px rgba(255, 255, 255, 1);
	}
	.slider h1 {
		font-size: 4em;
	}
	.slider h2  {
		font-size: 3em;
	}
	.slider{
		background-size: 100% auto;
		font-size:.9em;
		padding-bottom: 600px;
	}
	#logo_page{
		width:180px;
	}
}
@media screen and (min-width:1000px) and (max-width:1150px){
	.main-navigation li {
		position: relative;
		padding-top:14px;
		font-size: 13px !important;
		margin-left:10px !important;;
		font-weight: bold;
		text-shadow: 9px 6px 44px rgba(255, 255, 255, 1);
	}
	#logo{
		position: relative;
		left:auto;
		top:auto;

	}
	#logo_page{
		position: relative;
		right:auto;
		left:30px;
		width:150px !important;
	}
	.slider_opis{
		margin-top:250px;
		font-size: 1.3em;
	}
	.slider_opis br {
		display: none;
	}
	.slider h1 {
		font-size: 3em;
	}
	.slider h2  {
		font-size: 2em;
	}
	.slider {
		padding-bottom: 500px;
			top:250px;
			background-size: 100% auto;
	}
	.lapka{
		position: absolute;
		top:-180%;
		right:-100px;
	}
	.foot-partner{
		max-width: 25%;
	}

}
@media screen and (min-width:901px) and (max-width:999px){
	.main-navigation li {
		position: relative;
		padding-top:14px;
		font-size: 13px !important;
		margin-left:10px !important;;
		font-weight: bold;
		text-shadow: 9px 6px 44px rgba(255, 255, 255, 1);
	}
	#logo{
		position: relative;
		left:auto;
		top:auto;
		margin-right:30px;

	}
	#logo_page{
		position: relative;
		right:auto;
		left:30px;
		width:150px !important;
	}
	.slider_opis{
		margin-top:170px;
		font-size: 1.3em;
	}
	.slider_opis br {
		display: none;
	}
	.slider h1 {
		font-size: 3em;
	}
	.slider h2  {
		font-size: 2em;
	}
	.sekcja3 {
		padding-bottom: 200px;
	}
	.slider {
		padding-bottom: 400px;
			top:250px;
			background-size: 100% auto;
	}
	.lapka{
		position: absolute;
		top:-180%;
		right:0px;
		width:200px;
	}
	.foot-partner{
		max-width: 23%;
	}

}
/* responsive mobile rwd */
@media screen and (min-width:160px) and (max-width:900px){
	.moving-bg_menu {
		display: none;
	}
	h3{
		font-size: 1.2em;
	}
	.mobile {display: block !important;}
	.desktop{display: none}
  img {max-width: 100% !important}
	.moving-bg2 {
		position: relative;
	  width: 100%;
		min-height: 50vh;
		margin-top: 0px;
	  height: auto;
	    background: url("img/top_bg_mobi.webp") 0 50% / auto 100% repeat-x;
	  animation: bg-pan var(--dur) linear infinite;
		padding-bottom:0;
	  will-change: background-position;
	}
	#logo_page{
		position: relative;
		top:auto;
		left:auto;
		right:auto;
		width:80%;
		margin:30px 10% 30px 10%;

	}
	.slicknav_nav img{
		display: none !important;
	}
	.siedemdziesiat {
		width: 100% !important;
		font-size:0.9em;
		background-image: url('img/energo-mini.png');
		background-repeat: no-repeat;
		background-position: top right;
		background-size: 30% auto;
		padding-right: 35%;
	}
	#ambasadorzy_img {
		position: relative;

	}
	.kup_energy2{
		font-size:1.2em;
	}
  .prostokat {
		position: relative;
		width:80%;
		left:10%;
	}
	.ekspert {
		width:100%;
		margin:20px 0 20px 0;
	}
	.lapka{
		display: none;
	}
	.slider{
		position:relative;
		display: block;
		top:auto;
		left:auto;
		width: 98% !important;;
		margin:auto;
		height: auto;
		min-height: auto;
		background-image:none;;
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom:0;
		z-index: 999;
		color:white;
		font-size: 0.7em;
	}
	.slider_opis{
		margin-top:20px;
	}
	.slider_opis br {
		display: none;
	}
	.kup_energy {
		position: absolute;
		left:5%;
		width:90%;
		bottom:-50px;
		height:100px;
		line-height: 100px;
		color:white;
		font-family: 'Epilogue';
		background: #C95C1A;
background: radial-gradient(circle,rgba(201, 92, 26, 1) 0%, rgba(239, 134, 54, 1) 100%, rgba(201, 92, 26, 1) 100%);
		padding: 0 30px 0 30px;
		font-size:25px;
		z-index: 999;
		font-weight: bold;
	}
	.form, .yt{
		width:98%;
		margin-left:1%;
	}
	.foot-partner{
		width:100%;
	}
	/* menu mobilne */
	.slicknav_menu .slicknav_no-text{
 	 margin-top:7px !important;
 	 margin-right:10px;
  }
  .slicknav_brand img {
 	 max-height:40px;
 	 margin-top:5px;


  }
  ._menu .slicknav_icon-bar{
 	 width: 2em;
 	 display: block;
 	margin-bottom:6px;
 	padding-bottom:2px;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(2) {
 	 display: none !important;

  }
  .slicknav_open .slicknav_icon-bar:nth-child(1) {
 	transform: rotate(45deg);
 	position: absolute;
 	top:23px;
 	right:0px;
 	color:red !important;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;
  }
  .slicknav_open .slicknav_icon-bar:nth-child(3) {
 	transform: rotate(-45deg);
 	position: absolute;
 	top:20px;
 	right:0px;
 	moz-transition: all .5s e;
 		-ms-transition: all .5s ease;
 		-webkit-transition: all .5s ease;
 		-o-transition: all .5s ease;

  }
	.foot-partner{
		width: 48%;
	}
	.slider h1 {
		font-size:5em;
	}
}
@media screen and (min-width:160px) and (max-width:600px){
	.foot-partner{
		width: 98%;
	}
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float:right;;
	margin-right:50px;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding-top:12px;
	font-size: 18px;
	margin-left:30px;
	font-weight: bold;
	text-shadow: 9px 6px 44px rgba(255, 255, 255, 1);
}

.main-navigation li a:hover{
	text-decoration: underline;
}
.main-gation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-gation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
